@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap");

@font-face {
    font-family: "Nickainley-Normal";
    src: url("/jscss/Nickainley-Normal.otf") format("opentype");
}

:root {
    --main-color: #2cc7cf;
    --second-color: aliceblue;
    --chica-color: #f338a8;
}

body {
    width: 100vw;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    text-align: center;
}

.main {
    font-size: min(8vw, 7vh);
    width: 100%;
    height: 100%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.if-overflow-3dots {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* display: inline-block; */
}

.background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-size: 63%;
    background-position: 50%;
    background-image: url(/jscss/chair1.png);
    background-repeat: no-repeat;
}

.site-logo {
    position: absolute;
    right: 0.7em;
    font-size: 1em;
    font-family: "Nickainley-Normal";
    color: var(--chica-color);
    transform: rotate(353deg);
    top: 0em;
    opacity: 0.8;
    overflow: hidden;
    width: 1.8em;
    height: 1.5em;
    /* border: 1px solid red;*/
}

.site-logo .mika {
    position: absolute;
    top: 0em;
    left: 0.03em;
    /* transform: rotate(-10deg); */
}

.site-logo .chika {
    color: var(--main-color);
    position: absolute;
    top: 0.3em;
    left: 0.1em;
}

.callback-icons {
    display: inline-block;
    height: 0.9em;
    position: absolute;
    bottom: 18px;
    overflow: hidden;
    left: 0.5em;
    opacity: 0.6;
    z-index: 2;
}

.callback-icons:hover {
    opacity: 1;
}

.callback-icons>* {
    vertical-align: top;
    display: inline-block;
}

.callback-icons svg {
    height: 100%;
}

.callback-icons .telegram path {
    fill: #00bdec;
}

.callback-icons .viber path {
    fill: #7e00b9;
    stroke: #c78ee2;
}

.callback-icons .phone path {
    fill: #00c16b;
    stroke: #ffffff;
    stroke-width: 7px;
}

.callback-icons .phone-number {
    height: 100%;
    color: #2d2d2d;
    font-size: 0.6em;
}

.hello {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
}

.hello>.center {
    margin: auto;
    z-index: 1;
    /* max-width: 800px; */
    text-align: center;
    width: 100%;
    justify-content: stretch;
}

.hello>.center .hi {
    font-size: 2em;
    /* color: #000; */
    /* color: #754343; */
    color: var(--main-color);
    text-align: center;
    animation-name: hello;
    animation-duration: 3s;
    font-weight: 500;
    text-shadow: 1px 6px 3px #48484821;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.hello>.center .hi.rus {
    font-size: 1.6em;
    letter-spacing: 0.001em;
    /* overflow: hidden; */
}

.status {
    color: green;
    margin: 30px 10px 30px 10px;
}

.status.busy {
    color: red;
}

.button>span {
    /* padding: 0.3em 1em; */
    display: inline-block;
    margin: 0em 0px 0px 0px;
    /* background-color: #388bd3; */
    /* background-color: #ffffff8f; */
    /* color: #388bd3; */
    cursor: pointer;
    /* border: 0.07em solid #26c6ce; */
    /* background-color: #539f9f; */
    /* color: var(--main-color); */
    border-radius: 0.2em;
    background-color: var(--main-color);
    color: white;
    padding: 0.2em 0.6em;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.button>span:hover {
    /* background-color: #1f507b; */
    /* background-color: #6ec2c2;
    background-color: #26c6ce1f; */
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.button .liqpay {
    overflow: hidden;
    height: 0.8em;
    width: 1.2em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.2em;
    padding-top: 0.1em;
}

.button .liqpay::before,
.button .liqpay::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    border: 1px solid white;
    border-width: 3px 3px 0px 0px;
    transform: rotate(45deg);
}

.button .liqpay::after {
    position: relative;
    right: 0.2em;
}

@keyframes hello {
    from {
        opacity: 0;
        color: #fff;
    }

    to {
        opacity: 1;
    }
}

.service {
    font-size: 0.5em;
    margin-top: 1em;
}

.price {
    font-size: 0.8em;
    padding: 5px;
    margin: 0em 0em 0.3em 0em;
}

.mylp {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.offer {
    font-size: 0.3em;
    padding-top: 1em;
    margin-bottom: 1em;
}

.offer .link {
    color: #0bcdf8;
}

#liqpay_checkout,
#liqpay_widget_popup_iframe {
    width: 385px;
    transform: translate(-50%, 40%) scale(1.8);
    top: 10px;
}

#liqpay_widget_popup_background {
    background-color: white;
}

