.no-scroll {
    overflow: hidden;
}

/* Шрифт */

@font-face {
    font-family: 'Polomanfont';
    src: local('Montserrat Hairline'), local('Montserrat-Hairline'), url('/fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Polomanfont';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Polomanfont';
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Polomanfont';
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Polomanfont';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Polomanfont';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Основные цвета */

:root {
    --background: #fff8f1;
    --red: #ff0000;
    --red2: #e42b1c;
    --select: #fff2a8;
    --black: #020D19;
    --shadow: 0 4px 44px #f7efe0;
    --onix: #141414;
    --gray: #232323;
    --white: #fff;
    --yell: #ffd760;
    --lighttone: linear-gradient(0deg, rgb(246 219 188) 0%, rgb(243 223 201) 100%);
    --lighttone: #f6dbbc;
    --minilighttone: #f9e9d6;
    --blue: #006bff;
    --mblue: #2d7fef;
    --green: #00bb3c;
    --orange: #ff6200;
    --line: #f7f0e2;
    --line2: #ddb162;
    --line3: #f0deba;
    --maxwidth: 1300px;
    --ff: 'Polomanfont', sans-serif;
    --sizew: 1vw;
    --sizeh: 1vh;
    --otstup: calc(4 * var(--sizew));
    --otstup2: calc(2 * var(--sizew));
}

@media only screen and (max-width: 1479px) {
    :root {
        --sizew: calc(1vw * 1.2);
        --sizeh: calc(1vh * 1.2);
    }
}

@media only screen and (max-width: 1279px) {
    :root {
        --sizew: calc(1vw * 1.5);
        --sizeh: calc(1vh * 1.5);
    }
}

@media only screen and (max-width: 1023px) {
    :root {
        --sizew: calc(1vw * 2);
        --sizeh: calc(1vh * 2);
    }
}

/* Основное  */

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

::selection {
    background: var(--select);
    color: var(--black);
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--orange);
}

span,
div,
h1,
h2,
h3,
h4,
p,
p b,
p a,
p strong {
    word-wrap: break-word;
    word-break: break-word;
}

p {
    margin: 0;
}

video,
svg,
svg g,
img {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    max-width: 100%;
}

a,
img,
.plavn {
    transition: all 0.5s;
}

ul[id*="uStarRating"] a {
    transition: all 0s;
}

* {
    outline: none
}

textarea,
input {
    outline: none;
    resize: none;
    box-sizing: border-box
}

img,
a img {
    border: none;
    outline: none
}

select:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff);
    font-weight: 900;
}


html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%
}

html {
    font-size: 14px;
}

body {
    font-size: 1rem;
    line-height: 1rem;
}

body {
    background-color: var(--background);
    color: var(--black);
    font-weight: 400;
    font-family: var(--ff);
    font-size: calc(1 * var(--sizew));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
    line-height: initial;
    margin-top: 0px;
}

body {
    top: 0px !important;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

table td,
table th {
    padding: 0px;
    margin: 0px;
    border: none;
}

label {
    line-height: calc(1.5* var(--sizew));
    display: inline;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

input[type="checkbox"] {
    display: inline-block;
    width: calc(1.5* var(--sizew));
    height: calc(1.5* var(--sizew));
    padding: 0px;
    border: none;
    border-radius: calc(0.35 * var(--sizew));
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0px;
    position: relative;
    box-sizing: border-box !important;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    overflow: hidden;
}

input[type="checkbox"]:hover {
    border: none;
}

input[type="checkbox"]::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-image: url(/knit/imgcss/tire.webp);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    transition: all 0.5s;
}

input[type="checkbox"]::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    background-color: var(--yell);
    z-index: 1;
    transition: all 0.5s;
}

input[type="checkbox"i]:disabled::after {
    background-color: var(--onix);
}

input[type="checkbox"i]:hover:disabled::before,
input[type="checkbox"i]:disabled::before {
    background-image: none;
}

