@font-face {
    font-family: YS Text;
    src: url(/assets/fonts/ya/Text-normal_5b3a85021efcfe0b8efa580c8be1ff42.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: YS Text;
    src: url(/assets/fonts/ya//Text-regular_d8b3de31960a7cbf704094982f7f8e2a.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: YS Text;
    src: url(/assets/fonts/ya/Text-bold_29036cce06c2c28eca489b70ed16d6da.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: YS Geo;
    src: url(/assets/fonts/ya/Geo-regular_1b1e8e26873f369420c021de097c01b7.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: YS Geo;
    src: url(/assets/fonts/ya/Geo-medium_443a65dfc1f39e941fd22ff63c1f0e0d.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: YS Geo;
    src: url(/assets/fonts/ya/Geo-bold_fccf16dea9aea7096bac5fae4b4c72b5.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: YS Display Wide;
    src: url(/assets/fonts/ya/DisplayWide-light_649ea9711019a915a39609f2f5af36fa.woff2) format("woff2");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

:root {
    /*fonts*/
    --font-family: "YS Geo","YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;
    /* background */
    --theme-background: #ffffff;
    --theme-header-background: brown;
    --theme-nav-background: #ffffff;
    --primary-background: #F6F7FB;
    --overley-background: rgba(0, 0, 0, 0.014);

    /* background */
    --theme-color: #1c1b1f;
    --white-color: #fff;
    --gray-color: #1c212899;
    --gray-color2: #efefef;
    --blue-color: #3390ecff;
    --blue-color2: #03a9f4;
    --blue-color3: #1597ff;
    --blue-color4: #0468ff;
    --orange-color: #ffc223;
    --green-color: #36b555;
    --green-color1: rgba(29, 183, 34, 0.8);
    --green-color2: #80ebb7;
    --green-color3: #2dbe64;
    --green-color4: #179c49;
    --green-color5: #b3eac8;
    --green-color6: #72AA52;
    --green-color7: rgb(50, 198, 130);
    --lightcyan-color: #e8fbfc;


    /* Text */
    --text-color: #ffffff;
}

/* Main */

html {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-y: scroll;
}

body {
    position: relative;
    font-size: 16px;
    box-sizing: border-box;
    font-family: var(--font-family);

    line-height: 24px;
    letter-spacing: .024em;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    color: var(--theme-color);
    background-color: var(--theme-background);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: var(--font-family);
    line-height: 24px;
    letter-spacing: .024em;
    font-weight: 400;
    color: #21272A;
}

h1,.h1 {
    font-size: 20px;
}

input,textarea {
    font-family: var(--font-family);
    letter-spacing: .024em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield; /* Standard property for future compatibility */
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(221 221 221 / 75%), rgba(0, 0, 0, 0));
    box-sizing: content-box;
    overflow: visible;
}

.grid-container {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
}

.sub-text {
    color: #1c212899;
    font-size: 13px;
    line-height: 16px;
}

a {
    color: unset;
    font-size: unset;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-decoration: none;
}

/*a:focus {text-decoration: none;color: #282828;}*/
a:focus {
    text-decoration: none;
}

::-moz-placeholder {
    color: #868D98;
}

::placeholder {
    color: #868D98;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin: 0;
    padding: 0;
    unicode-bidi: isolate;
}

.textarea:focus {
    outline: none !important;
    border: 1px solid #ced4da;
    /*box-shadow: 0 0 10px #719ECE;*/
}
.textarea {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.my-input {
    outline: 0;
    border-radius: 12px;
    border: 1px solid #dcdde1;
    background-color: transparent;
    font-size: 18px;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
}
.my-input:focus {
    /*border: 1px solid var(--blue-color);*/
    border: 1px solid var(--blue-color3);
    transition: border ease 0.2s;
}

button {
    outline: 0;
    border: 0;
    padding: 12px 12px;
    border-radius: 12px;
    font-size: 16px;
    font-family: "YS Geo","YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;
    /*font-family: "Montserrat", serif;*/
    /*font-family: Gilroy, Arial, serif;*/
    /*font-weight: 500;*/
    line-height: 23px;
    text-align: start;
}

button:active {
    color: var(--theme-color);
    opacity: 0.6;
}

.my-button {
    background-color: var(--blue-color3);
    border-radius: 4px;
    padding: 10px 16px;
    text-align: center;
    color: var(--text-color);
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.column {
    display: grid;
    gap: 12px;
    margin: 0 16px;
    /*margin-top: 16px;*/
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
    align-items: center;
    gap: 6px;
}

.flex-column-start-end {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Content */
.container {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding-bottom: 16px;
}

.container.no-padding-bottom {
    padding-bottom: 0;
}

.service-menu {
    margin: 16px 16px 0 16px;
}

.service-menu .items {
    display: flex;
    justify-content: space-between;
}

.tab-content {
    display: block;
}

.services {
    width: 100%;
}

.services .items {
    /*margin: 0 16px;*/
}

.services .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    /* box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.06); */
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 100%;

&:not(:last-child) {
     margin-bottom: 14px;
 }
}

.services .items .item img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}

.services a {
    color: black;
}

.services .items .item:not(:last-child) {
    margin-bottom: 24px;
}

/*start login*/

.login input {
    outline: 0;
    border: 1px solid #d8dce6;
    border-radius: 16px;
}

.number-split input {
    padding: 6px;
}

.number-split {
    align-items: center;
    display: flex;
    gap: 12px;
}

.number-split input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
}

.form-number {
    border: 1px solid #d8dce6;
    border-radius: 16px;
    padding: 12px;
}

.form-number .number {
    outline: 0;
    border: 0;
    font-size: 21px;
}

/*.form-number .number {*/
/*    position: absolute;*/
/*}*/

/*.form-number .country {*/
/*    position: absolute;*/
/*}*/


.number-code {
    position: relative;
}

.number-code input {
    width: 150px;
    height: 50px;
    text-align: left;
    font-size: 30px;
    padding-left: 30px;
    padding-right: 0;
    letter-spacing: 12px;
    caret-color: transparent;
}

.number-code .line {
    width: 20px;
    height: 2px;
    background-color: rgb(179 184 204);;
    border-radius: 2px;
    position: absolute;
    bottom: 12px;
}

.number-code .line:nth-child(1) {
    left: 40px;
}

.number-code .line:nth-child(2) {
    left: 69px;
}

.number-code .line:nth-child(3) {
    left: 95px;
}

.number-code .line:nth-child(4) {
    left: 125px;
}

.line.active {
    animation: line-background ease-in 1.5s infinite;

}

@keyframes line-background {
    from {
        background-color: rgba(0, 0, 0, 0.91);
        opacity: 1;
    }
    to {
        background-color: rgb(179 184 204);
    }

}

.login input::-webkit-outer-spin-button,
.login input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
/*end login*/



.burger-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 16px 0 10px;
}

.loading {
    visibility: hidden;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.loading::before {
    position: absolute;
    content: "G";
    color: var(--blue-color3);
    font-size: 60px;
    top: 50%;
    left: 45%;
    animation: animate-loading 2s ease infinite;
}

@keyframes animate-loading {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.logo {
    color: inherit;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    /*background-color: var(--gray-color);*/
    background-color: #959595;
}

/* Top */
.home .top {
    /* top: 0; */
    /* left: 0; */
    /* position: absolute; */
    width: 100%;
    /*box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.06);*/
    /*background-color: var(--theme-nav-background);*/
}

.home .top .items {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

/* Header */
.header {
    width: 100%;
    /* background-color: brown; */
}

.header .banner {
    height: 100px;
    padding: 6px 12px;
    position: relative;
}

.header .banner .image {
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: brightness(0.9);*/
}

.header .banner .text {
    position: absolute;
    bottom: 14px;
    left: 18px;
    font-size: 14px;
    color: var(--theme-color);
}

/* Bottom */
.bottom-navigation {
    bottom: 0;
    /* pointer-events: none; */
    position: fixed;
    width: 100%;
    z-index: 10;
    /* border-top: 1px solid #c9d1e5; */
    /*box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.06);*/
    box-shadow: 0px 0px 12px 0px rgba(10, 71, 137, 0.08);
    background: var(--theme-nav-background);
}

/* .bottom .wrapper { */
/* height: 50px;; */
/* background: var(--theme-nav-background); */
/* } */

.bottom-navigation .items {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0px;
}

.bottom-navigation .item {
    text-align: center;
}

.bottom-navigation .item div:not(.icon) {
    display: none;
}

.icon.active {
    /*background-color: rgba(51, 143, 236, 0.8);*/
    background-color: var(--blue-color3);
    /*background-color: var(--green-color6);*/
    transition: 0.3s ease;
}


.icon.menu {
    -webkit-mask: url(/assets/icons/menu-hamburger-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/menu-hamburger-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--theme-color);
}

.icon.home {
    -webkit-mask: url(/assets/icons/home-1-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/home-1-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.bell {
    -webkit-mask: url(/assets/icons/bell-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/bell-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.message {
    -webkit-mask: url(/assets/icons/message-square-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/message-square-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.wallet {
    -webkit-mask: url(/assets/icons/wallet-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/wallet-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.user {
    -webkit-mask: url(/assets/icons/user-2-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/user-2-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.settings {
    -webkit-mask: url(/assets/icons/settings-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/settings-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.logout {
    -webkit-mask: url(/assets/icons/logout-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/logout-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.smartphone {
    -webkit-mask: url(/assets/icons/smartphone-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/smartphone-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.share {
    -webkit-mask: url(/assets/icons/share-1-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/share-1-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.user-info {
    -webkit-mask: url(/assets/icons/user-info-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/user-info-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.icon.back {
    -webkit-mask: url(/assets/icons/arrow-left-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/arrow-left-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 24px;
    height: 24px;
    background-color: #1c1b1f;
}

.icon.flag-ru {
    -webkit-mask: url(/assets/icons/flag-ru-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/flag-ru-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 24px;
    height: 24px;
}

.icon.image {
    -webkit-mask: url(/assets/icons/image-1-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/image-1-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 24px;
    height: 24px;
    background-color: #21201F;
}

.icon.clock {
    -webkit-mask: url(/assets/icons/clock-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/clock-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 16px;
    height: 16px;
    background-color: rgb(33, 32, 31);
}

.icon.car {
    -webkit-mask: url(/assets/icons/car2.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/car2.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 14px;
    height: 14px;
    background-color: rgb(33, 32, 31);
}

.icon.close {
    -webkit-mask: url(/assets/icons/cross-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/cross-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 28px;
    height: 28px;
    background-color: rgba(33, 32, 31, 0.8);
}

.icon.crown {
    -webkit-mask: url(/assets/icons/crown-1-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/crown-1-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 22px;
    height: 22px;
    background-color: rgb(33, 32, 31);
}

.icon.like {
    -webkit-mask: url(/assets/icons/like-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/like-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 24px;
    height: 24px;
    background-color: rgb(33, 32, 31);
}

.icon.empty {
    -webkit-mask: url(/assets/icons/bird-and-worm-svgrepo-com.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/bird-and-worm-svgrepo-com.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 140px;
    height: 140px;
    background-color: #21201F;
}

.icon.empty2 {
    -webkit-mask: url(/assets/icons/bird-on-branch-svgrepo-com-2.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/bird-on-branch-svgrepo-com-2.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 140px;
    height: 140px;
    background-color: #21201F;
}


.icon.check-circle {
    -webkit-mask: url(/assets/icons/check/check-circle3.svg) no-repeat 100% 100%;
    mask: url(/assets/icons/check/check-circle3.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 22px;
    height: 22px;
    background-color: var(--green-color7);
}

.header-back {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    /*background-color: white;*/
    /*box-shadow: 0 0 12px 0 rgba(10, 71, 137, 0.08);*/
}

.header-back .icon {
    cursor: pointer;
}

/* Extra */
.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}

.show-block {
    display: block !important;
}
.hide-block {
    display: none !important;
}

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s forwards;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.1s;
    animation: fadeOut 0.1s forwards;
}

/* end of fade animation for image slider - magnific popup */

.color-blue {
    color: var(--blue-color3);
}

/* mobilemenu */
.mobilemenu {
    position: fixed;
    z-index: 101;
    top: 0 !important;
    right: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 15px;
    transition: visibility 0s ease 0.6s;
}

.mobilemenu.active::after {
    transition: background 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.15);
}

.mobilemenu.active {
    visibility: visible;
    transition: visibility 0s ease 0s;
}

.mobilemenu:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100vh;
    height: calc(1vh * 100);
    content: "";
    cursor: pointer;
    transition: background 0.3s ease 0.1s;
    background: 0 0;
}

.mobilemenu-content {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 75vw;
    /*height: 100vh;*/
    height: 100%;
    /*height: calc(1vh * 100);*/
    padding: 15px;
    transition: transform 0.35s ease 0.1s;
    transform: translate3d(-110%, 0, 0);
    background: #fff;
}

.mobilemenu.active .mobilemenu-content, .mobilemenu.right.active .mobilemenu-content  {
    transition: transform 0.35s ease 0s;
    transform: translate3d(0, 0, 0);
}

/* mobilemenu right */
.mobilemenu.right:after {
    left: auto;
    right: 0;
}
.mobilemenu.right .mobilemenu-content{
    left: auto;
    right: 0;
    transform: translate3d(110%, 0, 0);
}

.menu-label {
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    display: -ms-flexbox;
    display: flex;
    min-height: 14px;
    padding: 1px 4px 0;
    white-space: nowrap;
    text-transform: none;
    color: #fff;
    border-top-color: var(--theme-color);
    border-radius: 2px;
    background-color: var(--theme-color);
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
}

.mobilemenu .menu-label {
    position: relative;
    top: -1px;
    right: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0 !important;
    margin-left: 10px;
    transform: translate3d(0, 0, 0);
}

.mobilemenu .menu-label:after {
    display: none;
}

.menu-label.menu-label--color1 {
    border-top-color: #282828;
    background-color: #282828;
}

.menu-label.menu-label--color2 {
    border-top-color: #ffc427;
    background-color: #ffc427;
}

.menu-label.menu-label--color3 {
    border-top-color: #fb317d;
    background-color: #fb317d;
}

.menu-label.menu-label--color4 {
    border-top-color: #67d4ff;
    background-color: #67d4ff;
}

/* .item { */
/* transition: ease 0.2s; */
/* } */

.item-drag {
    transform: translateX(-80px);
    transition: ease 0.2s;
}


/* Page */
/* .page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page .header {
  margin-top: 20px;
  margin-left: 16px;
}

.page .card .details img {
width: 70px;
height: 70px;
border-radius: 12px;
}

.card {
  height: 200px;
  background-color: aliceblue;
  border-radius: 20px;
} */

/* .page-div {
  position: absolute;
  bottom: -20%;
  /* left: 50%; */
/* transform: translateX(-50%); */
/* width: 100%; */
/* height: 100vh; */
/* background-color: #f0f0f0; */
/* border-top-left-radius: 10px; */
/* border-top-right-radius: 10px; */
/* box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.06); */

/* Animation properties */
/* animation: slideInFromBottom 0.6s ease-out forwards; */
/* } */

@keyframes slideInFromBottom {
    from {
        bottom: -20%;
        /* Start at the bottom, off-screen */
    }

    to {
        bottom: 0%;
        /* Animate to the bottom of the container */
    }
}

/* map-mini */
.map-mini {
    width: 100%;
    height: 120px;
}

.page-container .cart-date .header {
    text-align: center;
}

.scroll-container .scroll-items {
    align-content: center;
}

.scroll-container label {
    cursor: pointer;
}

.card {
    background-color: var(--primary-background);
    padding: 16px;
    border-radius: 12px;
}

.card-wrapper {
    height: 100%;
    padding: 0 0 16px 0;
    display: grid;
    align-items: baseline;
    box-sizing: border-box;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.378));
}

.card .name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: normal;
}

.card h1, .card h2 {
    margin: 0; line-height: unset; color: unset; font-weight: unset; letter-spacing: unset; font-size: unset;
}

.card-bottom .params {
    display: flex;
    gap: 16px;
}

.card-bottom .param {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    text-align: start;
    align-content: center;
    padding: 6px 16px;
    font-size: 15px;
}

.details {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: var(--theme-background);
    bottom: 22px;
    /* padding: 16px; */
    transition: ease-out 0.4s;

&::-webkit-scrollbar {
     display: none;
 }

}

.details .content {
    margin-bottom: 60px;
}

.details-expanded {
    transform: translateY(-32vh);
    transition: ease-out 0.4s;
}

.details .navigation {
    padding: 16px 0;
}

/*.details .items {*/
/*    padding: 0 16px;*/
/*}*/

.details .items .item {
    z-index: 2;
}


.item-select {
    width: 100px;
    height: 40px;
    background-color: brown;
    position: absolute;
    top: 0;
    z-index: 1;
}

.item-select-active {
    transform: translateX(115px);
    transition: linear 0.4s;
}

.services-slider {
    padding: 16px;
}

.services-select .item {
    height: 100%;
    /*margin: 0 16px;*/
}

/* .services-select .item:not(:last-child) { */
.services-select .item {
    padding-bottom: 16px;
}

.services-select .item:not(:first-child) {
    /*.services-select .item {*/
    padding-top: 16px;

}
/*.services-select .item:first-child {*/
/*    border-top: 1px solid rgba(138, 135, 132, 0.2);*/
/*}*/

.services-select .item:not(:last-child) {
    /*.services-select .item {*/
    border-bottom: 1px solid rgba(138, 135, 132, 0.2);
}

.multi-selects .select {
    color: red;;
}

.service-slider .multi-selects {
    margin-bottom: 16px;
}
.service-slider .multi-selects {
    margin-bottom: 16px;
}
.service-slider .multi-selects .items {
    border-bottom: 1px solid rgba(138, 135, 132, 0.2);
    padding-bottom: 16px;
}

.details-date {
    position: absolute;
    top: 16px;
    left: 16px;
    opacity: 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-3*  {
    width: 33.33%;
    flex-grow: 1;
}
.flex-3:nth-child(1) {
    text-align: start;
}
.flex-3:nth-child(2) {
    text-align: center;
}
.flex-3:nth-child(3) {
    text-align: end;
}

.btn-back {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    text-align: center;
    align-content: center;
}

.btn-disabled {
    pointer-events: none;
    /*filter: brightness(0.8);*/
}

.button-wrapper {
    color: var(--text-color);
    width: 100%;
    /*height: 80px;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    align-content: center;
    background-color: var(--theme-background);
    /*margin-top: 80px;*/
    text-decoration: none;
    text-align: center;
    /*margin-bottom: 16px;*/
}

.button-wrapper .button {
    /*background-color: var(--orange-color);*/
    /*background-color: var(--blue-color);*/
    /*background-color: var(--blue-color2);*/
    background-color: var(--blue-color3);
    /*background-color: #0a72d9;*/
    padding: 16px;
    margin: 0 16px;
    /*border-radius: 16px;*/
    border-radius: 4px;
    user-select: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    /*border: 2px solid var(--blue-color);*/
    /*color: black;*/
}



/* Slider Range */

.slider-range input[type=range] {
    outline: 0;
    border: 0;
    border-radius: 500px;
    width: 400px;
    max-width: 100%;
    margin: 16px 0 16px;
    transition: box-shadow 0.2s ease-in-out;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .slider-range input[type=range] {
        overflow: hidden;
        height: 40px;
        -webkit-appearance: none;
        /* background-color: #ddd; */
        background-color: #eeeeee;
    ;
    }

    .slider-range input[type=range]::-webkit-slider-runnable-track {
        height: 40px;
        -webkit-appearance: none;
        color: #444;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

    .slider-range input[type=range]::-webkit-slider-thumb {
        width: 40px;
        -webkit-appearance: none;
        height: 40px;
        cursor: ew-resize;
        background: #fff;
        box-shadow: -340px 0 0 320px var(--blue-color3), inset 0 0 0 3px var(--blue-color3);
        border-radius: 50%;
        /* border-radius: 20px; */
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
        position: relative;
    }

    /*html input[type=range]:active::-webkit-slider-thumb {*/
    /*    background: #fff;*/
    /*    box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 3px #1597ff;*/
    /*}*/
}

/*#h4-container {*/
/*    width: 400px;*/
/*    max-width: 100%;*/
/*    padding: 0 20px;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    opacity: 1;*/
/*    margin-top: -50px;*/
/*    pointer-events: none;*/
/*}*/
/*#h4-subcontainer {*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/
/*#h4-subcontainer h4 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    color: #fff !important;*/
/*    font-size: 12px;*/
/*    transform-origin: center -10px;*/
/*    transform: translateX(-50%);*/
/*    transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out;*/
/*}*/
/*#h4-subcontainer span {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: #1597ff;*/
/*    border-radius: 0 50% 50% 50%;*/
/*    transform: rotate(45deg);*/
/*    z-index: -1;*/
/*}*/

/*html input[type=range]:active::-webkit-slider-thumb {*/
/*    background: #fff;*/
/*    box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 3px #1597ff;*/
/*}*/

.slider-range input[type=range]::-moz-range-progress {
    background-color: #43e5f7;
}

.slider-range input[type=range]::-moz-range-track {
    background-color: #9a905d;
}

.slider-range input[type=range]::-ms-fill-lower {
    background-color: #43e5f7;
}

.slider-range input[type=range]::-ms-fill-upper {
    background-color: #9a905d;
}

/*input:not(:active) + #h4-container h4 {*/
/*    opacity: 0;*/
/*    margin-top: -50px;*/
/*    pointer-events: none;*/
/*}*/

/* Genel stil */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    /*margin: 10px;*/
    pointer-events: none;
}

/* Giriş stil */
.toggle-switch .toggle-input {
    display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 24px;
    /* background-color: #2196F3; */
    background-color: #eeeeee;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked+.toggle-label {
    /* background-color: #4CAF50; */
    background-color: #fce000;
}

.toggle-switch .toggle-input:checked+.toggle-label::before {
    transform: translateX(16px);
}

/* Light tema */
/* .toggle-switch.light .toggle-label { */
/* background-color: #BEBEBE; */
/* } */

/* .toggle-switch.light .toggle-input:checked + .toggle-label { */
/* background-color: #9B9B9B; */
/* } */

/* .toggle-switch.light .toggle-input:checked + .toggle-label::before { */
/* transform: translateX(6px); */
/* } */

/* Dark tema */
/* .toggle-switch.dark .toggle-label { */
/* background-color: #4B4B4B; */
/* } */

/* .toggle-switch.dark .toggle-input:checked + .toggle-label { */
/* background-color: #717171; */
/* } */

/* .toggle-switch.dark .toggle-input:checked + .toggle-label::before { */
/* transform: translateX(16px); */
/* } */

/* Copy Click */
.copy-click {
    --duration: 400ms;
    --ease: cubic-bezier(0.19, 1, 0.22, 1);
    --bounce: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    position: relative;
    padding-bottom: 2px;
    text-decoration: none;
    cursor: copy;
    color: #484848;
    border-bottom: 1px dashed #767676;
    transition: background-color calc(var(--duration) * 2) var(--ease);
    font-weight: 700
}

.copy-click:after {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    padding: 8px 16px;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 -12px transparent;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce)
}

.copy-click.is-hovered:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    opacity: 1;
    transform: translate(-50%, 0);
    transition-timing-function: var(--ease)
}

.copy-click.is-copied {
    background-color: #ff0
}

.copy-click.is-copied:after {
    content: attr(data-tooltip-text-copied)
}

/* loader */
.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite
}

.loader.track-white {
    border: 2px solid white;
}

.loader-blue {
    border-top: 2px solid #3498db !important;
}

.loader-orange {
    border-top: 2px solid orange !important;
}

.loader-green {
    border-top: 2px solid #0dbc68 !important;
}

.loader-purple {
    border-top: 2px solid #a01497 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* Modal */
.modal-popup {
    opacity: 0;
    width: 100%;
    height: 100%;
    /*background-color: #41c3f8;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    pointer-events: none;
    /*transform: translateY(10%);*/
    transition: ease-out 0.2s;
}

.modal-popup .header-back {
    background-color: var(--white-color);
    padding: 16px;
}

.modal-popup.show {
    opacity: 1;
    pointer-events: auto;
    /*transform: translateY(0);*/
    transition: ease-in 0.2s;
}

.modal-popup .map, .modal-popup .content {
    width: 100%;
    height: 100%;
}

iframe {
    outline: 0;
    border: 0;
}

.map-mini iframe {
    border-radius: 12px;
    pointer-events: none;
}

.modal-popup .loader {
    width: 36px;
    height: 36px;
}


/* Bottom Sheet */

:root {
    --bottom-sheet-height: 50vh;
}

.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 1001;
    /*backdrop-filter: grayscale(40%);*/
    transition: linear 0.2s;
    /*transition: ease-in 0.4s;*/
}
.sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
}

.bottom-sheet .sheet-inner-wrap {
    height: auto;
    width: 100%;
    border-radius: 24px 24px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 85vh;
    background-color: white;
    overflow: auto;
    transform: translateY(100%);
    /*transition: 0.6s ease;*/
    transition: ease 0.4s;
}

.bottom-sheet.show {
    opacity: 1;
    pointer-events: auto;
}

.bottom-sheet.show .sheet-inner-wrap {
    transform: translateY(0%);
}

.bottom-sheet.dragging .sheet-inner-wrap {
    transition: none;
}

.bottom-sheet .icon.close {
    cursor: pointer;
}

.bottom-sheet .sheet-inner-wrap::-webkit-scrollbar {
    width: 0;
}

.sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 12px 18px;
}

.top-sheet {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    pointer-events: none;
}
.top-sheet .content {
    height: 120px;
    width: 100%;
    border-radius: 0 0 24px 24px;
    background-color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    text-align: center;
    pointer-events: auto;
    transition: ease 0.3s;
    transform: translateY(-110%);
}

.top-sheet .content.show {
    transition: ease 0.3s;
    transform: translateY(0);
}

/*support page*/
.chat-background-image {
    background-image: url('/images/daily.png');
    background-position: -25% 25%;
    -moz-background-size: 493px 966px;
    -o-background-size: 493px 966px;
    background-size: 493px 966px;
    padding-bottom: 16px;
    height: 100vh;
    overflow-y: auto;
}

.notification-date {
    width: 100%;
    text-align: center;
}

.notification-date span {
    border-radius: 16px;
    background-color: hsla(0, 0%, 100%, .6);
    padding: 4px 6px;
    color: #707a95;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
}

.hdr-topline-center {
    position: relative;
    text-align: start;
    white-space: nowrap;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 16px;
    padding-top: 16px;
    cursor: pointer;
}
.js-custom-text-carousel {
    padding-left: 1px;
    height: 16px;
}

/*home*/
.service-menu .items .item {
    /*background-color: #f0f1f3;*/
    /*color: #21201F;*/
    color: #b1b1b0;
    padding: 6px 16px;
    border-radius: 24px;
    font-size: 13px;
    user-select: none;
}

.service-menu .items .item button {
    background-color: transparent;
    text-decoration: none;
    transition: ease 0.2s;
    padding: 0;
}

.service-menu .flex .item.select {
    /*background-color: var(--blue-color3);*/
    /*background-color: #f0f1f3;*/
    background-color: #F6F7FB;
    transition: ease 0.2s;
    color: #333231;
}

.messengers {
    margin-top: 20px;
    color: black;
    display: flex;
    gap: 16px;
}
.messengers li a {
    display: flex;
    align-items: center;
}

.footer {
    margin: 0 auto;
    width: 60%;
}

/*item*/
.notification-crown {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    margin: -4px;
}

.notification-crown .icon.crown, .card-wrapper .icon.crown {
    width: 30px;
    height: 30px;
    background-color: white;
}

.scroll-container {
    width: 100%;
    /* scrolling */
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: none;
    /* sizing and layout */
    --itemHeight: 30px;
    --itemGap: 10px;
    --containerHeight: calc((var(--itemHeight) * 7) + (var(--itemGap) * 6));
    /*max-width: 200px;*/
    height: var(--containerHeight);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: var(--itemGap);
    border-radius: 4px;
    /* paint */
    --topBit: calc((var(--containerHeight) - var(--itemHeight))/2);
    --footBit: calc((var(--containerHeight) + var(--itemHeight))/2);
    /*background: linear-gradient(rgb(225 236 253), rgb(225 236 253) var(--topBit), rgb(20 53 241 / .5) var(--topBit), rgb(20 53 241 / .5) var(--footBit), rgb(225 236 253) var(--footBit));*/
    /*box-shadow: 0 0 10px #eee;*/
    transition: ease 0.2s;
    user-select: none;
    font-size: 15px;


/*Убрать полосу прокрутки у элемента*/
&::-webkit-scrollbar {
     width: 0;
 }

/* items inside scroll container */
.scroll-items {
    transition: ease 0.2s;
    /* sizing and layout */
    width: 100%;
    flex: 0 0 var(--itemHeight);
    box-sizing: border-box;
    /*padding-inline: 20px;*/
    padding-inline: 10px;
    border-radius: inherit;
    text-align: center;

&:first-of-type {
     margin-block-start: var(--topBit);
 }

&:last-of-type {
     margin-block-end: var(--topBit);
 }

/* paint and font */
/*background: linear-gradient(to right, rgb(73 161 247), rgb(54 97 194));*/
/*box-shadow: 0 0 4px rgb(54 97 194);*/
font: 18px / var(--itemHeight);
/*color: white;*/
color: black;

input {
    appearance: none;
}

scroll-snap-align: center;
/*pointer-events: none;*/


}
}


.dropdn-content {
    height: 100%;
    width: 100%;
    position: relative;
}

.dropdn-content-block {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.minicart-drop-fixed {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 2;
}

.countdown-box-full {
    border: 1px solid black;
    padding: 12px;
    margin: 12px;
    font-size: 12px;
    line-height: 18px;
}

.minicart-drop-total {
    padding: 18px 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
}


#picker1 [data-status="0"],
#picker2 [data-status="0"] {
    text-decoration: line-through;
}


@media (min-width:900px) {.show-mobile {display: none !important;}}
@media (max-width:899px) {.hide-mobile {display: none !important;}}

/* phone screen */
@media (max-width:899px) {
    .hide-full {
        display: none; !important;
    }

    .main {
        height: 100%;
    }

    .p-b {
        padding-bottom: 66px !important;
    }

    .service-slider .multi-selects .item .max-width-hide-text  {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70px;
    }
}

/* full screen */
@media (min-width:900px) {

    .top-sheet .content {
        max-width: 700px;
        margin: 0 auto;
    }

    #menu-orders .items {
        max-height: 300px;
    }

    .notiflix-confirm-content {
        width: 450px !important;
    }

    .burger-menu {
        display: none;
    }

    .number-code input {
        width: 147px;
    }

    .my-button, .form-number {
        max-width: 300px;
    }

    body {
        background-color: #f6f7fb;
    }

    .grid-container .product:hover {
        transform: translateY(-6px);
        transition: ease-in 0.2s;
    }

    #menu-services:not(.hide) .grid-container .product {
        transition: ease-in 0.2s;
    }

    .container {
        height: auto;
        /*height: 600px;*/
        max-width: 700px;
        margin: 0 auto;
        box-shadow: 0px 0px 12px 0px rgba(10, 71, 137, 0.08);
        border-radius: 24px;
        /*padding-bottom: 16px;*/
        /*overflow-y: auto;*/

        /*background-image: url('https://img.goodfon.ru/wallpaper/big/e/4d/rassvet-pozitiv-nastroenie.webp');*/
        /*background-position: center;*/
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
    }

    .container::-webkit-scrollbar {
        /*width: 0;*/
    }

    .item-services .button-wrapper .button {
        margin: 0 16px;
    }

    .logo {
        font-size: 22px;
    }

    .hdr-topline-center {
        padding-top: 0;
        padding-bottom: 16px;
    }

    .chat-background-image {
        max-width: 700px;
        height: 550px;
    }

    .services .items .item img {
        width: 120px;
        height: 80px;
    }

    button, .button {
        cursor: pointer;
    }

    .button-wrapper .button {
        max-width: 700px;
    }

    .item {
        cursor: pointer;
    }

    /*.home .top {*/
    /*    box-shadow: none;*/
    /*}*/

    .mobilemenu-content {
        max-width: 20vw !important;
    }

    .bottom-navigation {
        display: none;
    }

    .bottom-sheet {
        max-width: 700px;
        margin: 0 auto;
    }

    .button-wrapper {
        background-color: transparent;
        margin: 0;
        position: relative !important;
    }

    .top .logo {
        display: none;
    }

}


/*payment-link*/
.payment-link {
    display: -ms-flexbox;
    display: flex;
    margin: -10px -14px 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .payment-link {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.payment-link > * {
    margin: 0 14px;
    padding: 0 !important;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

@media screen and (max-width: 575px) {
    .payment-link > * {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .payment-link > * img {
        max-width: 100%;
    }
}

.payment-link [class*=icon] {
    font-size: 60px;
    line-height: 1em;
    display: inline-block;
    transition: .2s;
    color: #282828;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .payment-link [class*=icon] {
        font-size: 40px;
    }
}

.payment-link [class*=icon]:hover {
    color: var(--theme-color);
}