@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Raleway";
  font-display: swap;
  src: url(../fonts/Raleway-Regular.woff2) format("woff2"),
    url(../fonts/Raleway-Regular.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Raleway";
  font-display: swap;
  src: url(../fonts/Raleway-SemiBold.woff2) format("woff2"),
    url(../fonts/Raleway-SemiBold.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Raleway";
  font-display: swap;
  src: url(../fonts/Raleway-Bold.woff2) format("woff2"),
    url(../fonts/Raleway-Bold.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Raleway";
  font-display: swap;
  src: url(../fonts/Raleway-Black.woff2) format("woff2"),
    url(../fonts/Raleway-Black.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Lato";
  font-display: swap;
  src: url(../fonts/Lato-Regular.woff2) format("woff2"),
    url(../fonts/Lato-Regular.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Lato";
  font-display: swap;
  src: url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.woff) format("woff");
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-weight: 400;
  font-family: "Lato", "Arial", sans-serif;
  color: #494449;
  scroll-behavior: smooth;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
}

.body--locked {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 140px;
  transition: padding-top 0.3s;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 50px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------notfound-404-----------------------------------------------*/

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: "Maven Pro", sans-serif;
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound h2 {
  font-family: "Maven Pro", sans-serif;
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
}

.notfound p {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

.notfound a {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #1790c0;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: #1790c0;
  color: #1790c0;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 90;
}

.header__tiz {
  width: 100%;
  background: gray;
  display: block;
  text-decoration: none;
}

/*.header__tiz.style-1 {*/
/*  background: #F2862F;*/
/*  background: linear-gradient(89.48deg, #FFF856 0.77%, #F2862F 51.07%);*/
/*}*/

/*.header__tiz.style-2 {*/
/*  background: #C447FF;*/
/*  background: linear-gradient(89.27deg, #56D4FF 24.39%, #C447FF 65.31%);*/
/*}*/

/*.header__tiz.style-3 {*/
/*  background: #00DBA6;*/
/*  background: linear-gradient(108.26deg, #00B6F4 3.9%, #00DBA6 88.19%);*/
/*}*/

/*.header__tiz.style-4 {*/
/*  background: #9AC200;*/
/*  background: linear-gradient(98.25deg, #00B6F4 15.49%, #9AC200 71.92%);*/
/*}*/

.header__tiz-content {
  padding: 8px 16px;
  text-align: center;
  position: relative;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.header__tiz-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNicgaGVpZ2h0PScyNicgdmlld0JveD0nMCAwIDI2IDI2JyBmaWxsPSdub25lJz48Y2lyY2xlIGN4PScxMycgY3k9JzEzJyByPScxMi4yNScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScxLjUnLz48cGF0aCBkPSdNOCAxMy41SDE3TTE3IDEzLjVMMTQuNjY2NyAxMU0xNyAxMy41TDE0LjY2NjcgMTYnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

.header__tiz:hover .header__tiz-icon {
  transform: translate(5px, -50%);
}

.header__mid-container {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 32px;
  position: relative;
}

.header__mid-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: auto;
}

.header__mid-menu li a {
  font-size: 14px;
  color: #023e6f;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.header__mid-menu li a:hover,
.header__mid-menu li a.active {
  color: #f2862f;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.header__user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.header__user-nav-item > a {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
}

.header__user-nav-item > a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__user-nav-item a svg {
  margin-right: 7px;
}

.header__user-nav-item > a .header__user-lang-arrow {
  margin: 0;
  margin-left: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (min-width: 1025px) {
  .header__user-nav-item > a:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
  }
}

.header__user-nav-item > a.active {
  border: 2px solid #1790c0;
  border-radius: 50px;
}

.header__user-nav-item--langs a.active .header__user-lang-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header__user-nav-item--langs p {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: 7px;
  color: #1790c0;
  text-transform: capitalize;
}

.header__user-nav-item--langs p svg {
  position: absolute;
  left: 0;
  top: 0;
}

.header__langs {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.header__langs.shown {
  visibility: visible;
  opacity: 1;
}

.header__langs-list {
  list-style: none;
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.header__langs-list li {
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.header__langs-list a {
  font-size: 16px;
  line-height: 19px;
  opacity: 0.5;
  text-transform: capitalize;
  text-decoration: none;
}

.header__langs-list a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__langs-list a[href]:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.header__langs-list a:not([href]) {
  opacity: 1;
}

.header__menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  position: absolute;
  top: 100%;
  right: 50px;
  width: 320px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.menu-opened .header__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__site-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 40px 0;
  margin: 0;
}

.header__site-nav-list li a {
  font-size: 14px;
  color: #023e6f;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
  padding: 16px 22px;
  display: block;
}

.header__site-nav-list li a:hover,
.header__site-nav-list li a.active {
  color: #f2862f;
  background: rgba(0, 0, 0, 0.05);
}

.header__soc {
  width: 100%;
  display: flex;
  gap: 10px;
  border-top: 1px solid #e9e9e9;
  padding: 20px 22px;
}

.header__soc a img {
  width: 24px;
  height: 24px;
  /*color: #023E6F;*/
  filter: invert(0%) sepia(44%) saturate(3555%) hue-rotate(190deg)
    brightness(95%) contrast(45%);
}

.header__soc a:hover svg,
.header__soc a:active svg {
  color: #cd6c1d;
}

.header__site-nav-button {
  padding: 12px 15px;
  padding-left: 44px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  background-color: #023e6f;
  outline: none;
  background-image: url(../img/icon-burger.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  display: block;
  color: #fff;
  text-decoration: none;
}

.header__site-nav-button:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__site-nav-button.active {
  background-image: url(../img/icon-nav-cross.svg);
}

.header__site-nav-button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.header__mobile-logo,
.menu-overlay {
  display: none;
}

.header__login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 7px 20px 7px 12px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  min-height: 48px;
  min-width: 192px;
}

.header__login-wrap > a,
.header__login-block > a {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}

.header__login-wrap img {
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #d3d4d3;
}

.header__login-name {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 17px;
  color: #494449;
  text-decoration: none;
}

.header__login-name:hover {
  color: #1790c0;
}

.header__login-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.header__login-status {
  margin: 0 10px 0 0;
  font-weight: 700;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  color: #1790c0;
}

.header__login .header__login-line a {
  padding: 0;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header__login .header__login-line a svg {
  width: 30px;
  margin: 0;
}

.header__login .header__login-line a rect {
  stroke: #d3d4d3;
  transition: all 0.3s linear;
}

.header__login .header__login-line a path {
  fill: #d3d4d3;
  transition: all 0.3s linear;
}

.header__login .header__login-line a:hover path {
  fill: #cd6c1d;
}

.header__login .header__login-line a:hover rect {
  stroke: #cd6c1d;
}

.header__login .header__login-line a:hover {
  box-shadow: none;
}

@media (max-width: 1200px) {
  .header__logo {
    margin-right: 20px;
  }

  .header__user-nav-item {
    margin-right: 15px;
  }

  .header__user-nav-item > a {
    padding: 8px 14px;
  }

  .header__langs-list {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .header__langs-list a {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 1024px) {
  .header__logo {
    width: 140px;
    margin-right: 10px;
  }

  .header__user-nav-item {
    margin-right: 5px;
  }

  .header__user-nav-item a {
    padding: 6px 10px;
  }

  .header__user-nav-item a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3px;
  }

  .header__user-nav-item a svg:not(.header__user-lang-arrow) {
    width: 25px;
    height: auto;
  }

  .header__user-nav-item > a .header__user-lang-arrow {
    margin-left: 5px;
  }

  .header__user-nav-item--langs p {
    font-size: 11px;
    line-height: 14px;
    width: 25px;
    height: 25px;
    margin-right: 3px;
  }

  .header__user-nav-item:last-child {
    margin-right: 0;
  }

  .header__langs-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }

  .header__user-nav-item {
    display: none;
  }

  .header__user-nav-item--subscribe,
  .header__user-nav-item--account {
    display: block;
  }

  .header__user-exit,
  .header__login {
    display: block;
  }

  .header__mobile-logo {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
  }

  .header__mobile-logo img {
    width: 120px;
    height: auto;
  }

  .header__site-nav-close {
    width: 32px;
    height: 32px;
    background: url(../img/icon-nav-cross.svg) 50% 50% no-repeat;
    border-radius: 6px;
    background-color: #023e6f;
    background-size: 16px;
    margin-left: auto;
  }

  .menu-overlay {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: #023e6fbd;
    z-index: 99;
  }

  body.menu-opened {
    overflow: hidden;
  }

  body.menu-opened .menu-overlay {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .header__user-nav-item {
    margin-right: 3px;
  }

  .header__user-nav-item > a {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 6px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    overflow: hidden;
    width: 120px;
    margin-right: 0;
  }

  .header__logo img {
    width: 100%;
    max-width: none;
  }

  .header__user-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
  }

  .mob-relocate-new {
    width: 100%;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob-relocate-new a {
    font-family: "Raleway", "Arial", sans-serif;
    text-align: center;
    color: #494449;
    border: 2px solid #1790c0;
    border-radius: 99px;
    text-decoration: none;
    padding: 7px 14px;
    width: 100%;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .header__user-nav-item {
    margin-right: 0;
    margin-bottom: 2px;
  }

  .header__user-nav-item a {
    padding: 0;
  }

  .header__user-nav-item a.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__user-nav-item:last-child {
    margin-bottom: 0;
  }

  .header__langs-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .header__user-nav-item--account {
    margin-right: 16px;
  }

  .header__user-nav-item--account a {
    font-size: 13px;
    padding: 5px 10px 5px 6px;
  }

  .header__user-nav-item--account svg {
    margin: 0;
  }

  .header__user-nav-item--subscribe {
    display: none;
    margin: 0 15px 0 0;
  }

  .header__user-nav-item--subscribe a,
  .header__user-nav-item--subscribe a.active {
    padding: 5px 10px 5px 6px;
    background: #fff;
    box-shadow: 0 0 5.62771px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
  }

  .header__user-exit a {
    font-size: 0;
  }

  .header__user-exit svg {
    margin: 0;
  }

  .header__login {
    margin: 0 4px 0 0;
  }

  .header__login-wrap {
    padding: 5px 10px 5px 6px;
    min-height: 38px;
    min-width: 140px;
  }

  .header__login-wrap img {
    width: 24px;
    height: 24px;
    margin: 0 4px 0 0;
  }

  .header__login-name {
    margin: 0 0 2px;
    font-size: 10px;
    line-height: 11px;
  }

  .header__login-status {
    margin: 0 6px 0 0;
    font-size: 7px;
    line-height: 7px;
  }

  .header__login .header__login-line a {
    margin: 0 3px 0 0;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
  }

  .header__login .header__login-line a svg {
    width: 17px;
  }
}

@media (max-width: 500px) {
  .header__langs-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 376px) {
  .header__langs-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .header__user-nav-item--subscribe a,
  .header__user-nav-item--subscribe a.active {
    font-size: 10px;
  }
}

.footer {
  margin-top: auto;
  background-color: #f3f3f3;
  z-index: 1;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.footer__logo {
  margin-right: 20px;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 187px;
  margin-right: 20px;
  padding-top: 17px;
}

.footer__column:last-of-type {
  margin-right: 0;
}

.footer__column-title {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.5;
  text-align: center;
  border-bottom: 1px solid #d3d4d3;
}

.footer__column-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__column-list h4 {
  margin: 0;
  padding: 0;
}

.footer__column-list li {
  margin-bottom: 5px;
}

.footer__column-list li:last-child {
  margin-bottom: 0;
}

.footer__column-list a {
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  font-weight: 700;
  color: #023e6f;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__column-list a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__column-list a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f2862f;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 0 19px;
  border-top: 1px solid #d3d4d3;
}

.footer__bottom span {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.3;
}

@media (max-width: 1200px) {
  .footer__logo {
    width: 230px;
    margin-right: 15px;
  }

  .footer__column {
    max-width: 175px;
    margin-right: 15px;
  }

  .footer__column-title {
    font-size: 11px;
    line-height: 13px;
  }

  .footer__column-list li {
    margin-bottom: 10px;
  }

  .footer__column-list a {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 1023px) {
  .footer__logo {
    display: none;
  }

  .footer__column {
    max-width: unset;
    width: 22%;
    margin-right: 4%;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .footer__top {
    padding: 30px 0;
  }

  .footer__column {
    width: 45%;
    margin-right: 10%;
  }

  .footer__column:nth-of-type(2n) {
    margin-right: 0;
  }

  .footer__column-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .footer__column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .footer__column:last-of-type {
    margin-bottom: 0;
  }
}

.button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 25px;
  line-height: 26px;
  display: inline-block;
  padding: 10px 40px;
  font-weight: 600;
  font-family: "Raleway", "Arial", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #1790c0;
  border-radius: 50px;
  text-decoration: none;
}

.button:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #cd6c1d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.ajax-loading {
  position: relative;
  pointer-events: none;
}

.button.ajax-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-color: inherit;
  border-radius: 999px;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100%;
  height: 100%;
  z-index: 990;
}

.presidium__more-button {
  line-height: 21px;
  -ms-flex-item-align: center;
  background-color: #f3f3f3;
}

.presidium__more-button.ajax-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-color: inherit;
  border-radius: 999px;
  background-image: url(../img/loader-blue.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100%;
  height: 100%;
  z-index: 990;
}

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

.expert__table-cert img {
  height: 40px;
}

.cert_btn.ajax-loading {
  position: relative;
  pointer-events: none;
}

.cert_btn.ajax-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-position: 50% 50%;
  background-image: url(../img/loader.svg);
  background-color: #023e6f8c;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-size: 70px;
  width: 68px;
  height: 100%;
  z-index: 990;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .button {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button {
    font-size: 20px;
    line-height: 21px;
    padding: 10px 20px;
  }
}

.link-back {
  font-size: 16px;
  line-height: 19px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  padding: 10px 16px 11px 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  text-decoration: none;
}

.link-back:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-back svg {
  margin-right: 2px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-back:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #494449;
  color: #fff;
}

@media (max-width: 767px) {
  .link-back {
    position: static;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.section-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #023e6f;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
    line-height: 26px;
  }
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
  max-width: 1096px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 55px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal--hidden {
  display: none;
}

.modal__close {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__close:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__close:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.modal__title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .modal__content {
    padding: 45px 10px 35px;
  }

  .modal__close svg {
    width: 20px;
    height: auto;
  }

  .modal__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.callback-button {
  position: fixed;
  left: 50%;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.callback-button button,
.callback-button a {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1790c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.callback-button button:not(:hover),
.callback-button a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-button button:hover,
.callback-button a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #cd6c1d;
}

@media (max-width: 1620px) {
  .callback-button button,
  .callback-button a {
    right: 10px;
  }
}

@media (max-width: 1024px) {
  .callback-button button,
  .callback-button a {
    width: 60px;
    height: 60px;
  }

  .callback-button button svg,
  .callback-button a svg {
    width: 40px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .callback-button button,
  .callback-button a {
    width: 45px;
    height: 45px;
  }

  .callback-button button svg,
  .callback-button a svg {
    width: 30px;
  }
}

.callback-modal {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 724px;
  padding: 35px 150px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
  max-height: 100vh;
  z-index: 91;
}

.callback-modal__close {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.callback-modal__close:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-modal__close:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.callback-modal__title {
  margin-bottom: 20px;
}

.callback-modal__subtitle {
  font-size: 16px;
  line-height: 19px;
  max-width: 385px;
  margin: 0;
  margin-bottom: 45px;
  text-align: center;
}

.callback-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.callback-modal__form label {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.callback-modal__form label:last-of-type {
  margin-bottom: 35px;
}

.callback-modal__form label input,
.callback-modal__form label textarea {
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  margin-top: 5px;
  padding: 14px 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d3d4d3;
  outline: none;
}

.callback-modal__form label input:not(:hover),
.callback-modal__form label textarea:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-modal__form label input:hover,
.callback-modal__form label input:focus,
.callback-modal__form label textarea:hover,
.callback-modal__form label textarea:focus {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.callback-modal__form label textarea {
  resize: none;
  height: 100px;
}

.callback-modal__form .button {
  font-size: 18px;
  line-height: 21px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 30px;
}

.callback-modal__form-consent {
  font-size: 14px;
  line-height: 17px;
  max-width: 385px;
  margin: 0 auto;
  text-align: center;
}

.callback-modal__form-consent a {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.callback-modal__form-consent a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-modal__form-consent a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .callback-modal {
    max-width: 100%;
    width: 100%;
    padding: 50px 15px 35px;
  }

  .callback-modal__close {
    right: 15px;
    top: 15px;
  }

  .callback-modal__close svg {
    width: 20px;
    height: auto;
  }

  .callback-modal__title {
    margin-bottom: 20px;
  }

  .callback-modal__subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }

  .callback-modal__form label input,
  .callback-modal__form label textarea {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
  }

  .callback-modal__form .button {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .callback-modal__form-consent {
    font-size: 12px;
    line-height: 15px;
  }
}

.intro {
  padding-top: 155px;
  padding-bottom: 112px;
  background-color: #023e6f;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.intro__title {
  font-size: 50px;
  line-height: 1.15;
  max-width: 1050px;
  margin: 0 auto 60px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.intro__title span {
  font-size: 0.65em;
  font-weight: bold;
}

.intro__buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}

.intro__buttons a {
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50px;
}

.intro__buttons a:hover {
  opacity: 0.75;
}

.intro__buttons-events {
  background-position: 16px 50%;
  background-image: url("../img/ib-events.svg");
  background-color: #fff;
  color: #1790c0;
  padding: 9px 22px;
  padding-left: 44px;
}

.intro__buttons-news {
  background-position: 16px 50%;
  background-image: url("../img/ib-news.svg");
  color: #fff;
  padding: 9px 22px;
  padding-left: 44px;
}

.intro__buttons-news span {
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}

.intro__buttons-news:hover span {
  border-color: transparent;
}

@media (max-width: 1200px) {
  .intro__title {
    font-size: 40px;
    line-height: 50px;
    max-width: 850px;
  }
}

@media (max-width: 1024px) {
  .intro {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .intro__title {
    font-size: 30px;
    line-height: 40px;
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro__title {
    font-size: 22px;
    line-height: 30px;
    max-width: 470px;
    margin-bottom: 40px;
  }

  .intro__title span {
    font-size: inherit;
    font-weight: inherit;
  }
}

@media (max-width: 500px) {
  .intro__title {
    max-width: 100%;
  }

  .intro__buttons a {
    font-size: 14px;
    background-size: 16px;
  }
}

.become-expert-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.become-expert-link__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  padding: 3px 5px 3px 45px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.become-expert-link__desktop p {
  font-size: 30px;
  line-height: 54px;
  font-weight: 700;
  margin: 0;
  margin-right: 20px;
  text-transform: uppercase;
  color: #023e6f;
}

.become-expert-link__desktop a {
  padding: 14px 45px;
}

.become-expert-link a {
  padding: 14px 45px;
}

.become-expert-link__mobile {
  display: none;
}

@media (max-width: 1024px) {
  .become-expert-link__desktop {
    max-width: 700px;
    padding-left: 30px;
  }

  .become-expert-link__desktop p {
    font-size: 22px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .become-expert-link__desktop {
    display: none;
  }

  .become-expert-link__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .become-expert-link a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }

  .notfound h2 {
    font-size: 26px;
  }

  #notfound {
    height: 100vh;
    margin-top: 202px;
  }
}

@media (max-width: 375px) {
  .become-expert-link__mobile {
    font-size: 18px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
  }
}

.slider-section {
  padding-top: 35px;
  padding-bottom: 25px;
  background-color: #f3f3f3;
}

.events_page .slider-section {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .events_page .slider-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 475px) {
  .slider-section {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.slider_main {
  display: flex;
  background: #fff;
  align-items: center;
}

.slider_main-left {
  width: 56%;
  position: relative;
}

.slider_main-right {
  width: 44%;
  padding: 20px;
}

.slider_main-right div {
  font-size: 30px;
  padding: 0 10px;
  margin-bottom: 27px;
}

.slider_main-right div:last-child {
  margin-bottom: 0;
}

.slider_main-right .info-list {
  margin-bottom: 32px;
  gap: 8px;
}

.slider_main-right .info-list__item {
  width: calc(33.333% - 8px);
  margin-right: 0;
}

.slider_main-right-links {
  display: flex;
  gap: 24px;
}

.slider_main-right-links a.button {
  font-size: 18px;
  line-height: 21px;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 10px 24px;
  flex: auto;
  border-radius: 0;
}

.slider_main-right-links a:last-child {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #1790c0;
}

.slider_main-right-links a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #cd6c1d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.slider-section__container {
  position: relative;
  overflow: hidden;
}

.slider_main-left .slider-btn {
  bottom: -60px;
}

.slider_main-left .slider-btn--prev {
  left: 5px;
}

.slider_main-left .slider-btn--next {
  right: 5px;
}

.slider_main-left .swiper-pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_main-left .swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid rgba(73, 68, 73, 0.3);
}

.slider_main-left .swiper-pagination-bullet:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_main-left .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1790c0;
}

.slider_main-left .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 1px;
  margin: 0 1px;
  background-color: rgba(73, 68, 73, 0.3);
}

.slider_main-left .swiper-pagination-bullet:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.slider_main-left .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.slider_main-left .swiper-pagination-bullet:last-child::after {
  display: none;
}

.slider_main-left .swiper-pagination-bullet-active::before {
  display: block;
}

.slider-section__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-section__slide {
  display: flex;
  flex-shrink: 0;
  background-color: #fafaf9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 394px;
}

.slider-section__slide a {
  display: contents;
}

.slider-section__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1400px) {
  .slider_main-right .info-list__item b,
  .slider_main-right div {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 1024px) {
  .slider-section__slide {
    min-height: unset;
  }

  .slider_main {
    flex-wrap: wrap;
  }

  .slider_main-left,
  .slider_main-right {
    width: 100%;
  }

  .slider_main-right {
    padding-top: 92px;
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .slider_main-right .info-list__item b,
  .slider_main-right div {
    font-size: 22px;
    line-height: 28px;
  }

  .slider_main-right-links {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .slider_main-right-links {
    gap: 16px;
  }

  .slider_main-right-links a.button {
    flex: none;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .slider_main-right .info-list__item {
    margin-bottom: 0;
  }

  .slider_main-right .info-list {
    margin-bottom: 44px;
  }
}

@media (max-width: 475px) {
  .slider_main-right .info-list__item p {
    font-size: 12px;
    width: 80px;
  }

  .slider_main-right .info-list__item b {
    font-size: 28px;
  }
}

.slider-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.slider-btn:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn--next {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slider-btn:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

@media (max-width: 900px) {
  .slider-btn svg {
    width: 35px;
    height: auto;
  }
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
  max-width: 1096px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 55px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal--hidden {
  display: none;
}

.modal__close {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__close:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__close:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.modal__title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .modal__content {
    padding: 45px 10px 35px;
  }

  .modal__close svg {
    width: 20px;
    height: auto;
  }

  .modal__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.next-events {
  padding-top: 60px;
  padding-bottom: 87px;
  background-color: #f3f3f3;
}

.next-events__title {
  margin-bottom: 76px;
}

.next-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.next-events__item {
  width: 32.34%;
  margin-right: 1.49%;
  margin-bottom: 30px;
}

.next-events__item .event__details-link {
  font-size: 18px;
  line-height: 21px;
  padding: 11px 25px;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 10px;
  width: 100%;
}

.next_event_bot {
  margin-top: auto;
}

@media (min-width: 1025px) {
  .next-events__item:nth-child(3n) {
    margin-right: 0;
  }
}

.next-events__item.event {
  min-height: 386px;
}

.next-events__item.event .event__date {
  margin-right: 15px;
}

.next-events__item.event .event__title {
  margin-bottom: 21px;
}

.next-events__item.event .event__title h3 {
  font-size: 20px;
  line-height: 24px;
}

.next-events__item.event .event__nmo-request {
  margin-bottom: 20px;
}

.next-events__item.event .event__reg-link {
  font-size: 18px;
  line-height: 21px;
  margin-right: 0;
  margin-bottom: 47px;
  padding: 11px 10px;
  border-radius: 0;
}

.next-events__item.event .event__time,
.next-events__item.event .event__address {
  max-width: unset;
  margin-right: 0;
  margin-bottom: 10px;
}

.next-events__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-events__all {
  font-size: 18px;
  line-height: 21px;
  margin-right: 47px;
  background-color: #fff;
  color: #1790c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.next-events__all:last-of-type {
  margin-right: 0;
}

.next-events__archive {
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 1400px) {
  .next-events__item.event .event__content {
    padding: 15px;
  }

  .next-events__item.event .event__date {
    font-size: 38px;
    line-height: 46px;
    margin-right: 10px;
  }

  .next-events__item.event .event__date > span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
  }

  .next-events__item.event .event__prof-item img {
    height: 40px;
    width: auto;
  }

  .next-events__item.event .event__title h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .next-events__item.event .event__reg-link {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 1200px) {
  .next-events__item.event .event__prof-item svg {
    height: 30px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .next-events__title {
    margin-bottom: 50px;
  }

  .next-events__list {
    margin-bottom: 20px;
  }

  .next-events__item {
    width: 48%;
    margin-right: 4%;
  }

  .next-events__item:nth-child(2n) {
    margin-right: 0;
  }

  .next-events__item.event {
    min-height: 320px;
  }

  .next-events__item.event .event__reg-link {
    margin-bottom: 25px;
  }

  .next-events__item.event .event__prof-item svg {
    height: 40px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .next-events {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .next-events__title {
    margin-bottom: 35px;
  }

  .next-events__list {
    margin-bottom: 10px;
  }

  .next-events__item {
    width: 100%;
    margin-right: 0;
  }

  .next-events__item.event .event__content {
    padding: 10px;
  }

  .next-events__item.event .event__date {
    font-size: 35px;
    line-height: 40px;
  }

  .next-events__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .next-events__all {
    font-size: 17px;
    line-height: 20px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .next-events__archive {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .next-events__item.event .event__prof-item svg {
    height: 27px;
    width: auto;
  }
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 302px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.event:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.event__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.15%;
  padding: 10px;
}

.event__img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 41px 17px 18px;
}

.event__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.event__date {
  font-size: 40px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 65px;
  font-weight: 700;
  color: #cd6c1d;
  -webkit-font-feature-settings: pnum on, lnum on;
  font-feature-settings: pnum on, lnum on;
}

.event__date > span {
  font-size: 15px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  font-weight: 400;
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
}

.event__prof-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}

.event__prof-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event__prof-item:hover .tip {
  visibility: visible;
  opacity: 1;
}

.event__prof-item img {
  height: 46px;
  width: auto;
}

.event__prof-item:hover img {
  color: #cd6c1d;
  filter: brightness(0) saturate(100%) invert(76%) sepia(78%) saturate(5008%)
    hue-rotate(351deg) brightness(85%) contrast(87%);
}

.event__prof-more {
  font-size: 10px;
  line-height: 15px;
  opacity: 0.5;
}

.event__type {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  margin-bottom: 3px;
  color: #1790c0;
}

.event__title {
  margin-bottom: 10px;
  text-decoration: none;
}

.event__title:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event__title:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event__title:hover h2 {
  color: #cd6c1d;
}

.event__title h2 {
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  color: #023e6f;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.event__title:hover h3 {
  color: #cd6c1d;
}

.event__title h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  color: #023e6f;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.event__title h3:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event__venue-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.event__venue-info--mobile {
  display: none;
}

.event__time,
.event__address {
  font-size: 14px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  max-width: 200px;
}

.event__time svg,
.event__address svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}

.event__time:last-child,
.event__address:last-child {
  margin-bottom: 0;
}

.event__time {
  margin-right: 50px;
}

.event__nmo-request {
  font-size: 12px;
  line-height: 14px;
  margin: auto 0 10px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #cd6c1d;
}

.event__detail {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 17px;
}

.event__detail b {
  margin-bottom: 2px;
  font-weight: 700;
  color: #023e6f;
}

.event__detail p {
  margin: 0;
}

.event__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.event__footer .button {
  font-size: 18px;
  line-height: 21px;
  padding: 11px 25px;
  border-radius: 0;
}

.event__reg-link {
  margin-right: 17px;
}

.event__program-link {
  margin-right: 17px;
  background-color: #f3f3f3;
  color: #1790c0;
}

.event__details-link {
  margin-left: auto;
}

.event__format {
  margin: 0 30px 0 0;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event__format svg {
  margin-right: 5px;
}

.event__format--online {
  color: #1790c0;
}

.event__format--offline {
  color: #cd6c1d;
}

.event__labels {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
}

.event__labels li {
  font-size: 20px;
  line-height: 23px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  font-family: "Raleway", "Arial", sans-serif;
}

.event__labels li:hover .tip {
  visibility: visible;
  opacity: 1;
}

.event__labels .event__label-nmo {
  background-color: #cd6c1d;
}

.event__labels .event__label-pk {
  background-color: #023e6f;
}

.event__labels .event__label-offline {
  background-color: #494449;
}

.event__labels .event__label-online {
  padding: 0;
  background-color: #1790c0;
  -webkit-transform: none;
  transform: none;
}

.event__labels .event__label-title {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media (max-width: 1024px) {
  .event {
    min-height: 270px;
  }

  .event__title h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .event__date {
    font-size: 35px;
    line-height: 40px;
    margin-right: 35px;
  }

  .event__date > span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
  }

  .event__time {
    margin-right: 35px;
  }

  .event__prof-item svg {
    height: 40px;
    width: auto;
  }

  .event__prof-item:hover .tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .event__labels li:hover .tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .event__img {
    display: none;
  }

  .event__content {
    padding: 10px;
  }

  .event__date {
    margin-right: 10px;
  }

  .event__venue-info {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }

  .event__venue-info--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .event__time svg,
  .event__address svg {
    width: 25px;
    height: auto;
    margin-right: 3px;
  }

  .event__time {
    margin-right: 15px;
  }

  .event__detail {
    font-size: 13px;
    line-height: 16px;
  }

  .event__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event__footer .button {
    margin-bottom: 7px;
    padding: 11px 10px;
  }

  .event__footer .button:last-child {
    margin-bottom: 0;
  }

  .event__reg-link {
    margin-right: 0;
  }

  .event__program-link {
    margin-right: 0;
  }

  .event__details-link {
    margin-left: 0;
  }

  .event__format {
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .event__prof-item svg {
    height: 27px;
    width: auto;
  }
}

.tip {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 155px;
  padding: 8px 17px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  background-color: #f3f3f3;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}

.tip::after {
  content: url("../img/icon-tip.svg");
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event__labels .tip {
  left: unset;
  right: 100%;
  -webkit-transform: none;
  transform: none;
}

.event__labels .tip::after {
  bottom: unset;
  left: unset;
  right: -6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 1024px) {
  .tip {
    display: none;
    left: 45%;
    min-width: auto;
    padding: 8px 14px;
  }
}

.pres-address {
  padding-top: 58px;
  padding-bottom: 47px;
}

.pres-address__title {
  margin-bottom: 58px;
}

.pres-address__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.pres-address__video {
  position: relative;
  width: 44.28%;
  margin-right: 3.96%;
}

.pres-address__video video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pres-address__video button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f3f3f3;
}

.pres-address__video button:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pres-address__video button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #cd6c1d;
}

.pres-address__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 51.76%;
}

.pres-address__text div {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.pres-address__text p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.pres-address__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pres-address__links a {
  padding: 10px 20px;
}

.pres-address__about-link {
  font-size: 18px;
  line-height: 21px;
  margin-right: 47px;
  background-color: #fff;
  color: #1790c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pres-address__about-link:last-of-type {
  margin-right: 0;
}

.pres-address__expert-link {
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 1024px) {
  .pres-address__content {
    padding: 15px;
  }

  .pres-address__video {
    width: 46%;
    margin-right: 2%;
  }

  .pres-address__text {
    width: 52%;
  }

  .pres-address__text div {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .pres-address__text p {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .pres-address {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pres-address__title {
    margin-bottom: 35px;
  }

  .pres-address__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
  }

  .pres-address__video {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pres-address__text {
    width: 100%;
  }

  .pres-address__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pres-address__about-link {
    font-size: 17px;
    line-height: 20px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .pres-address__expert-link {
    font-size: 17px;
    line-height: 20px;
  }
}

.partners-slider {
  padding-top: 65px;
  padding-bottom: 80px;
}

.partners-slider__title {
  margin-bottom: 45px;
}

.partners-slider__container {
  position: relative;
  overflow: hidden;
  padding: 0 63px;
}

.partners-slider__container .slider-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partners-slider__container .slider-btn--prev {
  left: 0;
}

.partners-slider__container .slider-btn--next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.partners-slider__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-slider__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.partners-slider__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-slider__slide a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.partners-slider__slide a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.partners-slider__slide img {
  max-height: 100px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .partners-slider__container {
    padding: 0 42px;
  }
}

@media (max-width: 767px) {
  .partners-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partners-slider__title {
    margin-bottom: 35px;
  }
}

.mission {
  padding-top: 45px;
  padding-bottom: 112px;
  background-color: #023e6f;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mission__title {
  margin-bottom: 75px;
  text-align: center;
  color: #fff;
}

.mission__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.mission__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  max-width: 270px;
  margin-right: 5%;
}

.mission__item:last-child {
  margin-right: 0;
}

.mission__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 24px;
  background-color: #1790c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mission__item p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  text-align: center;
}

@media (max-width: 900px) {
  .mission {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .mission__title {
    margin-bottom: 50px;
  }

  .mission__item p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .mission__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .mission__item:last-child {
    margin-bottom: 0;
  }

  .mission__item div {
    margin-bottom: 15px;
  }
}

.structure {
  padding: 100px 0 70px;
  background-color: #f3f3f3;
}

.structure__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.structure__title {
  margin-bottom: 75px;
}

.structure__main {
  display: flex;
}

.structure__chief {
  width: 100%;
  max-width: 509px;
  margin: 0 auto 94px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.structure__chief:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.structure__chief a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
}

.structure__chief img {
  width: 233px;
  margin-right: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}

.structure__chief:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.structure__chief-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 195px;
  padding-top: 65px;
}

.structure__chief-name {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: #023e6f;
}

.structure__chief-post {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  margin-bottom: 30px;
}

.structure__chief-degree {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 9px;
  border-top: 1px solid #d3d4d3;
}

.structure__chief-city {
  font-size: 14px;
  line-height: 17px;
  margin-top: auto;
  font-weight: 700;
}

.structure__subtitle {
  margin-bottom: 75px;
  text-transform: unset;
}

.structure__button {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 100px;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #1790c0;
}

@media (max-width: 1024px) {
  .structure {
    padding: 70px 0 50px;
  }

  .structure__title,
  .structure__subtitle {
    margin-bottom: 50px;
  }

  .structure__chief {
    margin-bottom: 70px;
  }

  .structure__button {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 70px;
  }
}

@media (max-width: 1120px) {
  .structure__chief {
    width: 32.42%;
  }

  .structure__chief img {
    width: 100%;
    margin-right: 0;
    height: fit-content;
  }

  .structure__chief-info {
    max-width: 100%;
    padding-top: 20px;
  }
}

/*@media (max-width: 900px) {*/
/*  .structure__chief {*/
/*    width: 32.42%;*/
/*  }*/
/*}*/

@media (max-width: 767px) {
  .structure {
    padding: 40px 0;
  }

  .structure__title,
  .structure__subtitle {
    margin-bottom: 35px;
  }

  .structure__chief {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    width: 48%;
  }

  .structure__button {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}

@media (max-width: 450px) {
  .structure__main {
    flex-direction: column;
  }

  .structure__chief {
    width: 100%;
  }
}

.presidium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 100px;
}

.presidium__title {
  margin-bottom: 80px;
  text-transform: unset;
}

.presidium__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.presidium__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.78%;
  margin-right: 1.36%;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.presidium__item:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.presidium__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px 9px;
  text-decoration: none;
}

@media (min-width: 1201px) {
  .presidium__item:nth-child(5n) {
    margin-right: 0;
  }
}

.presidium__item img {
  width: 100%;
  height: 199px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.presidium__item:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.presidium__item-name {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  margin-bottom: 13px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: #023f6f;
  text-align: center;
}

.presidium__item-degree {
  font-size: 14px;
  line-height: 17px;
  max-width: 180px;
  margin: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  border-top: 1px solid #d3d4d3;
  text-align: center;
}

.presidium__item-city {
  font-size: 14px;
  line-height: 17px;
  margin-top: auto;
  font-weight: 700;
  text-align: center;
}

/*.presidium__more-button,*/
.events__more-button {
  font-size: 18px;
  line-height: 21px;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #1790c0;
}

@media (max-width: 1200px) {
  .presidium__item {
    width: 23.98%;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .presidium__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .presidium {
    margin-bottom: 70px;
  }

  .presidium__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .presidium__item {
    width: 32.42%;
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  .presidium__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .presidium {
    margin-bottom: 50px;
  }

  .presidium__title {
    margin-bottom: 35px;
  }

  .presidium__list {
    margin-bottom: 15px;
  }

  .presidium__item {
    width: 48%;
    margin-right: 4%;
  }
}

@media (max-width: 767px) and (min-width: 451px) {
  .presidium__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .presidium__item {
    width: 49%;
    margin-right: 2%;
  }
}

@media (max-width: 450px) {
  .presidium__item {
    width: 100%;
    margin-right: 0;
  }

  .presidium__item img {
    height: auto;
  }
}

.portfolio {
  padding-top: 80px;
  padding-bottom: 75px;
}

.portfolio__title {
  margin-bottom: 75px;
}

@media (max-width: 1024px) {
  .portfolio {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .portfolio__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .portfolio .become-expert-link p {
    color: #023e6f;
  }

  .portfolio__title {
    margin-bottom: 35px;
  }
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24%;
  max-width: 297px;
  margin-right: 10px;
}

.info-list__item:last-child {
  margin-right: 0;
}

.info-list__item svg {
  margin-bottom: 3px;
  color: #d3d4d3;
}

.info-list__item b {
  font-size: 40px;
  line-height: 40px;
  margin-top: auto;
  margin-bottom: 20px;
  font-weight: 700;
}

.info-list__item p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .info-list {
    margin-bottom: 70px;
  }

  .info-list__item {
    width: 23%;
    margin-right: 2.66%;
  }

  .info-list__item b {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .info-list__item p {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .info-list {
    margin-bottom: 20px;
  }

  .info-list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px;
  }

  .info-list__item b {
    margin-bottom: 10px;
  }

  .info-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.main-events__title {
  margin-bottom: 60px;
  text-transform: unset;
}

.main-events__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
}

.main-events__nav li {
  margin-right: 26px;
}

.main-events__nav li:last-child {
  margin-right: 0;
}

.main-events__nav a {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 4px 66px 7px;
  color: #1790c0;
  border-radius: 50px;
  text-decoration: none;
}

.main-events__nav a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-events__nav a b {
  font-size: 30px;
  line-height: 40px;
  margin-right: 5px;
  font-weight: 700;
}

.main-events__nav a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main-events__nav a:not([href]) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-events__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32.27%;
  margin-right: 1.59%;
  margin-bottom: 25px;
  padding: 15px 15px 0;
  background-color: #f3f3f3;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (min-width: 1025px) {
  .main-events__item:nth-child(3n) {
    margin-right: 0;
  }
}

.main-events__item img {
  width: 100%;
  margin-bottom: 20px;
}

.main-events__item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main-events__item-date {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
}

.main-events__item-format {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #1790c0;
}

.main-events__item-format svg {
  margin-right: 5px;
}

.main-events__item-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 15px;
  color: #023e6f;
}

.main-events__item-details {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-events__item-details li {
  font-size: 12px;
  line-height: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.main-events__item-details li:last-child {
  margin-right: 0;
}

.main-events__item-details li b {
  font-weight: 700;
}

.main-events__item-button {
  font-size: 20px;
  line-height: 23px;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .main-events__title {
    margin-bottom: 40px;
  }

  .main-events__nav {
    margin-bottom: 40px;
  }

  .main-events__nav li {
    margin-right: 20px;
  }

  .main-events__nav a {
    padding: 4px 30px 7px;
  }

  .main-events__nav a b {
    font-size: 26px;
    line-height: 34px;
  }

  .main-events__item {
    width: 49%;
    margin-right: 2%;
  }

  .main-events__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .main-events__title {
    margin-bottom: 30px;
  }

  .main-events__nav {
    margin-bottom: 25px;
  }

  .main-events__nav li {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .main-events__nav a {
    padding: 4px 12px 5px;
  }

  .main-events__nav a b {
    font-size: 18px;
    line-height: 24px;
  }

  .main-events__item-details li {
    font-size: 11px;
    line-height: 13px;
  }

  .main-events__item-button {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 650px) {
  .main-events__item {
    width: 100%;
    margin-right: 0;
  }

  .main-events__item:last-child {
    margin-bottom: 0;
  }
}

.photo-report-modal__img {
  margin-bottom: 20px;
}

.photo-report-modal__details {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.photo-report-modal__details li {
  font-size: 12px;
  line-height: 14px;
  margin-right: 44px;
  margin-bottom: 10px;
}

.photo-report-modal__details li:last-child {
  margin-right: 0;
}

.photo-report-modal__details li b {
  font-weight: 700;
}

.photo-report-modal__button {
  font-size: 18px;
  line-height: 21px;
  background-color: #fff;
  color: #1790c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .photo-report-modal__img {
    margin-bottom: 15px;
  }

  .photo-report-modal__details {
    margin-bottom: 20px;
  }

  .photo-report-modal__details li {
    font-size: 11px;
    line-height: 13px;
    margin-right: 15px;
  }

  .photo-report-modal__button {
    font-size: 16px;
    line-height: 19px;
  }
}

.experts {
  padding-top: 50px;
}

.experts__title {
  margin-bottom: 50px;
}

.experts__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1095px;
  margin: 0 auto 65px;
}

.experts__search span {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 600;
}

.experts__search label {
  position: relative;
  width: 100%;
}

.experts__search label input {
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  padding: 15px 50px 15px 12px;
  border: 1px solid #d3d4d3;
  background-color: transparent;
  color: #494449;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.experts__search label input:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.experts__search label input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.experts__search label input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #494449;
}

.experts__search label input::-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #494449;
}

.experts__search label input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #494449;
}

.experts__search label input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #494449;
}

.experts__search label input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #494449;
}

.experts__search label input:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.experts__search label button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #d3d4d3;
  color: inherit;
}

.experts__search label button:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.experts__search label button svg {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.experts__search label button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #494449;
}

.experts__search label button:hover svg {
  color: #fff;
}

.experts__content {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}

.experts__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.experts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.experts__list li {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  -webkit-font-feature-settings: pnum on, lnum on;
  font-feature-settings: pnum on, lnum on;
}

.experts__list li b {
  font-weight: 600;
}

.experts__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .experts {
    padding-top: 40px;
  }

  .experts__search {
    margin-bottom: 50px;
  }

  .experts__list li {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .experts {
    padding-top: 30px;
  }

  .experts__title {
    margin-bottom: 35px;
  }

  .experts__search {
    margin-bottom: 35px;
  }

  .experts__content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .experts__content {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.contacts {
  padding-top: 50px;
  padding-bottom: 85px;
  background-color: #f3f3f3;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 84px;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  margin-right: 4.84%;
}

.contacts__title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 75px;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__item span {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}

.contacts__item a {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Raleway", "Arial", sans-serif;
  color: #023e6f;
  text-decoration: none;
}

.contacts__item a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts__item a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #cd6c1d;
}

.contacts__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 13px;
}

.contacts__socials li:last-child {
  margin-bottom: 0;
}

.contacts__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__socials a img {
  margin-right: 17px;
  color: #494449;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 20px;
  height: 20px;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%)
    contrast(100%);
}

.contacts__callback-form {
  width: 65.16%;
}

@media (max-width: 1200px) {
  .contacts__container {
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .contacts {
    padding-bottom: 60px;
  }

  .contacts__container {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
  }

  .contacts__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contacts__title {
    margin-bottom: 35px;
  }

  .contacts__item {
    margin-bottom: 20px;
  }

  .contacts__item span {
    margin-bottom: 5px;
  }

  .callback-form {
    width: 100%;
  }
}

.callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 838px;
  padding: 30px 94px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.callback-form__title {
  margin-bottom: 20px;
  text-transform: unset;
}

.callback-form__subtitle {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

.callback-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.callback-form__form label {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.callback-form__form label:last-of-type {
  margin-bottom: 50px;
}

.callback-form__form label input,
.callback-form__form label textarea {
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  margin-top: 5px;
  padding: 14px 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d3d4d3;
}

.callback-form__form label input:not(:hover),
.callback-form__form label textarea:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-form__form label input:hover,
.callback-form__form label textarea:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.callback-form__form label textarea {
  resize: none;
  height: 100px;
}

.callback-form__form .callback-form__labels-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.callback-form__form .callback-form__labels-wrapper label {
  width: 48%;
}

.callback-form__form .callback-form__labels-wrapper label:last-of-type {
  margin-bottom: 15px;
}

.callback-form__form .button {
  font-size: 18px;
  line-height: 21px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 20px;
}

.callback-form__form-consent {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  text-align: center;
}

.callback-form__form-consent a {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.callback-form__form-consent a:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callback-form__form-consent a:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .callback-form {
    padding: 30px 40px;
  }

  .callback-form__form label:last-of-type {
    margin-bottom: 30px;
  }

  .callback-form__form label input,
  .callback-form__form label textarea {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .callback-form {
    max-width: 100%;
    padding: 30px 15px;
  }

  .callback-form__subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .callback-form__form label input,
  .callback-form__form label textarea {
    font-size: 16px;
    line-height: 18px;
  }

  .callback-form__form .button {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .callback-form__form .callback-form__labels-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .callback-form__form .callback-form__labels-wrapper label {
    width: 100%;
  }

  .callback-form__form-consent {
    font-size: 12px;
    line-height: 15px;
  }
}

.google {
  font-size: 10px;
  margin: 5px;
  color: #1b1b1b91;
}

.sponsorship {
  padding-bottom: 75px;
}

.sponsorship__top {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}

.sponsorship__top .info-list {
  margin-bottom: 0;
}

.sponsorship__top .info-list__item svg {
  color: #cd6c1d;
}

.sponsorship__title {
  margin-bottom: 50px;
}

.sponsorship__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1095px;
  margin: 50px auto;
  padding: 50px 200px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sponsorship__content b {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
  font-family: "Raleway", "Arial", sans-serif;
}

.sponsorship__content ul,
.sponsorship__content ol,
.sponsorship__content p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.sponsorship__content ul {
  list-style-type: disc;
}

.sponsorship__content ol > li {
  margin-bottom: 37px;
}

.sponsorship__content p {
  margin-bottom: 20px;
}

.sponsorship__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sponsorship__content-title {
  margin-bottom: 40px;
  text-transform: unset;
}

.sponsorship__button {
  line-height: 40px;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .sponsorship__content {
    padding: 50px 70px;
  }

  .sponsorship__content b {
    margin-bottom: 25px;
  }

  .sponsorship__content ol > li {
    margin-bottom: 20px;
  }

  .sponsorship__content p {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .sponsorship {
    padding-bottom: 50px;
  }

  .sponsorship__top {
    padding-bottom: 20px;
  }

  .sponsorship__content {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .sponsorship__content b {
    font-size: 16px;
    line-height: 19px;
  }

  .sponsorship__content ul,
  .sponsorship__content ol,
  .sponsorship__content p {
    font-size: 14px;
    line-height: 17px;
  }

  .sponsorship__content ol > li {
    margin-bottom: 15px;
  }

  .sponsorship__content p {
    margin-bottom: 10px;
  }

  .sponsorship__content-title {
    margin-bottom: 30px;
  }

  .sponsorship__button {
    font-size: 17px;
    line-height: 23px;
  }
}

.about-us {
  padding-bottom: 80px;
}

.about-us .intro {
  margin-bottom: 50px;
  padding-top: 145px;
  padding-bottom: 168px;
}

.about-us .intro__title {
  max-width: 1185px;
  margin-bottom: 0;
}

.about-us__pres {
  margin-bottom: 90px;
}

.about-us__pres-title {
  margin-bottom: 60px;
}

.about-us__pres-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.about-us__pres-info img {
  height: 335px;
  margin-right: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us__pres-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 461px);
  max-width: 713px;
}

.about-us__pres-info div b {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-us__pres-info div p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.about-us__pres-info div p span {
  font-weight: 700;
}

.about-us__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
}

.about-us__logo-title {
  margin-bottom: 75px;
}

.about-us__goals {
  margin-bottom: 75px;
}

.about-us__goals-title {
  margin-bottom: 75px;
}

.about-us__goals-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.about-us__goals-list li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.about-us__goals-list li:last-child {
  margin-bottom: 0;
}

.about-us__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.about-us__contacts p {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .about-us .intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-us .intro__title {
    max-width: 712px;
  }

  .about-us__pres {
    margin-bottom: 70px;
  }

  .about-us__pres-title {
    margin-bottom: 50px;
  }

  .about-us__pres-info {
    padding: 20px;
  }

  .about-us__pres-info img {
    height: auto;
    margin-right: 30px;
  }

  .about-us__pres-info div {
    width: calc(100% - 401px);
  }

  .about-us__pres-info div b {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .about-us__pres-info div p {
    font-size: 18px;
    line-height: 24px;
  }

  .about-us__logo {
    margin-bottom: 50px;
  }

  .about-us__logo-title {
    margin-bottom: 50px;
  }

  .about-us__goals {
    margin-bottom: 50px;
  }

  .about-us__goals-title {
    margin-bottom: 50px;
  }

  .about-us__goals-list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .about-us__goals-list li {
    font-size: 16px;
    line-height: 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 15px;
  }

  .about-us__contacts {
    padding: 35px;
  }

  .about-us__contacts p {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .about-us {
    padding-bottom: 40px;
  }

  .about-us .intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-us .intro__title {
    max-width: 522px;
  }

  .about-us__pres-title {
    margin-bottom: 35px;
  }

  .about-us__pres {
    margin-bottom: 50px;
  }

  .about-us__pres-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }

  .about-us__pres-info img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about-us__pres-info div {
    width: 100%;
  }

  .about-us__pres-info div b {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .about-us__pres-info div p {
    font-size: 16px;
    line-height: 20px;
  }

  .about-us__logo {
    margin-bottom: 35px;
  }

  .about-us__logo-title {
    margin-bottom: 35px;
  }

  .about-us__goals {
    margin-bottom: 35px;
  }

  .about-us__goals-title {
    margin-bottom: 35px;
  }

  .about-us__goals-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .about-us__goals-list li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .about-us__contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
  }

  .about-us__contacts p {
    font-size: 14px;
    line-height: 18px;
  }
}

.events {
  padding-top: 50px;
}

.events--archive .event__content {
  padding: 14px 20px 12px 33px;
}

.events--archive .event:hover .event__details-link {
  background-color: #cd6c1d;
}

.events__container {
  max-width: 1195px;
}

.events__title {
  margin-bottom: 50px;
}

/* Селектор выбора мероприятий по дате */

.events_selector {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.events_selector.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-color: inherit;
  border-radius: 999px;
  background-image: url(../img/loader-blue.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  width: 100%;
  height: 100%;
  z-index: 990;
}

.events_selector-slider {
  width: 300px;
  padding: 0 46px;
  position: relative;
}

.selector-slider__container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.events_selector-slider .slider-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.events_selector-slider .slider-btn--prev {
  left: 0;
}

.events_selector-slider .slider-btn--next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.selector-slider__container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: content-box;
}

.selector-slider__container .swiper-slide {
  text-align: center;
  flex-shrink: 0;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #023e6f;
}

.events_selector-tabs {
  display: flex;
  margin-top: 32px;
  gap: 32px;
}

.events_selector-tabs a {
  text-decoration: none;
  text-transform: uppercase;
  color: #494449;
  opacity: 0.5;
  font-size: 14px;
  padding-bottom: 3px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.events_selector-tabs a:hover {
  opacity: 1;
}

.events_selector-tabs a.active {
  opacity: 1;
  color: #023e6f;
  border-bottom: 2px solid #f2862f;
}

@media (max-width: 400px) {
  .events_selector-tabs {
    gap: 16px;
  }
}

@media (max-width: 350px) {
  .events_selector-tabs {
    flex-direction: column;
    align-items: center;
  }
}

/* end Селектор выбора мероприятий по дате */

.events__filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events__filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.events__filter-button input {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: inherit;
}

.events__filter-button input:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.events__filter-button input.active + svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.events__filter-button svg {
  margin-left: 9px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #494449;
}

.events__filter-button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.events__filter-button:hover input {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #cd6c1d;
}

.events__filter-button:hover svg {
  color: #cd6c1d;
}

.events__content {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}

.events__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1195px;
}

.events__chosen-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.events__chosen-filters button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
  text-decoration: none;
  border-bottom: 1px solid #494449;
}

.events__chosen-filters button:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.events__chosen-filters button svg {
  margin-left: 8px;
}

.events__chosen-filters button:last-child {
  margin-right: 0;
}

.events__chosen-filters button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.events__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.events__item {
  margin-bottom: 20px;
}

.events__item:last-child {
  margin-bottom: 0;
}

.events__archive-link {
  font-size: 18px;
  line-height: 21px;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .events--archive .event__date {
    margin-right: 30px;
  }

  .events--archive .event__time {
    margin-right: 30px;
  }
}

@media (max-width: 900px) {
  .events--archive .event__content {
    padding: 10px;
  }

  .events--archive .event__date {
    margin-right: 20px;
  }

  .events--archive .event__time {
    margin-right: 20px;
  }

  .events--archive .event__prof-item svg {
    height: 30px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .events {
    padding-top: 35px;
  }

  .events--archive .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .events--archive .event__prof-item svg {
    height: 40px;
    width: auto;
  }

  .events__filter-button {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .events__title {
    margin-bottom: 35px;
  }

  .events__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .events__chosen-filters {
    margin-bottom: 20px;
  }

  .events__chosen-filters button {
    font-size: 14px;
    line-height: 17px;
  }

  .events__list {
    margin-bottom: 35px;
  }

  .events__archive-link {
    font-size: 17px;
    line-height: 20px;
  }
}

.filter {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 52px;
  border-top: 1px solid #d3d4d3;
}

.filter.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 29%;
  margin-right: 6.5%;
  padding-bottom: 23px;
}

.filter__col:last-child {
  margin: 0;
  padding-bottom: 0;
}

.filter__col:nth-child(3n) {
  margin-right: 0;
}

.filter__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 23px;
}

.filter__select {
  font-size: 16px;
  line-height: 19px;
  position: relative;
  border: 1px solid #d3d4d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 12px 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.filter__select:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__select:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__title {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.filter__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter__type div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .filter__type div input:hover + label {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.filter__type div input:checked + label {
  background-color: #cd6c1d;
  color: #fff;
}

.filter__type div label {
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  min-height: 50px;
  margin-right: 2%;
  text-align: center;
  border: 1px solid #d3d4d3;
}

.filter__type div label:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__type div label:last-child {
  margin-right: 0;
}

.filter__event-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
}

.filter__event-features li {
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.filter__event-features li:last-child {
  margin-bottom: 0;
}

.filter__event-features li span {
  font-size: 12px;
  line-height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 25px;
  margin-right: 10px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.filter__event-online-broadcast span {
  background-color: #1790c0;
}

.filter__event-accredited span {
  background-color: #cd6c1d;
}

.filter__event-pk-cycle span {
  background-color: #023e6f;
}

.filter__event-offline span {
  background-color: #494449;
}

.filter__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.filter__search label {
  position: relative;
  width: 100%;
}

.filter__search label input {
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  padding: 15px 50px 14px 12px;
  border: 1px solid #d3d4d3;
  background-color: transparent;
  color: #494449;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.filter__search label input:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__search label input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.filter__search label input:hover,
.filter__search label input:focus {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.filter__search label button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #d3d4d3;
  color: inherit;
}

.filter__search label button:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__search label button svg {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.filter__search label button:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #494449;
}

.filter__search label button:hover svg {
  color: #fff;
}

.filter__reset {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
}

.filter__reset:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter__reset svg {
  margin-right: 5px;
}

.filter__reset:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #cd6c1d;
}

@media (max-width: 1200px) {
  .filter__col {
    width: 31%;
    margin-right: 3.5%;
  }
}

@media (max-width: 970px) {
  .filter {
    padding-bottom: 45px;
  }

  .filter__col {
    width: 48%;
    margin-right: 4%;
  }

  .filter__col:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .filter__col {
    width: 100%;
    margin-right: 0;
  }

  .filter__event-features {
    padding-top: 10px;
  }

  .filter__reset {
    font-size: 16px;
    line-height: 16px;
  }

  .filter__reset svg {
    width: 12px;
    height: auto;
  }
}

.partners {
  padding-top: 46px;
  padding-bottom: 46px;
}

.partners__contacts {
  background-color: #f3f3f3;
  padding-top: 46px;
  padding-bottom: 46px;
}

.partners__contacts .callback-form {
  margin: 0 auto;
}

.callback-form__labels-column-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 50px;
}

.callback-form__form .callback-form__labels-column-wrapper label:last-of-type {
  margin-bottom: 0;
}

.callback-form__labels-column.column-textarea label,
.callback-form__labels-column.column-textarea label textarea {
  height: 100%;
}

.callback-form__labels-column {
  flex: 1;
}

.partners__title {
  margin-bottom: 32px;
}

.partners__desc {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}

.partners__button {
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
}

.partners__info {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
}

.partners__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  margin-top: 60px;
  gap: 20px;
}

.partners__item {
  width: 100%;
  height: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.partners__item:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.partners__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
}

.partners__item img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners__item:hover {
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .partners__item {
    height: 90px;
  }
}

@media (max-width: 900px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .partners__list {
    gap: 10px;
    margin-top: 32px;
  }

  .partners__partner-link {
    font-size: 16px;
    line-height: 19px;
  }

  .partners__item {
    height: 68px;
  }

  .partners__title {
    margin-bottom: 16px;
  }

  .partners__info {
    gap: 16px;
    margin-bottom: 32px;
  }

  .callback-form__labels-column-wrapper {
    flex-direction: column;
  }

  .callback-form__labels-column.column-textarea label {
    height: unset;
  }

  .callback-form__labels-column.column-textarea label textarea {
    height: 120px;
  }
}

.text-page {
  font-size: 14px;
  line-height: 17px;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}

.text-page h3 {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-page p {
  margin: 0;
  margin-bottom: 10px;
}

.text-page__title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .text-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-page h3 {
    margin-bottom: 3px;
  }

  .text-page__title {
    margin-bottom: 35px;
  }
}

.member {
  padding: 65px 0;
  background-color: #f3f3f3;
}

.member__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1095px;
  margin: 0 auto;
  padding: 15px 20px 62px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.member__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 28.25%;
  margin-right: 1.9%;
}

.member__img img {
  width: 100%;
  margin-bottom: 30px;
}

.member__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 69.85%;
}

.member__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #023e6f;
}

.member__status {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 25px;
  color: #1790c0;
}

.member__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 670px;
  margin-bottom: 15px;
}

.member__info:last-of-type {
  margin-bottom: 0;
}

.member__info span {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  color: #cd6c1d;
}

.member__info span svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.member__info p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 10px;
}

.member__info p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .member {
    padding: 50px 0;
  }

  .member__card {
    padding: 10px 20px 30px 10px;
  }

  .member__name {
    margin-bottom: 15px;
  }

  .member__status {
    margin-bottom: 15px;
  }

  .member__info {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .member {
    padding: 40px 0;
  }

  .member__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 10px;
  }

  .member__img {
    width: 100%;
    margin-right: 0;
  }

  .member__img img {
    margin-bottom: 20px;
  }

  .member__text {
    width: 100%;
  }
}

.faq {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}

.faq__title {
  margin-bottom: 50px;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1095px;
  margin: 0 auto;
  counter-reset: number;
}

.faq__item {
  margin-bottom: 20px;
  background-color: #fff;
}

.faq__item:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item:hover .faq__item-question {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq__item.active .faq__item-question {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq__item.active .faq__item-question::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq__item.active .faq__item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__item-question {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding: 19px;
  padding-left: 90px;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faq__item-question:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__item-question p {
  max-width: 854px;
  margin: 0;
  margin-right: auto;
}

.faq__item-question::before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #cd6c1d;
}

.faq__item-question:after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-left: 40px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img/icon-faq-cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.faq__item-question span {
  color: #cd6c1d;
}

.faq__item-question svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  color: #1790c0;
}

.faq__item-answer {
  font-size: 16px;
  line-height: 19px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 20px;
}

.faq__item-answer p {
  margin: 0;
  max-width: 854px;
  margin-bottom: 20px;
  padding-left: 70px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.faq__item-video {
  position: relative;
}

.faq__item-video iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  clip-path: inset(1px);
}

@media (max-width: 1024px) {
  .faq__item-question {
    font-size: 16px;
    line-height: 19px;
    padding: 15px;
    padding-left: 70px;
  }

  .faq__item-question::before {
    font-size: 35px;
    line-height: 40px;
    left: 15px;
  }

  .faq__item-question:after {
    margin-left: 20px;
  }

  .faq__item-answer {
    font-size: 14px;
    line-height: 17px;
    padding: 0 15px 15px;
  }

  .faq__item-answer p {
    margin-bottom: 20px;
    padding-left: 55px;
  }

  .faq__item-answer video {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq__title {
    margin-bottom: 35px;
  }

  .faq__item {
    margin-bottom: 15px;
  }

  .faq__item-question {
    font-size: 14px;
    line-height: 17px;
    min-height: auto;
    padding: 10px;
    padding-left: 45px;
  }

  .faq__item-question::before {
    font-size: 26px;
    line-height: 30px;
    left: 7px;
    top: 10px;
  }

  .faq__item-question:after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }

  .faq__item-question svg {
    width: 25px;
    height: auto;
  }

  .faq__item-answer {
    font-size: 13px;
    line-height: 15px;
  }

  .faq__item-answer p {
    margin-bottom: 10px;
    padding-left: 30px;
  }
}

.exp {
  padding: 50px 0 1px;
  background-color: #f3f3f3;
}

.exp__title {
  margin-bottom: 50px;
}

.exp__wrap {
  max-width: 1095px;
  margin: 0 auto 50px;
  padding: 40px 110px 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.exp__subtitle {
  max-width: 690px;
  margin: 0 auto 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #023e6f;
}

.exp__info-list {
  margin: 0;
  padding: 0;
  counter-reset: list;
}

.exp__info-list li {
  position: relative;
  padding: 4px 0 0 43px;
  margin: 0 0 10px;
  min-height: 30px;
  list-style: none;
}

.exp__info-list li p {
  margin: 0;
}

.exp__info-list li:last-child {
  margin: 0;
}

.exp__info-list li::before {
  position: absolute;
  width: 30px;
  height: 30px;
  counter-increment: list;
  content: counter(list);
  left: 0;
  top: 0;
  padding: 2px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #023e6f;
  border: 2px solid #023e6f;
  border-radius: 50%;
  box-sizing: border-box;
}

.exp__info-block {
  padding: 0 0 20px;
}

.exp__info-block:last-child {
  padding: 0;
}

.exp__info-block .exp__subtitle {
  max-width: none;
  margin: 0 0 20px;
  text-align: left;
}

.exp__info-block p {
  margin: 0 0 10px;
}

.exp__info-block ol,
.exp__info-block ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.exp__info-block ol li,
.exp__info-block ul li {
  margin: 0 0 10px;
}

.ask {
  max-width: 1095px;
  margin: 0 auto 50px;
  padding: 33px 82px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #494449;
  background: #f3f3f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.exp__form {
  padding: 50px 0 75px;
}

.exp__form-compact {
  max-width: 1095px;
  margin: 0 auto;
}

.exp__form-block {
  padding: 50px 110px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.exp__form-title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #023e6f;
}

.exp__form-info-text {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 0 50px;
  text-align: center;
}

.btn__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 260px;
  margin: 0 auto;
}

.btn__col .btn {
  margin: 0 0 20px;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #1790c0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 0;
  outline: 0;
  border-radius: 50px;
}

.btn__white {
  color: #1790c0;
  background: #fff;
}

.btn:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #cd6c1d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn__big {
  min-width: 350px;
  padding: 10px 40px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
}

.exp__form-text {
  padding: 0 0 30px;
}

.exp__form-text p {
  margin: 0 0 10px;
}

.file {
  margin: 0 0 40px;
}

.file__text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 17px;
}

.file__note {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 17px;
}

.file__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.file__button-wrap {
  position: relative;
  width: 220px;
  min-width: 220px;
  margin: 0 10px 0 0;
}

.file__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #1790c0;
}

.file__input {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.file__list {
  flex: 1;
  position: relative;
}

.file__list-top {
  position: relative;
  display: block;
  height: 41px;
  padding: 11px 16px;
  color: #494449;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  border: 1px solid #494449;
}

.file__list-top svg {
  position: absolute;
  top: 16px;
  right: 12px;
  transition: all 0.3s linear;
}

.file__list.active .file__list-top svg {
  transform: rotate(180deg);
}

.file__list-top.inactive {
  pointer-events: none;
  cursor: default;
  color: #d3d4d3;
  border: 1px solid #d3d4d3;
}

.file__list-top.inactive path {
  fill: #d3d4d3;
}

.file__list-hidden {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  padding: 0 0 5px;
  margin: -1px 0 0;
  background: #fff;
  border: 1px solid #494449;
  border-top: 0;
}

.file__list.active .file__list-hidden {
  display: block;
}

.file__list-hidden li {
  position: relative;
  padding: 5px 116px 5px 16px;
  list-style: none;
  font-size: 14px;
  line-height: 17px;
}

.file__list-delete {
  position: absolute;
  top: 5px;
  right: 18px;
  padding: 0 16px 0 0;
  color: #494449;
  text-decoration: none;
}

.file__list-delete svg {
  position: absolute;
  top: 4px;
  right: 0;
  width: 10px;
}

.file__list-hidden li:hover {
  color: #fff;
  background: #cd6c1d;
}

.file__list-hidden li:hover .file__list-delete {
  color: #fff;
}

.file__list-hidden li:hover .file__list-delete path {
  fill: #fff;
}

.form__button {
  text-align: center;
}

.label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 17px;
}

.textarea {
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  height: 100px;
  padding: 14px 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d3d4d3;
}

.textarea:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.textarea:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.exp__form .textarea {
  margin: 0 0 10px;
}

.check {
  position: relative;
  margin: 0 0 40px;
}

.check__input {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 1px;
  height: 1px;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.check__label {
  position: relative;
  display: block;
  padding: 1px 0 1px 30px;
  font-size: 14px;
  line-height: 17px;
  color: #1790c0;
  cursor: pointer;
}

.check__label a {
  color: #1790c0;
}

.check__label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #d3d4d3;
}

.check__label::after {
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  background: #1790c0;
  border-radius: 50%;
  opacity: 0;
}

.check__input:checked + .check__label::after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .exp__wrap {
    padding: 40px 70px 50px;
  }

  .exp__form-block {
    padding: 50px 70px;
  }
}

@media (max-width: 767px) {
  .exp {
    padding: 40px 0 1px;
  }

  .exp__title {
    margin-bottom: 40px;
  }

  .exp__wrap {
    padding: 40px 20px;
    margin: 0 0 40px;
  }

  .exp__form-block {
    padding: 40px 20px;
  }

  .ask {
    margin: 0 auto 40px;
    padding: 33px 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .exp__form-title {
    font-size: 22px;
    line-height: 26px;
  }

  .file {
    margin: 0 0 30px;
  }

  .check {
    margin: 0 0 30px;
  }
}

@media (max-width: 576px) {
  .ask {
    font-size: 21px;
    line-height: 28px;
  }

  .file__line {
    display: block;
  }

  .file__button-wrap {
    width: auto;
    min-width: 1px;
    margin: 0 0 10px;
  }

  .btn__big {
    min-width: 1px;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 23px;
  }
}

.access {
  padding: 50px 0 25px;
  background: #f3f3f3;
  border-bottom: 5px solid #fff;
}

.access__title {
  max-width: 740px;
  margin: 0 auto 50px;
}

.access__wrap {
  max-width: 1095px;
  margin: 0 auto 50px;
  padding: 40px 110px 50px;
  background: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

.access__subtitle {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #023e6f;
}

.access__price {
  padding: 10px 20px;
  margin: 0 -110px 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #1790c0;
}

.access__wrap-text {
  padding: 10px 0 50px;
}

.access__wrap-text p {
  margin: 0 0 10px;
}

.access__wrap-text ol,
.access__wrap-text ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.access__wrap-text ol li,
.access__wrap-text ul li {
  margin: 0 0 10px;
}

.access__wrap .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .access__wrap {
    padding: 40px 70px 50px;
  }

  .access__price {
    margin: 0 -70px 50px;
  }
}

@media (max-width: 767px) {
  .access {
    padding: 40px 0 1px;
  }

  .access__title {
    margin-bottom: 40px;
  }

  .access__wrap {
    padding: 40px 20px;
    margin: 0 0 40px;
  }

  .access__subtitle {
    margin: 0 0 30px;
  }

  .access__price {
    margin: 0 -20px 40px;
  }

  .access__wrap-text {
    padding: 10px 0 30px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}

.popup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup__block {
  position: relative;
  width: 1096px;
  padding: 50px 178px;
  left: 0;
  top: 0;
  max-width: 98vw;
  max-height: 98vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popup__block-big {
  padding: 50px 118px;
}

#check_modal .popup__block {
  width: 540px;
  padding: 40px;
}

#event_check_modal .popup__block {
  width: 640px;
  padding: 40px;
}

.popup__block .event_check_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event_check_text .button {
  margin-bottom: 24px;
}

.event_check_text p {
  margin-bottom: 8px;
}

.event_check_text strong {
  font-size: 18px;
}

.check_modal {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.check_modal img {
  margin-bottom: 20px;
  width: 366px;
  max-width: 100%;
  height: 146px;
}

.check_modal .popup__text {
  margin-bottom: 30px;
}

.check_modal_buttons a {
  font-size: 18px;
  margin: 0 7.5px;
  line-height: 26px;
  display: inline-block;
  padding: 10px 32px;
}

.popup__title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #023e6f;
}

.popup__text {
  margin: 0 0 50px;
  text-align: center;
}

.popup__text:last-child {
  margin: 0;
}

.popup__close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 19px;
  height: 19px;
  background: url(../img/close.svg) 50% 50% no-repeat;
}

.popup__text-center {
  padding: 20px 0 0;
  text-align: center;
}

.popup__file {
  max-width: 220px;
  margin: 0 auto;
}

.popup .btn__col .btn:last-child {
  margin: 0;
}

.popup .btn__col-big {
  max-width: 325px;
  padding: 10px 0 0;
}

.login {
  max-width: 420px;
  margin: 0 auto;
}

.login__button {
  padding: 35px 0 30px;
  text-align: center;
}

.login__button .btn {
  padding: 10px 40px;
}

.login__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login__links a {
  margin: 0 0 20px;
}

.login__links a:last-child {
  margin: 0;
}

.login__links a:hover {
  text-decoration: none;
}

.login__links-reg {
  text-decoration: none;
}

.input {
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin: 0 0 15px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d3d4d3;
}

.input:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.event__downloads {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-bottom: 20px;
}

.event__downloads a {
  font-size: 18px;
  background-image: url("../img/bi_save.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: block;
  font-weight: 400;
  padding-left: 30px;
  color: #023e6f;
  text-decoration: none;
}

.event__downloads a:hover {
  color: #cd6c1d;
  background-image: url("../img/bi_save-h.svg");
}

.popup__event-title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #023e6f;
}

.popup__event-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #494449;
  padding: 0 0 30px;
}

.popup__event-date {
  margin: 0 20px 20px;
  padding: 4px 0 5px 34px;
  background: url(../img/sprite/icon-calendar.svg) 0 0 no-repeat;
}

.popup__event-time {
  margin: 0 20px 20px;
  padding: 4px 0 5px 34px;
  background: url(../img/sprite/icon-alarm.svg) 0 0 no-repeat;
}

.popup__event-btn {
  text-align: center;
}

.popup__sponsor {
  padding: 50px 0;
}

.popup__sponsor-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 10px;
  margin: 0 0 -50px;
}

.popup__sponsor-item {
  width: 25%;
  margin: 0 0 50px;
  text-align: center;
}

.nodesktop {
  display: none;
}

@media (max-width: 1024px) {
  .popup__block {
    width: 740px;
    padding: 50px 40px;
  }

  .popup__sponsor-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .nodesktop {
    display: block;
  }

  .popup__block {
    width: 560px;
    padding: 40px 20px;
  }

  .popup__sponsor-item {
    width: 50%;
  }

  .popup__title {
    font-size: 22px;
    line-height: 26px;
  }

  .popup__text {
    margin: 0 0 40px;
  }

  .popup__text-center {
    padding: 0;
  }

  .popup__event-title {
    font-size: 21px;
    line-height: 27px;
  }
}

@media (max-width: 576px) {
  .popup__close {
    top: 15px;
    right: 15px;
  }

  .check_modal_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .check_modal_buttons a:first-child {
    margin-bottom: 15px;
  }

  #check_modal .popup__block {
    padding: 24px;
  }

  .popup__event-title {
    font-size: 18px;
    line-height: 24px;
  }

  .popup__event-info {
    display: block;
  }

  .popup__sponsor-item {
    width: 100%;
  }
}

.event__page-top {
  padding: 50px 0 65px;
}

.event__page-main {
  padding: 50px 0 1px;
  background: #f3f3f3;
}

.event__page-contacts {
  padding: 36px 0 46px;
  background: #fff;
}

.event__page-contacts-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 36px;
}

.event__page-contacts-block {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 25%;
}

.event__page-contacts-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #023e6f;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyAyOCc+PHBhdGggZD0nTTAgMTcuNjI5NmMwIDMuMTI1NyAyLjI1NTU0IDYuMzE5NyA2LjIzMDc3IDcuNjUzNHYtOS43Mjc0YzAtLjc1NS4yMDE0Ni0xLjQ2NDMuNTU2NjEtMi4wNzQxaC0zLjY3MmMtLjgyNjI1IDAtMS42MTg2Ni4zMjc4LTIuMjAyOTA1LjkxMTJDLjMyODIyNyAxNC45NzYyIDAgMTUuNzY3NSAwIDE2LjU5MjZ2MS4wMzdaTTEwLjM4NDYgMGMxLjUxNDggMCAyLjk2NzYuNjAwOTI0IDQuMDM4NyAxLjY3MDU4IDEuMDcxMSAxLjA2OTY1IDEuNjcyOSAyLjUyMDQxIDEuNjcyOSA0LjAzMzEyIDAgMS41MTI3Mi0uNjAxOCAyLjk2MzQ4LTEuNjcyOSA0LjAzMzEzLTEuMDcxMSAxLjA2OTY3LTIuNTIzOSAxLjY3MDU3LTQuMDM4NyAxLjY3MDU3LTEuNTE0NzggMC0yLjk2NzUzLS42MDA5LTQuMDM4NjUtMS42NzA1N0M1LjI3NDgzIDguNjY3MTggNC42NzMwOCA3LjIxNjQyIDQuNjczMDggNS43MDM3YzAtMS41MTI3MS42MDE3NS0yLjk2MzQ3IDEuNjcyODctNC4wMzMxMkM3LjQxNzA3LjYwMDkyNCA4Ljg2OTgyIDAgMTAuMzg0NiAwWm03LjI5IDIxLjYyNjQtOS4zMzk5MS01LjQ0MDNjLjA5ODc1LS43NDgyLjQ2NjQ1LTEuNDM1MSAxLjAzNDYyLTEuOTMyNi41NjgxNy0uNDk3NiAxLjI5ODA5LS43NzE5IDIuMDUzNzktLjc3MmgxMi40NjE1Yy44MjYzIDAgMS42MTg3LjMyNzggMi4yMDI5LjkxMTIuNTg0My41ODM1LjkxMjUgMS4zNzQ4LjkxMjUgMi4xOTk5di4wMjA3bC05LjMyNTQgNS4wMTMxWm0uNDcxNSAyLjEwMUwyNyAxOC45Njc0djUuOTIxNWMwIC44MjUxLS4zMjgyIDEuNjE2NC0uOTEyNSAyLjE5OTktLjU4NDIuNTgzNC0xLjM3NjYuOTExMi0yLjIwMjkuOTExMkgxMS40MjMxYy0uODI2MyAwLTEuNjE4NjktLjMyNzgtMi4yMDI5My0uOTExMi0uNTg0MjUtLjU4MzUtLjkxMjQ4LTEuMzc0OC0uOTEyNDgtMi4xOTk5di02LjMxNzZsOC44MjI4MSA1LjEzOTVjLjE1MzkuMDg5OC4zMjg0LjEzODUuNTA2Ni4xNDE0LjE3ODMuMDAyOS4zNTIyLS4wNDAxLjUwOS0uMTI0OFonIGZpbGw9JyNmZmYnLz48L3N2Zz4=");
}

.event__page-contacts-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #023e6f;
}

.event__page-contacts-type {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.event__page-contacts-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
}

.event__page-contacts-info li {
  text-align: center;
}

.event__page-contacts-info a {
  text-decoration: none;
}

.event__page-contacts-info a:hover {
  color: #023e6f;
}

@media (max-width: 1024px) {
  .event__page-contacts-container {
    flex-wrap: wrap;
  }

  .event__page-contacts-block {
    flex: calc(100% / 2 - 10px);
    max-width: 50%;
  }
}

@media (max-width: 680px) {
  .event__page-contacts-block {
    flex: 100%;
    max-width: unset;
  }

  .event__page-contacts-photo {
    width: 66px;
    height: 66px;
    background-size: 22px;
  }

  .event__page-contacts {
    padding: 26px 0 26px;
  }

  .event__page-contacts-container {
    margin-top: 26px;
  }
}

.event__advantages {
  margin-bottom: 48px;
}

.event__page-wrap .event__advantages .section-title {
  margin-bottom: 30px;
}

.event__advantages-container {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50px;
}

.slider-advantages__container {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.slider-advantages__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-advantages__slide {
  flex-shrink: 0;
}

.event__advantages-container .slider-btn {
  bottom: 0;
}

.event__advantages-container .slider-btn--prev {
  left: 20%;
}

.event__advantages-container .slider-btn--next {
  right: 20%;
}

.event__advantages-container .swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event__advantages-container .swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid rgba(73, 68, 73, 0.3);
}

.event__advantages-container .swiper-pagination-bullet:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event__advantages-container .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1790c0;
}

.event__advantages-container .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 1px;
  margin: 0 1px;
  background-color: rgba(73, 68, 73, 0.3);
}

.event__advantages-container .swiper-pagination-bullet:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.event__advantages-container .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.event__advantages-container .swiper-pagination-bullet:last-child::after {
  display: none;
}

.event__advantages-container .swiper-pagination-bullet-active::before {
  display: block;
}

.event__advantages-block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.event__advantages-block img {
  width: 100%;
}

.event__advantages-block p {
  margin: 0;
  padding: 0;
}

.event__advantages-block .event__advantages-name {
  font-size: 20px;
  font-weight: 700;
  color: #023e6f;
}

.event__advantages-block .event__advantages-label {
  color: #1790c0;
  background: url("../img/adv-icon.svg") no-repeat 0 50% / 20px;
  padding-left: 32px;
}

.event__advantages-block-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMSAxNyc+PHBhdGggZD0nTTIgOC4zMzgwMSA1LjQgMTEuNzM4bDIuNCAyLjQyODZMMTkgMi44MzMyNScgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzQnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==")
    no-repeat 50% 50% / 50%;
  background-color: #1790c0;
}

@media screen and (max-width: 768px) {
  .event__advantages {
    margin-bottom: 38px;
  }

  .event__advantages-container .slider-btn--prev {
    left: 0;
  }

  .event__advantages-container .slider-btn--next {
    right: 0;
  }

  .event__advantages-block {
    padding: 12px;
  }

  .event__advantages-block-icon {
    width: 32px;
    height: 32px;
    top: 5px;
    right: 5px;
  }

  .event__advantages-block .event__advantages-name {
    font-size: 18px;
  }

  .event__advantages-descr,
  .event__page-wrap .event__advantages .section-title {
    text-align: center;
  }

  .event__page-wrap .event__advantages .section-title {
    margin-bottom: 20px;
  }

  .event__advantages-container {
    margin-top: 20px;
  }
}

.event__go-broadcast-top,
.event__go-broadcast-center {
  text-align: center;
  padding-bottom: 40px;
  margin-right: 65px;
}

.event__go-broadcast-top {
  display: none;
}

.event__go-broadcast-top a,
.event__go-broadcast-center a {
  background-color: #023e6f;
  background-image: url(../img/sprite/icon-video-camera-white.svg);
  background-repeat: no-repeat;
  background-position: 18px 55%;
  padding-left: 55px;
}

.event__page-video {
  padding: 39px 0 75px;
}

.event__page-wrap {
  max-width: 1096px;
  margin: 0 auto;
}

.event_banners {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 48px;
}

.event_banners a {
  display: block;
  width: 100%;
}

.event_banners a img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.translation-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

@media (max-width: 1024px) {
  .event__go-broadcast-top {
    display: block;
    margin-right: 0;
  }

  .event__go-broadcast-center {
    display: none;
  }
}

@media (max-width: 576px) {
  .event_banners {
    gap: 24px;
    margin-bottom: 36px;
  }
}

.event__page-back,
.news__page-back {
  position: relative;
  position: sticky;
  top: 100px;
  margin: 0 0 0 -110px;
  float: left;
  padding: 10px 15px 11px 28px;
  color: #494449;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.event__page-back::before,
.news__page-back::before {
  position: absolute;
  left: 12px;
  top: 17px;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.event__page-wrap .section-title {
  margin: 0 0 50px;
  text-align: left;
}

.event__page-wrap .section-title.congress {
  margin: 0 0;
  text-align: center;
}

.event__page-about {
  padding: 36px 35px 1px;
  margin: 0 0 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.event__page-about p {
  margin: 0 0 20px;
}

.navigator_container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 50px;
}

.navigator_container a.button {
  padding: 10px 32px;
  font-size: 18px;
  line-height: 20px;
  background-color: #fff;
  color: #1790c0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navigator_container a.button:hover,
.navigator_container a.button.active {
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  background-color: #1790c0;
  box-shadow: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .navigator_container {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 576px) {
  .navigator_container {
    flex-direction: column;
  }

  .navigator_container a.button {
    width: 100%;
  }
}

.program {
  padding: 21px 35px 40px;
  margin: 0 0 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.program__mod {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
}

.program__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 2px solid #f3f3f3;
}

.program__list-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.program__list-time {
  width: 145px;
  min-width: 145px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #023e6f;
}

.program__list-container{
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.program__list-text {
  flex: 1;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.program__list-text p {
  margin: 0 0 20px;
}

.program__list-text p:last-child {
  margin: 0;
}

.program__list-topic {
  color: #023e6f;
}

.program__list-lecturer {
  display: flex;
  gap: 32px;
}

.program__list-lecturer-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.program__list-lecturer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.program__list-lecturer-name {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  gap: 6px;
  align-items: start;
  flex-shrink: 0;
  height: 110px;
  width: 232px;
}

.program__list-lecturer-name strong {
  color: #494449;
}

.program__list-lecturer-name a {
  color: #1790c0;
  text-decoration: underline;
  font-size: 14px;
  margin-top: auto;
}

.program__list-lecturer-name a:hover {
  text-decoration: none;
}

.program__list-lecturer-desc {
  padding: 8px 0;
  padding-left: 32px;
  color: #494449;
  font-weight: 400;
}

/*.program__list-subtopic {*/
/*  font-style: italic;*/
/*}*/

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 20px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gallery__content {
  flex: 1;
}

.gallery__side {
  width: 390px;
  min-width: 390px;
  height: 380px;
  overflow-y: auto;
}

.gallery__side::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}

.gallery__side::-webkit-scrollbar {
  width: 8px;
  background-color: #f3f3f3;
}

.gallery__side::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: rgba(73, 68, 73, 0.5);
}

.gallery__side-link {
  position: relative;
  display: block;
  padding: 18px 30px 18px 50px;
  font-size: 14px;
  line-height: 15px;
  color: #023e6f;
  text-decoration: none;
  cursor: pointer;
}

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

.gallery__side-link::after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: block;
  content: "";
  opacity: 0.5;
  border-top: 1px solid #d3d4d3;
}

.gallery__side-link svg {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.gallery__tab.hidden {
  display: none;
}

.gallery__side-link.selected {
  color: #fff;
  background: #023e6f;
}

.gallery__side-link.selected::after {
  display: none;
}

.gallery__side-link.selected:hover {
  text-decoration: none;
}

.gallery__side-link.selected path {
  fill: #fff;
}

.gallery__tab .faq__item-video iframe {
  width: 100%;
  height: 380px;
  clip-path: inset(1px);
}

.gallery__content .gallery__side-item {
  display: none;
}

.event__page-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}

.event__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 23%;
  padding: 0 20px 0 0;
}

.event__school {
  width: 48%;
  padding: 0 20px;
  border-left: 1px solid #d3d4d3;
  border-right: 1px solid #d3d4d3;
}

.event__about {
  width: 29%;
  padding: 0 0 0 33px;
}

.event__school-title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #1790c0;
}

.event__school-subtitle {
  margin: 0 0 57px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #023e6f;
}

.event__school-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 336px;
  margin: 0 auto;
}

.event__school-buttons.congress {
  max-width: 360px;
}

.event__school-buttons .btn {
  margin: 0 0 10px;
}

.event__school-buttons .btn:last-child {
  margin: 0;
}

.event__school-buttons .btn__min {
  margin: 0 auto 20px;
}

.event__school-day {
  margin: -37px 0 20px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.btn__min {
  padding: 10px 25px;
  border-radius: 0;
  box-shadow: none;
}

.event__info-date {
  margin: 0 0 10px;
  padding: 4px 0 5px 34px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../img/sprite/icon-calendar.svg) 0 0 no-repeat;
}

.event__info-time {
  margin: 0 0 10px;
  padding: 4px 0 5px 34px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../img/sprite/icon-alarm.svg) 0 0 no-repeat;
}

.event__info-nmo {
  padding: 20px 0 30px;
  font-size: 16px;
  line-height: 19px;
  color: #cd6c1d;
}

.event__info-adress {
  padding: 4px 0 5px 34px;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 17px;
  background: url(../img/sprite/icon-pin.svg) 0 0 no-repeat;
}

.event__info-reg {
  padding: 4px 0 5px 34px;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 17px;
  background: url(../img/sprite/icon-target.svg) 0 0 no-repeat;
  color: #cd6c1d;
  text-decoration: underline;
}

.event__share {
  margin: auto 0 0;
}

.event__share-text {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 17px;
}

.event__share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event__share-block a {
  margin: 0 6px 0 0;
  transition: all 0.3s linear;
}

.event__share-block#ya_share .ya-share2__badge {
  transition: all 0.3s linear;
  background-color: #494449;
}

.event__share-block#ya_share a:hover .ya-share2__badge {
  background-color: #cd6c1d;
}

.speciality__title {
  margin: 0 0 40px;
  font-weight: 700;
}

.stats__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #023e6f;
}

.event_stat {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.stat_cont {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stat_block {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event_stat .btn__min {
  padding: 8px 20px;
}

.stat_block span:first-child {
  font-weight: 700;
  font-size: 20px;
}

.stat_block span:last-child {
  font-size: 14px;
}

@media screen and (max-width: 440px) {
  .stat_cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .stat_block {
    width: 100%;
    margin-bottom: 20px;
  }

  .stat_block:last-child {
    margin-bottom: 0;
  }
}

.speciality__slider {
  overflow: hidden;
  position: relative;
  margin: 0 0 40px;
}

.speciality__slider-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.speciality__slider-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.speciality__slider-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  z-index: 50;
  cursor: pointer;
}

.speciality__slider-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  z-index: 50;
  cursor: pointer;
}

.speciality__block {
  padding: 0 36px;
}

.speciality__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.speciality__item img {
  width: 50px;
  min-width: 50px;
  margin: 0 15px 0 0;
}

.video__container-none {
  display: none;
}

.video__big {
  margin: 0 0 50px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.video__big-button {
  padding: 30px 0 10px;
  text-align: center;
}

.video__big .js_start-video svg {
  width: 64px;
  height: 64px;
}

.translation-btn a {
  margin-left: 15px;
}

.translation .info_line {
  padding: 20px;
  background: #f3f3f3;
  color: #494449;
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.translation .info_line .view_count,
.translation .info_line .check_count {
  padding: 0 20px;
  color: #023e6f;
  display: inline;
}

.check_count strong:hover {
  cursor: pointer;
}

.translation .video_block {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.translation .video_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(1px);
}

/* fix В Эфире */
.video_block iframe .ytp-embed .ytp-chrome-controls .ytp-button {
  width: max-content;
}

.wait_block {
  min-height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}

.wait_block span {
  display: inline-block;
  margin-top: 20px;
  font-size: 30px;
  color: #cd6c1d;
  font-weight: bold;
  text-transform: uppercase;
}

.wait_block .button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wait_block svg {
  height: 80px;
}

.translation .video_info {
  margin-top: 20px;
}

.video_info a.tg_link {
  display: flex;
  align-items: center;
  color: #023e6f;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 10px;
}

.video_info a.tg_link:last-child {
  margin-bottom: 0;
}

.video_info a.tg_link:hover {
  color: #cd6c1d;
}

.video_info a.tg_link img {
  width: 20px;
  margin-right: 15px;
  height: 20px;
}

.video_tab_nav {
  display: flex;
  padding: 8px 6px 0 6px;
  background: #f3f3f3;
  margin-bottom: 10px;
}

.video_tab_nav_archive {
  display: flex;
  justify-content: center;
}

.video_tab_nav a,
.video_tab_nav_archive a {
  width: 33.333%;
  display: block;
  padding: 14px 26px 16px;
  color: #494449;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
}

.video_tab_nav a.active,
.video_tab_nav_archive a.active {
  background: #fff;
  font-weight: bold;
  color: #023e6f;
}

.video_tab_nav a:hover {
  background: #fff;
}

.video_tab {
  max-height: 360px;
  overflow-y: auto;
}

.video_tab a {
  color: #023e6f;
}

.video_tab a:hover {
  text-decoration: none;
}

.video_tab ul,
.video_tab ol {
  margin-left: 0.5rem;
}

.video_tab img {
  width: 300px;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .event__page-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 0 50px;
  }

  .event__page-back,
  .news__page-back {
    position: relative;
    top: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    float: none;
  }

  .event__page-wrap .event__page-line .section-title {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .gallery__side {
    width: 240px;
    min-width: 240px;
  }

  .gallery__side-link {
    padding: 18px 15px 18px 40px;
  }

  .gallery__side-link svg {
    left: 10px;
  }

  .event__page-top-wrap {
    position: relative;
    flex-direction: column;
    max-width: 720px;
  }

  .event__info {
    order: 2;
    width: 100%;
    padding: 0 0 30px;
  }

  .event__school {
    order: 1;
    width: 100%;
    padding: 0 0 30px;
    border-left: 0;
    border-right: 0;
  }

  .event__about {
    order: 3;
    width: 100%;
    padding: 0;
  }

  .event__info-nmo {
    padding: 20px 0 35px;
  }

  .event__info-adress {
    margin: 0 0 20px;
  }

  .speciality__title {
    margin: 0 0 20px;
  }

  .speciality__slider {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .translation-header {
    display: block;
  }

  .translation-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .translation-btn a {
    margin: 7px;
  }

  .event__page-top {
    padding: 40px 0;
  }

  .wait_block span {
    font-size: 20px;
  }

  .event__page-main {
    padding: 40px 0 1px;
  }

  .event__page-line {
    padding: 0 0 40px;
  }

  .program {
    padding: 25px 20px;
    margin: 0 0 40px;
  }

  .event__page-wrap .section-title {
    margin: 0 0 40px;
  }

  .event__page-about {
    padding: 25px 20px 1px;
    margin: 0 0 40px;
  }

  .event__page-video {
    padding: 40px 0;
  }

  .gallery {
    padding: 15px;
  }

  .gallery__side {
    display: none;
  }

  .faq__item-video {
    height: 0;
    padding-top: 56.25%;
  }

  .gallery__tab .faq__item-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
  }

  .gallery__content .gallery__side-item {
    display: block;
  }

  .video__big {
    margin: 0 0 40px;
    padding: 15px;
  }

  .video__big-button {
    padding: 20px 0 5px;
    text-align: center;
  }

  .video__big .js_start-video svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .translation .info_line .view_count,
  .translation .info_line .check_count {
    padding: 0 5px;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .video_tab_nav a {
    width: 33.333%;
    padding: 6px 10px 8px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .translation .info_line {
    padding: 14px 10px;
    margin-bottom: 14px;
  }

  .translation .video_info a {
    font-size: 16px;
  }

  .translation .video_info {
    margin-top: 14px;
  }

  .program__list-item {
    display: block;
  }

  .program__list-time {
    width: auto;
    min-width: 1px;
    margin: 0 0 15px;
  }

  .program__list-lecturer {
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 24px;
  }

  .program__list-lecturer-name {
    font-size: 15px;
    justify-content: space-between;
    height: unset;
    width: calc(100% - 96px - 24px);
  }

  .program__list-lecturer-name a {
    margin-top: unset;
  }

  .program__list-lecturer-desc {
    padding: 0;
  }

  .program__list-lecturer-photo {
    width: 96px;
    height: 96px;
  }

  .program__list-subtopic {
    font-size: 15px;
  }

  .program__list-lecturer-desc {
    font-size: 15px;
  }

  .program__list-text{
    gap: 16px;
  }
}

@media (max-width: 390px) {
  .translation .info_line .view_count,
  .translation .info_line .check_count {
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .translation .info_line {
    flex-direction: column;
  }
}

@media (max-width: 374px) {
  .video_tab_nav {
    flex-wrap: wrap;
    padding: 10px;
  }

  .video_tab_nav a {
    width: 100%;
    height: 36px;
  }
}

.confirm {
  padding: 50px 0 60px;
}

.confirm .section-title {
  margin-bottom: 50px;
}

.confirm__info {
  margin: 0 0 35px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #494449;
}

.confirm__form {
  max-width: 425px;
  margin: 0 auto;
}

.confirm__form-button {
  padding: 35px 0 0;
  text-align: center;
}

.confirm__form .btn {
  padding: 10px 40px;
}

.confirm-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0;
  font-size: 14px;
  line-height: 16px;
}

.confirm-bottom p {
  margin: 0 0 15px;
}

.confirm-bottom ul {
  padding: 0 0 9px;
  margin: 0;
}

.confirm-bottom li {
  list-style: none;
  margin: 0 0 6px;
}

.confirm-bottom a {
  color: #494449;
}

.confirm-bottom a:hover {
  text-decoration: none;
}

.confirm__form-big {
  max-width: 1100px;
  margin: 0 auto 10px;
}

.confirm__form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.confirm__form-col {
  width: 33.33%;
  padding: 0 15px;
}

.confirm__form .input {
  font-weight: 400;
  font-size: 14px;
}

.generate__pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 3px 5px;
  margin: 0 0 10px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #fff;
  background: #1790c0;
  transition: all 0.3s linear;
}

.generate__pass:hover {
  background-color: #cd6c1d;
}

.confirm__block {
  text-align: center;
}

.confirm .confirm__block .section-title {
  margin-bottom: 24px;
}

.confirm__mail {
  max-width: 650px;
  padding: 20px;
  margin: 0 auto 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.confirm__mail-title {
  max-width: 370px;
  margin: 0 auto 20px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #cd6c1d;
}

.confirm__mail-text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 17px;
}

.confirm__mail-big {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #023e6f;
}

.confirm__note {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 17px;
}

.confirm__link {
  padding: 30px 0 0;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.confirm__link a {
  color: #494449;
}

.confirm__link a:hover {
  text-decoration: none;
}

.popup__confirm {
  text-align: center;
}

.popup__confirm-text {
  max-width: 270px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 17px;
}

.popup__confirm-phone {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.popup__confirm-link {
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 19px;
}

.popup__confirm-link a {
  color: #494449;
}

.popup__confirm-link a:hover {
  text-decoration: none;
}

.popup__confirm .btn {
  min-width: 210px;
}

.popup__confirm-form {
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}

.popup__confirm-button {
  padding: 35px 0 0;
  text-align: center;
}

.popup__confirm-error {
  margin: 0 0 -10px;
  font-size: 14px;
  line-height: 17px;
  color: #cd6c1d;
  text-align: center;
}

.popup__confirm-icon {
  padding: 10px 0 40px;
  text-align: center;
}

.popup__confirm-ready {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.popup__confirm-ready a {
  color: #494449;
}

.popup__confirm-ready a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .confirm {
    padding: 40px 0;
  }

  .confirm .section-title {
    margin-bottom: 40px;
  }

  .confirm__form-button {
    padding: 20px 0 0;
  }

  .confirm-bottom {
    padding: 30px 0 0;
  }

  .confirm__form-big {
    max-width: 425px;
  }

  .confirm__form-col {
    width: 100%;
  }

  .confirm__mail {
    padding: 20px 15px;
  }

  .confirm__mail-title {
    font-size: 16px;
    line-height: 20px;
  }

  .confirm__mail-big {
    font-size: 24px;
    line-height: 30px;
  }

  .popup__confirm-phone {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .popup__confirm-link {
    margin: 0 0 30px;
  }

  .popup__confirm-button {
    padding: 15px 0 0;
  }

  .popup__confirm-error {
    margin: 0;
  }

  .popup__confirm-icon {
    padding: 0 0 30px;
  }
}

.expert__page {
  overflow: hidden;
  padding: 60px 0 0;
}

.expert__page-wrap {
  max-width: 1095px;
  margin: 0 auto;
}

.expert__page .section-title {
  margin-bottom: 40px;
  text-align: left;
}

.member__card-expert {
  padding: 15px 20px 38px;
  margin-bottom: 50px;
}

.member__buttons .btn {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
}

.member__buttons .btn__white {
  color: #494449;
}

.member__buttons .btn__white:hover {
  color: #fff;
}

.member__buttons .btn__compact {
  padding: 6px 10px 5px;
  line-height: 17px;
}

.member__buttons-note {
  position: relative;
  padding: 5px 0 0 19px;
  font-size: 12px;
  line-height: 14px;
  color: #494449;
}

.member__buttons-note::before {
  position: absolute;
  top: 2px;
  left: 7px;
  content: "*";
  font-size: 20px;
  line-height: 24px;
}

.member__card-expert .member__img img {
  margin-bottom: 10px;
}

.member__card-expert .member__name {
  margin-bottom: 5px;
}

.member__occupation {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 19px;
  color: #494449;
}

.member__card-expert .member__status {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.member__status-link {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 17px;
}

.member__status-link a {
  color: #1790c0;
}

.member__status-link a:hover {
  text-decoration: none;
}

.member__status-text {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 19px;
}

.member__status-text-bottom {
  margin: 0 0 25px;
}

.member__status-expert {
  font-weight: 900;
}

.member__card-expert .member__text {
  position: relative;
}

.member__icons {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.member__icons-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  height: 28px;
  margin: 0 0 0 10px;
  background: #fff;
  border: 1px solid #d3d4d3;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all 0.3s linear;
}

.member__icons-item svg {
  width: 25px;
}

.member__icons-item path {
  fill: #d3d4d3;
  transition: all 0.3s linear;
}

.member__icons-item:hover {
  border: 1px solid #cd6c1d;
}

.member__icons-item:hover path {
  fill: #cd6c1d;
}

.member__icons-item.active {
  border: 1px solid #1790c0;
  background: #1790c0;
}

.member__icons-item.active path {
  fill: #fff;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 5px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #494449;
  white-space: nowrap;
  background: #f3f3f3;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.member__icons-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.member__icons-cert {
  border: 1px solid #cd6c1d;
  background: #cd6c1d;
}

.member__icons-cert path,
.member__icons-cert:hover path {
  fill: #fff;
}

.tooltip::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  margin-left: -5px;
  border-top: 5px solid #f3f3f3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.expert__table-block {
  padding: 20px 3px 48px;
  margin: 0 0 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.expert__table-wrap {
  overflow-x: auto;
  margin: 0 0 30px;
}

.expert__table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.expert__table th {
  padding: 4px 8px 7px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #f3f3f3;
  border-top: 0;
}

.expert__table th:first-child {
  border-left: 0;
}

.expert__table th:last-child {
  border-right: 0;
}

.expert__table td {
  width: 11%;
  padding: 9px 8px;
  font-size: 16px;
  line-height: 19px;
  color: #494449;
  border: 1px solid #f3f3f3;
}

.expert__table td:first-child {
  border-left: 0;
}

.expert__table td:last-child {
  border-right: 0;
}

.expert__table .expert__table-event {
  width: 23%;
}

.expert__table-event b {
  display: block;
}

.expert__table-th {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #494449;
  text-decoration: none;
  pointer-events: none;
}

.expert__table-th.sort_arr {
  padding: 0 23px 0 0;
  pointer-events: unset;
}

.expert__table-th.sort_arr::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
}

.expert__table-th.sort_arr.active::after {
  transform: rotate(180deg);
}

.expert__table-note {
  padding: 3px 0 0;
  font-size: 9px;
  line-height: 9px;
  color: #494449;
}

.pagination__wrap {
  position: relative;
  max-width: 284px;
  height: 40px;
  margin: 0 auto 10px;
  padding: 8px 0 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.pagination__text {
  font-size: 14px;
  line-height: 17px;
  color: #494449;
  text-align: center;
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.pagination__list li {
  list-style: none;
  margin: 0 4px;
}

.pagination__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: #494449;
}

.pagination__list .active {
  width: 22px;
  height: 22px;
  color: #1790c0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.pagination__arrow {
  position: absolute;
  top: 12px;
  width: 15px;
  height: 15px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
}

.pagination__prev {
  left: 10px;
  transform: rotate(90deg);
}

.pagination__next {
  right: 10px;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .expert__page {
    padding: 30px 0 0;
  }

  .member__buttons {
    margin: 20px 0 0;
  }

  .member__icons {
    top: -68px;
    right: 0;
    left: 0;
    padding: 15px 12px;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.6);
  }

  .member__icons-item {
    border: 1px solid #cd6c1d;
  }

  .member__icons-item path {
    fill: #cd6c1d;
  }

  .member__icons-cert path,
  .member__icons-cert:hover path {
    fill: #fff;
  }
}

.reg {
  padding: 50px 0 75px;
  overflow: hidden;
}

.reg__wrap {
  max-width: 1095px;
  margin: 0 auto;
}

.reg .section-title {
  margin-bottom: 50px;
}

.reg__note {
  max-width: 760px;
  margin: 0 auto 30px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.reg__form-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 -7px;
}

.reg__form-side {
  width: 25%;
  padding: 0 7px;
}

.reg__form-content {
  width: 75%;
  padding: 0 7px;
}

.reg__form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.reg__form-col {
  width: 33.33%;
  padding: 0 7px;
}

.manual-mode {
  color: #cd6c1d;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}

.manual-mode:hover {
  cursor: pointer;
  text-decoration: none;
}

.reg__form .input {
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
}

.check__list {
  padding: 0 0 45px;
}

.check__list-item {
  margin: 0 0 5px;
  position: relative;
}

.check__label {
  color: #494449;
}

.check__label a {
  color: #494449;
}

.check__label a:hover {
  text-decoration: none;
}

.reg__form-file {
  margin: 0 -7px 30px;
}

.reg__form-file .file__button-wrap {
  width: 25%;
  padding: 0 7px;
  margin: 0;
}

.reg__form-file .label {
  padding: 0 7px;
}

.reg__form-file .file__note {
  padding: 10px 7px 0;
  max-width: 25%;
}

.reg__form-file .file__button {
  padding: 14px 10px 15px;
  color: #1790c0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
}

.reg__form-file .file__button:hover {
  color: #fff;
  background-color: #cd6c1d;
  box-shadow: none;
}

.reg__form .filter__select {
  width: 100%;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
}

.phone__select {
  position: relative;
}

.phone__select-trigger {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 36px;
  height: 40px;
  padding: 2px 0 0 6px;
  color: #494449;
  text-decoration: none;
  background: #d3d4d3;
}

.phone__select-trigger::after {
  position: absolute;
  bottom: 4px;
  left: 12px;
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
}

.phone__select.active {
  z-index: 10;
}

.phone__select.active .phone__select-trigger::after {
  transform: rotate(180deg);
}

.phone__select-ru,
.phone__select-globe {
  display: none;
}

.phone__select-ru.selected,
.phone__select-globe.selected {
  display: block;
}

.phone__select-ru {
  padding: 4px 0 0 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.phone__select-input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  display: none;
}

.phone__select-input.selected {
  display: block;
}

.phone__select-tabs {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #d3d4d3;
  border-top: 0;
}

.phone__select.active .phone__select-tabs {
  display: block;
}

.phone__select-tab {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 17px;
  color: #494449;
  text-decoration: none;
}

.phone__select-tab:hover {
  color: #fff;
  background: #cd6c1d;
}

.search__box {
  padding: 4px;
  border: 1px solid #d3d4d3;
  box-sizing: border-box;
}

.search__wrap {
  position: relative;
  margin: 0 0 6px;
}

.search__input {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  height: 46px;
  padding: 0 45px 0 15px;
  margin: 0;
  font-family: "Raleway", "Arial", sans-serif;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d3d4d3;
}

.search__input:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__input:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #494449;
}

.nores {
  text-align: center;
  padding: 5px;
  font-size: 14px;
  opacity: 0.75;
}

.search__button {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 39px;
  height: 40px;
  padding: 2px 0 0 6px;
  background: #d3d4d3 url(../img/loupe.svg) 50% 50% no-repeat;
  border: 0;
  outline: 0;
}

.search__box .check__list {
  padding: 0;
  max-height: 250px;
  height: 250px;
  overflow-y: auto;
}

.check__list::-webkit-scrollbar-track {
  background-color: #d3d4d3;
}

.check__list::-webkit-scrollbar {
  width: 3px;
  background-color: #d3d4d3;
}

.check__list::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #1790c0;
}

.city__select {
  position: relative;
  height: 50px;
  margin: 0 0 15px;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid #d3d4d3;
}

.city__select.active {
  z-index: 10;
}

.city__select-trigger {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #494449;
  text-decoration: none;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
}

.city__select input:disabled {
  background: transparent;
  cursor: not-allowed;
}

.city__select-hidden {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -1px;
}

.city__select.active .city__select-hidden {
  display: block;
}

.city__select-hidden .search__box {
  padding: 4px;
  background: #fff;
  border: 1px solid #d3d4d3;
  border-top: 0;
}

.city__select-list {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}

.city__select-list::-webkit-scrollbar-track {
  background-color: #d3d4d3;
}

.city__select-list::-webkit-scrollbar {
  width: 3px;
  background-color: #d3d4d3;
}

.city__select-list::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #1790c0;
}

.city__select-list a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #494449;
  text-decoration: none;
}

.city__select-list a:hover {
  color: #fff;
  background: #cd6c1d;
}

.reg__top {
  margin: 0 0 30px;
  padding: 0 0 16px;
  text-align: center;
  border-bottom: 1px solid #d3d4d3;
}

.reg__top-trigger {
  display: inline-block;
  position: relative;
  padding: 0 22px 0 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #494449;
  text-decoration: none;
}

.reg__top-trigger::after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/icon-arrow.svg) 50% 50% no-repeat;
}

.reg__top.active .reg__top-trigger::after {
  transform: rotate(180deg);
}

.reg__top-hidden {
  display: none;
  padding: 20px 0 4px;
}

.reg__top.active .reg__top-hidden {
  display: block;
}

.reg__top .btn {
  padding: 10px 50px;
}

.reg__form-change {
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 19px;
}

.input:disabled {
  color: rgba(73, 68, 73, 0.5);
  border: 1px solid #d3d4d3;
}

.phone__select.disabled {
  pointer-events: none;
}

.phone__select.disabled .phone__select-input {
  color: rgba(73, 68, 73, 0.5);
}

.input.edit {
  color: #cd6c1d;
  border: 1px solid #f2862f;
}

.popup__subtitle {
  margin: 0 0 50px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #023e6f;
}

.text_star {
  font-size: 20px;
  font-family: "Lato";
}

.popup_cert {
  max-width: 580px;
  margin: 0 auto;
}

.popup_cert .cert_pdf {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 30px;
  padding-bottom: 70.8%;
  position: relative;
}

.cert_pdf canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  outline: none;
  border: 0;
}

.popup_cert-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup_cert-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #494449;
  text-decoration: none;
}

.popup_cert-item:last-child {
  margin: 0;
}

.popup_cert-item img {
  width: 30px;
  min-width: 30px;
  margin: 0 10px 0 0;
}

@media (max-width: 1024px) {
  .reg__form-main {
    flex-direction: column;
  }

  .reg__form-side {
    width: 100%;
    margin: 0 0 15px;
  }

  .reg__form-content {
    width: 100%;
  }

  .reg__form-file .file__button-wrap {
    width: 33.33%;
  }

  .reg__form-file .label {
    padding: 0 7px;
  }

  .reg__form-file .file__note {
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .reg {
    padding: 40px 0 50px;
  }

  .reg .section-title {
    margin-bottom: 40px;
  }

  .reg__form-col {
    width: 100%;
  }

  .reg__form-file .file__button-wrap {
    width: 100%;
  }

  .reg__form-file .label {
    padding: 0 7px;
  }

  .reg__form-file .file__note {
    padding: 10px 7px 0;
    max-width: 100%;
  }

  .reg__form-change {
    margin: 0 0 40px;
  }

  .popup__subtitle {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 374px) {
  .popup_cert-item {
    font-size: 16px;
    line-height: 20px;
  }

  .popup_cert-item img {
    margin: 0 10px 0 0;
  }
}

.cc .mc-postbox .mc-avatar,
.cc .mc-comment-user .mc-avatar,
.mc-complaint .mc-comment-user .mc-avatar {
  object-fit: cover;
}

/* News List Block */
.news_page .slider-section {
  padding-bottom: 80px;
}

.news {
  padding-top: 50px;
}

.news__container {
  max-width: 1195px;
}

.news__content {
  padding-top: 40px;
}

.news__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1195px;
}

.news__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.news__item {
  margin-bottom: 20px;
}

.news__item:last-child {
  margin-bottom: 0;
}

.container.slider-section__container .news__item:last-child {
  margin-bottom: 20px;
}

.container.slider-section__container .slider-section__slide a {
  display: block;
  margin-left: 0;
  margin-top: auto;
}

.container.slider-section__container ul.slider-section__slider.swiper-wrapper {
  margin-bottom: 50px;
}

.slider_main-center {
  position: relative;
  width: 90%;
  left: 5%;
}

.slider_main-center .slider-btn {
  bottom: 17px;
}

.slider_main-center .slider-btn--prev {
  left: 5px;
}

.slider_main-center .slider-btn--next {
  right: 5px;
}

.slider_main-center .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_main-center .swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid rgba(73, 68, 73, 0.3);
}

.slider_main-center .swiper-pagination-bullet:not(:hover) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_main-center .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1790c0;
}

.slider_main-center .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 1px;
  margin: 0 1px;
  background-color: rgba(73, 68, 73, 0.3);
}

.slider_main-center .swiper-pagination-bullet:hover {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.slider_main-center .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.slider_main-center .swiper-pagination-bullet:last-child::after {
  display: none;
}

.slider_main-center .swiper-pagination-bullet-active::before {
  display: block;
}

.next-news__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-news__all {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  background-color: #fff;
  color: #1790c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.post {
  display: -webkit-box;
  min-height: 302px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.post__img {
  /*width: 46%;*/
  padding: 10px;
}

.post__img img {
  width: 100%;
  height: 300px;
  /*-o-object-fit: cover;*/
  /*object-fit: cover;*/
}

.news__item.post.slider-section__slide .post__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: right;
}

.post__content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 41px 14px 10px;
}

.post__content a,
.post__detail-content a,
.post__category a {
  text-decoration: none;
}

.post__category {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 700;
  color: #cd6c1d;
  position: absolute;
  padding: 10px;
}

.post__detail-content .post__category {
  position: unset;
  padding: 0;
}

.post__header {
  font-size: 20px;
  line-height: 1.7em;
  margin-top: 20px;
  color: #023e6f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post__header h2,
.post__header h3 {
  margin: 0;
}

.post__header:hover h2,
.post__header:hover h3 {
  color: #cd6c1d;
}

.post__header h3 a {
  font-size: 30px;
}

.post__text {
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
}

.post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.post__footer .button {
  font-size: 18px;
  line-height: 21px;
  padding: 11px 25px;
  border-radius: 0;
}

.post__detail-wrap {
  max-width: 1096px;
  margin: 0 auto;
}

.post__detail-content {
  padding: 21px 35px 40px;
  margin: 50px 0 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.post__detail-img {
  display: none;
}

.news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 32px;
  padding-right: 14px;
}

.news__category div {
  text-align: center;
  border-bottom: 2px solid transparent;
}

.news__category a {
  text-decoration: none;
  text-transform: uppercase;
  color: #494449;
  opacity: 0.5;
  font-size: 14px;
  padding-bottom: 3px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.news__category a:hover {
  opacity: 1;
}

.news__category div.active {
  border-bottom: 2px solid #f2862f;
}

.news__category div:last-child {
  border-bottom: none;
}

.news__category div.active a[data-category="0"] {
  border-bottom: 2px solid #f2862f;
}

.news__category div.active a {
  opacity: 1;
  color: #023e6f;
}

@media screen and (max-width: 1268px) {
  .header__mid-menu {
    display: none;
  }

  .header__logo {
    margin-right: auto;
  }

  .wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 1024px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: unset;
    z-index: 100;
    max-height: 100vh;
    overflow-y: auto;
    transform: unset;
  }

  .header__site-nav-list {
    padding: 20px 0;
  }
}

@media (max-width: 900px) {
  .header__tiz-content {
    font-size: 18px;
    padding: 8px 32px;
  }

  .bvi-open {
    display: none;
  }

  .header__site-nav-button {
    font-size: 0;
    padding: unset;
    min-width: 34px;
    width: 34px;
    height: 32px;
    background-position: 50% 50%;
  }

  .header__mid-container {
    gap: 24px;
  }

  /*li.news__item.post.slider-section__slide.swiper-slide {*/
  /*  height: 46%;*/
  /*  min-height: 460px;*/
  /*}*/
  .post__category {
    order: 1;
    position: inherit;
    padding: 0;
  }

  .post__img {
    width: 100%;
    padding: 0;
  }

  .post__img img {
    height: 100%;
    max-height: 560px;
  }

  .post {
    display: flex;
    flex-direction: column-reverse;
    padding: 14px;
  }

  .post__content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .news {
    padding-top: 35px;
  }

  .header__tiz-content {
    font-size: 16px;
    text-align: left;
    padding-left: 0;
  }

  header {
    position: relative;
  }

  .header__tiz {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .wrapper {
    padding-top: unset;
  }

  .news__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news__category div:last-child {
    padding-left: 14px;
  }

  .container.slider-section__container .news__content {
    padding-bottom: 0;
  }

  .news__list {
    margin-bottom: 35px;
  }

  .next-news__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post__footer {
    display: contents;
  }

  .post__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .post__footer .button {
    font-size: 14px;
  }

  .post__detail-img {
    display: block;
  }

  .post__detail-content {
    padding: 14px 14px 35px;
  }

  .news__category {
    gap: 23px;
  }

  .news__category a {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  /*.container.slider-section__container ul.slider-section__slider.swiper-wrapper {*/
  /*  margin-bottom: 0;*/
  /*}*/
  .news__category div:last-child {
    flex-basis: 100%;
    height: 0;
  }

  .news_page .slider-section {
    padding-bottom: 0;
  }

  .news_page {
    background-color: #f3f3f3;
  }

  .post__header h2,
  .post__header h3 {
    font-size: inherit;
    line-height: normal;
  }

  .post__text {
    font-size: 14px;
  }

  .news__category a {
    font-size: 12px;
  }

  .news__category > * {
    flex: 0 0 15%;
  }
}

@media (max-width: 374px) {
  .news__category a {
    font-size: 10px;
  }

  .header__mid-container {
    gap: 16px;
  }

  .news__category {
    gap: 15px;
  }

  .mob-relocate-new a {
    font-size: 12px;
  }
}

.blue-spinner {
  margin-top: 30px;
  background-position: 50% 50%;
  width: 100%;
  height: 30px;
  background-image: url(../img/loader-blue.svg);
  background-repeat: no-repeat;
  background-size: 80px;
}

img.lazy {
  height: 250px;
  object-fit: none;
}

/*password*/
.password {
  position: relative;
}

.password-control {
  position: absolute;
  top: 37px;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/sprite/view.svg) 0 0 no-repeat;
}

.password-control.view {
  background: url(../img/sprite/no-view.svg) 0 0 no-repeat;
}

.grecaptcha-badge {
  visibility: hidden;
}