input[type="checkbox"]:hover::before {
    background-image: url(/knit//imgcss/okb.webp);
}

input[type="checkbox"i]:checked:disabled::before,
input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: var(--lime);
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/knit/imgcss/okb.webp);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

input[type="checkbox"]:checked::before {
    background-image: url(/knit/imgcss/ok.webp);
}

input[type="checkbox"]:checked::after {
    background-color: var(--green);
}

textarea,
input {
    outline: none;
    resize: none;
    box-sizing: border-box;
    color: var(--onix);
    font-family: var(--ff);
    transition: all 0.5s;
    font-size: calc(1.3* var(--sizew));
}

button {
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-family: var(--ff);
    transition: all 0.5s;
}

textarea {
    overflow: auto;
    border: 2px solid var(--yell);
    background-color: var(--white);
    color: var(--onix);
    box-sizing: border-box;
    font-size: calc(1.1 * var(--sizew));
    line-height: calc(1.8 * var(--sizew));
    padding: calc(1.0* var(--sizew)) calc(1.5* var(--sizew));
    border-radius: calc(1* var(--sizew));
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--gray) !important;
    font-weight: 400;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--gray) !important;
    font-weight: 400;
}

select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--gray) !important;
    font-weight: 400;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    box-sizing: border-box;
    border: 2px solid var(--yell);
    background-color: var(--white);
    color: var(--onix);
    font-size: calc(1.1 * var(--sizew));
    line-height: calc(3 * var(--sizew));
    height: calc(3* var(--sizew));
    padding: calc(1.0* var(--sizew)) calc(1.5* var(--sizew));
    border-radius: calc(1* var(--sizew));
}

textarea,
input {
    max-width: 100%;
}

textarea:hover,
input:hover {
    border: 2px solid var(--green);
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.profile-label,
button {
    border: none;
    color: var(--onix);
    cursor: pointer;
    box-sizing: border-box;
    background-color: var(--yell);
    transition: all 0.5s;
    font-weight: 500;
    font-size: calc(1.1 * var(--sizew));
    height: calc(3.2 * var(--sizew));
    padding: 0px calc(2* var(--sizew));
    border-radius: calc(1.5 * var(--sizew));
}

.profile-label {
    line-height: calc(3.2 * var(--sizew));
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.profile-label:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background-color: var(--green);
    color: var(--white);
}

textarea:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    color: var(--onix);
    border: 2px solid var(--green) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0px;
    /* <-- Apparently some margin are still there even though it's hidden */
}

select {
    color: var(--onix);
    border: none;
    background-color: var(--line);
    cursor: pointer;
    font-size: calc(1.1 * var(--sizew));
    height: calc(3* var(--sizew));
    padding: 0 calc(1.5* var(--sizew));
    padding-right: calc(1.5 * var(--sizew) + 15px);
    background-size: auto 16px;
    background-image: url(/knit/imgcss/select.webp);
    background-repeat: no-repeat;
    background-position: right 20px center;
    font-family: var(--ff);
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
    position: relative;
}

select::-ms-expand {
    display: none;
}

select:hover {
    outline: none;
    background-color: var(--line3);
    color: var(--onix);
}

select:focus {
    outline: none;
    background-color: var(--line3);
    color: var(--onix);
}

.dnone {
    display: none !important;
}

hr {
    margin: calc(2 * var(--sizew)) 0;
    height: 2px;
    background: var(--line3);
    padding: 0;
    border: none;
}


@media only screen and (max-width: 1023px) {
    table {
        display: block;
        overflow: scroll;
        width: auto !important;
    }
}

/* Основной стиль */

.ttop {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: calc(0.9 * var(--sizew));
    line-height: calc(1 * var(--sizew));
    justify-content: space-between;
    padding: calc(1 * var(--sizew)) calc(var(--otstup));
    padding-top: calc(var(--otstup) / 2);
}

