body {
  background: url(/templates/school_v2/icons/icons-designer/fon+.png) no-repeat
      right top/auto,
    url(/templates/school_v2/icons/icons-designer/fon.png) repeat left top/auto;
}

body.active {
  overflow: hidden;
}

* {
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-slide a img {
  max-height: 585px;
  border-radius: 24px;
}

a {
  outline: none;
  text-decoration: none;
}

.h-search {
  font-size: 26px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}

.switchtab {
  /*padding: 2px 8px 2px 8px;*/
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
.switchtab.activetab {
  font-size: 32px;
  font-weight: 800;
  /*margin-bottom: 32px;*/
  /*color: #306afd;*/
}
/*.switchtab:hover {
    color: green;
}*/
/*.switchtab.activetab:hover {
    color: #fff;
}*/

#mainbody {
  overflow: inherit;
  width: 100%;
  max-width: 1170px;
}

form td.emptyValue {
  color: red;
}

._isEmpty {
  color: #ff0000 !important;
}
a.button {
  background: #fd5f54;
  color: #ffffff !important;
  font-weight: regular !important;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 3px;
  border: none;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
}
.gallery_cell {
  margin-bottom: 10px;
  width: 200px;
  max-width: 200px;
  text-align: center;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  height: 210px;
}
.gallery_cell td {
  padding-top: 10px;
  padding-bottom: 5px;
  width: 200px;
}
.gallery_cell a {
  text-decoration: none;
}
.gallery_cell:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}
button.slick-arrow::before {
  font-size: 0;
  position: absolute;
  left: 3px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/templates/school_v2/icons/Antu_arrow-right.svg.png");
  background-size: 15px 27px;
  background-repeat: no-repeat;
  background-position: center;
}
button.slick-prev::before {
  left: -1px;
  top: 1px;
  transform: rotate(-180deg);
}
.rightmenu {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  border-bottom: 1px solid #999fa5;
  color: #000000;
}
.rightmenu:hover,
.rightmenu-active {
  background-color: #eaebec;
}
td {
  font-size: 10px;
}
.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: transparent;
  max-width: 1170px;
  width: 100%;
  margin-bottom: 40px;
}

.news_table {
  border-spacing: 0px;
  border-collapse: separate;
}
.news_table td {
  padding: 0px 0px 0px 0px;
}
.news_header {
  display: block;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 800;
  line-height: 133%;
  margin-top: 16px;
  margin-bottom: 24px;
}
.news_header a,
.news_header a:hover {
  text-decoration: none;
}
.news_date {
  font-size: 14px;
}
.news_content p {
  margin: 0;
  padding-right: 10px;
}

.news-post-img {
  border-radius: 25px;
  overflow: hidden;
}
.school_info {
  /*background-color: #FFFFFF;*/
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  margin: 40px 0;
  padding-left: 10px;
}

.search-icon {
  width: 18px;
  height: 18px;
  background: url(/templates/school_v2/icons/icons-designer/search.png) center
    no-repeat;
  background-size: contain;
}
@font-face {
  font-family: gothic;
  src: url("/templates/school_green_wide/fonts/gothic.ttf");
}

.menu-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-spacing: 0px;
  border-collapse: separate;
  max-width: 803px;
}

.top-right-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  border-right: 1px solid #e3e3e3;
  padding: 0 7px 0 0;
}

.menu td {
  padding: 0px 0px 0px 0px;
}

td {
  color: #273350;
  /*font-family: gothic;*/
  font-size: 15px;
}
#speach_head, .post-deirector .school_info{
  padding-top: 40px;
  color: #273350 !important;
}
.speach_head,
.school_info {
  text-transform: uppercase;
  font-size: 24px;
  min-width: 300px;
  font-weight: bold;
  margin-bottom: 40px;
}
.info_banners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  column-gap: 10px;
}
.info_banners a {
  margin-bottom: 20px;
  display: inline-block;
}
.info_banners .slick-track {
  width: max-content !important;
}
.info_banners .slick-slide img {
  min-width: 100%;
  object-fit: contain;
}
/* .info_banners .slick-slide {
  min-width: 200px;
} */
/* .info_banners  .slick-slide {
  margin: 0 10px;
} */
.info_banners a img {
  max-width: 100%;
}
.footer {
  background-color: #edf2fa;
}
/*.footer-links .slick-track{
    max-width: 1170px;
    display: block;
}

.footer-links .slick-slide {
    width: 250px !important;
}*/

a.footer_link {
  text-decoration: none;
  display: flex !important;
  align-items: center;
  border: 1px solid #4f56ad17;
  border-radius: 10px;
  max-width: 250px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
  /*margin: 15px 15px 15px 15px;*/
  background: #f8f8fa;
  font-size: 14px;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s;
  box-shadow: 0px 2px 10px 0px rgb(79 86 173 / 9%);
}
a.footer_link:hover {
  background-color: #273350;
  border-color: #273350;
  color: #ffffff !important;
  border-radius: 15px;
  /*margin-top: 3px;*/
}

.menu-top-nav .menu a {
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: none;
  padding: 0;
  line-height: 128%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-top-nav .menu a:hover {
  background: none;
  text-decoration: underline;
}

.school_name {
  background: url("/templates/school_v2/pics/6.svg") no-repeat;
  background-position: 0% 50%;
  background-size: 36px 36px;
  padding-left: 60px;
  padding-right: 30px;
  /*border: 1px solid black;*/
  width: 625px;
  max-width: 625px;
}
.school_name p {
  font-size: 14px;
  font-weight: 600;
}
.school_name a {
  text-decoration: none;
}

.contacts {
  /*border: 1px solid;*/
  background-position: 0% 50%;
  background-size: auto 40px;
}

.top_module {
  font-size: 0.95em;
}

.contact-bottom {
  margin-right: 45px;
}

.bold.top_module {
  margin-bottom: 8px;
}

.footer .contacts {
  display: flex;
  flex-wrap: wrap;
}

.graphic {
  background-position: 0% 50%;
  background-size: auto 32px;
}
.graphic font {
  color: #333f4b;
}

#topfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.container {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.container_block {
  display: block;
}
body {
  margin: 0;
}

input {
  margin: 5px 5px 5px 5px;
}

input[type="submit"] {
  color: #ffffff;
  background-color: #333f4b;
  border: 0px;
  font-size: 17px;
  /*padding-top: 4px;*/
  /*padding-bottom: 4px;*/
  height: 40px;
  display: block;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #333f4b;
}

