/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

.container {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  position: relative;
  overflow: hidden;
}

.main-slide {
  min-height: 775px;
  padding-top: 247px;
}

.main-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 3.81%, rgba(0, 0, 0, 0) 31.74%);
}

.main-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 98, 188, 0.6) 100%);
}

.main-slide__container {
  position: relative;
  z-index: 3;
  max-width: 875px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.main-slide__title {
  margin-bottom: 13px;
  font-family: Proxima Nova;
  font-size: 47.6px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 554px;
  margin-left: auto;
}

.main-slide__subtitle {
  font-size: 22.22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 554px;
  margin-left: auto;
  margin-bottom: 44px;
}

.main-slide__btns {
  width: 100%;
  max-width: 554px;
  margin-left: auto;
}

.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.main-swiper-pagination {
  position: absolute;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  bottom: 127px !important;
  left: 0;
  right: 0;
  margin: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 3;
}

.main-swiper-pagination span {
  width: 9px;
  height: 9px;
  background: #d9d9d9;
}

.main-swiper-pagination span.swiper-pagination-bullet-active {
  background: #0062bc;
}

.main-pages {
  position: relative;
  padding: 457px 0 50px;
  min-height: 577px;
}

.main-pages::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 98, 188, 0.4) 100%);
  z-index: 0;
}

.main-events::after {
  display: none;
}

.main-post__date {
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}

.main-block__info {
  position: absolute;
  bottom: -112px;
  left: 0;
  right: 0;
  max-width: 772px;
  margin: 0 auto;
  padding: 24px 40px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 0px 16.4px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.main-block__info .breadcrumbs {
  margin-bottom: 29px;
}

.main-block__info .breadcrumbs * {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
}

.main-block__info .post-title {
  margin-bottom: 15px;
}

.more-details {
  display: block;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.36px;
  letter-spacing: 0.02em;
  padding: 16px 50px;
  color: #fff;
  background: #0062bc;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.about {
  position: relative;
  z-index: 3;
  margin-top: -99px;
  margin-bottom: 49px;
}

.about .container {
  max-width: 873px;
  margin: 0 auto;
}

.about::after {
  content: "";
  position: absolute;
  display: block;
  width: 893px;
  height: 95px;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/shadow.png) center/cover no-repeat;
  z-index: -2;
}

.about-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 21px;
       column-gap: 21px;
  row-gap: 21px;
}

.about-item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 24px 20px 18px 24px;
  background: white;
  border-radius: 11px;
  max-width: 267px;
}

.about-item__title {
  margin-bottom: 7px;
  font-family: Proxima Nova;
  font-size: 29px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #0b1f35;
}

.about-item__subtitle {
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: auto;
}

.about-item__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.about-item__link {
  padding-bottom: 13px;
}

.about-item__link img {
  width: 31px;
  height: 19px;
}

.about-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 2px solid #525251;
  border-radius: 50%;
}

.about-item__icon img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullets {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  margin-top: 22px;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
  background: #d9d9d9 !important;
  opacity: 1;
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #0062bc !important;
}

.teammates {
  padding: 108px 0 31px;
  background: #F2F2F2;
}

.teammates .container {
  max-width: 986px;
  margin: 0 auto;
}

.teammates-wrapper {
  position: relative;
  overflow: hidden;
}

.teammates-slider {
  position: relative;
  margin: 0 62px 0 0;
  padding-left: 60px;
  overflow: hidden;
}

.teammates-item {
  display: flex;
  justify-content: flex-end;
}

.teammates-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

.teammates-button-next {
  right: 0;
}

.teammates-button-prev,
.teammates-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.teammates-button-prev img,
.teammates-button-next img {
  width: 24px;
  height: 24px;
}

.teammates-text__block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  max-width: 428px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 92px 35px 33px 41px;
  box-shadow: 0px 0px 28.1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  background: #fff;
}

.teammates-citata {
  position: relative;
  font-family: Proxima Nova;
  font-size: 25.16px;
  font-weight: 600;
  line-height: 24.31px;
  letter-spacing: 0.02em;
  padding: 0 23px 30px 26px;
  margin-bottom: 19px;
  border-bottom: 1px solid #000;
}