.language-switch {
    /* position: absolute; */
    /* top: 0.3em; */
    /* left: 0.3em; */
    /* z-index: 2; */
    margin-left: 0.1em;
}

.language-switch>span {
    font-size: 0.8em;
    color: #ccc;
    letter-spacing: -0.05em;
    line-height: 0.9em;
    padding: 0.2em 0.1em;
    margin: 0px;
    width: 1.2em;
    display: inline-block;
}

.language-switch>span:not(:last-child) {
    margin: 0px 0.1em 0px 0px;
}

.language-switch>span:not(.selected) {
    cursor: pointer;
}

.language-switch .selected {
    color: var(--main-color);
    /* background-color: var(--second-color); */
}

.visa-mastercard {
    position: absolute;
    bottom: 0em;
    right: 0.2em;
    height: 1em;
    z-index: 2;
    opacity: 0.5;
    overflow: hidden;
    padding: 0px;
}

.visa-mastercard>* {
    vertical-align: top;
}

.visa-mastercard:hover {
    opacity: 1;
}

.mastercard {
    height: 47%;
    margin-top: 0.1em;
}

.mastercard .a {
    opacity: 0;
}

.mastercard .b {
    fill: #fff;
}

.mastercard .c {
    fill: #ff5f00;
}

.mastercard .d {
    fill: #eb001b;
}

.mastercard .e {
    fill: #f79e1b;
}

.visa {
    height: 36%;
    position: relative;
    top: 0.13em;
}

.tes .a {
    color: red;
}

.tes .b {
    color: yellow;
}

.menu-bar {
    top: 0.1em;
    left: 0em;
    z-index: 2;
    position: absolute;
    height: 0.6em;
}

.menu-bar>* {
    vertical-align: middle;
}

.menu-bar .menu {
    width: 1em;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* background-color: var(--second-color); */
    /* padding: .2em; */
    display: inline-block;
    height: 1em;
    position: relative;
    margin-left: 0.2em;
    border: 1px solid var(--main-color);
}

.menu-bar .menu>*:not(.items) {
    /* border: 0px solid red; */
    height: 0.06em;
    /* margin-top: .09em; */
    background-color: var(--main-color);
    /* position: relative; */
    transition: all 0.3s ease;
    width: 0.8em;
    position: absolute;
    left: 0.1em;
}

.menu-bar .menu .one {
    top: 0.3em;
}

.menu-bar .menu.open .one {
    top: 0.5em;
    transform: rotate(45deg);
    height: 0.04em;
}

.menu-bar .menu .two {
    top: 0.48em;
}

.menu-bar .menu.open .two {
    transform: rotate(-45deg);
    top: 0.5em;
    height: 0.04em;
}

.menu-bar .menu .three {
    bottom: 0.3em;
}

.menu-bar .menu.open .three {
    bottom: 0.1em;
    height: 2px;
    opacity: 0;
}

.menu-bar .menu .items {
    position: absolute;
    top: 1em;
    left: 0em;
    list-style: none;
    font-size: 0.8em;
    margin: 0px;
    padding: 0em;
    width: max-content;
    border: 1px solid var(--main-color);
    left: -15em;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.5);
}

.menu-bar .menu .items.open {
    left: 0em;
    opacity: 1;
    top: 1.3em;
    transform: scale(1);
}

.menu-bar .menu .items.up {
    top: -4em;
}

@keyframes menu-anim {
    0% {
        background-color: red;
    }

    100% {
        left: 0px;
    }
}

.menu-bar .menu .items a {
    background-color: var(--second-color);
    /* animation-name: menu-anim; */
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    position: relative;
    top: 0px;
    transition: all 0.3s ease;
    padding: 0.1em 0.4em;
    /* color: white; */
    /* background-color: #26c6ce; */
    color: var(--main-color);
    background-color: #f0f8ff;
    text-decoration: inherit;
    display: block;
}

