.mfp-bg {
  background: rgba(0, 0, 0, 0.61);
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure:after {
  display: none;
}

a,
button {
  display: inline-block;
  transition: all 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover,
button:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul a,
ol a {
  display: inline-block;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #000;
  transition: 0.1s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input,
textarea,
select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
  line-height: 1.2;
}

i {
  font-style: italic;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

html {
  margin-top: 0 !important;
  min-width: 320px;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #262626;
  background: #fff;
  overflow-x: hidden;
}

picture {
  display: block;
}

.sbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border: 0;
  text-align: center;
  color: #FFFFFF;
  background: #143f59;
}

.sbtn img,
.sbtn path {
  transition: 0.2s;
}

.sbtn:hover {
  color: #FFFFFF;
  background: #f5333f;
  cursor: pointer;
}

.sbtn:hover path {
  fill: #fff;
}

.sbtn_border {
  border: 1px solid #143f59;
  color: inherit;
  background: transparent;
}

.sbtn_border:hover {
  border-color: #f5333f;
}

.page-heading {
  background: -webkit-gradient(linear, left top, right top, from(#adc6da), to(#143f59));
  background: -webkit-linear-gradient(left, #adc6da, #143f59);
  background: -o-linear-gradient(left, #adc6da, #143f59);
  background: linear-gradient(to right, #adc6da, #143f59);
}

.page-heading__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 220px;
  font: 700 48px/1.2 Oswald;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.swiper-pagination {
  position: relative;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.swiper-pagination-bullet {
  margin: 0 7.5px !important;
  width: 18px;
  height: 18px;
  border: 1px solid #f5333f;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f5333f;
}

.header {
  background: #ffff;
  height: 140px;
  z-index: 59;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

.header-top {
  background: #143f59;
}

.header-top__box {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  height: 48px;
}

.header-top__link {
  margin: 0;
  font: 15px/24px Oswald;
  color: #f8f8f8;
}

.header-top__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 1px;
}

.header-top__buttons li {
  position: relative;
}

.header-top__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.header-top__buttons a path {
  transition: 0.1s;
}

.header-top__buttons a:hover path {
  fill: #f5333f;
}

.profile-btn {
  position: relative;
}

.profile-btn .sub-menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 100%;
  width: 140px;
  border: 1px solid #707070;
  z-index: 1;
}

.profile-btn .sub-menu a {
  padding: 0;
  width: 100%;
  height: 30px;
}

.profile-btn .sub-menu li:before {
  display: block !important;
}

.profile-btn .sub-menu li:last-child:before {
  display: none !important;
}

.profile-btn .sub-menu li:hover>a {
  color: #fff;
  background: rgba(20, 47, 89, 0.72);
}

.profile-btn:hover .sub-menu {
  display: block !important;
}

.profile-btn:hover a path {
  fill: #f5333f;
}

.header-main__box {
  display: grid;
  align-items: center;
  grid-template-columns: 208px 1fr 416px;
}

.header-main__box>div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main__logo {
  max-width: 120px;
}

.header__mob-btns {
  display: none;
  align-items: center;
  gap: 4px;
  margin: 0 3px 0 0;
}

.header__mob-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.header__mob-btns a path {
  transition: 0.1s;
}

.header__mob-btns li:nth-child(1) a:hover path {
  fill: #f5333f;
}

.header__mob-btns li:nth-child(2) a:hover path {
  stroke: #f5333f;
}

.header-main__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -24px;
  font: 500 18px/24px Oswald;
  color: #262626;
}

.header-main__menu>li {
  position: relative;
  margin: 0 24px;
}

.header-main__menu>li>a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92px;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-main__menu>li>a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 25px 0 0;
  width: 100%;
  height: 3px;
  background: #143f59;
  opacity: 0;
  transition: 0.2s;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 25px;
  top: calc(100% - 4px);
  padding: 12px 0;
  border: 1px solid #707070;
  font: 500 15px/1 Oswald;
  white-space: nowrap;
  color: #121212;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sub-menu li {
  position: relative;
  padding: 0 0 1px;
}

.sub-menu li:last-child {
  padding: 0;
}

.sub-menu li:last-child:before {
  display: none;
}

.sub-menu li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: calc(100% - 42px);
  height: 1px;
  background: #262626;
}

.sub-menu a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 30px;
}

.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: -13px;
  border: 1px solid #c4c4c4;
  width: auto;
}

.sub-menu .sub-menu li {
  position: relative;
}

.sub-menu .sub-menu li:before {
  width: calc(100% - 24px);
}

.sub-menu .sub-menu a {
  font-weight: 400;
  padding: 0 12px;
}

@media (min-width: 992px) {
  .header-main__menu>li:hover>a {
    color: #f5333f;
  }

  .header-main__menu>li:hover>a:before {
    opacity: 1;
  }

  .header-main__menu>li:hover>.sub-menu {
    display: block;
  }

  .sub-menu li:hover>a {
    color: #fff;
    background: rgba(20, 47, 89, 0.72);
  }

  .sub-menu li:hover>.sub-menu {
    display: block;
  }
}

.sub-menu__arrow {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 20px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}

.sub-menu__arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 100%;
  background: url("../img/icons/submenu-arrow.svg") right center/100% auto no-repeat;
  transition: 0.1s;
}

.sub-menu__arrow~a {
  padding-right: 40px;
}

.sub-menu__open {
  display: none;
}

.header__nav-close {
  display: none;
  position: absolute;
  right: 14px;
  top: 6px;
  width: 40px;
  height: 40px;
  background: url("../img/icons/menu-close.svg") center/17px auto no-repeat;
  cursor: pointer;
}

.main {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  padding-top: 140px;
}

.s1 {
  padding: 46px 0;
}

.s1 .swiper-button-prev,
.s1 .swiper-button-next {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icons/slider-arrow.svg") 40% center/12px auto no-repeat;
}

.swiper-button-prev {
  left: 22px;
}

.swiper-button-next {
  right: 22px;
}

.swiper-button-next:after {
  transform: rotate(180deg);
}

.s1__items {
  display: grid;
  grid-template: 196px/ 1fr 1fr 1fr;
  gap: 16px;
}

.s1__items .s1-item:last-child .s1-item__title {
  font-size: 22px;
}

.s1-item {
  position: relative;
  /*border-radius: 10px;*/
  overflow: hidden;
}

.s1-item:hover .s1-item__img img {
  transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.s1-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s1-item_big {
  grid-area: 1 / 1 / span 2 / span 2;
}

.s1-item_big .s1-item__title {
  padding: 0 0 53px 31px;
  font-size: 30px;
}

.s1-item_wide {
  grid-area: 1 / 3 / span 1 / span 2;
}

.s1-item__img {
  position: relative;
  height: 100%;
}

.of-img {
  position: relative;
  overflow: hidden;
}

.of-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.s1-item__title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 20px;
  padding-right: 5px;
  width: 100%;
  height: 100%;
  font: 24px/1.2 Oswald;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.62);
}

.s2 {
  padding: 60px 0 0;
}

.stitle {
  margin: 0 0 22px;
  font: 35px/1.2 Oswald;
  text-transform: uppercase;
  color: #262626;
}

.scategory {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  margin: 0 0 34px 0;
  font: 15px/20px Oswald;
  letter-spacing: 0.01em;
  color: #96a2b4;
}

.scategory__link {
  text-align: right;
  color: #f5333f;
}

.scategory__link:hover {
  color: #f5333f;
}

.articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 37px;
}

.articles_3 {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 27px;
  column-gap: 27px;
}

.article__img {
  display: block;
}

.article__img:before {
  content: "";
  display: block;
  padding: calc(190/325 * 100%) 0 0;
}

.article__img:hover img {
  transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.article__main {
  padding: 44px 18px 36px;
  border: 1px solid #e6eaee;
  border-top: none;
}

.article__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 69px;
  margin: 0 0 10px;
  font: 700 17px/23px Oswald;
  color: #323c47;
  overflow: hidden;
}

.article__title a {
  display: block;
}

.article__title a:hover {
  color: #f5333f;
}

.article__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 92px;
  margin: 0;
  font: 13px/23px Oswald;
  letter-spacing: 0.01em;
  color: #8a96a0;
  overflow: hidden;
}

.articles__more {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 37px auto 0;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  max-width: 100%;
  min-height: 47px;
  border-radius: 3px;
  font: 16px/1.2 Oswald;
  text-align: center;
  color: #fff;
  background: #143f59;
}

.articles__more:hover {
  background: #f5333f;
}

.s3 {
  padding: 32px 0 0;
}

.main.home{
  /*flex-direction: row;*/
}

.s4 {
  /* margin: 92px 0 150px; */
  background: -webkit-gradient(linear, left top, right top, from(#adc6da), to(#143f59));
  background: -webkit-linear-gradient(left, #adc6da, #143f59);
  background: -o-linear-gradient(left, #adc6da, #143f59);
  background: linear-gradient(to right, #adc6da, #143f59);
}

.s4__box {
  /*display: grid;
  grid-template-columns: 50% 50%;*/
}

.s4__left {
  padding: 40px 20px 40px;
  min-height: auto;
  /*background: #143f59;*/
}

.s4__title {
  margin: 0 auto 36px;
  font: 40px/1.5 Oswald;
  text-align: center;
  color: #FFF;
}

.s4__title_1 {
  /*max-width: 584px;*/
}

.s4__text {
  margin: 0 auto 36px;
  max-width: 90%;
  font: 400 22px/1.1 Arimo;
  text-align: center;
  color: #fff;
}

.s4__right {
  position: relative;
  background: #F0F0F0;
}

.s4__bg {
  height: 595px;
}

.s4__right-main {
  position: relative;
  margin: -94px 0 0;
  padding: 46px 15px 25px;
  background: rgba(240, 240, 240, 0.84);
}

.s4__right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  border: 1px solid #121212;
  border-radius: 25px;
  font: 16px/1.2 Oswald;
  text-align: center;
  color: #121212;
}

.s4__right-btn:hover {
  color: #F0F0F0;
  background: #121212;
}

#advanced-search {
  display: none;
}

.popular-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 36px 0 0 8px;
}

.popular-topics a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  font: 500 18px/1.4 Oswald;
  white-space: nowrap;
  color: #fff;
}

.popular-topics a:hover {
  color: #d3d0c9;
  background: #f5333f;
  border-color: #f5333f;
}

#form-top-row {
  display: grid;
  grid-template-columns: auto 86px minmax(190px, 30.6%);
  grid-template-rows: 76px;
}

#form-top-row input[type="text"] {
  padding: 0 0 0 28px;
  border: 1px solid #c9ced1;
  font: 300 15px/1.2 Arimo;
  color: #666;
  background: #d3d0c9;
}

#form-top-row input[type="text"]::-webkit-input-placeholder {
  color: #666;
}

#form-top-row input[type="text"]:-moz-placeholder {
  color: #666;
}

#form-top-row input[type="text"]::-moz-placeholder {
  color: #666;
}

#form-top-row input[type="text"]:-ms-input-placeholder {
  color: #666;
}

#form-top-row input[type="submit"] {
  padding: 0;
  border: 1px solid #f9f9fb;
  font-size: 0;
  background: #143f59 url("../img/icons/Search.svg") center/33px auto no-repeat;
}

