﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200;
    300;
    400;
    500;
    700;
    800;
    900&family=Raleway: wght@200;
    300;
    400;
    600&display=swap";
    html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: "Mulish", sans-serif;
    font-weight: 300;
    background-color: #171717;
    color: #fff;
    font-size: 16px;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.body-fixed {
    overflow: hidden;
}
.container {
    padding: 0 16px;
}
@media(min-width: 640px) {
    .container {
    padding: 0 20px;
    margin: 0 auto;
}
}.main {
    flex: 1 1 auto;
}
.logo {
    display: inline-block;
}
img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p, ol, figure {
    margin: 0 0 0 0;
}
*+p, *+ol *+figure {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0 0;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 0;
}
a {
    color: #fff;
    text-decoration: none;
}
.bi-trash {
    transition: transform .3s, color .3s;
    cursor: pointer;
    color: rgba(245, 245, 240, .2);
    font-size: 24px;
}
.bi-trash:hover {
    color: #f5f5f0;
    transform: scale(1.3);
}
strong {
    display: inline;
    font-weight: 700;
    text-transform: uppercase;
}
.button {
    display: inline-block;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 14px 40px;
    outline: none;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all .3s;
    width: 100%;
    text-transform: uppercase;
}
.button:hover {
    text-decoration: none;
}
.button:focus {
    outline: none;
}
.button-primary {
    color: #151515;
    background-color: #f5f5f0;
    border-radius: 2px;
}
.button-primary:hover {
    color: #f5f5f0;
    background-color: #fa198b;
    border-color: #f5f5f0;
}
.button-primary-reverse {
    color: #f5f5f0;
    background-color: #fa198b;
    border-radius: 2px;
}
.button-primary-reverse:hover {
    color: #f5f5f0;
    background-color: rgba(250, 25, 139, .9);
    border-color: #f5f5f0;
}
.button-secondary {
    color: #fff;
    background-color: #30302f;
    border-radius: 2px;
}
.button-secondary:hover {
    color: #30302f;
    background-color: #fff;
    border-color: #30302f;
}
.button-danger {
    color: #fff;
    background-color: red;
}
.button-danger:hover {
    color: red;
    background-color: #fff;
    border-color: red;
}
.button-large {
    padding: 22px 64px;
}
.button-medium {
    padding: 12px 24px;
}
.button-full {
    width: 100%}
.button-icon {
    width: 14px;
}
.form-control {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}
.input, .select, .textarea {
    width: 100%;
    border: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #666;
    margin: 0;
    border-radius: 0;
    font-size: inherit;
    outline: none;
}
.form-label {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(245, 245, 240, .4);
    padding: 0;
}
.input, .select {
    border-bottom: 1px solid #f5f5f0;
    height: 62px;
}
.input-tel, .select-tel {
    padding: 0px 0px 0px 40px;
}
.prefix {
    position: absolute;
    color: #f5f5f0;
}
.input:focus, .select:focus, .textarea:focus {
    color: #fff;
    box-shadow: none;
}
.input:disabled, .select, .textarea:disabled {
    color: #999;
}
.input::placeholder, .select, .textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: rgba(245, 245, 240, .6);
}
.textarea {
    resize: none;
    height: 200px;
}
.widht-0 {
    width: 0%}
.width-1-1 {
    width: 100%}
.width-1-2 {
    width: 50%}
.width-1-3 {
    width: 33.33%}
.width-2-3 {
    width: 66.66%}
.width-1-4 {
    width: 25%}
.width-3-4 {
    width: 75%}
.width-1-5 {
    width: 20%}
.width-2-5 {
    width: 40%}
.width-3-5 {
    width: 60%}
.width-4-5 {
    width: 80%}
.width-1-6 {
    width: 16.66%}
