@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


:root {
    --button--background: linear-gradient(94.83deg, #F16522 -3.5%, #F16522 85.91%, #00A14B 86.17%, #00A14B 103.44%);
    --button--background-hover: linear-gradient(94.83deg, #00A14B -3.5%, #00A14B 85.91%, #00A14B 86.17%, #00A14B 103.44%);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 16px;
}

nav ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

button[disabled] {
    cursor: auto;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #494949;
}
p {
    margin: 0 0 1em 0;
}
img {
  max-width: 100%;
  height: auto;
}
a, img {
  outline:none;
}
a:focus {
  outline:none;
}
.scroll_table {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.scroll_table table {
    margin: 0;
}
.wide_video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.wide_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
main table {
    border-collapse: collapse;
}
main table tr td,
main table tr th {
    border: 1px solid #3c3c3c;
    padding: 5px 10px;
}

main ul, main ol {
    margin: 5px 0 10px 0;
}
main ul li {
    list-style: disc outside;
    margin-left: 20px;
}
main ol li {
    list-style: decimal outside;
    margin-left: 20px;
}
main li ul li {
    list-style-type: circle;
    margin-left: 25px;
}

main li ol li {
    list-style-type: lower-latin;
    margin-left: 25px;
}

main li li li {
    list-style-type: square;
    margin-left: 30px;
}
.fa {
    margin-right: 10px;
}


.link_button {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.2em;    
    text-align: center;
    color: #ffffff;
    background:
        linear-gradient(114.83deg, #F16522 -3.5%, #F16522 87.91%, #00A14B 86.17%, #00A14B 103.44%), #00A14B;
    background-size: 100% 100%, 0% 100%;
    background-position: left center, right center;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .6875rem;
    transition: background-size .4s ease;
    text-decoration: none;
    padding: 1rem 3rem;
    margin: 20px 20px 20px 0;
}
.link_button:hover {
    background-size: 0% 100%, 100% 100%;
}

/* helpers */
.clear {
  clear:both;
}
.clearleft {
    clear: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.block_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pt10 {
  padding-top: 10px!important;  
}
.pt20 {
  padding-top: 20px!important;  
}
.pt30 {
  padding-top: 30px!important;  
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb30 {
  padding-bottom: 30px!important;  
}
.mt10 {
  margin-top: 10px!important;  
}
.mt20 {
  margin-top: 20px!important;  
}
.mt30 {
  margin-top: 30px!important;  
}
.mt50 {
  margin-top: 50px!important;  
}
.mt100 {
  margin-top: 100px!important;  
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}

/* Элементы */

.element-d {
    display: block;
    position: relative;
}
a.element-d:hover,
a.element-d:focus,
a.element-d:active {
    text-decoration: none;
}
.element-d__images {
    display: block;
    position: relative;
    border-radius: 0.25rem; /* 3/12 */
}
.element-d__images a,
.element-d__images figure,
.element-d__images img {
    border-radius: inherit;
}
.element-d__details > .detail-d_name,
.element-d__details > .details-d__enum > .detail-d_name {
    font-size: 1.16667rem; /* 14/12 */
}
.element-d_card,
.element-d_rowcard {
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem; /* 3/12 */
}
.element-d_card > .element-d__images,
.element-d_rowcard > .element-d__images {
    margin: 2px;
    margin-bottom: 0;
    border: inherit;
}
.element-d_card > .element-d__details,
.element-d_rowcard > .element-d__details,
.element-d_postcard > .element-d__details {
    padding: 0.83334rem; /* 10/12 */
}
.element-d_postcard > .element-d__details {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media (min-width: 576px) {

    .element-d_row,
    .element-d_rowcard {
        display: flex;
        max-width: 100%;
    }
    .element-d_row > .element-d__images,
    .element-d_rowcard > .element-d__images {
        flex: none;
        flex-basis: 20.83334rem; /* 250/12 */
        max-width: 20.83334rem; /* 250/12 */
    }
    .element-d_row > * {
        margin-right: 1.25rem; /* 15/12 */
    }
    .element-d_row > *:last-child {
        margin-right: 0;
    }
    .element-d_rowcard > .element-d__details {
        flex: auto;
    }
}

.element-d_shop_item > .element-d__details > *,
.element-d_shop_item > .element-d__details > .details-d__enum > * {
    margin-bottom: 0.83334rem; /* 10/12 */
}
.element-d_shop_item > .element-d__details > *:last-child,
.element-d_shop_item > .element-d__details > .details-d__enum > *:last-child {
    margin-bottom: 0;
}
.element-d_shop_item > .element-d__details > .detail-d_params,
.element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_params {
    color: #595959;
}
.element-d_shop_item > .element-d__details > .detail-d_anons,
.element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_anons {
    display: none;
}
._viewrows > .element-d_shop_item > .element-d__details > .detail-d_anons,
._viewrows > .element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_anons {
    display: block;
}
.element-d_shop_item > .element-d__details > .offer-d,
.element-d_shop_item > .element-d__details > .details-d__enum > .offer-d {
    margin-bottom: 0;
}
@media (min-width: 480px) {

    ._viewrows > .element-d_shop_item {
        display: grid;
        grid-template-columns: 15rem 1fr; /* 180/12 */
    }
    ._viewrows > .element-d_shop_item > .element-d__images {
        align-self: start;
        margin-bottom: 2px;
        margin-right: 0;
    }
    ._viewrows > .element-d_shop_item > .element-d__details {
        padding: 0.83334rem; /* 10/12 */
    }
}
@media (min-width: 576px) {

    ._viewrows > .element-d_shop_item {
        grid-template-columns: 20.83334rem 1fr; /* 250/12 */
    }
}
@media (min-width: 768px) and (max-width: 921px), (min-width: 1080px) {

    ._viewrows > .element-d_shop_item > .element-d__details {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    ._viewrows > .element-d_shop_item > .element-d__details > * {
        margin: 0;
    }
    ._viewrows > .element-d_shop_item .offer-d {
        margin-left: 0.83334rem; /* 10/12 */
        padding-left: 0.83334rem; /* 10/12 */
        border-left: 1px solid #dfdfdf;
    }
}


.element-d_message {
    display: flex;
    max-width: 100%
}
.element-d_message > * {
    margin-right: 1.25rem; /* 15/12 */
}
.element-d_message > *:last-child {
    margin-right: 0;
}
.element-d_message > .element-d__images {
    flex: none;
}
.element-d_message > .element-d__images .account-d__images {
    margin-right: 0;
}
.element-d_message > .element-d__details,
.element-d_message > .element-d__details > .details-d__enum {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.element-d_message > .element-d__details > *,
.element-d_message > .element-d__details > .details-d__enum > * {
    flex: auto;
    flex-basis: 100%;
    margin-bottom: 0.66667rem; /* 8/12 */
}
.element-d_message > .element-d__details > *:last-child,
.element-d_message > .element-d__details > .details-d__enum > *:last-child {
    margin-bottom: 0;
}
.element-d_message > .element-d__details > *:empty,
.element-d_message > .element-d__details > .details-d__enum > *:empty {
    display: none;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .detail-d_date,
.element-d_message > .element-d__details > .detail-d_account,
.element-d_message > .element-d__details > .detail-d_actions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_date,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_actions {
    flex: initial;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .detail-d_account,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account {
    margin-right: auto;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name {
    font-size: 1.33334rem; /* 16/12 */
}
.element-d_message > .element-d__details > .detail-d_account .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account .detail-d_name {
    font-size: unset;
}
.element-d_message > .element-d__details > .detail-d_actions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_actions {
    margin-right: 1.25rem; /* 15/12 */
}
.element-d_message > .element-d__details > .detail-d_functions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_functions {
    margin-bottom: 0;
}

@media (min-width: 480px) {

    .element-d_col,
    .element-d_col > .element-d__details {
        display: grid;
        grid-auto-flow: column;
        gap: 1.25rem; /* 15/12 */
        align-items: center;
    }
    .element-d_col > .element-d__details > * {
        margin-bottom: 0;
    }
}
@media (min-width: 480px) and (min-width: 576px) {

    .element-d_col,
    .element-d_col > .element-d__details {
        gap: 2.5rem; /* 30/12 */
    }
}
.element-d_col > .element-d__details > .detail-d:before {
    display: block;
    margin-bottom: 0.41667rem; /* 5/12 */
    font-weight: 700;
    content: attr(title);
}
@media (min-width: 480px) {

    .element-d_col > .element-d__details > .detail-d:before {
        display: none;
    }
}
.element-d_col > .element-d__details > .detail-d_count,
.element-d_col > .element-d__details > .detail-d_author {
    display: none;
}
.element-d_col_head {
    padding-bottom: 0.41667rem; /* 5/12 */
    font-size: 0.83334rem; /* 10/12 */
}
@media (max-width: 479px) {

    .element-d_col_head {
        display: none;
    }
}
.element-d_col_head._tile {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.element-d_col_head > .element-d__details > * {
    font-size: inherit;
}

.element-d_forum_sec._tile,
.element-d_forum_cat._tile {
    border-color: #ebebeb;
}
.element-d_forum_sec._tile._isnew,
.element-d_forum_sec._tile._unread,
.element-d_forum_cat._tile._isnew,
.element-d_forum_cat._tile._unread {
    border-color: #fdede8;
}
.element-d_forum_sec._tile._blocked,
.element-d_forum_cat._tile._blocked {
    border-color: #dfdfdf;
}
@media (min-width: 480px) {

    .element-d_forum_sec > .element-d__details {
        grid-auto-columns: 1fr 4.16667rem 16.66667rem; /* 50/12 200/12 */
    }
    .element-d_forum_sec > .element-d__details > .detail-d_count {
        display: block;
    }
    .element-d_forum_cat {
        grid-auto-columns: 1fr 8.33334rem;/* 100/12 */
    }
    .element-d_forum_cat > .element-d__details {
        grid-auto-columns: 1fr 16.66667rem; /* 200/12 */
    }
}
@media (min-width: 1200px) {

    .element-d_forum_cat > .element-d__details {
        grid-auto-columns: 1fr 4.16667rem 12.5rem 16.66667rem; /* 50/12 150/12 200/12 */
    }
    .element-d_forum_cat > .element-d__details > .detail-d_count,
    .element-d_forum_cat > .element-d__details > .detail-d_author {
        display: block;
    }
}

@media (max-width: 575px) {

    .element-d_news_item .detail-d_anons,
    .element-d_clauses_item .detail-d_anons {
        display: none;
    }
}

/* Список */

._list > * {
    margin-bottom: 0.83334rem /* 10/12 */
}
._list > *:last-child {
    margin-bottom: 0;
}



/* Вид */

._viewrows > * {
    margin-bottom: 0.83334rem; /* 10/12 */
}
._viewrows > *:last-child {
    margin-bottom: 0;
}

._viewgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10.83334rem, 1fr)); /* 130/12 */
    gap: 0.83334rem; /* 10/12 */
    align-items: start;
}
@media (min-width: 420px) {

    ._viewgrid {
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr)); /* 180/12 */
    }
}

._viewcollapse {

}


/* Указатель следующий/предыдущий */

.prevnext-d {
    margin-top: 2.5rem; /* 30/12 */
    padding-top: 1.25rem; /* 15/12 */
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    font-size: 0.93334rem;
}
.prevnext-d__prev,
.prevnext-d__next {
    position: relative;
}
.prevnext-d__icon {
    position: absolute;
    top: 0.25rem; /* 3/12 */
    line-height: 1;
    vertical-align: middle;
}
.prevnext-d__prev {
    padding-left: 2.5rem; /* 30/12 */
    float: left;
}
.prevnext-d__prev .icon-d {
    margin-right: 1.25rem; /* 15/12 */
    left: 0;
}
.prevnext-d__next {
    padding-right: 2.5rem; /* 30/12 */
    float: right;
}
.prevnext-d__next .icon-d {
    margin-left: 1.25rem; /* 15/12 */
    right: 0;
}



/* Показать ещё */

.showmore-d {
    grid-column: 1 / -1;
    align-self: end;
    margin-top: 2.5rem; /* 30/12 */
    text-align: center;
}
.showmore-d .button-d,
.showmore-d [type='reset'],
.showmore-d [type='submit'] {
    margin-top: 0;
}
/*-------Ошибки--------*/
.show_all
{
    padding: 20px 0;
    margin-top: 1.25rem; /* 15/12 */
    margin-bottom: 5rem; /* 60/12 */
}
.show_all:last-child {
    margin-bottom: 0;
}
.show_all a {
    display: inline-block;
    padding: 0.41667rem 0.83334rem; /* 5/12 10/12 */
    vertical-align: middle;
    transition: all .2s;
}
.previous_next_links
{
    padding-top: 40px;
    height: 40px;
}

.previous_link
{
    width: 40%;
    float: left;
}

.next_link
{
    width: 40%;
    float: right;
    text-align: right;
}

.errors{
    padding: 0.5em 1em;
    color: red;
    margin: 0.5em 0 10px;
    font-size: 0.9em;
}

.error_message,.error {
    position: absolute;
    padding: 5px 18px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: #fff;
    opacity: 0.95;
    z-index: 10;
}

.captcha ul{
    list-style-type: none;
}
.captcha_enter {
    font-weight: bold;
}
.infoform{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.required_field{
    font-size: 0.9em;
    margin-top: 10px;
}
.inpattachment{
    padding-bottom: 5px;
}
.attachment{
    padding-bottom: 5px;
}
.paginator
{
    text-align:center;
    margin: 20px;
}

.paginator a:link, .paginator a:visited, .paginator span
{
    margin: 0 5px;
}


/* Дата */

.date-d {
    font-size: 0.93334rem; /* 10/12 */
}


.element-d_news_item {
    margin-bottom: 30px;
}
.element-d_news .detail-d_date {
    margin-bottom: 15px;
    font-weight: 600;
}
.element-d_news .detail-d_name {
    margin-bottom: 10px;
}

.section-d_news_id .date-d {
    margin-bottom: 10px;
    font-weight: 600;
}


/* 1920px+ - десктоп (базовые стили) */
.wrapper {
    max-width: 90rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header {    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 999;
    color: #616161;
    position: relative;
}

.header_color-white {
    color: #ffffff;
    position: absolute;
}

.header .wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.2319rem 0 .7181rem;
    border-bottom: .125rem solid #494949;
}

.header_color-white .wrapper {
    border-bottom: .125rem solid #ffffff;
}

.logo img {
    width: 7.625rem;
    height: auto;
}

.logo_white {
    display: none;
}

.header_color-white .logo_white {
    display: block;
}

.header_color-white .logo_blue {
    display: none;
}

.main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu__list {
    display: flex;
    flex-direction: row;
    gap: 1.375rem;
}

.menu__child-list {
    display: none;
    position: absolute;
    flex-direction: column;
    padding: 2.4375rem 0 1rem;
    left: -0.75rem;
}
.start-page .menu__child-list li {
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 0 .75rem .75rem;
}
.inner-page .menu__child-list li {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 .75rem .75rem;
}

.menu__parent,
.menu__child {
    position: relative;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1em;
    transition: font-weight 0.3s ease;
    white-space: nowrap;
    text-shadow: 0 0 0 transparent; /* Невидим, однако оставляет заметный след */
}
.menu__parent  > a {
    height: 20px;
    overflow: hidden;
}
.menu__list a {
    text-decoration: none;
    color: inherit;
    transition: all ease 0.3s;
    display: flex;
    flex-direction: column;
}
.menu__list a::after {
  content: attr(data-text);
  visibility: hidden; /* Сейчас неотличим от фона */
  font-weight: 600; /* Но уже "тренирован" для будущего состояния */
}

.menu__parent:hover > a,
.menu__child:hover > a {
    font-weight: 600;
    /*text-shadow: 0 0 4px white;*/
}

.menu__parent:hover .menu__child-list {
    display: flex;
}

.mobile__menu {
   position: fixed;
   right: 22px;
   top: 28px;
   z-index: 9999;
   width: 36px;
   display: none;
   line-height: 5px;
}
.mobile__menu.active {
   z-index: 9999;
}
.mobile__menu span {
   display: inline-block;
   height: 6px;
   width: 36px;
   border: 1px solid #77797a;
   background: #FFFFFF;
   margin-bottom: 6px;
   transition: all .3s;
}
.inner-page .mobile__menu span {
   border: 1px solid #FFFFFF;
   background: #1F82C1; 
}
.mobile__menu.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.mobile__menu.active span:nth-of-type(2) {
  opacity: 0;
}
.mobile__menu.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.no-scroll {
    position: fixed; /* позиционируем чтобы исчез скролл */
    width: 100%; /* чтобы верстка не складывалась по ширине */
}



.header__items {
    display: flex;
    flex-direction: row;
    gap: 2.4375rem;
}

.search {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5625rem;
    transition: display 0.5s ease;
    z-index: 9;
}

.search__input {
    display: none;
    max-width: 4.625rem;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.333em;
    
    color: #616161;
    transition: display 1s ease;
}

.search__input::placeholder {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.333em;
    
    color: #616161;
}

/*.search:hover .search__input {
    display: block;
}*/

.search__form {
    border: 2px solid #1F82C1;
    background-color: #ffffff;
    height: 2.5rem;
    width: auto;
    min-width: 2.5rem;
    max-width: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    padding: 0 .5rem;
}

.header_color-white .search__form {
    border: none;
}

.search__text {
    display: flex;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.111em;
    
    color: #494949;
    transition: display 1s ease;
}

.search:hover .search__text {
    /*display: none;*/
}

.header_color-white .search__text {
    color: #ffffff;
}

.profile {
    gap: .5625rem;
    z-index: 9;
}

.profile__icon {
    border: 2px solid #1F82C1;
    background-color: #ffffff;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}

.header_color-white .profile__icon {
    border: none;
}

.profile__text {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.111em;
    
    color: #494949;
}

.header_color-white .profile__text {
    color: #ffffff;
}


.hero {
    overflow: hidden;
    height: 62.5rem;
    background-color: rgb(79, 89, 100);
}

.hero-slide .wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 15.875rem 0 0;
    z-index: 2;
    /* height: 28.375rem; */
    gap: 3.0625rem;
}

.hero__swiper .hero-slide {
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.hero-slide__banner {
    position: absolute;
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
    filter: brightness(50%);
    z-index: -1;
}

.hero-slide__title {
    font-weight: 700;
    font-size: 4.125rem;
    line-height: 1.212em;
    
    color: #ffffff;
    height: 21.5625rem;
}

.hero-slide__buttons {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.btn {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 0.909em;
    
    text-align: center;
    color: #ffffff;
    background:
        linear-gradient(114.83deg, #F16522 -3.5%, #F16522 85.91%, #00A14B 86.17%, #00A14B 103.44%), #00A14B;

    background-size: 100% 100%, 0% 100%;
    background-position: left center, right center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .6875rem;
    width: 21.375rem;
    height: 3.75rem;

    transition: background-size .4s ease;
    text-decoration: none;

}

.btn-small {
    height: 3.625rem;
    width: 13.75rem;
    font-size: 1.25rem;
}

.btn:hover {
    background-size: 0% 100%, 100% 100%;
}

.hero__swiper-bottom {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.hero__swiper-bottom .wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 3.8931rem 0 0;
    z-index: 2;
    /* height: 28.375rem; */
    /* gap: 3.0625rem; */
}

.hero__swiper-controls {
    width: 100%;
    /* position: relative; */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .875rem;
}

.hero__swiper-controls-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2.0625rem;
    align-items: center;
    /* height: 2.5625rem; */
}

.line {
    width: 100%;
    height: .125rem;
    background-color: #ffffff;
}

.hero__swiper .swiper-pagination {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1em;
    letter-spacing: 20%;
    color: #ffffff;
}

.hero__swiper .swiper-button-next {}

.hero__swiper .swiper-button-prev {}

.hero__swiper .swiper-button-next,
.hero__swiper .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.5625rem;
    width: 2.5625rem;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.hero__swiper .swiper-button-next svg,
.hero__swiper .swiper-button-prev svg {
    width: 1rem;
    height: .9375rem;
}

.hero__swiper .swiper-button-next::after,
.hero__swiper .swiper-button-prev::after {
    content: '';
}

.nearest-event {
    display: flex;
    flex-direction: column;
    gap: .6875rem;
}

.nearest-event__header {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

.nearest-event__label {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: .909em;
    
    color: #ffffff;
}

.nearest-event__date {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: .909em;
    
    color: #ffffff;
}

.nearest-event__title {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.269em;
    
    color: #ffffff;
}

.nearest-event__footer {
    display: flex;
    flex-direction: row;
}

.nearest-event__link {
    background-color: #1F82C1;
    height: 2.5rem;
    width: 6.125rem;
    border-radius: .6875rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25em;
    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
}

h1 {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1em;    
    color: #1F82C1;
    margin-bottom: 3.125rem;
    text-align: left;
}
h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1em;    
    color: #1F82C1;
    margin-top: 1.125rem;
    margin-bottom: 1rem;
    text-align: left;
}
h3 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1em;    
    color: #1F82C1;
    margin-top: 1rem;
    margin-bottom: 0.875rem;
    width: 100%;
    text-align: left;
}

.main-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.25rem;
}

.main-about .wrapper {
    gap: 2rem;
}

.main-about p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    margin-bottom: .625rem;
}

.main-advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7rem;
}

.main-advantages .wrapper {
    gap: 8rem;
    align-items: center;
}

.main-advantages .section__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.25rem 9.125rem;
}

.main-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.375rem;

}

.main-advantages__image {
    width: auto;
    height: 5.75rem;
}

.main-advantages__text {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    
    text-align: center;
    max-width: 21.375rem;
}

.main-advantages .btn {
    margin-top: -0.75rem;
}

.main-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7.375rem;
}

.main-news .wrapper {
    gap: 4.375rem;
    align-items: center;
}

.main-news .section__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.news-card {
    display: flex;
    flex-direction: column;
}

.news-card:not(:last-child) {
    border-right: .0625rem solid #494949;
}

.news-card .news-card__title {
    padding: .8125rem .9375rem 0;
    border-top: .0625rem solid #494949;
    border-bottom: .0625rem solid #494949;
    height: 14.6875rem;

    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    
    color: #494949;
}

.news-card__meta {
    padding: 2.375rem .9375rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.news-card__image {
    max-width: 28.125rem;
    margin: 2.375rem auto 0;
    border-radius: 1.375rem;
    overflow: hidden;
}

.news-card__date {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    

}

.news-card__link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.666em;
    
    text-decoration: underline;
    color: #1F82C1;
}

.news-card__link::before {
    content: '';
    display: inline-block;
    width: 1.9375rem;
    height: 1.75rem;
    background-image: url('/libs/img/blue_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .9375rem;
    vertical-align: middle;
}

.main-news .btn {
    margin-top: 2.5rem;
}

.main-events {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7.375rem;
}

.main-events .wrapper {
    gap: 4.375rem;
    align-items: center;
}

.main-events .section__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.events-card {
    display: flex;
    flex-direction: row;
    border-top: .0625rem solid #494949;
    /* padding: 2.3125rem 0; */
}

.events-card:last-child {
    border-bottom: .0625rem solid #494949;
}

.events-card__image {
    width: 27.5rem;
    height: 19.25rem;
    object-fit: cover;
    /* margin: 2.375rem auto 0; */
    border-radius: 1.375rem;
    margin: 2.3125rem 2.1875rem 2.3125rem 0;
}

.events-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .9375rem;
    border-left: .0625rem solid #494949;
    padding: 2.3125rem 0 2.3125rem .9375rem;
}

.events-card__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: -4%;
    color: #494949;
}

.events-card__link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875em;
    
    text-decoration: underline;
    margin-left: 1.875rem;
    color: #1F82C1;
}

.events-card__bottom {
    display: flex;
    flex-direction: row;
    gap: 6.875rem;
}

.events-card__meta {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 1.0625rem;
}

.events-card__date {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    margin-bottom: .4375rem;
}

.events-card__price {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    color: #1F82C1;
}

.events-card__price span {
    font-weight: 700;
    margin-left: .875rem;
}

.events-card__button {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.events-card__stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8125rem;
    background-color: #00A14B;
    border-radius: 1.375rem;
    padding: 3.1875rem;
    margin: 2.3125rem 0 2.3125rem 1.5rem;
}

.events-card__stats p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .625rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    color: #FFFFFF;
    white-space: nowrap;
}

.events-card__stats p span {
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 0.466em;
    letter-spacing: 3%;
}

.main-events .wrapper>.btn {
    margin-top: 2.125rem;
    margin-bottom: 7.125rem;
}

.membership-block {
    width: 100%;
    /* background: radial-gradient(69.78% 136.95% at 42.77% 160.66%, #BDE3F6 0%, #B0DDF3 9%, #47AEE3 51%, #346397 100%) */
    background: url('/libs/img/banner.svg');
    display: flex;
    justify-content: center;
    position: relative;
    /* нужно для псевдоэлемента */
    overflow: hidden;
}

.button-wrapper {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1927px;
    height: 454px;
    background: white;
    transform: translateX(-50%);
    /* инверсия: вырезаем верх блока, оставляем низ белым */
    clip-path: path("M0,0 H1927 V455 H0 Z M1927 0H1303.44H844.843L0 0V455L641.083 455C674.167 455 705.527 440.242 726.615 414.748L742.004 396.143C763.091 370.649 794.452 355.891 827.536 355.891H1100.57C1133.31 355.891 1164.37 370.343 1185.46 395.383L1202.42 415.508C1223.51 440.548 1254.58 455 1287.31 455H1927V0Z");
    /* правило evenodd даст белый именно снаружи */
    clip-rule: evenodd;
    z-index: 0;

}

.membership-content {
    width: 1927px;
    height: 455px;
    color: #FFFFFF;
    text-align: center;
    padding: 3.75rem 0 0;
    clip-path: path("M1927 3.81889e-05H1303.44H844.843L0 0V455L641.083 455C674.167 455 705.527 440.242 726.615 414.748L742.004 396.143C763.091 370.649 794.452 355.891 827.536 355.891H1100.57C1133.31 355.891 1164.37 370.343 1185.46 395.383L1202.42 415.508C1223.51 440.548 1254.58 455 1287.31 455H1927V3.81889e-05Z");
    position: relative;
    z-index: 1;
    /* перекрывает белый фон */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    /* justify-content: space-between; */
    font-weight: 700;
    
}

.membership-content h2 {
    font-size: 2.5rem;
    line-height: 1.25em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.membership-content p {
    font-size: 1.25rem;
    line-height: 1.5em;
    color: #FFFFFF;
}

.membership-content h3 {
    font-size: 2.5rem;
    line-height: 1.25em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.button-wrapper .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer {    
    background: #fff;
    color: #616161;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 13.125rem;
}

.footer hr {
    width: 100%;
    color: #494949;
    border-left-color: #494949;
    border-right-color: #494949;
    border-top-color: #494949;
    border-bottom-color: #494949;
    border-width: 0;
    border-top-width: .0625rem;
}

.footer .wrapper {
    padding: 1.2319rem 0 .7181rem;
    align-items: center;
}

.footer__top {
    max-width: 62.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    margin-bottom: 3.75rem;
}

.footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 7.5rem;
}

.footer__menu-item {
    line-height: 1.25em;
}

.footer__menu-link {
    color: #616161;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__menu-link:hover {
    text-decoration: underline;
}

.footer__social {
    display: flex;
    gap: 1.3125rem;
}

.footer__social-link {
    width: 2.9531rem;
    height: 2.9531rem;
    display: inline-block;
    border-radius: .6563rem;
    background: #f3f4f6;
    /* светло-серый фон */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    transition: background-color 0.3s;
}

.footer__social-link:hover {
    background-color: #e2e3e5;
}

.footer__social-link--telegram {
    background-image: url("/libs/img/tg.svg");
}

.footer__social-link--vk {
    background-image: url("/libs/img/vk.svg");
}

.footer__social-link--r {
    background-image: url("/libs/img/rutube.svg");
}

.footer__middle {
    max-width: 62.5rem;
    width: 100%;
    line-height: 1.875em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.625rem;
}

.footer__info-text {
    color: #616161;
    text-decoration: none;
}

.footer__info-link {
    color: #616161;
    text-decoration: underline;
}


.footer__bottom {
    max-width: 62.5rem;
    width: 100%;
    margin-top: 4.75rem;
    margin-bottom: 2.375rem;
    display: flex;
    flex-direction: column;
    gap: 2.5625rem;
}

.footer__bottom .footer__links .footer__link:nth-child(1) {
    grid-column: span 2;
}

.footer__links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer__link {
    color: #616161;
    text-decoration: underline;
    transition: color 0.3s;
}

.footer__copy {
    color: #616161;
    font-size: 1rem;
}

.footer__copy-link {
    color: #616161;
    text-decoration: underline;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.breadcrumbs .wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.2319rem 0 .7181rem;
}

.breadcrumbs-d {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-d {
    margin-right: 10px;    
    color: #494949;
    line-height: 1.75rem;    
}


.breadcrumb-d a:link,
.breadcrumb-d a:visited {
    color: #494949;
    text-decoration: none;
    padding-right: 5px;
}

.breadcrumb-d a:hover,
.breadcrumb-d a:active {
    text-decoration: underline;
}
.breadcrumbs-d > span:first-child {
    margin-left: 0;
}
.breadcrumbs-d > span:last-child {
    color: #494949;
    opacity: .5;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    min-height: 28.125rem;
}

.content.kalendar-meropriyatij {
    margin-bottom: 9.25rem;
}

.content.shkoly-ismp {
    margin-bottom: 4.75rem;
}

.content.nasci-segodnya {
    margin-bottom: 10.0625rem;
}

.content.istoria-nasci {
    margin-bottom: 10.5rem;
}

.content.struktura-nasci {
    margin-bottom: 18.3125rem;
}


.filters {
    position: relative;
}

.filters-container {
    /* max-width: 1000px; */
    margin: 0 auto;
    background: white;
    border-radius: .6875rem;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    /* padding: 24px; */
}

.filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: .0625rem solid #eaeef2;
}

.filters-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a1a1a;
}

.filters-grid {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.filter-item {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5em;
    
    color: #494949;

    cursor: pointer;
    transition: all 0.2s ease;
    /* border: 1px solid #eaeef2; */
}

.filter-item-active {
    color: #1F82C1;
}

.filter-item:hover {
    text-decoration: underline;
}

.filter-label {
    /* font-size: 14px;
            color: #666;
            margin-bottom: 6px; */
}

.filter-value {
    /* font-size: 16px;
            font-weight: 500;
            color: #1a1a1a; */

}

.date-filter .filter-value {
    /* color: #2196f3; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-decoration: underline;
}

.date-filter .filter-value svg {
    width: 1.25rem;
    height: 1.4375rem;
    margin-top: .3125rem;
}

.sort-filter .filter-value {
    /* color: #2196f3; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-decoration: underline;
}

.sort-filter .filter-value svg {
    width: 1.25rem;
    height: 1.4375rem;
    margin-top: .3125rem;
}

.sort-filter__items {
    display: none;
    transition: display .5s linear;
    gap: 1.25rem;
}

.sort-filter__item {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.666em;
    
    text-decoration: underline;
    color: #C2C2C2;
}

.sort-filter__item-active {
    color: #4A4A4A;
}

.close-sort {
    margin-left: .4375rem;
}

/* Затемнение фона */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(73, 73, 73, 0.6);
    display: none;
    z-index: 999;
}

.scroll-disable {
    margin: 0;
    height: 100%;
    overflow: hidden
}

/* Модальное окно с календарем */
.calendar-modal {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -30px);
    /* left: 0; */
    background: white;
    border-radius: .75rem;
    box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 20rem;
    display: none;
    /* overflow: hidden; */
}

.calendar-header {
    /* background: #2196f3;
            color: white;
            padding: 20px;
            text-align: center; */
    position: relative;

}

.calendar-title {
    font-size: 1.125rem;
    font-weight: 500;
}

.close-calendar {
    position: absolute;
    right: -2.875rem;
    top: -1rem;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
    font-size: 3.125rem;
    z-index: 99999;
}

.calendar-body {
    /* padding: 20px; */
}

.calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: .75rem 2.4375rem;
    background-color: #D9D9D9;
    border-radius: .6875rem .6875rem 0 0;
}

