

/* Start:/local/templates/main/styles/global.css?177706015291513*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* transition: all 0.5s ease; */
    font-family: "Rubik", sans-serif;
}

body {
    overflow-x: hidden;
}

.mfp-bg {
    background: unset !important;
}

.js-form-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

a {
    text-decoration: none;
}

input.error {
    border: 2px solid tomato !important;
}

.header__overlay-basket {
    z-index: 30;
}

input.error::placeholder {
    color: tomato;
}

.checkbox.error label {
    color: tomato;
}

.orange_btn,
#ns-cookiesaccept-button {
    text-align: center;
    background: #F28E35;
    color: white;
    padding: 20px 40px;
    border-radius: 10px;
    min-width: max-content;
    transition: all 0.5s ease;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

#ns-cookiesaccept-button {
     line-height: normal;
     height: auto;
     max-height: 59px;
}

.orange_btn:hover,
#ns-cookiesaccept-button:hover {
    background: #E77E21;
}

@media(max-width: 576px) {
    .orange_btn,
#ns-cookiesaccept-button {
        width: 100%;
    }
}

.red_btn {
    text-align: center;
    background: #D72F29;
    color: white;
    padding: 20px 40px;
    border-radius: 10px;
    min-width: max-content;
    transition: all 0.5s ease;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.red_btn:hover {
    background: #C22B26;
}

@media(max-width: 576px) {
    .red_btn {
        width: 100%;
    }
}

.primary-btn {
    text-align: center;
    padding: 20.5px 40px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #252322;
    color: #252322;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
}

.primary-btn:hover {
    background: #FFF4EB;
    color: #f28e35;
}

.black-btn {
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid #252322;
    color: #252322;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
}

.black-btn:hover {
    border: 1px solid #f28e35;
    color: #f28e35;
}

input[type="checkbox"].checkbox__checkbox,
.checkbox input[type="checkbox"],
.header_checkbox input[type="checkbox"] {
    appearance: none;
    /* Removes default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease, border-color 0.2s ease;
}

input[type="checkbox"].checkbox__checkbox:checked,
.checkbox input[type="checkbox"]:checked,
.header_checkbox input[type="checkbox"] {
    background-color: #f28e35;
    border-color: #f28e35;
}

input[type="checkbox"].checkbox__checkbox:checked::after,
.checkbox input[type="checkbox"]:checked::after,
.header_checkbox input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 12px;
    position: absolute;
    left: 3px;
}



/* CATALOG &amp; PORTFOLIO PAGES STYLES */
/* Custom styles */

.catalog-detail .catalog__container {
    padding-bottom: 0;
}

.catalog__container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 1025px) {
    .catalog__container--mt {
        margin-top: 80px;
    }
}

.sidebar__title,
.product__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #252322;
}

/* Sidebar */
.sidebar {
    min-width: 318px;
}

.sidebar__container {
    position: sticky;
    top: 130px;
}

.sidebar__container a {
    text-decoration: unset;
}

.sidebar__title {
    margin-bottom: 30px;
    transition: 0s;
}

.sidebar__categories {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    list-style: none;
    margin-bottom: 60px;
}


.sidebar__categories__dropdown_container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s ease-in-out;
    /* Slower and smoother */
}

.sidebar__categories__dropdown_container.open {
    max-height: 1000px;
    /* Large enough for most content */
}

.sidebar__categories__dropdown_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    margin-left: 15px;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.sidebar__categories__dropdown_container.open .sidebar__categories__dropdown_content {
    opacity: 1;
    transform: translateY(0);
}


.sidebar__categories__mobile {
    display: none !important;
}

.sidebar__categories__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #252322;
    cursor: pointer;
    transition: 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar__categories__item.sub__item {
    color: #25232280;
    line-clamp: 1;
}

.sidebar__categories__item.sub__item.active {
    color: #252322;
}

.sidebar__categories__item.sub__item:active .sidebar__categories__item.active .sidebar__categories__count {
    background-color: #f5f5f5;
    color: #25232280;
}


.sidebar__categories__item.active .sidebar__categories__count {
    background-color: #f28e35;
    color: #ffffff;
}

.sidebar__categories__item.first.active {
    color: #252322;
}

/* Subcategory active state */
.sidebar__categories__item.sub__item.active {
    color: #252322;
    /* Keep text dark for active subcategory */
}

/* When a subcategory is active, disable count bubble highlight for main catalog */
.sidebar__categories__item.active.has-active-sub .sidebar__categories__count {
    background-color: #f5f5f5;
    color: #25232280;
}

.sidebar__categories__item.active {
    color: #f28e35;
}

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

.sidebar__categories__count {
    width: 32px;
    height: 18px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    background-color: #f5f5f5;
    color: #25232280;
    transition: 0.5s ease;
}

.sidebar__categories__dropdown .fa-angle-down {
    font-size: 12px;
    color: #252322;
    padding: 4px 6px;
    border-radius: 100px;
    background-color: #f5f5f5;
    transition: 0.5s ease;
}

.sidebar__select,
.sidebar__categories__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: relative;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    outline: none;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #252322;
    appearance: none;
    background-image: url('/local/templates/main/styles/../assets/icons/select.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.sidebar__select__items {
    position: absolute;
    z-index: 25;
    top: 120%;
    left: 0;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: white;
    width: 100%;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* When checked → make text orange */
.custom-radio input[type="radio"]:checked+.checkmark+.option-label {
    color: #F28E35;
    font-weight: 500;
}

.sidebar .hidden {
    display: none !important;
}

.rotated {
    rotate: 180deg;
}

.sidebar__title.hidden {
    opacity: 0;
    display: block !important;
}

/* Selector toggle behavior */
.sidebar__select__items {
    display: none;
    transition: all 0.3s ease;
}

.sidebar__select.open .sidebar__select__items {
    display: flex;
}

/* Hide native radio */
.custom-radio input[type="radio"] {
    display: none;
}

/* Layout for label */
.custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
}

/* Custom circle */
.custom-radio .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    /* white outer ring */
    border-radius: 50%;
    background: transparent;
    position: relative;
    flex-shrink: 0;
}

/* Orange dot when selected */
.custom-radio input[type="radio"]:checked+.checkmark::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8.5px;
    height: 9px;
    background-color: #F28E35;
    border-radius: 50%;
}


.sidebar__select__item {
    display: flex;
    gap: 15px;
    align-items: center;
    transition: all 0.5s ease;
}

.sidebar__select__item:hover {
    color: #f28e35;
}

.sidebar__reset__btn {
    display: inline-block;
    padding: 20px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    background: none;
    color: #25232280;
    transition: 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.sidebar__reset__btn:hover {
    border: 1px solid #252322;
    color: #252322;
}

.product__container {
    margin: 0 auto;
    width: 100%;
}

.product__categories-container {
    margin-bottom: 60px;
}

.product__categories-container.hidden {
    display: none;
}

.product__categories-title {
    font-weight: 600;
    font-size: 24px;
    color: #252322;
    margin-bottom: 20px;
}

.product__categories {
    display: flex;
    gap: 15px 10px;
    flex-wrap: wrap;
    justify-content: start;
}

.product__category {
    border-radius: 50px;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    background: transparent;
    color: #25232280;
    font-size: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    
    transition: all 0.5s ease;
    text-decoration: unset;
}

.product__category.active {
    border-color: #f28e35;
    color: #f28e35;
    transition: all 0.5s ease;
}

.product__category.active:hover {
    border-color: #f28e35;
    color: #f28e35;
}

.product__category:hover {
    border-color: #252322;
    color: #252322;
    text-decoration: unset;
}

.product__category a {
    font-size: 16px;
    color: #f28e35;
}

.product__category a.hidden {
    display: none;
}

.product__search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
    z-index: 20;
}

.product__search__input {
    z-index: 20;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 10px;
    background-color: #f5f5f5;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #252322;
}

.product__search__btn {
    z-index: 20;
    padding: 15px;
    height: 60px;
    border: none;
    border-radius: 10px;
    background-color: #f28e35;
    cursor: pointer;
    
    transition: all 0.5s ease;
}

.product__search__btn:hover {
    background-color: #E77E21;
}

.products__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 2rem;
}

.product__card {
    max-width: calc(100% / 3 - 15px);
    width: 100%;
    
    transition: all 0.5s ease;
}

.product__card:hover .product__card__image {
    box-shadow: 4px 10px 30px #2523221A;
}

.product__card__image {
    transition: all 0.5s ease;
    object-fit: cover;
    width: -webkit-fill-available;
    aspect-ratio: 1/1;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.product__card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #252322;
    margin-bottom: 15px;
}