@media(min-width: 480px) {
    .width-1-1-sm {
    width: 100%}
.width-1-2-sm {
    width: 50%}
.width-1-3-sm {
    width: 33.33%}
.width-2-3-sm {
    width: 66.66%}
.width-1-4-sm {
    width: 25%}
.width-1-6-sm {
    width: 16.66%}
}@media(min-width: 740px) {
    .width-1-1-md {
    width: 100%}
.width-1-2-md {
    width: 50%}
.width-1-3-md {
    width: 33.33%}
.width-2-3-md {
    width: 66.66%}
.width-1-4-md {
    width: 25%}
.width-2-5-md {
    width: 40%}
.width-3-5-md {
    width: 60%}
.width-1-6-md {
    width: 16.66%}
}@media(min-width: 1025px) {
    .width-1-1-lg {
    width: 100%}
.width-1-2-lg {
    width: 50%}
.width-1-3-lg {
    width: 33.33%}
.width-2-3-lg {
    width: 66.66%}
.width-1-4-lg {
    width: 25%}
.width-3-4-lg {
    width: 75%}
.width-1-6-lg {
    width: 16.66%}
.width-1-5-lg {
    width: 20%}
.width-2-5-lg {
    width: 40%}
.width-3-5-lg {
    width: 60%}
.width-4-5-lg {
    width: 80%}
.width-72-lg {
    width: 72%}
}@media(min-width: 1200px) {
    .width-1-1-xlg {
    width: 100%}
.width-1-2-xlg {
    width: 50%}
.width-1-3-xlg {
    width: 33.33%}
.width-2-3-xlg {
    width: 66.66%}
.width-1-4-xlg {
    width: 25%}
.width-1-6-xlg {
    width: 16.66%}
}.row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.row>.column {
    padding: 5px;
}
.row-medium {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.row-medium>.column {
    padding: 20px;
}
.row-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(min-width: 480px) {
    .row {
    display: flex;
    flex-wrap: wrap;
}
.row-medium {
    display: flex;
    flex-wrap: wrap;
}
.row-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
}.section-title {
    color: #151515;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border-top: 2px solid #000;
    padding: 40px 0px;
}
@media(min-width: 740px) {
    .section-title {
    font-size: 64px;
    letter-spacing: 1.28px;
    padding: 80px 0px;
}
}@media(min-width: 1200px) {
    .section-title {
    font-size: 96px;
    letter-spacing: 1.92px;
}
}.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 999;
    gap: 30px;
    transition: background-color .5s;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, .7);
}
@media(min-width: 980px) {
    .header {
    padding-inline: 40px;
}
}.header-dropdown {
    display: none;
}
@media(min-width: 740px) {
    .header-dropdown {
    display: block;
    color: #f5f5f0;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    padding: 0px 15px;
    background-color: rgba(0, 0, 0, 0);
    background: url("../../images/location-select.svg") no-repeat;
    background-position: 8px center;
}
}.header-dropdown .dropdown-menu.show {
    background-color: #fff;
}
.header-dropdown .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    padding-block: 0;
    border: 0;
}
.header-dropdown .dropdown-toggle:focus {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    box-shadow: none;
}
.header-icon {
    width: 22px;
    height: 22px;
    color: #f5f5f0;
    transition: .3s;
}
.header-icon-cart:hover {
    transform: scale(1.1);
}
.header-icon-menu {
    width: 32px;
    height: 32px;
}
.header-icon-user {
    width: 32px;
}
.header-icon:hover {
    color: #f5f5f0;
}
.header .bi-cart3::before {
    font-size: 20px;
}
.header-images {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-content {
    display: flex;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    transition: all .3s;
}
.logo:hover {
    color: #c9c9c5;
    transform: scale(1.2);
    text-decoration: none;
}
.logo-name {
    display: none;
}
@media(min-width: 1024px) {
    .logo-name {
    display: block;
}
}.logo-image {
    width: 25px;
}
@media(min-width: 640px) {
    .logo-image {
    width: 130px;
}
}.nav {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0px 30px 0px 10px;
    font-size: 14px;
}
.nav-dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 2px;
    color: #f5f5f0;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    width: 170px;
    cursor: pointer;
    margin: 0 auto;
    background: url("../../images/location-select.svg") no-repeat, rgba(21, 21, 21, .4);
    background-position: 0px center;
}
.nav-dropdown .dropdown-menu.show {
    background-color: #fff;
    width: 100%;
    transform: translate3d(0px,  43px,  0px) !important;
}
.nav-dropdown .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: 0;
}
.nav-dropdown .dropdown-toggle:focus {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    box-shadow: none;
}
@media(min-width: 740px) {
    .nav-dropdown {
    display: none;
}
}.nav-list {
    display: none;
}
@media(min-width: 1024px) {
    .nav-list {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 40px;
}
}.nav-link {
    color: #fff;
    transition: color .3s;
    padding: 0;
}
.nav-link:hover {
    color: rgba(255, 255, 255, .6);
}
.navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-toggle span, .navbar-toggle span::before, .navbar-toggle span::after {
    width: 20px;
    height: 2px;
    margin-top: -2px;
    margin-left: 7px;
    background-color: #f5f5f0;
}
.navbar-toggle span::before, .navbar-toggle span::after {
    content: "";
    display: block;
    transition: all .5s;
}
.navbar-toggle span::before {
    transform: translateY(0px);
}
.navbar-toggle span::after {
    transform: translateY(5px);
}
.navbar-toggle span {
    height: 0;
}
.navbar-toggle {
    color: #f5f5f0;
}
.navbar-toggle:hover {
    color: rgba(255, 255, 255, .6);
}
.navbar-toggle.is-active span::before {
    transform: rotate(-45deg);
}
.navbar-toggle.is-active span::after {
    transform: rotate(45deg);
}
.navbar-toggle.is-active+.nav-mobile {
    display: flex;
    flex-direction: column;
    transform: translateX(0);
}
@media(min-width: 740px) {
    .navbar-toggle.is-active+.nav-mobile {
    text-align: left;
    align-items: left;
}
}.nav-mobile {
    display: flex;
    gap: 30px;
    list-style: none;
    position: absolute;
    top: 58px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -3px 0px;
    height: 85vh;
    padding: 25px 0px;
    z-index: 998;
    transform: translateX(-200%);
    transition: transform .5s;
    overflow-y: auto;
    padding: 20px;
}
@media(min-width: 740px) {
    .nav-mobile-menu {
    min-height: 500px;
}
}.nav-mobile-image-container {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: none;
}
@media(min-width: 740px) {
    .nav-mobile-image-container {
    display: flex;
}
}.mobile-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(245, 245, 240, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateX(-200%);
    transition: .5s;
    z-index: 998;
}
.mobile-overlay.is-active {
    transform: translateX(0);
}
.nav-list-mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media(min-width: 980px) {
    .nav-list-mobile {
    gap: 30px;
}
}.nav-item-mobile {
    position: relative;
    width: fit-content;
}
@media(min-width: 640px) {
    .nav-item-mobile-image {
    width: 300px;
}
}@media(min-width: 980px) {
    .nav-item-mobile-image {
    width: 400px;
}
}.nav-link-mobile {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s;
    color: #f5f5f0;
    color: #151515;
}
.nav-link-mobile:hover {
    color: rgba(0, 0, 0, .7);
}
.blur {
    filter: blur(2px);
}
.info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: rgba(21, 21, 21, .6);
}
.info-title {
    text-transform: uppercase;
    font-size: 16px;
}
.info-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(min-width: 740px) {
    .info-container {
    flex-direction: column;
}
}.social-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(min-width: 740px) {
    .social-info {
    flex-direction: row;
    gap: 40px;
}
}.social-info-tel {
    color: rgba(21, 21, 21, .6);
    transition: .3s;
}
.social-info-tel:hover {
    color: #fff;
}
.social-info .bi-arrow-right-short::before {
    display: none;
    font-size: 16px;
}
.social-info-instagram, .social-info-telegram {
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all .3s;
    color: rgba(21, 21, 21, .6);
}
.social-info-instagram:hover, .social-info-telegram:hover {
    color: #fff;
}
.social-info-instagram:hover .bi-arrow-right-short::before, .social-info-telegram:hover .bi-arrow-right-short::before {
    display: flex;
}
.address-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
}
@media(min-width: 740px) {
    .address-info {
    flex-direction: row;
    gap: 40px;
}
.address-info>p {
    align-self: flex-end;
}
}.address-info-worktime {
    color: #151515;
    font-weight: 600;
}
.registration-modal {
    position: fixed;
    background-color: rgba(245, 245, 240, .1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px;
    height: auto;
    z-index: 999;
    inset: 0;
}
@media(min-width: 740px) {
    .registration-modal {
    max-width: 500px;
    top: auto;
    left: auto;
    inset: auto;
    bottom: 80px;
    right: 30px;
}
}.modal-online.hidden {
    transform: translateX(500%);
}
.modal-online {
    flex-direction: column;
    gap: 40px;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .3s;
}
.modal-online-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.modal-online-title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #f5f5f0;
}
.modal-online-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-online-label {
    position: relative;
}
.modal-online-prefix {
    top: 50%}