#form-top-row input[type="submit"]:hover {
  background-color: #f5333f;
}

#form-top-row #advanced-search-toggle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  font: 300 15px/24px Oswald;
  color: #d3d0c9;
  background: #666;
}

#form-top-row #advanced-search-toggle._active:after {
  transform: rotate(180deg);
}

#form-top-row #advanced-search-toggle:after {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 0 0 40px;
  width: 14px;
  height: 9px;
  background: url("../img/icons/form-arrow.svg") center/100% auto no-repeat;
  transition: 0.1s;
}

#form-suggestions {
  display: none;
}

#advanced-search {
  margin: 30px 0 0;
  color: #121212;
}

.as-label {
  margin: 0 0 20px;
  font: 18px/1.2 Oswald;
}

.one-advanced-search {
  display: grid;
  grid-template: 50px / -webkit-min-content auto;
  grid-template: 50px / min-content auto;
  border: 1px solid #121212;
  font: 16px/1.2 Oswald;
  color: #121212;
}

.one-advanced-search>div:nth-child(2) {
  display: flex;
}

.one-advanced-search>div:nth-child(2) input {
  border: 0;
  padding: 0 0 0 10px;
  font: 16px/1.2 Oswald;
  color: #121212;
  background: #fff;
}

.toggle-dropdown {
  position: relative;
  display: flex;
  border-right: 1px solid #121212;
  background: #fff;
}

.toggle-dropdown>svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  transition: 0.1s;
}

.type-label {
  display: flex;
  align-items: center;
  padding: 0 25px 0 10px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.type-label._active+svg {
  transform: translate(0, -50%) rotate(180deg);
}

.type-label._active~.oa-dropdown {
  display: block;
}

.oa-dropdown {
  position: absolute;
  left: -1px;
  top: 100%;
  display: none;
  padding: 10px 0;
  border: 1px solid #121212;
  white-space: nowrap;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.oa-dropdown label {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  cursor: pointer;
}

.oa-dropdown input {
  flex-shrink: 0;
  width: 30px;
}

.oa-dropdown p {
  margin: 0 0 10px;
}

.oa-dropdown p:last-child {
  margin: 0;
}

.s5 {
  padding: 112px 0 70px;
  color: #fff;
  background: #666;
}

.s5__text {
  margin: 0 auto 100px;
}

.s5__title {
  margin: 0 0 76px;
  font: 40px/1.2 Oswald;
  text-align: center;
}

.s5__subtitle {
  margin: 0 auto;
  max-width: 555px;
  font: 25px/1.12 Oswald;
  text-align: center;
}

.s5-form {
  position: relative;
  margin: 0 auto;
  max-width: 692px;
}

.s5-form__input {
  padding: 0 200px 0 42px;
  height: 62px;
  border: 0;
  border-radius: 30px;
  font: 17px/1.2 Oswald;
  color: #fff;
  background: rgba(17, 59, 123, 0.35);
}

.s5-form__input::-webkit-input-placeholder {
  color: #fff;
}

.s5-form__input:-moz-placeholder {
  color: #fff;
}

.s5-form__input::-moz-placeholder {
  color: #fff;
}

.s5-form__input:-ms-input-placeholder {
  color: #fff;
}

.s5-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 62px;
  border-radius: 30px;
  font: 21px/1.2 Oswald;
  text-align: center;
  color: #143f59;
  background: #fff;
}

.s5-form__submit:hover {
  color: #fff;
  background: #143f59;
}

.footer {
  color: #fff;
  background: #262626;
}

.footer__box {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 16px;
  padding: 70px 0 50px;
  /*min-height: 350px;*/
}

.footer__logo {
  max-width: 180px;
  padding: 16px 0;
}

.footer__menu {
  margin: 20px 0 0;
  /* font: 500 22px/1.1 Oswald; */
}

.footer__menu li {
  margin: 0 0 2px;
}

.footer__menu a:hover {
  color: #f5333f;
}

.footer__contacts {
  margin: 20px 0 0;
  /* font: 500 22px/1.1 Oswald; */
}

.footer__contacts a:hover {
  color: #f5333f;
}

.footer__contacts-title {
  margin: 0 0 6px;
}

.footer__contacts-mail {
  margin: 0 0 2px;
}

.footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1px;
}

.footer__socials a {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}

.footer__socials a path {
  transition: 0.1s;
}

.footer__socials a:hover path {
  fill: #f5333f;
}

.footer__bottom {
  background: #143f59;
}

.footer__copyright {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  padding: 14px 0;
  font: 400 14px/1.1 Oswald;
  text-align: center;
  color: #fff;
}

.modal {
  margin: 0 auto;
  padding: 74px 15px;
  width: 688px;
  max-width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  color: #121212;
  background: #f8f8f8;
}

.modal-corsi {
  width: 828px;
}

.modal__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border: 4px solid #143f59;
  border-radius: 50%;
  text-align: center;
}

.modal__icon img {
  max-height: 100%;
}

.modal__icon_no-border {
  border: 0;
  border-radius: 0;
}

.modal__top {
  margin: 0 auto 28px;
}

.modal__title {
  margin: 0 auto 15px;
  font: 32px/1.2 Oswald;
  text-align: center;
}

.modal__text {
  margin: 0 auto 15px;
  font: 18px/1.4 Oswald;
  text-align: center;
}

.modal__text>* {
  margin: 0 0 1em;
}

.modal-form {
  position: relative;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
}

.modal-form ._error {
  border-color: red !important;
}

.modal-form ._error~.modal-form__msg {
  display: block;
}

.modal-form__row {
  margin: 0 0 15px;
}

.modal-form__input {
  padding: 0 30px 0 16px;
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  border-radius: 3px;
  font: 13px/1.2 Oswald;
  color: #121212;
  background: #fff;
  transition: 0.2s;
}

.modal-form__input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.modal-form__input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.modal-form__input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.modal-form__input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.modal-form__input[type="email"] {
  background: #fff url("../img/icons/mail.svg") calc(100% - 10px) center/18px auto no-repeat;
}

.modal-form__input[type="password"] {
  background: #fff url("../img/icons/unlock.svg") calc(100% - 10px) center/18px auto no-repeat;
}

.modal-form__input:focus {
  border-color: #143f59;
}

.modal-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 0;
  width: 100%;
  height: 47px;
  font: 16px/1.2 Oswald;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #143f59;
}

.modal-form__submit:hover {
  background: #f5333f;
}

.modal-form__cb {
  position: relative;
  margin: 20px auto 0;
  margin: 19px auto 0;
  padding: 0 0 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
  cursor: pointer;
}

.modal-form__cb>span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #121212;
  border-radius: 3px;
  background: transparent;
}

.modal-form__cb>span:nth-child(3) {
  font: 300 16px/1.4 Oswald;
  color: #121212 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-form__cb input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.modal-form__cb input[type="checkbox"]:checked+span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icons/checkbox.svg") center/10px auto no-repeat;
}

.modal-form__cb a {
  color: #143f59;
}

.modal-form__cb a:hover {
  text-decoration: underline;
}

.modal-form__submit-box {
  display: grid;
  grid-template-columns: 204px auto;
  align-items: center;
  gap: 20px;
}

.modal-form__submit-box>* {
  margin: 0;
}

.modal-form__restore-link {
  margin: 0 0 20px;
  padding: 5px 5px 5px 0;
  font: 300 14px/1.5 Oswald;
  color: #143f59;
}

.modal-form__restore-link:hover {
  text-decoration: underline;
}

.modal-form__title {
  margin: 0 0 12px;
  font: 600 16px/1.4 Oswald;
  text-align: center;
}

.modal-form__reg-text {
  margin: 16px 0 0;
  font: 600 16px/1.4 Oswald;
  text-align: center;
}

.modal-form__reg-text a {
  color: #143f59;
}

.modal-form__reg-text a:hover {
  text-decoration: underline;
}

.modal__heading {
  margin: 0 0 23px;
  text-align: center;
  font: 700 25px/1.2 Oswald;
}

.modal-login {
  padding-top: 60px;
}

.modal-login .modal__icon {
  margin-bottom: 32px;
}

.modal-login .modal__text {
  margin: 0 0 54px;
}

.modal-pass-restore {
  padding: 70px 15px;
}

.modal-pass-restore .modal__icon {
  margin-bottom: 26px;
}

.modal-pass-restore .modal-form__submit {
  margin: 26px auto 0;
  max-width: 204px;
}

.modal-form__msg {
  display: none;
  margin: 5px 0 0;
  font: 13px/16px Oswald;
  color: red;
}

.mfp-close {
  position: absolute;
  right: 12px !important;
  top: 16px !important;
  width: 30px;
  height: 30px;
  font-size: 0;
  opacity: 1;
  background: url("../img/icons/Close.svg") center/10px auto no-repeat !important;
}

.modal-corsi {
  padding: 74px 36px;
}

.modal__list {
  display: grid;
  gap: 16px;
  text-align: left;
  font-weight: 500;
}

.modal__list li::before {
  content: "\2022";
  color: #f5333f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  vertical-align: top;
}

.modal__list a {
  display: inline;
  font: 24px/1.4 Oswald;
}

.modal__list a:hover {
  text-decoration: underline;
}

.modal__list__date {
  display: block;
  color: #143f59;
  font: 20px/1.4 Oswald;
}

.modal__list__subtitle {
  display: inline;
  color: #121212;
}

.s21 {
  padding: 44px 0 0;
}

.s21--demo {
  padding: 28px 0;
}

.s21__top {
  margin: 0 auto 77px;
  text-align: center;
}

.s21--demo .s21__top {
  margin: 0 auto;
  text-align: center;
}

.s21__title {
  margin: 0 0 15px;
  font: 700 30px/140% Oswald;
}

.s21--demo .s21__title {
  margin: 0 0 15px;
  font: 500 40px/140% Oswald;
  letter-spacing: 2px;
}

.s21__subtitle {
  margin: 0 0 15px;
  font: 27px/156% Arimo;
}

.s21--demo .s21__subtitle {
  margin: 0 0 15px;
  font: 600 36px/156% Arimo;
  letter-spacing: 1px;
}

.s21__block {
  margin: 0 0 108px;
}

.popular-topics__add {
  display: none !important;
  width: 226px;
  border: 1px solid #CDCED0 !important;
  font-weight: 400 !important;
}

.popular-topics__add:hover {
  background: #CDCED0 !important;
}

.popular-topics__add img {
  margin: 0 -10px 0 10px;
}

.popular-topics__title {
  margin: 0 0 15px;
  width: 100%;
  font: 20px/1.2 Oswald;
}

.s21__search {
  padding: 49px 54px;
  border: 1px solid #F0F0F0;
  border-radius: 7px;
  background: #F8F8F8;
}

.s21__search #form-top-row input[type="text"] {
  padding: 0 0 0 16px;
  border: 1px solid #666666;
  border-radius: 3px;
  font: 20px/1.2 Arimo;
  color: #262626;
  background: #FFFFFF;
}

.s21__search #form-top-row input[type="text"]::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s21__search #form-top-row input[type="text"]:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s21__search #form-top-row input[type="text"]::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s21__search #form-top-row input[type="text"]:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s21__search #form-top-row #advanced-search-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  font: 20px/1.2 Oswald;
  text-align: center;
  color: #FFFFFF;
  background: rgba(149, 152, 155, 0.44);
}