.nav-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 1rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
}

/* .nav-button:hover {
            background: #f5f5f5;
        } */

.current-month {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2em;
    color: #494949;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    /* margin-bottom: 8px; */
    font-weight: 400;
    color: #666;
    font-size: 1.125rem;
    line-height: 2em;
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding: 0 1.25rem 0;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .25rem;
    padding: 0 1.25rem 1.25rem;
}

.calendar-day {
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 2em;
}

.calendar-day.today {
    color: #00A14B;
    font-weight: 600;
}

.calendar-day.highlighted {
    color: #00A14B;
}

.calendar-day:hover {
    background: #f5f5f5;
}

.calendar-day.selected {
    background: #00A14B;
    color: white;
}

.calendar-day.other-month {
    /* color: #ccc; */
    opacity: 0;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.calendar-actions {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    border-top: .0625rem solid #eaeef2;
    gap: .625rem;
}

.action-button {
    padding: .5rem 1rem;
    border-radius: .375rem;
    cursor: pointer;
    font-weight: 500;
    border: none;
    transition: all 0.2s;
}

.apply-button {
    background: #2196f3;
    color: white;
}

.apply-button:hover {
    background: #0d8aee;
}

.cancel-button {
    background: #f5f5f5;
    color: #666;
}

.cancel-button:hover {
    background: #e5e5e5;
}

.events {
    display: flex;
    flex-direction: column;
    margin-top: 3.625rem;
    margin-bottom: 3.6875rem;
}

.event__item {
    display: flex;
    flex-direction: row;
    height: 14.9375rem;
    border-bottom: .0625rem solid #C2C2C2;
}

.event__item:first-child {
    border-top: .0625rem solid #C2C2C2;
}

.event__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 2.5625rem;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.44em;
    
    white-space: nowrap;
    border-right: .0625rem solid #C2C2C2;
    width: 21.375rem;
    min-width: 21.375rem;
}