.outerlined th {
  background-color: #333f4b;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

table.frontpage {
  width: 100%;
  padding-bottom: 20px;
}

table.frontpage tr:nth-child(2n + 1) {
  background: #e8e8e8;
}

.frontpage td {
  padding: 10px 10px 10px 10px;
}

.go_back,
a:hover.go_back {
  display: block;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  background: url("/templates/school_green_wide/pics/arrow.svg") no-repeat;
  background-size: auto 24px;
}

a {
  color: #113e2f;
}
a:hover {
  color: #1a7f48;
}

li.ui-state-default {
  display: inline-block;
  min-width: max-content;
  height: 30px;
  vertical-align: middle;
  padding-top: 0px;
  margin: 0px 5px 0px 0px;
  background: #f8f8fa;
  color: #000000;
  text-align: center;
  /*border-top: 1px solid #1B6D17;*/
  /*border-left: 1px solid #1B6D17;*/
  /*border-right: 1px solid #1B6D17;*/
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}
li a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 7px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
li.ui-state-active a {
  color: #fff;
}
ul.ui-tabs-nav li {
  transition: background 0.2s ease;
}
li.ui-state-active {
  background: #ffe073;
}
ul.ui-tabs-nav {
  padding-left: 0px;
}
.green_line td,
.green_line a,
.green_line a:hover {
  color: #000;
}
.news_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.auth.green_line {
  display: none;
}

.news_block .desc .date {
  font-size: 14px;
}

.news_block .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

#leftmenu {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

#menu_1 {
  width: 100%;
  /* max-width: 803px; */
}

.aside-sidebar {
  width: 100%;
}

.aside-sidebar table {
  display: none;
}

/*.news_block:hover .image {
    filter: brightness(110%) contrast(110%);
}

.news_block:hover .desc {
    background: rgba(21, 54, 28, 0.7);
}*/

/*.news_block:hover .subject {
    white-space: normal;
}*/
.news_block .image {
  background-position: center !important;
  width: 100%;
  max-width: 370px;
  background-size: cover !important;
  min-height: 250px;
  max-height: 250px;
  height: 100%;
  border-radius: 24px;
}
.news_block .desc {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 405px);
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-left: 30px;
}
.news_block .subject {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 137%;
}

.news_block .intro {
  font-size: 16px;
  line-height: 137%;
}

.section-1 {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

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

img {
  max-width: 1170px;
}

div.orbit {
  border-radius: 24px;
  box-sizing: border-box;
  max-width: 1166px;
  max-height: 400px;
}

div.slider-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}

.caption {
  display: none;
}
div.slider-nav span.left,
div.slider-nav span.right {
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
div.slider-nav span.right {
  order: 2;
}
div.slider-nav span.left {
  left: -50px !important;
}
div.slider-nav span.right {
  right: -50px !important;
}

div.slider-nav span.left:after,
div.slider-nav span.right:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border: 1px solid #666;
  border-radius: 50%;
}

.section-2 {
  min-height: 600px;
}

.section-2 .container {
  justify-content: space-between;
}

.frontpage-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.slider-images {
  position: relative;
  height: 100%;
  border-radius: 25px;
}

.slider-images .slick-slide img {
  height: 400px;
  object-fit: cover;
  max-height: 237px;
  border-radius: 10px;
}
div#featured .slick-list.draggable {
  border-radius: 10px;
}

.front-list {
  width: 100%;
  max-width: 370px;
  min-height: 133px;
  max-height: 180px;
  padding: 29px 16px;
  font-size: 16px;
  background: #f8f8fa;
  border-radius: 25px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-list {
  width: 100%;
  border-bottom: 1px dashed;
  margin-bottom: 5px;
  max-width: max-content;
}
.front-list p {
  margin: 0;
}
h1,
h2,
h3,
h4,
p,
div,
span,
li,
a,
a:hover {
  color: #273350;
  font-family: Montserrat !important;
}
.frontpage-h3 {
  width: 100%;
}

span.descr-list {
  font-size: 16px;
  width: 100%;
}

.bold {
  font-weight: bold;
  border: none;
}
form.top-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.section-5 {
  background: #edf2fa;
  padding: 12px 0;
}

.menu-burger {
  font-weight: 600;
}

.d-n {
  display: none;
}

.search-field {
  display: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  border-style: solid;
  border-radius: 41px;
  background-color: rgba(255, 255, 255, 1);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(39, 51, 80, 1);
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  margin-right: 5px;
  outline: none;
}

.search-field.active {
  display: inline-block;
}

.button-go-back a,
.button-go-back a:hover {
  background: url(/templates/school_v2/icons/icons-designer/flag-chechni.png)
    center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 26px;
}

.search-icon {
  cursor: pointer;
}

.view-large-link a {
  position: relative;
  display: block;
  text-indent: -100000px;
  width: 30px;
  height: 30px;
  margin-left: 24px;
  margin-right: 24px;
}
.view-large-link a:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(/templates/school_v2/icons/icons-designer/ochki.png) center
    no-repeat;
  background-size: cover;
}
.topfix-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.gorizont-list {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d1d1;
  padding-bottom: 10px;
}
.gorizont-list .title-list {
  margin-bottom: 25px;
  font-weight: 600;
  border: none;
}

.individ .front-list {
  margin-right: 15px;
}

.jc-fs {
  justify-content: flex-start !important;
}

.footer-links {
  /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
  margin-bottom: 50px;
  margin-top: 50px;
}
.document-name__mod {
  padding-right: 75px;
}
.gorizont-lists {
  margin-bottom: 50px;
}

.d-f.document {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #273350;
  padding: 10px 5px;
  /*border-radius: 7px;*/
  align-items: center;
  margin-bottom: 22px;
  width: 100%;
  max-width: -webkit-fill-available;
}

.menu-burger span {
  font-size: 14px;
}

span.menu-icon {
  margin-left: 13px;
}

.document-name {
  display: flex;
  align-items: center;
}

.document-name img {
  margin-right: 44px;
  padding-bottom: 12px;
}

.link-download {
  display: flex;
  align-items: center;
}

.link-download a,
.data-count .descr-list a,
tr.d-f.document td a {
  display: block;
  font-size: 0px;
  background: url("/templates/school_v2/icons/download.svg") no-repeat;
  background-position: 50% 50%;
  width: 48px;
  height: 48px;
  background-size: 24px 24px;
  border-radius: 50%;
  background-color: #f8f8fa;
}
.data-count .descr-list a {
  background-color: #fff;
}

.link-download svg {
  display: none;
  margin-left: 10px;
  padding: 13px;
  border-radius: 50%;
  background-color: #f8f8fa;
}

.gorizont-list.d-f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0px;
}

.gorizont-list.d-f .gorizont-list-content,
.gorizont-list.d-f h4 {
  width: 33%;
  text-align: center;
}

.gorizont-list.vakansii {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.d-f.posts-vakansii {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #aaa;
}

.gorizont-list-vakansii {
  width: 25%;
  text-align: left;
}

.gorizont-list-vakansii:nth-child(2),
.gorizont-list-vakansii:nth-child(3),
.gorizont-list-vakansii:nth-child(4),
.gorizont-list-vakansii:nth-child(5) {
  text-align: center;
}

.gorizont-list-vakansii-title {
  font-weight: 600;
}

.contact-people {
  display: flex;
  flex-wrap: wrap;
}

.contact-p {
  width: 100%;
  margin-bottom: 14px;
  margin-top: 6px;
  font-size: 16px;
}

.contact-info-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
}