.s21__search #form-top-row {
  grid-template-columns: auto 78px minmax(190px, 23%);
  grid-template-rows: 77px;
}

.s21__search #form-top-row input[type="submit"] {
  border: 1px solid #C1C1C1;
  background: #143f59 url("../img/icons/search-2.svg") center/35px auto no-repeat;
}

.s21__search #form-top-row input[type="submit"]:hover {
  background-color: #f5333f;
}

.s21__search #form-top-row #advanced-search-toggle:after {
  margin: 0 0 0 29px;
  width: 17px;
  height: 10px;
  background: url("../img/icons/form-arrow-2.svg") center/100% auto no-repeat;
}

.s21__search .popular-topics {
  margin: 32px 0 0;
  gap: 12px;
}

.s21__search .popular-topics a {
  padding: 0 15px;
  min-width: 188px;
  height: 47px;
  border: 1px solid #143f59;
  border-radius: 20px;
  font: 500 20px/1.2 Oswald;
  color: #262626;
}

.s21__search .popular-topics a:hover {
  color: #fff;
  background: #f5333f;
  border-color: #f5333f;
}

.s21__search .popular-topics__add {
  display: flex !important;
}

.block-arrow {
  position: relative;
}

.block-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 69px 30px 0 30px;
  border-color: #143f59 transparent transparent transparent;
}

.block-arrow_top:before {
  bottom: 100%;
  transform: translate(-50%, 34%);
}

.block-arrow_bottom:before {
  top: 100%;
  transform: translate(-50%, -34%);
}

.s21__search-bottom-text {
  margin: 38px 0 0;
  font: 20px/1.4 Arimo;
  letter-spacing: 0.01em;
}

.s22 {
  padding: 0 0 78px;
}

.section-heading {
  margin: 0 0 108px;
  background: -webkit-gradient(linear, left top, right top, from(#adc6da), to(#143f59));
  background: -webkit-linear-gradient(left, #adc6da, #143f59);
  background: -o-linear-gradient(left, #adc6da, #143f59);
  background: linear-gradient(to right, #adc6da, #143f59);
}

.section-heading__title {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 123px;
  font: 300 30px/1.4 Oswald;
  text-align: center;
  text-transform: uppercase;
}

.filter {
  margin: 0 auto;
  padding: 0 10px 47px;
  width: 1117px;
  max-width: 100%;
  border-radius: 30px;
  background: #FFFFFF;
}

.filter_opened {
  box-shadow: 0px 48px 48px rgba(0, 0, 0, 0.0901961);
}

.filter_opened .filter__list {
  display: flex;
}

.filter_opened .filter__date {
  display: grid;
}

.filter_opened .filter__btn img:last-child {
  transform: none;
}

.filter__btn {
  margin: 0 auto;
  padding: 10px;
  width: 216px;
  height: 70px;
  border-radius: 10px;
  font: 22px/1.2 Oswald;
}

.filter__btn img:first-child {
  margin: 0 15px 0 0;
}

.filter__btn img:last-child {
  margin: 0 0 0 15px;
  transform: rotate(180deg);
  transition: 0.1s;
}

.filter__list {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 64px -8px 24px;
}

.filter__list li {
  margin: 8px;
}

.filter__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #143f59;
  border-radius: 30px;
  font: 14px/1.2 Oswald;
  white-space: nowrap;
  min-width: 159px;
  height: 55px;
  background: #FFFFFF;
}

.filter__list a:hover {
  color: #143f59;
}

.filter__list a._active {
  color: #FFFFFF;
  background: #143f59;
}

.artiles-items {
  position: relative;
  border: 1px solid #F0F0F0;
  border-radius: 7px;
  background: #F8F8F8;
  overflow: hidden;
}

@media (min-width: 1601px) {
  .artiles-items {
    width: 1408px;
  }
}

@media (min-width: 576px) {
  .artiles-items {
    display: block !important;
    left: 50%;
    transform: translate(-50%) !important;
  }

  .s22__items-box {
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 1600px) {
  .artiles-items {
    width: 100%;
  }
}

.s22__items-wrap {
  margin-top: 80px;
}

.s22__items-wrap .swiper-pagination {
  display: none;
}

.s22__items-box {
  border-bottom: 1px solid #143f59;
}

.s22__items-box:last-child {
  border-bottom: 0;
}

.s22-item {
  padding: 59px 82px 59px 69px;
}

.s22-item__title {
  margin: 0 0 14px;
  font: 700 30px/1.4 Oswald;
  text-transform: uppercase;
  color: #143f59;
}

.s22-item__title a {
  text-decoration: underline;
}

.s22-item__title a:hover {
  text-decoration: none;
}

.s22-item__main {
  display: grid;
  grid-template-columns: auto 180px;
  gap: 10px;
}

.s22-item__authors {
  margin: 0 0 23px;
  font: 18px/1.4 Oswald;
  color: #222222;
}

.s22-item__description {
  margin: 0 0 17px;
  font: 300 18px/1.4 Oswald;
  color: #222222;
}

.s22-item__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s22-item__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -2px 9px -2px -2px;
  font: 18px/1.4 Oswald;
  color: #143f59;
}

.s22-item__links a {
  display: flex;
  align-items: center;
  padding: 2px;
}

.s22-item__links a:hover {
  text-decoration: underline;
}

.s22-item__links a img {
  margin: 0 0 0 5px;
}

.s22-item__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px 7px -5px -5px;
}

.s22-item__tags li {
  margin: 5px;
}

.s22-item__tags a {
  padding: 0 8.5px;
  height: 33px;
  border-radius: 30px;
  font: 14px/1.4 Oswald;
  white-space: nowrap;
}

.s22-item__date {
  display: inline-block;
  font: 18px/1.4 Oswald;
  color: #222222;
}

.s22-item__add-btn {
  margin: 18px 0 0;
  padding: 10px;
  min-height: 62px;
  border-radius: 30px;
  font: 14px/1.2 Oswald;
}

.s22-item__add-btn svg {
  margin: 0 6px 0 0;
}

.more-btn {
  margin: 0 auto;
  padding: 10px;
  width: 662px;
  min-height: 72px;
  font: 21px/1.2 Oswald;
  background: #f5333f;
}

.s22__items-more {
  margin-top: 59px;
}

.s23 {
  padding: 0 0 198px;
}

.filter__date {
  display: none;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 40px 0 0;
}

.filter__date-blocks {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.filter__date-block {
  display: grid;
  grid-template-columns: auto 58px 58px 58px;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.filter__date-heading {
  padding: 0 6px 0 0;
  font: 18px/1.4 Oswald;
  color: #222222;
}

.filter__date-input {
  padding: 0;
  width: 58px;
  height: 40px;
  border: 1px solid #5E7FB1;
  border-radius: 3px;
  font: 13px/1.2 Oswald;
  text-align: center;
  background: #FFFFFF;
  pointer-events: none;
}

.filter__date-input::-webkit-input-placeholder {
  color: #666666;
}

.filter__date-input:-moz-placeholder {
  color: #666666;
}

.filter__date-input::-moz-placeholder {
  color: #666666;
}

.filter__date-input:-ms-input-placeholder {
  color: #666666;
}

.filter__date-btn {
  width: 58px;
  height: 40px;
  border: 1px solid #5E7FB1;
  border-radius: 3px;
  font-size: 0;
  background: #143f59 url("../img/icons/calendar.svg") center/20px auto no-repeat;
  cursor: pointer;
}

.filter__date-btn:hover {
  background: #f5333f url("../img/icons/calendar.svg") center/20px auto no-repeat;
}

.s23__items-wrap {
  margin-top: 78px;
}

.s23__items-wrap .swiper-pagination {
  display: none;
}

.s23__items>* {
  border-bottom: 1px solid #DF952C;
}

.s23__items>*:last-child {
  border-bottom: 0;
}

.s23-item {
  display: grid;
  grid-template-columns: auto 180px;
  align-items: center;
  gap: 10px;
  padding: 30px 85px 30px 66px;
  min-height: 235px;
}

.s23-item__title {
  margin: 0;
  font: 700 30px/1.4 Oswald;
  text-transform: uppercase;
  color: #f5333f;
}

.s23-item__link {
  width: 180px;
  height: 62px;
  border-radius: 30px;
  font: 20px/1.4 Oswald;
  color: #F7F7F7;
}

.s23__items-more {
  margin-top: 69px;
}

.s31 {
  padding: 8px 0 100px 0;
}

.s31__blocks {
  display: grid;
  grid-template-columns: 50% 50%;
}

.s31-block {
  position: relative;
  border-radius: 10px;
  max-height: 600px;
  overflow: hidden;
  margin: 4px;
}

.s31-block:before {
  content: "";
  display: block;
  padding-top: calc(60/96 * 100%);
  min-height: 244px;
}

.s31-block>* {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s31-block__bg img {
  opacity: 0.5;
}

.s31-block__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.5);
}

.s31-block__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
}

.s31-block__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.s31-block__title {
  margin: 0 0 1em;
  font: 700 40px/1.2 Oswald;
}

.s31-block__btn {
  flex-shrink: 0;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  border-radius: 125px;
  border-color: #FFFFFF;
  font: 16px/1.2 Oswald;
  color: #fff;
}

.s41 {
  padding: 91px 0;
}

.s41>*:last-child {
  margin-bottom: 0;
}

.s41__title {
  margin: 0 0 16px;
  font: 700 30px/1.4 Oswald;
  text-align: center;
}

.s41__text {
  margin: 0 0 37px;
  font: 27px/1.56 Oswald;
  text-align: center;
}

.s41__text>* {
  margin-bottom: 0.5em;
}

.s41__links {
  display: grid;
  justify-items: center;
  gap: 37px;
  margin: 0 0 37px;
}

.s41__links a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 188px;
  min-height: 47px;
  border-radius: 20px;
  font: 700 20px/1.35 Oswald;
}

.s41__back {
  margin: 72px auto 0;
  width: 662px;
  height: 72px;
  font: 21px/1.2 Oswald;
}

.s41__back img {
  margin: 2px 9px 0 0;
}

.s51 {
  padding: 114px 0 190px;
}

.s51__filter {
  margin-bottom: 114px;
}

.s51__articles-more {
  margin: 71px auto 0;
  width: 662px;
  height: 72px;
  font: 21px/1.2 Oswald;
}

.s61 {
  padding: 70px 0 65px;
}

.s61__heading {
  margin: 0 0 95px;
  text-align: center;
}

.s61__title {
  margin: 0 0 29px;
  font: 700 40px/1.5 Oswald;
  text-transform: uppercase;
}

.s61__category {
  margin: 0 0 8px;
  font: 300 25px/1.4 Oswald;
  color: #222222;
}

.s61__category a:hover {
  text-decoration: underline;
}

.s61__date {
  margin: 0 0 8px;
  font: 25px/1.4 Oswald;
  color: #222222;
}

.s61__main {
  position: relative;
}

.s61__image-box {
  position: relative;
  float: left;
  margin: 0 23px 23px 0;
  width: 49.3%;
  border-radius: 8px;
  overflow: hidden;
}

.s61__image-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.s61__image-logo img {
  width: 100%;
}

.s61__image:before {
  content: "";
  display: block;
  padding: calc(456/677 * 100%) 0 0;
}

.s61__content {
  font: 20px/calc(24em/18) Arimo;
}

.s61__content>* {
  margin-bottom: calc(24em/18);
}

.s61__content>*:last-child {
  margin-bottom: 0;
}

.s61__content h1,
.s61__content h2,
.s61__content h3,
.s61__content h4,
.s61__content h5,
.s61__content h6 {
  margin: calc(32em/23) 0 calc(10em/23);
  color: #143f59;
  font-weight: 600;
  text-transform: uppercase;
}

.s61__content h1 {
  position: relative;
  display: inline-block;
}

.s61__content h1:before {
  position: absolute;
  left: 0;
  width: calc(100% + 15px);
  content: "";
  background-color: #f5333f;
  z-index: -1;
  box-sizing: border-box;
}

.s61__content h1:before {
  height: 8px;
  bottom: 14px;
}

.s61__content h1 {
  font-size: calc(48em/20);
}

.s61__content h2 {
  font-size: calc(40em/20);
}

.s61__content h3 {
  font-size: calc(32em/20);
}

.s61__content h4 {
  font-size: calc(28em/20);
}

.s61__content h5,
.s61__content h6 {
  font-size: 1em;
}

.s61__content a {
  display: inline;
  color: #143f59;
  text-decoration: underline;
}

.s61__content a:hover {
  text-decoration: none;
}

.s61__content ul,
.s61__content ol {
  padding-left: 1em;
}

.s61__content ul {
  list-style: disc;
}

.s61__content ul {
  list-style: none;
  /* Remove default bullets */
}

.s61__content ul li::before {
  content: "\2022";
  color: #143f59;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.s61__content ol {
  list-style: decimal;
}

.s61__content li {
  margin-bottom: 0.5em;
}

.s61__content table,
.s61__content th,
.s61__content td {
  border: 1px solid #262626;
}

.s61__content th,
.s61__content td {
  padding: 10px;
}

.s62 {
  padding: 50px 0 100px;
}

.s62__title {
  margin: 0 0 33px;
  font: 700 40px/1.5 Oswald;
  text-align: center;
  text-transform: uppercase;
}

.s71 {
  padding: 34px 0 180px;
}

.s71__text {
  margin: 0 auto 66px;
  max-width: 1270px;
  font: 25px/1.4 Oswald;
  text-align: center;
  color: #707070;
}

.s71__text>* {
  margin: 0 0 1.4em;
}

.s71__heading {
  margin: 0 0 39px;
  text-align: center;
}

.s71__title {
  margin: 0 0 21px;
  font: 700 35px/1.2 Oswald;
  text-transform: uppercase;
  color: #f5333f;
}

.s71__subtitle {
  margin: 0 0 21px;
  font: 30px/1.4 Oswald;
}

.s71__switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px 58px;
}

.s71__switcher-btn {
  margin: 0 12px;
  padding: 0 10px;
  width: 249px;
  height: 60px;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  font: 700 25px/1.2 Oswald;
  text-transform: uppercase;
}

.s71__switcher-btn img {
  transform: rotate(180deg);
  margin: 0 0 0 15px;
  transition: 0.1s;
}

.s71__switcher-btn._active img {
  transform: rotate(0);
}

.s71__tab {
  display: none;
}

.s71__tab._active {
  display: block;
}

.s71-calc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  -moz-column-gap: 54px;
  column-gap: 54px;
  row-gap: 28px;
  margin: 0 auto;
  padding: 82px 64px;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  background: #F0F0F0;
}