.modal-online-select {
    background-color: rgba(0, 0, 0, 0);
    color: #f5f5f0;
}
.modal-online-option {
    background-color: rgba(21, 21, 21, .7);
}
.close-modal {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    transition: .3s;
    cursor: pointer;
}
.close-modal:hover {
    transform: scale(1.5);
}
.privacy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    color: #f5f5f0;
}
@media(min-width: 640px) {
    .privacy {
    flex-direction: row;
    justify-content: space-between;
}
}.privacy-checkbox {
    display: inline-block;
    cursor: pointer;
}
.privacy-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    appearance: none;
}
.privacy-input:checked+.privacy-inner::before {
    background-color: #f5f5f0;
}
.privacy-input:checked+.privacy-inner::after {
    background-color: #454545;
    left: 17px;
}
.privacy-inner {
    display: inline-block;
    position: relative;
    padding: 3px;
    padding-left: 40px;
}
.privacy-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 19px;
    background-color: rgba(245, 245, 240, .2);
    border-radius: 17px;
    transition: background-color .3s;
}
.privacy-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f5f5f0;
    transition: background-color .3s, left .3s;
}
.privacy-text {
    font-weight: 300;
    font-size: 12px;
    color: rgba(245, 245, 240, .6);
    border-bottom: 1px solid rgba(245, 245, 240, .6);
    transition: color .3s;
}
.privacy-text:hover {
    color: #f5f5f0;
}
.toast {
    background-color: #151515;
    max-width: 250px;
}
@media(min-width: 740px) {
    .toast {
    max-width: 350px;
}
}.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 20px 80px;
    height: 100vh;
    width: 100vw;
}
@media(min-width: 640px) {
    .hero {
    padding-inline: 40px;
}
}.hero-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #e8e7e5;
    font-weight: 300;
}
@media(min-width: 640px) {
    .hero-title {
    font-size: 48px;
    line-height: 120%}
}.hero-content {
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 11px 0px;
    border-bottom: 2px solid gray;
    width: 100%}