.event__date time {
    color: #F16522;
}

.event__date p {
    color: #00A14B;
}

.event__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    
    padding: 0 1.5rem;
}

.event__content h3 {
    color: #00A14B;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    
    /* padding: 0 1.5rem; */
}

.event__content p {
    color: #494949;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    
    /* padding: 0 1.5rem; */
}

.event__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.125rem;
    /* position: relative; */
}

.event__buttons.event__buttons-sub .btn {
    margin-top: 3.375rem;
}

.event__buttons span {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    color: #1F82C1;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: .75rem;
    /* margin-bottom: 9.25rem; */
}

.pagination__buttons {
    display: flex;
    flex-direction: row;
    gap: 2.5625rem;
}

.pagination__buttons button:hover svg path {
    fill: #E28800;
}

.pagination__first,
.pagination__prev {
    transform: rotate(180deg);
}

.pagination__first svg:first-child {
    margin-right: -0.25rem;
}

.pagination__last svg:last-child {
    margin-left: -0.25rem;
}

.pagination__pages {
    display: flex;
    flex-direction: row;
    gap: 3.125rem;
}

.pagination__page {
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.941em;
    letter-spacing: 3%;
    text-align: center;
    color: #C2C2C2;
}

.pagination__page:hover {
    color: #E28800;
}