.s71-calc__block {
  display: grid;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.s71-calc__block_select {
  grid-template-columns: auto minmax(auto, 404px);
}

.s71-calc__block_input {
  grid-template-columns: auto 249px;
}

.s71-calc__label {
  display: flex;
  align-items: center;
  margin: 0;
  font: 18px/1.2 Oswald;
  color: #000000;
}

.s71-calc__label>*>* {
  color: #143f59;
}

.s71-calc__field {
  position: relative;
}

.s71-calc__input {
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #5E7FB1;
  border-radius: 3px;
  font: 18px/1.2 Oswald;
  text-align: center;
  color: #000;
  background: #FFFFFF;
  transition: 0.1s;
}

.s71-calc__input:focus {
  border-color: #143f59;
}

.s71-calc__input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s71-calc__input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s71-calc__input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s71-calc__input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s71-calc__input_select {
  padding-right: 35px;
  outline: 0;
  text-overflow: ellipsis;
  background: #FFFFFF url("../img/icons/select-arrows.svg") calc(100% - 15px) center/18px auto no-repeat;
}

.s71-calc__input_select:invalid {
  color: rgba(34, 34, 34, 0.5);
}

.s71-calc__input_select option {
  color: #000;
}

.s71-calc__input_select option:disabled {
  color: rgba(34, 34, 34, 0.5);
}

.s71-calc__btns {
  display: grid;
  grid-template: 60px / 1fr 1fr;
  gap: 46px;
}

.s71-calc__btns>* {
  width: 100%;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  font: 20px/1.2 Oswald;
}

.s71-calc__reset {
  background: #143f59;
}

.s71-calc__reset:hover {
  background: #0a2450;
}

.s71-links {
  margin: 100px 0 0;
}

.s71-links._opened .s71-links__heading:before {
  transform: translate(0, -50%);
}

.s71-links._opened .s71-links__list {
  display: grid;
}

.s71-links__heading {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 50px 10px 30px;
  height: 70px;
  font: 500 22px/1.2 Oswald;
  color: #FFFFFF;
  background: #143f59;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.s71-links__heading:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}

.s71-links__list {
  display: none;
  gap: 10px;
  padding: 26px 26px 26px 69px;
  border-radius: 0 0 10px 10px;
  font: 18px/1.4 Oswald;
  color: #f5333f;
  background: #F0F0F0;
}

.s71-links__list li {
  position: relative;
  padding: 0 0 0 30px;
}

.s71-links__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}

.s71-links__list a:hover {
  text-decoration: underline;
}

.s81 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(173,198,218, 0.72)), to(rgba(20, 47, 89, 0.72)));
  background: -webkit-linear-gradient(left, rgba(173,198,218, 0.72), rgba(20, 47, 89, 0.72));
  background: -o-linear-gradient(left, rgba(173,198,218, 0.72), rgba(20, 47, 89, 0.72));
  background: linear-gradient(to right, rgba(173,198,218, 0.72), rgba(20, 47, 89, 0.72));
}

.s81__links {
  display: grid;
  grid-template: 209px / 1fr 1fr;
}

.s81__links-title {
  display: flex;
  align-items: center;
  margin: 0;
  font: 700 35px/1.2 Oswald;
  text-transform: uppercase;
  color: #FFFFFF;
}

.s81__links-title._active>* {
  border-color: #143f59;
}

.s81__links-title:nth-child(2) {
  justify-content: flex-end;
  text-align: right;
}

.s81__links-title>* {
  display: block;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}

.s81__links-title a:hover {
  color: #666;
}

.s82 {
  padding: 0 0 100px;
}

.s82__top-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.s82__top-text {
  margin: 0;
  font: 30px/1.4 Oswald;
}

#add-picture {
  position: relative;
  width: 118px;
  height: 118px;
  border: 2px solid #143f59;
  border-radius: 50%;
  font: 700 13px/1.2 Oswald;
  text-align: center;
  text-transform: uppercase;
}

#add-picture svg {
  margin: 0 0 5px;
  width: 23px;
  height: auto;
}

#add-picture br {
  display: none;
}

#add-picture>span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.s82__main {
  padding: 110px 0;
  background: #666666;
}

.s82-form {
  display: grid;
  gap: 19px;
  margin: 0 auto;
  padding: 56px 40px 28px;
  max-width: 914px;
  border-radius: 10px;
  background: #F0F0F0;
}

.s82-form__row {
  display: grid;
  gap: 19px;
}

.s82-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}

.s82-form__row_4 {
  grid-template-columns: repeat(4, 1fr);
}

.s82-form__row_1 {
  grid-template-columns: 1fr;
}

.s82-form__field {
  position: relative;
}

.s82-form__label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  font: 13px/1.2 Oswald;
  color: rgba(34, 34, 34, 0.5);
  pointer-events: none;
}

.s82-form__input {
  position: relative;
  padding: 0 12px;
  height: 40px;
  border: 1px solid #5E7FB1;
  border-radius: 3px;
  font: 16px/1.2 Oswald;
  color: #121212;
  background: #FFFFFF;
  transition: 0.1s;
}

.s82-form__input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s82-form__input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s82-form__input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s82-form__input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s82-form__input:focus {
  border-color: #143f59;
}

.s82-form__input:focus+.s82-form__label {
  display: none;
}

.s82-form__input[required]+.s82-form__label:after {
  content: "*";
  margin-left: 0.25em;
  color: #143f59;
}

.s82-form__input[required]:valid+.s82-form__label {
  display: none;
}

.s82-form__checkboxes {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.s82-form__checkbox {
  padding: 0 0 0 25px;
  font-size: 0;
  cursor: pointer;
}

.s82-form__checkbox>span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid #121212;
  border-radius: 3px;
  background: #fff;
}

.s82-form__checkbox>span:nth-child(3) {
  display: block;
  font: 16px/16px Oswald;
  color: #121212;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s82-form__checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.s82-form__checkbox input[type="checkbox"]:checked+span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icons/checkbox.svg") center/10px auto no-repeat;
}

.s82-form__checkbox a {
  color: #143f59;
}

.s82-form__checkbox a:hover {
  text-decoration: underline;
}

.s82-form__info {
  margin: 0;
  font: 14px/1.4 Oswald;
  color: #143f59;
}

.s82-form__submit {
  width: 100%;
  height: 40px;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  font: 16px/1.4 Oswald;
}

.search-modal {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: none;
}

.search-modal .mfp-close {
  display: none;
}

.search-modal__title {
  margin: 0 auto 40px;
  font: 700 40px/1.2 Oswald;
  text-align: center;
  text-transform: uppercase;
  color: #E4E4E4;
}

.search-form {
  display: grid;
  grid-template-columns: auto 78px;
  align-items: stretch;
  margin: 0 auto;
  width: 895px;
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.search-field {
  padding: 0 15px;
  height: 78px;
  border: 1px solid #666666;
  border-radius: 3px;
  font: 20px/1.2 Oswald;
  color: #000;
  background: #FFFFFF;
}

.search-field:focus {
  border-color: #143f59;
}

.search-field::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.search-field:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.search-field::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.search-field:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.search-submit {
  padding: 0;
  height: 78px;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  font-size: 0;
  background: #143f59 url("../img/icons/search-2.svg") center/35px auto no-repeat;
}

.search-submit:hover {
  background-color: #f5333f;
}

.s91 {
  padding: 50px 0 170px;
}

.s91-article__top {
  margin: 0 0 30px;
}

.s91__list {
  display: grid;
  gap: 130px;
}

.s91-article__title {
  margin: 0 0 15px;
  font: 700 26px/1.2 Oswald;
  color: #f5333f;
}

.s91-article__title a {
  display: block;
}

.s91-article__title a:hover {
  text-decoration: underline;
}

.s91__title {
  margin: 0 0 87px;
  font: 700 40px/1.2 Oswald;
  text-align: center;
  text-transform: uppercase;
  color: #f5333f;
}

.s91-article__date {
  display: inline-block;
  margin: 0 0 15px;
  font: 18px/1.4 Oswald;
  color: #f5333f;
}

.s91-article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font: 14px/1.4 Oswald;
  margin: -0.5em;
}

