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 {
  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;
  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 {
  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"] {
  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; }

body {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  background-color: #ffff;
  font-family: 'Gotham Pro'; }

a {
  text-decoration: none;
  box-sizing: border-box; }
  a:hover {
    color: #f9a421; }

div {
  box-sizing: border-box; }

.container {
  padding: 0 15px;
  max-width: 1207px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  width: 273px;
  height: 69px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #ffffff;
  color: #000000; }
  .btn:hover {
    background: #000000;
    color: #fff; }

.btn-black {
  background: #000000;
  color: #fff;
  border: 2px solid transparent; }
  .btn-black:hover {
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000; }

.d-flex {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0; }
  @media screen and (max-width: 992px) {
    h1 {
      font-size: 47px;
      line-height: 58px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 42px; } }
  @media screen and (max-width: 576px) {
    h1 {
      font-size: 25px;
      line-height: 30px; } }

ul {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 992px) {
    h2 {
      font-size: 29px; } }
  @media screen and (max-width: 576px) {
    h2 {
      font-size: 25px;
      width: 100%;
      line-height: normal; } }
  h2:before {
    content: "";
    display: inline-block;
    position: relative;
    left: -25px;
    top: -12px;
    width: 85px;
    height: 2px;
    background-color: #ffffff; }
    @media screen and (max-width: 767px) {
      h2:before {
        display: none; } }
  h2:after {
    content: "";
    display: inline-block;
    position: relative;
    right: -25px;
    top: -12px;
    width: 85px;
    height: 2px;
    background-color: #ffffff; }
    @media screen and (max-width: 767px) {
      h2:after {
        display: none; } }

.pagelist {
  margin: 0;
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .pagelist {
      flex-direction: column; } }
  .pagelist li {
    list-style-type: none;
    width: 25%;
    text-align: center; }
    .pagelist li a {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 25px;
      display: block;
      color: #000000 !important; }
      .pagelist li a:hover {
        color: #000000 !important; }

.pages h2 {
  text-align: center;
  margin-top: 50px;
  justify-content: center; }

li {
  list-style-type: none; }

.btns {
  margin-top: 100px;
  justify-content: center;
  flex-wrap: wrap; }
  .btns a {
    margin-right: 20px;
    margin-bottom: 25px; }

p {
  margin: 0; }

a {
  transition: all 0.5s ease;
  box-sizing: border-box; }
  a:hover {
    color: #f9a421; }

li a {
  transition: all 0.5s ease; }
  li a:hover {
    color: #f9a421 !important; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea:focus {
  outline: none; }

input {
  box-sizing: border-box; }
  input:focus-visible {
    outline: initial; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select, input, form {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px; }

.yel {
  background: #f9a421; }

.bold {
  font-weight: 500;
  text-decoration: inherit;
  color: #000000; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Bold.eot");
  src: url("fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Bold.woff2") format("woff2"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype"), url("fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Medium.eot");
  src: url("fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Medium.woff2") format("woff2"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype"), url("fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Light.eot");
  src: url("fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Light.woff2") format("woff2"), url("fonts/GothamPro-Light.woff") format("woff"), url("fonts/GothamPro-Light.ttf") format("truetype"), url("fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Italic.eot");
  src: url("fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Italic.woff2") format("woff2"), url("fonts/GothamPro-Italic.woff") format("woff"), url("fonts/GothamPro-Italic.ttf") format("truetype"), url("fonts/GothamPro-Italic.svg#GothamPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro.eot");
  src: url("fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro.woff2") format("woff2"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype"), url("fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.header {
  background-color: #f9a421;
  padding: 38px 0 99px; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 38px 0 60px; } }
  @media screen and (max-width: 576px) {
    .header {
      padding: 18px 0; } }

.header__top {
  justify-content: space-between; }

.header__link {
  align-items: flex-start; }
  @media screen and (max-width: 575px) {
    .header__link img {
      width: 40px;
      height: auto; } }
  .header__link p {
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35px;
    padding-left: 21px; }
    @media screen and (max-width: 576px) {
      .header__link p {
        font-size: 18px;
        line-height: 12px;
        padding-left: 10px;
        padding-top: 2px; }
        .header__link p br {
          display: none; } }

.header__lists {
  width: 100%;
  max-width: 475px;
  justify-content: space-between;
  position: relative;
  left: -85px;
  top: -4px; }
  @media screen and (max-width: 1199px) {
    .header__lists {
      max-width: 430px;
      left: 6px; } }
  @media screen and (max-width: 992px) {
    .header__lists {
      display: none !important; } }
  .header__lists a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase; }
    .header__lists a:hover {
      color: #fff !important; }
  .header__lists ul:after {
    content: "";
    display: block;
    width: 70px;
    height: 6px;
    background-color: #ffffff;
    margin-top: 11px; }

.header__info:after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background-color: #ffffff;
  margin-top: 17px; }

.header__info {
  max-width: 215px; }
  @media screen and (max-width: 992px) {
    .header__info {
      display: none; } }
  .header__info p {
    font-size: 14px;
    line-height: 1.1rem; }

.header__tel {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin-bottom: 3px; }
  .header__tel:hover {
    color: #fff !important; }

.header__box {
  margin-top: 38px; }
  @media screen and (max-width: 576px) {
    .header__box {
      margin-top: 12px; } }

.header__item {
  width: 100%;
  height: 456px;
  background-color: #ffffff;
  position: relative;
  display: flex !important;
  flex-direction: column;
  padding: 21px 41px 29px; }
  @media screen and (max-width: 767px) {
    .header__item {
      padding: 21px 18px; } }
  @media screen and (max-width: 576px) {
    .header__item {
      padding: 14px 18px;
      height: auto;
      min-height: 300px; } }
  .header__item .header__pic2 {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 576px) {
      .header__item .header__pic2 {
        width: 75px; } }
  .header__item .header__pic {
    position: absolute;
    right: 39px;
    top: 34px; }
    @media screen and (max-width: 1199px) {
      .header__item .header__pic {
        right: -33px;
        top: 34px;
        width: 40%; } }
    @media screen and (max-width: 992px) {
      .header__item .header__pic {
        width: 48%; } }
    @media screen and (max-width: 576px) {
      .header__item .header__pic {
        width: 92%;
        right: -91px;
        top: 31px; } }
  .header__item h1 {
    margin-top: auto;
    max-width: 100%; }
    @media screen and (max-width: 576px) {
      .header__item h1 {
        max-width: 165px; } }

.header__text span {
  font-size: 70px;
  color: #f9a421;
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 95%; }
  @media screen and (max-width: 576px) {
    .header__text span {
      font-size: 32px; } }

.header__text p {
  line-height: 19.07px;
  font-size: 19px;
  color: #f9a421;
  max-width: 163px; }
  @media screen and (max-width: 576px) {
    .header__text p {
      font-size: 9px;
      line-height: 9px;
      max-width: 72px; } }

.slick-dots li button:before {
  display: none; }

.slick-dots li {
  width: 33%;
  height: 5px;
  margin: 0;
  margin-right: 4px; }
  @media screen and (max-width: 1205px) {
    .slick-dots li {
      width: 33%; } }
  @media screen and (max-width: 1199px) {
    .slick-dots li {
      width: 33%; } }
  @media screen and (max-width: 992px) {
    .slick-dots li {
      width: 32.9%; } }
  @media screen and (max-width: 767px) {
    .slick-dots li {
      width: 32.7%; } }
  @media screen and (max-width: 576px) {
    .slick-dots li {
      width: 32.4%; } }
  .slick-dots li:last-child {
    margin-right: 0; }
  .slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.5;
    box-sizing: border-box;
    padding: 0; }

.header__slider {
  z-index: 5; }

.slick-dots {
  display: flex;
  justify-content: flex-start;
  bottom: -10px; }
  .slick-dots .slick-active {
    background-color: #ffffff; }
    .slick-dots .slick-active button {
      background-color: #ffffff; }

.events {
  padding: 85px 0 65px;
  background-color: rgba(249, 164, 33, 0.9);
  position: relative;
  overflow: visible; }
  @media screen and (max-width: 767px) {
    .events {
      padding: 40px 0 60px; } }
  .events h2 {
    color: #fff; }

.events__box {
  margin: 71px 0 26px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .events__box {
      margin-top: 40px; } }

.events__item {
  width: 31%;
  height: 239px;
  border: 8px solid #ffffff;
  margin-bottom: 36px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background-color: #f9a421;
  transition: all 0.3s ease; }
  @media screen and (max-width: 992px) {
    .events__item {
      width: 48%; }
      .events__item:nth-child(n+5) {
        display: none; } }
  @media screen and (max-width: 767px) {
    .events__item {
      width: 100%; }
      .events__item:nth-child(n+4) {
        display: none; } }
  .events__item:hover {
    overflow: visible;
    transition: all 0.3s ease; }
    .events__item:hover .events__info {
      top: 0px;
      background: #ffff;
      width: 100%; }
    .events__item:hover .events__fig1 {
      display: none; }
    .events__item:hover .events__fig2 {
      opacity: 1; }
    .events__item:hover .events__text, .events__item:hover .events__name {
      color: #000000; }
    .events__item:hover .events__text {
      display: block; }
    .events__item:hover span {
      opacity: 0; }
    .events__item:hover .events__name {
      margin-top: 10px; }
  .events__item .events__info {
    position: absolute;
    top: 78px;
    left: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 6px 10px 15px 16px;
    transition: 0.3s ease;
    background: transparent; }
  .events__item span {
    font-size: 50px;
    font-weight: 500;
    display: block;
    position: absolute;
    top: -68px; }

.events__name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 311px;
  margin-top: 56px;
  transition: 0.3s ease;
  line-height: 24px; }
  @media screen and (max-width: 576px) {
    .events__name {
      font-size: 16px;
      max-width: 282px;
      line-height: 22px; } }

.events__text {
  font-size: 16px;
  max-width: 318px;
  margin-top: 21px;
  transition: all 0.3s ease;
  display: none;
  line-height: 20px; }

.events__fig1 {
  position: absolute;
  right: 12px;
  top: 12px;
  transition: all 0.3s ease; }

.events__fig2 {
  position: absolute;
  right: -8px;
  bottom: -8px;
  transition: all 0.3s ease;
  opacity: 0; }

.events__btn {
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 576px) {
    .events__btn {
      width: 100%;
      margin-top: -25px; } }

.events__fig11 {
  position: absolute;
  top: -550px;
  left: -312px;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .events__fig11 {
      left: -712px; } }
  @media screen and (max-width: 768px) {
    .events__fig11 {
      display: none; } }
  @media screen and (max-width: 576px) {
    .events__fig11 {
      top: -261px; } }

.events__fig22 {
  position: absolute;
  right: -202px;
  bottom: -64px;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .events__fig22 {
      right: -202px;
      bottom: -199px;
      width: 594px; } }
  @media screen and (max-width: 767px) {
    .events__fig22 {
      right: -356px;
      bottom: -233px; } }
  @media screen and (max-width: 576px) {
    .events__fig22 {
      bottom: -270px;
      right: -467px; } }

.events__fig33 {
  position: absolute;
  right: -151px;
  bottom: -110px;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .events__fig33 {
      display: none; } }

.experts {
  padding: 82px 0 115px; }
  @media screen and (max-width: 992px) {
    .experts {
      padding: 60px 0 40px; } }
  @media screen and (max-width: 576px) {
    .experts {
      padding: 40px 0 20px; } }
  .experts h2 {
    color: #f9a421; }
    .experts h2:after, .experts h2::before {
      background: #f9a421; }

.experts__box {
  justify-content: space-between;
  width: 100%;
  max-width: 1067px;
  margin: 72px auto 0;
  position: relative;
  left: 11px; }
  @media screen and (max-width: 992px) {
    .experts__box {
      flex-direction: column;
      left: 0;
      margin-top: 60px; } }
  @media screen and (max-width: 576px) {
    .experts__box {
      margin-top: 40px; } }

.expert__item {
  text-align: center;
  z-index: 3;
  position: relative;
  transition: all 0.5s ease; }
  .expert__item img {
    transition: all 0.5s ease;
    border-radius: 50%; }
  .expert__item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    z-index: 4;
    transition: all 0.5s ease;
    border-radius: 50%; }
  @media screen and (max-width: 992px) {
    .expert__item {
      margin-bottom: 50px; } }

.experts__name {
  color: #f9a421;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 33px 0 13px; }
  @media screen and (max-width: 992px) {
    .experts__name {
      margin-top: 22px; } }
  @media screen and (max-width: 576px) {
    .experts__name {
      margin: 21px 0 7px; } }

.experts__text {
  font-weight: 400;
  max-width: 300px;
  margin: 0 auto;
  line-height: 20px; }

.expert__item:nth-child(1) .expert__block img {
  width: 257px;
  height: 260px;
  position: absolute;
  top: 2px;
  left: 2px; }

.news {
  padding: 130px 0 90px;
  background: #f9a421;
  overflow: visible; }
  @media screen and (max-width: 992px) {
    .news {
      padding: 60px 0 40px;
      overflow: hidden; } }
  @media screen and (max-width: 576px) {
    .news {
      padding: 40px 0 20px; } }
  .news h2 {
    color: #fff; }

.news__box {
  margin-top: 56px;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 992px) {
    .news__box {
      flex-direction: column;
      align-items: center;
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .news__box {
      margin-top: 25px;
      max-width: 290px;
      margin: 25px auto 0; } }

.news__el1 {
  position: absolute;
  left: -343px;
  bottom: -813px; }
  @media screen and (max-width: 992px) {
    .news__el1 {
      bottom: 66px;
      left: -166px; } }
  @media screen and (max-width: 576px) {
    .news__el1 {
      bottom: -133px;
      left: -629px; } }

.news__el2 {
  position: absolute;
  right: -457px;
  bottom: -994px; }
  @media screen and (max-width: 1199px) {
    .news__el2 {
      right: -624px; } }
  @media screen and (max-width: 992px) {
    .news__el2 {
      display: none; } }

.news__el3 {
  position: absolute;
  left: -104px;
  bottom: 248px; }
  @media screen and (max-width: 992px) {
    .news__el3 {
      display: none; } }

.news__pic {
  width: 353px;
  height: 218px; }
  @media screen and (max-width: 1199px) {
    .news__pic {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .news__pic {
      width: 100%; } }
  @media screen and (max-width: 576px) {
    .news__pic {
      height: auto; } }

.news__name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 38px 0 14px;
  max-width: 362px; }
  @media screen and (max-width: 576px) {
    .news__name {
      max-width: 100%;
      font-size: 15px;
      margin-top: 27px;
      line-height: 20px; } }

.news__text {
  font-size: 15px;
  max-width: 370px;
  font-weight: 400;
  line-height: 20px; }
  @media screen and (max-width: 576px) {
    .news__text {
      max-width: 100%;
      font-size: 12px;
      line-height: 20px; } }

.news__item {
  padding: 7px 7px 15px;
  position: relative;
  border: 8px solid transparent;
  max-width: 387px;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .news__item {
      max-width: 306px; } }
  @media screen and (max-width: 992px) {
    .news__item {
      max-width: 387px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 576px) {
    .news__item {
      margin-bottom: 10px; } }
  .news__item:hover {
    background: #fff;
    border: 8px solid #000000; }
    .news__item:hover .news__fig {
      display: none; }
    .news__item:hover .news__name {
      color: #000000; }

.news__fig {
  position: absolute;
  top: 148px;
  right: -9px; }
  @media screen and (max-width: 576px) {
    .news__fig {
      width: 80px;
      top: 107px; } }

.news__block {
  position: absolute;
  top: 26px;
  left: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 27px;
  background-color: #000000;
  font-size: 15px;
  color: #fff; }

.rev__slider {
  display: flex;
  height: auto;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .rev__slider {
      margin: 100px auto 0; } }
  @media screen and (max-width: 576px) {
    .rev__slider {
      margin: 70px auto 0; } }

.rev {
  padding: 90px 0;
  background: #f9a421; }
  @media screen and (max-width: 992px) {
    .rev {
      background: #fff;
      padding: 60px 0 40px; } }
  @media screen and (max-width: 576px) {
    .rev {
      padding: 40px 0; } }

.slider {
  width: 100%;
  max-width: 1003px;
  height: max-content; }
  .slider .slick-list {
    overflow: visible; }
    .slider .slick-list .slick-slide {
      opacity: 0; }
    .slider .slick-list .slick-active {
      opacity: 1; }
  @media screen and (max-width: 992px) {
    .slider {
      max-width: 690px; } }
  @media screen and (max-width: 767px) {
    .slider {
      max-width: 510px; } }
  @media screen and (max-width: 576px) {
    .slider {
      max-width: 290px;
      margin: 0 auto; } }
  .slider img {
    width: 262px;
    height: 262px; }

.slider__item {
  display: flex !important; }
  @media screen and (max-width: 992px) {
    .slider__item {
      flex-direction: column;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .slider__item {
      margin: 0 auto; } }
  .slider__item img {
    width: 262px;
    height: 262px;
    border-radius: 50%;
    padding-left: 0;
    margin-left: 0px;
    position: relative;
    top: 40px;
    box-shadow: 0 1px 29px 1px rgba(0, 0, 0, 0.21);
    border: 3px solid #ffffff; }
    @media screen and (max-width: 992px) {
      .slider__item img {
        margin: 0 auto;
        top: 0; } }

.rev__box {
  justify-content: space-between;
  width: 1170px;
  height: auto;
  background-color: #ffffff;
  padding: 94px 45px 77px 37px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .rev__box {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .rev__box {
      padding: 0;
      height: auto; } }

.slick-prev:before, .slick-next:before {
  display: none !important; }

.rev .slick-prev, .rev .slick-next {
  display: none !important; }

.rev__title {
  position: absolute;
  right: 397px;
  top: 61px;
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .rev__title {
      right: 183px; } }
  @media screen and (max-width: 992px) {
    .rev__title {
      right: 50%;
      margin-right: -155px;
      top: 5px; } }
  @media screen and (max-width: 576px) {
    .rev__title {
      margin-right: -100.5px;
      top: 0;
      font-size: 25px; } }

.rev__text {
  color: #353535;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 32px; }
  @media screen and (max-width: 1199px) {
    .rev__text {
      max-width: 67%; } }
  @media screen and (max-width: 992px) {
    .rev__text {
      max-width: 100%; } }
  @media screen and (max-width: 576px) {
    .rev__text {
      font-size: 14px;
      line-height: 25px; } }

.rev__info {
  margin-left: 48px;
  margin-top: 49px; }
  @media screen and (max-width: 992px) {
    .rev__info {
      margin: 18px auto 0; } }

.rev__name {
  font-size: 20px;
  color: #f59a00;
  font-weight: 500;
  text-transform: uppercase; }
  @media screen and (max-width: 576px) {
    .rev__name {
      font-size: 16px; } }

.rev__job {
  color: #353535;
  font-weight: 500;
  margin-top: 7px;
  line-height: 20px;
  font-size: 14px; }
  @media screen and (max-width: 576px) {
    .rev__job {
      font-size: 12px; } }

.slider-nav .slick-slide {
  margin: 0px 0;
  width: 53px !important;
  height: 53px;
  position: relative;
  border: 3px solid transparent; }
  .slider-nav .slick-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }

.slider-nav {
  max-width: 60px;
  width: 54px !important;
  margin-right: 30px;
  height: 320px; }
  @media screen and (max-width: 992px) {
    .slider-nav {
      display: none; } }
  .slider-nav .slick-current {
    border: 3px solid #ff8900;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-sizing: border-box; }
  .slider-nav .slick-list {
    height: 100% !important; }

.footer {
  padding: 90px 0;
  background: #f9a421; }
  @media screen and (max-width: 992px) {
    .footer {
      padding: 40px 0; } }
  .footer .header__link {
    width: 72px;
    height: 72px;
    flex: 1 0 auto;
    max-width: 72px;
    margin-right: 18px;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .footer .header__link {
        margin: 0 auto 25px; } }
    .footer .header__link img {
      width: 100%;
      height: 100%; }
  .footer .header__lists {
    max-width: 436px;
    left: 11px; }
    @media screen and (max-width: 1199px) {
      .footer .header__lists {
        max-width: 380px;
        left: 0; } }
    .footer .header__lists a {
      font-size: 14px; }

.footer__left {
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .footer__left {
      flex-direction: column; } }
  .footer__left .footer__info {
    max-width: 296px; }
    @media screen and (max-width: 1199px) {
      .footer__left .footer__info {
        max-width: 205px; } }
    @media screen and (max-width: 992px) {
      .footer__left .footer__info {
        max-width: 266px; } }
    @media screen and (max-width: 768px) {
      .footer__left .footer__info {
        max-width: 100%;
        margin: 0 auto; } }
    .footer__left .footer__info p {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 25px;
      font-weight: 500; }
      @media screen and (max-width: 576px) {
        .footer__left .footer__info p {
          max-width: 265px;
          margin: 0px auto 25px; } }
    .footer__left .footer__info a {
      color: #ffffff;
      font-size: 12px;
      text-decoration: underline;
      display: block;
      margin-bottom: 5px; }

.footer .header__lists ul:after, .footer .header__info:after {
  display: none; }

.footer .header__info p {
  margin-bottom: 40px; }

.footer .header__top {
  position: relative; }
  @media screen and (max-width: 992px) {
    .footer .header__top {
      justify-content: space-around; } }
  @media screen and (max-width: 768px) {
    .footer .header__top {
      flex-direction: column;
      text-align: center; } }

.footer .header__info .d-flex {
  align-items: center; }
  @media screen and (max-width: 768px) {
    .footer .header__info .d-flex {
      margin: 0 auto;
      width: max-content; } }
  .footer .header__info .d-flex p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: -3px;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .footer .header__info .d-flex p {
        text-align: left; } }

.burger,
.menu {
  display: none; }
  @media screen and (max-width: 992px) {
    .burger,
    .menu {
      display: flex; } }

.button {
  position: absolute;
  width: 19px;
  height: 20px;
  display: block;
  z-index: 1000;
  right: 51px;
  top: 63px;
  left: inherit;
  border-radius: 1px; }
  @media screen and (max-width: 768px) {
    .button {
      right: 35px;
      top: 55px; } }
  @media screen and (max-width: 575px) {
    .button {
      right: 15px;
      top: 31px; } }
  .button span {
    width: 16px;
    position: absolute;
    top: calc(50% - 1px);
    background: #000000;
    height: 4px;
    transition: .3s all ease-in-out;
    border-radius: 1px; }
    .button span::before {
      content: '';
      width: 19px;
      position: absolute;
      top: -8px;
      background: #000000;
      height: 4px;
      transition: .3s all ease-in-out;
      border-radius: 1px; }
    .button span::after {
      content: '';
      width: 19px;
      position: absolute;
      bottom: -8px;
      background: #000000;
      height: 4px;
      transition: .3s all ease-in-out;
      right: -3px;
      border-radius: 1px; }

.button.active span {
  background: transparent; }
  .button.active span::before {
    content: '';
    top: calc(50% - 1px);
    transform: rotate(45deg);
    background: #000000; }
  .button.active span::after {
    content: '';
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
    background: #000000;
    width: 19px; }

.burger {
  position: fixed;
  height: auto;
  flex-direction: column;
  right: -150%;
  top: 73px;
  transition: all 0.5s ease;
  z-index: 100;
  display: flex;
  background: #fff;
  width: 320px; }

.burger.active {
  right: 0;
  position: absolute;
  top: 73px;
  width: 50%;
  background: #FFFFFF;
  box-shadow: inherit;
  padding: 26px 34px 28px 15px; }
  @media screen and (max-width: 767px) {
    .burger.active {
      width: 100%;
      top: 116px; } }
  @media screen and (max-width: 575px) {
    .burger.active {
      width: 100%;
      top: 74px;
      padding-bottom: 15px; } }
  .burger.active .header__info {
    display: block !important; }
  .burger.active li a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    color: #000000;
    text-transform: uppercase; }

.burger__list:after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background-color: #f9a421;
  margin-bottom: 27px; }

.menu .button.active {
  right: 19px;
  top: 83px; }
  @media screen and (max-width: 575px) {
    .menu .button.active {
      right: 15px;
      top: 31px; } }

@media screen and (max-width: 992px) {
  .footer .header__info {
    display: block !important; } }

@media screen and (max-width: 768px) {
  .footer .header__info {
    max-width: 100%;
    margin-top: 25px; }
    .footer .header__info p {
      max-width: 193px;
      margin: 0 auto 40px; } }

.header-events {
  padding-bottom: 248px !important; }
  @media screen and (max-width: 768px) {
    .header-events {
      padding-bottom: 350px !important; } }
  @media screen and (max-width: 405px) {
    .header-events {
      padding-bottom: 270px !important; } }
  @media screen and (max-width: 350px) {
    .header-events {
      padding-bottom: 372px !important; } }
  .header-events .header__slider .slick-list {
    overflow: visible;
    transition: all 1s ease; }
  .header-events .header__slider .slick-slide {
    opacity: 0;
    transition: all 1s ease; }
  .header-events .header__slider .slick-active {
    opacity: 1;
    transition: all 0s ease; }
  .header-events .header__box {
    position: relative; }
  .header-events .header__pic2 {
    z-index: 2; }
  .header-events .header__item {
    padding: 0;
    height: 541px; }
    @media screen and (max-width: 1199px) {
      .header-events .header__item {
        height: 458px; } }
    @media screen and (max-width: 992px) {
      .header-events .header__item {
        height: 355px; } }
    @media screen and (max-width: 768px) {
      .header-events .header__item {
        height: 300px; } }
    @media screen and (max-width: 576px) {
      .header-events .header__item {
        min-height: 200px;
        height: 200px; } }
    .header-events .header__item h1 {
      position: relative;
      z-index: 2;
      text-shadow: 0 1px 40px rgba(0, 0, 0, 0.6);
      color: #ffffff;
      font-size: 100px;
      line-height: 86px;
      padding: 0 0 62px 85px; }
      @media screen and (max-width: 1199px) {
        .header-events .header__item h1 {
          padding: 0 0 34px 28px; } }
      @media screen and (max-width: 992px) {
        .header-events .header__item h1 {
          font-size: 76px; } }
      @media screen and (max-width: 768px) {
        .header-events .header__item h1 {
          font-size: 42px;
          line-height: 58px;
          max-width: 300px; } }
      @media screen and (max-width: 576px) {
        .header-events .header__item h1 {
          padding: 0 0 14px 15px;
          font-size: 22px;
          line-height: 30px; } }
  .header-events .header__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1; }

.header-events__text {
  position: absolute;
  width: 479px;
  height: 142px;
  background-color: #ffffff;
  z-index: 6;
  top: 0;
  left: 0;
  padding: 42px 26px 29px 87px; }
  @media screen and (max-width: 1199px) {
    .header-events__text {
      padding: 41px 26px 29px 38px;
      width: 440px; } }
  @media screen and (max-width: 992px) {
    .header-events__text {
      height: 119px;
      padding: 30px 26px 29px 34px;
      width: 426px; } }
  @media screen and (max-width: 768px) {
    .header-events__text {
      height: 119px;
      padding: 28px 26px 29px 34px;
      width: 100%;
      position: relative;
      margin-bottom: 25px; } }
  @media screen and (max-width: 576px) {
    .header-events__text {
      padding: 20px;
      height: auto;
      margin-top: 22px; } }
  .header-events__text:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/new-fig2.png) no-repeat;
    width: 68px;
    height: 68px; }

.header-events__bread {
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  flex-wrap: wrap; }
  .header-events__bread li:after {
    content: "/ ";
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding: 0 6px 0 5px; }
  .header-events__bread li:before {
    display: none !important; }
  .header-events__bread a {
    color: #000000;
    border-bottom: 1px solid #000000;
    width: max-content;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px; }
    @media screen and (max-width: 576px) {
      .header-events__bread a {
        margin-bottom: 10px;
        line-height: 19px;
        font-size: 12px; } }
  .header-events__bread .active a {
    color: #f9a421;
    border-bottom: none; }
  .header-events__bread .active:after {
    display: none; }

.header-events__title {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }
  @media screen and (max-width: 576px) {
    .header-events__title {
      font-size: 28px;
      margin-top: 10px; } }

.header-events__info {
  position: absolute;
  max-width: 917px;
  font-size: 27px;
  line-height: 35px;
  bottom: -228px;
  left: 109px;
  z-index: 3;
  min-height: 175px; }
  @media screen and (max-width: 1199px) {
    .header-events__info {
      left: 16px; } }
  @media screen and (max-width: 992px) {
    .header-events__info {
      bottom: -239px; } }
  @media screen and (max-width: 768px) {
    .header-events__info {
      bottom: -306px; } }
  @media screen and (max-width: 576px) {
    .header-events__info {
      font-size: 18px;
      line-height: 30px;
      bottom: -358px;
      min-height: 300px; } }
  @media screen and (max-width: 405px) {
    .header-events__info {
      bottom: -330px; } }
  @media screen and (max-width: 350px) {
    .header-events__info {
      bottom: -358px; } }
  .header-events__info span {
    text-transform: uppercase;
    font-weight: bold; }

.events-main__tab {
  position: relative;
  z-index: 3; }

.tabs {
  position: relative;
  z-index: 3; }

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 41px auto 0;
  position: relative;
  z-index: 3;
  justify-content: center; }
  @media screen and (max-width: 576px) {
    .tabs-nav {
      margin-top: 25px;
      margin-bottom: -20px; } }

.tabs__link {
  padding: 0 17px;
  width: auto;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #000000;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 12px;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .tabs__link {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .tabs__link {
      font-size: 14px;
      text-align: center;
      height: auto;
      padding: 15px; } }
  .tabs__link:last-child {
    margin-right: 0; }

.tabs__link_active {
  background: #fff;
  color: #f9a421; }

.tabs__link:not(.tabs__link_active):hover,
.tabs__link:not(.tabs__link_active):focus {
  background-color: #efefef; }

.tabs__content {
  padding: 0;
  border: none; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.events-main h2 {
  position: relative;
  z-index: 4; }

.events__item {
  position: relative;
  z-index: 4; }

.tabs__content {
  width: 100%; }
  .tabs__content .events__item {
    width: 48.5%; }
    @media screen and (max-width: 768px) {
      .tabs__content .events__item {
        width: 100%; } }
    .tabs__content .events__item:hover .events-main__block {
      display: none; }
    .tabs__content .events__item .events__name {
      max-width: 496px;
      margin-top: 15px; }
      @media screen and (max-width: 576px) {
        .tabs__content .events__item .events__name {
          max-width: 300px; } }

.events-main__block {
  display: flex;
  padding: 0 12px;
  align-items: center;
  height: 21px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #ffffff;
  width: max-content;
  color: #f9a421;
  margin-top: 29px; }
  @media screen and (max-width: 576px) {
    .events-main__block {
      height: auto;
      padding: 5px;
      font-size: 9px;
      margin-top: 25px; } }

.tabs__nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  font-size: 22px;
  font-weight: bold;
  background-color: #dddddd;
  color: #000000;
  margin-right: 13px; }
  @media screen and (max-width: 576px) {
    .tabs__nav li a {
      width: 40px;
      height: 40px;
      font-size: 18px; } }

.tabs__nav li:last-child a {
  margin-right: 0; }

.tabs__nav li.active a {
  background: #000000;
  color: #f9a421; }

.events-main {
  padding-bottom: 100px;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .events-main {
      padding-bottom: 60px; } }
  .events-main .events__box {
    min-height: 550px; }
    @media screen and (max-width: 576px) {
      .events-main .events__box {
        min-height: max-content; } }

.tabs__nav {
  justify-content: center;
  position: relative;
  z-index: 4; }

.header-contacts {
  padding: 40px 0; }
  @media screen and (max-width: 576px) {
    .header-contacts {
      padding: 30px 0 15px; } }

.contacts {
  background-color: #f59a00;
  padding: 10px 0 40px; }
  .contacts .events__box {
    margin: 0; }

.contacts__box {
  background: #fff;
  padding: 62px 0 54px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 992px) {
    .contacts__box {
      padding: 40px 0; } }
  @media screen and (max-width: 576px) {
    .contacts__box {
      padding: 25px 0; } }

.contacts__top {
  padding: 0px 100px 40px;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 992px) {
    .contacts__top {
      padding: 0 25px 25px; } }
  @media screen and (max-width: 576px) {
    .contacts__top {
      padding: 0 15px 15px; } }

.about h1 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
  line-height: 54px; }
  @media screen and (max-width: 992px) {
    .about h1 {
      font-size: 38px;
      line-height: 42px; } }
  @media screen and (max-width: 768px) {
    .about h1 {
      font-size: 30px; } }
  @media screen and (max-width: 576px) {
    .about h1 {
      font-size: 25px;
      line-height: 37px; } }
  @media screen and (max-width: 350px) {
    .about h1 {
      font-size: 23px;
      line-height: 33px; } }

#map {
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 768px) {
    #map {
      height: 250px; } }

.contacts__info {
  padding: 53px 100px 0;
  position: relative; }
  @media screen and (max-width: 992px) {
    .contacts__info {
      padding: 25px 25px 0; } }
  @media screen and (max-width: 576px) {
    .contacts__info {
      padding: 15px 15px 0; } }

.contacts__tel {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
  display: block; }
  @media screen and (max-width: 576px) {
    .contacts__tel {
      font-size: 28px;
      margin-top: 10px;
      display: block;
      margin-bottom: 5px; } }

.contacts__local {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 3px; }
  @media screen and (max-width: 768px) {
    .contacts__local {
      font-size: 15px; } }
  @media screen and (max-width: 576px) {
    .contacts__local {
      font-size: 14px;
      line-height: 18px; } }

.about__text {
  padding: 0 100px; }
  @media screen and (max-width: 992px) {
    .about__text {
      padding: 0 25px; } }
  @media screen and (max-width: 576px) {
    .about__text {
      padding: 0 15px; } }
  .about__text::after {
    content: "";
    display: block;
    width: 171px;
    height: 9px;
    background-color: #f9a421;
    margin-top: 31px;
    display: none; }
  .about__text p {
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 30px;
    width: 98%; }
    .about__text p:last-child {
      margin-bottom: 0; }
    .about__text p a {
      color: #f9a421;
      text-decoration: underline; }
    @media screen and (max-width: 576px) {
      .about__text p {
        line-height: 26px;
        font-size: 14px;
        margin-top: 15px; } }

.contacts__form {
  margin-top: 41px; }
  .contacts__form .btn {
    border: 2px solid transparent; }
    .contacts__form .btn:hover {
      border: 2px solid #000000;
      color: #000000; }
    @media screen and (max-width: 576px) {
      .contacts__form .btn {
        width: 100%;
        font-size: 22px; } }
  .contacts__form .d-flex {
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .contacts__form .d-flex {
        flex-direction: column; } }
  .contacts__form input {
    width: 48.5%;
    background: #000000;
    color: #fff;
    padding-left: 22px;
    font-size: 20px;
    height: 50px;
    border: none; }
    @media screen and (max-width: 768px) {
      .contacts__form input {
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .contacts__form input {
        font-size: 16px; } }
  .contacts__form textarea {
    background: #000000;
    margin: 24px 0 29px;
    width: 100%;
    padding: 17px 0 0 22px;
    font-size: 20px;
    box-sizing: border-box;
    height: 199px;
    color: #ffff;
    border: none; }
    @media screen and (max-width: 576px) {
      .contacts__form textarea {
        font-size: 16px;
        margin: 18px 0 16px; } }

input::-webkit-input-placeholder {
  color: #fff !important; }

input::-moz-placeholder {
  color: #fff !important; }

input:-ms-input-placeholder {
  color: #fff !important; }

input:-moz-placeholder {
  color: #fff !important; }

textarea::-webkit-input-placeholder {
  color: #fff !important; }

textarea::-moz-placeholder {
  color: #fff !important; }

textarea:-ms-input-placeholder {
  color: #fff !important; }

textarea:-moz-placeholder {
  color: #fff !important; }

.square {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: #fff;
  padding: 5px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 5px; }

.placemark {
  position: relative;
  text-align: center; }

.square2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px; }
  .square2 img {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .menu-contacts .button {
    right: 43px;
    top: 70px; } }

@media screen and (max-width: 576px) {
  .menu-contacts .button {
    right: 20px;
    top: 27px; } }

@media screen and (max-width: 576px) {
  .burger-contacts {
    top: 60px !important; } }

@media screen and (max-width: 576px) {
  .menu-contacts .button.active {
    right: 20px;
    top: 27px; } }

.header2 {
  background: #f9a421;
  padding-bottom: 10px; }
  .header2 .header__top {
    position: relative;
    z-index: 3; }
  .header2 .header__link p {
    line-height: 53.84px;
    font-size: 51px;
    font-weight: 400;
    margin-top: -5px;
    padding-left: 34px; }
    @media screen and (max-width: 768px) {
      .header2 .header__link p {
        line-height: 49.84px;
        font-size: 37px;
        margin-top: -7px;
        padding-left: 34px;
        width: 50%; } }
    @media screen and (max-width: 575px) {
      .header2 .header__link p {
        line-height: 21.84px;
        font-size: 17px;
        margin-top: -3px;
        padding-left: 15px;
        width: 50%; } }
  .header2 .header__lists {
    left: 2px; }

.about {
  overflow: visible;
  background: #f9a421; }
  .about .events__box {
    margin-top: 23px; }

.about__titles {
  padding: 39px 100px 0; }
  @media screen and (max-width: 992px) {
    .about__titles {
      padding: 39px 25px 0; } }
  @media screen and (max-width: 576px) {
    .about__titles {
      padding: 25px 15px 0; } }

.about h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #f9a421;
  font-size: 40px;
  margin: 0;
  margin-bottom: 22px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .about h2 {
      font-size: 30px; } }
  .about h2:before, .about h2::after {
    display: none; }

.about h3 {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  margin-bottom: 25px; }

.about h4 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 29px;
  font-size: 23px; }

.about h5 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px; }

.about__images {
  padding: 0 100px;
  margin: 40px 0 50px;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 992px) {
    .about__images {
      padding: 0 25px; } }
  @media screen and (max-width: 576px) {
    .about__images {
      padding: 0 15px;
      flex-direction: column;
      margin: 25px 0; } }
  .about__images img {
    width: 48.5%; }
    @media screen and (max-width: 576px) {
      .about__images img {
        width: 100%;
        margin-bottom: 20px; } }

.about__info {
  padding: 0 100px;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .about__info {
      padding: 0 25px;
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 576px) {
    .about__info {
      padding: 0 15px; } }

.about ul {
  padding-left: 40px; }
  .about ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    max-width: 458px; }
    @media screen and (max-width: 768px) {
      .about ul li {
        max-width: 354px; } }
    .about ul li:before {
      content: "";
      display: block;
      width: 29px;
      height: 4px;
      background: #f9a421;
      position: absolute;
      left: -45px;
      top: 6px; }

blockquote {
  max-width: 425px;
  position: relative;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
  padding-right: 37px;
  display: flex;
  margin-top: -6px; }
  @media screen and (max-width: 992px) {
    blockquote {
      padding-right: 0;
      margin-top: 25px; } }
  @media screen and (max-width: 576px) {
    blockquote {
      font-size: 14px;
      line-height: 24px;
      margin: 0; } }
  blockquote::before {
    content: "";
    display: flex;
    background: url(../img/gal.png) no-repeat;
    width: 46px;
    height: 33px;
    flex: 1 0 auto;
    max-width: 46px;
    margin-right: 20px;
    margin-top: 9px; }
    @media screen and (max-width: 576px) {
      blockquote::before {
        background-size: 29px;
        width: 40px;
        height: 40px;
        margin-right: 0px;
        margin-top: 5px;
        max-width: 40px; } }

.footer2 {
  overflow: visible;
  padding: 67px 0 90px; }
  @media screen and (max-width: 576px) {
    .footer2 {
      padding: 40px 0; } }
  .footer2 .header__lists, .footer2 .header__info, .footer2 .footer__left {
    position: relative;
    z-index: 3; }
  .footer2 .footer__info p {
    font-size: 17px;
    margin-top: -3px; }
    @media screen and (max-width: 576px) {
      .footer2 .footer__info p {
        max-width: 100%; } }
  .footer2 .header__info .d-flex {
    position: relative;
    top: 12px; }
  .footer2 .footer__links {
    display: flex;
    width: 761px;
    align-items: center;
    left: -90px;
    position: relative;
    top: 26px;
    white-space: nowrap; }
    @media screen and (max-width: 1199px) {
      .footer2 .footer__links {
        top: 54px; } }
    @media screen and (max-width: 992px) {
      .footer2 .footer__links {
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        align-items: flex-start; } }
    @media screen and (max-width: 768px) {
      .footer2 .footer__links {
        align-items: center; } }
    .footer2 .footer__links p {
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 0; }
    .footer2 .footer__links a {
      color: #010101;
      font-size: 12px;
      margin-bottom: 0;
      font-weight: 400;
      text-transform: uppercase;
      margin-left: 25px;
      margin-top: -3px;
      position: relative;
      z-index: 3; }
      @media screen and (max-width: 992px) {
        .footer2 .footer__links a {
          margin-top: 15px;
          margin-left: 0; } }
      @media screen and (max-width: 576px) {
        .footer2 .footer__links a {
          font-size: 10px; } }

.news__el11 {
  position: absolute;
  top: -371px;
  left: -381px; }

.cont .about__text {
  padding: 0;
  margin-top: 38px; }
  @media screen and (max-width: 576px) {
    .cont .about__text {
      margin-top: 20px; } }
  .cont .about__text::after {
    display: block; }
  .cont .about__text p {
    max-width: 100%;
    width: 100%; }

@media screen and (max-width: 576px) {
  .footer2 .header__info p {
    margin-bottom: 25px; } }

.events__wrap {
  position: relative; }
  .events__wrap .news__el33 {
    position: absolute;
    bottom: -181px;
    left: -360px; }

@media screen and (max-width: 1199px) {
  .news-page .news__block {
    left: 156px !important; } }

@media screen and (max-width: 992px) {
  .news-page .news__block {
    left: 105px !important; } }

@media screen and (max-width: 768px) {
  .news-page .news__block {
    left: -15px !important; } }

.news-page .tabs__nav {
  justify-content: flex-start; }

.news-page .news__item {
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 0;
  border: none;
  cursor: pointer; }
  .news-page .news__item .news__block {
    top: 16px;
    left: -21px; }
  .news-page .news__item:hover .news__name {
    text-decoration: none; }
  @media screen and (max-width: 1199px) {
    .news-page .news__item {
      flex-direction: column;
      align-items: center; } }
  .news-page .news__item .news__name {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    text-decoration: underline;
    color: #f9a421;
    max-width: 100%;
    text-transform: initial;
    margin: 0 0 20px; }
  .news-page .news__item .news__text {
    font-size: 15px;
    max-width: 100%; }
    .news-page .news__item .news__text::after {
      content: "";
      display: block;
      width: 171px;
      height: 9px;
      background-color: #f9a421;
      margin-top: 25px; }
      @media screen and (max-width: 1199px) {
        .news-page .news__item .news__text::after {
          margin: 25px auto 0; } }

.news-page__content {
  max-width: 551px;
  margin-left: 48px; }
  @media screen and (max-width: 1199px) {
    .news-page__content {
      max-width: 100%;
      margin-left: 0;
      margin-top: 25px; } }

.news-page__box {
  padding: 0px 100px; }
  @media screen and (max-width: 992px) {
    .news-page__box {
      padding: 0px 25px 20px; } }
  @media screen and (max-width: 768px) {
    .news-page__box {
      padding: 0px 15px 20px; } }

@media screen and (max-width: 768px) {
  .news-page__link {
    width: 100%; } }

.news-detail__item {
  position: relative; }
  .news-detail__item .news__block {
    top: 16px;
    left: -18px; }
  .news-detail__item .about__text {
    padding: 40px 0 0; }
    @media screen and (max-width: 768px) {
      .news-detail__item .about__text {
        padding: 20px 0 0; } }
    .news-detail__item .about__text::after {
      display: block;
      margin-bottom: 25px; }
    .news-detail__item .about__text p {
      width: 100%; }

.news-detail__pic {
  width: 100%;
  height: auto; }

.header-events .slick-dots {
  display: none; }

.contacts__top ul {
  padding-left: 0; }
  .contacts__top ul li {
    margin-bottom: 0;
    max-width: 100%; }

.materials__box {
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1199px) {
    .materials__box {
      justify-content: center; } }

.materials__item {
  width: 470px;
  height: 238px;
  background-color: #f9a421;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 36px;
  cursor: pointer; }
  .materials__item:hover rect {
    fill: #000000;
    stroke: #000000; }
  .materials__item:hover path {
    fill: #000000;
    stroke: #000000; }
  .materials__item:hover .materials__name {
    color: #000000;
    transition: all 0.5s ease; }
  @media screen and (max-width: 576px) {
    .materials__item {
      height: auto;
      width: 100%; } }

.materials__name {
  margin-top: auto;
  color: #ffffff;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  transition: all 0.5s ease; }
  @media screen and (max-width: 576px) {
    .materials__name {
      margin-top: 25px;
      font-size: 16px; } }

.materials__top {
  justify-content: space-between;
  align-items: flex-start; }

.materials .contacts__info, .photo .contacts__info {
  padding-top: 0; }

.photo__box {
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media screen and (max-width: 992px) {
    .photo__box {
      padding-right: 13px; } }
  @media screen and (max-width: 767px) {
    .photo__box {
      flex-direction: column; } }

.photo__item {
  width: 30%;
  position: relative;
  margin-bottom: 47px;
  margin-right: 47px;
  cursor: pointer; }
  .photo__item:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1199px) {
    .photo__item {
      width: 29%; } }
  @media screen and (max-width: 992px) {
    .photo__item {
      width: 46%; }
      .photo__item:nth-child(3n) {
        margin-right: 47px; }
      .photo__item:nth-child(2n) {
        margin-right: 0px; } }
  @media screen and (max-width: 767px) {
    .photo__item {
      width: 100%;
      margin-right: 0; }
      .photo__item:nth-child(3n) {
        margin-right: 0px; } }
  .photo__item img {
    width: 286px;
    height: 191px; }
    @media screen and (max-width: 1199px) {
      .photo__item img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .photo__item img {
        height: auto; } }
  .photo__item::after {
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    bottom: -11px;
    background: url(../img/new-fig2.png) no-repeat;
    width: 68px;
    height: 68px; }
    @media screen and (max-width: 1199px) {
      .photo__item::after {
        right: -15px;
        bottom: -12px; } }

.event-detail__content {
  position: relative;
  width: 100%;
  height: 440px;
  padding: 66px 100px 63px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1199px) {
    .event-detail__content {
      padding: 40px 25px; } }
  @media screen and (max-width: 992px) {
    .event-detail__content {
      height: 300px; } }
  @media screen and (max-width: 576px) {
    .event-detail__content {
      padding: 20px 15px;
      height: 228px; } }
  .event-detail__content h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 60px;
    line-height: 77px;
    margin-top: auto; }
    @media screen and (max-width: 992px) {
      .event-detail__content h1 {
        font-size: 30px;
        line-height: 42px; } }
    @media screen and (max-width: 576px) {
      .event-detail__content h1 {
        font-size: 23px;
        line-height: 33px; } }

.event-detail__pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.event-detail__block {
  padding: 12px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9a421;
  color: #010101;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  width: max-content; }
  @media screen and (max-width: 576px) {
    .event-detail__block {
      padding: 7px;
      font-size: 14px; } }

.event-detail .contacts__box {
  padding-bottom: 0; }

.event-detail__fig {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2; }
  @media screen and (max-width: 576px) {
    .event-detail__fig {
      width: 26%; } }

.event-detail__info {
  justify-content: space-between;
  position: relative;
  z-index: 3;
  margin-top: 50px;
  align-items: center;
  padding-bottom: 57px; }
  @media screen and (max-width: 1199px) {
    .event-detail__info {
      flex-direction: column-reverse; } }

.event-detail__wrap {
  width: 260px;
  height: 349px;
  border: 8px solid #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 992px) {
    .event-detail__wrap {
      margin-top: 40px; } }
  .event-detail__wrap span {
    font-size: 50px;
    font-weight: bold; }

.event-detail__add {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  margin: 3px 0 25px; }

.event-detail__pay {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase; }

.event-detail__sum {
  color: #fffefe;
  display: block;
  font-size: 39px;
  font-weight: bold; }
  .event-detail__sum span {
    font-size: 30px; }

.event-detail__link {
  width: 100%;
  margin-top: auto;
  font-size: 17px;
  color: #f9a421;
  height: 53px;
  flex: 1 0 auto;
  max-height: 53px; }

.event-detail__word {
  max-width: 873px; }

.event-detail__about {
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
  text-transform: uppercase; }

.event-detail__word p {
  margin-bottom: 10px; }

.event-detail__text {
  font-size: 19px;
  line-height: 26px; }
  .event-detail__text:last-child {
    margin-bottom: 0; }

.prog__box {
  margin: 60px 0;
  background: #fff;
  padding: 60px;
  position: relative; }
  @media screen and (max-width: 576px) {
    .prog__box {
      padding: 20px 20px 40px;
      margin-top: 30px; } }
  .prog__box .news__el12 {
    top: -600px;
    position: absolute;
    left: -211px; }
  .prog__box .about__text {
    padding: 0;
    max-width: 963px; }
    .prog__box .about__text p {
      width: 100%; }

.prog__form {
  position: relative;
  z-index: 3;
  margin-top: 40px; }
  .prog__form .d-flex {
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .prog__form .d-flex {
        flex-direction: column; } }
  .prog__form input {
    width: 370px;
    height: 50px;
    background-color: #000000;
    font-size: 20px;
    padding-left: 20px;
    border: none;
    box-sizing: border-box;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .prog__form input {
        width: 32%; } }
    @media screen and (max-width: 992px) {
      .prog__form input {
        width: 100%;
        margin-bottom: 20px; } }

.prog__btn {
  margin: 36px auto 0; }
  @media screen and (max-width: 992px) {
    .prog__btn {
      margin-top: 20px; } }
  @media screen and (max-width: 576px) {
    .prog__btn {
      width: 100%;
      margin-top: 10px; } }

.svg {
  width: 58px;
  height: 68px;
  transition: all 0.5s ease; }
  .svg rect {
    fill: #fff;
    stroke: #fff;
    transition: all 0.5s ease; }
  .svg path {
    fill: #fff;
    stroke: #fff;
    transition: all 0.5s ease; }