.ttop i {
    font-size: calc(1.2 * var(--sizew));
}

.ttop a {
    color: var(--black);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ttop a:hover {
    color: var(--red2);
}

.ttop a.log {
    margin-left: auto;
}

@media only screen and (min-width: 700px) {
.ttop br {
    display: none;
}
}

.firstblock {
    display: block;
    position: relative;
    padding: var(--otstup) calc(var(--otstup) / 2);
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border-radius: calc(1 * var(--sizew));
    margin: 0 calc(var(--otstup) / 1);
    border: 2px solid var(--line3);
    margin-bottom: calc(var(--otstup) / 1);
}

.header-info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: calc(1 * var(--sizew));
    line-height: calc(1.4 * var(--sizew));
    justify-content: space-between;
    padding: calc(var(--otstup2) / 2) 0 calc(var(--otstup2) / 3) 0;
}

.logotiope {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--black);
}

.logo-text {
    width: calc(12 * var(--sizew));
}

.logotiope img {
    height: calc(6 * var(--sizew));
    cursor: pointer;
}

.adress,
.findtop {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: calc(0.4 * var(--sizew)) calc(0.6 * var(--sizew));
}

.adress p {
    line-height: calc(1.3 * var(--sizew));
    font-size: calc(1 * var(--sizew));
}

nav.menu div.basket-menu,
nav.menu a.basket-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: calc(0.6 * var(--sizew));
    color: #ce8915;
    position: relative;
    overflow: hidden;
    padding: calc(1.5 * var(--sizew)) calc(0.5 * var(--sizew));
}

nav.menu div.basket-menu {
    cursor: default;
}

.basket-menu:hover {
    color: var(--red);
}

.basket-menu i {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: calc(1.8 * var(--sizew));
    line-height: calc(1.4 * var(--sizew));
    color: var(--line2);
}

.basket > div,
.adress > div {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.adress > div > div:first-child,
.findtop > div > div:first-child {
    padding-bottom: calc(0.4 * var(--sizew));
    opacity: 0.6;
}

.header-info i {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: calc(2.4 * var(--sizew));
    line-height: calc(2.4 * var(--sizew));
    color: var(--line2);
}

.message,
.phone {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: calc(0.3 * var(--sizew));
}

.message {
    gap: calc(0.4 * var(--sizew));
}

.phone a {
    color: var(--green);
}

.phone .tel:hover,
.phone a:hover {
    color: var(--blue);
}

.phone .tel {
    font-weight: 700;
    font-size: calc(1.4 * var(--sizew));
    line-height: calc(1.4 * var(--sizew));
    color: var(--black);
}

.phone .zakaz-zvonok {
    line-height: calc(1.0 * var(--sizew));
}

.message-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    gap: calc(0.6 * var(--sizew));
}

.message-icon a {
    width: calc(2.8 * var(--sizew));
    height: calc(2.6 * var(--sizew));
    border-radius: calc(0.4 * var(--sizew));
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%, auto, auto;
}

@media only screen and (min-width: 1023px) {
    .message-icon a:hover {
        transform: translateY(-5px);
    }
}