.s91-article__tags li {
  margin: 0.5em;
}

.s91-article__tags a {
  padding: 0 1em;
  height: 2.5em;
  border-radius: 2em;
  white-space: nowrap;
}

.s91-article__text {
  margin: 0;
  font: 20px/1.4 Oswald;
}

.s91-article__text>* {
  margin-bottom: 1em;
}

.s91-article__text>*:last-child {
  margin-bottom: 0;
}

.s101 {
  padding: 0 0 90px;
}

.s101__top {
  padding: 40px 0 40px;
}

.s101__top-text {
  font: 30px/1.4 Oswald;
  text-align: center;
}

.s101__top-text>* {
  margin: 0 0 1em;
}

.s101__top-text>*:last-child {
  margin: 0;
}

.s101__main {
  padding: 90px 0;
  background: #666666;
}

.s101-form {
  margin: 0 auto;
  padding: 48px 43px;
  max-width: 914px;
  border-radius: 10px;
  background: #F0F0F0;
}

.s101-form .s82-form__checkboxes {
  margin: 0 0 16px;
  gap: 9px;
}

.s101-form .s82-form__info {
  margin: 0 0 11px;
}

.s101-form ._error,
.s82-form ._error,
.s71-calc__input._error {
  border-color: red !important;
}

.s101-form ._error~.s101-form__msg,
.s82-form ._error~.s101-form__msg {
  display: block;
}

.s101-form ._error~.nice-select {
  border-color: red !important;
}

.s101-form__radios-box {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 13px;
  margin: 0 0 10px;
}

.s101-form__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font: 13px/1.2 Oswald;
  color: #666666;
}

.s101-form__label span {
  margin: 0 0 0 0.25em;
  font-weight: 700;
  color: #143f59;
}

.s101-form__msg {
  display: none;
  margin: 0;
  font: 13px/16px Oswald;
  color: red;
}

.s101-form__radios {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.s82-form__radio {
  padding: 0 0 0 24px;
  font-size: 0;
  cursor: pointer;
}

.s82-form__radio>span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #121212;
  background: transparent;
}

.s82-form__radio>span:nth-child(3) {
  font: 13px/16px Oswald;
  color: #121212;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s82-form__radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.s82-form__radio input:checked+span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icons/checkbox.svg") center/10px auto no-repeat;
}

.s101-form__row {
  display: grid;
  align-items: start;
  gap: 17px;
  margin: 0 0 25px;
}

.s101-form__row_3 {
  grid-template-columns: 233fr 252fr 310fr;
}

.s101-form__row_2 {
  grid-template-columns: 356fr 376fr;
  gap: 95px;
}

.s101-form__field {
  display: grid;
  grid-template-columns: auto 170px;
  row-gap: 5px;
}

.s101-form__field_select {
  grid-template-columns: auto 215px;
}

.s101-form__input {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #5E7FB1 !important;
  border-radius: 3px;
  font: 13px/1.2 Oswald;
  color: #000;
  background: #FFFFFF;
  transition: 0.1s;
}

.s101-form__input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s101-form__input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s101-form__input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s101-form__input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.s101-form__input:focus {
  border-color: #143f59 !important;
}

.s101-form__input[type='number'] {
  padding: 0;
  text-align: center;
}

.s101-form__dates-box {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 17px;
  column-gap: 17px;
  row-gap: 5px;
  margin: 0 0 25px;
}

.s101-form__dates {
  display: grid;
  grid-template: 40px/repeat(4, 58px);
  gap: 8px;
}

.s101-form__dates .s101-form__input {
  pointer-events: none;
}

.s101-form__dates-btn {
  position: relative;
  width: 58px;
  border: 1px solid #5E7FB1;
  border-radius: 3px;
  font-size: 0;
  background: #143f59 url("../img/icons/calendar.svg") center/20px auto no-repeat;
  cursor: pointer;
}

.s101-form__dates-btn:hover {
  background: #f5333f url("../img/icons/calendar.svg") center/20px auto no-repeat;
}

.s101-form__select.nice-select {
  padding-right: 25px;
  letter-spacing: normal;
}

.s101-form__select.nice-select:after {
  right: 12px;
  transform: rotate(180deg);
  transform-origin: center;
  width: 14px;
  height: 8px;
  border: 0;
  background: url("../img/icons/select-arrow.svg") center/100% auto no-repeat;
  filter: brightness(0%);
}

.s101-form__select.nice-select.open:after {
  transform: rotate(0);
  filter: none;
}

.s101-form__select.nice-select .current {
  display: block;
  line-height: 38px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.s101-form__select.nice-select .list {
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #5E7FB1;
  border-radius: 3px;
  transform: none;
  max-height: 300px;
  overflow-y: scroll;
}

.s101-form__select.nice-select .option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 7px;
  min-height: 34px;
  border-bottom: 1px solid #F0F0F0;
  font: 14px/1.25 Oswald;
  color: #666666;
  white-space: normal;
}

.s101-form__select.nice-select .option:last-child {
  border-bottom: 0;
}

html {
  font-size: .052vw;
}

@media (max-width: 1600px) {
  html {
    font-size: .07vw;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: .08vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 1px;
  }
}

.s83 #tsr-right .one-search-result.library-opened,
.s83 #my-library-tabs>div .one-search-result.library-opened {
  position: relative;
  z-index: 4;
}

.s83 #tsr-right .one-search-result:hover,
.s83 #my-library-tabs>div .one-search-result:hover {
  position: relative;
  z-index: 3;
  border-color: #f5333f;
}

.s83 #tsr-right .one-search-result:hover .sr-title,
.s83 #my-library-tabs>div .one-search-result:hover .sr-title {
  text-decoration: underline;
}

@media all and (min-width: 1024px) {

  .s83 #tsr-right .one-search-result,
  .s83 #my-library-tabs>div .one-search-result {
    display: flex;
  }

  .s83 #tsr-right .one-search-result>div:nth-child(1),
  .s83 #my-library-tabs>div .one-search-result>div:nth-child(1) {
    width: calc(100% - 250rem);
    flex: calc(100% - 250rem);
    min-width: calc(100% - 250rem);
    padding-right: 30rem;
    max-width: calc(100% - 250rem);
  }

  .s83 #tsr-right .one-search-result>div:nth-child(2),
  .s83 #my-library-tabs>div .one-search-result>div:nth-child(2) {
    width: 250rem;
    flex: 250rem;
    min-width: 250rem;
    max-width: 250rem;
  }
}

.s83 #tsr-right .sr-title,
.s83 #my-library-tabs>div .sr-title {
  font-size: 24rem;
  margin-bottom: 20rem;
  line-height: 1.2;
  line-height: 1.3;
  color: #143f59;
}

.s83 #tsr-right .sr-title a,
.s83 #my-library-tabs>div .sr-title a {
  color: #143f59;
}

#tsr-right .sr-authors,
#my-library-tabs>div .sr-authors {
  font-family: 'Arimo', sans-serif;
  font-size: 17rem;
  margin-bottom: 5rem;
  line-height: 1.3;
}

.s83 #tsr-right .sr-place,
.s83 #my-library-tabs>div .sr-place {
  font-size: 17rem;
  color: #6c757d;
  margin-bottom: 30rem;
}

.s83 #tsr-right .sr-links,
.s83 #my-library-tabs>div .sr-links {
  line-height: 1.4;
}

.s83 #tsr-right .sr-links a:before,
.s83 #my-library-tabs>div .sr-links a:before {
  display: none;
}

.s83 #tsr-right .sr-category,
.s83 #my-library-tabs>div .sr-category {
  padding: 0 25rem;
  display: inline-block;
  padding: 8rem 13rem;
  border-radius: 8rem;
  border: 1rem solid #f5333f;
  color: #000;
  text-transform: uppercase;
  font-size: 12rem;
  margin: 0 20rem;
}

.s83 #tsr-right .sr-date,
.s83 #my-library-tabs>div .sr-date {
  font-size: 17rem;
  color: #000;
}

.s83 #tsr-right>div,
.s83 #my-library-tabs>div>div {
  border: 1rem solid #e3e3e3;
  margin-bottom: -1rem;
  padding: 25rem 70rem;
}

@media all and (max-width: 1024px) {

  .s83 #tsr-right>div,
  .s83 #my-library-tabs>div>div {
    padding: 20rem;
  }
}

.s83 #tsr-right #tsr-right-top-row {
  padding: 20rem 70rem;
  color: #6c757d;
}

@media all and (max-width: 1024px) {
  .s83 #tsr-right #tsr-right-top-row {
    padding: 20rem;
  }
}

.s83 #tsr-right #tsr-right-top-row select {
  margin: 0 15rem;
  border-radius: 3rem;
  border: 1rem solid #ced4da;
  font-size: 17rem;
  color: #000;
  padding: 4rem 14rem;
}

.s83 #my-library-bottom {
  background: #fff;
}

@media all and (min-width: 1024px) {
  .s83 #my-library-bottom {
    display: flex;
  }
}

.s83 #my-library-bottom>div {
  padding: 30rem;
}

@media all and (min-width: 1024px) {
  .s83 #my-library-bottom>div {
    padding: 30rem 50rem;
  }

  .s83 #my-library-bottom>div:nth-child(1) {
    width: 495rem;
    flex: 495rem;
    min-width: 495rem;
    max-width: 495rem;
  }
}

.s83 #my-library-bottom>div:nth-child(1) {
  font-size: 19rem;
  font-weight: bold;
}

.s83 #my-library-bottom>div:nth-child(1)>div {
  max-width: 295rem;
  margin-right: 0;
  margin-left: auto;
  flex-grow: 1;
}

.s83 #my-library-bottom>div:nth-child(2) {
  flex-grow: 1;
}

.s83 #my-library-bottom>div:nth-child(2)>div {
  max-width: 900rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (min-width: 1024px) {
  .s83 #my-library-top {
    display: flex;
  }
}

.s83 #my-library-top>div {
  padding: 20rem 30rem;
}

@media all and (min-width: 1024px) {
  .s83 #my-library-top>div {
    padding: 30rem 50rem;
  }

  .s83 #my-library-top>div:nth-child(1) {
    width: 495rem;
    flex: 495rem;
    min-width: 495rem;
    max-width: 495rem;
  }
}

.s83 #my-library-top>div:nth-child(1) {
  color: #fff;
  font-size: 19rem;
  font-weight: bold;
  background: #f5333f;
}

.s83 #my-library-top>div:nth-child(1)>div {
  max-width: 295rem;
  flex-grow: 1;
  margin-right: 0;
  margin-left: auto;
}

.s83 #my-library-top>div:nth-child(2) {
  background: #e6e9ec;
  flex-grow: 1;
}