.contacts-info {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

.h-page {
  padding: 32px 0;
}

.frontpage.contacts-info.contacts-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-people.contact-title {
  width: 33%;
  justify-content: center;
  text-align: center;
}

#director_speech {
  position: relative;
  z-index: 2;
}

.img-director img {
  border-radius: 12px;
  width: 100%;
}

.post-deirector-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent !important;
  width: 66%;
  font-size: 16px !important;
}
.img-director {
  width: 30%;
  background-color: transparent !important;
  margin-right: 4%;
}
.post-deirector-content * {
  color: #273350 !important;
  background-color: transparent !important;
  width: 100%;
  font-size: 16px !important;
}
span,
p,
strong {
  font-style: normal !important;
}
#director_speech {
  background-color: #f8f8fa !important;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  margin-bottom: 40px;
}

.menu-top-nav .menu a:nth-child(+ n + 5),
.mk_global_banners_left {
  display: none;
}

section.section-3 {
  margin-top: 32px;
}

.right-info {
  display: flex;
  align-items: flex-start;
}

.bottom-site {
  border-top: 1px solid #aaa;
  background: #1d232f;
}

.footer-bottom {
  width: 100%;
  padding: 25px 0;
  justify-content: space-between;
}

.footer-bottom * {
  color: #fff !important;
}

.footer .menu-burger {
  display: none;
}

.footer #menu_1,
.footer .menu {
  justify-content: flex-start;
  max-width: 100%;
}

.footer .menu {
  padding: 22px 0;
  border-bottom: 2px solid rgba(196, 196, 196, 0.5);
}

.footer .menu a {
  color: #fff !important;
  margin-right: 20px;
}

.bold-light {
  color: #8e9197 !important;
}

.search-result a {
  width: 100%;
  display: block;
  color: rgba(48, 106, 253, 1) !important;
  text-decoration: none;
  font-size: 22px;
  margin-top: 14px;
  margin-bottom: 9px;
}

.search-result {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 137%;
  text-transform: none;
}

.news_table.news-post {
  display: flex;
  width: 100%;
}

.news_table.news-post img {
  width: 100%;
  max-width: 370px;
}
.news-post-subject {
  width: 65%;
  padding-left: 30px;
}

.widget-title {
  margin: 40px 0;
  font-weight: 800;
  line-height: 125%;
  font-size: 28px;
}

.news_content * {
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
}

.slider-main {
  width: 100%;
}
img.cboxPhoto {
  max-width: 700px;
  object-fit: contain;
  max-height: 425px;
}
.slick-slide {
  margin: 0px 25px;
}
.news-content-open img {
  max-width: 300px;
  margin-top: 0 !important;
  border-radius: 10px;
}
.news-content-open {
  margin-top: 25px;
  min-height: 300px;
}
.left-active-1,
.left-active-2,
.left-active-3,
.left-active-4,
.left-active-5,
.left-active-6,
.left-active-7,
.left-active-8 {
  color: #4f5aa8 !important;
}

li.top_level_menu {
  display: flex;
  align-items: center;
}
li.top_level_menu svg {
  margin-right: 13px;
}

.main-info-pedagog {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
.pedagog-img {
  max-width: 400px;
  min-width: 400px;
  margin-right: 30px;
  border-radius: 25px;
  overflow: hidden;
}

.pedagog-img img {
  width: 100%;
  max-height: 446px;
  object-fit: cover;
}

.pedagog-name {
  margin: 0;
  width: 100%;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
}

.pedagog-post {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 31px;
}

.name-post {
  font-size: 1.125em;
  margin-bottom: 7px;
}

.name-post-info {
  font-size: 0.9375em;
  margin-bottom: 8px;
  display: block;
}
.pedagog-right {
  max-width: 690px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.pedagog-post-info {
  margin-bottom: 25px;
}
.main-info-pedagog {
  margin-bottom: 25px;
  border: 1px solid #aaa;
  border-radius: 25px;
  padding: 15px;
}
select.autosubmitSelect {
  padding: 5px 15px !important;
}

.front-list .title-list {
  font-weight: bold;
}

.menu_inner.menu_inner-hover {
  height: 100%;
}
/* new style */

a.photoprev.cboxElement img {
  width: 370px !important;
  height: 330px;
  max-height: 330px !important;
  object-fit: cover;
  max-width: 100% !important;
  border-radius: 24px;
}
.news-post-img {
  min-width: 370px;
  min-height: 330px;
}
/*  .img-director a.photoprev.cboxElement img {
  object-position: 0 -50px;
} */
.post-deirector-info .slick-slide img {
  max-height: 300px;
  object-fit: contain;
}
.org_results {
  margin-top: 70px;
}
.org_results .result > * {
  text-align: center;
  color: #4f5aa8;
  font-size: 16px;
}
.org_results .result .value {
  margin-bottom: 22px;
  font-size: 60px;
  font-weight: 800;
}
.hot_eating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 93px;
  margin-top: 93px;
  padding: 30px 60px 30px 50px;
  background-color: #ffe073;
  border-radius: 12px;
}
.hot_eating__block {
  display: flex;
  align-items: center;
}
.hot_eating__img {
  margin-right: 60px;
}
.hot_eating .main_text {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 800;
}
.hot_eating .desc {
  font-size: 16px;
}
.btn {
  display: inline-block;
  padding: 16px 36px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  background-color: rgba(79, 90, 168, 1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
}
.section-title {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 800;
}
.eldnev {
  margin: auto;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 93px;
  max-width: 770px;
}
.eldnev .desc {
  font-size: 1em;
  margin-bottom: 22px;
  margin-top: 6px;
}
.eldnev .btn {
  min-width: 250px;
  text-align: center;
  box-sizing: border-box;
}
ul.top_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
ul.menu_container {
  padding: 0;
  margin: 0;
}
li.top_menu {
  margin-right: 20px;
}
li {
  list-style: none;
}
.top_level_menu,
.top_level_menu a {
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  padding: 8px;
  cursor: pointer;
}
.bottomSwitch:hover {
  background: #f3f3f3;
}
section.contacts-footer .data-img {
  display: flex;
  align-items: center;
}
.bottomSwitch a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-left: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  background: url("/images/arrows/up.svg") no-repeat;
  background-size: 16px 16px;
  background-position-x: 3px;
  background-position-y: 3px;
}

.bottomSwitch a:hover {
}

.menu-icon,
.menu-burger {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.menu-burger {
  flex-wrap: nowrap;
}
.menu-icon {
  width: 32px;
  height: 32px;
}
.menu-icon span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 8px;
  width: 75%;
  height: 3px;
  background: #273350;
}
.popup-right-menu.active .menu a {
  color: #273350;
}
.menu-icon span:nth-child(2) {
  top: 14px;
}
.menu-icon span:nth-child(3) {
  top: 20px;
}

.popup-right-menu {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  left: 0;
  transition: all 1s;
}

.popup-right-menu.active {
  width: 100vw;
  padding: 40px;
  transition: all 0.5s;
  right: 0;
  overflow: scroll;
}

.popup-right-menu.active #menu_2 {
  display: flex !important;
}