.teammates-citata::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -40px;
  left: 0px;
  background: url("../img/citata-top.svg") center/contain no-repeat;
  z-index: -1;
}

.teammates-citata::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -2px;
  right: 10px;
  background: url("../img/citata-bottom.svg") center/contain no-repeat;
  z-index: -1;
}

.teammates-info {
  padding: 0 28px;
}

.teammates-name {
  font-family: Proxima Nova;
  font-size: 18.38px;
  font-weight: 800;
  line-height: 23.9px;
  letter-spacing: 0.02em;
}

.teammates-pos {
  font-family: Proxima Nova;
  font-size: 16.38px;
  font-weight: 400;
  line-height: 23.9px;
  letter-spacing: 0.02em;
}

.teammates-img {
  width: 100%;
  max-width: 625px;
}

.teammates-img img {
  width: 100%;
  border-radius: 11px;
}

.events {
  padding: 48px 0 78px;
  background: #fff;
}

.events .section-title {
  padding: 46px 0 0;
  border-top: 1px solid #000;
  max-width: 821px;
  margin: 0 auto 75px;
}

.events-button-prev {
  left: -64px;
  transform: rotate(-180deg);
}

.events-button-next {
  right: -64px;
}

.events-button-prev,
.events-button-next {
  position: absolute;
  top: 275px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.events-button-prev img,
.events-button-next img {
  width: 24px;
  height: 24px;
}

.events .container {
  max-width: 946px;
  padding: 0 30px;
  margin: 0 auto;
}

.events-wrapper {
  position: relative;
}

.events-list {
  overflow: hidden;
  padding: 0 15px 25px;
}

.events-list__item-top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 21px;
}

.events-list__item-top strong {
  width: 73px;
  font-family: Proxima Nova;
  font-size: 57.13px;
  font-weight: 600;
  line-height: 69.58px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #002648;
  border-top: 6px solid #002648;
  padding-top: 9px;
  margin-right: 8px;
}

.events-list__item-top span {
  font-family: Proxima Nova;
  font-size: 28.13px;
  font-weight: 600;
  line-height: 51.58px;
  letter-spacing: -0.01em;
  color: #002648;
}

.events-list__item-top small {
  position: absolute;
  top: 5px;
  right: -40px;
  font-family: Proxima Nova;
  font-size: 20.13px;
  font-weight: 600;
  line-height: 24.52px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #002648;
}

.events-list__item-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 21px 29px;
  min-height: 363px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.4);
}

.events-list__item-card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(1deg, rgba(0, 45, 87, 0.8) 10.78%, rgba(255, 255, 255, 0) 99.29%);
  z-index: 1;
}

.events-list__item-card > div {
  position: relative;
  z-index: 2;
}

.events-list__item-name {
  font-family: Proxima Nova;
  font-size: 25.32px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  width: 100%;
  color: #fff;
}

.events-list__item-loc {
  font-family: Proxima Nova;
  font-size: 19.32px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  width: 100%;
  color: #fff;
}

.events-list__item-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.events-list__item-links .card-more {
  padding: 12px 25px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  border: 1px solid white;
  border-radius: 7px;
  color: #fff;
}

.events-list__descr {
  margin: 30px 0 55px 0;
  font-family: Proxima Nova;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.03em;
}

.events-list__btn a {
  display: block;
  padding: 12px 24px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  border-radius: 7px;
  background: #003e77;
  color: #fff;
  margin: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.events-items {
  margin-bottom: 119px;
}

.events-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 63px;
       column-gap: 63px;
  padding: 40px 30px 33px;
  box-shadow: 0px 0px 29.4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  margin-bottom: 55px;
  width: 100%;
  max-width: 1002px;
}

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

.events-item__img {
  width: 100%;
  max-width: 291px;
}

.events-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}