.s83 #my-library-top>div:nth-child(2)>div {
  max-width: 900rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s83 .page-template-my-library {
  background: #fff;
}

.s83 .library-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  background: #fff;
  height: 50rem;
  border-radius: 50rem;
}

.s83 .library-button:hover {
  background: #e6e9ec;
}

.s83 #my-l-h-left input {
  margin-right: 30rem;
}

.s83 #my-l-h-right {
  flex-grow: 1;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.s83 #my-l-h-right ::-webkit-input-placeholder {
  color: #6c757d;
}

.s83 #my-l-h-right ::-moz-placeholder {
  color: #6c757d;
}

.s83 #my-l-h-right :-ms-input-placeholder {
  color: #6c757d;
}

.s83 #my-l-h-right :-moz-placeholder {
  color: #6c757d;
}

.s83 #my-l-h-right input[type="text"] {
  height: 50rem;
  width: 100%;
  max-width: 300rem;
  border-radius: 10rem;
  padding: 0 18rem;
  background: #fff;
  border: 1rem solid #9d9898;
  font-size: 17rem;
  margin-right: 25rem;
  color: #6c757d;
}

.s83 #my-l-h-right select {
  border: 1rem solid #9d9898;
  border-radius: 5rem;
  margin-right: 30rem;
  height: 33rem;
  margin-left: 15rem;
  background: #fff;
  font-size: 17rem;
  padding: 5rem 15rem;
  color: #6c757d;
}

.s83 #ml-top-left {
  display: flex;
  align-items: center;
}

.s83 #folders-list {
  margin-bottom: 40rem;
  padding-bottom: 40rem;
  position: relative;
}

.s83 #folders-list p {
  margin-bottom: 40rem;
}

.s83 #folders-list p:last-child {
  margin-bottom: 0;
}

.s83 #folders-list p a {
  display: inline-block;
  padding-bottom: 3rem;
  position: relative;
}

.s83 #folders-list p a:after {
  position: absolute;
  bottom: 0;
  transition: .55s;
  left: 0;
  width: 0;
  height: 3rem;
  background: #f5333f;
  content: "";
}

.s83 #folders-list p a.active:after,
.s83 #folders-list p a:hover:after {
  width: 100%;
}

.s83 #folders-list p a:hover {
  color: #000;
}

.s83 #my-library-tabs>div {
  display: none;
}

.s83 #my-library-tabs>div.active {
  display: block;
}

.s83 #my-library-bottom #my-library-tabs .one-search-result.my-library-os {
  display: flex;
  padding-left: 30rem;
}

.s83 #my-library-bottom #my-library-tabs .one-search-result.my-library-os>div:nth-child(1) {
  width: 40rem;
  flex: 40rem;
  min-width: 40rem;
  max-width: 40rem;
}

.s83 #my-library-bottom #my-library-tabs .one-search-result.my-library-os>div:nth-child(2) {
  width: calc(100% - 40rem);
  flex: calc(100% - 40rem);
  min-width: calc(100% - 40rem);
  max-width: calc(100% - 40rem);
}

.page-heading__div {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  text-transform: uppercase;
}

.page-heading__div h2.page-heading__div_title,
.page-heading__div h1.page-heading__div_title {
  font: 700 56px/1.2 Oswald;
  color: #FFFFFF;
}

.page-heading__div .page-heading__div_subtitle {
  font: 700 26px/1.4 Oswald;
  color: #FFFFFF;
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-l-120 {
  margin-left: 120px;
}

.m-l-100 {
  margin-left: 100px;
}

.result_HSI {
  display: none;
}

.page_banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 1024px) {
  .s83 #my-library-bottom>div {
    padding-left: 20rem;
  }
}

@media all and (max-width: 1024px) {
  .s83 .one-document-box .space-around {
    flex-wrap: wrap;
  }

  .s83 .one-document-box .space-around>div {
    width: 100% !important;
    flex: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .s83 .one-document-box .space-around>div:last-child {
    margin-top: 15rem;
  }

  .s83 #the-search-results-content .col-4,
  .s83 .wrap-on-tablet,
  .s83 #my-library-top>div,
  .s83 #my-library-bottom>div,
  .s83 #my-library-bottom>div:nth-child(1)>div {
    width: 100% !important;
    flex: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .s83 #my-library-bottom>div:nth-child(1) {
    padding-bottom: 0;
  }

  .s83 #my-library-bottom>div:nth-child(2) {
    padding-top: 0;
  }

  .s83 #folders-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20rem;
    padding-bottom: 0;
  }

  .s83 #folders-list p {
    margin-bottom: 20rem;
    margin-right: 20rem;
  }

  .s83 #my-library-top>div:nth-child(1)>div,
  .s83 #my-library-bottom>div:nth-child(1)>div {
    margin: auto;
  }

  .s83 #my-library-top,
  .s83 #my-library-bottom {
    flex-wrap: wrap;
  }

  .s83 #my-library-tabs>div>div {
    border: 1rem solid #e3e3e3;
  }
}

@media all and (min-width: 576px) and (max-width: 991px) {
  .s83 #the-search-results-list-wrapper>div>.col-sm-3 {
    width: 40%;
    flex: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .s83 #the-search-results-list-wrapper>div>.col-sm-9 {
    width: 60%;
    flex: 60%;
    min-width: 60%;
    max-width: 60%;
  }
}

@media all and (max-width: 575px) {
  .s83 #day-hero #dh-top h1 {
    font-size: 30rem;
  }

  .s83 #the-form-area {
    padding: 15rem;
  }

  .s83 #form-top-row {
    display: flex;
    flex-wrap: wrap;
  }

  .s83 #form-top-row input[type="text"] {
    border-right: 1rem solid #ced4da;
    width: 100%;
    flex: 100%;
  }

  .s83 #form-top-row #advanced-search-toggle {
    flex-grow: 1;
  }

  .s83 #day-home-steps {
    padding: 40rem 0;
  }

  .s83 #home-day-last-s .hd-ls-gray-section {
    max-width: 100% !important;
    width: 100%;
  }

  .s83 footer #footer-top .footer-title {
    margin-bottom: 20rem;
  }

  .s83 footer #footer-top ul li {
    margin-bottom: 10rem;
  }

  .s83 footer #footer-top {
    padding: 50rem 0;
  }

  .s83 #search-form-top>div {
    padding: 15rem;
  }

  .s83 #search-pages-top #the-form-area {
    margin-bottom: 60rem;
  }

  .s83 #tsr-right-top-row,
  .s83 #search-pagination {
    flex-wrap: wrap;
  }

  .s83 #tsr-right-top-row>div,
  .s83 #search-pagination>div {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .s83 #tsr-right-top-row>div:last-child,
  .s83 #search-pagination>div:last-child {
    margin-top: 20rem;
  }

  .s83 #tsr-right #tsr-right-top-row select {
    width: 100%;
    margin: 0;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .s83 #tsr-right .sr-title,
  .s83 #my-library-tabs>div .sr-title {
    font-size: 20rem;
  }

  .s83 #tsr-right .sr-category,
  .s83 #my-library-tabs>div .sr-category {
    margin-left: 0;
    margin-top: 10rem;
  }

  .s83 .one-search-result>div:last-child {
    margin-top: 20rem;
  }

  .s83 #the-search-results,
  .s83 #my-profile-page {
    padding-bottom: 60rem;
  }

  .s83 #single-result .style-title-2 {
    font-size: 24rem;
  }

  .s83 #my-profile-page #ag-selector>.row {
    margin-right: 0;
  }

  .s83 #my-profile-page #my-profile-top {
    margin-top: 50rem;
  }

  .s83 #my-library-top>div:nth-child(2)>div {
    flex-wrap: wrap;
  }

  .s83 #my-library-top>div:nth-child(2)>div>div {
    width: 100%;
    flex: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .s83 #my-library-top>div:nth-child(2)>div>div:last-child {
    margin-top: 10rem;
  }

  .s83 #my-l-h-right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .s83 #my-l-h-right>input[type="text"] {
    width: 100%;
    margin-bottom: 20rem;
  }

  .s83 .page-template-registration #registration-page #reg-page-left {
    padding-bottom: 20rem;
  }

  .s83 #location-bar #location-bar-content {
    flex-wrap: wrap;
    padding-right: 30rem;
    justify-content: flex-start;
  }

  .s83 #location-bar #location-bar-content>div {
    margin-top: 10rem;
  }

  .s83 #location-bar #location-bar-content>div:first-child {
    margin-top: 0;
  }

  .s83 #location-bar #location-bar-content span {
    margin: 12rem 0;
  }

  .s83 .continue-step-wrapper.space-around>div:last-child {
    display: flex;
    justify-content: space-between;
  }

  .s83 #reg-step-4 .text-right {
    text-align: left !important;
  }

  .s83 #continue-step-1-wrapper,
  .s83 .continue-step-wrapper {
    margin-top: 20rem;
  }

  .s83 #login-page {
    padding: 60rem 0;
  }

  .s83 #login-page .text-right,
  .s83 #login-page #login-link {
    text-align: left !important;
  }

  .s83 #wl-content .one-document-box {
    flex-wrap: wrap;
  }

  .s83 #wl-content .one-document-box>div {
    width: 100% !important;
    flex: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .s83 #wl-content .one-document-box>div:last-child {
    margin-top: 10rem;
  }

  .s83 #wl-content .one-document-box {
    padding: 20rem;
  }

  .s83 .continue-step-wrapper.space-around>div:last-child {
    flex-wrap: wrap;
  }

  .s83 .continue-step-wrapper.space-around>div:last-child a {
    margin: 0;
    width: 100%;
  }

  .s83 .continue-step-wrapper.space-around>div:last-child a:last-child {
    margin-top: 15rem;
  }

  .s83 .continue-step-wrapper.space-around>div:last-child>div {
    width: 100% !important;
    flex: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .s1__items {
    transform: none !important;
  }

  .s1-item {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1404px;
  }

  .header-main__box {
    gap: 60px;
  }
}