.hero-content-button {
    display: flex;
    justify-content: flex-end;
}
.hero-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100vh;
}
.hero-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%}
@media(min-width: 640px) {
    .hero-button {
    max-width: 250px;
}
}.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}
.hero-video {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.video-content {
    color: #fff;
}
.preview {
    padding: 20px;
    position: relative;
}
@media(min-width: 740px) {
    .preview {
    padding: 80px 60px;
}
}.preview-title {
    font-size: 96px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.preview-title-first {
    animation: text_animation 20s linear infinite;
}
.preview-title-second {
    animation: text_animation 20s linear infinite reverse;
}
.preview-images {
    position: relative;
    height: 100vh;
}
.preview-image {
    position: absolute;
    width: 100%;
    height: auto;
}
.preview-image-first {
    position: fixed;
    max-width: 480px;
    top: 100px;
    left: 0;
    z-index: -100;
}
@media(min-width: 640px) {
    .preview-image-first {
    left: 50%;
    transform: translateX(-240px);
}
}.preview-image-second {
    max-width: 213px;
    top: 200px;
    left: 40%;
    z-index: 2;
    transform: translateX(-107px);
}
@media(min-width: 640px) {
    .preview-image-second {
    top: 37%;
    left: 15%}
}@media(min-width: 1200px) {
    .preview-image-second {
    max-width: 326px;
    top: 25%;
    left: 25%;
    transform: translateX(-163px);
}
}.preview-image-third {
    max-width: 190px;
    left: 40%;
    top: 58%;
    z-index: 2;
}
@media(min-width: 640px) {
    .preview-image-third {
    left: 85%;
    top: 42%;
    transform: translateX(-100px);
}
}@media(min-width: 1200px) {
    .preview-image-third {
    max-width: 380px;
    left: 78%;
    top: 32%;
    transform: translateX(-190px);
}
}@keyframes text_animation {
    from {
    transform: translateX(100%);
}
to {
    transform: translateX(-250%);
}
}.services {
    background-color: #f5f5f0;
    padding: 60px 20px 0px;
    position: relative;
}
@media(min-width: 740px) {
    .services {
    padding: 80px 20px 0px;
}
}@media(min-width: 1200px) {
    .services {
    padding: 60px 20px 0px;
}
}.services-section-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    mix-blend-mode: difference;
    color: #f5f5f0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s;
}
.services-section-button:hover {
    border-color: #f5f5f0;
    color: rgba(245, 245, 245, .4);
    background-color: rgba(0, 0, 0, 0);
}
@media(min-width: 740px) {
    .services-section-button {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 45%}
}@media(min-width: 1024px) {
    .services-section-button {
    right: 40px;
}
}.services-section-button-arrow {
    width: 25px;
}
.service-swiper {
    width: 100%;
    height: 100%}
.service-swiper .swiper-slide {
    text-align: center;
    font-size: 16px;
    background-color: #f5f5f0;
    color: #000;
}
.service-swiper .swiper-button-next, .service-swiper .swiper-button-prev {
    color: #fff;
    background-color: #fa198b;
    padding: 0px 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    top: 30%}
@media(min-width: 740px) {
    .service-swiper .swiper-button-next, .service-swiper .swiper-button-prev {
    top: 50%}
}.service-swiper .swiper-button-next::after, .service-swiper .swiper-button-prev::after {
    display: none;
}
.service-image-container {
    position: relative;
    height: 330px;
}
@media(min-width: 1024px) {
    .service-image-container {
    height: 500px;
}
}.service-image-container>img {
    height: 300px;
    object-fit: contain;
}
@media(min-width: 1024px) {
    .service-image-container>img {
    height: 500px;
}
}.service {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
@media(min-width: 480px) {
    .service {
    flex-direction: row;
}
}@media(min-width: 1024px) {
    .service {
    margin-bottom: 0;
}
}.service-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
@media(min-width: 740px) {
    .service-title {
    font-size: 32px;
}
}.service-description {
    font-size: 16px;
    line-height: 140%}
.masters {
    background-color: #f5f5f0;
    padding: 60px 20px;
}
@media(min-width: 740px) {
    .masters {
    padding: 80px 20px;
}
}@media(min-width: 1200px) {
    .masters {
    padding: 60px 40px;
}
}.masters-mobile {
    display: flex;
}
@media(min-width: 1200px) {
    .masters-mobile {
    display: none;
}
}.masters-mobile .swiper-slide {
    position: relative;
}
.masters-content {
    display: none;
}
@media(min-width: 1200px) {
    .masters-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
}.masters-modal.hidden {
    transform: translateY(200%);
}
.masters-modal {
    transform: translateX(0px);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: auto;
    transition: transform .5s;
    text-transform: uppercase;
}
@media(min-width: 740px) {
    .masters-modal {
    position: absolute;
}
}.masters-modal-title {
    font-size: 16px;
}
.masters-modal-datepiecker-title {
    color: rgba(245, 245, 240, .4);
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0px 0px;
}
.masters-modal-label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}
.masters-modal .input, .masters-modal .select {
    height: 40px;
}
@media(min-width: 740px) {
    .masters-modal .input, .masters-modal .select {
    height: 62px;
}
}.masters-modal-select {
    border-bottom: 1px solid rgba(245, 245, 240, .4);
    padding-bottom: 10px;
}
.masters-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f5f5f0;
}
.masters-modal-datetime {
    color: rgba(245, 245, 240, .4);
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    padding-block: 10px;
    border-bottom: 1px solid rgba(245, 245, 240, .4);
}
.masters-modal-tel {
    border-bottom: 1px solid rgba(245, 245, 240, .4);
}
.masters-modal-option {
    background-color: rgba(21, 21, 21, .9);
}
.masters-modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}
.masters input[type=datetime-local]::-webkit-calendar-picker-indicator {
    filter: invert(80%);
}
.master {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #151515;
    position: relative;
}
.master-overlay {
    position: relative;
    overflow: hidden;
}
.master-overlay-button {
    display: none;
}
.master-overlay:hover>.master-overlay-button {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,  -40px);
}
.master-name {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(245, 245, 240, .4);
}
@media(min-width: 740px) {
    .master-name {
    height: 62px;
}
}.master-title {
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
}
.master-description {
    line-height: 140%;
    text-align: left;
    font-size: 16px;
}
@media(min-width: 1200px) {
    .master-description {
    line-height: 140%}
}.master-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.master-data {
    align-content: inherit;
}
.bi-2-circle {
    color: #f5f5f0;
}
.section-shop {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #151515;
}
@media(min-width: 740px) {
    .section-shop {
    padding-inline: 80px;
}
}.section-shop-swiper {
    margin: 0;
    height: 600px;
}
@media(min-width: 400px) {
    .section-shop-swiper {
    height: 680px;
}
}@media(min-width: 480px) {
    .section-shop-swiper {
    height: 750px;
}
}@media(min-width: 640px) {
    .section-shop-swiper {
    height: 400px;
}
}@media(min-width: 740px) {
    .section-shop-swiper {
    height: 350px;
}
}@media(min-width: 810px) {
    .section-shop-swiper {
    height: 450px;
}
}@media(min-width: 980px) {
    .section-shop-swiper {
    height: 470px;
}
}@media(min-width: 1024px) {
    .section-shop-swiper {
    height: 500px;
}
}@media(min-width: 1024px) {
    .section-shop-swiper {
    height: 550px;
}
}@media(min-width: 1200px) {
    .section-shop-swiper {
    height: 650px;
}
}@media(min-width: 1340px) {
    .section-shop-swiper {
    height: 700px;
}
}@media(min-width: 1340px) {
    .section-shop-swiper {
    height: 750px;
}
}.section-shop-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.section-shop-button {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    background-color: rgba(21, 21, 21, .5);
    color: rgba(245, 245, 245, .4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 50px 20px;
    font-size: 32px;
    font-weight: 700;
}
.section-shop-button:hover {
    border: 1px solid #151515;
}
@media(min-width: 640px) {
    .section-shop-button {
    right: 40px;
    max-width: 40%}
}@media(min-width: 740px) {
    .section-shop-button {
    right: 80px;
}
}.section-shop-button-arrow {
    width: 25px;
}
.referal {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f0;
    padding: 60px 20px;
}
@media(min-width: 740px) {
    .referal {
    padding: 80px 40px;
}
}@media(min-width: 1200px) {
    .referal {
    padding: 80;
}
}.referal-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 20px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(21, 21, 21, .4);
    transition: color .3s;
}
.referal-btn:hover {
    color: #151515;
}
.bi-arrow-right-short::before {
    content: "";
    display: flex;
    font-size: 40px;
}
.accordion {
    background-color: rgba(0, 0, 0, 0);
}
.accordion-item {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 2px solid #151515;
    padding: 40px 0;
}
.accordion-item:last-child {
    border: 0;
}
.accordion-header {
    padding-bottom: 20px 0;
}
@media(min-width: 740px) {
    .accordion-header {
    padding-bottom: 40px 0;
}
}.accordion-collapse {
    border: 0;
}
.accordion-button {
    outline: none;
    background-color: #f5f5f0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border: 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
    background-color: #f5f5f0;
    color: #151515;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.interactive {
    height: 70vh;
    position: relative;
    overflow: hidden;
}
.interactive:hover .interactive-background {
    transform: scale(1.5);
}
.interactive-background {
    transition: transform 5s;
}
.interactive-overlay {
    position: absolute;
    left: 0;
    top: -1px;
    height: 50vh;
    width: 100%}