.mi-tg {
    background-image: url(/knit/imgcss/tg.webp), linear-gradient(166deg, #55acff, #007be5);
}

.mi-wa {
    background-image: url(/knit/imgcss/whatsapp.svg), linear-gradient(166deg, #33e676, #0fb34c);
}

.mi-vi {
    background-image: url(/knit/imgcss/viber.svg), linear-gradient(166deg, #6f54db, #382978);
}

.mi-ma {
    background-image: url(/knit/imgcss/max.svg), linear-gradient(166deg, #3f59ff, #9a43e0);
}

.header-menu {
    display: block;
    border-top: 2px solid var(--line3);
    border-left: none;
    border-right: none;
}

@media only screen and (min-width: 1239px) {
    .header-menu {
        height: calc(4.4 * var(--sizew) - 4px);
    }
}

.hmvrhr {
    height: calc(1.4 * var(--sizew));
    width: 2px;
    display: block;
    background: var(--line3);
}

nav.menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: calc(1.4 * var(--sizew));
    line-height: calc(1.4 * var(--sizew));
    justify-content: space-evenly;
    margin: -2px 0;
}

nav.menu.top {
    position: fixed;
    width: calc(100% - calc(var(--otstup)));
    padding: 0 calc(var(--otstup) / 2);
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: var(--shadow);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid var(--line3);
}

nav.menu.top .hmvrhr,
nav.menu.top a {
    margin-bottom: -2px;
}

nav.menu a {
    position: relative;
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    padding: calc(1.5 * var(--sizew)) calc(0.5 * var(--sizew));
    overflow: hidden;
}

nav.menu a.active:hover,
nav.menu a:hover {
    color: var(--red);
}

.basket-menu::before,
nav.menu a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: var(--red);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.basket-menu:hover::before,
nav.menu a.active::before,
nav.menu a:hover::before {
    transform: translateX(0);
}

.basket-menu:hover::before,
nav.menu a.active::before,
nav.menu a:hover::before {
    animation: slideIn 0.3s forwards;
}

.basket-menu::before,
nav.menu a::before {
    animation: slideOut 0.3s forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

nav.menu a.active {
    opacity: 1;
}

.h_search_over {
    display: block;
    width: calc(96vw - (50 * var(--sizew)));
    border: 2px solid var(--line);
    border-radius: calc(0.4 * var(--sizew));
}

.h_search {
    display: inline-block;
    height: calc(2.6 * var(--sizew) - 4px);
    text-align: left;
    position: relative;
    width: 100%;
}

.h_search .h_query {
    padding: 0 0 0 calc(1 * var(--sizew));
    border: 0px;
    width: calc(100% - var(--sizew) - calc(2.6 * var(--sizew) - 14px));
    line-height: calc(2.6 * var(--sizew) - 4px);
    height: calc(2.6 * var(--sizew) - 4px);
    color: var(--gray);
    font-size: calc(1 * var(--sizew));
}

.h_search .h_submit:hover,
.h_search .h_submit:focus,
.h_search .h_query:hover,
.h_search .h_query:focus {
    border: none !important;
}

.h_search .h_submit {
    float: right;
    margin: calc(1.3 * var(--sizew) - 8px);
    opacity: 0.5;
}

.h_search .h_submit:hover {
    opacity: 1
}

.searchmenu {
    background: #E0E7EC;
    display: block;
    padding: calc(2.0 * var(--sizew));
}

.searchmenu fieldset {
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
}

/* Контент */

.homeblockcontent {
    display: block;
    position: relative;
    margin: 0 calc(0% - var(--otstup));
    padding: 0;
    width: calc(100% + calc(var(--otstup) * 2));
    text-align: center;
    background-image: url(/knit/imgcss/imgmap.png), url(/knit/imgcss/imgbox.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom calc(1 * var(--sizew));
    background-size: calc(14 * var(--sizew)) auto, calc(18 * var(--sizew)) auto;
}

.homeblockcontent h1 {
    font-size: calc(2.8 * var(--sizew));
    line-height: calc(3.6 * var(--sizew));
    color: var(--black);
    margin: 0px;
    font-weight: 500;
    padding-bottom: calc(var(--otstup2) / 2);
}

.homeblockcontent h1 b {
    color: var(--red2);
    font-weight: 900;
}

.homeblockcontent p {
    font-size: calc(1.3 * var(--sizew));
    line-height: calc(2.0 * var(--sizew));
    margin: 0px;
    letter-spacing: calc(0.05* var(--sizew));
    font-weight: 500;
    color: var(--black);
}

.inpulse {
    position: relative;
    display: inline-block;
    line-height: 0px;
    transition: all 0.3s;
    margin-top: calc(var(--otstup2) / 1);
}

.inpulse::before,
.inpulse::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: calc(2 * var(--sizew));
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: var(--red2);
    opacity: 0;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.inpulse::before {
    animation-name: pulseBefore;
}

.inpulse::after {
    animation-name: pulseAfter;
    animation-delay: 1.25s;
    /* Задержка для второго импульса */
    background: #f7c1bc;
}

@keyframes pulseBefore {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes pulseAfter {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

button.scroll-button {
    color: #fffbf5;
    position: relative;
    background-color: var(--yell);
    height: calc(4 * var(--sizew));
    border-radius: calc(2 * var(--sizew));
    font-size: calc(1.4 * var(--sizew));
    font-weight: 700;
    padding: 0 calc(2 * var(--sizew));
    z-index: 2;
    background: linear-gradient(0deg, rgb(233 62 46) 0%, rgb(253 158 149) 100%);
}

button.scroll-button i {
    margin-right: 10px;
    font-size: calc(1.8 * var(--sizew));
    float: left;
}

img.ring {
    line-height: 0px;
    width: 14%;
    position: absolute;
    top: -10%;
    right: 6%;
    animation: floatVertical 3s ease-in-out infinite;
}

img.star {
    line-height: 0px;
    width: 18%;
    position: absolute;
    top: -20%;
    left: 1%;
    animation: floatVertical 4s ease-in-out infinite;
}

@keyframes floatVertical {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        /* Измените значение для настройки амплитуды движения */
    }
}

/* Форма заказа */

/* form */

.zaiavkaavto {
    cursor: pointer;
}

.avtzai {
    display: none;
    z-index: 99999999;
    background-color: #242424cc;
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
}

.formzakaz {
    display: flex;
    z-index: 1;
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
}

.fz-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: calc(2* var(--sizew));
    max-width: 600px;
    gap: calc(2* var(--sizew));
}

.fz-content .formclose {
    width: 100%;
    display: block;
    text-align: center;
}

.fzc-info {
    display: flex;
    flex-wrap: wrap;
    width: calc(var(--otstup)* 8.5 * 3 + calc(2* var(--sizew)));
    padding: calc(2* var(--sizew));
    gap: calc(1* var(--sizew));
    border-radius: calc(2* var(--sizew));
    justify-content: center;
    background-color: var(--line);
}

.formzakaz .title h2 {
    font-size: calc(var(--otstup2) * 0.8);
    line-height: calc(var(--otstup2) * 0.7);
    margin: 0px;
    color: var(--onix);
    display: block;
    text-align: center;
    width: 100%;
}

.formzakaz .title h2 b {
    font-size: calc(var(--otstup2) * 0.7);
    line-height: calc(var(--otstup2) * 0.7);
    color: var(--onix);
    font-weight: 900;
}

.formzakaz p {
    font-size: calc(1.4* var(--sizew));
    line-height: calc(2* var(--sizew));
    margin: 0px;
    margin-top: calc(var(--otstup) / 2);
    letter-spacing: calc(0.05* var(--sizew));
    font-weight: 500;
    text-align: center;
}

.fs-pidpys {
    display: block;
    width: 100%;
    position: relative;
}

.fs-pidpys p {
    display: table;
    margin: 0 auto;
    padding: 0 calc(2* var(--sizew));
    background-color: var(--line);
    z-index: 2;
    position: relative;
}

.fs-pidpys::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    height: 2px;
    background-color: var(--line3);
    width: 100%;
}

.formzakaz button.fz-close {
    background-color: var(--line3);
    color: var(--onix);
   font-weight: 900;
}

.formzakaz button.fz-close:hover {
    background-color: var(--red2);
    color: var(--white);
}

.fzc-info button {
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: calc(0.5* var(--sizew));
   background-color: transparent;
    border: 2px solid var(--onix);
    color: var(--onix);
       justify-content: center;
}

.fzc-info button:hover {
    background-color: var(--onix);
    border: 2px solid var(--onix);
    color: var(--lime);
}

.fzc-info button.fz-telegram {
   background-color: transparent;
    border: 2px solid #0088cc;
    color: #0088cc;
}

.fzc-info button.fz-telegram:hover {
   background-color: #0088cc;
       color: #fff;
   border: 2px solid #0088cc;
}

.fzc-info button.fz-viber {
   background-color: transparent;
    border: 2px solid #7360f2;
    color: #7360f2;
}

.fzc-info button.fz-viber:hover {
   background-color: #7360f2;
       color: #fff;
   border: 2px solid #7360f2;
}

.fzc-info button.fz-whatsapp {
   background-color: transparent;
    border: 2px solid #25d366;
    color: #25d366;
}

.fzc-info button.fz-whatsapp:hover {
   background-color: #25d366;
       color: #fff;
   border: 2px solid #25d366;
}

.fzc-info button.fz-insta {
   background-color: transparent;
    border: 2px solid #E4405F;
    color: #E4405F;
}

.fzc-info button.fz-insta:hover {
   background-color: #E4405F;
       color: #fff;
   border: 2px solid #E4405F;
}

@media only screen and (max-width: 699px) {

   .formzakaz button {
      width: 100%;
   }

   .formzakaz button.fz-close {
      width: calc(var(--otstup)* 8.5);
   }
}

/* Контент */

#content {
    padding: 0 var(--otstup);
}

#blockpage {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0;
    font-size: calc(1.2 * var(--sizew));
    line-height: calc(2 * var(--sizew));
}

h1.titlep,
#blockpage h1 {
    margin-bottom: calc(1.5 * var(--sizew));
    font-size: calc(2.4 * var(--sizew));
    line-height: calc(2.4 * var(--sizew));
}

p.titlep,
#blockpage p {
    margin-top: calc(1.2 * var(--sizew));
    text-align: justify;
}

