body {
  background: #f8f8fa;
  margin: 0;
  width: 100%;
  height: 100%;
}

p {
  margin: 0 0 10px;
}

/* Меню */

header {
  margin-bottom: 0;
  background: #ffffff;
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-logo {
  float: left;
}

.menu-logo-title,
.menu-items .menu-item {
  float: left;
}

.menu-items li:last-child a {
  border-bottom: #05297d 2px solid;
}

.menu-logo-title {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: bold;
  color: #05297d;
  position: relative;
  text-align: center;
}

.menu-items .menu-item a {
  padding: 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #05297d;
  position: relative;
  text-align: center;
}

@media (min-width: 320px) {
  header {
    min-height: 44px;
    height: 44px;
  }

  .menu-container {
    min-height: 44px;
    height: 44px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .menu-logo {
    height: 29px;
    width: 29px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }

  .menu-logo-title,
  .menu-items .menu-item {
    min-height: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .menu-logo-title {
    width: calc(100% - 90px);
    margin: 0;
  }

  .menu-items {
    display: none;
  }

  .menu-icons {
    display: block;
  }

  .menu-icon-search {
    height: 19px;
    width: 19px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-right: 10px;
  }

  .menu-icon-burger {
    height: 13px;
    width: 20px;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}

@media (min-width: 768px) {
  header {
    min-height: 75px;
    height: 75px;
  }

  .menu-container {
    min-height: 75px;
    height: 75px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .menu-logo {
    height: 64px;
    width: 64px;
    margin-top: 5.5px;
    margin-bottom: 5.5px;
  }

  .menu-logo-title,
  .menu-items .menu-item {
    min-height: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 36px;
  }

  .menu-logo-title {
    width: calc(100% - 175px);
    margin: 0;
  }

  .menu-items {
    display: none;
  }

  .menu-icons {
    display: block;
  }

  .menu-icon-search {
    height: 40px;
    width: 40px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    margin-right: 20px;
  }

  .menu-icon-burger {
    height: 25px;
    width: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1000px) {
  header {
    min-height: 75px;
    height: 75px;
  }

  .menu-container {
    min-height: 75px;
    height: 75px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .menu-logo {
    height: 64px;
    width: 64px;
    margin-top: 5.5px;
    margin-bottom: 5.5px;
  }

  .menu-logo-title,
  .menu-items .menu-item {
    min-height: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
  }

  .menu-logo-title {
    width: calc(150px + 10vw);
    margin-right: calc((100% - 770px - 10vw) / 5);
  }

  .menu-items {
    display: block;
  }

  .menu-items li.menu-item {
    margin-right: calc((100% - 770px - 10vw) / 5);
  }

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

  .menu-icon-search {
    height: 28px;
    width: 28px;
    padding-top: 23.5px;
    padding-bottom: 23.5px;
    margin-right: 0;
  }
}

@media (min-width: 1440px) {
  header {
    min-height: 75px;
    height: 75px;
  }

  .menu-container {
    min-height: 75px;
    height: 75px;
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-logo {
    height: 64px;
    width: 64px;
    margin-top: 5.5px;
    margin-bottom: 5.5px;
  }

  .menu-logo-title,
  .menu-items .menu-item {
    min-height: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
  }

  .menu-logo-title {
    width: 300px;
    margin-right: 140px;
  }

  .menu-items {
    display: block;
  }

  .menu-items li.menu-item {
    margin-right: 75px;
  }

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

  .menu-icon-search {
    height: 28px;
    width: 28px;
    padding-top: 23.5px;
    padding-bottom: 23.5px;
    margin-right: 0;
  }
}

/* Бургер меню */

/* свойства модального окна по умолчанию */
.modal {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  /*-webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;*/
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0;
}

/* при отображении модального окно */
.modal:target {
  opacity: 1;
  /* делаем окно видимым */
  pointer-events: auto;
  /* элемент видим для событий мыши */
  overflow-y: auto;
  /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}

/*Анимация*/

.modal:target .menu-burger-items {
  height: 0;
  overflow-y: hidden;
  animation-duration: 0.25s;
  animation-name: modal-height;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@media (min-width: 320px) {
  @keyframes modal-height {
    0% {
      height: 0;
    }

    10% {
      height: 20px;
    }

    30% {
      height: 80px;
    }

    50% {
      height: 160px;
    }

    80% {
      height: 250px;
    }

    100% {
      height: auto;
    }
  }
}

@media (min-width: 728px) {
  @keyframes modal-height {
    0% {
      height: 0;
    }

    10% {
      height: 20px;
    }

    30% {
      height: 80px;
    }

    50% {
      height: 160px;
    }

    80% {
      height: 250px;
    }

    100% {
      height: auto;
    }
  }
}

.modal:target .menu-burger-items .menu-item,
.modal:target .close img {
  opacity: 0;
  animation-duration: 0.5s;
  animation-name: modal-opacity;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes modal-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* ширина модального окна и его отступы от экрана */
.modal .modal-dialog {
  position: relative;
  width: 100%;
}

/* свойства для блока, содержащего контент модального окна */
.modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #05297d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;*/
  outline: 0;
}

@media (min-width: 768px) {
  .modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* свойства для заголовка модального окна */
.modal .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.modal .modal-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* свойства для кнопки "Закрыть" */
.modal .close {
  float: right;
}

@media (min-width: 320px) {
  .modal .close img {
    width: 14px;
    height: 14px;
    margin-top: 10px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .modal .close img {
    width: 28px;
    height: 28px;
    margin-top: 20px;
    margin-right: 30px;
  }
}

@media (min-width: 320px) {
  .modal-header {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (min-width: 768px) {
  .modal-header {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (min-width: 320px) {
  .modal-body {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (min-width: 768px) {
  .modal-body {
    font-size: 36px;
    line-height: 47px;
  }
}

/* свойства для блока, содержащего основное содержимое окна */
.modal .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}

.menu-burger-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-burger-items a {
  text-decoration: none;
}

.menu-burger-items p {
  margin: 0;
}

.menu-burger-items li.menu-item {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 320px) {
  .menu-burger-items>li:first-child.menu-item {
    margin-top: 70px;
  }

  .menu-burger-items li.menu-item {
    width: 180px;
    margin-bottom: 15px;
  }

  .menu-burger-items {
    margin-bottom: 210px;
  }
}

@media (min-width: 768px) {
  .menu-burger-items>li:first-child.menu-item {
    margin-top: 0;
  }

  .menu-burger-items li.menu-item {
    width: 300px;
    margin-bottom: 30px;
  }

  .menu-burger-items {
    margin-bottom: 80px;
  }
}

.menu-burger-items .menu-item,
.menu-burger-items .menu-item * {
  padding: 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: #f8f8fa;
  position: relative;
  text-align: center;
}

/* Модальное окно для просмотра фото в новостях*/
.modalimage .gallery {
  height: 100vh;
  background: #2669ec;
}

.modalimage .modal-img {
  object-fit: contain;
  padding: 0;
  margin: auto auto;
  /* width: auto; */
  /* Меняю авто на всю ширину модального окна: */
  width: 100%;
  height: 95vh;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */
  image-rendering: crisp-edges;
}

/*@media (min-width: 320px) {
  .modalimage .modal-body {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: -5px 15px 15px 15px;
  }
  .modalimage .modal-header {
    padding-top: 2px;
    padding-right: 2px;
  }
}*/
/*@media (min-width: 768px) {*/
.modalimage .modal-body {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: -10px 20px 20px 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.modalimage .modal-header {
  padding-top: 10px;
  padding-right: 5px;
}

/*}*/

.modalimage {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0;
}

/* при отображении модального окно */
.modalimage:target {
  opacity: 1;
  /* делаем окно видимым */
  pointer-events: auto;
  /* элемент видим для событий мыши */
}

/* ширина модального окна и его отступы от экрана */
.modalimage .modal-dialog {
  position: relative;
  width: 100%;
}

/* свойства для блока, содержащего контент модального окна */
.modalimage .modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;*/
  outline: 0;
}

@media (min-width: 768px) {
  .modalimage .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* свойства для заголовка модального окна */
.modalimage .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modalimage .modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

/* свойства для кнопки "Закрыть" */
.gallery {
  margin-right: 5px;
}

.modalimage .close {
  float: right;
}

.modalimage .close img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* свойства для блока, содержащего основное содержимое окна */
.modalimage .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  overflow: auto;
}



/* Банер */

.mainbanner a {
  text-decoration: none;
}

@media (min-width: 320px) {
  .pedagog-prof-mainbanner {
    background: linear-gradient(to top,
        rgba(5, 41, 125, 0.8),
        rgba(5, 41, 125, 0.8)),
      url("/wp-content/themes/profsoyuz/images/banner.jpg") top center no-repeat;
    background-size: cover;
  }

  .pedagog-prof-mainbanner .pedagog-prof-mainbanner-text1 {
    display: block;
  }

  .pedagog-prof-mainbanner .pedagog-prof-mainbanner-text2 {
    display: block;
  }

  .pedagog-prof-mainbanner .pedagog-prof-mainbanner-button {
    display: block;
  }
}

@media (min-width: 1000px) {
  .pedagog-prof-mainbanner {
    background: url("../images/banner.jpg") top center no-repeat;
    background-size: cover;
  }

  .pedagog-prof-mainbanner .pedagog-prof-mainbanner-text1 {
    display: none;
  }

  .pedagog-prof-mainbanner .pedagog-prof-mainbanner-text2 {
    display: none;
  }

  .pedagog-prof-mainbanner .pedagog-prof-mainbanner-button {
    display: none;
  }
}

.pedagog-prof-mainbanner:hover {
  background: linear-gradient(to top,
      rgba(5, 41, 125, 0.8),
      rgba(5, 41, 125, 0.8)),
    url("/wp-content/themes/profsoyuz/images/banner.jpg") top center no-repeat;
  background-size: cover;
}

.pedagog-prof-mainbanner:hover .pedagog-prof-mainbanner-text1 {
  display: block;
}

.pedagog-prof-mainbanner:hover .pedagog-prof-mainbanner-text2 {
  display: block;
}

.pedagog-prof-mainbanner:hover .pedagog-prof-mainbanner-button {
  display: block;
}

.pedagog-prof-mainbanner-text1 {
  display: none;
  position: relative;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.pedagog-prof-mainbanner-text2 {
  display: none;
  position: relative;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.pedagog-prof-mainbanner a {
  text-decoration: none;
}

.pedagog-prof-mainbanner-button {
  display: none;
  position: relative;
  background: #ffffff;
  border-style: none;
  border-radius: 8px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #05297d;
}

@media (min-width: 320px) {
  .pedagog-prof-mainbanner {
    height: 164px;
  }

  .pedagog-prof-mainbanner:hover {
    height: 164px;
  }

  .pedagog-prof-mainbanner-text1 {
    left: calc((100% - 300px) / 2);
    width: 300px;
    height: 20px;
    top: 20%;
    font-size: 21px;
    line-height: 86%;
    margin-bottom: 10px;
  }

  .pedagog-prof-mainbanner-text2 {
    left: calc((100% - 276px) / 2);
    width: 276px;
    height: 38px;
    top: 20%;
    font-size: 16px;
    line-height: 19px;
  }

  .pedagog-prof-mainbanner-button {
    top: 10%;
    left: calc((100% - 101px) / 2);
    width: 101px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .pedagog-prof-mainbanner {
    height: 392px;
  }

  .pedagog-prof-mainbanner:hover {
    height: 392px;
  }

  .pedagog-prof-mainbanner-text1 {
    left: calc((100% - 403px) / 2);
    width: 403px;
    height: 83px;
    top: 10%;
    font-size: 60px;
    line-height: 86%;
    margin-bottom: 30px;
  }

  .pedagog-prof-mainbanner-text2 {
    left: calc((100% - 662px) / 2);
    width: 662px;
    height: 47px;
    top: 13%;
    font-size: 40px;
    line-height: 47px;
  }

  .pedagog-prof-mainbanner-button {
    top: 25%;
    left: calc((100% - 236px) / 2);
    width: 236px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
  }
}

/*@media (min-width: 1000px) {
  .pedagog-prof-mainbanner {
    height: 492px;
  }
  .pedagog-prof-mainbanner:hover {
    height: 492px;
  }
  .pedagog-prof-mainbanner-text1 {
    left: calc((100% - 645px) / 2);
    width: 645px;
    height: 83px;
    top: 10%;
    font-size: 96px;
    line-height: 86%;
    margin-bottom: 30px;
  }

  .pedagog-prof-mainbanner-text2 {
    left: calc((100% - 490px) / 2);
    width: 490px;
    height: 47px;
    top: 26%;
    font-size: 36px;
    line-height: 47px;
  }

  .pedagog-prof-mainbanner-button {
    top: 35%;
    left: calc((100% - 236px) / 2);
    width: 236px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
  }
}*/

@media (min-width: 1440px) {
  .pedagog-prof-mainbanner {
    height: 492px;
  }

  .pedagog-prof-mainbanner:hover {
    height: 492px;
  }

  .pedagog-prof-mainbanner-text1 {
    left: calc((100% - 1252px) / 2);
    width: 1252px;
    height: 83px;
    top: 25%;
    font-size: 96px;
    line-height: 86%;
    margin-bottom: 30px;
  }

  .pedagog-prof-mainbanner-text2 {
    left: calc((100% - 878px) / 2);
    width: 878px;
    height: 47px;
    top: 25%;
    font-size: 36px;
    line-height: 47px;
  }

  .pedagog-prof-mainbanner-button {
    top: 25%;
    left: calc((100% - 236px) / 2);
    width: 236px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
  }
}

/* Карусель */

.regular.slider {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  grid-auto-flow: row;
  overflow: hidden;
  cursor: grabbing;
}

@media (min-width: 320px) {
  .regular .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

@media (min-width: 400px) {
  .regular .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

@media (min-width: 500px) {
  .regular .slick-list {
    padding: 0 40% 0 0 !important;
  }
}

@media (min-width: 600px) {
  .regular .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

@media (min-width: 1440px) {
  .regular .slick-list {
    padding: 0 5% 0 0 !important;
  }
}


@media (min-width: 320px) {
  .regular.slider {
    max-width: 100%;
    width: auto;
    padding-left: 5px;
    padding-right: 0px;
    margin-left: 5px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .regular.slider {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 0px;
  }
}

@media (min-width: 1000px) {
  .regular.slider {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 0px;
    ;
  }
}

@media (min-width: 1440px) {
  .regular.slider {
    max-width: 1360px;
    width: 1360px;
    min-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.regular .slick-slide {
  margin: 0 10px;
}

.regular .slick-item {
  width: 100%;
  position: relative;
  /*background: #ce3333;*/
  border-radius: 16px;
}


.regular .slick-slide:nth-child(4n+1) .slick-item {
  background: #e95c46;
}

.regular .slick-slide:nth-child(4n+2) .slick-item {
  background: #8ba8cb;
}

.regular .slick-slide:nth-child(4n+3) .slick-item {
  background: #abdbfc;
}

.regular .slick-slide:nth-child(4n+4) .slick-item {
  background: #61bcf9;
}

.regular .slick-item::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.regular .slick-item .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10% 10% 0 10%;
}

.regular .slick-item .content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

.regular .slick-item .content p {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130%;
}

@media (min-width: 320px) {
  .regular .slick-item .content h1 {
    font-size: 9vw;
  }

  .regular .slick-item .content p {
    font-size: 4.5vw;
  }
}

@media (min-width: 400px) {
  .regular .slick-item .content h1 {
    font-size: 8vw;
  }

  .regular .slick-item .content p {
    font-size: 4vw;
  }
}

@media (min-width: 500px) {
  .regular .slick-item .content h1 {
    font-size: 6vw;
  }

  .regular .slick-item .content p {
    font-size: 3vw;
  }
}

@media (min-width: 600px) {
  .regular .slick-item .content h1 {
    font-size: 4.5vw;
  }

  .regular .slick-item .content p {
    font-size: 2.3vw;
  }
}

@media (min-width: 728px) {
  .regular .slick-item .content h1 {
    font-size: 4.5vw;
  }

  .regular .slick-item .content p {
    font-size: 2.3vw;
  }
}

@media (min-width: 1000px) {
  .regular .slick-item .content h1 {
    font-size: 3.2vw;
  }

  .regular .slick-item .content p {
    font-size: 1.5vw;
  }
}

@media (min-width: 1440px) {
  .regular .slick-item .content h1 {
    font-size: 48px;
  }

  .regular .slick-item .content p {
    font-size: 24px;
  }
}

.regular .slick-item-link {
  position: absolute;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 16px;
  bottom: 10%;
  width: 80%;
}

/*@media (min-width: 320px) {
  .slick-item-link {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

@media (min-width: 1440px) {
  .slick-item-link {
    margin-top: 20%;
    margin-bottom: 20%;
  }
}*/

.regular .slick-item:hover .slick-item-link {
  background: #fff;
}

.regular .slick-item-arrow {
  width: 25%;
  padding: 5%;
}

.regular .slick-item:hover .slick-item-arrow {
  animation-duration: 0.3s;
  animation-name: slick-item-arrow;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes slick-item-arrow {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(190%);
  }
}

.regular .slick-prev:before,
.regular .slick-next:before {
  color: black;
}

/* Заголовок архива новостей*/

@media (min-width: 320px) {
  .archive-title {
    max-width: 100%;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .archive-title h1 {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}

@media (min-width: 768px) {
  .archive-title {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .archive-title h1 {
    margin-inline-start: 50px;
    margin-inline-end: 50px;
  }
}

@media (min-width: 1000px) {
  .archive-title {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  .archive-title {
    max-width: 1360px;
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.archive-title h1 {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 320px) {
  .archive-title h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .archive-title h1 {
    font-size: 36px;
  }
}

/*Навигация страниц новостей*/
.news-navigation {
  text-align: center;
}

.news-navigation .page-numbers {
  text-decoration: none;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: #05297D;
}

@media (min-width: 320px) {
  .news-navigation .page-numbers {
    font-size: 14px;
    line-height: 18px;
    margin-right: 2vw;
  }

  .news-navigation .page-numbers.current {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .news-navigation .page-numbers {
    font-size: 18px;
    line-height: 23px;
    margin-right: 40px;
  }

  .news-navigation .page-numbers.current {
    background: #05297D;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
  }
}

.news-navigation .page-numbers:last-child {
  margin-right: 0;
}

@media (min-width: 320px) {
  .news-navigation {
    max-width: 100%;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .news-navigation {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1000px) {
  .news-navigation {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 60px;
    margin-bottom: 160px;
  }
}

@media (min-width: 1440px) {
  .news-navigation {
    max-width: 1360px;
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 160px;
  }
}


/* Новости */

@media (min-width: 1000px) {
  .news-column {
    float: left;
    width: calc((100% / 2) - 15px);
  }

  .news-column.column1 {
    margin-right: 30px;
  }
}

.news-cel {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 30px;
}

.item .news-cel {
  margin-bottom: 0;
}

.news-cel.is_sticky .news-metadata {
  background: #05297d;
}

.news-cel.is_sticky .news-metadata,
.news-cel.is_sticky .news-metadata a {
  color: #ffffff;
}

.news-cel.is_sticky .news-line {
  border-bottom-color: #ffffff;
}

@media (min-width: 320px) {
  .news-cel {
    padding: 20px;
  }

  .news-metadata {
    height: 65px;
    margin: -20px -20px 8px -20px;
    padding: 20px 20px 0 20px;
    line-height: 125%;
    font-size: 16px;
  }

  .news-date {
    width: 100%;
    float: left;
    text-align: left;
  }

  .news-category {
    width: 100%;
    float: left;
    text-align: left;
  }

  .news-title {
    font-size: 24px;
  }

  .news-text {
    font-size: 16px;
  }

  .news-line {
    border-bottom-width: 1px;
  }

  .news-cel img,
  .news-cel iframe {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .news-cel {
    padding: 50px;
  }

  .news-metadata {
    height: 50px;
    margin: -50px -50px 15px -50px;
    padding: 50px 50px 0 50px;
    line-height: 125%;
    font-size: 18px;
  }

  .news-date {
    width: auto;
    float: left;
    text-align: left;
  }

  .news-category {
    width: auto;
    float: right;
    text-align: right;
  }

  .news-title {
    font-size: 36px;
  }

  .news-text {
    font-size: 18px;
  }

  .news-line {
    border-bottom-width: 2px;
  }

  .news-cel img,
  .news-cel iframe {
    margin-bottom: 20px;
  }
}

.news-metadata {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.6);
}

.news-metadata a {
  color: rgba(0, 0, 0, 0.6);
}

.news-line {
  float: left;
  height: 10px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.news-cel img,
.news-cel iframe {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

@media (min-width: 320px) {

  .news-cel img,
  .news-cel iframe {
    height: 47vw;
  }
}

@media (min-width: 768px) {

  .news-cel img,
  .news-cel iframe {
    height: 46vw;
  }
}

@media (min-width: 1000px) {

  .news-cel img,
  .news-cel iframe {
    height: 20.5vw;
  }
}

@media (min-width: 1440px) {

  .news-cel img,
  .news-cel iframe {
    height: 333px;
  }
}

.news-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  color: #2669ec;
}

.news-title a {
  color: #2669ec;
  text-decoration: none;
}

.news-text {
  font-family: IBM Plex Sans;
  font-weight: normal;
  font-style: normal;
  line-height: 165%;
  color: rgba(0, 0, 0, 0.7);
}

.news-text a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.archive-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 320px) {
  .news-container {
    max-width: 100%;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .archive-container .item {
    width: calc(100% - 20px);
  }
}

@media (min-width: 768px) {
  .news-container {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .archive-container .item {
    width: calc(100% - 60px);
  }
}

@media (min-width: 1000px) {
  .news-container {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .archive-container .item {
    width: calc((100% / 2) - 45px);
  }
}

@media (min-width: 1440px) {
  .news-container {
    max-width: 1360px;
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .archive-container .item {
    width: 665px;
  }
}

/* Страница новостей */

.news-container.from-news {
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}

.news-list-column {
  float: left;
  width: 40%;
  background: #fff;
  border-radius: 16px;
}

.news-list-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list-cell:first-child {
  padding-top: 30px;
}

.news-list-cell {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  color: #05297d;
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.news-list-cell-allnews {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #05297d;
}

.news-list-column a {
  color: #05297d;
  text-decoration: none;
}

.news-area-column {
  margin-bottom: 0px;
}

.news {
  background: #fff;
  border-radius: 16px;
  padding: 5%;
}

@media (min-width: 320px) {
  .news .news-metadata {
    height: 55px;
  }

  .news .wp-post-image {
    margin-bottom: 0px;
  }

  .news {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .news .news-metadata {
    height: 40px;
  }

  .news .wp-post-image {
    margin-bottom: 5px;
  }

  .news {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .news {
    margin-bottom: 3%;
  }
}

.news .wp-post-image {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

@media (min-width: 320px) {
  .news .wp-post-image {
    height: 48.5vw;
  }
}

@media (min-width: 768px) {
  .news .wp-post-image {
    height: 48.5vw;
  }
}

@media (min-width: 1000px) {
  .news .wp-post-image {
    height: 27vw;
  }
}

@media (min-width: 1440px) {
  .news .wp-post-image {
    height: 401px;
  }
}


@media (min-width: 320px) {
  .news .news-text img {
    height: 75%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .news .news-text img {
    height: 75%;
    width: 75%;
  }
}

.news blockquote {
  font-family: IBM Plex Sans;
  font-style: italic;
  font-weight: normal;
  border-left: #05297d 4px solid;
}

@media (min-width: 320px) {
  .news blockquote {
    font-size: 18px;
    line-height: 125%;
    margin-inline-start: 0;
    padding-inline-start: 20px;
  }
}

@media (min-width: 768px) {
  .news blockquote {
    font-size: 24px;
    line-height: 30px;
    margin-inline-start: 0;
    padding-inline-start: 40px;
  }
}

.news-similar {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
}

.news-similar-list a {
  color: #05297d;
  text-decoration: none;
}

.news-similar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.news-similar-title {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  color: #05297d;
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.news-similar-cell {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  color: #05297d;
}

@media (min-width: 320px) {
  .news-list-column {
    display: none;
  }

  .news-area-column {
    float: left;
    width: 100%;
  }

  .news-similar {
    display: none;
  }

  .news-buttons.from-news {
    display: block;
  }
}

@media (min-width: 768px) {
  .news-similar {
    display: block;
  }
}

@media (min-width: 1000px) {
  .news-list-column {
    display: block;
    width: 40%;
  }

  .news-area-column {
    float: right;
    width: 58%;
  }

  .news-buttons.from-news {
    display: none;
  }
}

/* Кнопка - Все новости*/

.news-buttons {
  clear: both;
  text-align: center;
}

@media (min-width: 320px) {
  .news-buttons {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

@media (min-width: 728px) {
  .news-buttons {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1000px) {
  .news-buttons {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  .news-buttons {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}

.news-button {
  background-color: #05297d;
  /*border-color: #2e4571;*/
  border-style: none;
  color: #fff;
  border-radius: 8px;
}

.news-button:hover {
  background-color: #001e63;
}

@media (min-width: 320px) {
  .news-button {
    width: 136px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .news-button {
    width: 237px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Подвал*/

footer {
  clear: both;
  padding-bottom: 20px;
  background: #f8f8fa;
}

footer p a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.pedagog-prof-footer {
  overflow: auto;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #000;
  padding-top: 25px;
}

.pedagog-prof-footer .pedagog-prof-footer-part.part3 {
  width: 260px;
}

.pedagog-prof-footer .pedagog-prof-footer-part.part4 {
  width: 100%;
}

.pedagog-prof-footer .pedagog-prof-social-icons {
  display: block;
  margin-bottom: 40px;
}

.pedagog-prof-footer .pedagog-prof-social-icons .social-icon {
  float: left;
  margin-right: 40px;
}

.pedagog-prof-footer .pedagog-prof-social-icons .social-icon-telegram {
  margin-right: 0;
}

.pedagog-prof-footer .pedagog-prof-social-icons .social-icon .img-svg {
  vertical-align: middle;
}

.pedagog-prof-social-icons .social-icon .img-svg {
  background-color: rgba(0, 0, 0, 0.5);
}

.pedagog-prof-social-icons .social-icon:hover .img-svg {
  background-color: rgba(0, 0, 0, 1);
}

.pedagog-prof-social-icons .social-icon-vk .img-svg {
  width: 21px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/profsoyuz/images/social-icon-vk.svg");
}

.pedagog-prof-social-icons .social-icon-facebook .img-svg {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/profsoyuz/images/social-icon-facebook.svg");
}

.pedagog-prof-social-icons .social-icon-instagram .img-svg {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/profsoyuz/images/social-icon-instagram.svg");
}

.pedagog-prof-social-icons .social-icon-youtube .img-svg {
  width: 25px;
  height: 18px;
  -webkit-mask-image: url("/wp-content/themes/profsoyuz/images/social-icon-youtube.svg");
}

.pedagog-prof-social-icons .social-icon-telegram .img-svg {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/profsoyuz/images/social-icon-telegram.svg");
}

.pedagog-prof-footer .pedagog-prof-text {
  font-family: IBM Plex Sans;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.pedagog-prof-footer .pedagog-prof-text2,
.pedagog-prof-footer .pedagog-prof-text4 {
  margin-top: 40px;
}

.pedagog-prof-footer .pedagog-prof-text4 {
  float: left;
  width: 100%;
}

.mobile-only {
  display: block;
}

@media (min-width: 320px) {
  .pedagog-prof-footer {
    max-width: 100%;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .pedagog-prof-footer .pedagog-prof-text2 {
    display: none;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part3 {
    display: none;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part4 {
    display: block;
    width: 100%;
  }

  .pedagog-prof-footer .pedagog-prof-text5 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .pedagog-prof-footer {
    max-width: 100%;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    margin-left: 30px;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .pedagog-prof-footer .pedagog-prof-text2 {
    display: none;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part3 {
    display: none;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part4 {
    display: block;
  }

  .pedagog-prof-footer .pedagog-prof-text5 {
    width: 100%;
  }


}

@media (min-width: 1000px) {
  .pedagog-prof-footer {
    max-width: 100%;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    margin-left: 30px;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part1 {
    width: 360px;
    margin-right: 1%;
    float: left;
    margin-bottom: 0;
  }

  .pedagog-prof-footer .pedagog-prof-text2 {
    display: block;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part2 {
    width: 280px;
    float: right;
    margin-bottom: 0;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part3 {
    display: block;
    float: right;
    margin-left: 20px;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part4 {
    display: none;
  }

  .pedagog-prof-footer .pedagog-prof-text5 {
    width: 260px;
  }
}

@media (min-width: 1440px) {
  .pedagog-prof-footer {
    max-width: 1360px;
    width: 1360px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part1 {
    width: 440px;
    float: left;
    margin-bottom: 0;
  }

  .pedagog-prof-footer .pedagog-prof-text2 {
    display: block;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part2 {
    width: 336px;
    float: right;
    margin-bottom: 0;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part3 {
    display: block;
    margin-left: 30px;
    float: right;
  }

  .pedagog-prof-footer .pedagog-prof-footer-part.part4 {
    display: none;
  }

  .pedagog-prof-footer .pedagog-prof-text5 {
    width: 260px;
  }
}

@media (min-width: 320px) {
  .pedagog-prof-footer .pedagog-prof-text {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .pedagog-prof-footer .pedagog-prof-text {
    font-size: 18px;
  }

  .mobile-only {
    display: none;
  }
}

/* О нас */

.about-container-max {
  width: 100%;
  background-color: #fff;
}

@media (min-width: 320px) {
  .about-container-max {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .about-container-max {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
  }
}

@media (min-width: 320px) {
  .about-container {
    max-width: 100%;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .about-container {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1000px) {
  .about-container {
    max-width: 100%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  .about-container {
    max-width: 1360px;
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Шрифты */

.person-name,
.person-job,
.person-contacts {
  line-height: 100%;
}

.about-container a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.docs-columns a {
  color: #05297D;
}

.about-title,
.history-title h2 {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  color: #05297D;
}

.about-container p,
.gender-column ul,
.person-job,
.person-contacts,
.person-region,
.about-revision .email {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}

.about-menu-item {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 165%;
  color: rgba(0, 0, 0, 0.7);
}

.gender-materials a {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: #05297D;
  text-decoration: none;
}

.person.is_region h4 {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}

.docs-columns h5 {
  margin-top: 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: #05297D;
}

.docs-years,
.docs-columns .docs-years a,
#polozheniya a {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}

.about-container .docs-columns .docs-years a,
.about-container .docs-columns #polozheniya a {
  text-decoration: none;
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.about-container .docs-columns a {
  text-decoration: none;
  border-bottom: #05297D 1px solid;
}

.about-container h3,
.docs-title {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.7);
}

.about-container h4,
.person-region {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  color: #05297D;
}

@media (min-width: 320px) {

  .about-title,
  .history-title h2 {
    font-size: 17.2vw;
  }

  .title-item2 {
    margin-top: -4vw;
  }

  .about-menu-item {
    font-size: 13px;
  }

  .about-container p,
  .gender-column ul,
  .person-job,
  .person-contacts,
  .person-region,
  .about-revision .email,
  .gender-materials a,
  .person.is_region h4,
  .docs-columns h5,
  .docs-years,
  .docs-columns .docs-years a,
  #polozheniya a {
    font-size: 16px;
    line-height: 140%;
  }

  .about-container h3,
  .docs-title {
    font-size: 28px;
  }

  .about-container h4,
  .person-region {
    font-size: 20px;
  }
}

@media (min-width: 768px) {

  .about-title,
  .history-title h2 {
    font-size: 16.7vw;
  }

  .title-item2 {
    margin-top: -4vw;
  }

  .about-menu-item {
    font-size: 14px;
  }

  .about-container p,
  .gender-column ul,
  .person-job,
  .person-contacts,
  .person-region,
  .about-revision .email,
  .gender-materials a,
  .person.is_region h4,
  .docs-columns h5,
  .docs-years,
  .docs-columns .docs-years a,
  #polozheniya a {
    font-size: 18px;
    line-height: 125%;
  }

  .about-container h3,
  .docs-title {
    font-size: 48px;
  }

  .about-container h4,
  .person-region {
    font-size: 24px;
  }
}

@media (min-width: 1000px) {

  .about-title,
  .history-title h2 {
    font-size: 14.4vw;
  }

  .title-item2 {
    margin-top: -5vw;
  }

  .about-menu-item {
    font-size: 15px;
  }
}

@media (min-width: 1440px) {

  .about-title,
  .history-title h2 {
    font-size: 216px;
  }

  .title-item2 {
    margin-top: -80px;
  }

  .about-menu-item {
    font-size: 16px;
  }
}

/* Колонки */

.about-head,
.about-columns,
.gender-columns,
.docs-columns {
  display: grid;
}

.about-item .persons {
  display: grid;
}

.docs-years {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}

@media (min-width: 320px) {

  .about-head,
  .gender-columns,
  .docs-columns {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .about-columns {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .about-item .persons {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

@media (min-width: 768px) {

  .about-head,
  .about-columns,
  .gender-columns,
  .docs-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
    row-gap: 50px;
  }

  .about-item .persons {
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
    row-gap: 50px;
  }
}

@media (min-width: 1000px) {

  .about-head,
  .about-columns,
  .gender-columns,
  .docs-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 10vw;
    row-gap: 50px;
  }

  .about-item .persons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1440px) {

  .about-head,
  .about-columns,
  .gender-columns,
  .docs-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 150px;
    row-gap: 50px;
  }

  .about-item .persons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Шапка */

.about-title {
  line-height: 80%;
}

.about-menu {
  list-style: none;
  align-self: end;
  padding: 0;
  margin: 0;
}

.about-head,
.about-columns {
  margin-bottom: 0;
}

@media (min-width: 320px) {

  .about-head,
  .about-columns.columns1 {
    margin-top: 20px;
  }

  .about-columns.columns2 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {

  .about-head,
  .about-columns.columns1,
  .about-columns.columns2 {
    margin-top: 40px;
  }
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
  margin-left: 0;
}

/* Информация для сми */

.smi-info {
  background: #ffffff;
  border-radius: 16px;
  width: 936px;
  position: relative;
}

.hide {
  display: none;
}

.hide+.smi-info-open~.smi-info-text {
  display: none;
}

.circle {
  cursor: pointer;
}

.hide+.smi-info-open>.circle {
  content: url("/wp-content/themes/profsoyuz/images/circle1.png");
}

.hide:checked+.smi-info-open>.circle {
  content: url("/wp-content/themes/profsoyuz/images/circle2.png");
}

.hide:checked+.smi-info-open+.smi-info-text {
  display: block;
}

.circle {
  position: absolute;
  left: 80%;
}

@media (min-width: 320px) {
  .circle {
    top: 52px;
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .circle {
    top: 78px;
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 320px) {
  .smi-info {
    padding: 25px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .smi-info {
    padding: 50px;
    margin-top: 80px;
  }
}

.smi-info-title {
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.smi-info p:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .smi-info {
    width: auto;
  }
}

@media (min-width: 768px) {
  .smi-info {
    width: auto;
  }
}

@media (min-width: 1000px) {
  .smi-info {
    width: 797px;
  }
}

@media (min-width: 1440px) {
  .smi-info {
    width: 936px;
  }
}

/* Контакты */

.person {
  padding-bottom: 1px;
}

@media (min-width: 320px) {
  .about-contacts .person {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .about-contacts .person {
    width: 67vw;
  }
}

@media (min-width: 1000px) {
  .about-contacts .person {
    width: 47vw;
  }
}

@media (min-width: 1440px) {
  .about-contacts .person {
    width: 696px;
  }
}

.about-container h3,
.docs-title {
  margin-top: 0;
}

@media (min-width: 320px) {
  .docs {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .docs {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}

@media (min-width: 320px) {

  .about-item,
  .about-contacts {
    margin-top: 40px;
  }

  .about-container h3,
  .docs-title {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {

  .about-item,
  .about-contacts {
    margin-top: 80px;
  }

  .about-container h3,
  .docs-title {
    margin-bottom: 50px;
  }
}

.about-contacts,
.about-item {
  overflow: hidden;
}

.about-item.about-revision,
.about-item.about-gender {
  margin-top: 0;
}

.about-revision .revision-title {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .about-revision .revision-header {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .about-revision .revision-header {
    margin-bottom: 30px;
  }
}

.gender-column:last-of-type {
  align-self: end;
}

.gender-column ul {
  margin: 0;
}

/* Участник */

.person-region {
  margin-bottom: 10px;
}

.person-img {
  display: inline-block;
  margin-right: 15px;
}

.person-img img {
  border-radius: 100%;
}

.person-title {
  display: inline-block;
  vertical-align: bottom;
}

.person-name,
.person-job {
  margin: 0;
}

.person-text {
  clear: both;
  margin-top: 10px;
}

.person-contacts {
  padding-top: 7px;
  border-top: rgba(0, 0, 0, 0.7) 1px solid;
}

.person-contacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* История */

.history-title {
  clear: both;
}

@media (min-width: 320px) {
  .history-title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .history-title {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

.title-item1 {
  margin: 0;
}

.title-item2 {
  margin-bottom: 0;
}

.history-text img {
  width: 100%;
  height: auto;
}

.history-text {
  margin: 0 auto;
}

@media (min-width: 320px) {
  .history-text {
    width: 100%
  }
}

@media (min-width: 768px) {
  .history-text {
    width: 81%;
  }
}

@media (min-width: 1000px) {
  .history-text {
    width: 68%;
  }
}

@media (min-width: 1440px) {
  .history-text {
    width: 696px
  }
}

/* Зачем вступать в профсоюз*/
.join-union-max-container {
  width: 100%;
}

.wp-block-group {
  box-sizing: content-box;
}

.join-union-container.container4 {
  width: 100%;
  padding: 0;
  margin: 0;
}

.join-union-container-columns {
  display: grid !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
}

@media (min-width: 320px) {
  .join-union-container-columns {
    grid-template-columns: 10px auto 10px;
  }

  .join-union-container {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .join-union-container-columns {
    grid-template-columns: 30px auto 30px;
  }

  .join-union-container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1000px) {
  .join-union-container-columns {
    grid-template-columns: 30px auto 30px;
  }

  .join-union-container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  .join-union-container-columns {
    grid-template-columns: auto 1360px auto;
  }

  .join-union-container {
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.join-union-container .join-union-title {
  color: #FFFFFF;
}

.join-union-container h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 20px 0;
}

.join-union-container h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #2669EC;
  margin: 0 0 20px 0;
}

.join-union-container h3 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #2669EC;
  margin: 0 0 20px 0;
}

.join-union-container h4,
.join-union-container .join-union-list2 li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.join-union-container p,
.join-union-container .join-union-list1 li {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}

.join-union-container p a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-bottom: rgba(0, 0, 0, 0.7) 1px solid;
}

.join-union-img figcaption {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #FFFFFF;
}

.join-union-max-container,
.join-union-container .join-union-columns,
.join-union-container .join-union-columns .group4 {
  margin-bottom: 0;
}

@media (min-width: 320px) {

  .join-union-container h1,
  .join-union-container h2,
  .join-union-container h3 {
    font-size: 24px;
  }

  .join-union-container h4,
  .join-union-container .join-union-list2 li,
  .join-union-container p,
  .join-union-container .join-union-list1 li,
  .join-union-img figcaption {
    font-size: 16px;
  }

  .join-union-container h4 {
    font-weight: 600;
  }

  .join-union-container .join-union-list2 li {
    font-weight: 400;
  }

  .join-union-column1:last-child {
    background: #fff;
    padding: 20px;
  }

  .x-img {
    display: none;
  }

  .x-text {
    margin-top: 0;
  }

  .join-union-columns4 .column2 {
    padding: 20px 20px 20px 20px;
  }

  .join-union-max-container,
  .join-union-container .join-union-columns,
  .join-union-container .join-union-columns .group4 {
    margin-top: 40px;
  }

  .max-container0,
  .max-container3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .join-union-container h1 {
    font-size: 48px;
  }

  .join-union-container h2 {
    font-size: 36px;
  }

  .join-union-container h4,
  .join-union-container .join-union-list2 li {
    font-size: 24px;
    font-weight: 400;
  }

  .join-union-container p,
  .join-union-container .join-union-list1 li,
  .join-union-img figcaption {
    font-size: 18px;
  }

  .join-union-column1:last-child {
    background: none;
    padding: 0;
  }

  .x-img {
    display: block;
  }

  .x-text {
    margin-top: 50px;
  }

  .join-union-columns4 .column2 {
    padding: 60px 60px 60px 60px;
  }

  .join-union-max-container,
  .join-union-container .join-union-columns,
  .join-union-container .join-union-columns .group4 {
    margin-top: 80px;
  }

  .max-container0,
  .max-container3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 320px) {
  .x-column:last-of-type h2 {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .x-column:last-of-type h2 {
    margin-top: 69.609px;
  }
}

.join-union-container h4 {
  margin: 0;
  line-height: 250%;
}

.join-union-container ul li {
  line-height: 250%;
}

.join-union-container p {
  line-height: 165%;
}

.join-union-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.join-union-container ul li:last-child {
  border: 0;
}

.join-union-container ul li {
  border-bottom: #2669EC 1px solid;
}

.join-union-img img {
  height: auto;
  margin: 0;
}

@media (min-width: 320px) {
  .join-union-img img {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .join-union-img img {
    width: 97%;
  }

  .join-union-img:hover img {
    animation-duration: 0.3s;
    animation-name: join-union-hover-img1000;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
  }

  .join-union-img:hover figcaption {
    animation-duration: 0.3s;
    animation-name: join-union-hover-cap1000;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
  }
}

@media (min-width: 1440px) {
  .join-union-img:hover img {
    animation-duration: 0.3s;
    animation-name: join-union-hover-img1440;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
  }

  .join-union-img:hover figcaption {
    animation-duration: 0.3s;
    animation-name: join-union-hover-cap1440;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
  }
}

@keyframes join-union-hover-img1000 {
  0% {
    width: 100%;
    margin: -0.139vw -0.347vw -0.139vw -0.347vw;
  }

  100% {
    width: 97%;
    margin: 0;
  }
}

@keyframes join-union-hover-cap1000 {
  0% {
    margin-top: calc(0.5em - 0.0347vw);
  }

  100% {
    margin-top: 0.5em;
  }
}

@keyframes join-union-hover-img1440 {
  0% {
    width: 100%;
    margin: -2px -5px -2px -5px;
  }

  100% {
    width: 97%;
    margin: 0;
  }
}

@keyframes join-union-hover-cap1440 {
  0% {
    margin-top: calc(0.5em - 0.5px);
  }

  100% {
    margin-top: 0.5em;
  }
}

.join-union-columns {
  display: grid;
}

.join-union-columns3,
.join-union-columns4 {
  margin: 0;
}

@media (min-width: 320px) {
  .join-union-columns0 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 10px;
  }

  .join-union-columns1 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }

  .join-union-columns2 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }

  .join-union-column3:first-child {
    grid-column: 1/3;
  }

  .join-union-columns3 {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }

  .join-union-container-columns .join-union-columns4 {
    row-gap: 40px;
  }

  .join-union-columns4 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
}

@media (min-width: 768px) {
  .join-union-columns0 {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
  }

  .join-union-columns1 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 80px;
  }

  .join-union-columns2 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 80px;
  }

  .join-union-column3:first-child {
    grid-column: 1/3;
  }

  .join-union-columns3 {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }

  .join-union-container-columns .join-union-columns4 {
    row-gap: 80px;
  }

  .join-union-columns4 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
}

@media (min-width: 1000px) {
  .join-union-columns0 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
  }

  .join-union-columns1 {
    grid-template-columns: 1fr 1fr;
    column-gap: 27.15vw;
    row-gap: 0;
  }

  .join-union-columns2 {
    grid-template-columns: 1.5fr 1fr;
    column-gap: 10.07vw;
    row-gap: 0;
  }

  .join-union-column3:first-child {
    grid-column: auto;
  }

  .join-union-columns3 {
    grid-template-columns: 2.5fr 1fr 1fr;
    grid-column: auto;
    column-gap: 80px;
    row-gap: 0;
    margin: 0;
  }

  .join-union-container-columns .join-union-columns4 {
    row-gap: 0;
  }

  .join-union-columns4 {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .join-union-columns0 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
  }

  .join-union-columns1 {
    grid-template-columns: 1fr 1fr;
    column-gap: 391px;
    row-gap: 0;
  }

  .join-union-columns2 {
    grid-template-columns: 1.5fr 1fr;
    column-gap: 145px;
    row-gap: 0;
  }

  .join-union-column3:first-child {
    grid-column: auto;
  }

  .join-union-columns3 {
    grid-template-columns: 3fr 1fr 1fr;
    grid-column: auto;
    column-gap: 80px;
    row-gap: 0;
    margin: 0;
  }

  .join-union-container-columns .join-union-columns4 {
    row-gap: 0;
  }

  .join-union-columns4 {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
    margin: 0;
  }
}

.join-union-column1 {
  position: relative;
}

.x-img {
  position: absolute;
  top: 0;
  left: -33px;
}

@media (min-width: 320px) {

  .join-union-column3:first-child,
  .join-union-container .join-union-title3 {
    margin-left: 0;
  }
}

@media (min-width: 1440px) {

  .join-union-column3:first-child,
  .join-union-container .join-union-title3 {
    margin-left: 80px;
  }
}

@media (min-width: 320px) {
  .join-union-column1:first-child {
    margin-right: 0 !important;
  }

  .join-union-column1:last-child,
  .join-union-column2:last-child {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .join-union-column1:first-child {
    margin-right: 20vw !important;
  }

  .join-union-column1:last-child,
  .join-union-column2:last-child {
    margin-left: 20vw !important;
  }
}

@media (min-width: 1000px) {
  .join-union-column1:first-child {
    margin-right: 0 !important;
  }

  .join-union-column1:last-child,
  .join-union-column2:last-child {
    margin-left: 0 !important;
  }
}

.max-container0 {
  cursor: url("/wp-content/themes/profsoyuz/images/hand-peace.png"), url("/wp-content/themes/profsoyuz/images/hand-peace.png"), default;
}

.join-union-container .join-union-columns:first-of-type,
.join-union-container .join-union-columns.join-union-columns0,
.join-union-container .join-union-columns4 .join-union-column4 .group4:first-child,
.join-union-max-container.max-container0 {
  margin-top: 0;
}

@media (min-width: 320px) {
  .join-union-container-column-right {
    background: none;
  }
}

@media (min-width: 1000px) {
  .join-union-container-column-right {
    background: #fff;
  }
}

/* Лейка */

.leyka-pf {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 320px) {
  .leyka-pf {
    margin: 0 0 40px 0 !important;
    border-radius: 8px !important;
  }
}

@media (min-width: 768px) {
  .leyka-pf {
    margin: 0 0 80px 0 !important;
    border-radius: 16px !important;
  }
}

.join-union-container .leyka-pf .swiper-item.flex-amount-item {
  display: none !important;
}

.leyka-pf * {
  font-family: 'IBM Plex Sans' !important;
  font-style: normal !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

.leyka-pf .leyka-default-submit {
  color: #F8F8FA !important;
  background: #2669EC !important;
}

.leyka-pf a {
  color: #2669EC !important;
  border-bottom: none !important;
}

.leyka-pf a:hover {
  text-decoration: none !important;
}

.leyka-pf .swiper-item .amount,
.leyka-pf .swiper-item[data-payment-type="single"] .currency,
.leyka-pf input,
.leyka-pf label,
.leyka-pf .section__fields.periodicity a {
  font-size: 18px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.leyka-pf .swiper-item.selected,
.leyka-pf .section__fields.periodicity a.active {
  border: #2669EC 2px solid !important;
  background: rgba(38, 105, 236, 0.2) !important;
}

.leyka-pf .swiper-item.selected[data-payment-type="single"] .amount,
.leyka-pf .swiper-item.selected[data-payment-type="single"] .currency,
.leyka-pf .swiper-item.selected[data-payment-type="recurring"] .amount,
.leyka-pf .swiper-item.selected[data-payment-type="recurring"] .currency {
  color: rgba(0, 0, 0, 0.7) !important;
}

.leyka-pf .donor__textfield.focus .leyka-star-field-frame,
.leyka-pf .donor__textfield.valid .leyka-star-field-frame {
  border-color: #2669EC !important;
  background: rgba(38, 105, 236, 0.2) !important;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta input:checked+label:before {
  background: #fff;
  border-color: #2669EC !important;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta input:checked+label svg.icon-checkbox-check {
  fill: #2669EC !important;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner {
  background: none !important;
}

.leyka-tpl-star-form .section .section__fields a {
  margin-left: 0 !important;
  width: 50% !important;
}


/* Сделать пожертвование */

@media (min-width: 320px) {
  .donate-container {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .donate-container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1000px) {
  .donate-container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  .donate-container {
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.donate-columns {
  display: grid;
  margin: 0;
}

@media (min-width: 320px) {
  .donate-columns {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
}

@media (min-width: 768px) {
  .donate-columns {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
}

@media (min-width: 1000px) {
  .donate-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .donate-columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
    margin: 0;
  }
}

.donate-container h2 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #2669EC;
  margin: 0 0 20px 0;
}

.donate-container p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 320px) {
  .donate-container h2 {
    font-size: 24px;
  }

  .donate-container p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .donate-container h2 {
    font-size: 36px;
  }

  .donate-container p {
    font-size: 18px;
  }
}

@media (min-width: 320px) {
  .donate-container .leyka-pf {
    margin: 40px 0 40px 0 !important;
  }
}

@media (min-width: 768px) {
  .donate-container .leyka-pf {
    margin: 80px 0 80px 0 !important;
  }
}

/* Поиск */

.search-container,
.search-results-container {
  display: block;
  overflow: auto;
  width: 100%;
  background: #2669EC;
}

@media (min-width: 320px) {
  .search-container {
    height: calc(100vh - 44px);
  }
}

@media (min-width: 768px) {
  .search-container {
    height: calc(100vh - 75px);
  }
}

.search-result-container {
  height: auto;
}

.search-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.search-container .search-form {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .search-container .search-form {
    margin-top: calc((100vh - 44px - 42px) / 2);
  }
}

@media (min-width: 768px) {
  .search-container .search-form {
    margin-top: calc((100vh - 75px - 62px) / 2);
  }
}

.search-results-container .search-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-field {
  float: left;
  background: #3574F0;
  border: #fff 2px solid;
  border-radius: 8px 0px 0px 8px;
  padding: 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #F8F8FA;
  outline: none;
}

.search-submit {
  border: #fff 2px solid;
  background: #fff;
  border-radius: 0px 8px 8px 0px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #05297D;
  padding: 0;
}

@media (min-width: 320px) {
  .search-form {
    width: calc(56vw + 104px);
  }

  .search-field {
    width: 56vw;
    height: 42px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-submit {
    width: 104px;
    height: 42px;
    font-size: 18px;
  }
}


@media (min-width: 768px) {
  .search-form {
    width: 62vw;
  }

  .search-field {
    width: 46vw;
    height: 62px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-submit {
    width: 16vw;
    height: 62px;
    font-size: 24px;
  }
}


@media (min-width: 1000px) {
  .search-form {
    width: 62vw;
  }

  .search-field {
    width: 46vw;
    height: 62px;
    font-size: 24px;
  }

  .search-submit {
    width: 16vw;
    height: 62px;
    font-size: 24px;
  }
}


@media (min-width: 1440px) {
  .search-form {
    width: 959px;
  }

  .search-field {
    width: 664px;
    height: 62px;
    font-size: 24px;
  }

  .search-submit {
    width: 231px;
    height: 62px;
    font-size: 24px;
  }
}

/* Страница не найдена */

@media (min-width: 320px) {
  .container-404 {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .container-404 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1000px) {
  .container-404 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  .container-404 {
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-max-404 {
  display: block;
  overflow: auto;
  width: 100%;
  background: #2669EC;
  margin: 0;
}

@media (min-width: 320px) {
  .container-max-404 {
    height: calc(100vh - 44px);
  }
}

@media (min-width: 768px) {
  .container-max-404 {
    height: calc(100vh - 75px);
  }
}

.object-404 {
  display: block;
  width: 100%;
}

@media (min-width: 320px) {
  .object-404 {
    margin-top: calc((100vh - 44px - 300px) / 2);
  }
}

@media (min-width: 768px) {
  .object-404 {
    margin-top: calc((100vh - 75px - 455px) / 2);
  }
}

@media (min-width: 1000px) {
  .object-404 {
    margin-top: calc((100vh - 75px - 515px) / 2);
  }
}

.container-404 h1,
.container-404 p,
.container-404 p a {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #F8F8FA;
}

.container-404 h1 {
  margin: 0;
  width: 100%;
  text-align: center;
}

.container-404 p {
  width: 100%;
  text-align: center;
}

.container-404 p a {
  text-decoration: none;
  border-bottom: #F8F8FA 2px solid;
}

@media (min-width: 320px) {
  .container-404 h1 {
    font-size: 160px;
  }

  .container-404 p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .container-404 h1 {
    font-size: 264px;
  }

  .container-404 p {
    font-size: 28px;
  }
}

@media (min-width: 1000px) {
  .container-404 h1 {
    font-size: 288px;
  }

  .container-404 p {
    font-size: 36px;
  }
}

@media (min-width: 1440px) {
  .container-404 h1 {
    font-size: 288px;
  }

  .container-404 p {
    font-size: 36px;
  }
}

/* Произвольная страница*/

@media (min-width: 320px) {

  .page-content-container,
  .page-title-container {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {

  .page-content-container,
  .page-title-container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1000px) {

  .page-content-container,
  .page-title-container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {

  .page-content-container,
  .page-title-container {
    width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  .page-title-container {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .page-content-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .page-title-container {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .page-content-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.page-title-container * {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

@media (min-width: 320px) {
  .page-title-container * {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .page-title-container * {
    font-size: 48px;
  }
}

.page-content-container p {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 320px) {
  .page-content-container p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .page-content-container p {
    font-size: 18px;
    line-height: 125%;
  }
}

@media (min-width: 320px) {
  .page-content-container p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .page-content-container p {
    font-size: 18px;
    line-height: 125%;
  }
}

/* iframe {
  width: 100%;
  height: 333px;
} */