.footer {
    color: rgba(255, 255, 255, .6);
    background-color: #151515;
}
.footer-contacts {
    padding: 68px 20px;
}
@media(min-width: 740px) {
    .footer-contacts {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .footer-contacts {
    padding-inline: 80px;
}
}.footer-content {
    border-top: 2px solid #fff;
    padding-top: 66px;
}
.footer-title {
    color: #e8e7e5;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.footer-socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-transform: uppercase;
    color: #e8e7e5;
}
.footer-link {
    display: flex;
    gap: 10px;
    color: rgba(255, 255, 255, .6);
    transition: color .3s;
    max-width: fit-content;
    text-transform: none;
}
.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-main-link {
    text-transform: uppercase;
    color: #e8e7e5;
}
.footer-main-link:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-location {
    height: 80vh;
}
.location {
    height: 100%;
    width: 100%}
.courses-page {
    background-color: #f5f5f0;
    color: #151515;
}
.courses {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 20px;
    color: rgba(21, 21, 21, .6);
}
@media(min-width: 980px) {
    .courses {
    padding-inline: 40px;
}
}.courses-amount {
    font-size: 32px;
    font-weight: 700;
}
.courses-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.courses-title {
    padding: 0;
    border: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.course-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #151515;
    border-bottom: 1px solid rgba(21, 21, 21, .4);
}
.course-card:last-child {
    border: 0;
}
.course-card-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.course-card-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
}
.course-card-images {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}
.course-card-images>img {
    max-width: 90px;
    max-height: 95px;
}
@media(min-width: 740px) {
    .course-card-images>img {
    justify-content: flex-end;
    gap: 20px;
    max-width: 150px;
    max-height: 160px;
}
}.course-card-link {
    color: #151515;
}
.lessons-amount {
    color: #151515;
}
.bi-arrow-right-short::before {
    font-size: 46px;
}
.contacts {
    padding: 100px 20px 0px;
}
@media(min-width: 740px) {
    .contacts {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .contacts {
    padding-inline: 80px;
}
}.contacts-swiper {
    display: none;
}
@media(min-width: 740px) {
    .contacts-swiper {
    display: flex;
}
}.contacts-title {
    padding: 30px 0px;
    border-top: 2px solid #f5f5f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
@media(min-width: 740px) {
    .contacts-title {
    font-size: 32px;
}
}.contacts-image {
    max-width: 320px;
    height: 320px;
}
.cart {
    padding: 100px 20px 40px;
    min-height: 100vh;
}
@media(min-width: 740px) {
    .cart {
    padding-inline: 40px;
}
}.cart-title {
    padding: 30px 20px;
    border-top: 2px solid #f5f5f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
@media(min-width: 740px) {
    .cart-title {
    font-size: 32px;
}
}.cart-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 23px 0;
}
.cart-items {
    border-left: 1px solid rgba(245, 245, 240, .2);
}
.cart-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-info-subtitle {
    padding: 40px 0px 0px 0px;
}
.cart-info-description {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 0;
}
.cart-info-description.active {
    border-bottom: 1px solid #f5f5f0;
}
.cart-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px 0px 40px 0px;
}
.cart-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .04);
}
@media(min-width: 1200px) {
    .cart-item {
    flex-direction: row;
}
}.cart-item-image {
    max-width: 106px;
}
.cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%}
.cart-item-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
@media(min-width: 740px) {
    .cart-item-body {
    flex-direction: row;
}
}.cart-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-item-title {
    font-size: 16px;
    line-height: 130%}
.cart-item-description {
    display: flex;
    font-size: 14px;
    gap: 10px;
    color: rgba(245, 245, 240, .6);
    line-height: 130%}
.cart-item-price {
    color: #f5f5f0;
}
.cart-item-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    font-size: 24px;
    background-color: rgba(245, 245, 240, .04);
    color: #f5f5f0;
}
@media(min-width: 740px) {
    .cart-item-button {
    width: 50px;
}
}.cart-item-button:hover {
    background-color: #f5f5f0;
    color: #151515;
}
.total-amount-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid rgba(245, 245, 240, .2);
}
.total-amount-title {
    color: #fff;
    text-overflow: ellipsis;
    line-height: 140%}
.total-amount-sum {
    color: #fff;
    text-overflow: ellipsis;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%}