p.titlep {
    font-size: calc(1.2 * var(--sizew));
    line-height: calc(2 * var(--sizew));
    margin-bottom: calc(-0.5 * var(--sizew));
}

#blockpage p:first-child {
    margin-top: none;
}

.ob_1 a.ulightbox {
    width: calc(25 * var(--sizew));
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(117, 139, 179, 0.2) 0px 10px 30px 0px;
    border-radius: calc(1 * var(--sizew));
    float: left;
    margin-right: calc(2 * var(--sizew));
    margin-bottom: calc(1 * var(--sizew));
}

/* Schema */

span[itemtype="https://schema.org/BreadcrumbList"] {
    display: flex;
    gap: 5px;
    margin: 0 0 calc(var(--otstup) / 2) 0;
    align-items: center;
    flex-wrap: wrap;
    font-size: calc(1 * var(--sizew));
    line-height: calc(1 * var(--sizew));
}

span[itemtype="https://schema.org/ListItem"] {
    display: flex;
    gap: 5px;
    align-items: center;
}

span[itemtype="https://schema.org/BreadcrumbList"] a {
    opacity: 0.5;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

span[itemtype="https://schema.org/BreadcrumbList"] a:hover {
    opacity: 1;
}

span[itemtype="https://schema.org/BreadcrumbList"] i {
    font-size: calc(1 * var(--sizew));
    opacity: 0.3;
}

@media only screen and (max-width: 699px) {
    span[itemtype="https://schema.org/BreadcrumbList"] {
        display: none;
    }
}

/* Футер */
footer {
    display: block;
    position: relative;
    margin-top: var(--otstup);
}

.footer-wave {
    position: absolute;
    top: calc(0% - calc(1.5 * var(--sizew)));
    left: 0;
    width: 100%;
    height: calc(1.5 * var(--sizew));
    line-height: 0;
    overflow: hidden;
}

.footer-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 215, 96, 0.18), transparent 40%), radial-gradient(circle at 80% 70%, rgba(255, 215, 96, 0.12), transparent 40%), linear-gradient(135deg, #5e0d0e, #53100c 70%);
    z-index: -4;
}