.product__card__title a {
    color: #252322;
}

.product__card__category {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: gray;
    margin-bottom: 15px;
    
    transition: all 0.5s ease;
}

.product__card__category:hover {
    color: #F28E35;
}

.product__card__category a {
    color: gray;
    
    transition: all 0.5s ease;
}

.product__card__category a:hover {
    color: #f28e35;
    cursor: pointer;
}

.product__card__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #60cd50;
}

.product__card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.5s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product .pagination {
    width: 100%;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination__btn {
    padding: 15px 21px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    color: #000000;
}

.pagination__btn:hover {
    color: #f28e35;
}

.pagination__btn.active {
    background-color: #f28e35;
    color: #fff;
}

.overlay1 {
    transition: .3s;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2523221A;
    backdrop-filter: blur(5px);
}

.product__search__container {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 20;
}

.product__search__content {
    position: relative;
}

.product__search__close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #25232280;
    transition: 0.3s ease;
}

.product__search__close:hover {
    color: #252322;
}

.product__search__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product__search__card {
    height: 80px;
    display: flex;
    gap: 30px;
    align-items: center;
    
    transition: 0.3s ease;
}

.product__search__card img {
    height: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    object-fit: cover;
    
    transition: 0.3s ease;
}

.product__search__card__title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.product__search__card__title a {
    color: #252322;
}

.product__search__card a {
    font-size: 18px;
    color: #252322;
    opacity: .5;
    
    transition: 0.3s ease;
}

.product__search__card:hover a {
    color: #f28e35;
    opacity: 1;
}

.product__search__card:hover img {
    box-shadow: 4px 4px 30px #2523221A;
}

.product__search__content .primary-btn {
    width: 100% !important;
    margin-top: 30px;
}

.overlay1,
.product__search__container {
    transition: .3s;
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
}