.events-item__date {
  margin-bottom: 15px;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.events-item__title {
  margin-bottom: 22px;
  font-family: Proxima Nova;
  font-size: 36.6px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #002648;
}

.events-item__body {
  width: 100%;
}

.events-item__text {
  margin-bottom: 8px;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: black;
  max-width: 375px;
}

.events-item__btns {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.events-item__btns a {
  display: flex;
  align-items: center;
  -moz-column-gap: 21px;
       column-gap: 21px;
}

.events-item__btns a span {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.btn-participate span {
  padding: 12px 25px 11px 16px;
  border: 1px solid #0062bc;
  background: #0062bc;
  color: #fff;
  border-radius: 7px;
}

.btn-participate svg {
  width: 30px;
  height: 19px;
}

.btn-more span {
  padding: 11px 31px 12px 16px;
  border: 1px solid black;
  color: black;
  border-radius: 7px;
}

.call-to-events {
  display: block;
  padding: 12px 24px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  border-radius: 7px;
  background: #003e77;
  color: #fff;
  margin: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title > span {
  font-family: Proxima Nova;
  font-size: 47px;
  font-weight: 600;
  line-height: 57.25px;
  letter-spacing: -0.01em;
  color: #002648;
}

.section-title a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 30px;
}

.section-title a svg {
  position: relative;
  transition: all 0.3s;
  right: 0;
}

.section-title a:hover svg {
  right: -30px;
}

.section-title a span {
  font-family: Proxima Nova;
  font-size: 22.77px;
  font-weight: 400;
  line-height: 27.74px;
  letter-spacing: -0.01em;
  color: #000;
}

.section-subtitle {
  font-family: Proxima Nova;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.03em;
}

.section-subtitle p {
  margin-bottom: 30px;
}

.section-subtitle p:last-child {
  margin-bottom: 0;
}

.section-minititle {
  font-family: Proxima Nova;
  font-size: 22.77px;
  font-weight: 400;
  line-height: 27.74px;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 821px;
  margin: 0 auto;
  padding-top: 65px;
}

.news {
  padding: 76px 0 126px;
  background: #f2f2f2;
}

.news .section-title {
  max-width: 821px;
  margin: 0 auto 31px;
}

.news-button-prev {
  left: -64px;
  transform: rotate(-180deg);
}

.news-button-next {
  right: -64px;
}

.news-button-prev,
.news-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.news-button-prev img,
.news-button-next img {
  width: 24px;
  height: 24px;
}

.news .container {
  max-width: 946px;
  padding: 30px;
  margin: 0 auto;
}

.news-wrapper {
  position: relative;
}

.news-list {
  overflow: hidden;
  padding: 25px 15px 25px;
}

.news-list__item-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 21px 29px;
  min-height: 363px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.4);
}

.news-list__item-card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(1deg, rgba(0, 98, 188, 0.8) 10.78%, rgba(255, 255, 255, 0) 99.29%);
  z-index: 1;
}

.news-list__item-card > div {
  position: relative;
  z-index: 2;
}

.news-list__item-name {
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 5px;
  width: 100%;
  color: #fff;
}

.news-list__item-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  color: #fff;
}

.news-list__item-date span {
  font-family: Proxima Nova;
  font-size: 14.32px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
}

.news-list__item-loc {
  font-family: Proxima Nova;
  font-size: 19.32px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 10px;
}

.news-items {
  padding-top: 16px;
  margin-bottom: 91px;
}

.news-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 63px;
       column-gap: 63px;
  margin-bottom: 55px;
  padding: 40px 30px 30px;
  box-shadow: 0px 0px 29.4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  width: 100%;
  max-width: 1002px;
}

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

.news-item__img {
  position: relative;
  width: 100%;
  max-width: 291px;
  height: 222px;
  border-radius: 11px;
  overflow: hidden;
}

.news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item__img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(356.27deg, #002D57 -31%, rgba(255, 255, 255, 0) 96.71%);
}

.news-item__date {
  margin-bottom: 27px;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #6e7189;
}

.news-item__title {
  margin-bottom: 28px;
  font-family: Proxima Nova;
  font-size: 36.6px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #002648;
}