.delivery-info {
    padding-top: 20px;
}
.payment {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.payment-item-title {
    color: #f5f5f0;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.payment-item .form-select {
    background-color: #171717;
}
.account {
    padding: 100px 20px 80px;
    min-height: 100vh;
}
@media(min-width: 740px) {
    .account {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .account {
    padding-inline: 80px;
}
}.account-title {
    padding: 30px 20px 50px;
    border-top: 2px solid #f5f5f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
@media(min-width: 740px) {
    .account-title {
    font-size: 32px;
}
}.account-add-address {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.dropdown-menu.show {
    background-color: rgba(245, 245, 245, .1);
    border-radius: 0;
    padding: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: rgba(245, 245, 245, .1);
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
}
.account-info-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width: 740px) {
    .account-info-dropdown {
    display: none;
}
}.account-info-list {
    display: none;
}
@media(min-width: 740px) {
    .account-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid rgba(245, 245, 240, .6);
}
}.account-info-item {
    padding: 10px;
    color: rgba(245, 245, 240, .6);
    text-transform: uppercase;
    cursor: pointer;
}
.account-info-item.active {
    border-right: 2px solid #f5f5f0;
    color: #fff;
}
.account-info-content {
    text-align: center;
}
@media(min-width: 1024px) {
    .account-info-content {
    text-align: left;
}
}.account-personal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.account-personal-label input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(80%);
}
.account-personal-data {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.account-personal-data-btn {
    margin: auto;
}
.account-personal-data input[type=datetime-local]::-webkit-calendar-picker-indicator {
    filter: invert(80%);
}
.account-personal-data-modal .modal-content {
    display: flex;
    color: #151515;
    border-radius: 0;
    padding: 20px;
    font-size: 16px;
}
.account-personal-data-modal .modal-header {
    border: 0;
    text-transform: uppercase;
}
.account-personal-data-modal .modal-body {
    text-align: center;
    line-height: 130%}
.password-button {
    position: absolute;
    top: 50%;
    right: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: #f5f5f0;
    border: 0;
}
.account-address-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.account-address-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-check {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(245, 245, 240, .4);
}
.form-check-input {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.form-check-input:checked {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f5f5f0;
}
.form-check-input:focus {
    box-shadow: none;
}
.address-item {
    color: #f5f5f0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%}
.address-item-title {
    font-size: 16px;
    text-transform: uppercase;
}
.address-house-info {
    padding-bottom: 20px;
}
.orders {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.orders-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.orders-filter-param {
    padding: 8px 14px;
    border-radius: 100px;
    background: rgba(245, 245, 240, .1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}
.orders-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.orders-item {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .04);
    padding: 27px 20px;
}
.order-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.order-number {
    display: flex;
    gap: 10px;
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.order-status {
    color: #f5f5f0;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.order-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.order-amount {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.order-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.order-images {
    display: flex;
    gap: 10px;
}
.order-client {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: rgba(245, 245, 240, .2);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.order-client-info, .order-client-declaration {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.order-count {
    color: #f5f5f0;
    font-size: 14px;
    font-weight: 400;
}
.order-additional-item {
    padding: 20px;
    border-radius: 2px;
}
.order-additional-benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.order-additional-benefits-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.additional-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.additional-item-image {
    max-width: 50px;
}
.additional-item-title {
    overflow: hidden;
    color: #f5f5f0;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.additional-item-description {
    overflow: hidden;
    color: rgba(245, 245, 240, .6);
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.additional-item-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-flush .accordion-button {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    background-color: rgba(255, 255, 255, .04);
}
.accordion-flush .accordion-button::after {
    content: "";
    position: absolute;
    color: #fff !important;
    right: 2%;
    background-image: url("../images/chevron-down.svg");
}
.accordion-flush .accordion-button:focus {
    background-color: rgba(255, 255, 255, .04);
    color: #fff;
}
.accordion-flush .accordion-button:not(.collapsed)::after {
    background-image: url("../images/chevron-down.svg");
}
.accordion-flush .accordion-item {
    padding: 0;
    border: 0;
}
.accordion-flush .accordion-body {
    background-color: rgba(255, 255, 255, .04);
    color: #fff;
}
.favourites {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}
.favourites-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
@media(min-width: 1024px) {
    .favourites-list {
    justify-content: stretch;
}
}.favourites-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.favourites-card:hover .favourites-card-content {
    transform: translateY(0);
}
.favourites-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(70px);
    padding: 20px;
    transition: transform .5s;
}
.favourites-card-image {
    position: absolute;
    z-index: -1;
    inset: 0;
}
.favourites-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.favourites-card-title {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.favourites-card-subtitle {
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%}
.favourites-card-select {
    padding: 10px 20px;
    background-color: #30302f;
    border-radius: 2px;
    color: #fff;
    border: 0;
    outline: none;
}
.favourites-card-buttons {
    display: flex;
    gap: 10px;
}
.favourites-card-trash {
    position: absolute;
    top: 20px;
    right: 20px;
}
.favourites-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.favourites-filter-param {
    padding: 8px 14px;
    border-radius: 100px;
    background: rgba(245, 245, 240, .1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}
.products {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}
@media(min-width: 1024px) {
    .products {
    padding: 0;
}
}.filter-full {
    opacity: 1;
    height: auto;
    transition: opacity .1s, height .1s, pointer-events .5s, transform .5s;
    transform: translate(0%);
}
.filter-full.hidden {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transform: translate(-150%);
}
.filter-full-button {
    background-color: #f5f5f0;
    padding: 8px 10px;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
}
.filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-data {
    display: flex;
    align-items: center;
    gap: 20px;
}
.filter-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(245, 245, 240, .1);
    padding: 8px 14px;
}
.filter-remove {
    transition: transform .3s;
    cursor: pointer;
}
.filter-remove:hover {
    transform: scale(1.5);
}
.button-clear-filters {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    line-height: 130%;
    padding: 0;
    width: max-content;
    height: max-content;
    text-transform: none;
}
@media(min-width: 740px) {
    .button-clear-filters {
    display: inline-block;
}
}.button-clear-filters:hover {
    color: #f5f5f0;
}
.letter-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: rgba(245, 245, 240, .6);
    padding-bottom: 10px;
}
.letter-filter-item {
    cursor: pointer;
    transition: color .3s;
}
.letter-filter-item:hover {
    color: #f5f5f0;
}
.product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-item {
    display: flex;
    gap: 10px;
    color: #f5f5f0;
    line-height: 140%;
    cursor: pointer;
    transition: color .3s;
}
.product-item:hover {
    color: rgba(245, 245, 240, .6);
}
.product-item.disabled {
    color: rgba(245, 245, 240, .6);
    cursor: default;
}
.shop {
    padding: 100px 20px 80px;
    min-height: 100vh;
}
@media(min-width: 740px) {
    .shop {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .shop {
    padding-inline: 80px;
}
}.shop-title {
    padding: 30px 0px;
    border-top: 2px solid #f5f5f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
@media(min-width: 740px) {
    .shop-title {
    font-size: 32px;
}
}.shop .accordion-item {
    padding: 0;
}
.shop .accordion-button {
    color: rgba(245, 245, 240, .6);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0);
}
.shop .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon-minus.svg");
}
.shop .accordion-button::after {
    background-image: url("../images/icon-plus.svg");
}
.shop-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.shop-remove {
    cursor: pointer;
    transition: transform .3s;
}
.shop-remove:hover {
    transform: scale(1.3);
}
.shop-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding: 20px 30px;
    background: linear-gradient(to top,  rgb(0,  0,  0),  rgba(0,  0,  0,  0));
}
.shop-card:hover .shop-card-content {
    transform: translateY(-15px);
}
.shop-card-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    height: 100%}
.shop-card-like {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: rgba(245, 245, 240, .2);
    transition: color .3s, transform .3s;
    cursor: pointer;
    z-index: 1;
}
.shop-card-like:hover {
    color: #fa198b;
    transform: scale(1.2);
}
.shop-card-like.liked {
    color: #fa198b;
}
.shop-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: transform .3s;
    transform: translateY(80px);
}
.shop-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,  rgba(0,  0,  0,  0.9),  rgba(0,  0,  0,  0));
    z-index: 0;
}
.shop-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shop-card-title {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.shop-card-subtitle {
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    line-height: 130%}
.sort-select {
    color: #f5f5f0;
    font-size: 14px;
    line-height: 130%;
    background-color: #171717;
}
.sort-select-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    white-space: nowrap;
}
.services-page {
    padding: 100px 20px 40px;
    background: #f5f5f0;
}
@media(min-width: 740px) {
    .services-page {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .services-page {
    padding-inline: 80px;
}
}.services-page-title {
    padding: 30px 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    text-align: left;
}
@media(min-width: 740px) {
    .services-page-title {
    font-size: 32px;
}
}.services-page .accordion-item {
    padding: 0;
    color: #151515;
    border: 0;
}
.services-page .accordion-body {
    padding-inline: 0;
}
.services-page .accordion-title {
    color: rgba(21, 21, 21, .6);
    font-size: 16px;
    text-transform: uppercase;
}
.services-page .accordion-button {
    color: #151515;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0);
    padding-inline: 0;
}
.services-page .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon-minus-dark.svg");
}
.services-page .accordion-button::after {
    background-image: url("../images/icon-plus-dark.svg");
}
.services-page .filter-full-button {
    background-color: #fa198b;
    color: #f5f5f0;
}
.services-page .filter-item {
    color: #151515;
    background: rgba(250, 25, 139, .1);
}
.services-info-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    padding-block: 20px;
    cursor: pointer;
}
.services-info-title:hover {
    color: rgba(21, 21, 21, .7);
    text-decoration: underline;
}
.services-info .accordion-header-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-info .accordion-header-item>span {
    color: rgba(21, 21, 21, .6);
    text-align: center;
    font-size: 16px;
    line-height: normal;
}
.services-info .accordion-header-line {
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin: 0 20px;
}
.services-info .accordion-button {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    color: #151515;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0);
    padding-inline: 0;
    max-width: 200px;
}
@media(min-width: 740px) {
    .services-info .accordion-button {
    max-width: max-content;
}
}.services-info .accordion-button:not(.collapsed)::after {
    margin: 0;
    padding: 0;
    background-image: url("../images/icon-minus-dark.svg");
}
.services-info .accordion-button::after {
    margin: 0;
    padding: 0;
    background-image: url("../images/icon-plus-dark.svg");
}
.service-about {
    position: relative;
}
.service-about-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.service-about-title {
    color: rgba(21, 21, 21, .4);
    font-size: 16px;
    text-transform: uppercase;
}
.service-about-description {
    color: #151515;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%}
.service-about-duration {
    color: rgba(21, 21, 21, .6);
    font-size: 16px;
    line-height: 140%}
.service-about-button {
    width: max-content;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    color: #151515;
}
.service-about-button:hover {
    color: rgba(21, 21, 21, .8);
    border-bottom: 1px solid rgba(21, 21, 21, .8);
}
.service-about-image {
    object-fit: contain;
    max-height: 600px;
}
.service-modal {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #f5f5f0;
    width: 100%;
    background-color: rgba(21, 21, 21, .3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px;
}
@media(min-width: 640px) {
    .service-modal {
    align-items: center;
    overflow-y: auto;
}
}.service-modal-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media(min-width: 640px) {
    .service-modal-content {
    width: 500px;
}
}@media(min-width: 1200px) {
    .service-modal-content {
    width: 500px;
    gap: 30px;
}
}.service-modal.hidden {
    display: none;
}
.service-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-modal-step {
    display: flex;
    gap: 10px;
}
.service-modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-modal-form .form-label {
    color: #f5f5f0;
    border-bottom: 1px solid #f5f5f0;
}
.service-modal-label {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f0;
    color: #f5f5f0;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
}
.service-modal-label.active {
    background-color: #151515;
    color: #f5f5f0;
    border-color: #151515;
}
.service-modal-input {
    border: 0;
}
.service-modal-input::placeholder {
    color: #f5f5f0;
}
.service-modal-datetime {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    padding-block: 20px;
    color: #f5f5f0;
    border-bottom: 1px solid #f5f5f0;
}
.service-modal input[type=datetime-local]::-webkit-calendar-picker-indicator {
    filter: invert(80%);
}
.service-modal-prefix {
    position: absolute;
    top: 50%;
    color: #f5f5f0;
}
.service-modal-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.service-modal-image {
    width: 24px;
}
.service-modal-close {
    transition: transform .3s;
    cursor: pointer;
}
.service-modal-close:hover {
    transform: scale(1.5);
}
.service-modal .privacy-inner, .service-modal .privacy-text {
    color: #f5f5f0;
    border-color: #f5f5f0;
}
.service-modal-select {
    background-color: rgba(21, 21, 21, .3);
}
.services-online-booking {
    padding: 60px 20px 0px;
}
@media(min-width: 740px) {
    .services-online-booking {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .services-online-booking {
    padding-inline: 80px;
}
}.services-online-booking-title {
    padding: 40px;
    border-top: 2px solid #f5f5f0;
    color: #f5f5f0;
}
.service-online-swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../images/hero-bg.png") no-repeat;
    height: 70vh;
    background-position: center;
}
.service-online-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-online-swiper .service-modal-content {
    background-color: rgba(21, 21, 21, .93);
    padding: 20px;
    gap: 20px;
    width: 100%}
@media(min-width: 740px) {
    .service-online-swiper .service-modal-content {
    width: 600px;
    padding: 50px;
}
}.service-online-swiper .service-modal-header {
    gap: 20px;
}
.service-online-swiper .service-modal-form {
    text-transform: uppercase;
    gap: 20px;
}
.service-online-swiper .service-modal-datetime {
    color: #f5f5f0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f0;
}
.service-online-swiper input[type=datetime-local]::-webkit-calendar-picker-indicator {
    filter: invert(80%);
}
.service-online-swiper .service-modal-label {
    color: #f5f5f0;
    border-color: #f5f5f0;
}
.service-online-swiper .service-modal-label.active {
    background-color: #f5f5f0;
    color: #151515;
    border-color: #151515;
}
.service-online-swiper .service-modal-input {
    color: #f5f5f0;
    border-color: #f5f5f0;
}
.service-online-swiper .service-modal-input::placeholder {
    color: #f5f5f0;
}
.service-online-swiper .service-modal-prefix {
    color: #f5f5f0;
}
.service-online-swiper .form-label {
    color: #f5f5f0;
    border-color: #f5f5f0;
}
.service-online-swiper .service-online-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.bi-arrow-left-short {
    font-size: 28px;
}
.services-page .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 40px 0px;
}
.services-page .breadcrumb-item {
    font-size: 14px;
    line-height: 130%}
.services-page .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(21, 21, 21, .4);
}
.services-page .breadcrumb-item.active {
    color: #151515;
}
.services-page .breadcrumb-item.active::before {
    color: rgba(21, 21, 21, .4);
}
.services-page .breadcrumb-item>a {
    color: rgba(21, 21, 21, .4);
}
.service-page-content {
    padding-bottom: 40px;
}
.service-page-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #151515;
}
.service-page-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.service-page-description {
    color: rgba(21, 21, 21, .9);
    font-size: 16px;
    line-height: 140%}
.service-page-image {
    max-height: 500px;
    object-fit: contain;
}
.service-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}
.service-swiper .swiper-pagination-bullet {
    background-color: #f5f5f0;
}
.product-info {
    position: relative;
    padding: 100px 20px 80px;
    min-height: 100vh;
}
@media(min-width: 740px) {
    .product-info {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .product-info {
    padding-inline: 80px;
}
}@media(min-width: 740px) {
    .product-info-images {
    position: fixed;
    left: 60px;
    top: 120px;
    max-width: 40%}
}.product-info .accordion-item {
    padding: 0;
    color: #f5f5f0;
    border-bottom: 1px solid rgba(245, 245, 240, .2);
}
.product-info .accordion-item:last-child {
    border: 0;
}
.product-info .accordion-body {
    padding-inline: 0;
}
.product-info .accordion-title {
    color: rgba(21, 21, 21, .6);
    font-size: 16px;
    text-transform: uppercase;
}
.product-info .accordion-button {
    color: #f5f5f0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0);
    padding-inline: 0;
}
.product-info .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon-minus.svg");
}
.product-info .accordion-button::after {
    background-image: url("../images/icon-plus.svg");
}
.product-info-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.product-info-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-info-title {
    color: #fff;
    font-size: 24px;
    line-height: 140%}