.pagination__page-current {
    color: #494949;
}

.schools {
    display: flex;
    flex-direction: column;
    margin-top: 3.625rem;
    margin-bottom: 2.125rem;
}
.schools p {
    margin: 0;
}

.school-card {
    display: flex;
    flex-direction: row;
    border-top: .0625rem solid #494949;
    /* padding: 2.3125rem 0; */
}

.school-card:last-child {
    border-bottom: .0625rem solid #494949;
}

.school-card__image {
    width: 28.8125rem;
    /* height: 23.1875rem; */
    height: auto;
    object-fit: cover;
    /* margin: 2.375rem auto 0; */
    border-radius: 1.375rem;
    margin: 2.3125rem 1.875rem 2.3125rem 0;
}

.school-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .9375rem;
    /* border-left: .0625rem solid #494949; */
    padding: 2.3125rem 1.5rem 2.3125rem 0;
}

.school-card__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: -4%;
    color: #494949;
}

.school-card__subtitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.444em;
    
    color: #494949;
}

.school-card__link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.666em;
    
    text-decoration: underline;
    margin-left: auto;
    margin-top: -1rem;
    color: #1F82C1;
}

.school-card__bottom {
    display: flex;
    flex-direction: row;
    gap: 1.875rem;
}

.school-card__meta {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: .3125rem;
}

