@font-face {
    font-family: "Alatsi-Regular";
    src: local("Alatsi-Regular"),
    url("../fonts/Alatsi-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AlfaSlabOne-Regular";
    src: local("AlfaSlabOne-Regular"),
    url("../fonts/AlfaSlabOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Alatsi-Regular', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    background-color:#2A2A2A!important;
    color: #fff;
}
:focus {
    outline: none;
}
.no-scroll {
    overflow: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    line-height: 1;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-family: "AlfaSlabOne-Regular";
}

h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-family: "AlfaSlabOne-Regular";
}

h3 {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-family: "AlfaSlabOne-Regular";
}

p {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-family: "Alatsi-Regular";
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.link-arrow {
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.btn-reset {
    border: none;
    background: none;
    padding: 0;
}
.btn-link {
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    border: 1px solid #fff;
    min-height: 90px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
}
.btn-link:hover {
    color: #fff;
    background: #B2955B;
}
.btn-link:disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
main {
    margin-top: 125px;
    padding-top: 40px;
}


/* Section */
.section {
    margin-bottom: 105px;
}
.section__title {
    color: rgba(255, 255, 255, 1);
    font-family: "AlfaSlabOne-Regular", sans-serif;
    text-transform: uppercase;
    flex: 0 1 1233px;
    font-size: clamp(1.5rem, 4vw, 3rem);
    margin-bottom: 20px;
}
.section .section__mb {
    margin-bottom: 700px;
}
.section__title-sub {
    color: rgba(178, 149, 91, 1);
}
.section__description {
    margin-bottom: 50px;
    font-family: "AlfaSlabOne-Regular", sans-serif;
}
.section__right {
    flex: 1 0 650px;
}
.section__preview {
    margin-bottom: 40px;
}

/* Block items */
.section__slider {
    position: relative;
}
.block__list {
    padding: 0;
}
.block__item {
    position: relative;
    border: 1px solid #fff;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block__item-link {
    position: relative;
}
.block__item:first-child {
    border-left: 1px solid #fff;
}
.badge {
    position: relative;
}
.block__badge {
    position :absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
}
.badge__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
.block__item-block {
    padding: 30px 25px;
    min-height: 480px;
    border-top: 1px solid #fff;
}
.block__item-title {
    font-family: "AlfaSlabOne-Regular", sans-serif;
    color: #fff;
}
.block__item-description {
    font-family: 'Alatsi-Regular', sans-serif;
    color: #fff;
}
.block__thumb {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}
.block__item:hover .block__thumb {
    filter: grayscale(0%);
}
.block__item-block li {
    position: relative;
    color: #fff;
    font-size: clamp(0.8755rem, 4vw, 1.25rem);
}
.block__item-block li::before {
    content: "✔ ";
    color: #464646;
    margin-right: 5px;
}
.block__label,
.block__ul {
    margin-top: auto;
}
.block__label,
.block__ul li {
    color: #fff;
}
.label__date,
.label__address {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "AlfaSlabOne-Regular", sans-serif;
}
.block__price,
.block__price-old {
    display: inline-block;
    font-family: 'Alatsi-Regular', sans-serif;
    font-size: clamp(1.25rem, 4vw, 2rem);
    color: #fff;
}
.block__price-old {
    margin-right: 20px;
    text-decoration: line-through;
}
.section__line-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(178, 149, 91, 1);
}
.swiper-scrollbar-drag {
    background: #fff;
    border-radius: 0;
}
.block__item-block .btn-link {
    margin-top: auto;
}

/* Circle items*/
.circle__item {
    padding: 0 15px;
}
.circle__item-title {
    font-family: "AlfaSlabOne-Regular", sans-serif;
}
.circle__item-block {
    text-align: center;
}
.circle__item-description {
    font-family: 'Alatsi-Regular', sans-serif;
}
.page .circle__item {
    margin-bottom: 120px;
}

/* 404 */
.error {
    padding-top: 50px;
}
.error__title {
    margin-bottom: 150px;
}
.error__404 {
    position: relative;
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: 450px;
    z-index: 0;
    line-height: normal;
}
.error .break__bg {
    top: 0;
    position: absolute;
}
.error .btn-link {
    background: rgba(178, 149, 91, 1);
    position: relative;
    z-index: 2;
    max-width: 572px;
    margin: 0 auto;
}

/* Header */
.header {
    position: fixed;
    left:0;
    right:0;
    top:0;
    border-bottom: 1px solid #fff;
    transition: background 0.3s ease-in-out;
    z-index:99;
}
.header.scrolled {
    background:rgba(42, 42, 42, 1);
}
.header__mb {
    margin-bottom: 40px;
}
.header .header__container {
    height: 125px;
}
.header__logo {
    flex-grow: 0.5;
}
.header__logo img{
    max-width: 100px;

}
.header__menu {
    flex-grow: 1;
    height:100%;
}
.menu__item {
    height: inherit;
}
.menu__link {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    padding: 0 25px;
    height: 100%;
    position: relative;
}
.menu__link:after {
    position: absolute;
    bottom:0;
    left: 20px;
    right: 20px;
    content: '';
    height: 3px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}
.menu__link:hover:after {
    transform: scaleX(1);
}
.header__right-block {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50px;
    border: 2px solid #fff;
}
.lang-desktop {
    position: relative;
}
.lang__link {
    transition: background 0.3s ease-in-out
}
.lang__item.hidden-lang {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    visibility: hidden;
    transform: translateY(5px);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.lang-desktop:hover .hidden-lang {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 10;
    pointer-events: auto;
}
.lang__item.hidden-lang a {
    background: #2A2A2A;
}
.lang__link {
    color: #fff;
}
.lang__link:hover {
    background: rgba(178, 149, 91, 1);
}
.cart {
    position: relative;
}
.cart__count {
    width: 24px;
    height: 24px;
    position: absolute;
    background: #B2955B;
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    left: -10px;
    top: 0;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 55px;
}
.breadcrumb__link {
    font-size: 20px;
    position: relative;
    padding-right:60px;
    margin-right:20px;
    color: #fff;
}
.breadcrumb__link:after {
    content: '';
    width:40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, 50%);
}
.breadcrumb__current {
    color: rgba(178, 149, 91, 1);
}

/* Cover */
.cover__content {
    padding: 308px 0 245px;
    max-width: 1170px;
    margin: 0 auto;
}
.cover__title {
    color: #fff;
    font-family: "AlfaSlabOne-Regular", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 88px;
}
.cover__title span {
    color: rgba(178, 149, 91, 0.8);
}
.cover__btn {
    font-size: clamp(1.5rem, 2.5vw, 1.5rem);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 50px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.video__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    filter: grayscale(100%);
    transition: filter 1s ease-in-out;
}

.video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}
.video__linear {
    background: linear-gradient(360deg, #2A2A2A 0%, rgba(132, 132, 132, 0) 100%);
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.video {
    height: calc(100vh + 300px);
}
header, .cover, .services {
    position: relative;
    background: transparent;
}

.header__container, .cover__content, .services {
    position: relative;
    z-index: 1;
}

.header__container, .cover__content {
    position: relative;
    z-index: 1;
}
.marquee {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    position: relative;
    display: flex;
    margin-bottom: 1px;
}
.marquee__wrapper {
    display: flex;
    width: max-content;
    will-change: transform;
}
.marquee__list {
    display: flex;
    padding: 50px 0;
    justify-content: start;
}
.marquee__item {
    padding: 5px 138px;
    border-right: 6px solid #B2955B;
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: 36px;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

/* Page */
.page .section__title {
    text-align: left;
}
.page .section__top-left {
    margin-bottom: 55px;
}
.page .section__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
.page:not(.team) .section__list {
    border-left: 1px solid #fff;
}
.page .block__item:first-child {
    border-left: none;
}
.page-detail .block__label {
    margin-bottom: 40px;
}
.section__detail p {
    margin-bottom: 20px;
}

/* Pagination */
.pagination {
    gap: 20px;
}
.pagination__item, .pagination__link {
    display: block;
    width:65px;
    height:65px;
    border: 1px solid #fff;
    font-size: 24px;
    color: #fff;
    transition: background 0.3s ease-in-out;
}
.pagination__item {
    border: transparent;
}

.pagination__item.active {
    background: rgba(178, 149, 91, 1);
}
.pagination__link:hover {
    background: rgba(178, 149, 91, 1);
}

/* School */
.school {
    position: relative;
    background: linear-gradient(360deg, #2A2A2A 0%, rgba(132, 132, 132, 0) 100%), url('../images/young_bg.png') no-repeat center / cover;
    padding-top: 105px;
}
.school::after {
    position: absolute;
    content: '';
    background: linear-gradient(360deg, #2A2A2A 0%, rgba(132, 132, 132, 0) 100%);
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    rotate: 180deg;
    z-index: 10;
}
.school .container {
    position: relative;
    z-index: 50;
}
.item__list {
    border: 1px solid #fff;
}
.item__item {
    flex: 1;
}
.item__item:not(:last-child) {
    border-right: 1px solid #fff;
}
.item__link {
    position: relative;
    padding: 30px 10px;
    min-height: 100%;
    transition: background 0.3s ease-in-out;
}
.item__link-title {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    text-transform: uppercase;
    text-align: center;
}
.item__link img,
.item__link .item__link-sub {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.item__link-sub {
    font-size: clamp(1rem, 4vw, 1.25rem);
    font-family: 'Alatsi-Regular', sans-serif;
    text-transform: none;
    color: #fff;
}
a.item__link:hover {
    background: #B2955B;
}
a.item__link:hover img,
a.item__link:hover .item__link-sub {
    opacity:1;
}

/* Event */
.label__icon {
    display: inline-block;
    width:30px;
    text-align: center;
    margin-right: 10px;
}
.page-detail .btn-link {
    background: rgba(178, 149, 91, 1);
}
.section__list .block__item:nth-child(-n+3) {
    border-top: 1px solid #fff;
}
.new_item .block__item-block {
    min-height: 420px;
}

/* Studio */
.studio {
    background: linear-gradient(360deg, #2A2A2A 0%, rgba(132, 132, 132, 0) 100%), url('../images/team_bg.png') no-repeat center / cover;
    padding-top: 0;
}
#rulesModal .modal-body ul,
#rulesModal .modal-body ol {
    padding-left: 25px;
}
#rulesModal .modal-body ul li {
    list-style: disc;
}
#rulesModal .modal-body ol li {
    list-style: decimal;
}
#rulesModal .modal-custom {
    max-width: 800px;
}
.studio-success {
    height: 50vh;
}

/* Slider */
.carousel-3D-swiper .swiper-slide {
    position: relative;
}
.carousel-3D-swiper .image-wrapper {
    overflow: hidden;
    max-height: 522px;
    display: block;
}
.carousel-3D-swiper .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-reflect: below 5px -webkit-linear-gradient(bottom, rgba( 255, 0, 0,	0.1 ) 0%, transparent 32px, transparent 100%);
}
.carousel-3D-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Review */
.review__preview {
    position: relative;
}
.review__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/video_btn.svg") no-repeat center;
    width: 60px;
    height:65px;
}
.review .section_item {
    padding: 0 20px;
}

/* Break dance */
.marquee-footer {
    position: relative;
    overflow: hidden;
}
.marquee__position {
    position: absolute;
    left: 0;
    width: 100%;
}
.marquee__background {
    top: 30%;
    z-index: 0;
}
.marquee__background .marquee__title {
    color: rgba(178, 149, 91, 1);
}

.marquee__foreground {
    bottom: 40%;
    z-index: 2;
}
.marquee__foreground .marquee__bottom {
    color: #fff;
}

.break__bg {
    position: relative;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.marquee__title {
    font-family: "AlfaSlabOne-Regular", sans-serif;
    display: flex;
    width: max-content;
    will-change: transform;
    font-size: 64px;
    text-transform: uppercase;
}
.break-dance__menu {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.break-dance .item__link {
    padding-left: 0;
    padding-right: 0;
    min-height: 190px;
}

/* Contact */
.contact .section__item {
    min-height:190px;
}
.contact .section__item a {
    width: 100%;
    color: #fff;
}
.contact__list  {
    border: 1px solid #fff;
}
.contact .item__link img {
    opacity: 1;
}
.contact__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-family: "AlfaSlabOne-Regular", sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact__block {
    flex: 1 1 815px;
}
.contact__form {
    padding: 60px ;
}
.contact__description {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-family: "AlfaSlabOne-Regular", sans-serif;
    margin-bottom: 40px;
}
.contact .section__description {
    margin-bottom: 0;
}
.form__input {
    position: relative;
    margin-bottom: 25px;
}
.form__input input {
    width: 100%;
    padding: 26px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.form__input input:focus
/*.form__input input:valid */{
    outline: none;
    border: 1px solid rgba(178, 149, 91, 1);
}
.form__input input:focus + label,
.form__input input:not(:placeholder-shown) + label {
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: rgba(178, 149, 91, 1);
}
.form__input label {
    position: absolute;
    left: 34px;
    top: 30px;
    color: #fff;
    transition: all 0.3s;
    cursor: text;
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: 14px;
}

.form__checkbox {
    position: relative;
    padding-left: 60px;
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form__check {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 0;
}
.form__check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form__check-indicator {
    position: absolute;
    top: -2px;
    left: 0;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background: rgba(217, 217, 217, 1);
}
.form__checkbox input:checked ~ .form__check-indicator:before {
    display: block;
}
.form__check-checkbox .form__check-indicator:before {
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: rgba(178, 149, 91, 1);
    border-radius: 50px;
}
.form__check-indicator:before {
    content: '';
    position: absolute;
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* Map */
#bodyContent {
    color: rgba(81, 81, 81, 1);
    font-family: "AlfaSlabOne-Regular", sans-serif;
}
.gm-style .gm-style-iw-c {
    border-radius: 0;
}
.gm-style-iw-chr {
    display: none;
}
.gm-style .gm-style-iw-d {
    padding: 1rem 1rem 0.5rem;
}

/* About */
.about .cover{
    background: linear-gradient(360deg, #2A2A2A 0%, rgba(132, 132, 132, 0) 100%), url('../images/young_bg.png') no-repeat center / cover;
}
.about .cover::after {
    position: absolute;
    content: '';
    background: linear-gradient(360deg, #2A2A2A 0%, rgba(132, 132, 132, 0) 100%);
    top: -1px;
    left: 0;
    width: 100%;
    height: 700px;
    rotate: 180deg;
    z-index: 10;
}
.about .container {
    position: relative;
    z-index: 50;
}
.about .cover__title {
    text-align: left;
    font-size: clamp(1.5rem, 4vw, 3rem);
}
.about .cover__content {
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 100%;
}
.about .cover__bottom {
    width: 100%;
    margin-bottom: 300px;
}
.about .cover__description {
    max-width: 960px;
}
.about .cover__description p {
    margin-bottom: 20px;
}
.about .item__link .item__link-sub {
    opacity: 1;
    text-align: center;
}
.about .section__item {
    min-height: 190px;
}
.about .cover__btn {
    margin-right:5%;
}
.about .cover__btn img {
    margin-left: 0;
}
.about .section__description {
    max-width: 885px;
}
.play {
    width: 250px;
    height: 250px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play__btn {
    width: 65px;
    height:65px;
    background: url('../images/icons/video_btn.svg') no-repeat center;
}

/* History */
.timeline__event {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
}
.timeline__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.timeline__text.top {
    top: -150px;
}
.timeline__text.bottom {
    top: 115px;
}
.timeline__circles {
    position: relative;
    margin: 250px 0 280px;
}
.timeline__circles::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #fff;
    z-index: -1;
}
.timeline__circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #c3a76c;
    color: white;
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline__title {
    font-family: "AlfaSlabOne-Regular", sans-serif;
    font-size: clamp(1rem, 4vw, 1.25rem);
}
.timeline__desc {
    margin-bottom: 20px;
}

/* Motivates */
.motivates .section__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
.motivates .section__item:nth-child(-n+3) {
    border-bottom: 1px solid #fff;
}

/* Video */
.videos__preview {
    position: relative;
}
.videos .videos__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:170px;
    height: 170px;
    background-size: 45px;
}

.videos .play__btn {
    width: 45px;
    height: 45px;
    background-size: contain;
}

.videos__item-title {
    font-family: "AlfaSlabOne-Regular", sans-serif;
}

/* Footer */
.footer__top {
    padding: 30px;
    background: rgba(30, 30, 30, 1);
}
.footer__logo {
    flex-grow: 0.5;
    max-width: 100px;
}
.footer__bottom {
    background: rgba(0, 0, 0, 1);
    padding: 28px 0;
}
.social__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #fff;
    transition: 0.5s;
}
.social__item a svg {
    height: 20px;
}
.social__item a svg path{
    height: 20px;
    fill: #000;
    transition: 0.5s;
}
.social__item a:hover {
    background-color: #B2955B;
}
.social__item a:hover svg path {
    fill: #fff;
}
.footer__copy {
    font-weight: 500;
}
.footer__developed,
.footer__policy {
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.footer__developed:hover,
.footer__policy:hover {
    color: #B2955B;
}

/* Auth */
.auth-page {
    padding: 75px 0 100px;
}
#authForm {
    position: relative;
}
.auth {
    width: 700px;
    background-color: var(--white-color);
    border-radius: var(--border-radius-2);
    padding: 25px;
    margin: 0 auto;
}
.auth .form__inputs {
    flex-direction: column;
    gap: 25px;
}
.form__inputs {
    display: flex;
    align-items: center;
    gap: 15px;
}
.form__inputs .form__input {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.form__inputs .form__input input {
    width: 100%;
    border-radius: var(--border-radius-2);
    outline: none;
}
.auth__title {
    text-align: center;
    margin-bottom: 30px;
}
.auth__btn, .auth__verify-btn {
    width: 100%;
    margin: 40px 0;
    background-color: var(--lightGray-color);
    padding: 25px;
}
#authCodeField, .auth__verify-btn {
    display: none;
}
.auth__selects {
    padding-top: 15px;
    border-top: 1px solid #D9D9D9;
}
.auth__apps {
    display: flex;
    gap: 5px;
    padding-top: 15px;
}
.auth__app {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-1);
    background: linear-gradient(#0000, rgb(0 0 0 / 40%)) top / 100% 800%;
}
.auth__facebook {
    background-color: #265894;
}
.auth__google {
    background-color: #4B73FF;
}

/* Video */
.modal__video-close {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    filter: brightness(0) saturate(100%) invert(100%);
    border: 2px solid #fff !important;
    top: -25px;
    right:-25px;
}

/* Products */
.shop__categories {
    max-width: 800px;
}
.categories__item {
    flex:1;
    height: 85px;
}
.categories__link {
    height: inherit;
    color: #fff;
    font-size: 14px;
    font-family: "AlfaSlabOne-Regular", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border:1px solid #fff;
    padding: 16px;
    transition: all 0.3s ease-in-out;
}
.categories__link:hover {
    background-color:rgba(178, 149, 91, 1);
    color: #fff;
    border-color: rgba(178, 149, 91, 1);
}

/* Product detail */
.gallery {
    width: 60%;
}
.gallery__slider .swiper-slide {
    height: 580px;
    border: 1px solid #fff;
    border-bottom: none;
}
.gallery__thumbnail .swiper-slide {
    border: 1px solid #fff;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}
.gallery__thumbnail .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.gallery__slider .swiper-button-next, .gallery__slider .swiper-button-prev {
    color: #fff;
}

.gallery__thumbnail .swiper-slide:hover,
.gallery__thumbnail .swiper-slide-thumb-active {
    filter: grayscale(0);
}

.gallery__slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block__preview {
    width: 100%;
    aspect-ratio: 1 / 1; /* или 4/3, если нужно прямоугольное */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 360px;
}
.block__preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.product__block-right {
    width: 40%;
}
/* Carts */
.cart__thumb {
    max-width:100px;
    margin-right: 20px;
}
.cart__blocks {
    border: 1px solid #fff;
}
.cart__prices .block__price,
.cart__prices .block__price-old {
    font-size: 20px;
}
.cart__block {
    flex: 2;
    max-width: 61%;
}
.cart__link {
    padding: 30px;
    border-bottom: 1px solid rgba(103, 103, 103, 1);
    position: relative;
}
.cart__link span {color: #fff;}
.cart__top,
.cart__bottom {
    flex: 1;
}
.cart__destroy {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
.cart__summary {
    flex: 1;
    max-width: 39%;
    padding: 30px;
}
.product-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}
.minus, .plus {
    cursor: pointer;
}
.cart__quantity .quantity{
    width: 35px;
    height: 35px;
    border: 1px solid rgba(103, 103, 103, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(42, 42, 42, 1);
    background: #fff;
    font-size: 14px;
}
.cart__block {
    border-right: 1px solid #fff;
}
.cartDetailFinal {
    font-size: 32px;
    line-height: 31px;
    color: #fff;
}
.add-to-cart-btn {
    pointer-events: auto;
    z-index: 2;
    position: relative;
}

/* Popup Cart */
#addedToCartModal .modal-content {
    border-radius:0;
    border: 1px solid #fff;
}

#addedToCartModal .modal-title {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

#addedToCartModal .modal-footer .btn {
    min-width: 160px;
}

#addedToCartModal .btn-warning {
    background-color: #f2c94c;
    border: none;
    color: #000;
    font-weight: 600;
}

#addedToCartModal .btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}
.modal-custom {
    max-width: 550px;
}
#addedToCartModal .btn-link {
    min-height: 65px;
    flex: 1;
    font-size: 16px;
}
.btn-link#addToCart {
    min-height: 65px;
}
.to-cart.btn-link {
    background: rgba(178, 149, 91, 1);
}

/* Checkout */
.checkout__block {
    padding: 25px 25px 45px;
    border-bottom: 1px solid rgba(103, 103, 103, 1);
}
.checkout .form__input {
    margin-bottom: 0;
    flex: 1;
    position: relative;
}
.inputs-grid {
    grid-template-columns: repeat(2, 1fr);
}
.checkout .form__input input {
    border-color: rgba(103, 103, 103, 1);
}
.checkout .form__input input:focus {
    border: 1px solid rgba(178, 149, 91, 1);
    outline: none;
    box-shadow: none;
}
.checkout .form__input input.is-invalid {
    border-color: #dc3545;
}
.form-control {border-radius: 0;}
.form-control:focus {
    background-color: transparent;
    color: #fff;
}
.checkout__block-title {
    font-size: 16px;
}
.delivery-inputs label.active {
    background-color: rgba(178, 149, 91, 1);
}
.delivery-inputs label {
    width: 100%;
    padding: 25px 15px;
    border: 1px solid rgba(103, 103, 103, 1);
    background-color: transparent;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.delivery-inputs label span {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-rounded);
    transition: 0.25s ease;
     gap: 7px;
}
.delivery-inputs label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
    background-color: rgba(218, 218, 218, 1);
}
.delivery-inputs label:not([disabled]) input:checked + span:after, .delivery-inputs label.active input:checked + span:after {
    display: flex;
    flex-shrink: 0;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background-color: rgba(178, 149, 91, 1);
    right: 27px;
    position: absolute;
}
.delivery-inputs label input {
    position: absolute;
    left: -9999px;
}
.checkout .form__input textarea {
    background-color: transparent;
    width:100%;
    min-height: 150px;
}
.checkout-select {
    position: relative;
    width: 100%;
    padding: 23px 15px;
    border: 1px solid rgba(103, 103, 103, 1);
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    color: #fff;
}
.select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
#colectare {
    border: 1px solid #fff;
}
.map-intro {
    padding: 15px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.map-intro p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.map-intro span {
    font-size: 14px;
}
.show-checkout #map {
    width: 100%;
    height: 300px;
    background-color: #fff;
}
.float-left select option {
    color: #2A2A2A;
}
.checkout__block textarea {
    padding: 15px;
    resize: none;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
}
.checkout__block textarea:focus {
    border: 1px solid rgba(178, 149, 91, 1);
}
.checkout__block textarea::placeholder {
    font-size: 16px;
    color: #fff;
}

.checkout-checkbox {
    padding: 15px 0;
}
.contacts-control input:checked ~ .contacts_control_indicator {
    border: none;
}
.contacts_control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    cursor: pointer;
}
.contacts-control input:checked ~ .contacts_control_indicator:after, .contacts-control input:checked ~ .contacts_control_indicator:before {
    display: block;
}
.contacts-control-checkbox .contacts_control_indicator:before {
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: rgba(178, 149, 91, 1);
    border-width: 0 2px 2px 0;
}
.contacts_control_indicator:before {
    content: '';
    position: absolute;
    display: none;
}
.checkout-checkbox .contacts-control {
    display: block;
}
.contacts-control {
    position: relative;
    padding-left: 35px;
    display: flex;
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.contacts-control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.contacts-control a {
    color: rgba(178, 149, 91, 1);
}


/* Success Page */
.cart-success {
    max-width: 100%;
    border: 1px solid #fff;
}
.btn-success {
    background-color: rgba(178, 149, 91, 1);
    margin-top: 40px;
    width: 570px;
}

/* Error */
.error-block {
    width: 100%;
}
.error-block h1 {
    color: rgba(248, 15, 0, 1)
}
.error-text {
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 50px;
    padding: 24px;
}
.help-boxes {
    width: 100%;
    border: 1px solid #fff;
    border-top: none;
    display: flex;
}
.help-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 25px;
    color: #fff;
    background-color: rgba(178, 149, 91, 1);
    transition: 0.5s ease-in-out;
}
.help-box:first-child {
    border-right: 1px solid #fff;
}
.help-box svg {
    width: 50px;
    height: 40px;
}
.help-box svg path {
    fill: #fff;
}
.help-box a {
    font-size: 24px;
    color: #2A2A2A;
    font-weight: 600;
    transition: 0.5s;
}
.help-box:hover {
    background-color: transparent;
}
.help-box p {
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 600;
}
.help-box span {
    text-align: center;
    font-size: 14px;
}

/* Empty cart */
.cart__empty {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
}
.cart__empty svg {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}
.cart__empty svg path {
    fill: #fff;
}
.cart__empty a {
 width: 500px;
}
.leaflet-control-attribution{
    display: none;
}

.section__slider .home-swiper{
    flex: 0 0 auto;
    width: 100%;
    max-width: 33.3333%;
}
@media(max-width: 991px){
    .section__slider .home-swiper{
        flex: 0 0 auto;
        width: 100%;
        max-width: 50%;
    }
}
@media(max-width: 576px){
    .section__slider .home-swiper {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}
.videos__preview,
.videos__preview img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media(max-width: 1400px){
    .videos__preview,
    .videos__preview img {
         height: 300px;
        width: 100%;
        object-fit: cover;
     }
}