.product-info-description {
    color: rgba(255, 255, 255, .4);
    font-size: 16px;
    line-height: 140%}
.product-info-additional {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-info-sale {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.product-info-price {
    color: rgba(245, 245, 240, .4);
    font-size: 16px;
}
.product-info-like {
    color: rgba(245, 245, 240, .4);
    cursor: pointer;
    transition: all .3s;
}
.product-info-like:hover {
    transform: scale(1.4);
    color: #f5f5f0;
}
.product-info-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-info-value {
    display: flex;
    gap: 10px;
}
.product-info-value-button.active {
    background-color: rgba(245, 245, 240, .4);
    color: #f5f5f0;
    cursor: default;
}
.product-info-value-button.active:hover {
    border-color: rgba(0, 0, 0, 0);
}
.product-info-purchase {
    display: flex;
    gap: 10px;
}
.product-info-feedbacks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 100px;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: rgba(245, 245, 240, .08);
    color: rgba(245, 245, 240, .4);
}
.product-info-feedbacks:hover {
    color: #fff;
}
.product-info-feedbacks-count {
    font-size: 12px;
    line-height: 130%}
.product-info-recomended-title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.product-info-status {
    color: rgba(245, 245, 240, .4);
    font-size: 14px;
    line-height: 130%}
.product-info-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}
.product-info-swiper .swiper-pagination-bullet {
    background-color: #f5f5f0;
}
.breadcrumb {
    padding-bottom: 40px;
}
.breadcrumb-item {
    font-size: 14px;
    line-height: 130%}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(245, 245, 240, .4);
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item.active::before {
    color: rgba(245, 245, 240, .4);
}
.breadcrumb-item>a {
    color: rgba(245, 245, 240, .4);
}
.overall-rating, .rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(245, 245, 240, .4);
}
.star:hover {
    color: #fff;
}
.overall-star.active, .star.active {
    color: #fff;
}
.liked {
    color: #fff;
}
.feedbacks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feedbacks-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(245, 245, 240, .2);
}
.feedbacks-count {
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    line-height: 130%}
.feedbacks-button {
    max-width: 250px;
    padding: 10px;
}
.feedbacks-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feedbacks-form { 
    flex-direction: column;
    gap: 20px; 
    height: 0;
    transition: opacity .3s, height .3s;
    padding: 40px;
	display: flex;
    opacity: 1;
    height: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, .04);
}
 
