@font-face {
  font-family: CoFoSans;
  font-display: swap;
  src: url("../fonts/CoFoSans-Regular/CoFoSans-Regular.woff2") format("woff2");
  src: url("../fonts/CoFoSans-Regular/CoFoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CoFoRobert;
  font-display: swap;
  src: url("../fonts/CoFoRobert-Book/CoFoRobert-Book.woff2") format("woff2");
  src: url("../fonts/CoFoRobert-Book/CoFoRobert-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: CoFoRobert;
  font-display: swap;
  src: url("../fonts/CoFoRobert-Regular/CoFoRobert-Regular.woff2") format("woff2");
  src: url("../fonts/CoFoRobert-Regular/CoFoRobert-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CoFoRobert;
  font-display: swap;
  src: url("../fonts/CoFoRobert-Medium/CoFoRobert-Medium.woff2") format("woff2");
  src: url("../fonts/CoFoRobert-Medium/CoFoRobert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: CoFoRobert;
  font-display: swap;
  src: url("../fonts/CoFoRobert-Bold/CoFoRobert-Bold.woff2") format("woff2");
  src: url("../fonts/CoFoRobert-Bold/CoFoRobert-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*::-webkit-input-placeholder {
  color: #002C4D;
  opacity: 1;
}

*:-moz-placeholder {
  color: #002C4D;
  opacity: 1;
}

*::-moz-placeholder {
  color: #002C4D;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #002C4D;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #002C4D;
}

body input:required:valid,
body textarea:required:valid {
  color: #002C4D;
}

html {
  font-size: 10px;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  color: #fff;
  font-family: CoFoSans, sans-serif;
  background-color: #0A2243 !important;
}
body._noScrollPopup {
  overflow: hidden;
  width: 100%;
}
body._noScrollBurger {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

p, ul {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

img {
  max-width: 100%;
}

:root {
  --fontSize: 10px;
}

.contain {
  max-width: 180em;
  padding: 0 10rem;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 100%;
}

.body_content {
  flex: 1 0 auto;
}

._pt10 {
  padding-top: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pt15 {
  padding-top: 15px;
}

._pb15 {
  padding-bottom: 15px;
}

._pt20 {
  padding-top: 20px;
}

._pb20 {
  padding-bottom: 20px;
}

._pt30 {
  padding-top: 3em;
}

._pb30 {
  padding-bottom: 3em;
}

._pt40 {
  padding-top: 4em;
}

._pb40 {
  padding-bottom: 4em;
}

._pt50 {
  padding-top: 5em;
}

._pb50 {
  padding-bottom: 5em;
}

._pt60 {
  padding-top: 6em;
}

._pb60 {
  padding-bottom: 6em;
}

._pt70 {
  padding-top: 7em;
}

._pb70 {
  padding-bottom: 7em;
}

._pt80 {
  padding-top: 8em;
}

._pb80 {
  padding-bottom: 8em;
}

._pt90 {
  padding-top: 9em;
}

._pb90 {
  padding-bottom: 9em;
}

._pt100 {
  padding-top: 10em;
}

._pb100 {
  padding-bottom: 10em;
}

._mt5 {
  margin-top: 5px;
}

._mb5 {
  margin-bottom: 5px;
}

._mt10 {
  margin-top: 10px;
}

._mb10 {
  margin-bottom: 10px;
}

._mt15 {
  margin-top: 15px;
}

._mb15 {
  margin-bottom: 15px;
}

._mt20 {
  margin-top: 20px;
}

._mb20 {
  margin-bottom: 20px;
}

._mt30 {
  margin-top: 3em;
}

._mb30 {
  margin-bottom: 3em;
}

._mt40 {
  margin-top: 4em;
}

._mb40 {
  margin-bottom: 4em;
}

._mt50 {
  margin-top: 5em;
}

._mb50 {
  margin-bottom: 5em;
}

._mt60 {
  margin-top: 6em;
}

._mb60 {
  margin-bottom: 6em;
}

._mt70 {
  margin-top: 7em;
}

._mb70 {
  margin-bottom: 7em;
}

._mt80 {
  margin-top: 8em;
}

._mb80 {
  margin-bottom: 8em;
}

._mt90 {
  margin-top: 9em;
}

._mb90 {
  margin-bottom: 9em;
}

._mt100 {
  margin-top: 10em;
}

._mb100 {
  margin-bottom: 10em;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

.lazyImg {
  opacity: 0;
  transition: all 0.7s;
}

._animGo {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1;
}

.button_1 {
  display: inline-block;
  padding: 1em 1.3em;
  cursor: pointer;
  border: none;
  font-size: clamp(2em, (1vw + 1vh) / 1.5, 2.5em);
  color: #fff !important;
  transition: background 0.35s, color 0.35s, scale 0.35s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  border-radius: 50px;
  font-family: CoFoRobert, sans-serif;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 0;
}
.button_1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 25, 44, 0.9) 15%, rgba(0, 25, 44, 0.9) 70%, transparent);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s;
}
.button_1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: none;
  border-top: 2px solid rgba(0, 44, 77, 0.7);
  border-left: 1px solid rgba(0, 44, 77, 0.7);
  border-radius: 50px;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .button_1:hover {
    scale: 1.05;
  }
}
.button_1:active {
  top: 3px;
}
.button_1._t2 {
  background: linear-gradient(to right, #001C3D 0, #112A4B 100%);
}
.button_1._t2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: none;
  border-top: 1px solid rgba(0, 44, 77, 0.8);
  border-left: 1px solid rgba(0, 44, 77, 0.8);
  border-radius: 50px;
  z-index: 1;
  opacity: 1;
}
.button_1._t2::before {
  background: linear-gradient(to right, transparent, rgba(0, 44, 77, 0.9) 15%, rgba(0, 44, 77, 0.9) 70%, transparent);
}
@media (hover: hover) {
  .button_1._t2:hover {
    scale: 1.05;
  }
}
.button_1._mw315 {
  max-width: clamp(20em, (1vw + 1vh) * 15, 31.5em);
  width: 100%;
}

.button_1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  display: block;
  overflow: hidden;
  background: rgba(12, 17, 28, 0.3);
  transition: background 0.35s;
}

.button_1__bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.35s;
}

.buttonImg {
  background: none;
  border: none;
}

.button_2 {
  display: inline-block;
  padding: 1em 1.3em;
  cursor: pointer;
  border: none;
  font-size: clamp(2em, (1vw + 1vh) / 1.5, 2.5em);
  color: #002C4D !important;
  transition: background 0.35s, color 0.35s, border 0.35s, scale 0.35s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  border-radius: 50px;
  font-family: CoFoRobert, sans-serif;
  background: none;
  background-color: #00E8E4;
  border: 2px solid transparent;
}
@media (hover: hover) {
  .button_2:hover {
    scale: 1.05;
  }
}
.button_2:active {
  top: 3px;
}
.button_2._mw315 {
  max-width: clamp(20em, (1vw + 1vh) * 15, 31.5em);
  width: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 5em #fff;
  -webkit-text-fill-color: #002C4D;
}

.inputWrap_1 {
  text-align: left;
  width: 100%;
}
.inputWrap_1 .help-block {
  font-size: 1.4em;
  margin-top: 0.5em;
}
.inputWrap_1 .help-block-error, .inputWrap_1 .invalid-feedback {
  color: red;
  font-size: 1.4em;
  margin-top: 0.5em;
}

.input_1 {
  font-size: clamp(1.6rem, (1vw + 1vh) * 1, 2em);
  font-family: CoFoRobert, sans-serif;
  color: #002C4D;
  padding: 1em 1.8em;
  transition: border 0.15s, box-shadow 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 50px;
  outline: none;
  font-weight: 200;
  border: 2px solid transparent;
}
.input_1:focus {
  border-color: #00E8E4;
  box-shadow: 0 0 1em 0 #00e8e4;
}

textarea.input_1 {
  border-radius: 1.4em;
  resize: none;
  height: 23em;
}

._img100 {
  position: relative;
}
._img100 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header {
  color: #fff;
  font-size: 1em;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  padding-top: clamp(1em, (1vw + 1vh) / 1.5, 2em);
}
#header::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  background: linear-gradient(to bottom, #002C4D 0, transparent 100%);
  pointer-events: none;
  transition: opacity 1s;
}
#header._lazyAnimation {
  transform: translate(0, -3em);
}
#header._animGo {
  transform: translate(0, 0);
}
#header._gradient::before {
  opacity: 1;
}
#header._burgerOpen {
  z-index: 22;
}
#header .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 5rem;
}
@supports (-webkit-overflow-scrolling: touch) {
  #header::before {
    display: none;
  }
}
.headerRight {
  display: flex;
  align-items: center;
}