.news-item__text {
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.01em;
  max-width: 360px;
}

.news-item__btns {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.news-item__btns a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 21px;
       column-gap: 21px;
}

.appl {
  padding: 90px 0 0;
}

.appl .container {
  max-width: 851px;
}

.appl .section-title {
  padding-top: 46px;
  margin-bottom: 8px;
  border-top: 1px solid black;
}

.appl .section-subtitle {
  margin-bottom: 160px;
}

.appl-form {
  max-width: 803px;
  margin: 0 auto 79px;
}

.form-fields {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.form-field {
  margin-bottom: 44px;
  width: 100%;
}

.form-field label {
  display: block;
}

.form-check {
  margin-top: 75px;
  margin-bottom: 62px;
}

.form-check label {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.05px;
}

.form-check label a {
  text-decoration: underline;
  color: #000;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 15px 9px;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.36px;
  letter-spacing: 0.05em;
  color: black;
  border-bottom: 1px solid black;
  width: 100%;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #b1b1b1;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #b1b1b1;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
  color: #b1b1b1;
}

input[type=checkbox] {
  width: 27px;
  height: 27px;
  border: 1px solid black;
  background: #fff;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background: #fff url("../img/check.svg") center/contain no-repeat;
}

label {
  cursor: pointer;
}

.participants {
  overflow: hidden;
  padding: 0 0 79px;
}

.participants .section-minititle {
  border-top: 1px solid black;
}

.participants-slider {
  padding: 70px 0;
}

.participants-slider .js-marquee {
  display: flex;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-right: 0 !important;
}

.participants-slider .js-marquee:first-child {
  padding: 0 25px 0 56px;
}

.participants-slider .js-marquee-wrapper {
  display: flex;
  align-items: center;
  -webkit-animation-duration: 10s !important;
          animation-duration: 10s !important;
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.participants-slider__item {
  width: auto;
}

.page-title {
  position: relative;
  font-family: Proxima Nova;
  font-size: 73.47px;
  font-weight: 700;
  line-height: 71px;
  letter-spacing: 0.02em;
  color: #fff;
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
  z-index: 2;
}

.post-title {
  font-family: Proxima Nova;
  font-size: 47.6px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #002648;
}

.post__wrapper {
  padding: 187px 0 0;
}

.post__wrapper .container {
  max-width: 1044px;
}

.post-bold__text {
  margin: 0 auto 60px;
  font-family: Proxima Nova;
  font-size: 29.16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
  max-width: 660px;
}

.post-light__text {
  margin: 0 auto;
  max-width: 690px;
  font-family: Raleway;
  font-size: 22.22px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
}

.post-light__text a {
  color: #0062BC;
  text-decoration: underline;
}

.post-light__text p {
  margin-bottom: 20px;
}

.post-light__text p:last-child {
  margin-bottom: 0;
}

.post-excerpt__text {
  position: relative;
  max-width: 1004px;
  margin: 83px auto 140px;
  font-family: Proxima Nova;
  font-size: 47.16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.01em;
}

.post-excerpt__text::after {
  content: "";
  position: absolute;
  display: block;
  left: -35px;
  top: -3px;
  width: 4px;
  height: calc(100% + 6px);
  background: #0062bc;
}

.post-citata {
  position: relative;
  padding: 0 25px 35px;
  font-family: Proxima Nova;
  font-size: 25.16px;
  font-weight: 700;
  line-height: 24.31px;
  letter-spacing: 0.02em;
  margin-bottom: 19px;
  border-bottom: 1px solid #000;
}

.post-citata::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -50px;
  left: -5px;
  background: url("../img/citata-top.svg") center/contain no-repeat;
  z-index: 0;
}

.post-citata::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 5px;
  right: 5px;
  background: url("../img/citata-bottom.svg") center/contain no-repeat;
  z-index: 0;
}

.post-citata__img {
  max-width: 731px;
}

.post-citata__img img {
  width: 100%;
  border-radius: 11px;
}