.popup-right-menu.active .menu {
  max-width: 270px;
  border-right: 1px solid #e3e3e3;
}

.popup-right-menu.active .menu a {
  width: 100%;
  border-bottom: none;
  font-weight: 500;
}
.bottom-right-menu li.top_level_menu a {
  font-weight: 600 !important;
  color: #273350;
}

.close-menu-burger span {
  transform: rotate(45deg);
  top: 20px !important;
}

.menu_inner-right a {
  font-weight: normal;
}

.close-menu-burger span:nth-child(2) {
  transform: rotate(-45deg);
}
.menu_inner-hover {
  display: none;
}
.top_level_menu:hover .menu_inner-hover {
  display: block;
}
.top_level_menu:hover {
  background: #fff7dc;
}
.menu_container {
  position: relative;
}
.menu_inner.menu_inner-hover {
  position: absolute;
  width: 100%;
  display: block;
  max-width: 860px;
  top: 0px;
  left: 277px;
  z-index: 9000;
  overflow: visible;
  padding: 0 0 0 38px;
  margin: 0;
  columns: 2 370px;
  column-gap: 30px;
  column-fill: auto;
  height: 600px;
}
.menu_inner.menu_inner-hover h3 {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.menu_inner.menu_inner-hover a {
  width: 100%;
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
  cursor: pointer;
}
.menu_inner.menu_inner-hover.mod {
  display: flex;
  flex-wrap: wrap;
  columns: inherit;
  column-gap: 0px;
  overflow-y: scroll;
}
.menu_inner.menu_inner-hover.mod a {
  width: 50%;
}

.burger-left-side a {
  cursor: pointer;
}

.not-padding {
  padding: 0;
}

.burger-left-side a {
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
}

.burger-left-side a:hover {
  background: #fff7dc;
}

.menu_container-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: 600px;
}
li.top_level_menu {
  /*position: relative;*/
}
li.top_level_menu span.svg-arr svg {
  transform: rotate(270deg);
  margin-right: 0;
  max-height: 18px;
}
span.svg-arr {
  position: absolute;
  right: 5px;
  /*top: 10px;*/
}
.raiting-anketa {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
}
.raiting-anketa__left {
  width: calc(100% - 350px);
}
.raiting-anketa__right {
  position: relative;
  max-width: 350px;
  background-image: url("/templates/school_v2/about_found-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.raiting-anketa__right::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -1px;
  width: 100%;
  height: 110px;
  background-image: url("/templates/school_v2/about_found-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.raiting-anketa__right .card {
  background-color: transparent;
  padding: 20px;
}
.raiting-anketa__right .card .card_title,
.raiting-anketa__right .card h3.current_rating_title {
  margin: 20px 0;
  margin-bottom: 0;
  font-size: 14px;
}

.raiting-anketa__right .heading {
  font-size: 12px;
  line-height: 16px;
}
.raiting-anketa__right .card_desc {
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 14px;
}
.raiting-anketa__right .card .current_rating_value {
  font-size: 72px;
  color: #ff761a;
  margin: 0;
}
.raiting-anketa__right .card .current_rating_count {
  text-align: center;
  margin-top: -5px;
  font-size: 14px;
}
.data-row {
  width: 100%;
  background-color: #f8f8fa;
  padding: 70px 40px 40px 40px;
  box-sizing: border-box;
  border-radius: 12px;
}
.data-row:last-child {
  margin-bottom: 20px;
}
.data-row-block {
  display: flex;
  justify-content: space-between;
}
.data-row-left {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.data-row-right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 350px;
  padding: 32px 39px 32px 45px;
}
.data-row-full {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.data-row-right h3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 17px;
}

.data-row-right p {
  margin-top: 0;
}
.data-row-right .data-front-list {
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.data-row-right .btn {
  padding: 16px 36px;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-family: "Roboto", "Montserrat";
}
.data-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
  line-height: 133%;
}
.data-title img {
  margin-right: 15px;
}
.data-front-list {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.data-row span.descr-list {
  max-width: initial;
}
.data-row .title-list {
  width: 100%;
  border: none;
  margin: 0;
  font-weight: 600;
  max-width: 300px;
  font-size: 15px;
}
.data-title p:last-child {
  font-weight: 400;
}
.data-untop {
  margin-top: -20px;
}
.data-row .descr-list p {
  margin-top: 0;
}
.data-row-full .title-list {
  max-width: 400px;
}
.data-row-list__equipment table {
}
.list-cabinets .slick-track {
  align-items: flex-start;
}
.data-row-list__equipment___list {
  max-height: 500px;
  overflow: auto;
}
.border-bottom {
  border-bottom: 2px solid #273350;
}
.data-row-list__equipment___title {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.data-row-list__equipment___list::-webkit-scrollbar,
.slider-document__item::-webkit-scrollbar,
.table-hh::-webkit-scrollbar,
.vacant::-webkit-scrollbar,
.menu_inner.menu_inner-hover.mod::-webkit-scrollbar {
  width: 10px;
  border-radius: 30px;
}

.data-row-list__equipment___list::-webkit-scrollbar-track,
.slider-document__item::-webkit-scrollbar-track,
.table-hh::-webkit-scrollbar-track,
.vacant::-webkit-scrollbar-track,
.menu_inner.menu_inner-hover.mod::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.data-row-list__equipment___list::-webkit-scrollbar-thumb,
.slider-document__item::-webkit-scrollbar-thumb,
.table-hh::-webkit-scrollbar-thumb,
.vacant::-webkit-scrollbar-thumb,
.menu_inner.menu_inner-hover.mod::-webkit-scrollbar-thumb {
  background-color: #273350;
  border-radius: 30px;
}
.vacant {
  overflow: auto;
}
.data-count {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 1;
  margin: 0px 15px 20px;
}
.data-count:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  z-index: -1;
  width: 100%;
  height: 3px;
  border-bottom: 2px dotted #000;
}

.data-count span.descr-list,
.data-count .title-list {
  display: inline-block;
  max-width: max-content;
  background-color: #f8f8fa;
  padding: 0px 3px;
}
.data-row-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.data-block-text_mod {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}
.mb-5 {
  margin-bottom: 50px;
}
.data-count__desc {
  max-width: 100%;
  align-items: flex-end;
}
.data-count__desc span.descr-list {
  max-width: 500px;
}
.slider-document__item {
  padding-right: 10px;
  max-height: 2665px;
  overflow: auto;
}
.slider-document .slick-track {
  align-items: flex-start;
}
.data-front-name {
  display: block;
  margin-bottom: 14px;
}
.data-front-name .title-list,
.data-front-name .descr-list {
  width: max-content;
}
.data-front-list.data-count {
  max-width: 100%;
  margin: 0;
  margin-bottom: 13px;
}
.data-front-list.data-count .title-list {
  padding-left: 0;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
}
.data-front-list.data-count .descr-list {
  padding-right: 0;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
.data-block-text {
  padding: 20px 40px 25px 40px;
  flex-wrap: nowrap;
}

.data-text {
  width: 100%;
  margin-top: 40px;
}
.data-text .data-title {
  padding-left: 15px;
}

.data-block-text .data-front-list {
  box-sizing: border-box;
  padding: 0px 15px;
  width: 50%;
  display: block;
}

.data-block-text .title-list {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 20px;
}

.data-block-text .descr-list {
  margin-bottom: 14px;
  font-size: 16px;
}
.documents-tabs {
  display: flex;
  align-items: flex-start;
}

.documents-tabs ul.ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 270px;
}

.documents-tabs ul.ui-tabs-nav li {
  background-color: transparent;
  width: 100%;
  font-weight: bold;
  transition: background 0.2s ease;
  margin: 0px 15px;
  margin-left: 0;
  margin-bottom: 12px;
  padding: 2px 5px;
  padding-left: 15px;
}
.documents-tabs ul.ui-tabs-nav .ui-state-active {
  border-radius: 7px;
  background-color: rgba(255, 254, 155, 0.25);
}
.documents-tabs ul.ui-tabs-nav li a {
  color: #273350;
  text-align: left;
  font-weight: 400;
}

.documents-tabs ul.ui-tabs-nav .ui-state-active a {
  font-weight: 600;
}

.section-title_big,
h3.custom_pages_subject {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 32px;
}
.table-row {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.table-places_name {
  width: 100%;
  max-width: 655px;
  display: flex;
  align-items: center;
}

.table-places_top {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.table-count {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.table-span {
  width: 100%;
  max-width: 115px;
}

.table-places_total-text {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.table-total {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 280px;
}
.table-number,
.table-count {
  display: flex;
}
.table-number {
  flex-wrap: wrap;
}
.table-number-block {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.table-number .table-places_value,
.table-count div {
  margin-right: 10px;
  min-width: 24px;
}
.table-places_top div:first-child {
  min-width: 345px;
}
.table-count div:first-child {
  min-width: 24px;
}
.table-number .table-places_value:last-child,
.table-count div:last-child {
  margin-left: 5px;
}
.data-count__desc.data-front-name {
  margin: 0px 15px 20px;
}
.data-front-name span.descr-list p {
  display: inherit;
}
.data-count_down {
  margin-bottom: 30px;
  max-width: 98%;
}
.data-count_down .title-list {
  display: flex;
  align-items: center;
}
.data-count_down .title-list img {
  margin-right: 10px;
}
.data-count.data-count_down .descr-list {
  display: flex;
  align-items: center;
}
.data-count_down svg {
  display: none;
  padding: 10px;
  background-color: #fff;
  border-radius: 30px;
  margin-left: 10px;
}
.data-count_line-c::before {
  bottom: 30px;
}
.data-row-right .title-list {
  margin-bottom: 8px;
}
.table-hh__block {
  min-width: 1090px;
  max-width: 1170px;
}
.table-hh {
  overflow: auto;
}
.vacant tr:nth-child(2n + 1) {
  background: #e8e8e8;
}
.section-subtitle {
  font-size: 24px;
}
.vacant .section-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
}
.vacant td {
  padding: 0px 10px;
}
.vacant table {
  margin-bottom: 10px;
}
.accordion .data-row-full {
  cursor: pointer;
}
.accordion .ui-state-active,
.accordion .data-row-full:hover {
  background-color: #ffe073;
  transition: all 0.1s;
}

.accordion .ui-state-active .data-count .title-list,
.accordion .ui-state-active .data-count .descr-list,
.accordion .data-row-full:hover .descr-list,
.accordion .data-row-full:hover .title-list {
  background-color: #ffe073;
  transition: all 0.1s;
}
.accordion .ui-state-active .data-count:before,
.accordion .data-row-full:hover .data-count:before {
  border-color: #273350;
}

.accordion .data-count {
  max-width: 98%;
}
table {
  width: 100%;
}
.table-value {
  font-style: 17px;
  font-weight: 600;
}
tr.d-f.document td {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
tr.d-f.document td img {
  vertical-align: middle;
  margin-right: 10px;
}
tr.d-f.document svg {
  display: none;
  margin-left: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
}
table.table-notbg tr:nth-child(2n + 1) {
  background-color: transparent;
}
.section-contacts .data-front-list {
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.section-contacts .title-list {
  font-weight: 600;
  width: 100%;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 8px;
  border: none;
}
.section-contacts .data-front-list p {
  margin: 0;
  margin-bottom: 8px;
}
.section-contacts .btn {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* a.-active {
  color: #4f5aa8;
} */
form.filter-form {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
input.filter-input {
  border-radius: 41px;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 24px;
  color: rgba(39, 51, 80, 1);
  font-size: 20px;
  border: 1px solid;
  margin: 0;
  margin-right: 20px;
}
button.filter-submit {
  margin-right: 20px;
}
.filter-clear {
  position: relative;
  padding-left: 25px;
  color: #273350;
  opacity: 0.6;
  font-weight: bold;
  font-size: 16px;
  line-height: 55px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.filter-clear::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  background-image: url("/templates/school_v2/icons/ved.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.filter-show {
  position: relative;
  border-radius: 50px;
  border: solid 1px #aaaaaa;
  padding: 16px 40px;
  padding-right: 15px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.filter-show::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  width: 24px;
  height: 25px;
  background-image: url("/templates/school_v2/icons/settings.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.filter-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.filter-block-input {
  background-color: #f8f8fa;
  padding: 11px 10px;
}
.contacts-footer .data-front-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contacts-footer .title-list,
.contacts-footer .descr-list {
  margin: 0;
  width: max-content;
  margin-right: 10px;
}
.contacts-footer .data-text {
  width: 100%;
}
.contacts-footer .data-block-text .data-front-list {
  width: 100%;
}
.contacts-footer .data-front-list {
  margin-bottom: 5px;
}
.contacts-footer .data-text {
  margin-top: 15px;
  position: relative;
}
.contacts-footer-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb *,
.breadcrumb {
  font-size: 14px;
}
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb-gallery a {
  position: relative;
  padding-right: 41px;
}
.breadcrumb-gallery a::after {
  position: absolute;
  right: 16px;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8c97b8;
  border-radius: 10px;
}
.gallery_image_container {
  width: 49%;
  height: 365px;
}
@media screen and (max-width: 1200px) {
  .menu_inner.menu_inner-hover {
    max-width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .menu_inner.menu_inner-hover.mod a {
    width: 100%;
  }
  .contacts-footer-btn {
    position: static;
    transform: translateY(0%);
    margin-top: 15px;
  }
  .raiting-anketa__left {
    width: 100%;
  }
  .raiting-anketa__right {
    width: 100%;
    margin: auto;
    margin-bottom: 90px;
  }
  .slick-next {
    right: 20px;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 32px;
  }
  .slick-prev,
  .slick-next {
    width: 42px;
    height: 42px;
    z-index: 99;
    background-color: #fff;
  }
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  section section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slick-slide {
    margin: 0;
  }
  a.footer_link {
    margin: auto;
  }
  .gallery_album__mod .image {
    background-size: cover !important;
  }
}
/*li.top_level_menu__mod {
    display: none;
}*/

.contacts-form-block input[type="text"],
.contacts-form-block textarea {
  border: 1px solid #00000033;
  width: 100%;
  border-radius: 41px;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 24px;
  color: rgba(39, 51, 80, 1);
  font-size: 17px;
  border: 1px solid;
  margin: 0;
  font-family: "Montserrat";
}
.contacts-form-block input[type="submit"] {
  display: inline-block;
  padding: 12px 36px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  background-color: rgba(79, 90, 168, 1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  height: 60px;
  margin-top: 35px;
}
.contacts-form-heading {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
}
.contacts-input {
  padding-bottom: 10px;
}

/*.contacts-form-block td {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #273350;
}*/
video {
  max-width: 100% !important;
  background: #000;
}
.networks a img,
.networks a p {
  position: static !important;
}
.networks a {
  display: flex !important;
  align-items: center;
  flex-direction: column-reverse;
  width: max-content;
  border-radius: 6px;
  padding: 10px;
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
}
.networks {
  display: flex;
}
.uchitel img {
  max-height: 335px !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 24px;
}
#js-show-iframe-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.warn-school {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #edf2fa;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: -35px;
}
.warn-img {
  width: 100%;
  max-width: 220px;
  margin-right: 30px;
}
.warn-block {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 400px;
}
span.warn-title {
  font-size: 45px;
  display: block;
  margin-bottom: 30px;
}
.warn-count {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.warn-count span {
  display: block;
  font-size: 60px;
}
.warn-count a span {
  font-size: initial;
}
.warn-school_left {
  display: flex;
  flex-grow: 1;
}

.info_banners img {
  max-width: 250px;
  max-height: 200px;
  object-fit: contain;
}
.info_banners a {
  margin-bottom: 20px;
  display: inline-block;
}
div#featured .slick-slide {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .info_banners img {
    margin: auto;
  }
  .info_banners .slick-prev, .info_banners .slick-next {
    top: 50%;
  }
  .warn-school_left {
    flex-wrap: wrap;
    text-align: center;
  }
  .warn-img {
    margin: auto;
    margin-bottom: 10px;
  }
  span.warn-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .warn-count {
    width: 100%;
    margin-top: 15px;
  }
  li.LITOP.litop_main:nth-child(6) {
    margin-bottom: 40px;
  }
  b.link-download {
    font-weight: 400;
  }
  .topfix-right,
  .menu-top-nav #menu_1,
  .menu-burger span {
    display: none;
  }
  .data-block-text,
  .data-row-block {
    flex-wrap: wrap;
  }
  .data-row-right {
    max-width: 100%;
  }
  .menu-burger span.menu-icon {
    display: block;
    margin: 0;
  }
  .menu-burger span.menu-icon span {
    display: block;
  }
  .documents-tabs {
    flex-wrap: wrap;
    width: 100%;
  }
  .documents-tabs ul.ui-tabs-nav {
    max-width: 100%;
  }
  .documents-tabs ul.ui-tabs-nav li {
    display: flex;
    align-items: center;
    padding: 0px 16px;
    width: max-content;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.17;
    background-color: #f8f8fa;
  }
  .documents-tabs ul.ui-tabs-nav li a {
    font-size: 12px;
  }
  .document-name {
    font-size: 14px;
    font-weight: bold;
  }
  .documents-tabs ul.ui-tabs-nav .ui-state-active {
    background-color: #ffe073;
    border-radius: 30px;
  }

  .menu-burger {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
  }
  .section-title_big,
  h3.custom_pages_subject {
    padding-bottom: 30px;
    font-size: 24px;
  }
  .school_name {
    width: 100%;
  }
  #topfix {
    width: calc(100% - 50px);
  }
  .section-5 {
    padding: 0;
  }
  li.top_level_menu {
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .menu_inner.menu_inner-hover {
    position: relative;
    left: 0;
    padding-left: 30px;
    height: auto;
  }
  li.top_level_menu:hover span.svg-arr {
    transform: rotate(90deg);
  }
  .popup-right-menu.active .menu {
    width: 100%;
    max-width: 100%;
    border-right: none;
  }
  .popup-right-menu.active #menu_2,
  .menu_container-right {
    width: 100%;
  }
  .popup-right-menu.active .menu a {
    font-size: 16px;
  }
  .top_level_menu:hover {
    background: transparent;
    border-bottom: 1px solid rgba(41, 52, 84, 0.2);
  }
  .popup-right-menu.active {
    padding: 15px 10px;
  }
  span.menu-icon.close-menu-burger {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  span.svg-arr {
    top: 10px;
  }
  li.top_level_menu__mod {
    display: flex;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(41, 52, 84, 0.2);
  }
  .news_block .desc {
    width: 100%;
    padding: 0 15px;
  }
  .news_block .image {
    max-width: 100%;
    min-height: 50vw;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .news_block .subject {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  tr.d-f.document {
    flex-wrap: nowrap;
  }
  .news_block .intro {
    font-size: 14px;
  }
  .document-name img,
  .data-count_down .title-list img {
    margin-right: 20px;
    max-width: 40px;
  }
  .link-download a,
  .data-count .descr-list a,
  tr.d-f.document td a {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  tr.d-f.document td {
    font-size: 14px;
    font-weight: 600;
  }
  tr.d-f.document td img {
    max-width: 40px;
    margin-right: 20px;
  }
  .data-title {
    font-size: 18px;
  }
  .data-count__desc.data-front-name {
    margin: 0px 0px 20px;
  }
  .data-count_down,
  .data-count {
    margin: 0px 0px 20px;
  }
  .data-count:before {
    bottom: 12px;
  }
  .data-count_line-c::before {
    display: none;
  }
  .data-row .data-count:last-child {
    margin-bottom: 0;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .data-text .data-title {
    padding-left: 0;
  }
  .data-block-text .title-list {
    font-size: 18px;
  }
  .data-row-list__equipment___list::-webkit-scrollbar,
  .slider-document__item::-webkit-scrollbar,
  .table-hh::-webkit-scrollbar,
  .vacant::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
  }
  .slick-prev,
  .slick-next {
    top: 80px;
  }
  .uchitel .foto-uchitel img {
    max-width: max-content !important;
    height: 100% !important;
  }
  .data-count1 {
    overflow: hidden;
  }
}

@media screen and (max-width: 576px) {
  .right-info,
  .footer .contacts,
  .img-director,
  .post-deirector-content,
  .hot_eating__text,
  .news-post-subject {
    width: 100%;
  }
  li a {
    padding-top: 0;
  }
  .data-block-text .data-front-list {
    width: 100%;
  }
  .contact-bottom {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .hot_eating {
    padding: 20px;
  }

  .right-info {
    flex-wrap: wrap;
  }
  .footer-links .slick-prev,
  .footer-links .slick-next {
    top: 60px;
  }
  .footer-links .slick-prev {
    left: -15px;
  }
  .footer-links .slick-next {
    right: -15px;
  }
  .right-info div:last-child {
    padding-right: 20px;
  }
  table.visitorCounter {
    padding: 0px 20px;
  }
  .graphic {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
  }

  .school_name div {
    width: 100%;
    min-width: 100% !important;
  }

  .post-deirector-content p {
    text-align: left !important;
  }

  /*a.photoprev.cboxElement img{
        min-width: 295px;
    }*/

  .footer-bottom,
  .hot_eating,
  .hot_eating__block,
  .news_table.news-post {
    flex-wrap: wrap;
  }

  .hot_eating__block {
    justify-content: center;
  }

  .hot_eating__img {
    margin-right: 0;
  }

  .hot_eating__text,
  .hot_eating__img {
    margin-bottom: 20px;
  }

  .news-post-subject {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  #featured,
  .slider-images .slick-slide img {
    max-height: 160px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
  .school_name {
    background-position: 0% 50%;
    background-size: 30px 30px;
    padding-left: 40px;
    padding-right: 0px;
  }
  .school_name p {
    font-size: 12px;
  }
  .menu-burger {
    top: 20px;
  }
  .school_info {
    font-size: 32px;
    text-transform: initial;
    font-weight: 800;
    margin: 30px 0;
    padding-left: 0px;
  }
  .slick-dots li button {
    border: 1px solid rgba(79, 90, 168, 1);
    border-radius: 30px;
    width: 11px;
    height: 11px;
  }
  .slick-dots li.slick-active button {
    background-color: rgba(79, 90, 168, 1);
  }
  .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: -40px;
  }
  .img-director {
    text-align: center;
    margin: auto;
  }
  a.photoprev.cboxElement img {
    min-width: 100%;
    height: 360px;
  }
  .org_results {
    margin-top: 40px;
  }
  .speach_head,
  .school_info {
    margin-bottom: 15px;
  }
  .hot_eating {
    margin: 40px 0;
    text-align: center;
  }
  h2 {
    font-size: 18px !important;
  }
  .hot_eating .main_text {
    font-size: 18px;
  }
  .hot_eating .desc,
  .btn {
    font-size: 14px;
  }
  .hot_eating .btn {
    margin: auto;
    width: 100%;
    padding: 16px 36px;
  }
  .hot_eating__img img {
    max-height: 50px;
  }
  section {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  div#director_speech {
    padding: 16px 15px 32px 15px !important;
  }
  li.ui-state-default {
    padding: 7px 15px;
    max-height: 33px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  li.ui-state-default a {
    font-size: 14px;
    color: #273350;
  }
  .news_header {
    font-size: 16px;
  }
  .news_content.news-post-content {
    display: none;
  }
  .news a.photoprev.cboxElement img {
    min-width: 100%;
    height: 170px;
    object-position: 0px -15px;
  }
  .ui-tabs-panel[aria-hidden="true"] {
    /*display: block !important;*/
    opacity: 0;
    height: 0;
    z-index: -1;
  }

  .ui-tabs-panel[aria-hidden="true"] .slick-dots {
    display: none !important;
  }
  .ui-tabs-panel[aria-hidden="true"] > * {
    margin: 0 !important;
    padding: 0 !important;
  }
  .ui-tabs-panel .slick-dots {
    bottom: 0px;
  }
  .ui-tabs-panel[aria-hidden="true"].slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .widget-title {
    margin: 20px 0;
  }
  .org_results .result .value {
    margin-bottom: 8px;
    font-size: 48px;
  }
  .org_results .slick-dots {
    bottom: -50px;
  }
  .eldnev .desc {
    font-size: 14px;
  }
  .eldnev .btn {
    width: 100%;
    font-size: 16px;
    padding: 16px 36px;
  }
  .eldnev .section-title {
    font-size: 24px !important;
  }
  .eldnev {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .slick-slide {
    height: auto;
  }
  .pageNavList .nav-link-page {
    flex-wrap: wrap;
  }
  .nav-link-page img {
    width: 22px;
  }
  .pageNavList a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    width: 100%;
    margin-bottom: 8px;
  }
}

.data-img {
  max-width: 130px;
}

.mw930 {
  max-width: 930px;
}

.justify-content-between {
  justify-content: space-between !important;
}

h2.name-pedagog {
  margin: 0;
  width: 100%;
}

.descr-list {
  width: 100%;
}

.p-pedagog {
  /*max-width: 800px;*/
  padding: 30px 30px 20px 30px;
}

.data-row-flex {
  display: flex;
  flex-wrap: wrap;
}

.data-row-pedagog {
  padding: 20px 0px 20px 70px;
}

.data-row-pedagog .data-front-list {
  flex-wrap: wrap;
  width: 50%;
}

.data-row-pedagog .descr-list p {
  margin-bottom: 0;
}

.data-row-pedagog .title-list {
  margin-bottom: 10px;
  max-width: max-content;
  border-bottom: 1px dashed #273376;
}

@media screen and (max-width: 450px) {
  .data-front-list {
    flex-wrap: wrap;
  }

  .data-row .title-list {
    margin-bottom: 10px;
  }

  .data-row-pedagog {
    padding: 20px 0px 20px 0px;
  }

  .data-row {
    padding: 20px 20px 25px 20px;
  }

  .d-f.document {
    align-items: center;
  }
  .data-front-list.data-count .descr-list {
    margin-left: auto;
  }

  .data-title {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pedagog-img {
    min-width: 1px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .foto-uchitel a {
    width: 100%;
  }
  h2.pedagog-name {
    font-size: 24px;
  }
  .pedagog-post-info .name-post {
    font-size: 18px;
  }
  span.descr-list {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .uchitel {
    width: 100% !important;
  }

  .name-uchitel a {
    margin: 37px 0px 10px;
  }

  .name-uchitel br {
    display: none;
  }

  .d-f.document {
    flex-wrap: wrap;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .document-name {
    align-items: center;
    width: 80%;
  }

  .document-name__mod {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 0 !important;
  }

  .document-name img {
    padding-bottom: 20px;
  }

  .link-download {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 57px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #bdbdd0;
    text-decoration: none;
  }
}

/* Стили для GALLERY и VIDO-GALLERY*/
.gallery_abum__main,
.gallery_abum__inner {
  display: flex;
  flex-wrap: wrap;
}

.gallery-block {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.gallery_album_container {
  width: 100%;
  height: 447px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.gallery_album_container .desc {
  width: 100%;
}

.gallery-block .gallery_album_container .image,
.gallery_image_container .image {
  border-radius: 5px;
  transition: all 0.2s !important;
}

.gallery_album_container .background,
.gallery_image_container .background {
  background: #00000000 !important;
  opacity: 1 !important;
  z-index: 99;
  bottom: 5px;
}

.gallery_album_container .desc,
.gallery_image_container .desc {
  display: flex;
  flex-wrap: wrap;
}

.gallery_album_container .desc p,
.gallery_image_container .desc p {
  color: #fff;
  font-size: 20px;
}

.gallery_album_container .name,
.gallery_image_container .name {
  text-overflow: inherit;
  width: 75%;
  white-space: pre-wrap;
}

.gallery_album_container .desc .count {
  width: 25%;
  font-size: 15px;
  text-align: center;
}

.gallery_album_container .count span {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.gallery_album_container::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: all 0.4s;
  background-image: linear-gradient(#ffffff00 20%, #000000b8 85%);
}

.gallery-block .gallery_album_container:hover .image {
  transform: scale(1.1);
  transition: all 0.5s !important;
}
.gallery_image_inner {
  width: 289px;
}

.burger_mobile.burger-left-side {
  max-width: 100%;
}
.burger_mobile a {
  font-size: 18px;
  font-weight: 600;
  color: #273350;
}
.burger_mobile li.LITOP ul {
  padding-left: 0;
}
.burger_mobile ul.ULINNER {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
ul.ULTOP {
  padding: 0px 40px;
}
.table-pages {
  max-width: 400px;
  margin: auto;
  padding: 30px 0px;
}
.table-pages a,
.table-pages td.pager_cell {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .gallery_album_container:hover::after {
    height: 70%;
    transition: all 0.4s !important;
  }
}

@media screen and (max-width: 768px) {
  .gallery-block {
    width: 100%;
  }
  .popup-right-menu {
    overflow: auto;
  }
  .gallery_image_inner {
    margin-bottom: 15px;
    width: 49%;
  }
  .gallery_image_inner .image {
    background-size: cover !important;
  }
  a.filter-show {
    font-size: 0;
    padding: 25px;
  }
  .filter-show::before {
    left: 13px;
    top: 13px;
  }
  form.filter-form {
    flex-wrap: wrap;
    margin: 0;
    margin-top: 5px;
  }
  .mob-none {
    display: none;
  }
  .desc-none {
    display: block;
  }
  button.slick-arrow::before {
    left: 1px;
    top: 1px;
  }
  button.slick-prev::before {
    left: -1px;
    top: 1px;
  }
}

@media screen and (max-width: 425px) {
  .data-row-pedagog .descr-list p {
    /*min-height: 46px;*/
  }
  button.slick-prev::before {
    left: -2px;
    top: 0px;
  }
  .cafedras-slider .slick-prev,
  .cafedras-slider .slick-next {
    top: auto !important;
    bottom: 20px;
  }
  .cafedras-slider .d-f.document {
    border: none;
  }
  .slick-next {
    right: 5px;
  }
  .slick-prev {
    left: 5px;
  }
  .list-cabinets {
    padding-top: 40px;
  }
  .list-cabinets .slick-prev,
  .list-cabinets .slick-next {
    top: 10px;
  }
  .cafedras-slider .slick-next {
    right: 10px;
  }
  .cafedras-slider .slick-prev {
    left: 10px;
  }
  .cafedras-slider .data-row span.descr-list {
    min-height: 46px;
  }
  input.filter-input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .contacts-form input[type="submit"] {
    width: 100%;
    max-width: 260px;
    margin: auto;
    margin-top: 35px;
    display: block;
  }
  button.filter-submit {
    margin-right: 5px;
  }
  .gallery_image_inner {
    width: 100%;
  }
  .gallery_image_inner .image {
    background-size: cover !important;
  }
  .gallery_album_container {
    height: 260px;
  }
  .gallery_album_container .desc p {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .gallery_album_container .name {
    width: 70%;
  }
  .gallery_album_container .desc .count {
    width: 30%;
    font-size: 13px;
  }
  .gallery_album_container .desc .count span {
    font-size: 18px;
    width: 100%;
  }
  .gallery_album_container::after {
    background-image: linear-gradient(#ffffff00 5%, #000000b8 65%);
  }
}

/*Меню Всплывающее*/
.pos-a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.container.menu-container {
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  height: 100%;
  max-height: 600px;
}

.burger-left-side {
  max-width: 269px;
  display: flex;
  flex-wrap: wrap;
}

.burger-left-side a {
  width: 100%;
  text-decoration: none;
}
.burger_left_side_top a {
  position: relative;
  padding-left: 37px;
}
.burger_left_side_top .LITOP a::before,
.burger_left_side_top a::before {
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
  width: 24px;
  height: 24px;
}
li.LIINNER a {
  padding: 8px;
}
li.LIINNER a::before,
li.LIINNER a::after {
  display: none;
}
.burger_left_side_top .LITOP:nth-child(1) a::before,
.burger_left_side_top a:nth-child(1)::before {
  background-image: url("/templates/school_v2/icons/m-lycei.svg");
}
.burger_left_side_top .LITOP:nth-child(2) a::before,
.burger_left_side_top a:nth-child(2)::before {
  background-image: url("/templates/school_v2/icons/m-people.svg");
}
.burger_left_side_top .LITOP:nth-child(3) a::before,
.burger_left_side_top a:nth-child(3)::before {
  background-image: url("/templates/school_v2/icons/m-official.svg");
}
.burger_left_side_top .LITOP:nth-child(4) a::before,
.burger_left_side_top a:nth-child(4)::before {
  background-image: url("/templates/school_v2/icons/pressa.svg");
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
}
.burger_left_side_top .LITOP:nth-child(5) a::before,
.burger_left_side_top a:nth-child(5)::before {
  background-image: url("/templates/school_v2/icons/callcenter.svg");
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
}
.burger_left_side_top .LITOP:nth-child(6) a::before,
.burger_left_side_top a:nth-child(6)::before {
  background-image: url("/templates/school_v2/icons/m-doc.svg");
}
.burger_left_side_top .LITOP:nth-child(-n + 6) a::after {
  position: absolute;
  content: "";
  right: 7px;
  top: 7px;
  width: 18px;
  height: 24px;
  background-image: url("/templates/school_v2/icons/m-arrow.svg");
}
.gallery_album_container .link {
  z-index: 99;
}
.border-none {
  border: none;
}
.desc-none {
  display: none;
}

@media (max-width: 768px) {
  .burger_left_side_top .LITOP a::before {
    width: 18px;
    height: 18px;
    background-size: contain;
    top: 10px;
  }
  .desc-none {
    display: block;
  }
  .burger_left_side_top .LITOP:nth-child(+ n + 7) a::before {
    display: none;
  }
  li.LIINNER a {
    font-weight: 400;
  }
  li.LITOP.litop_main a::before {
    background-size: contain !important;
  }
}