.site-footer-over {
    position: relative;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 215, 96, 0.25), transparent 60%);
    top: 10%;
    right: 10%;
    filter: blur(80px);
    animation: glowMove 8s ease-in-out infinite alternate;
    z-index: -3;
}

.footer-honey {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 215, 96, 0.05) 2px, transparent 2px);
    background-size: 36px 36px;
    opacity: 0.2;
    z-index: -2;
}

.footer-bg-title {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(18 * var(--sizew));
    font-weight: 900;
    letter-spacing: 25px;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

.footer-brand img {
    width: calc(6 * var(--sizew));
}

.footer-brand h2 {
    margin: 0;
    margin-bottom: calc(0.5 * var(--sizew));
}

.footer-brand p {
    line-height: calc(1.4 * var(--sizew));
}

.footer-brand {
    display: flex;
    gap: calc(1.2 * var(--sizew));
    justify-content: center;
    align-items: center;
    font-size: calc(1 * var(--sizew));
    line-height: calc(2 * var(--sizew));
    color: #f2e3e3;
}

.footer-brand-l {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cnt {
    margin: 0 auto;
    padding: var(--otstup);
    padding-bottom: calc(var(--otstup) / 1.5);
}

.footer-phone {
    display: inline-block;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    transition: 0.4s;
    font-size: calc(1.8 * var(--sizew));
    margin-bottom: calc(1.4 * var(--sizew));
}

footer .message-icon {
    justify-content: end;
    gap: calc(1.3 * var(--sizew));
}

.footer-inner {
    display: flex;
    gap: var(--otstup);
    align-items: center;
    justify-content: space-between;
}

nav.footer-nav {
    display: flex;
    justify-content: center;
    font-size: calc(1.2 * var(--sizew));
    line-height: calc(2 * var(--sizew));
    gap: calc(2 * var(--sizew));
}

nav.footer-nav a {
    color: #f2e3e3;
}

nav.footer-nav a:hover {
    color: var(--orange);
}

.footer-bottom {
    margin-top: calc(1.5 * var(--sizew));
    padding-top: calc(1.5 * var(--sizew));
    text-align: center;
    color: #bdaaaa;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: calc(1 * var(--sizew));
    line-height: calc(2 * var(--sizew));
    display: flex;
    justify-content: space-between;
}

.footer-bottom a {
    color: #bdaaaa;
}

.footer-bottom a:hover {
    color: var(--orange);
}

@keyframes glowMove {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(40px);
    }
}

/* Адаптация */

@media only screen and (max-width: 1479px) {
    nav.menu {
        font-size: calc(1.2 * var(--sizew));
        line-height: calc(1.2 * var(--sizew));
    }

    nav.footer-nav {
        font-size: calc(1 * var(--sizew));
        line-height: calc(1 * var(--sizew));
        gap: calc(1.5 * var(--sizew));
    }
}


@media only screen and (max-width: 1279px) {
    :root {
        --otstup: calc(2 * var(--sizew));
    }

    .ttop {
        padding-top: calc(var(--otstup) / 1);
    }

    .h_search_over {
        width: calc(105vw - (50 * var(--sizew)));
    }

    h1.titlep,
    #blockpage h1 {
        margin-bottom: calc(1.5 * var(--sizew));
        font-size: calc(2 * var(--sizew));
        line-height: calc(2 * var(--sizew));
    }

    p.titlep {
        font-size: calc(1.2 * var(--sizew));
        line-height: calc(1.8 * var(--sizew));
    }

    nav.footer-nav {
        max-width: 200px;
        flex-wrap: wrap;
    }

    .homeblockcontent h1 {
        font-size: calc(2 * var(--sizew));
        line-height: calc(2.4 * var(--sizew));
    }

    .homeblockcontent p {
        font-size: calc(1.2 * var(--sizew));
        line-height: calc(1.6 * var(--sizew));
        max-width: 600px;
        margin: 0 auto;
    }

    .inpulse {
        margin-top: calc(var(--otstup2) / 2);
    }

    button.scroll-button {
        font-size: calc(1.2 * var(--sizew));
        padding: 0 calc(1.5 * var(--sizew));
    }

    img.star {
        top: -10%;
    }

    footer {
        margin-top: calc(var(--otstup) + calc(1 * var(--sizew)));
    }

    .footer-wave {
        top: calc(0% - calc(1 * var(--sizew)));
        height: calc(1 * var(--sizew));
    }

    .ob_1 a.ulightbox {
        width: calc(16 * var(--sizew));
    }

}