.post-citata__block {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.post-citata__bottom {
  padding: 0 25px 0;
}

.post-citata__bottom strong {
  font-family: Proxima Nova;
  font-size: 18.38px;
  font-weight: 700;
  line-height: 23.9px;
  letter-spacing: 0.02em;
}

.post-citata__bottom span {
  display: block;
  font-family: Proxima Nova;
  font-size: 18.38px;
  font-weight: 400;
  line-height: 23.9px;
  letter-spacing: 0.02em;
}

.post-citata__text {
  position: absolute;
  right: 0;
  margin: auto;
  padding: 92px 38px 38px;
  box-shadow: 0px 0px 28.1px 0px rgba(0, 0, 0, 0.1);
  max-width: 428px;
  border-radius: 11px;
  background: #fff;
}

.post-gallery {
  margin-bottom: 137px;
}

.post-gallery__top,
.post-gallery__bottom {
  overflow: hidden;
}

.post-gallery__top {
  margin-bottom: 42px;
}

.post-gallery__top .post-gallery-item {
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0px 0px 16.5px 0px rgba(0, 0, 0, 0.4);
}

.post-gallery__top .post-gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-gallery__bottom .post-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}

.post-gallery__bottom .post-gallery-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(1deg, rgba(0, 98, 188, 0.6) 10.78%, rgba(255, 255, 255, 0) 99.29%);
}

.post-gallery__bottom .post-gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-bottom__slider {
  padding: 76px 0 126px;
  background: #f2f2f2;
}

.post-bottom__slider .section-title {
  margin-bottom: 83px;
}

.post-bottom__slider-wrapper {
  position: relative;
}

.post-bottom__slider-wrapper .events-list {
  padding-top: 25px;
}

.post-bottom__slider-wrapper .events-button-prev,
.post-bottom__slider-wrapper .events-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
}

.post-bottom__links {
  max-width: 690px;
  margin: 36px auto 135px;
}

.post-bottom__links a {
  display: block;
  width: 100%;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0062bc;
  max-width: 595px;
  width: 100%;
}

.post-footer {
  background: #fff !important;
}

*::-webkit-scrollbar {
  display: none;
}

.years-form {
  max-width: 741px;
  margin: 0 auto;
  padding: 78px 0 80px;
}

.years-form__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 112px;
       column-gap: 112px;
  border-bottom: 1px solid #000;
  padding: 0 56px 26px;
}

.years-form__items label {
  font-family: Proxima Nova;
  font-size: 28.99px;
  font-weight: 600;
  line-height: 35.3px;
  letter-spacing: -0.01em;
  color: #797979;
}

.years-form__items label.active {
  position: relative;
  color: #0062BC;
}

.years-form__items label.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 21px;
  left: 0;
  right: 0;
  bottom: -26px;
  margin: auto;
  background: #000;
}

.gallery-swiper-pagination {
  display: none;
}

.gallery-button-prev {
  display: none;
  left: -64px;
  transform: rotate(-180deg);
}

.gallery-button-next {
  display: none;
  right: -64px;
}

.gallery-button-prev,
.gallery-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.gallery-button-prev img,
.gallery-button-next img {
  width: 24px;
  height: 24px;
}

.page-events__wrapper {
  padding-bottom: 140px;
}

.page-events__wrapper .container {
  max-width: 1032px;
}

.page-counts {
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  width: 51px;
}

.page-news__wrapper {
  padding-bottom: 140px;
}

.page-news__wrapper .container {
  max-width: 1032px;
}

.page-profile .header-btns a.log-out,
.page-profile .header-btns a.log-in {
  color: #000;
  border: 1px solid #000;
  margin-bottom: 0;
}

.page-profile .header-btns a.call-to-club {
  display: none;
}

.page-profile .header-logo {
  padding-top: 0;
}

.page-profile .header-menu li a {
  color: #000;
}

.page-profile .header-wrapper {
  align-items: center;
}

.posts-pagination__counts {
  text-align: center;
  margin-bottom: 22px;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  color: #6e7189;
}