.school-card__date {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.636em;
    
    color: #00A14B;
}

.school-card__place {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.636em;
    
    color: #F16522;
}

.school-card__format {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.636em;
    
    color: #F16522;
}

.school-card__time {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.636em;
    
    color: #1F82C1;
}

.school-card__time p {
    margin-right: 3.0625rem;
}

.school-card__time time {
    margin-right: .375rem;
}

.school-card__time time,
.school-card__time span {
    font-weight: 700;
    font-size: 1.375rem;
}

.school-card__programm,
.school-card__license {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    color: #1F82C1;
    text-decoration: none;
}

.school-card__programm:hover,
.school-card__license:hover {
    text-decoration: underline;
}

.school-card__button {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.school-card__info {
    margin: 2.3125rem 0;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.school-card__stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8125rem;
    background-color: #00A14B;
    border-radius: 1.375rem;
    padding: 2.3125rem;
}

.school-card__stats p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .625rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    
    color: #FFFFFF;
    white-space: nowrap;
}

.school-card__stats p span {
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 0.466em;
    letter-spacing: 3%;
}

.today-about {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6875rem;
    margin-top: 2.75rem;
    margin-bottom: 7.4375rem;
}

.today-about__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.6875rem;
    max-width: 28.75rem;
    width: 100%;
}

