/*
Theme Name: School First
Author: Sizeoff
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: school_first
*/

.form__fieldset {
    cursor: pointer;
}
[data-name="file-716"],
.input_file {
    display: none;
}

.othernews .swiper-wrapper {
    gap: 20px;
}

.sectionswrapper .review {
    background-color: #F7F7F7;
}

.logo_stick {
    display: contents;
}

.advantages .advantages__items article:nth-child(4n+1) .advant__ico {
    background-color: var(--color-gray-light);
}
.advantages .advantages__items article:nth-child(4n+1) .advant__ico, 
.advantages .advantages__items article:nth-child(4n+1) .advant__title {
    color: var(--color-blue);
}

.advantages .advantages__items article:nth-child(4n+2) .advant__ico {
    background-color: #cbf8e5;
}
.advantages .advantages__items article:nth-child(4n+2) .advant__ico, 
.advantages .advantages__items article:nth-child(4n+2) .advant__title {
    color: var(--color-green);
}

.advantages .advantages__items article:nth-child(4n+3) .advant__ico {
    background-color: #ecdbfc;
}
.advantages .advantages__items article:nth-child(4n+3) .advant__ico, 
.advantages .advantages__items article:nth-child(4n+3) .advant__title {
    color: var(--color-violet);
}

.advantages .advantages__items article:nth-child(4n+4) .advant__ico {
    background-color: #ffcfb8;
}
.advantages .advantages__items article:nth-child(4n+4) .advant__ico, 
.advantages .advantages__items article:nth-child(4n+4) .advant__title {
    color: var(--color-orange);
}
/*
.advant--blue .advant__ico {
    background-color: #cbf8e5;
}
.advant--blue .advant__ico, .advant--blue .advant__title {
    color: var(--color-blue);
}

.advant--green .advant__ico {
    background-color: #cbf8e5;
}
.advant--green .advant__ico, .advant--green .advant__title {
    color: var(--color-green);
}

.advant--violet .advant__ico {
    background-color: #ecdbfc;
}
.advant--violet .advant__ico, .advant--violet .advant__title {
    color: var(--color-violet);
}

.advant--orange .advant__ico {
    background-color: #ffcfb8;
}
.advant--orange .advant__ico, .advant--orange .advant__title {
    color: var(--color-orange);
}
*/