.posts-pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.posts-pag-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002648;
  border-radius: 50%;
}

.posts-pag-arrow.disabled {
  background: #fff;
  border: 1px solid black;
}

.posts-pag-arrow.disabled svg line {
  stroke: #000;
}

.posts-pag-arrow svg {
  width: 24px;
  height: 24px;
}

.posts-pag-arrow svg line {
  stroke: #fff;
}

.profile {
  padding: 165px 0 0;
}

.profile .container {
  max-width: 830px;
}

.profile-form {
  padding-bottom: 91px;
}

.profile .page-title {
  margin-bottom: 65px;
  font-size: 40px;
  line-height: 39px;
  color: #000;
}

.profile-tabs {
  margin-bottom: 74px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 70px;
       column-gap: 70px;
  padding-bottom: 26px;
  border-bottom: 1px solid black;
}

.profile-tabs__item {
  position: relative;
  font-family: Proxima Nova;
  font-size: 28.99px;
  font-weight: 400;
  line-height: 35.3px;
  letter-spacing: -0.01em;
  color: #797979;
  cursor: pointer;
}

.profile-tabs__item.active {
  color: #0062bc;
  font-weight: 600;
}

.profile-tabs__item span {
  position: absolute;
  right: -20px;
  top: -20px;
  font-family: Proxima Nova;
  font-size: 28.99px;
  font-weight: 400;
  line-height: 35.3px;
  letter-spacing: -0.01em;
}

.profile-tabs__item::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -26px;
  right: 0;
  margin: auto;
  height: 21px;
  width: 1px;
  background: #000;
}

.profile-settings .form-fields {
  align-items: center;
  margin-bottom: 12px;
}

.profile-settings .form-fields .form-field {
  margin-bottom: 0;
}

.profile-settings .form-field {
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 26px;
       column-gap: 26px;
}

.profile-settings .form-field label {
  position: relative;
  width: 100%;
}

.profile-settings .form-field label > span {
  padding: 0 14px;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.36px;
  letter-spacing: 0.05em;
  color: #989898;
}

.profile-settings .form-field label input[type=text],
.profile-settings .form-field label input[type=email],
.profile-settings .form-field label input[type=tel],
.profile-settings .form-field label input[type=password] {
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.36px;
  letter-spacing: 0.05em;
  padding: 7px 14px;
}

.profile-settings .form-field label input[type=text],
.profile-settings .form-field label input[type=email],
.profile-settings .form-field label input[type=tel] {
  text-transform: uppercase;
}

.profile-settings .form-btn {
  margin-top: 88px;
  text-align: right;
}

.profile-settings .form-btn button {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 12px 24px;
  border: 1px solid black;
  border-radius: 7px;
  background: #fff;
  width: 100%;
  max-width: 178px;
  transition: all 0.3s;
}

.profile-settings .form-btn button:hover {
  color: #fff;
  background: #0062bc;
}

.profile-settings .form-btn button:active {
  color: #fff;
  background: #002d57;
}

.profile-events {
  padding-bottom: 165px;
}

.profile-events .container {
  max-width: 1002px;
}

.profile-events .container > h3 {
  margin: 0 auto 26px;
  max-width: 800px;
}

.profile-events .application-right {
  margin-top: auto;
}

.profile-events .application-past .application-btns a {
  padding: 12px 11.5px;
}

.save-field {
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.36px;
  letter-spacing: 0.05em;
  color: #0062bc;
  cursor: pointer;
}

.show-password {
  position: absolute;
  right: 0;
  bottom: 1px;
  margin: auto;
  cursor: pointer;
  height: 44px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.show-password svg {
  width: 19px;
  height: 15px;
}

.applications {
  padding-bottom: 325px;
}

.applications .container {
  max-width: 1002px;
}

.burger-btn {
  display: none;
}

main {
  position: relative;
  z-index: 1;
}

.application {
  margin-bottom: 53px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: s;
  padding: 40px 52px 47px 30px;
  box-shadow: 0px 0px 29.4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 11px;
  width: 100%;
}

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

.application .map {
  height: 173px;
  margin-top: 65px;
}

.application-left {
  max-width: 291px;
  margin-right: 63px;
}

.application-right {
  max-width: 178px;
}

.application-right__top {
  margin-bottom: 35px;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #6e7189;
}

.application-status {
  position: relative;
  display: block;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 28px;
  color: #6e7189;
  padding-left: 30px;
}

.application-status::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 3px;
  background: #bfbfbf;
}