.today-about__logo {
}
.today-about__stats p {
    margin: 0;
}
.today-about__description {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.444em;
    
    color: #494949;
}

.today-about__stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.today-about__stat {
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    justify-content: end;
    gap: 2.5625rem;
    border-radius: 1.375rem;
    width: 13.75rem;
    /* width: 100%; */
    height: 14.75rem;
    /* height: 100%; */
    padding: 0 2.8125rem 1.5rem;
    text-align: center;
}



.today-about__stat:nth-child(even) {
    background-color: #00A14B;
}

.today-about__stat:nth-child(odd) {
    background-color: #F16522;
}

.today-about__stat p:first-child {
    font-weight: 700;
    font-size: 3.4375rem;
    line-height: 0.472em;
    
    color: #ffffff;
}

.today-about__stat p:last-child {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.333em;
    
    color: #ffffff;
}

.today-content {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin-bottom: 8.625rem;
}

.today-content_reverse {
    flex-direction: row-reverse;
}

.today-content__left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.text__banner {
    border-radius: 1.375rem;
    background-color: #D9D9D9;
    padding: 1.1875rem 2.25rem 1.6875rem;
}

.text__banner p {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;
    
    color: #494949;
}

.text__banner p span {
    color: #00A14B;
}

.text__content p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.444em;
    
    color: #494949;
}

.text__content p span {
    font-weight: 700;
}

.text__content a {
    color: #494949;
}

.today-content__right {
    position: relative;
    width: 28.9375rem;
    height: 21.25rem;
}

.today-content__right img {
    width: 28.9375rem;
    height: 21.25rem;
    clip-path: path("M463 234.08C463 246.23 453.15 256.08 441 256.08H241C228.85 256.08 219 265.93 219 278.08V318C219 330.15 209.15 340 197 340H22C9.84973 340 0 330.15 0 318V22C0 9.84974 9.84974 0 22 0H441C453.15 0 463 9.84974 463 22V234.08Z");
}

.today-content__right .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.istoria-content {
    display: flex;
    flex-direction: column;
    gap: 2.8125rem;
    margin-top: 4rem;
}

.istoria-content__title {
    width: 100%;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 0.666em;
    letter-spacing: 3%;
    text-align: center;
    vertical-align: middle;
    color: #494949;
}

.istoria-content__inner {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.istoria-content__left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.istoria-content__right {
    display: flex;
    flex-direction: column;
    gap: 3.4375rem;
}

.istoria-content__right img {
    width: 28.9375rem;
    height: 19.3125rem;
    object-fit: cover;
    border-radius: 1.375rem;
}

.employees {
    display: flex;
    flex-direction: column;
    gap: 5.8125rem;
    margin-top: 2.9375rem;
    /* margin-bottom: 3.3125rem; */
}

.employees:not(:first-child) {
    margin-top: 6.25rem;
}

.employees__title {
    width: 100%;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 0.666em;
    letter-spacing: 3%;
    text-align: center;
    vertical-align: middle;
    color: #494949;
}

.employees__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5625rem 1.5rem;
}

.employee {
    display: flex;
    flex-direction: row;
    gap: 1.75rem;
}

.employee__image {
    width: 13.75rem;
    height: 19.375rem;
    object-fit: cover;
}

.employee__inner {
    display: flex;
    flex-direction: column;
    gap: 1.4375rem;
}

.employee__name {
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.12em;
    
    color: #494949;
}

.employee__descriprion {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.333em;
    
    color: #494949;
}

.employee__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    margin-top: auto;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875em;
    
    text-decoration: underline;
    color: #1F82C1;
}

.employee__link img {
    height: .9375rem;
    width: 1rem;
}


/* privacy policy */
.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  padding: 10px;
  font-size: 100%;
  letter-spacing: 1px;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.privacy_policy a:link, .privacy_policy a:visited {
  color: #F0E68C;
  text-decoration: underline;
}
.privacy_policy a:hover, .privacy_policy a:active {
  text-decoration: none;
}

.devoloper_tech ~ .privacy_policy {
  padding-bottom: 24px;
}

.privacy_policy .button {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    height: auto;
    width: auto;
    min-width: auto;
    line-height: 1.2;
    background: transparent;
}
.privacy_policy .button:hover {
  cursor: pointer;
}