.logoRich {
  font-size: 1em;
}
.logoRich svg {
  width: 11em;
  height: 6.7em;
}

.menu_1 {
  font-family: CoFoRobert, sans-serif;
  position: relative;
}
.menu_1 ul {
  list-style-type: none;
  display: flex;
  position: relative;
  font-size: 1em;
}
.menu_1 li {
  margin-right: clamp(1.5em, (1vw + 1vh) * 2.5, 10em);
}
.menu_1 li:last-child {
  margin-right: 0;
}
.menu_1 a {
  color: #A5A5A5;
  display: inline-block;
  position: relative;
  transition: color 0.15s;
  font-size: 2em;
  white-space: nowrap;
}
.menu_1 a._active {
  color: #fff;
}
@media (hover: hover) {
  .menu_1 a:hover {
    color: #fff;
  }
}

.magicLine {
  position: absolute;
  top: calc(100% + 0.6em);
  height: 4px;
  background-color: #00E8E4;
  left: 0;
  transition: left 0.5s, width 0.5s;
}

._section100 {
  min-height: 100svh;
}

html, body {
  display: block;
}

._section100Wrap {
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  height: 100svh;
}

._section100 {
  top: 0;
}

#pp-nav {
  display: none;
}

._section100.active .mainBlock__pot {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
._section100.active .mainBlock__content_title span:first-child {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  top: 1px;
  position: relative;
}
._section100.active .mainBlock__content_title span:last-child {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
._section100.active ._mct1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
._section100.active ._mct2 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
._section100.active .mainBlock__content_inner .button_1 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
._section100.active .mainBlock__bottom {
  opacity: 1;
}
._section100.active .mainBlock__content_subtitleWrap {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
._section100.active .dotsSlider {
  opacity: 1;
}
._section100.active .title_1 {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}
._section100.active .textBlock__text {
  opacity: 1;
  transform: translateY(0);
}
._section100.active .sliderWrap {
  opacity: 1;
  transform: translateY(0);
}
._section100.active .personalSign__img {
  opacity: 1;
  transform: translateY(0);
}
._section100.active .personalSignDouble__item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
._section100.active .personalSignBottom {
  opacity: 1;
  transform: translateY(0);
}

.sectionMain {
  background-color: #002C4D;
  position: relative;
  z-index: 0;
  padding-top: 10em;
  font-size: var(--fontSize);
  display: flex;
  justify-content: flex-end;
  padding-bottom: 3em;
}
.sectionMain .pp-tableCell {
  vertical-align: bottom;
}

.mainBlock {
  display: flex;
  font-size: clamp(0px, 1vh, 1em);
}
.mainBlock._clone {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.mainBlock__pot {
  width: 25.8em;
  min-width: 25.8em;
  height: 66.7em;
  position: relative;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  z-index: 1;
  transition: transform 1s, opacity 1s;
  font-size: 1em;
}

.mainBlock__content {
  padding-top: 4.5em;
}

.mainBlock__content_inner {
  padding-left: 3.5em;
  padding-top: 2em;
  padding-bottom: 1em;
  position: relative;
}
.mainBlock__content_inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 150%;
  background-color: #000;
  transform: translate(-50%, -50%);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
}
.mainBlock__content_inner .button_1 {
  margin-top: 1.5em;
  max-width: 14.5em;
  width: 100%;
  transition: opacity 0.5s, transform 1s, background 0.35s, color 0.35s, scale 0.35s;
  transform: translate3d(200%, 0, 0);
  opacity: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
  .mainBlock__content_inner::before {
    display: none;
  }
}
.slideImg {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.slideImg._active {
  opacity: 1;
  pointer-events: auto;
}
.slideImg ._mobile {
  display: none;
}

.mainBlock__content_subtitleWrap {
  position: relative;
  transition: opacity 0.5s, transform 1s;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mainBlock__content_subtitle {
  font-size: 6.4em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(10%, 0, 0);
}
.mainBlock__content_subtitle._active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}
.mainBlock__content_subtitle:first-child {
  position: relative;
}

.mainBlock__content_title {
  text-transform: uppercase;
  line-height: 0.93;
  position: relative;
}
.mainBlock__content_title span {
  display: inline-block;
  background-color: #00E8E4;
  padding-left: 0.44em;
  font-size: 7.4em;
  padding-right: 0.3em;
  color: #002C4D;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
.mainBlock__content_title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 100%;
  background: linear-gradient(to right, #000, transparent);
  opacity: 0.3;
  z-index: 1;
}
.mainBlock__content_title span:first-child {
  padding-right: 0.15em;
  transition: opacity 0.5s, transform 1s;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
@media (hover: none) and (pointer: coarse) {
  .mainBlock__content_title span:first-child._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.mainBlock__content_title span:last-child {
  padding-top: 0;
  transition: opacity 0.5s, transform 1s;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
@media (hover: none) and (pointer: coarse) {
  .mainBlock__content_title span:last-child._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.mainBlock__content_text {
  color: #fff;
  max-width: 46em;
  margin-top: 1.3em;
}
.mainBlock__content_text p {
  font-size: clamp(1.4rem, (1vw + 1vh) * 10, 2em);
  margin-top: 1.5em;
}

._mct1 {
  margin-top: 0 !important;
  transition: opacity 0.5s, transform 1s;
  transform: translate3d(80%, 0, 0);
  opacity: 0;
}

._mct2 {
  transition: opacity 0.5s, transform 1s;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.mobileBottom {
  display: none;
}
.mobileBottom .button_1 {
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transition-delay: 0.1s;
}

.mobileBottom__text {
  position: relative;
}
.mobileBottom__text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 150%;
  background-color: #000;
  transform: translate(-50%, -50%);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
}

@supports (-webkit-overflow-scrolling: touch) {
  .mobileBottom__text::before {
    display: none;
  }
}
.mainBlock__bottom {
  font-size: 1.6em;
  color: #fff;
  margin-top: 2em;
  position: relative;
  display: inline-block;
  transition: opacity 0.5s;
  opacity: 0;
  text-transform: uppercase;
}

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

.dotsSlider {
  display: flex;
  width: 15em;
  justify-content: space-between;
  position: absolute;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
}
.dotsSlider span {
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: background 0.5s;
  cursor: pointer;
}
.dotsSlider ._active {
  background-color: #fff;
}

#footer {
  background-color: #021939;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto !important;
  font-size: 1em;
  padding: 5em 0;
  margin-top: 10em;
}
#footer .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 5rem;
}

.footerLeft {
  display: flex;
  margin-right: 5em;
}
.footerLeft div:first-child {
  margin-right: 5em;
}
.footerLeft p {
  font-size: 1.5em;
  color: #fff;
}

.footerSocial {
  display: flex;
  align-items: center;
  color: #fff;
}
.footerSocial p {
  margin-right: 1.5em;
  font-size: 1.5em;
  white-space: nowrap;
}

.socialIcon {
  width: 6.8em;
  height: 6.8em;
  border-radius: 50%;
  background-color: #00E8E4;
  position: relative;
  transition: background 0.35s;
}
.socialIcon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 40%;
  max-height: 40%;
}
@media (hover: hover) {
  .socialIcon:hover {
    background-color: #fff;
  }
}
.socialIcon:active {
  top: 3px;
}

.footerRefs {
  list-style-type: none;
  font-size: 1.5em;
  display: block;
}
.footerRefs li {
  margin-top: 1em;
}
.footerRefs li:first-child {
  margin-top: 0;
}

.sectionBlock {
  background: linear-gradient(to bottom, #002C4D 0, #0A2243 100%);
  font-size: var(--fontSize);
  padding: 10em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  overflow: hidden;
}
.sectionBlock .contain {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.sectionSlider {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  vertical-align: middle;
}
.sectionSlider .contain {
  height: 100%;
}
.sectionSlider .pp-tableCell {
  overflow: hidden;
}

.textBlock {
  color: #fff;
  width: 38%;
  padding-right: 5%;
  position: relative;
}
.textBlock::before {
  content: "";
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 10000px;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(to bottom, #002C4D 0, #0A2243 100%);
}

.title_1 {
  font-size: 7.6em;
  font-size: clamp(3em, (1vw + 1vh) * 2.5, 7.6em);
  text-transform: uppercase;
  line-height: 1;
  transition: transform 1s, opacity 1s;
  transform: translate3d(0%, -50%, 0);
  opacity: 0 !important;
}
@media (hover: none) and (pointer: coarse) {
  .title_1 {
    transform: translate3d(0%, 50%, 0);
    opacity: 0 !important;
  }
}

.textBlock__text {
  font-size: clamp(1.6em, (1vw + 1vh) / 1.2, 2.2em);
  margin-top: 1em;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.1s;
}

.sliderWrap {
  width: 62%;
  z-index: -2;
  position: relative;
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: translateY(20%);
}

.sliderVideo {
  width: clamp(23em, (1vw + 1vh) * 14, 40em);
  position: relative;
}
.sliderVideo .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.sliderVideo .swiper-slide {
  padding-right: clamp(2em, (1vw + 1vh) * 1.5, 4em);
  transition: transform 0.5s, opacity 0.25s;
  opacity: 0;
}
.sliderVideo .swiper-slide-active {
  transform: scale(1.05);
  opacity: 1;
  pointer-events: auto;
}
.sliderVideo .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
  pointer-events: auto;
}
.sliderVideo .swiper-slide-active .videoSlide {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.sliderVideo ._hide {
  opacity: 0 !important;
}
.sliderVideo .swiper-slide-prev {
  transform: translate3d(400%, 0%, 0) scale(0.1) !important;
  transition: transform 1s, opacity 0.5s;
}

.videoSlide {
  height: clamp(30em, (1vw + 1vh) * 17, 50em);
  position: relative;
  overflow: hidden;
  border-radius: clamp(1.5em, (1vw + 1vh) * 1, 4em);
  background-color: #002C4D;
  z-index: 0;
}
.videoSlide::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: #00E8E4;
  z-index: -1;
  background: linear-gradient(to top, #00E8E4, #00E8E4 30%, transparent);
  opacity: 0;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .videoSlide:hover {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  }
  .videoSlide:hover::after {
    opacity: 1;
  }
  .videoSlide:hover .videoSlide__bottom {
    transform: translateY(0);
  }
  .videoSlide:hover .videoSlide__title {
    color: #002C4D;
  }
}

.videoSlide__img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -3;
}
.videoSlide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.videoSlide__img img.swiper-lazy-loaded {
  opacity: 1;
}

:root {
  --videoSlidePadding: 2.5em //25px;
  --videoSlidePadding_2: 2em //20px;
}

.videoSlide__name {
  font-size: clamp(1.4em, 1.5vh, 2.2em);
  color: #fff;
  font-family: CoFoRobert, sans-serif;
  padding: 2em;
  position: relative;
}

.videoSlide__bottom {
  position: absolute;
  bottom: 0;
  padding: 0 2em 2em;
  transition: transform 0.5s;
  transform: translateY(100%);
}

.videoSlide__bottom_inner {
  position: relative;
}

.videoSlide__title {
  font-size: clamp(1.5em, (1vw + 1vh) / 1.2, 3em);
  color: #fff;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
  left: 0;
  line-height: 1.2;
  transition: color 0.5s;
}

.videoSlide__text {
  font-size: clamp(1.2em, 1.5vh, 2.2em);
  color: #002C4D;
}

.navigation_1 {
  display: flex;
  margin-top: clamp(2em, (1vw + 1vh) * 1.2, 3em);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-right: clamp(2em, (1vw + 1vh) * 1.5, 4em);
  top: 100%;
}

.elemNav {
  width: clamp(4em, (1vw + 1vh) * 2.5, 6.8em);
  height: clamp(4em, (1vw + 1vh) * 2.5, 6.8em);
  border-radius: 50%;
  background: linear-gradient(75deg, #001A3B 0, #18365E 100%);
  position: relative;
  cursor: pointer;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: scale 0.35s;
}
.elemNav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  transform: rotate(-30deg);
}
.elemNav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  transform: rotate(190deg);
}
.elemNav svg {
  stroke: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 35%;
  max-height: 35%;
  transition: stroke 0.15s;
}
.elemNav._next {
  transform: scale(-1, 1);
  margin-left: 2em;
}
@media (hover: hover) {
  .elemNav:hover {
    scale: 1.1;
  }
}
.elemNav:active {
  top: 3px;
}

.buttonPlay {
  width: clamp(5em, 8vh, 6.8em);
  height: clamp(5em, 8vh, 6.8em);
  border-radius: 50%;
  background: rgba(0, 44, 77, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, backdrop-filter 0.15s, transform 0.3s;
  transform-origin: center center;
}
.buttonPlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(-70deg);
  transition: border-top-color 0.15s;
}
.buttonPlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(80deg);
  transition: border-top-color 0.15s;
}
.buttonPlay svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  max-width: 30%;
  max-height: 30%;
  transition: stroke 0.15s;
  fill: #fff;
  transition: fill 0.15s;
}
@media (hover: hover) {
  .buttonPlay:hover {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.buttonPlay:active {
  top: calc(50% + 3px);
}

@supports (-webkit-overflow-scrolling: touch) {
  .buttonPlay {
    backdrop-filter: none;
    background-color: rgba(0, 44, 77, 0.5);
  }
}
.sectionSign {
  padding-top: clamp(12em, (1vw + 1vh) * 9, 22em);
  font-size: var(--fontSize);
  background: linear-gradient(to bottom, #002C4D 0, #0A2243 100%);
  z-index: 0;
  scrollbar-width: thin;
  scrollbar-color: #00E8E4 #002C4D;
}
.sectionSign .contain {
  position: relative;
  z-index: 0;
}

.sectionSign::-webkit-scrollbar {
  width: 8px;
}

.sectionSign::-webkit-scrollbar-track {
  background: #002C4D;
  border-radius: 4px;
}

.sectionSign::-webkit-scrollbar-thumb {
  background: #00E8E4;
  border-radius: 4px;
}

.sectionSign::-webkit-scrollbar-thumb:hover {
  background: #00E8E4;
}

.fixedEmblem {
  position: fixed;
  z-index: 10;
  top: 10em;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s, transform 1s;
  font-size: clamp(0.5em, (1vw + 1vh) * 0.6, 1em);
}
.fixedEmblem._active {
  opacity: 1;
  transform: translateX(0);
}
.fixedEmblem._mobile {
  position: absolute;
  top: 5em;
  display: none;
}

.fixedEmblem__text {
  text-transform: uppercase;
  line-height: 0.8;
  position: relative;
}
.fixedEmblem__text span {
  display: inline-block;
  background-color: #00E8E4;
  padding-left: 5rem;
  font-size: 2.5em;
  padding-right: 0.3em;
  color: #002C4D;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  position: relative;
  box-shadow: 0 0 3em 0px rgba(0, 232, 228, 0.3);
}

.personalSignWrap {
  max-width: 1350px;
  width: 82%;
  margin: 0 auto;
}
.personalSignWrap .title_1 {
  font-size: clamp(3em, (1vw + 1vh) * 2.1, 7.6em);
}

.personalSignDobule {
  display: flex;
  justify-content: space-between;
}

.personalSignDouble__item {
  width: 45%;
}
.personalSignDouble__item:nth-child(2) {
  transition: transform 1s, opacity 1s;
  opacity: 0;
  transform: translateY(30%);
  transition-delay: 0.2s;
}
.personalSignDouble__item .button_2 {
  margin-top: 1.8em;
}
.personalSignDouble__item .button_1 {
  margin-top: 1.8em;
}

.personalSign__img {
  position: relative;
  padding-bottom: 65%;
  margin-top: 4em;
  transition: transform 1s, opacity 1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(20%);
}
.personalSign__img ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  border-radius: 2.5em;
}
.personalSign__img ._blur {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 250%;
  transform: translate(-50%, -50%);
  max-width: 250%;
  max-height: 250%;
  z-index: -1;
}
.personalSign__img ._blur.lazyImg {
  opacity: 0.7 !important;
}

.personalSignText p {
  font-size: clamp(1.6em, (1vw + 1vh) * 1, 2.2em);
  font-size: clamp(1.6em, (1vw + 1vh) / 1.2, 2.2em);
  margin-top: 1.5em;
}
.personalSignText p:first-child {
  margin-top: 0;
}

.personalSignText__two {
  margin-top: 5em;
}

.personalSignBottom {
  display: flex;
  align-items: center;
  padding: 4em 10em;
  margin-top: 15em;
  background: linear-gradient(#002C4D, #002C4D) padding-box, linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7)) border-box !important;
  border: 1px solid transparent;
  border-radius: 2.5em;
  z-index: 1;
  position: relative;
  box-shadow: inset 0 0px 8em 0px #041c3d;
  font-size: clamp(0.5em, (1vw + 1vh) * 0.32, 1em);
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.2s;
}
.personalSignBottom > div {
  display: flex;
  align-items: center;
}

.personalSignBottom__img {
  width: 8em;
  min-width: 8em;
  height: 21.6em;
  position: relative;
  margin-right: 5em;
}

.personalSignBottom__title {
  font-size: 4.7em;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 1em;
}

.personalSignBottom__text {
  font-size: 2.8em;
  font-size: clamp(1.6rem, (1vw + 1vh) * 1, 2.8em);
}

._stylingScroll .scrollbar-track {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1em;
}
._stylingScroll .scrollbar-thumb {
  background: #00E8E4;
}

.popupBlock {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  transition: opacity 0.25s;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4em 1em 1.5em;
  overflow: auto;
  text-align: center;
  font-size: 1.58em;
  overflow-x: hdden;
}
.popupBlock:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.popupItem {
  vertical-align: middle;
  margin-left: -5px;
  background-color: #002C4D;
  display: inline-block;
  position: relative;
  border-radius: 2.5em;
  width: 100%;
  transform: translate3d(0, -200px, 0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}
.popupItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #002C4D;
  border-radius: 2.5em;
}
.popupItem._show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.popupItem._t1 {
  max-width: 66em;
  padding: 6em 7em 3.5em;
  font-size: clamp(0.5em, (1vw + 1vh) * 0.5, 0.63em);
}
.popupItem._t2 {
  max-width: 50em;
  padding: 6em 7em 6em;
  font-size: clamp(0.5em, (1vw + 1vh) * 0.5, 0.63em);
}
.popupItem._t3 {
  max-width: 71.5em;
  padding: 6em 7em 0;
  font-size: clamp(0.5em, (1vw + 1vh) * 0.5, 0.63em);
}
.popupItem._t4 {
  width: auto;
  z-index: 0;
  font-size: clamp(0.5em, (1vw + 1vh) * 1, 0.63em);
}
.popupItem._t4 .closeIcon {
  z-index: 2;
  top: -1em;
  right: 0px;
  transform: translateY(-100%);
}
.popupItem._t4 .closeIcon:active {
  top: -0.7em;
}
.popupItem._t4 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4em;
  height: 4em;
  opacity: 0.4;
  z-index: 0;
}
.popupItem .closeIcon {
  top: 2em;
  right: 2em;
  position: absolute;
}
.popupItem .closeIcon:active {
  top: 2.3em;
}

.popupTitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 3.5em;
}

.closeIcon {
  width: 4.2em;
  height: 4.2em;
  border-radius: 50%;
  background: linear-gradient(75deg, #001A3B 0, #18365E 100%);
  position: relative;
  cursor: pointer;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: scale 0.35s;
  display: block;
}
.closeIcon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  transform: rotate(-30deg);
}
.closeIcon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  transform: rotate(190deg);
}
.closeIcon svg {
  stroke: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 35%;
  max-height: 35%;
  transition: stroke 0.15s;
}
@media (hover: hover) {
  .closeIcon:hover {
    scale: 1.1;
  }
}

.form_1 {
  margin-top: 4em;
}
.form_1 .inputWrap_1 {
  margin-top: 2em;
}
.form_1 .inputWrap_1:first-child {
  margin-top: 0;
}
.form_1 .button_2 {
  width: 100%;
  font-size: clamp(1.6em, (1vw + 1vh) * 3, 2em);
  margin-top: 1.5em;
}

.textareaWrap {
  position: relative;
  border-radius: 3.4em;
}
.textareaWrap .input_1 {
  padding-bottom: 3em;
  height: clamp(13em, (1vw + 1vh) * 15, 13em);
}

.countSymbols {
  font-size: clamp(1.4rem, (1vw + 1vh) * 1, 1.7em);
  position: absolute;
  color: #002C4D;
  right: 1.5em;
  top: clamp(11em, (1vw + 1vh) * 25, 13em);
}

.form_2 {
  margin-top: 4em;
}
.form_2 .inputWrap_1 {
  margin-top: 3em;
}
.form_2 .inputWrap_1:first-child {
  margin-top: 0;
}
.form_2 .button_2 {
  width: 100%;
  font-size: clamp(1.6em, (1vw + 1vh) * 3, 2em);
  margin-top: 1.5em;
}

.radioButtons {
  background-color: #fff;
  border-radius: 5em;
  overflow: hidden;
  padding: 0.7em;
  position: relative;
  z-index: 0;
  margin-bottom: 3em;
}
.radioButtons input {
  display: none;
}
.radioButtons input:checked + input + label {
  color: #fff;
  pointer-events: none;
}
.radioButtons input:checked + input + label + label .inputRadio__active {
  left: 0;
}
.radioButtons input:checked + label + label {
  color: #fff;
  pointer-events: none;
}
.radioButtons input:checked + label + label + .inputRadio__active {
  left: 50%;
}
.radioButtons label {
  color: #002C4D;
  width: 50%;
  font-size: clamp(1.6rem, (1vw + 1vh) * 1, 2em);
  cursor: pointer;
  display: block;
  padding: 0.8em 0.8em;
  font-family: CoFoRobert, sans-serif;
  transition: color 0.25s;
  border-radius: 5em;
  background-color: transparent;
  transition: background 0.25s;
}
@media (hover: hover) {
  .radioButtons label:hover {
    background-color: rgba(0, 232, 228, 0.2);
  }
}

.radioButtons__inner {
  display: flex;
  position: relative;
}

.inputRadio__active {
  background-color: #002C4D;
  width: 50%;
  border-radius: 5em;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  transition: left 0.25s;
}

.acceptedPopupItem .button_2 {
  margin-top: 3em;
  max-width: 25em;
  width: 100%;
  font-size: clamp(1.6em, (1vw + 1vh) * 3, 2em);
}

.burgerButton {
  cursor: pointer;
  width: 35px;
  min-width: 35px;
  position: relative;
  display: none;
  margin-left: 2em;
}
.burgerButton span {
  width: 100%;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  display: none;
}
.burgerButton:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  top: 0;
  position: relative;
  margin-bottom: 10px;
}
.burgerButton:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  bottom: 0;
}
.burgerButton._open:before {
  transform: rotate(45deg);
  transform-origin: 8px 2px;
}
.burgerButton._open:after {
  transform: rotate(-45deg);
  transform-origin: 8px 2px;
}
.burgerButton._open span {
  opacity: 0;
}

.burgerMenu {
  position: fixed;
  z-index: 21;
  background-color: #002C4D;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  transform: translate3d(0, -100%, 0);
  padding: 10em 5em 5em;
  font-size: 0.7em;
  text-align: center;
}
.burgerMenu._addTransition {
  transition: transform 0.5s;
}
.burgerMenu._show {
  transform: translate3d(0, 0, 0);
}
.burgerMenu .closeIcon {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 4em;
  height: 4em;
}
.burgerMenu .button_1 {
  margin-top: 3em;
  max-width: 15em;
  width: 100%;
  font-size: 2.5em;
  background: linear-gradient(to right, #002344 0, #043051 100%);
}

.burgerBg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: opacity 0.5s, visibility 0.5s;
}
.burgerBg._active {
  opacity: 1;
  visibility: visible;
}

.burgerUl {
  list-style-type: none;
  text-align: center;
}
.burgerUl li {
  margin-top: 3em;
  position: relative;
}
.burgerUl li:first-child {
  margin-top: 0;
}
.burgerUl a {
  font-size: 3em;
  font-family: CoFoRobert, sans-serif;
}
.burgerUl a._active {
  color: #00E8E4;
  pointer-events: none;
}

.popupVideoItem {
  width: 28em;
  height: 49.8em;
  position: relative;
}
.popupVideoItem iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  z-index: 1;
}

.letterItem {
  margin-top: 3em;
}

.letterItem__top {
  position: relative;
  width: 57.5em;
  height: 15.8em;
  display: block;
  font-size: 0.25em;
  margin: 0 auto;
}

.letterItem__textBlock {
  width: calc(100% - 4em);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40%;
  border-radius: 2.3em;
  padding: 3em 3em 20%;
  background: linear-gradient(#004F7E, #004F7E) padding-box, linear-gradient(to bottom, rgba(0, 232, 228, 0.5), #fff) border-box !important;
  border: 1px solid transparent;
  z-index: 0;
  position: relative;
  box-shadow: inset 0 7em 15em #002c4d;
}
.letterItem__textBlock p {
  font-size: 2em;
  max-width: 33em;
  margin: 0 auto;
}

.letterItem__envelope {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  z-index: 2;
}
.letterItem__envelope::before {
  content: "";
  border: 0.7em solid transparent;
  border-right: 2em solid #004E7E;
  position: absolute;
  left: -0.6em;
  top: -0.5em;
  z-index: -1;
}
.letterItem__envelope::after {
  content: "";
  border: 0.7em solid transparent;
  border-left: 2em solid #004E7E;
  position: absolute;
  right: -0.6em;
  top: -0.5em;
  z-index: -1;
}

.letterItem__maksim {
  position: relative;
  width: 24.8em;
  height: 8.1em;
  margin: 2em auto 1.5em;
}

.checkboxElem {
  position: relative;
  display: flex;
}

.checkboxElem__text {
  font-size: 1.5rem;
  text-align: left;
  order: 2;
}
.checkboxElem__text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .checkboxElem__text:hover + .checkboxInput label {
    background: #FFE8E0;
  }
}

.checkboxElem__input {
  position: relative;
  line-height: 0.8;
  margin-right: 1em;
  z-index: 0;
  order: 1;
  top: -0.3em;
}
.checkboxElem__input:active {
  top: 0.3em;
}
.checkboxElem__input label {
  width: 2.6em;
  height: 2.6em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0.5em;
  background: #fff;
  border: 2px solid #D3D0D9;
}
.checkboxElem__input input:checked + svg {
  opacity: 1;
}
.checkboxElem__input input:checked + svg + label {
  border-color: #fff;
  background: #002C4D;
}
.checkboxElem__input svg {
  width: 70%;
  height: 2em;
  position: absolute;
  left: 50%;
  top: 0.3em;
  opacity: 0;
  transition: opacity 0.15s;
  transform: translateX(-50%);
  z-index: 1;
  fill: #00E8E4;
  pointer-events: none;
}
.checkboxElem__input .invalid-feedback {
  position: absolute;
  white-space: nowrap;
  color: red;
  font-size: 1.4em;
  margin-top: 0.7em;
  top: 100%;
}
@media (hover: hover) {
  .checkboxElem__input:hover label {
    background: #eee;
  }
}

.letterShare {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 4em;
  transform: translateX(-50%);
  z-index: 2;
}
.letterShare .button_1 {
  font-size: 1.6em;
  max-width: 13em;
  width: 100%;
  background: linear-gradient(to right, #00365B 0, #094C72 100%);
  z-index: 1;
  transition: scale 0.3s, opacity 0.5s;
}
.letterShare .button_1._hide {
  opacity: 0;
  pointer-events: none;
}

.letterShare__icons {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  position: absolute;
  left: 50%;
  bottom: 0em;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.letterShare__icons._show {
  opacity: 1;
  pointer-events: auto;
}

.shareIcon {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: linear-gradient(75deg, #00365B 0, #094C72 100%);
  position: relative;
  cursor: pointer;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: scale 0.35s;
  display: block;
}
.shareIcon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  transform: rotate(-30deg);
}
.shareIcon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 1;
  transform: rotate(190deg);
}
.shareIcon svg {
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 35%;
  max-height: 35%;
  transition: stroke 0.15s;
}
@media (hover: hover) {
  .shareIcon:hover {
    scale: 1.1;
  }
}
.shareIcon:active {
  top: 3px;
}

.ref_1 {
  border-bottom: 1px solid currentColor;
  transition: border 0.15s;
}
@media (hover: hover) {
  .ref_1:hover {
    border-color: transparent;
  }
}

.sectionPage {
  padding: 10em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.errorBlock {
  text-align: center;
}
.errorBlock .button_1 {
  margin-top: 2em;
}

.titleError {
  font-size: clamp(5em, (1vw + 1vh) * 9, 15em);
  font-family: CoFoRobert, sans-serif;
  line-height: 1;
  font-weight: 700;
}

.textError {
  font-size: 3em;
  line-height: 1;
  font-size: clamp(1em, (1vw + 1vh) * 2, 3em);
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1800px) {
  .contain {
    max-width: 160rem;
  }
}
@media only screen and (max-width: 1600px) {
  .contain {
    max-width: 140rem;
  }
  .footerLeft div:first-child {
    margin-right: 3em;
  }
}
@media only screen and (max-width: 1400px) {
  .contain {
    max-width: 130rem;
  }
  #header {
    font-size: 0.9em;
  }
  #footer .contain {
    align-items: flex-start;
  }
  .socialIcon {
    font-size: 0.8em;
  }
  .footerSocial {
    position: relative;
    top: -1.8em;
  }
}
@media only screen and (max-width: 1300px) {
  .contain {
    max-width: 120rem;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contain {
    max-width: 99.2rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .fixedEmblem__text span {
    padding-left: 3rem;
  }
  .buttonPlay {
    transform: translate(-50%, -80%);
  }
  .textBlock:before {
    right: 7%;
  }
  .sliderVideo .swiper-slide-active .videoSlide {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .personalSignWrap {
    width: 100%;
  }
  .mainBlock__bottom {
    font-size: 14px;
  }
  #header .contain, #foter .contain {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .slideImg._si2 img {
    -o-object-position: 0% center;
       object-position: 0% center;
  }
  .fixedEmblem {
    top: 9em;
  }
}
@media only screen and (max-width: 1024px) {
  .slideImg._si1 img {
    -o-object-position: 80% center;
       object-position: 80% center;
  }
  .slideImg._si2 img {
    -o-object-position: 70% center;
       object-position: 70% center;
  }
  .slideImg._si3 img {
    -o-object-position: 100% center;
       object-position: 100% center;
  }
  .logoRich {
    font-size: 0.9em;
  }
  .sectionSlider {
    padding-top: 5em;
  }
  #header .button_1 {
    display: none;
  }
  .menu_1 {
    display: none;
  }
  .burgerButton {
    display: block;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .contain {
    max-width: 76.8rem;
  }
  #header::before {
    opacity: 1;
  }
  .logoRich {
    font-size: 0.8em;
  }
  .button_1, .button_2 {
    font-size: clamp(1.6em, (1vw + 1vh) / 1.5, 2.5em);
  }
  .personalSignWrap .title_1 {
    font-size: clamp(3em, (1vw + 1vh) * 2.3, 7.6em);
  }
  .personalSignDobule {
    flex-wrap: wrap;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
  }
  .personalSignDouble__item {
    width: 100%;
  }
  .personalSignDouble__item:nth-child(2) {
    margin-top: 5em;
  }
  .personalSignBottom {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 3em;
  }
  .personalSignBottom__title {
    margin-right: 0;
  }
  .personalSignBottom__text {
    margin-top: 2em;
  }
  #footer {
    margin-top: 7em;
  }
  .footerLeft {
    flex-wrap: wrap;
  }
  .footerLeft div:first-child {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .sliderWrap {
    width: 50%;
  }
  .textBlock {
    max-width: 50%;
    padding-right: 10%;
  }
  .letterItem__textBlock p {
    font-size: 1.8em;
  }
  .dotsSlider {
    display: none;
  }
  .slideImg._si1 img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
  .slideImg._si2 img {
    -o-object-position: 10% center;
       object-position: 10% center;
  }
  .mainBlock {
    align-items: flex-end;
    font-size: calc((1vw + 1vh) * 0.4);
  }
  .mainBlock__pot {
    font-size: 0.65em;
  }
  .mainBlock__content {
    padding-top: 0;
  }
  .mainBlock__content_title span {
    font-size: 7em;
  }
  .mainBlock__content_subtitle {
    font-size: 5.5em;
  }
  .mainBlock__content_text {
    display: none;
  }
  .mainBlock__content_inner .button_1 {
    display: none;
  }
  .mobileBottom {
    display: block;
    font-size: calc((1vw + 1vh) * 0.6);
  }
  .mobileBottom .button_1 {
    font-size: 2em;
    max-width: 30em;
    width: 100%;
    margin-top: 1.5em;
  }
  .mobileBottom__text {
    font-size: clamp(1.4rem, (1vw + 1vh) * 2, 2em);
    margin-top: 1.5em;
  }
  .mobileBottom__text p {
    margin-top: 1em;
  }
  .mainBlock__bottom {
    font-size: 1.2em;
  }
  .slideImg img {
    display: none;
  }
  .slideImg ._mobile {
    display: block;
    -o-object-position: top center !important;
       object-position: top center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contain {
    max-width: 65rem;
  }
  .logoRich {
    font-size: 0.7em;
  }
  #footer .contain {
    flex-wrap: wrap;
  }
  .footerLeft {
    margin-right: 0;
  }
  .footerSocial {
    top: 0;
    margin-top: 2em;
  }
  .sectionSlider .contain {
    flex-wrap: wrap;
    height: auto;
  }
  .sliderWrap {
    width: 100%;
  }
  .textBlock {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 3em;
  }
  .textBlock:before {
    display: none;
  }
  .sliderVideo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
  }
  .sliderVideo {
    margin-left: 0;
    width: 40vh;
    height: 50vh;
    position: relative;
  }
  .sliderVideo .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .videoSlide {
    height: 100%;
  }
  .popupItem._t1 {
    padding: 6em 4em 5.5em;
  }
}
@media only screen and (max-width: 650px) {
  .contain {
    max-width: 55rem;
  }
  .popupTitle {
    font-size: 3em;
  }
}
@media only screen and (max-width: 550px) {
  .contain {
    max-width: 48rem;
  }
  .burgerButton {
    display: block;
  }
  .sliderVideo {
    width: 35vh;
    height: 45vh;
  }
  .letterItem__maksim {
    font-size: 0.8em;
  }
  .navigation_1 {
    padding-right: 0;
    left: 40vw;
    transform: translateX(-40%);
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contain {
    padding: 0 3rem;
  }
  .personalSignBottom {
    padding-left: 2em;
    padding-right: 2em;
  }
  .popupItem._t1 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .countSymbols {
    right: 1em;
  }
  .sectionMain {
    padding-bottom: 2em;
  }
  .mobileBottom__text {
    margin-top: 1em;
  }
  .mobileBottom__text p {
    margin-top: 1em;
  }
  .mainBlock__bottom {
    margin-top: 1em;
  }
  .mobileBottom .button_1 {
    margin-top: 1em;
  }
  .textBlock__text {
    font-size: 1.4em;
  }
  .personalSignDouble__item:nth-child(2) {
    margin-top: 3em;
  }
  .personalSignText__two {
    margin-top: 3em;
  }
  .personalSignText p {
    font-size: 1.4em;
  }
  .personalSignBottom__text {
    font-size: 1.4rem;
  }
  .personalSignBottom {
    margin-top: 10em;
  }
  .shareIcon {
    font-size: 0.8em;
  }
  .letterShare {
    bottom: 2em;
  }
}
@media only screen and (max-width: 450px) {
  .checkboxElem__text {
    font-size: 1.4rem;
  }
  .popupItem._t3 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .sliderVideo {
    width: 32vh;
    height: 40vh;
  }
  .popupTitle {
    font-size: 2.7em;
  }
}
@media only screen and (max-width: 400px) {
  .textareaWrap .input_1 {
    height: 15em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .countSymbols {
    top: 15em;
  }
  .input_1 {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .letterItem__maksim {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 350px) {
  .popupItem._t3 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .mainBlock__bottom {
    font-size: 1em;
  }
  .textareaWrap .input_1 {
    height: 15.5em;
  }
  .countSymbols {
    top: 15.5em;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1024px) {
  .burgerMenu {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  body, html {
    overflow: auto;
  }
  ._section100Wrap {
    height: auto;
  }
  .sectionMain .contain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sectionSlider {
    padding-top: 10em;
    padding-bottom: 13em;
    height: auto;
    min-height: auto;
    position: relative;
  }
  .sectionSign {
    padding-top: 10em;
    position: relative;
  }
  .pp-scrollable {
    overflow: hidden;
    height: auto;
  }
  .mainBlock__content_subtitleWrap._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .mainBlock__pot._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .mainBlock__content_title:first-child._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .mainBlock__content_title:last-child._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  ._mct1._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  ._mct2._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .mobileBottom .button_1._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .mainBlock__bottom._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .title_1._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
  .textBlock__text._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .sliderWrap._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .fixedEmblem._mobile {
    display: block;
  }
  .fixedEmblem._mobile._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .personalSignDouble__item:nth-child(2)._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .personalSign__img._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .personalSignBottom._lazyAnimation._animGo {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-resolution: 288dpi), (min-resolution: 3dppx) {
  html {
    font-size: 10px;
  }
  :root {
    --fontSize: 10px;
  }
}
@media (min-resolution: 384dpi), (min-resolution: 4dppx) {
  html {
    font-size: 12px;
  }
  :root {
    --fontSize: 12px;
  }
}