@media only screen and (max-width: 1023px) {

    .homeblockcontent img,
    nav.footer-nav {
        display: none;
    }

    .homeblockcontent {
        background-image: none;
    }

    .firstblock .message,
    nav.menu > *:nth-child(10),
    nav.menu > *:nth-child(11) {
        display: none;
    }

    .h_search_over {
        width: calc(130vw - (50 * var(--sizew)));
    }
}

@media only screen and (min-width: 700px) {
    .mobnav {
        display: none !important;
    }
}


@media only screen and (max-width: 699px) {

    :root {
        --sizew: calc(1vw * 4);
        --sizeh: calc(1vh * 4);
        --otstup: calc(1 * var(--sizew));
    }
    
    .ttop i {
    font-size: calc(1.8 * var(--sizew));
}

    .footer-wave,
    .adress,
    .findtop,
    .phone {
        display: none;
    }

    .header-info {
        justify-content: center;
    }

    nav.menu div,
    nav.menu a {
        display: none;
    }

    nav.menu div#shop-basket,
    nav.menu div#shop-basket a,
    nav.menu div#shop-basket div,
    nav.menu div.mobnav,
    nav.menu div.mobnav > div,
    nav.menu a.mobnav {
        display: inline-flex;
    }

    nav.menu {
        justify-content: space-evenly;
    }

    .basket-menu i {
        font-size: calc(1.4 * var(--sizew));
        line-height: calc(1.4 * var(--sizew));
    }

    nav.menu div.basket-menu,
    nav.menu a.basket-menu {
        padding: calc(1 * var(--sizew)) calc(0.5 * var(--sizew));
        color: var(--onix);
    }

    .footer-inner {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-brand img {
        width: calc(5 * var(--sizew));
    }

    .footer-brand {
        gap: calc(1 * var(--sizew));
        font-size: calc(0.9 * var(--sizew));
    }

    footer .message-icon {
        justify-content: center;
        gap: calc(1.3 * var(--sizew));
    }

    .footer-bottom {
        justify-content: center;
        flex-wrap: wrap;
    }

    .homeblockcontent h1 {
        font-size: calc(1.8 * var(--sizew));
        line-height: calc(2.2 * var(--sizew));
        padding: 0 calc(1 * var(--sizew));
        padding-bottom: calc(0.5 * var(--sizew));
    }

    .homeblockcontent p {
        display: block;
        font-size: calc(1 * var(--sizew));
        line-height: calc(1.5 * var(--sizew));
        padding: 0 calc(2 * var(--sizew));
        font-weight: 400;
    }

    h1 br {
        display: none;
    }

    .inpulse {
        display: table;
        margin: 0 auto;
        margin-top: calc(var(--otstup2) / 2);
    }
    
    #blockpage {
    font-size: calc(1.0 * var(--sizew));
    line-height: calc(1.8 * var(--sizew));
}
    
    .ob_1 a.ulightbox {
    width: calc(8.5 * var(--sizew));
    margin-top: calc(0.8 * var(--sizew));
    margin-right: calc(1 * var(--sizew));
    margin-bottom: calc(0 * var(--sizew));
}

}