/* 1440px */
@media (max-width: 90rem) {
    .wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .header .wrapper {
        padding: 1.1rem 1.25rem 0.65rem;
    }

    .logo img {
        width: 6.5rem;
    }

    .menu__list {
        gap: 1.1rem;
    }

    .menu__parent,
    .menu__child {
        font-size: 1.1rem;
    }

    .header__items {
        gap: 2rem;
    }

    .search__text,
    .profile__text {
        font-size: 1rem;
    }

    .search__form,
    .profile__icon {
        height: 2.25rem;
        width: 2.25rem;
        min-width: 2.25rem;
    }

    .hero {
        height: 50rem;
    }

    .hero-slide .wrapper {
        padding: 11.25rem 1.25rem 0;
        gap: 1.25rem;
    }

    .hero-slide__banner {
        height: 50rem;
    }

    .hero__swiper-bottom .wrapper {
        padding: 2.5rem 1.25rem 0;
        z-index: 2;
    }

    .hero-slide__title {
        font-size: 3.5rem;
        height: 18.75rem;
    }

    .btn {
        font-size: 1.125rem;
        width: 18.75rem;
        height: 3.5rem;
    }

    .btn-small {
        height: 3.625rem;
        width: 13.75rem;
        font-size: 1rem;
    }

    .nearest-event__title {
        font-size: 1.25rem
    }

    .section__title {
        font-size: 2.25rem
    }

    .main-about p {
        font-size: 1.125rem
    }

    .main-advantages .section__content {
        gap: 3.75rem 7.5rem;
    }

    .news-card .news-card__title {
        font-size: 1.125rem;
        height: 15.625rem;
    }

    .news-card__image {
        width: 100%;
        padding: .5rem;
    }

    .news-card__date {
        font-size: 1rem
    }

    .news-card__link {
        font-size: 1rem
    }

    .news-card__link::before {
        transform: scale(.75);
    }

    .events-card__title {
        font-size: 1.125rem;
    }

    .events-card__bottom {
        gap: 1rem;
        flex-direction: column;
    }

    .events-card__meta {
        gap: 1rem;
    }

    .events-card__date {
        font-size: 1.125rem;
    }

    .events-card__image {
        width: 25rem;
        height: 15.625rem;
    }

    .breadcrumbs .wrapper {
        padding: 1.2319rem 1.25rem .7181rem;
    }

    .event__date {
        font-size: 1.25rem;
        width: 15rem;
        min-width: 15rem;
    }

    .school-card {
        flex-wrap: wrap;
    }

    .school-card__image {
        width: 20rem;
        margin-right: auto;
    }

    .school-card__content {
        order: 3;
    }

    .istoria-content__right img {
        width: 21.875rem;
        height: 15.625rem;
        object-fit: cover;
        border-radius: 1.375rem;
    }

    .today-about__stats {
        overflow: scroll;
        gap: 1.5rem;
    }

    .footer .wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* 1200px */
@media (max-width: 75rem) {    
    .search__text, .profile__text {
        display: none;
    }
}


/* 1024px */
@media (max-width: 64rem) {
    .header .wrapper {
        padding: 1.5rem 1rem .95rem;
        position: relative;
        align-items: center;
    }

    .logo img {
        width: 5.5rem;
    }

    .mobile-menu-toggle {
        display: flex;
        order: 3;
    }
    .mobile__menu {
        display: inline-block;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        padding: 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: none;
        flex-direction: column;
        z-index: 999;
    }

    .header_color-white .main-nav {
        background-color: #1F82C1;
    }

    .main-nav.active {
        display: flex;
    }

    .menu__list  {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }



    .menu__parent,
    .menu__child {
        width: 100%;
        font-size: 1.1rem;
        padding: 0.5rem 0;
    }

    .menu__child-list {
        position: static;
        display: none;
        padding: 1rem 0 0 1rem;
        box-shadow: none;
        margin-top: 0.5rem;
    }

    .menu__parent:hover .menu__child-list {
        display: none;
    }

   

    .header__items {
        order: 2;
        gap: 1.5rem;
        margin-left: auto;
        margin-right: 5rem;
    }

    .search__text,
    .profile__text {
        display: none;
    }

    .search:hover .search__input {
        display: none;
    }

    .search__form {
        max-width: 2.5rem;
    }

    .hero-slide__title {
        font-size: 3rem;
    }

    /* .btn {
        font-size: 1.125rem;
        width: 18.75rem;
        height: 3.5rem;
    }

    .btn-small {
        height: 3.625rem;
        width: 13.75rem;
        font-size: 1rem;
    } */

    /* .nearest-event__title {
        font-size: 1.25rem
    }

    .section__title {
        font-size: 2.25rem
    }

    .main-about p {
        font-size: 1.125rem
    } */

    .main-advantages .section__content {
        gap: 2.5rem 4rem;
    }

    .main-advantages__text {
        font-size: 1.125rem;
    }

    .news-card .news-card__title {
        font-size: 1rem;
        height: 20rem;
    }

    .events-card {
        flex-wrap: wrap;
    }

    .events-card__image {
        width: 20rem;
        margin-right: auto;
    }

    .events-card__content {
        order: 3;
        border-left: none;
    }

    .events-card__title {
        font-size: 1.125rem;
    }

    .events-card__bottom {
        gap: 1rem;
        flex-direction: column;
    }

    .events-card__meta {
        gap: 1rem;
    }

    .events-card__date {
        font-size: 1.125rem;
    }

    .events-card__image {
        width: 25rem;
        height: 15.625rem;
    }

    .button-wrapper {
        bottom: -0.0625rem;
    }

    .button-wrapper .btn {
        bottom: 1px;
    }

    .breadcrumbs .wrapper {
        padding: 1.2319rem 1.25rem .7181rem;
    }

    .event__item {
        flex-wrap: wrap;
        height: auto;
        padding: 1rem 0;
    }

    .event__content {
        order: 3;
        border-left: none;
        margin-top: 2rem;
    }

    .event__date {
        font-size: 1.25rem;
        width: 15rem;
        min-width: 15rem;
        border-right: none;
        padding: 0 1.5rem;
    }

    .event__buttons {
        flex-direction: row-reverse;
        align-items: center;
        margin-left: auto;
    }

    .event__buttons.event__buttons-sub .btn {
        margin-top: 0;
    }

    .event__content p {
        font-size: 1rem;
    }

    .school-card {
        flex-wrap: wrap;
    }

    .school-card__image {
        width: 20rem;
        margin-right: auto;
    }

    .school-card__content {
        order: 3;
    }

    .istoria-content__right img {
        width: 21.875rem;
        height: 15.625rem;
        object-fit: cover;
        border-radius: 1.375rem;
    }

    .today-about__stats {
        overflow: scroll;
        gap: 1.5rem;
    }

    .today-content {
        flex-direction: column;
    }

    .employees__inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.5625rem 1.5rem;
    }
}