.feedbacks-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feedbacks-form-title {
    color: #fff;
    font-size: 16px;
    line-height: 140%}
.feedbacks-form-rating-title {
    color: #fff;
    font-size: 16px;
    line-height: 140%}
.feedbacks-form-rating .star {
    cursor: pointer;
    font-size: 26px;
    color: rgba(255, 255, 255, .4);
}
.feedbacks-form-rating .star:hover {
    color: #fff;
}
.feedbacks-form-rating .star.active {
    color: #fff;
}
.feedbacks-form-label {
    cursor: pointer;
}
.feedbacks-form-textarea {
    width: 100%;
    height: 100px;
    color: #f5f5f0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(245, 245, 240, .2);
    resize: none;
    margin-top: 20px;
    padding: 10px;
}
.feedbacks-form-file {
    display: none;
}
.feedbacks-form-userdata {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 1024px) {
    .feedbacks-form-userdata {
    flex-direction: row;
}
}.feedbacks-close-button {
    cursor: pointer;
    transition: transform .3s;
}
.feedbacks-close-button:hover {
    transform: scale(1.5);
}
.feedback {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .04);
}
.feedback-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feedback-user {
    color: #f5f5f0;
    font-size: 14px;
    line-height: 130%}
.feedback-date {
    color: rgba(245, 245, 240, .6);
    font-size: 14px;
    text-align: right;
}
.feedback-description {
    color: #f5f5f0;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.feedback-answer-button {
    color: rgba(245, 245, 240, .6);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    max-width: fit-content;
    transition: color .3s;
}
.feedback-answer-button:hover {
    color: #fff;
}
.feedback-answer-textarea {
    padding: 20px;
    background-color: rgba(21, 21, 21, .7);
    margin-bottom: 20px;
}
.preview-container {
    width: 40%}
.about-us {
    padding: 100px 20px 40px;
    background-color: #f5f5f0;
}
@media(min-width: 740px) {
    .about-us {
    padding-inline: 40px;
}
}@media(min-width: 1200px) {
    .about-us {
    padding-inline: 80px;
}
}.about-us-title {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    text-align: left;
}
@media(min-width: 740px) {
    .about-us-title {
    font-size: 32px;
}
}.about-us-content {
    padding-bottom: 40px;
}
.about-us-info {
    color: #151515;
}
.about-us-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.about-us-description {
    color: rgba(21, 21, 21, .9);
    font-size: 16px;
    line-height: 140%}
.about-us-image {
    max-height: 600px;
    object-fit: contain;
}
.about-us-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}
.about-us-swiper .swiper-pagination-bullet {
    background-color: #f5f5f0;
}
.thanks-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 100vh;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.thanks-content-title {
    text-align: center;
    text-transform: uppercase;
    color: #b2b2b2;
    font-size: 32px;
}
@media(min-width: 1024px) {
    .thanks-content-title {
    font-size: 54px;
}
}.thanks-content-description {
    text-align: center;
    font-size: 28px;
}
@media(min-width: 1024px) {
    .thanks-content-description {
    font-size: 32px;
}
}


@media(max-width: 740px) {
	#modal_buy_prod{
		margin-top:55px;
	} 
}
.modal-online-form_prod{
	display: flex;
    flex-direction: column;
    gap: 20px;
}