@charset "UTF-8";

/* :not(:last-child) */
/* :nth-child(1n+0) */
.seclects-colors__tops {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #e1e1e1;
}

.seclects-colors__tops:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "";
    font-weight: 900;
    font-size: 18px;
    color: #555555;
    position: absolute;
    right: 10px;
    display: flex;
}

.seclects-colors__tops select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 0px;
    padding: 10px 15px;
    padding-right: 30px;
    position: relative;
}

.filter-colors__tops label {
    font-family: "AvertaStdCY-Bold";
}

.groups-search__colors {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 20px;
    background-color: #FFFFFF;
    border: solid 1px #e1e1e1;
    overflow: hidden;
    border-radius: 5px;
}

.groups-search__colors input {
    width: 100%;
    height: 100%;
    flex: 1;
    padding: 10px 15px;
    border: 0px;
    font-size: 16px;
}

.groups-search__colors input::placeholder {
    color: #979797;
}

.groups-search__colors button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    background-color: #ED1C24;
    height: 100%;
    border: 0px;
    min-width: 120px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.groups-search__colors button:hover,
.groups-search__colors button:focus {
    background-color: #b40f15;
}

.items-color__alls {
    padding: 15px;
    cursor: pointer;
    height: 100%;
}

.modal-content__colors {
    position: fixed;
    padding: 30px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.modal-content__colors .bg-modal__colors {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 5;
}

.active-modals__colors {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.active-modals__colors .modal-color__boxs {
    transform: unset;
}

.modal-color__boxs {
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: auto;
    top: 20%;
    min-height: 360px;
    z-index: 10;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all 0.3s;
}

.modal-color__boxs .tops-boxs__colors {
    padding: 15px 10px;
    border-bottom: solid 1px #FFFFFF;
}

.modal-color__boxs .tops-boxs__colors .titles-colors__modals {
    color: #FFFFFF;
}

.modal-color__boxs .tops-boxs__colors .close-box__colors {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.modal-color__boxs .intros-modal__colors {
    padding: 15px 20px;
    font-size: 16px;
}

.banner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #262262;
    opacity: 0.6;
    z-index: 1;
}

.banner .banner__group {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
}

.banner .banner__group h1 {
    font-family: "AvertaStdCY-Extrabold_1", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: -webkit-linear-gradient(-90deg, #8C060B -22%, #ED1C24 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .banner__group p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}