@media (max-width: 1600px) {
  .s4__left {
    padding-top: 40px;
  }

  #form-top-row #advanced-search-toggle:after {
    margin: 0 0 0 10px;
  }

  #form-top-row #advanced-search-toggle {
    padding: 0 0 0 20px;
  }

  .s21__search #form-top-row #advanced-search-toggle:after {
    margin: 0 0 0 10px;
  }

  .s71-calc {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media (max-width: 1199px) {
  .sub-menu {
    left: 0;
  }

  .header-main__menu {
    justify-content: center;
    margin: 0 -10px;
  }

  .header-main__menu li {
    margin: 0 10px;
  }

  .s1__items {
    gap: 8px;
  }

  .articles {
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .s4__title {
    margin: 0 auto 28px;
    font-size: 30px;
  }

  .s4__text {
    margin: 0 auto 28px;
    font-size: 20px;
  }

  .popular-topics {
    gap: 8px;
    margin: 28px 0 0;
  }

  .popular-topics a {
    padding: 0 14px !important;
    height: 35px !important;
    min-width: auto !important;
  }

  #form-top-row {
    grid-template-columns: auto 60px !important;
    grid-template-rows: 50px 50px !important;
    row-gap: 10px;
  }

  #form-top-row input[type="text"] {
    padding: 0 0 0 15px !important;
  }

  #form-top-row input[type="submit"] {
    border: 1px solid #f9f9fb;
    font-size: 0;
    background-size: 23px auto !important;
  }

  #form-top-row #advanced-search-toggle {
    justify-content: center;
    grid-column: 1 / 3;
  }

  #form-top-row #advanced-search-toggle:after {
    margin: 0 0 0 10px;
  }

  .s21__search {
    padding: 30px;
  }

  .s21__title {
    font-size: 26px;
  }

  .s21__subtitle {
    font-size: 23px;
  }

  .s21--demo .s21__title {
    font-size: 36px;
  }
  .s21--demo .s21__subtitle {
    font-size: 28px;
  }

  .filter {
    padding: 0 10px 25px;
  }

  .filter__list {
    margin: 40px -8px -8px;
  }

  .filter__list a {
    border-radius: 10px;
    min-width: auto;
    height: 40px;
  }

  .s22-item {
    padding: 30px;
  }

  .s22-item__main {
    grid-template-columns: auto;
    gap: 20px;
  }

  .s22-item__add-btn {
    margin: 0;
    min-height: 40px;
  }

  .s22-item__title {
    font-size: 25px;
  }

  .s23-item {
    gap: 20px;
    padding: 30px;
    min-height: auto;
  }

  .s23-item__title {
    font-size: 25px;
  }

  .page-heading__title {
    height: 160px;
  }

  .s31-block__title {
    font-size: 30px;
  }

  .s31-block__inner {
    min-height: 170px;
  }

  .s41__text {
    font-size: 24px;
  }

  .s71-calc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    -moz-column-gap: 54px;
    column-gap: 54px;
    row-gap: 28px;
    margin: 0 auto;
    padding: 82px 64px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #F0F0F0;
  }

  .s71-calc {
    grid-template-columns: auto;
  }

  .s91 {
    padding: 50px 0 100px;
  }

  .s91__title {
    margin: 0 0 50px;
  }

  .s91__list {
    gap: 70px;
  }

  .s101-form__row {
    margin: 0 0 17px;
  }

  .s101-form__row_2 {
    grid-template-columns: auto;
    gap: 17px;
  }

  .s101-form__row_3 {
    grid-template-columns: auto;
  }

  .s101-form__field {
    grid-template-columns: 170px 1fr;
  }

  .s101-form__dates-box {
    grid-template-columns: 170px 1fr;
    gap: 0;
    margin: 0 0 17px;
  }
}

@media (max-width: 991px) {
  .header {
    border-bottom: 1px solid #eaeaea;
    height: 69px;
  }

  .main {
    padding-top: 69px;
  }

  .header-main .container {
    max-width: 100%;
  }

  .header-top {
    display: none;
  }

  .header-main__box {
    grid-template-columns: auto;
    height: 92px;
  }

  .header-main__logo {
    max-width: 80px;
  }

  .header-main__logo2 {
    display: none;
  }

  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 50px 0 0;
    width: 343px;
    max-width: 100%;
    background: #fff;
    overflow: auto;
  }

  .header-main__menu {
    flex-direction: column;
    margin: 0;
    font-size: 18px;
  }

  .header-main__menu>li {
    margin: 0;
    border-top: 1px solid #eaeaea;
  }

  .header-main__menu>li:last-child {
    border-bottom: 1px solid #eaeaea;
  }

  .header-main__menu>li>a {
    justify-content: flex-start;
    padding: 13px 0 13px 57px;
    height: auto;
    white-space: normal;
  }

  .header-main__menu>li {
    width: 100%;
  }

  .header-main__menu>li.sub-menu-opened .sub-menu__open svg {
    transform: rotate(90deg);
  }

  .header-main__menu>li.sub-menu-opened .sub-menu__open path {
    stroke: #143f59;
  }

  .header-main__menu>li.sub-menu-opened>.sub-menu {
    display: block;
  }

  .sub-menu li:before {
    display: none;
  }

  .header__mob-btns {
    display: flex;
  }

  .sub-menu {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid #eaeaea;
    width: auto;
    white-space: normal;
    box-shadow: none;
  }

  .sub-menu__open {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 12px;
    width: 57px;
    height: 100%;
  }

  .sub-menu__open svg {
    position: relative;
    transition: 0.1s;
  }

  .sub-menu a {
    padding: 11px 0 11px 58px;
    height: auto;
  }

  .sub-menu__arrow {
    right: 0;
    width: 50px;
    top: 18px;
  }

  .sub-menu__arrow::after {
    right: auto;
    left: 10px;
    width: 12px;
  }

  .sub-menu__arrow~a {
    padding-right: 50px;
  }

  .sub-menu__arrow._active::after {
    transform: translate(0, -50%) rotate(90deg);
  }

  .sub-menu__arrow._active~.sub-menu {
    display: block;
  }

  .sub-menu .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    border: 0;
  }

  .sub-menu .sub-menu a {
    padding: 6px 0 6px 70px;
  }

  .header__nav-close {
    display: block;
  }

  body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .header-main__menu a:hover {
    color: #f5333f;
  }

  body.menu-opened:after {
    visibility: visible;
    opacity: 1;
  }

  body.menu-opened .header__nav {
    display: block;
  }

  body.menu-opened .header-main__box>div:nth-child(1) {
    position: relative;
    opacity: 0.4;
  }

  body.menu-opened .header {
    border-bottom-color: transparent;
  }

  .s1 .swiper-button-prev,
  .s1 .swiper-button-next {
    display: block;
  }

  .s1__items {
    display: flex;
    gap: 0;
  }

  .s1-item__img {
    aspect-ratio: 390/272;
    height: auto;
  }

  .s1-item__title {
    padding: 20px !important;
    font-size: 30px !important;
  }

  .s4__box {
    grid-template-columns: auto;
  }

  .s4__bg {
    height: auto;
    aspect-ratio: 390/300;
  }

  .s4__left {
    padding: 36px 16px;
  }

  .as-label {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .one-advanced-search {
    grid-template: 32px / -webkit-min-content auto;
    grid-template: 32px / min-content auto;
    margin: 0 0 15px;
  }

  .one-advanced-search {
    font-size: 15px;
  }

  .one-advanced-search>div:nth-child(2) input {
    font-size: 15px;
  }

  .s5 {
    padding: 70px 0;
  }

  .s5__title {
    margin: 0 0 40px;
  }

  .s5__text {
    margin: 0 auto 60px;
  }

  .s5__subtitle {
    font-size: 23px;
  }

  .footer__box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 10px;
    column-gap: 20px;
    padding: 50px 0;
    min-height: auto;
  }

  /*.footer__box > div:nth-child(1), .footer__box > div:nth-child(2){
    grid-column: 1/3;
  }*/
  .footer__menu {
    margin: 0;
    /* font-size: 20px; */
  }

  .footer__contacts {
    margin: 0;
    /* font-size: 20px; */
  }

  .s21__block {
    margin: 0 0 80px;
  }

  .more-btn {
    margin-top: 40px;
    width: 100%;
    min-height: 60px;
  }

  .filter__date-blocks {
    gap: 10px;
  }

  .filter__date {
    gap: 10px;
  }

  .filter__date-heading {
    padding: 0;
  }

  .filter__btn {
    height: 60px;
  }

  .s22__items-wrap {
    margin-top: 80px;
  }

  .s23 {
    padding: 0 0 100px;
  }

  .s23-item {
    grid-template-columns: auto;
    gap: 20px;
  }

  .s31__blocks {
    grid-template-columns: auto;
  }

  .s31-block {
    max-height: 400px;
  }

  .page-heading__title {
    font-size: 28px;
  }

  .s41__text {
    font-size: 20px;
  }

  .s51 {
    padding: 70px 0;
  }

  .s51__filter {
    margin-bottom: 50px;
  }

  .s51__articles-more {
    margin-top: 50px;
  }

  .s61__image-box {
    float: none;
    margin: 0 0 40px;
    width: 100%;
  }

  .s61__title {
    margin: 0 0 20px;
    font-size: 32px;
  }

  .s61 {
    padding: 50px 0;
  }

  .s61__heading {
    margin: 0 0 50px;
  }

  .s62__title {
    font-size: 32px;
  }

  .s71-calc {
    padding: 30px;
  }

  .s71__text {
    margin: 0 auto 52px;
    font-size: 22px;
  }

  .s71__title {
    font-size: 30px;
  }

  .s71__subtitle {
    font-size: 25px;
  }

  .s71__switcher-btn {
    width: calc(100%/3 - 24px);
    font-size: 20px;
  }

  .s71__switcher-btn img {
    margin: 0 0 0 5px;
  }

  .s71-links {
    margin: 70px 0 0;
  }

  .s71 {
    padding: 30px 0 100px;
  }

  .s71-links__list {
    padding: 26px;
  }

  .s81__links-title {
    font-size: 30px;
  }

  .s82__top-text {
    font-size: 25px;
  }

  .s82__main {
    padding: 70px 0;
  }

  .s82-form {
    padding: 30px;
  }

  .s82-form__row {
    grid-template-columns: auto;
  }

  .search-modal__title {
    margin: 0 auto 20px;
    font-size: 30px;
  }

  .search-form {
    grid-template-columns: auto 60px;
  }

  .search-field {
    padding: 0 10px;
    height: 60px;
    font-size: 18px;
  }

  .search-submit {
    height: 60px;
    background-size: 30px auto;
  }

  .s91 {
    padding: 50px 0;
  }

  .s91__title {
    font-size: 28px;
  }

  .s91-article__top {
    margin: 0 0 25px;
  }

  .s91-article__text {
    line-height: 1.22;
  }

  .s91__list {
    gap: 40px;
  }

  .s91-article__tags {
    font-size: 13px;
  }

  .s101__top-text {
    font-size: 20px;
  }

  .s101-form {
    padding: 30px;
  }

  .modal {
    padding: 30px 15px;
    width: 500px;
  }

  .modal-corsi {
    padding: 30px 36px;
    width: 688px;
  }
}