/* 768px */
@media (max-width: 48rem) {
    .header .wrapper {
        padding: 1.5rem 0.875rem 0.95rem;
    }
    .mobile__menu {
        top: 25px;
    }

    .logo img {
        width: 5rem;
    }

    .header__items {
        gap: 1.25rem;
    }

    .search__form,
    .profile__icon {
        height: 2rem;
        width: 2rem;
        min-width: 2rem;
    }

    .search__button svg {
        width: 18px;
        height: 18px;
    }

    .profile__icon svg {
        width: 20px;
        height: 20px;
    }

    .mobile-menu-toggle {
        width: 1.875rem;
        height: 1.375rem;
    }

    .mobile-menu-toggle span {
        /* height: 2.5px; */
    }

    .membership-content {
        padding: 1.25rem;
    }

    .membership-content h2 {
        font-size: 1.875rem;
    }

    .membership-content p {
        font-size: 1rem;
    }

    .membership-content h3 {
        font-size: 1.5rem;
    }

    .footer__top {
        max-width: 47.9375rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer__middle {
        max-width: 47.9375rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer__bottom .footer__links .footer__link:nth-child(1) {
        grid-column: span 1;
    }

    .istoria-content__inner {
        flex-direction: column;
        gap: 1.5rem;
    }

    .istoria-content__right img {
        width: 100%;
    }

    .today-about {
        flex-direction: column;
    }

    .today-content__right {
        width: 27rem;
        height: 20.5rem;
    }

    .today-content__right img {
        width: 27rem;
        height: 20.5rem;
        object-fit: contain;
    }

    .section__title {
        font-size: 1.75rem;
    }

    .hero {
        height: 50rem;
    }

    .hero-slide .wrapper {
        padding: 5rem 1.25rem 0;
        gap: 1.25rem;
    }

    .hero-slide__banner {
        height: 50rem;
    }

    .hero__swiper-bottom .wrapper {
        padding: 2.5rem 1.25rem 0;
        z-index: 2;
    }

    .hero-slide__buttons {
        flex-direction: column;
    }

    .hero-slide__title {
        font-size: 2rem;
        height: 18.75rem;
    }

    .nearest-event__title {
        font-size: 1rem;
    }

    .nearest-event__label {
        font-size: 1rem;
    }

    .nearest-event__date {
        font-size: 1rem;
    }

    .btn {
        font-size: 1rem;
        width: 15.625rem;
        height: 3rem;
    }

    .btn-small {
        height: 2.5rem;
        width: 11.25rem;
        font-size: .875rem;
    }

    .main-about p {
        font-size: 1rem;
    }

    .main-advantages .section__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 4rem;
    }


    .main-news .section__content {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-card {
        padding: 1rem 0;
    }

    .news-card__image {
        order: 1;
        margin: 0;
        padding: 0;
    }

    .news-card .news-card__title {
        order: 2;
        height: auto;
        padding: .8125rem 0;
        border-top: none;
        border-bottom: none;
    }

    .news-card__meta {
        order: 3;
        padding: 0;
    }

    .news-card:not(:last-child) {
        border-right: none;
        border-bottom: .0625rem solid #494949;
    }

    .events-card__image {
        width: 12rem;
        height: 10rem;
    }

    .events-card__stats {
        gap: .5rem;
        padding: 2rem;
    }

    .events-card__stats p span {
        font-size: 2rem;
    }

    .filters-grid {
        flex-wrap: wrap;
    }

    .calendar-modal {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .event__date {
        padding: 0 1.5rem 0 0;
    }

    .event__content {
        padding: 0 1.5rem 0 0;
    }

    .pagination__pages {
        gap: 2rem;
    }

    .school-card__title {
        font-size: 1.125rem;
    }


    .school-card__subtitle {
        font-size: 1rem;
    }

    .school-card__image {
        width: 14rem;
    }

    .school-card__bottom {
        flex-direction: column;
    }

    .school-card__time time,
    .school-card__time span {
        font-size: 1rem;
    }
}

/* 480px */
@media (max-width: 30rem) {
    .header .wrapper {
        padding: 1.5rem 0.75rem .95rem;
    }
    .mobile__menu {
        top: 22px;
    }

    .logo img {
        width: 4.5rem;
    }

    .header__items {
        gap: 1rem;
    }

    .search__form,
    .profile__icon {
        height: 1.8rem;
        width: 1.8rem;
        min-width: 1.8rem;
    }

    .search__button svg {
        width: 16px;
        height: 16px;
    }

    .profile__icon svg {
        width: 18px;
        height: 18px;
    }

    /* .mobile-menu-toggle {
        width: 24px;
        height: 18px;
    }

    .mobile-menu-toggle span {
        height: 2px;
    } */

    .main-nav {
        padding: 0.75rem;
    }

    .menu {
        gap: 0.75rem;
    }

    .menu__item {
        font-size: 1rem;
    }

    .hero-slide__title {
        font-size: 1.5rem;
        height: 12.5rem;
    }

    .nearest-event {
        margin-top: .5rem;
    }

    .main-advantages .section__content {
        grid-template-columns: repeat(1, 1fr);
    }

    .events-card {
        margin-bottom: 2rem;
    }

    .events-card__image {
        width: 100%;
    }

    .events-card__stats {
        width: 100%;
        margin: 0;
    }

    .events-card__content {
        padding: 1rem 0 0;
    }

    .footer {
        margin-top: 7rem;
    }

    .footer__top {
        max-width: 47.9375rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .footer__middle {
        max-width: 47.9375rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .footer__links {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .footer__bottom .footer__links .footer__link:nth-child(1) {
        grid-column: span 1;
    }

    .membership-content {
        gap: 1rem
    }

    .membership-content h2 {
        font-size: 1.5rem;
    }

    .membership-content p {
        font-size: 1rem;
    }

    .membership-content h3 {
        font-size: 1.125rem;
    }

    .event__buttons {
        flex-direction: column;
        align-items: start;
        margin-left: 0;
        margin-top: 2rem;
    }

    .pagination__pages {
        gap: 1rem;
    }

    .school-card__image {
        width: 100%;
    }

    .school-card__info {
        width: 100%;
    }

    .school-card__stats p span {
        font-size: 2rem;
    }

    .istoria-content__title {
        line-height: 1em;
    }

    .today-content__right {
        width: 17.5rem;
        height: 20.5rem;
    }

    .today-content__right img {
        width: 17.5rem;
        height: 20.5rem;
        object-fit: contain;
    }

    .today-content__right .btn {
        left: 0;
    }

    .content.kalendar-meropriyatij {
        margin-bottom: 4.5rem;
    }

    .content.shkoly-ismp {
        margin-bottom: 4.75rem;
    }

    .content.nasci-segodnya {
        margin-bottom: 4.5rem;
    }

    .content.istoria-nasci {
        margin-bottom: 4.5rem;
    }

    .content.struktura-nasci {
        margin-bottom: 4.5rem;
    }

    .employee {
        flex-direction: column;
    }

    .employees__title {
        line-height: 1em;
    }
}

/* 320px */
@media (max-width: 20rem) {
    .header .wrapper {
        padding: 1.5rem 0.5rem .95rem;
    }

    .logo img {
        width: 4rem;
    }

    .header__items {
        gap: 0.75rem;
    }

    .search__form,
    .profile__icon {
        height: 1.6rem;
        width: 1.6rem;
        min-width: 1.6rem;
    }

    .search__button svg {
        width: 14px;
        height: 14px;
    }

    .profile__icon svg {
        width: 16px;
        height: 16px;
    }

    /* .mobile-menu-toggle {
        width: 22px;
        height: 16px;

    } */
}