/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.nav-teg a {
    display: inline-block;
    border: solid 2px #9a0202;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    font-weight: 700;
    margin-right: 10px;
}

.dropdown_wrap {
    width: 100%;
    position: relative;
}

.open-dropdown__wrap {
    border-radius: 6px;
    background-color: #fff;
    display: block;
    position: relative;
    border: 1px solid #aaaaaa;
    transition: border 0.3s ease-out, background-color 0.3s ease-out;
}

.dropdown_wrap--active .open-dropdown__wrap {
    border-radius: 6px 6px 0 0;
    background-color: #fdeded;
    border-color: #222;
}

.open-dropdown__wrap:before {
    content: '';
    position: absolute;
    bottom: 11px;
    right: 10px;
    line-height: 0;
    width: 13px;
    height: 13px;
    background: url('/upload/frontend/dropdown_icon.svg') no-repeat center/contain;
}

.dropdown_wrap--active .open-dropdown__wrap:before {
    transform: rotate(180deg);
}

.open-dropdown {
    margin: 0;
}

.open-dropdown__name {
    color: #888;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.open-dropdown input {
    cursor: pointer;
    background-color: transparent;
    position: relative;
    border: 0;
    outline: 0;
    font-size: 15px;
    line-height: 1;
    padding: 9px 27px 9px 10px;
    color: #222;
}

.dropdown_wrap__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #222;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    z-index: 1;
    padding: 5px 0;
    display: none;
}

.dropdown_wrap--active .dropdown_wrap__list {
    display: block;
}

.dropdown_wrap:has(.dropdown_wrap__list_inner--scroll) .dropdown_wrap__list {
    padding-right: 5px;
}

.dropdown_wrap__list_inner {
    max-height: 150px;
    overflow: hidden;
    position: static;
}

.dropdown_wrap__list_inner--scroll {
    overflow: auto;
    overflow-x: clip;
}

.dropdown_wrap__list_inner--scroll::-webkit-scrollbar {
    width: 6px;
}

.dropdown_wrap__list_inner--scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fdeded;
}

.dropdown_wrap__list_inner--scroll::-webkit-scrollbar-thumb {
    opacity: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9a0202;
    -webkit-box-shadow: inset 0 0 6px #9a0202;
}

.dropdown_item {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropdown_item:last-child {
    margin-bottom: 0;
}

.dropdown_item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -10;
}

.dropdown_item .box {
    width: 100%;
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    line-height: 1.1;
    transition: background-color 0.3s ease-out;
}

.dropdown_item .box span {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    transition: color 0.3s ease-out;
}

.dropdown_item input:checked + .box span {
    color: #9a0202;
    font-weight: 600;
}

body:has(.webfus-header) .notice {
    border-radius: 6px;
    overflow: hidden;
}

body:has(.webfus-header) .notice__image {
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:has(.webfus-header) .notice__image img {
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

body:has(.webfus-header) .notice__detail {
    line-height: 1.4;
}

.page {
    margin-top: 30px;
}

.page__head {
    margin-bottom: 30px;
}

.page__head h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.arrow_block__item {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #9a0202;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.arrow_block__item.slick-disabled {
    background-color: #fdeded;
    cursor: auto;
}

.arrow_block__item.slick-arrow:not(.slick-hidden) {
    display: flex;
}

.arrow_block__item svg {
    stroke: #fff;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    height: 2px;
    margin: 0;
}

.slick-dots:not(:has(li:nth-child(2))) {
    display: none;
}

.slick-dots li {
    width: 35px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 2px;
    background-color: rgba(93, 108, 123, 0.35);
    cursor: pointer;
    padding: 0;
    line-height: 0;
    font-size: 0;
    transition: all 0.3s ease-out;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #fff;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .dropdown_item:not(:has(input:checked)):hover .box {
        background-color: #fdeded;
    }

    .arrow_block__item:not(.slick-disabled):hover {
        background-color: #b80202;
    }
}

@media (max-width: 1199px) {
    .page__head h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .page {
        margin-top: 0;
    }

    .page__head h1 {
        font-size: 26px;
    }
}

@media (max-width: 499px) {
    .open-dropdown input {
        padding: 9px 22px 9px 7px;
    }

    .open-dropdown__wrap:before {
        right: 7px;
    }
}