@media (max-width: 767px) {
  .filter__date-blocks {
    grid-template-columns: auto;
  }

  .filter__date-heading {
    width: 100px;
  }

  .filter__date {
    gap: 30px;
  }

  .s41__text {
    font-size: 18px;
  }

  .s71-calc__block_input {
    grid-template-columns: auto 150px;
  }

  .s71-calc__block {
    gap: 5px;
  }

  .s71-calc__block_select {
    grid-template-columns: auto 240px;
  }

  .s81__links {
    grid-template: 297px / auto;
  }

  .s81__links-title {
    display: none;
    justify-content: center;
    font-size: 28px;
    text-align: center;
  }

  .s81__links-title._active {
    display: flex;
  }

  .s81__links-title:nth-child(2) {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  html {
    overflow-x: hidden;
  }

  .s1 {
    padding: 26px 0;
  }

  .s1__items-box {
    margin: 0 -18px;
  }

  .s1-item__title {
    padding: 20px 5px 20px 12% !important;
  }

  .s2 {
    padding: 26px 0;
  }

  .stitle {
    margin: 0 0 12px;
    font-size: 20px;
  }

  .scategory {
    margin: 0 0 2px;
  }

  .articles {
    grid-template-columns: auto;
  }

  .article__main {
    padding: 34px 20px 42px;
  }

  .article__title {
    margin: 0 0 26px;
    height: auto;
    max-height: 72px;
    font-size: 18px;
    line-height: 24px;
  }

  .article__text {
    height: auto;
    max-height: 100px;
    font-size: 14px;
    line-height: 25px;
  }

  .s2 .article {
    display: none;
  }

  .s2 .article:nth-child(1),
  .s2 .article:nth-child(2),
  .s2 .article:nth-child(3) {
    display: block;
  }

  .articles__more {
    display: flex;
  }

  /*.s4 {
    margin: 50px 0;
  }*/
  .s4__title {
    margin: 0 auto 28px;
    font-size: 24px;
  }

  .s4__text {
    margin: 0 auto 28px;
    font-size: 18px;
  }

  .s4__form {
    margin: 0 auto;
  }

  #form-top-row input[type="submit"] {
    border-color: #666;
  }

  #form-top-row input[type="text"] {
    padding: 0 0 0 10px !important;
  }

  #form-top-row #advanced-search-toggle {
    margin: 0 auto;
    justify-content: center;
    padding: 0 20px;
  }

  #form-top-row #advanced-search-toggle:after {
    margin: 0 0 0 10px;
    width: 12px !important;
  }

  .popular-topics {
    justify-content: center;
    margin: 28px 0 0;
    gap: 8px;
  }

  .popular-topics a {
    height: 30px !important;
    font-size: 15px;
  }

  .s4__right-main {
    padding: 25px 5px;
  }

  .s5 {
    padding: 54px 0 54px;
  }

  .s5__subtitle {
    margin: 0 5px;
    font-size: 15px;
    line-height: 24px;
  }

  .s5__title {
    margin: 0 0 21px;
  }

  .s5__text {
    margin: 0 auto 17px;
  }

  .s5-form__input {
    margin: 0 0 30px;
    padding: 0 10px;
    height: 50px;
    font-size: 13px;
    text-align: center;
  }

  .s5-form__submit {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 154px;
    height: 50px;
    font-size: 15px;
  }

  .s5-form {
    max-width: 290px;
  }

  .footer__logo {
    max-width: 146px;
  }

  .footer__box {
    grid-template-columns: 100%;
    padding: 50px 0 50px 10%;
    row-gap: 40px;
  }

  .footer__copyright {
    font-size: 13px;
  }

  .s3 {
    display: none;
  }

  .s21__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 42px;
  }

  .s21__subtitle {
    font-size: 20px;
    line-height: 1.5;
  }

  .s21--demo .s21__title {
    font-size: 32px;
  }
  .s21--demo .s21__subtitle {
    font: 600 24px/132% Arimo;
  }


  .s21__search-bottom-text {
    margin: 23px 0 0;
    font-size: 10px;
    line-height: 42px;
    text-align: center;
  }

  .s21__search-bottom-text span {
    display: block;
  }

  .s21__top {
    margin: 0 auto 50px;
  }

  .s21--demo .s21__top {
    margin: 0 auto;
  }

  .s21__search:before {
    display: none;
  }

  .s21__block {
    margin: 0 0 69px;
  }

  .s21__block:last-child {
    margin-bottom: 32px;
  }

  .s21__search-box {
    margin: 0 0 30px;
  }

  .s21__search {
    padding: 20px 10px;
  }

  .section-heading {
    margin: 0 0 67px;
  }

  .filter__btn {
    padding: 5px;
    width: 135px;
    height: 44px;
    font-size: 13px;
  }

  .filter__btn img:first-child {
    margin: 0 10px 0 0;
    width: 18px;
  }

  .filter__btn img:last-child {
    margin: 0 0 0 10px;
    width: 8px;
  }

  .s22 {
    padding: 0 0 100px;
  }

  .s22__items-wrap {
    margin-top: 32px;
  }

  .s22-item {
    padding: 0;
  }

  .artiles-items {
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .s22__items-box {
    border-bottom: 0;
  }

  .s22-item__title {
    margin: 0 0 25px;
    font-size: 17px;
  }

  .s22-item__authors {
    margin: 0 0 20px;
    font-size: 15px;
  }

  .s22-item__description {
    margin: 0 0 17px;
    font-size: 15px;
  }

  .s22-item__links {
    font-size: 15px;
  }

  .s22-item__date {
    font-size: 15px;
  }

  .s22-item__main>*:nth-child(2) {
    display: none;
  }

  .s22__items-wrap .swiper-pagination {
    display: flex;
  }

  .more-btn {
    padding: 5px;
    width: 275px;
    min-height: 47px;
    border-radius: 3px;
    font-size: 16px;
  }

  .filter__date {
    grid-template-columns: auto;
    justify-items: center;
    gap: 20px;
  }

  .filter__date-heading {
    width: 80px;
    font-size: 16px;
  }

  .s23-item__title {
    font-size: 17px;
    text-align: center;
  }

  .s23__items>* {
    border-bottom: 0;
  }

  .s23-item__link {
    margin: 0 auto;
  }

  .s23-item {
    padding: 0;
    gap: 34px;
  }

  .s23__items-wrap .swiper-pagination {
    margin: 60px 0 16px;
    display: flex;
  }

  .s23__items-wrap {
    margin-top: 32px;
  }

  .page-heading__title {
    font-size: 28px;
  }

  .s31-block__title {
    font-size: 22px;
  }

  .s31-block__btn {
    width: 127px;
    height: 32px;
    border-radius: 125px;
    font-size: 14px;
  }

  .s41 {
    padding: 54px 0;
  }

  .s41__title {
    margin: 0 0 47px;
  }

  .s41__text {
    margin: 0 0 56px;
    font-size: 15px;
    line-height: 2.8em;
  }

  .s41__text>* {
    margin-bottom: 2.8em;
  }

  .s41__back {
    margin-left: -18px;
    margin-right: -18px;
    width: auto;
    max-width: none;
  }

  .s61 {
    padding: 76px 0 0;
  }

  .s61__title {
    margin: 0 0 73px;
    font-size: 20px;
  }

  .s61__heading {
    margin: 0 0 73px;
  }

  .s61__image-box {
    margin: 0 0 13px;
  }

  .s61__image:before {
    padding: calc(256/360 * 100%) 0 0;
  }

  .s61__image-logo {
    display: none;
  }

  .s61__content h3 {
    font-size: calc(20em/18);
  }

  .s61__content h1,
  .s61__content h2,
  .s61__content h3,
  .s61__content h4,
  .s61__content h5,
  .s61__content h6 {
    margin: 0 0 calc(13em/20);
  }

  .s61__content h1 {
    font-size: calc(27em/18);
  }

  .s61__content h2 {
    font-size: calc(24em/18);
  }

  .s61__content h3 {
    font-size: calc(20em/18);
  }

  .s61__content h4 {
    font-size: 1em;
  }

  .s62 {
    padding: 28px 0 70px;
  }

  .s62__title {
    margin: 0 0 20px;
    font-size: 28px;
  }

  .article__img:before {
    padding: calc(248/360 * 100%) 0 0;
  }

  .s71__text {
    font-size: 18px;
    line-height: 24px;
  }

  .s71 {
    padding: 9px 0 85px;
  }

  .s71__title {
    margin: 0 0 15px;
    font-size: 25px;
  }

  .s71__subtitle {
    font-size: 19px;
    line-height: 42px;
  }

  .s71__heading {
    margin: 0 0 33px;
  }

  .s71__switcher {
    margin: 0 -5px 41px;
  }

  .s71__switcher-btn {
    margin: 0 5px;
    padding: 0;
    width: calc(100%/3 - 10px);
    height: 27px;
    font-size: 11px;
    line-height: 1;
  }

  .s71__switcher-btn img {
    width: 6px;
  }

  .s71__tabs {
    margin: 0 -15px;
  }

  .s71-calc {
    gap: 40px;
    padding: 52px 18px 52px 26px;
  }

  .s71-calc__input {
    padding: 0 5px;
    height: 40px;
    font-size: 14px;
  }

  .s71-calc__label {
    font-size: 14px;
  }

  .s71-calc__input_select {
    padding-right: 20px;
    background-size: 11px auto;
    background-position: calc(100% - 10px) center;
  }

  .s71-calc__btns {
    grid-template: 60px 60px / auto;
    gap: 25px;
    margin: 0 auto;
    max-width: 100%;
    width: 265px;
  }

  .s71-links {
    margin: 53px -15px 0;
  }

  .s71-links__list {
    padding: 19px 10px 19px 19px;
  }

  .s71-links__list li {
    padding: 0 0 0 26px;
  }

  .s71-links__heading {
    padding-right: 25px;
  }

  .s71-links__heading:before {
    right: 10px;
  }

  .s71-calc__block_select {
    grid-template-columns: auto 200px;
  }

  .s82 {
    padding: 0;
  }

  .s82__top-box {
    grid-template-columns: auto;
    justify-items: center;
    gap: 40px;
    padding: 43px 0;
  }

  .s82__top-text {
    font-size: 25px;
    line-height: 42px;
    text-align: center;
  }

  .s82-form {
    margin: 0 -5px;
    padding: 21px 10px;
  }

  .s101__top {
    padding: 30px 0;
  }

  .s101__top-text {
    font-size: 15px;
    line-height: 42px;
  }

  .s101__main {
    padding: 90px 0;
    background: #666666;
  }

  .s101__main {
    margin: 0 -5px;
    padding: 30px 0;
  }

  .s101-form__field {
    grid-template-columns: auto;
    gap: 5px;
  }

  .s101-form__dates-box {
    grid-template-columns: auto;
    justify-content: stretch;
    gap: 5px;
  }

  .s101-form__dates {
    grid-template: 40px/repeat(4, 1fr);
  }

  .s101-form__dates-btn {
    width: 100%;
  }

  .s101-form {
    padding: 30px 10px;
  }

  .s101 {
    padding: 0 0 50px;
  }

  .modal-form__submit-box {
    grid-template-columns: auto;
    justify-items: center;
    gap: 20px;
  }

  .modal-form__submit-box>*:nth-child(2) {
    order: -1;
  }

  .modal__icon {
    width: 55px;
    height: 55px;
    border-width: 3px;
  }

  .modal__icon:not(.modal__icon_no-border) img {
    max-width: 25px;
    max-height: 25px;
  }

  .modal__text {
    font-size: 16px;
  }

  .modal-login .modal__text {
    margin: 0 0 30px;
  }

  .modal-login .modal__icon {
    margin-bottom: 20px;
  }

  .modal-form__input {
    padding: 0 30px 0 10px;
    background-position: calc(100% - 10px) !important;
  }

  .modal__title {
    font-size: 27px;
  }

  .modal__heading {
    font-size: 20px;
  }
}
.preview-demo{
  top: 1rem;
  font-size: 13rem;
  font-weight: 500;
  margin: 12px auto;
  padding: 10rem 20rem;
  border: none;
  border-radius: 10rem;
  color: #FFF;
  background-color: #F5333F;
  align-items: center;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.preview-demo:hover {
  background-color: #D32D39;
  color: #FFF;
}
/*#tsr-right .sr-title a:hover, #my-library-tabs>div .sr-title a:hover{
  color: #F5333F;
}*/