.application-status:first-child::before {
  display: none;
}

.application-status::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: -26px;
  height: 22px;
  width: 2px;
  background: #bfbfbf;
}

.application-status.progress {
  color: black;
}

.application-status.progress::after {
  background: #0062bc;
}

.application-status.progress::before {
  background: #0062bc;
}

.application-status:last-child {
  margin-bottom: 0;
}

.application-status__wrapper {
  margin-bottom: 65px;
}

.application-img {
  margin-bottom: 44px;
  border-radius: 11px;
  overflow: hidden;
}

.application-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.application-info {
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.36px;
  color: #989898;
}

.application-center {
  margin-right: auto;
  padding-top: 23px;
  max-width: 345px;
}

.application-center .application-info {
  display: none;
}

.application-date {
  margin-bottom: 15px;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #6e7189;
}

.application-name {
  margin-bottom: 22px;
  font-family: Proxima Nova;
  font-size: 36.6px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #002648;
}

.application-text {
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: black;
}

.application-btns a {
  margin-bottom: 21px;
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid black;
  border-radius: 7px;
  color: black;
}

.application-btns a:last-child {
  margin-bottom: 0;
}

.application-btns a:hover {
  background: #0062bc;
  border: 1px solid #0062bc;
  color: #fff;
}

.application-btns a:active {
  background: #002d57;
  border: 1px solid #002d57;
  color: #fff;
}

h3 {
  font-family: Proxima Nova;
  font-size: 28.99px;
  font-weight: 700;
  line-height: 35.3px;
  letter-spacing: -0.01em;
  color: black;
  margin-bottom: 26px;
}

.header {
  position: absolute;
  width: 100%;
  top: 43px;
  z-index: 10;
}

.header .container {
  max-width: 895px;
  margin: 0 auto;
}

.header-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-logo {
  margin-right: 65px;
  padding-top: 6px;
}

.header-logo img {
  width: 100%;
  max-width: 232px;
}

.header-nav {
  display: flex;
}

.header-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-right: 26px;
}

.header-menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
}

.header-btns {
  margin-right: 23px;
}

.header-btns a {
  display: block;
}

.header-btns a.log-in,
.header-btns a.log-out {
  margin-bottom: 14px;
  padding: 11px 45px 12px 44px;
  border: 1px solid white;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  transition: all 0.3s;
  border-radius: 7px;
}

.header-btns a.log-in:hover,
.header-btns a.log-out:hover {
  background: #0062bc;
  border: 1px solid #0062bc;
  color: #fff;
}

.header-btns a.log-in:active,
.header-btns a.log-out:active {
  background: #002d57;
  border: 1px solid #002d57;
  color: #fff;
}

.header-btns a.call-to-club {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  transition: all 0.3s;
  color: #8e8e8e;
}

.header-btns a.call-to-club:hover {
  color: #fff;
}

.header-other {
  display: flex;
  align-items: flex-start;
}

.header-lang {
  padding-top: 10px;
}

.header-lang a {
  padding: 3px 7px 2px 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #0062bc;
}

.footer {
  padding: 65px 0 41px;
  background: #f2f2f2;
}

.footer .container {
  max-width: 780px;
}

.footer-wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 100%;
  max-width: 232px;
}

.footer-nav {
  padding-top: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.footer-nav li a {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
}

.copyright {
  padding: 37px 0 67px;
  background: #002d57;
}

.copyright .container {
  max-width: 780px;
}

.copyright-wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.copyright-text {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: white;
  width: 100%;
  max-width: 221px;
}

.copyright-agree {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #bababa;
  max-width: 494px;
}