.menu-bar .menu .items li:not(:last-child) a {
    border-bottom: 1px solid #2ec8d040;
}

.menu-bar .menu .items a:hover {
    background-color: #dbf8ff;
}


/* .menu-bar .menu .shadow {
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
} */

.icon-smile {
    height: 2em;
    width: 2em;
    padding: 1em;
}

.icon-smile path {
    fill: var(--main-color);
}

.icon-good {
    display: inline-block;
    /* color: rgb(105, 105, 105); */
    fill: rgb(255, 255, 255);
    height: 0.5em;
    width: 0.5em;
    user-select: none;
}

.icon-rate-us,
.icon-rate-us2 {
    height: 100%;
}

.icon-rate-us path,
.icon-rate-us2 path {
    fill: var(--rate-color);
}

.icon-rate-us2 .star {
    fill: gold;
    stroke: gold;
}

.icon-rate-us2 .table {
    fill: gold;
    stroke: gold;
}

.icon-rate-us .star {
    fill: #f560b9;
}

.component-icon-rate-us3 {
    height: 1.5em;
}

.component-icon-rate-us3 .st0 {
    fill: #393939;
    height: 10%;
}

.component-icon-rate-us3 .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #35A872;
}

.feedback {
    /* --rate-color: #f560b9; */
    --rate-color: #71d9de;
    position: absolute;
    left: 0.4em;
    /* background-color: tomato; */
    padding: 0.2em;
    /* border-radius: 1em; */
    top: 1.7em;
    opacity: 0.7;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    z-index: 2;
    /* border: 0.04em solid var(--rate-color); */
    height: 1.1em;
    /* background-color: aliceblue; */
}

.feedback .text {
    font-size: 0.5em;
    color: var(--main-color);
    line-height: 0.5em;
    margin-top: 1em;
}

.feedback:hover {
    opacity: 1;
}

.feedback-form {
    /* z-index: 2; */
    background-color: #0000008f;
    height: 100vh;
    width: 100vw;
    position: absolute;
    display: flex;
    margin: auto;
    top: 0px;
    left: 0px;
    color: var(--main-color);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    opacity: 0;
    text-align: center;
    /* z-index: 0; */
    left: -100vw;
    z-index: 3;
}

.feedback-form.show {
    opacity: 1;
    /* z-index: 3; */
    /* width: 100vw; */
    /* height: 100vh; */
    left: 0vw;
}

.feedback-form .thanks {
    padding: .4em;
}

.feedback-form>* {
    background-color: white;
    border-radius: 0.1em;
    margin: auto;
    padding: .3em;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transform: scale(0.5);
    padding-bottom: 1em;
}

.feedback-form.show>* {
    transform: scale(1);
}

.feedback-form textarea {
    resize: none;
    font-size: 80%;
    resize: none;
    max-width: 70vw;
    font-style: inherit;
    font-family: inherit;
    border: 1px solid;
    border-radius: 0.1em;
    height: 5em;
    margin: 0.4em 0em;
    padding: 0.1em 0.2em;

}

.icon-star {
    height: 1em;
}

.icon-star path {
    fill: rgb(203, 211, 227);
    transition: fill 0.2s ease-in-out 0s;
}

.icon-star.selected path {
    fill: rgb(251 190 0);
}

.feedback-form button.send,
.feedback-form button.cancel,
.stop-btn  {
    font-size: 80%;
    padding: 0.2em 0.5em;
    border: 1px solid;
    border-radius: 0.1em;
    font-family: inherit;
    background-color: transparent;
}

.feedback-form .stars {
    padding: 0.7em;
}

.feedback-form button.send {
    background-color: var(--main-color);
    color: white;
}

.feedback-form button.cancel {
    background-color: var(--chica-color);
    color: white;
}

.stop-btn {
    margin-top: 0.5em;
    color: red;
    font-size: inherit;
    border: 0.05em solid red;
}
.stop-btn:hover {
    background-color: rgba(255, 0, 0, 0.253);

}