.overlay1.active,
.product__search__container.active {
    display: block;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.product__search__placeholder,
.product__search__notfound {
    padding: 1rem;
    color: #777;
    font-style: italic;
    text-align: center;
}

.sidebar__select__items,
.sidebar__categories__mobile .sidebar__select__items {
    display: none;
    flex-direction: column;
}

.sidebar__select.open .sidebar__select__items,
.sidebar__categories__mobile.open .sidebar__select__items {
    display: flex;
}


/* Responsive for mobile */

.sidebar-flex {
    display: flex;
    justify-content: space-between;
}

.sidebar-flex .filter_btn {
    display: none;
}

@media (max-width: 1024px) {
    .sidebar-flex .filter_btn {
        display: flex;
        gap: 8px;
        align-items: center;
        color: #f28e35;
        font-size: 18px;
        margin-bottom: 30px;
        border: none;
        background: transparent;
    }

    .sidebar-flex .filter_btn i {
        font-size: 14px;
    }

    .product__categories-container {
        display: none;
    }

    .product__search__content .primary-btn {
        padding: 20px;
        font-size: 16px;
    }

    .product__search__container {
        padding: 20px;
    }

    .product__search__cards {
        gap: 10px;
    }

    .product__search__card__title {
        font-size: 16px;
    }

    .product__search__card a {
        font-size: 16px;
    }

    .product__container {
        max-width: 100%;
    }

    .catalog__container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .sidebar {
        z-index: 21;
        max-width: 1024px;
        width: 100%;
    }

    .sidebar__categories {
        display: none;
    }

    .sidebar__select__container {
        width: 100%;
    }

    .sidebar__categories__mobile {
        display: flex !important;
        margin-bottom: 20px;
    }

    .sidebar__select,
    .sidebar__categories__mobile {
        width: 100%;
    }

    .sidebar__select__item.sub {
        font-size: 15px;
        padding-left: 10px;
    }

    .sidebar__categories__count {
        margin-left: auto;
        color: #999;
        font-size: 14px;
    }


    .sidebar__reset__btn {
        width: 100%;
    }

    .products__list {
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .sidebar-flex .filter_btn {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .catalog__container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sidebar__title,
    .product__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sidebar__categories {
        display: none;
    }

    .sidebar__select,
    .sidebar__categories__mobile {
        width: 100%;
    }

    .sidebar__categories__mobile {
        display: block;
        margin-bottom: 20px;
    }

    .sidebar__select {
        margin-bottom: 10px;
    }

    .product__search {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .products__list {
        justify-content: space-between;
        gap: 30px 15px;
    }

    .product__card {
        max-width: calc(100% / 2 - 10px);
    }

    .product__card__image {
        width: 100%;
        aspect-ratio: 1/1;
        margin-bottom: 15px;
    }

    .product__card__title,
    .product__card__category {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product__card__price {
        font-weight: 700;
        font-size: 14px;
    }

    .pagination__btn {
        padding: 8px 14px;
        font-size: 16px;
        border-radius: 6px;
    }
}

/* CATALOG PAGE STYLES */




/* HEADER */
/* ===== BASE HEADER STYLES ===== */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

@media (min-width: 1025px) {
    .header {
        max-height: 190px;
        height: 100%;
    }
}

/* Fixed state */
.header__top.fixed {
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    color: #252322 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header__form_input-error,
.header__checkbox-error {
    color: tomato;
    font-size: 12px;
}

.header__top.fixed .header__burger {
    border: 2px solid black !important;
    cursor: pointer;
    
    transition: 0.3s ease;
}

.header__top.fixed .header__burger:hover {
    border: 2px solid #F28E35 !important;
}

.header__top .container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 15px 1rem;
}

.header__logo {
    display: flex;
    gap: 12px;
    color: #F28E35;
    align-items: center;
    font-weight: 600;
}

.header__logo img {
    height: 100%;
    object-fit: contain;
    max-height: 60px;
    aspect-ratio: 1/1;
}

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

.header__phone {
    min-width: max-content;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    
    transition: 0.3s ease;
}

.header__phone:hover {
    color: #F28E35;
    border: 1px solid #F28E35;
}

.header__basket {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: #F28E35;
    max-width: 50px;
    width: 100%;
    aspect-ratio: 1/1;
    border-color: #F28E35;
    cursor: pointer;
}

.header__basket img {
    width: 100%;
}

.header__basket span {
    position: absolute;
    top: -5px;
    right: -5px;
    color: white;
    width: 18px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background: #D72F29;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.header__burger {
    cursor: pointer;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: white;
    max-width: 50px;
    width: 100%;
    aspect-ratio: 1/1;
    
    transition: 0.3s ease;
}

.header__burger:hover {
    border-color: #F28E35;
    color: #F28E35;
}

.header__location {
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    gap: 10px;
    min-width: max-content;
    align-items: center;
    margin-right: 10px;

    transition: color 0.3s ease;
}

.header__bottom .container {
    padding: 0;
}

.header__nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 25px 1rem;
    width: 100%;
}

.header__nav-dropdown {
    position: relative;
}

.header__nav-dropdown-container {
    position: absolute;
    display: flex;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    gap: 20px;
    background: white;
    top: 140%;
    min-width: 100%;
    width: max-content;
    padding: 0 12px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.23);
    transition: .3s;

    border-radius: 10px;
}

.header__nav-dropdown-content {
    color: black;
    
    transition: 0.3s ease;
}

.header__nav-dropdown-content:hover {
    color: #F28E35;
}

.header__nav-dropdown-container-left {
    flex: 1 0 auto;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header__nav-dropdown-container-right {
    flex: 0 0 100px;
}

.header__nav-dropdown-container-right img {
    max-width: 100px;
    max-height: 100px;

    min-width: 100px;

    display: none;
}

.header__nav-dropdown-container-right img.visible {
    display: block;
}

.header__nav-dropdown-button.active,
.header__nav-dropdown-content.active,
.header__nav-item.active {
    color: #f28e35 !important;
}

.header__nav-dropdown-button {
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    
    transition: 0.3s ease;
}


.header__nav-dropdown-button:hover {
    color: #F28E35;
}

.header__nav-dropdown-button i {
    color: #F28E35;
}
.header__nav-item{
    transition: 0.3s ease;
}

.header__nav-item:hover {
    color: #F28E35;
}

.header__overlay {
    transition: .3s;
    position: fixed;
    inset: 0;
    left: 200%;
    backdrop-filter: blur(5px);
    background: #2523221A;
    z-index: 99;
    display: block;
}

.header__overlay-mobile {
    transition: .3s;
    position: fixed;
    background: white;
    height: 100%;
    right: 0;
    max-width: 450px;
    width: 100%;
    padding: 75px;
    z-index: 99;
}

.header__overlay-nav {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
}

.header__overlay-mobile .header__nav-dropdown-button {
    color: black;
    font-weight: 400;
    font-size: 18px;
}

.header__overlay-mobile .header__nav-dropdown-container {
    transition: .3s;
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: none;
    margin-left: 0;

    border: unset !important;
}

.header__nav-dropdown-content-mobile {
    font-size: 18px;
    color: black;
}

.header__overlay-close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.header__overlay-mobile h2 {
    font-size: 24px;
    font-weight: 600;
}

.header__nav-item-mobile {
    color: black;
    font-size: 18px;
}

.header__contacts-mobile {
    display: none;
}

.header__overlay-basket {
    transition: .3s;
    background: #2523221A;
    backdrop-filter: blur(5px);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 200%;
}

.header__basket-container {
    max-width: 730px;
    background: white;
    width: 100%;
    height: fit-content;
    padding: 30px;
    box-shadow: 4px 20px 50px #2523224D;
    border-radius: 10px;
}

.header__basket-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
    margin-bottom: 40px;
}

.header__basket-title {
    font-size: 24px;
    font-weight: 600;
}

.header__basket-close-button,
.header__basket-order-close-button {
    border: none;
    background: transparent;
    color: #25232280;
    cursor: pointer;
}

.header__basket-orders {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    max-height: 300px;
    overflow-y: auto;
}

.header__basket-order {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.header__basket-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header__basket-left .img {
    width: 80px;
    height: 80px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 20px;
}

.header__basket-left .img img {
    width: 100%;
    opacity: .3;
}

.header__basket-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #252322;
    gap: 30px;
    align-items: center;
}

.header__basket-right div {
    min-width: max-content;
}

.header__basket-right .price {
    font-size: 18px;
    min-width: max-content;
}

.header__basket-right .materials {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.header__basket-right .materials .btns {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 18px;
}

.header__basket-right .materials .btns .btn_numb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    color: #25232280;
    font-size: 18px;
    cursor: pointer;
}

.header__basket-all-price {
    text-align: end;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
}

.header__basket-all-price span {
    font-weight: 600;
    color: #60CD50;
}

.header__basket-order-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header__basket-order-form .header__form_input {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 10px;
    border: none;
}

.header__basket-order-form .header__basket_submit {
    text-transform: uppercase;
    padding: 20px;
    background: #D72F29;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    
    transition: 0.3s ease;
}

.header__basket-order-form .header__basket_submit:hover {
    background: #C22B26;
}

.header__basket-order-form .header__checkbox {
    display: flex;
    gap: 10px;
    color: #252322;
    opacity: .5;
    font-size: 14px;
    align-items: center;
}

/* ===== WHITE HEADER MODIFIERS ===== */
.white_header.header {
    z-index: 20;
}

.white_header .header__top {
    border-bottom: 1px solid #252322;
}

.header__top.fixed .header__location {
    color: #252322;
}

.header__top.fixed .header__phone {
    border: 1px solid #F28E35 !important;
    color: #F28E35 !important;
}

.header__top.fixed .header__phone:hover {
    border: 1px solid #252322 !important;
    color: #252322 !important;
}

.white_header .header__phone {
    border: 1px solid #252322;
    color: #252322;
}

.white_header .header__burger {
    border-color: #252322;
}

.white_header .header__bottom {
    border-bottom: 1px solid #252322;
}

.white_header .header__nav-dropdown-button {
    color: #252322;
}

.white_header .header__nav-item {
    color: #252322;
}

/* ===== DEFAULT HEADER MODIFIERS ===== */
.header:not(.white_header) .header__top {
    border-bottom: 1px solid white;
}

.header:not(.white_header) .header__top.fixed .header__location {
    color: #252322;
}

.header:not(.white_header) .header__phone {
    border: 1px solid white;
    color: white;
}

.header:not(.white_header) .header__phone:hover {
    border: 1px solid #E77E21;
    color: #E77E21;
}

.header:not(.white_header) .header__burger {
    border-color: white;
}

.header:not(.white_header) .header__bottom {
    border-bottom: 1px solid white;
}

.header__nav-dropdown-button {
    color: white;
}

.header__nav-dropdown-mobile .header__nav-dropdown-button {
    color: #252322;
    cursor: pointer;
}

.header__nav-dropdown-mobile .header__nav-dropdown-container.active-menu {
    margin-top: 8px;
}

.header:not(.white_header) .header__nav-item {
    transition: 0.3s ease;
    color: white;
}

.header:not(.white_header) .header__nav-item:hover {
    color: #E77E21;
}

.header:not(.white_header) .header__location {
    color: white;
}

.header__location:hover {
    color: #E77E21 !important;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1024px) {
    .header__bottom {
        display: none;
    }

    .header__phone {
        display: none;
    }

    .header__media {
        display: none;
    }

    .header__overlay-mobile .header__nav-dropdown-button {
        font-size: 16px;
    }

    .header__overlay-mobile .header__nav-dropdown-container {
        font-size: 16px;
        gap: 12px;
    }

    .header__nav-item-mobile {
        font-size: 16px;
    }

    .header__overlay-nav {
        margin-top: 40px;
        gap: 30px;
    }

    .header__contacts-mobile {
        display: flex;
        gap: 10px;
        position: absolute;
        bottom: 40px;
        left: 40px;
    }

    .header__contacts-mobile-item {
        width: 35px;
        aspect-ratio: 1/1;
        border-radius: 50px;
        background: #F5F5F5;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .header__overlay-mobile {
        padding: 40px;
    }

    .white_header .header__overlay-basket {
        top: 200%;
    }

    .header:not(.white_header) .header__overlay-basket {
        top: 250%;
    }
}

@media (max-width: 768px) {
    .header__top .container {
        padding: 10px 1rem;
    }

    .header__logo {
        gap: 4px;
    }

    .header__logo img {
        max-height: 40px;
    }

    .header__logo div {
        font-size: 12px;
    }

    .header__location {
        font-size: 12px;
    }

    .header__burger {
        min-width: 35px;
        padding: 10px;
    }

    .header__burger img {
        width: 15px;
    }

    .header__basket {
        min-width: 35px;
        padding: 10px;
    }

    .header__basket img {
        width: 15px;
    }

    .header__basket span {
        font-size: 8px;
        width: 14px;
    }

    .header__basket-container {
        padding: 30px 20px;
    }

    .header__basket-top {
        margin-bottom: 30px;
    }

    .header__basket-right .price {
        font-size: 14px;
    }

    .header__basket-right .materials .btns .btn_numb {
        font-size: 14px;
    }

    .header__basket-right .materials .btns .numb_order {
        font-size: 14px;
    }

    .header__basket-orders {
        margin-bottom: 30px;
    }

    .header__basket-all-price {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

/* HEADER */


/* ====== HERO ===== */
.hero {
    background-image: url("/local/templates/main/styles/../assets/images/hero_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100dvh;
}

.hero__container {
    min-height: 100vh;
    /* fallback for first render */
    min-height: calc(var(--vh, 1vh) * 100);
    /* real fix with fallback */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: calc(160px + env(safe-area-inset-top));
    padding-bottom: env(safe-area-inset-bottom);
}

.hero__left {
    width: 100%;
    z-index: 1;
}

.hero__title {
    max-width: 646px;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
}

.hero__title span {
    color: #f28e35;
}

.hero__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 40px;
}

.hero__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.hero__list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #d9d9d9;
}

.hero__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 50%;
}

.hero__btn__group {
    display: flex;
    gap: 20px;
}

.hero__right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero__right__mask {
    height: 70vh;
    object-fit: contain;
    max-width: 100%;
}

.hero__right__sale {
    position: absolute;
    top: -5%;
    left: 34.1%;
}

.max-w-655px {
    max-width: 655px !important;
}

.max-w-690px {
    max-width: 690px !important;
}

.max-w-756px {
    max-width: 756px !important;
}

@media (max-width: 768px) {
    .hero__container {
        min-height: 100vh;
        /* let content grow naturally */
        padding-top: calc(95px + env(safe-area-inset-top));
        padding-bottom: calc(5vh + env(safe-area-inset-bottom));
    }

    .hero__left {
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hero__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero__title-27px {
        font-size: 27px !important;
    }

    .hero__title-25px {
        font-size: 25px !important;
    }

    .hero__title-23px {
        font-size: 23px !important;
    }

    .hero__description {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hero__list {
        font-size: 16px;
    }

    .hero__list li:last-child {
        display: none;
    }

    .hero__btn__group {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .hero__right__mask {
        height: 35vh;
    }

    .hero__right__sale img {
        width: 154px;
        height: 80px;
        rotate: 18deg;
    }
}

/* Responsive for tablet and netbook */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero__container {
        padding-top: calc(95px + env(safe-area-inset-top));
    }

    .hero__title {
        max-width: 550px;
        font-size: 37px;
    }

    .hero__description {
        font-size: 21px;
    }

    .hero__list {
        font-size: 17px;
    }

    .hero__btn__group {
        text-align: center;
    }

    .hero__right__mask {
        height: 350px;
    }
}

/* ====== HERO ===== */


/*===== SERVICES 4 CARDS =======*/
.services {
    padding-bottom: 120px;
    color: #252322;
}

.services__title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
}

.four_cards .services__cards {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.four_cards .services__card {
    max-width: 370px;
    width: calc(100% / 4 - 20px);
}

.four_cards .services__cards img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 285/340;
    border-radius: 10px;
}

.services__cards p,
.services__cards .main {
    margin-top: 20px;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .four_cards .services__cards {
        flex-wrap: wrap;
    }

    .four_cards .services__card {
        width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 768px) {
    .services {
        padding-bottom: 80px;
    }

    .services__title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .four_cards .services__cards {
        flex-wrap: wrap;
        gap: 30px 15px;
    }

    .four_cards .services__card {
        width: calc(100% / 2 - 15px);
    }

    .four_cards .services__cards img {
        aspect-ratio: 1/1;
    }

    .services__cards p,
    .services__cards .main {
        margin-top: 10px;
        font-size: 14px;
    }
}

/* 6 cards */

.six_cards .services__cards {
    display: flex;
    gap: 40px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.six_cards .services__card {
    width: calc(100% / 3 - 20px);
}

.six_cards .services__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .six_cards .services__cards {
        gap: 30px 15px;
    }
}

@media (max-width: 768px) {
    .six_cards .services__card {
        width: calc(100% / 2 - 15px);
    }
}

/* 3 cards */
.three_cards .services__cards {
    display: flex;
    gap: 40px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.three_cards .services__card {
    width: calc(100% / 3 - 20px);
}

.three_cards .services__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .three_cards .services__cards {
        gap: 30px 15px;
    }
}

@media (max-width: 768px) {

    .three_cards .services__card {
        width: calc(100% / 2 - 10px);
    }

    .three_cards .services__cards .main {
        font-size: 14px;
        margin-top: 10px;
    }

    .three_cards .services__card.last {
        width: 100%;
    }

    .three_cards .services__card.last img {
        aspect-ratio: 2/1;
    }
}

/*=====SERVICES=======*/


/*===== PROCESS=======*/
.process {
    margin-bottom: 120px;
    color: #252322;
}

.process .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px 60px;
}

.process__col {
    width: fit-content;
}

.process__col video {
    width: 100%;
    aspect-ratio: 16/9;
    min-width: 500px;
    border-radius: 10px;
}

.process__content {
    margin-bottom: 40px;
}

.process__content h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}

.process__content p {
    font-size: 18px;
}

.process__btns {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.process__btns .process__media-links {
    display: flex;
    gap: 10px;
}

.process__btns .process__media-links img {
    width: 60px;
    aspect-ratio: 1/1;
}

.process__btn {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 385px;
}

@media (max-width: 1024px) {
    .process {
        margin-bottom: 80px;
    }

    .process .container {
        flex-wrap: wrap;
    }

    .process__col {
        width: 100%;
    }

    .process__col video {
        min-width: 0;
        width: 100%;
    }

    .process__btn {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .process__content {
        margin-bottom: 20px;
    }

    .process__content h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .process__content p {
        font-size: 16px;
    }

    .process__btns .process__media-links img {
        width: 35px;
    }

    .process__btn {
        flex-grow: 1;
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .process__btn .orange_btn {
        flex-grow: 1;
        width: 100%;
    }
}

/*===== PROCESS=======*/


/*====== SOLUTIONS======*/
.solutions {
    background: #F5F5F5;
    padding: 120px 0;
    color: #252322;
}

.solutions.about {
    background: transparent;
    padding-bottom: 0;
}

.solutions__title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
}

.solutions__cards {
    display: flex;
    gap: 60px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.solutions__card {
    width: calc(100% / 4 - 20px);
    cursor: pointer;
}

.solutions__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: .3s;
}

.solutions__card:hover img {
    box-shadow: 4px 10px 30px #2523221A;
}

.solutions__cards .main {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.solutions__cards .disc {
    opacity: .5;
}

@media (max-width: 1024px) {
    .solutions__cards {
        gap: 30px 15px;
    }

    .solutions__card {
        width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 768px) {

    .solutions.about {
        padding-bottom: 0;
    }

    .solutions {
        padding: 80px 0;
    }

    .solutions__title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .solutions__card {
        width: calc(100% / 2 - 15px);
    }

    .solutions__cards .disc {
        display: none;
    }

    .solutions__cards .main {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }
}

/*===== SOLUTIONS=======*/



/*===== BANNER=======*/
.banner {
    position: relative;
    background: #252322;
    border-radius: 10px;
    margin-bottom: 120px;
    color: white;
    padding: 75px;
    overflow: hidden;
    z-index: 0;
}

.mt {
    margin-top: 120px;
}

.banner.mt {
    margin-top: 120px;
}

.banner.mt-md {
    margin-top: 120px;
}

.banner__content {
    position: relative;
    max-width: 650px;
    z-index: 10;
}

.banner__title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner__title span {
    color: #F28E35;
}

.banner__text {
    font-size: 24px;
}

.banner__btns {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 60px;
}

.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.banner_ellipse {
    position: absolute;
    right: 0;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .banner {
        border-radius: 0;
        padding: 60px;
    }

    .banner_img {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-page .banner,
    .avtomatizatsiya .banner {
        margin-bottom: 80px;
    }

    .banner {
        padding: 60px 20px;
        margin-bottom: 0;
    }

    .pb-mb-0 .banner {
        margin-bottom: 0px !important;
    }

    .main-page .mt {
        margin-top: 0;
    }

    .mt {
        margin-top: 80px;
    }

    .banner.mt {
        margin-top: 0;
    }

    .banner.mt-md {
        margin-top: 80px;
    }

    .banner.mb {
        margin-bottom: 0;
    }

    .banner__content {
        margin: auto;
        max-width: 500px;
    }

    .banner__title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .banner__text {
        font-size: 16px;
        text-align: center;
    }

    .banner__btns {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        text-align: center;
    }

    .banner__btns p {
        font-size: 14px;
        opacity: .5;
    }

    .banner_ellipse {
        right: -60%;
    }
}

/*===== BANNER=======*/

/*===== CONTACTS=======*/
.contacts {
    display: flex;
    justify-content: end;
    align-items: center;
}

.contacts .banner__content--right {
    position: relative;
    max-width: 600px;
    z-index: 10;
}

.contact__media {
    display: flex;
    gap: 10px;
}

.contact__media a {
    width: 60px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #252322;
    font-size: 20px;
}

.contact__media a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contacts .banner__btns {
    margin-bottom: 20px;
}

.contacts .banner__btns input {
    width: 100%;
    height: 60px;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 20px;
    border: none;
}

.contacts .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts .checkbox label {
    opacity: .5;
}

.contacts .banner_img {
    left: 0;
    bottom: 0;
    top: auto;
}

.contacts .banner_ellipse {
    left: 0;
}

.contacts .banner_ellipse.sm {
    display: none;
}

.contact__flex {
    display: flex;
    margin-top: 30px;
    gap: 25px;
    align-items: center;
}

.contact__flex p {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .contacts {
        justify-content: start;
    }
}

@media (max-width: 768px) {
    .contacts .banner_ellipse {
        display: none;
    }

    .contacts .banner_ellipse.sm {
        display: block;
        right: -100%;
        object-fit: cover;
        height: 100%;
        top: 0;
        bottom: 0;
        left: auto;

    }

    .contacts .banner__content--right {
        margin: auto;
    }

    .contacts .banner__btns {
        flex-wrap: nowrap;
    }

    .contact__media {
        justify-content: center;
        flex-wrap: wrap;
        min-width: 85px;
    }

    .contact__media a {
        width: 35px;
        font-size: 12px;
    }

    .contact__flex {
        gap: 20px;
        justify-content: center;
        max-width: 288px;
        margin: auto;
        margin-top: 30px;
    }

    .contact__flex p {
        font-size: 14px;
    }

    .contacts .banner_ellipse {
        bottom: -100px;
        left: -80px;
    }
}

@media (max-width: 576px) {
    .contacts .banner__btns {
        flex-wrap: wrap;
    }
}

/*===== CONTACTS=======*/

/*====REASONS HOME====*/
.home.reasons {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #252322;
}

.home.reasons .reasons__title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
}

.home .reasons__cards {
    display: flex;
    justify-content: center;
    gap: 40px 20px;
    flex-wrap: wrap;
}

.home .reasons__card {
    max-width: 370px;
    width: 100%;
}

.home .reasons__top {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

.home .reasons__line {
    width: 50px;
    height: 10px;
    border-radius: 50px;
    background-color: #F28E35;
}

.home .reasons__cards p {
    color: #F28E35;
    font-size: 18px;
    font-weight: 600;
}

.home .reasons__cards ul {
    color: #252322;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
}

.home .reasons__cards li {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.home .bullet {
    width: 0.5em;
    height: 0.5em;
    background: #252322;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .home.reasons {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home.reasons .reasons__title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .home .reasons__cards ul {
        gap: 10px;
    }

    .home .reasons__card {
        max-width: 470px;
    }

    .home .reasons__top {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .home .reasons__line {
        width: 30px;
        height: 6px;
    }
}

/*====REASONS HOME====*/

/*=====REASONS======*/
.reasons {
    padding: 120px 0;
    color: #252322;
}

.reasons.pt0 {
    padding-top: 0 !important;
}

.reasons.bg {
    background: #F5F5F5;
    margin-bottom: 120px;
}

.reasons__container {
    display: flex;
    gap: 30px 50px;
    align-items: center;
}

.reasons.red .reasons__container {
    flex-wrap: wrap;
}

.reasons.reverse .reasons__container {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.reasons.no_reverse .reasons__container {
    flex-wrap: wrap;
}

.reasons aside {
    width: calc(100% / 2 - 25px);
}

.reasons aside img {
    width: 100%;
    max-width: 540px;
    aspect-ratio: 54/55;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: auto;
}

.reasons__title {
    font-size: 36px;
    font-weight: 600;
}

.reasons__disc {
    padding: 30px 0;
    font-size: 18px;
}

.reasons.red span {
    color: #D72F29;
}

.reasons.green span {
    color: #60CD50;
}

.reasons li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    list-style: none;
}

.reasons li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.reasons.red li::before {
    background-color: #D72F29;
}

.reasons.green li::before {
    background-color: #60CD50;
}

@media (max-width: 1024px) {
    .reasons {
        padding: 80px 0;
    }

    .reasons.bg {
        margin-bottom: 80px;
    }

    .reasons aside {
        width: 100%;
    }

    .reasons aside img {
        max-width: none;
        max-height: 200px;
    }

    .reasons__title {
        font-size: 24px;
    }

    .reasons li {
        font-size: 16px;
    }

    .reasons__disc {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .reasons.bg {
        margin-bottom: 0px;
    }
}

/*=====REASONS======*/


/*===== ONLINE EQUIPMENTS=======*/
.home.equipments {
    padding-bottom: 120px;
    color: #252322;
}

.home .equipments__title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
}

.home .equipments__disc {
    text-align: center;
    font-size: 18px;
    max-width: 847px;
    margin: auto;
    margin-bottom: 60px;
}

.home .equipments__cards {
    display: flex;
    gap: 60px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.home .equipments__card {
    width: calc(100% / 4 - 20px);
    cursor: pointer;
}

.home .equipments__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #d9d9d9;
    transition: .3s;
    margin-bottom: 20px;
}

.home .equipments__card:hover img {
    box-shadow: 4px 10px 30px #2523221A;
}

.home .equipments__card .disc:hover {
    color: #F28E35;
    opacity: 1;
}

.home .equipments__cards .main {
    font-size: 16px;
    color: #252322;
}

.home .equipments__cards .disc {
    transition: 0.3s ease;
    margin-top: 15px;
    opacity: .5;
}

.home .equipments__cards .price {
    color: #60CD50;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.home .equipments__btn-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .home .equipments__cards {
        gap: 30px 15px;
    }

    .home .equipments__card {
        width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 768px) {
    .home.equipments {
        padding-bottom: 80px;
    }

    .home .equipments__title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .home .equipments__disc {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .home .equipments__card {
        width: calc(100% / 2 - 15px);
    }

    .home .equipments__cards .main {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home .equipments__cards .price {
        font-size: 14px;
        margin-top: 10px;
    }

    .home .equipments__btn-container {
        margin-top: 30px;
    }
}

/*===== ONLINE EQUIPMENTS=======*/



/*===== RESULTS=======*/
.results {
    padding-bottom: 120px;
    color: #252322;
}

.pt {
    padding-top: 120px;
}

.results.states {
    padding: 120px 0;
    background: #F5F5F5;
}

.results__title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
}

.results__cards {
    display: flex;
    gap: 60px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.results__card {
    width: calc(100% / 3 - 20px);
}

.results__card.hidden {
    display: none;
}

.results__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    
    transition: 0.3s ease;
}

.results__card:hover img {
    box-shadow: 4px 10px 30px #2523221A;
}

.results__cards .main {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.results__cards .main a {
    color: #252322;
}

.results__cards .disc {
    opacity: .5;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #252322;
    
    transition: 0.3s ease;
}

.results__cards .disc:hover {
    color: #F28E35;
    opacity: 1;
}

.results__btn-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .results__cards {
        gap: 30px 15px;
    }
}

@media (max-width: 768px) {
    .results {
        padding-bottom: 80px;
    }

    .pt {
        padding-top: 80px;
    }

    .results.states {
        margin: 0;
        padding: 80px 0;
    }

    .results__title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .results__card.hidden {
        display: block;
    }

    .results__card {
        width: calc(100% / 2 - 15px);
    }

    .results__cards .main {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .results__btn-container {
        margin-top: 30px;
    }
}

/*===== RESULTS=======*/



/*======== BENEFITS ========*/
.benefits {
    margin-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 80px;
}

.benefits.mt-0 {
    margin-top: 0;
}

.mb {
    margin-bottom: 200px;
}

.benefits__title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
    text-align: center;
}

.benefits__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.benefits__cards {
    max-width: 300px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    font-size: 18px;
}

.benefits__cards img {
    width: 50px;
    height: 50px;
}

.benefits__cards.second {
    padding-top: 30px;
}

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

.benefits .bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .benefits {
        padding-bottom: 0;
    }

    .mb {
        margin-bottom: 120px;
    }

    .benefits .bg {
        display: none;
    }

    .benefits__content {
        justify-content: center;
        gap: 50px;
    }

    .benefits__cards {
        max-width: none;
        margin-top: 0;
    }

    .benefits__cards.second {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .benefits {
        margin-top: 80px;
    }

    .mb {
        margin-bottom: 80px;
    }

    .benefits__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .benefits__content {
        gap: 20px;
        flex-direction: column;
    }

    .benefits__cards {
        gap: 20px;
        max-width: 450px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .benefits__card {
        gap: 15px;
    }

    .benefits__card img {
        width: 35px;
        height: 35px;
    }
}


/*======== BENEFITS ========*/


/* ========= PARTNERS ======== */
.partners {
    padding-top: 120px;
    color: #252322;
}

.partners__title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.partners__content {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.partners__item {
    width: calc(100% / 7 - 10px);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners__item img {
    width: 100%;
    object-fit: contain;
}

@media(max-width: 1024px) {
    .partners__item {
        width: calc(100% / 4 - 10px);
    }
}

@media(max-width: 768px) {
    .partners {
        padding-top: 80px;
    }

    .partners__item {
        width: calc(100% / 3 - 10px);
    }

    .partners__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media(max-width: 576px) {
    .partners__item {
        width: calc(100% / 2 - 10px);
    }
}

/*======== PARTNERS ========*/


/*======== FAQ ========*/
.faq {
    margin-bottom: 120px;
    color: #252322;
}

.faq__title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
    text-align: center;
}

.faq__content {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.faq__item {
    border: 1px solid #25232240;
    border-radius: 10px;
    padding: 30px;
}

.faq__question-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.faq_toggle {
    background: #f5f5f5;
    min-width: 40px;
    min-height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    user-select: none;
    
    transition: 0.3s ease;
}

.faq_toggle:hover {
    background: #E9E9E8;
    cursor: pointer;
}

.faq_toggle span {
    rotate: 0deg;
    transition: all 250ms;
}

.faq_toggle.faq_toggle--active span {
    rotate: 45deg;
}

.faq__question {
    font-size: 18px;
}

.faq__answer.faq__answer--active {
    max-height: 200px;
    opacity: 1;
}

.faq__answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.35s;
}

.faq__answer p {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .faq {
        margin-bottom: 80px;
    }

    .faq__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .faq__item {
        padding: 20px;
    }

    .faq__question-container {
        font-size: 16px;
    }

    .faq__question {
        font-size: 16px;
    }

    .faq__answer {
        font-size: 14px;
    }

    .faq__answer p {
        margin-top: 20px;
    }

    .faq_toggle {
        min-width: 35px;
        min-height: 35px;
    }

    .faq__content {
        gap: 10px;
    }
}

/*======== FAQ ========*/




/*======INFO======*/
.info {
    padding: 120px 0;
}

.info__container {
    display: flex;
    gap: 80px;
    color: #252322;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info img {
    width: 30px;
    aspect-ratio: 1/1;
}

.info__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.info__text {
    font-size: 18px;
    max-width: 480px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.info__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.info__right {
    text-wrap: wrap;
}

.info_media {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.info_messengers {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: center;
}

@media (max-width: 768px) {

    .info_media {
        margin-top: 20px;
    }

    .info__text {
        font-size: 16px;
    }

    .info__title {
        margin-bottom: 20px;
    }

    .info {
        padding: 80px 0;
    }
}

/*======INFO======*/




/*======== ERROR ========*/
/*ERROR PAGE*/
.error__page {
    margin-top: 160px;
    min-height: calc(100vh - 160px);
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 100px 1rem;
}

.error__page p {
    font-size: 42px;
    font-weight: 600;
    color: #252322;
    margin-bottom: 40px;
}

.error__page aside {
    width: calc(50% - 5px);
}

.error__page aside img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.error__page .btns {
    display: flex;
    gap: 20px;
}

@media(max-width: 1024px) {
    .error__page {
        flex-wrap: wrap-reverse;
        min-height: calc(100vh - 125px);
        margin-top: 125px;
        padding: 40px 1rem 80px;
    }

    .error__page aside {
        width: 100%;
        text-align: center;
    }

    .error__page .btns {
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .privacy__page {
        margin-top: 65px;
        min-height: calc(100vh - 65px);
    }

    .error__page p {
        font-size: 24px;
        margin: auto;
        margin-bottom: 30px;
        max-width: 400px;
    }

    .error__page .btns {
        justify-content: center;
        flex-direction: column;
        max-width: 400px;
        margin: auto;
    }
}

/*======== ERROR ========*/



/* Support */
.support__vector-div {
    height: 100%;
    border: 1px dashed #f28e35;
}

.tekhpodderzhka .support__card__title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.tekhpodderzhka .support__card_text {
    font-size: 18px;
}

.tekhpodderzhka .support__vector-ver {
    display: none;
}

@media (max-width: 576px) {
    .tekhpodderzhka .support__wrapper-custom {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
    }

    .tekhpodderzhka .support__vector-ver {
        display: block;

        width: auto;
        height: 100%;
    }

    .tekhpodderzhka .support__card__direct {
        height: 100%;
        flex-direction: column;
        gap: 10px;
    }
}

.support__card-connections {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 10px;

    margin-top: 10px;
}

.support__card-connection {
    display: inline-block;

    color: #fff;
    background-color: #f28e35;
    border-radius: 20px;

    font-size: 15px;


    padding: 5px 10px;
}

.support__card-connection--bg {
    color: #252322;
    border: 1px solid #252322;
    background-color: unset;
}

.support__description {
    margin-top: 50px;
    color: #252322;
    text-align: center;
}

.programmnoe-obespechenie .support {
    margin-bottom: 120px;
}

.support {
    background-color: #f5f5f5;
    padding: 120px 0;
}

.support__title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    color: #252322;
}

.support__card__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.support__card {
    width: calc(100% / 4 - 30px);
}

.support__card__direct {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.support__card__direct img {
    width: 100%;
    object-fit: cover;
}

.support__card__direct__num {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: #f28e35;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
}

.support__card__title {
    font-weight: 400;
    font-size: 18px;
    color: #252322;
}

.support__card__title span {
    color: #f28e35;
}

.support__card_text {
    margin-top: 15px;
    opacity: .5;
    color: #252322;
}

@media(max-width: 1024px) {

    /* Support */
    .programmnoe-obespechenie .support {
        margin-bottom: 0;
    }

    .support__card {
        width: calc(100% / 2 - 15px);
    }

    .support__card__direct__num {
        min-width: 35px;
        min-height: 35px;
        font-size: 18px;
    }

    .support__card__title {
        font-size: 17px;
    }
}

@media(max-width: 768px) {
    .support {
        padding: 80px 0;
    }

    .support__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .support__card_text {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media(max-width: 576px) {

    /* Support */

    .support__card {
        width: 335px;
        display: flex;
        align-items: start;
        gap: 15px;
    }

    .support__card__direct {
        margin-bottom: 0;
    }

    .support__card__direct img {
        display: none;
    }

    .support__card__direct__num {
        min-width: 25px;
        min-height: 25px;
        font-size: 14px;
    }

    .support__card__title {
        font-size: 16px;
    }
}

/* PRIVACY */
/*PRIVACY PAGE*/
.privacy__page {
    margin-top: 160px;
    min-height: calc(100vh - 160px);
    padding: 100px 1rem;
}

.privacy__page h2 {
    font-size: 42px;
    font-weight: 600;
    color: #252322;
    margin-bottom: 40px;
}

@media(max-width: 1024px) {
    .privacy__page {
        flex-wrap: wrap-reverse;
        min-height: calc(100vh - 125px);
        margin-top: 125px;
        padding: 40px 1rem 80px;
    }
}

@media(max-width: 768px) {
    .privacy__page {
        margin-top: 65px;
        min-height: calc(100vh - 65px);
    }

    .privacy__page h2 {
        font-size: 18px;
        margin: auto;
        margin-bottom: 30px;
        max-width: 400px;
    }

    .privacy__page p {
        font-size: 14px;
    }
}

/* PRIVACY */

/* FOOTER */

.footer {
    background-color: #F5F5F5;
    overflow: hidden;
}

.footer__container {
    min-height: 479px;
    padding: 75px 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer__logo {
    max-width: 234px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 40px;
}

.footer__mobile__logo {
    display: none;
    margin-bottom: 30px;
}

.footer__logo h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #f28e35;
}

.footer__list,
.footer__social__list {
    margin-bottom: 40px;
    list-style: none;
}

.footer__list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #252322;
    margin-bottom: 20px;
}

.footer__list__item,
.footer__copyright {
    margin-bottom: 8px;
}

.footer__region__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: gray;
    
    transition: 0.3s ease;
}

.footer__list__item.footer__region__item {
    margin-bottom: 20px;
}

.footer__region__link:hover {
    color: #f28e35;
}

.footer__list__item a,
.footer__extra__item,
.footer__copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #252322;
    text-decoration: none;
    
    transition: 0.3s ease;
}

.footer__list__item a:hover,
.footer__list__item span:hover {
    color: #f28e35;
    text-decoration: underline;
}

.footer__extra__item {
    color: gray;
}

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

.footer__list__social__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9;
    
    transition: 0.3s ease;
}

.footer__list__social__item:hover {
    background-color: #f28e35;
}

/* Responsive for mobile */
@media (max-width: 576px) {

    /* Footer */
    .footer__container {
        padding: 60px 1rem;
        gap: 30px;
    }

    .footer__logo {
        display: none;
    }

    .footer__mobile__logo {
        display: block;
    }

    .footer__region__link {
        font-size: 14px;
    }

    .footer__list__title,
    .footer__list__item a,
    .footer__extra__item,
    .footer__copyright {
        font-size: 14px;
    }

    .footer__list,
    .footer__social__list {
        margin-bottom: 30px;
    }

    .footer__list__title {
        margin-bottom: 15px;
    }

    .footer__list__social__item {
        width: 35px;
        height: 35px;
    }

    .footer__region__list {
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        padding: 30px 1rem;
        margin: 0 -1rem;
        width: 110%;
    }

    .footer__column {
        width: 100%;
    }
}

/* FOOTER */


/* POPUPS */


.overlay {
    transition: .3s;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.popup {
    position: relative;
    background: white;
    max-width: 450px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 4px 20px 50px #25232280;
}

.popup__close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    background: transparent;
    border: none;
    opacity: 0.5;
}

.popup__title {
    font-size: 24px;
    font-weight: 600;
    color: #252322;
    margin-bottom: 15px;
}

.popup__disc {
    width: 90%;
    color: #252322;
    margin-bottom: 40px;
}

.select__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    color: #252322;
    border-radius: 10px;
    cursor: pointer;
}

.select__container {
    position: relative;
    margin-bottom: 10px;
}

.select__choose {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

.select__items {
    position: absolute;
    z-index: 25;
    top: 120%;
    left: 0;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #F5F5F5;
    width: 100%;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* When checked → make text orange */
.custom-radio input[type="radio"]:checked+.checkmark+.option-label {
    color: #F28E35;
    font-weight: 500;
}

/* Selector toggle behavior */
.select__items {
    display: none;
    transition: all 0.3s ease;
}

.select.open .select__items {
    display: flex;
}

/* Hide native radio */
.custom-radio input[type="radio"] {
    display: none;
}

/* Layout for label */
.custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
}

/* Custom circle */
.custom-radio .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    /* white outer ring */
    border-radius: 50%;
    background: transparent;
    position: relative;
    flex-shrink: 0;
}

/* Orange dot when selected */
.custom-radio input[type="radio"]:checked+.checkmark::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8.5px;
    height: 9px;
    background-color: #F28E35;
    border-radius: 50%;
}


.select__item {
    display: flex;
    gap: 15px;
    transition: 0.3s ease;
    align-items: center;
}

.select__item:hover {
    color: #f28e35;
}

.popup__tel {
    background-color: #f5f5f5;
    padding: 20px;
    color: #252322;
    border-radius: 10px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.popup .red_btn {
    width: 100%;
}

.checkbox__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #25232280;
    margin-top: 20px;
}

.input-error {
    border: 1px solid tomato !important;
}

.error-message {
    color: tomato;
    font-size: 0.8rem;
    margin-top: 4px;
    display: block;
}

@media(max-width: 576px) {
    .popup {
        max-width: 335px;
        padding: 20px;
    }

    .popup__title {
        margin-bottom: 15px;
    }

    .popup__close {
        right: 20px;
        top: 20px;
    }

    .popup__disc {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.success-toast {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4caf50;
    color: white;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.success-toast.show {
    opacity: 1;
    pointer-events: auto;
}


#ns-cookiesaccept {
    display: block;
    transition: .3s;
    z-index: 1000;
    max-width: 325px;
    padding: 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
    background: white;
    box-shadow: 4px 10px 50px #2523221A;

    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transform: translateY(20px);*/
    /* little slide up */
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

#ns-cookiesaccept.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#ns-cookiesaccept .ns-cookiesaccept-text {
    margin-bottom: 20px;
    font-size: 18px;
    color: #252322;
}

#ns-cookiesaccept div {
    width: 100%;
}

.popup.location {
    min-width: 450px;
}

.popup.location .popup__disc {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
    cursor: pointer;
    
    transition: 0.3s ease;
}

.popup.location .popup__disc:hover {
    color: #E77E21;
    text-decoration: underline;
}

.popup.location .popup__title {
    margin-bottom: 40px;
}

.mfp-container .analog__card {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 40px;
    gap: 30px;
}

.popup.analog .analog__card img {
    max-width: 80px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .popup.location{
        min-width: 90%;
    }
    .popup.location .popup__title {
        margin-bottom: 15px;
    }

    .popup.analog .analog__card p {
        font-size: 14px;
    }

    .popup.analog .analog__card {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .equipments__btn-container {
        margin-top: 30px;
    }
}

.equipments__btn-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

/*===== ONLINE EQUIPMENTS=======*/
.equipments__card {
    width: calc(100% / 4 - 20px);
    cursor: pointer;
}

.equipments__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #d9d9d9;
    transition: .3s;
    margin-bottom: 20px;
}

.equipments__card:hover img {
    box-shadow: 4px 10px 30px #2523221A;
}

.equipments__card .disc:hover {
    color: #F28E35;
    opacity: 1;
}

.equipments__cards .main {
    font-size: 16px;
    color: #252322;
}

.equipments__cards .disc {
    margin-top: 15px;
    opacity: .5;
    
    transition: 0.3s ease;
}

.equipments__cards .price {
    color: #60CD50;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.equipments__btn-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .equipments__card {
        width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 768px) {
    .equipments__disc {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .equipments__card {
        width: calc(100% / 2 - 15px);
    }

    .equipments__cards .main {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .equipments__cards .price {
        font-size: 14px;
        margin-top: 10px;
    }

    .equipments__btn-container {
        margin-top: 30px;
    }
}

/*===== ONLINE EQUIPMENTS=======*/

/*===== ONLINE EQUIPMENTS=======*/
.equipments {
    padding-bottom: 120px;
    color: #252322;
}

.equipments.mb {
    padding-bottom: 0;
}

.equipments__container {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.equipments__disc p {
    margin-bottom: 15px;
}

.equipments aside {
    width: calc(100% / 2 - 25px);
}

.equipments__title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}

.equipments__cards {
    display: flex;
    gap: 60px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.equipments__card {
    width: calc(100% / 2 - 20px);
    cursor: pointer;
}

.equipments__card img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: .3s;
    margin-bottom: 20px;
}

.equipments__card:hover img {
    box-shadow: 4px 10px 30px #2523221A;
}

.equipments__cards .main {
    font-size: 16px;
    color: #252322;
}

.equipments__cards .disc {
    margin-top: 15px;
}

.equipments__cards .disc a {
    color: #252322;
    opacity: .5;
    
    transition: 0.3s ease;
}

.equipments__cards .disc:hover a {
    color: #F28E35;
    opacity: 1;
}

.equipments__cards .price {
    color: #60CD50;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.equipments li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #252322;
    list-style: none;
}

.equipments li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #252322;
    ;
    border-radius: 50%;
}

.equipments__price {
    padding: 30px 0 60px;
    font-size: 24px;
    font-weight: 600;
}

.equipments__price span {
    color: #F28E35;
}

.equipments .orange_btn.sm {
    display: none;
}


@media (max-width: 1024px) {
    .equipments aside {
        width: 100%;
    }

    .equipments__container {
        gap: 30px;
    }

    .equipments__price {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .equipments .orange_btn.lg {
        display: none;
    }

    .equipments .orange_btn.sm {
        display: block;
    }
}

@media (max-width: 768px) {
    .equipments {
        padding-bottom: 80px;
    }

    .equipments__title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .equipments__cards {
        gap: 30px 15px;
    }

    .equipments__card {
        width: calc(100% / 2 - 15px);
    }

    .equipments__cards .main {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .equipments__cards .disc {
        font-size: 14px;
    }

    .equipments__cards .price {
        font-size: 14px;
        margin-top: 10px;
    }

    .equipments li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .equipments__price {
        font-size: 18px;
        padding-top: 10px;
    }
}

/*===== ONLINE EQUIPMENTS=======*/



.hero__right__sale-container {
    position: relative;
}

.hero__right__sale-container span {
    position: absolute;
    rotate: -18deg;
    color: white;
    font-size: 18px;
    font-weight: 600;
    width: max-content;
    left: 60px;
    top: 43px;
}

@media (max-width: 768px) {
    .hero__right__sale-container span {
        rotate: 1deg;
        color: white;
        width: max-content;
        left: 52px;
        top: 35px;
        font-size: 12px;
    }
}

.catalog-detail main.catalog__card {
    width: 100%;
    margin-top: 0;
    padding-top: 90px;
}

/*CATALOG CARD*/
main.catalog__card {
    margin-top: 190px;
    padding-top: 70px;
}

.catalog__card .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px 50px;
    flex-wrap: wrap;
}

.catalog__card .carousel {
    display: flex;
    gap: 20px;
}

.catalog__card .carousel__pagination {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog__card .carousel__pagination-items {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-height: 260px;
    overflow: hidden;
}

.catalog__card .carousel__pagination-item {
    cursor: pointer;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.catalog__card .carousel__pagination-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.catalog__card .carousel__pagination-item.active {
    border: 2px solid #f28e35;
}

.carousel__content {
    max-width: 400px;
    width: 100%;
}

.catalog__card .carousel__content img {
    border: 1px solid #25232280;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.catalog__card .carousel__button {
    background: #F5F5F5;
    border: none;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    
    transition: 0.3s ease;
}

.catalog__card .carousel__button:hover {
    background: #D9D9D9;
}

.catalog__card .category {
    color: #25232280;
    margin-bottom: 30px;
}

.catalog__card .category a {
    color: #252322;
    opacity: .5;
    
    transition: 0.3s ease;
}

.catalog__card .category a:hover {
    color: #f28e35;
    opacity: 1;
}

.catalog__card h1 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.catalog__card .subtext {
    color: #25232280;
}

.catalog__card .subtext span {
    color: #252322;
}

.catalog__card .disc {
    font-size: 18px;
    color: #252322;
    margin: 30px 0;
}

.catalog__card .price {
    color: #60CD50;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.catalog__card .btn-container {
    display: flex;
    gap: 10px 20px;
    align-items: center;
}

.catalog__card .btn-container a {
    color: #25232280;
    
    transition: 0.3s ease;
}

.catalog__card .btn-container a:hover {
    color: #f28e35;
}

.catalog__card .top aside {
    width: calc(100%/2 - 25px);
}

.catalog__card .sm {
    display: none;
}

.catalog__card .lg {
    display: flex;
    gap: 6px;
}

@media(max-width: 1024px) {
    .catalog__card .top aside {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    main.catalog__card {
        margin-top: 90px;
    }

    .catalog-detail main.catalog__card {
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    main.catalog__card {
        margin-top: 65px;
        padding-top: 40px;
    }

    .catalog-detail main.catalog__card {
        margin-top: 0;
        padding-top: 60px;
    }

    .catalog__card .category a {
        font-size: 14px;
    }

    .catalog__card .category {
        font-size: 14px;
    }

    .catalog__card .catalog__card h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .catalog__card .disc {
        margin: 20px 0;
        font-size: 16px;
    }

    .catalog__card .subtext {
        font-size: 14px;
    }

    .catalog__card .price {
        font-size: 16px;
    }

    .catalog__card .btn-container {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
    .catalog__card .carousel {
        flex-direction: column-reverse;
        align-items: center;
        gap: 15px;
    }

    .catalog__card .carousel__pagination {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .catalog__card .carousel__pagination-items {
        display: flex;
        flex-direction: row;
        gap: 8px;
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 5px;
        scrollbar-width: none;
        /* Firefox */
    }

    .catalog__card .carousel__pagination-items::-webkit-scrollbar {
        display: none;
        /* Chrome */
    }

    .catalog__card .carousel__pagination-item {
        flex: 0 0 70px;
        /* Fixed size for 3 items in row with spacing */
        height: 70px;
        border-radius: 10px;
    }

    .catalog__card .carousel__button {
        flex: 0 0 70px;
        height: 70px;
        min-width: unset;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .catalog__card .carousel__button i {
        transform: rotate(-90deg);
        font-size: 20px;
    }

    /* Container that holds thumbnails and button */
    .catalog__card .carousel__pagination-items-wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .catalog__card .sm {
        display: flex;
        gap: 6px;
    }

    .catalog__card .lg {
        display: none;
    }
}


/*BOTTOM*/
.catalog__card .bottom {
    margin-top: 60px;
}

.catalog__card .bottom__btns {
    display: flex;
    gap: 10px 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.catalog__card .bottom__btns button {
    border-radius: 10px;
    border: 1px solid #25232280;
    padding: 20px 40px;
    width: fit-content;
    text-transform: uppercase;
    background: transparent;
    font-weight: 600;
    color: #25232280;
    
    transition: 0.3s ease;
}

.catalog__card .bottom__btns button:hover {
    cursor: pointer;
    border: 1px solid #252322;
    color: #252322;
}

.catalog__card .bottom__btns button:active {
    color: #f28e35;
    border: 1px solid #f28e35;
}

.catalog__card .bottom__btns button.active {
    color: #f28e35;
    border: 1px solid #f28e35;
}

.catalog__card .bottom__disc {
    font-size: 18px;
    color: #252322;
}

.catalog__card .bottom__disc p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.catalog__card .bottom__disc p.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
}


.catalog__card .bottom__disc button {
    border: none;
    background: transparent;
    margin-top: 30px;
    color: #25232280;
    font-size: 18px;
    
    transition: 0.3s ease;
}

.catalog__card .bottom__disc button:hover {
    color: #f28e35;
    text-decoration: underline;
    cursor: pointer;
}

.catalog__card .bottom__specs table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #252322;
}

.catalog__card .bottom__specs td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.catalog__card .bottom__specs tr td:first-child {
    font-weight: 600;
    width: 40%;
    color: #555;
}

.catalog__card .hidden {
    display: none !important;
}

@media(max-width: 768px) {
    .catalog__card .bottom {
        margin-top: 40px;
    }

    .catalog__card .bottom__btns {
        margin-bottom: 20px;
        flex-direction: column;
        width: 100%;
    }

    .catalog__card .bottom__btns button {
        width: 100%;
    }

    .catalog__card .bottom__disc {
        font-size: 16px;
    }
}


.catalog__card .product__container {
    margin: 120px 0;
}

.catalog__card .product__container h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}
.catalog__card .product__card__category{
    transition: 0.3s ease;
}

.catalog__card .product__card__category:hover {
    color: #f28e35;
    cursor: pointer;
}

.catalog__card .product__card__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #60cd50;
}

.catalog__card .product__card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.5s ease forwards;
}

.catalog__card .products__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 18px;
}

.catalog__card .product__item {
    max-width: calc(100% / 4 - 15px);
    width: 100%;
}


.catalog__card .product__card__image {
    transition: 0.3s ease;
    border: 1px solid #25232280;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.catalog__card .product__item:hover .product__card__image {
    box-shadow: 4px 10px 30px #2523221A;
}

.catalog__card .product__card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #252322;
    margin-bottom: 15px;
}

.catalog__card .product__card__category {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: gray;
    margin-bottom: 15px;
}

.catalog__card .product__card__price {
    font-weight: 600;
    font-size: 18px;
    color: #60CD50;
}

@media (max-width: 768px) {
    .catalog__card .product__container {
        margin: 80px 0;
    }

    .catalog__card .product__container h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .catalog__card .product__item {
        max-width: calc(100% / 2 - 15px);
        width: 100%;
    }

    .catalog__card .product__card__title,
    .catalog__card .product__card__category,
    .catalog__card .product__card__price {
        font-size: 14px;
    }

    .catalog__card .product__card__title,
    .catalog__card .product__card__category {
        margin-bottom: 10px;
    }

    .catalog__card .product__card__image {
        margin-bottom: 15px;
    }
}

/*CATALOG CARD*/


/* PORTFOLIO &amp; BLOG CARD CSS */
/*MAIN*/
.main__container {
    margin-top: 190px;

}

.main__container .main__image {
    aspect-ratio: 12/5;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.main__container h1 {
    font-size: 42px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

.main__container p {
    font-size: 18px;
}

.main__section p {
    margin-top: 30px;
}

.main__section {
    margin-top: 30px;
}

.main__links {
    margin-bottom: 30px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.main__links li {
    color: #f28e35;
    margin-left: 1.5rem;
}

.main__links a {
    color: #f28e35;
    font-size: 18px;
    text-decoration: underline;
}

@media(max-width: 1024px) {
    .main__container {
        margin-top: 60px;
    }
}

@media(max-width: 768px) {
    .main__container .main__image {
        min-height: 335px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .main__container {
        margin-top: 63px;
    }

    .main__container p {
        font-size: 16px;
    }

    .main__section p {
        margin-top: 10px;
    }

    .main__section {
        margin-top: 20px;
    }

    .main__container h2 {
        font-size: 16px;
    }

    .main__container h1 {
        font-size: 24px;
    }

    .main__links {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main__links a {
        font-size: 16px;
    }
}

.blog--mb {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .blog--mb {
        margin-bottom: 80px;
    }
}

.catalog-empty {
    width: 100%;
    margin: 40px auto;
    padding: 28px 24px;

    text-align: center;

    border: 1px dashed #d6d6d6;
    border-radius: 12px;

    background: #fafafa;
}

.catalog-empty__text {
    font-size: 18px;
    line-height: 1.4;
    color: #555;
}


.catalog-empty__icon {
    font-size: 40px;
    margin-bottom: 12px;
}

/*PORTFOLIO &amp; BLOG CSS*/

.basket-empty {
    text-align: center;
    padding: 24px;
}

.basket-empty__icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.basket-empty__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.basket-empty__text {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.basket-empty__btn {
    display: inline-block;
}
/* End */


/* Start:/local/templates/main/js/magnific/magnific-popup.css?17760961276852*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/* End */
/* /local/templates/main/styles/global.css?177706015291513 */
/* /local/templates/main/js/magnific/magnific-popup.css?17760961276852 */
