

* {
  -webkit-box-sizing: border-box;
  outline: 0 !important;
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  min-width: 320px;
}

body {
  font-family: 'Epilogue';
  font-weight: normal;
  font-style: normal;
  color: #211D1D;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  font-size: 18px;
  margin: 0;
  scroll-behavior: smooth;
  line-height: 1.2;
  background: #ffffff;
  font-size: 18px;
  font-style: normal;
  /* font-weight: 600; */
  line-height: 150%;
}

body.noscroll {
  overflow: hidden;
}

footer,
header,
main {
  width: 100%;
  max-width: 100%;
}

img,
picture,
video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: 0 !important;
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:active {
  text-decoration: none;
}

button {
  outline: 0 !important;
  border: none;
  background-color: unset;
  padding: 0;
  margin: 0;
}




body::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #211D1D;
}


::-moz-selection { /* Code for Firefox */
  color: #211D1D;
  background: #F2F1EB;
}

::selection {
  color: #211D1D;
  background: #e9e7df;
}



/*css content*/

.css-content p {
  font-weight: 300;
  /* font-size: 16px; */
  line-height: 1.5;
  margin-bottom: 18px;
}


.css-content a {
  color: #211d1d;
  border-bottom: 1px solid;
}



.css-content table td {
  border: 1px solid var(--colorMainLight);
  padding: 10px 10px;
  border: 1px solid #C8C4B5;
  padding: 16px 14px;
  text-align: left;
  /* font-weight: 500; */
}

.css-content table {
  margin-bottom: 70px;
  width: 100%;
}
.css-content table th {
  text-align: left;
  padding: 10px 10px;
  border: 1px solid #C8C4B5;
  padding: 16px 14px;
  text-align: left;
  /* font-weight: 500; */
}
.css-content h1, .longread-content.css-content h1 {
  margin: 0px;
  font-size: 36px;
  line-height: 1;
  /* color: #645D50; */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 10px;
  margin-top: 35px;
}
.css-content h2 {
  margin: 0px;
  /* font-size: 22px; */
  /* line-height: 1; */
  /* color: #645D50; */
  /* font-weight: 500; */
  /* font-style: normal; */
  font-stretch: normal;
  margin-bottom: 10px;
  margin-top: 35px;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 104.545% */
  letter-spacing: -0.88px;
}

.css-content h3 {
  margin: 0px;
  font-size: 31px;
  line-height: 1;
  /* color: #645D50; */
  margin-bottom: 10px;
  margin-top: 35px;
}

.css-content h4 {
  margin: 0px;
  font-size: 28px;
  line-height: 1;
  /* color: #645D50; */
  margin-bottom: 10px;
  margin-top: 35px;
}
.css-content h5 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 35px;
}
.css-content h6 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 35px;
}

.css-content iframe {
  width: 100%;
  min-height: 540px;
  margin-bottom: 70px;
}

.css-content ul{
  padding-left: 40px;
  margin-bottom: 40px;
  list-style: none;
}
.css-content ul li{
  margin-bottom: 15px;
  position: relative;
}
.css-content ul li:after{
  content: ' ';
  /* width: 6px; */
  /* height: 6px; */
  background: #121111;
  /* position: absolute; */
  display: block;
  position: absolute;
  left: -25px;
  top: 11px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.css-content blockquote{
  font-size: 26px;
  color: #C8C4B5;
  padding-left: 48px;
  border-left: 4px solid;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  /* width: 85%; */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
  letter-spacing: -0.6px;
}
.css-content {
  font-weight: 300;
}

.css-content ol {
  padding-left: 40px;
  margin-bottom: 70px;
}

.css-content ol li {
  margin-bottom: 15px;
  position: relative;
}

.css-content .responsive-iframe-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.css-content .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.css-content blockquote p {
  margin-bottom: 0px;
}
.css-content pre {
  background: #f5f5f5;
  border-radius: 16px;
  margin-bottom: 32px;
}
.css-content iframe {
  border: none;
}

/*css content end*/


input::-moz-placeholder {color: rgb(5 32 62 / 21%);}
input::-webkit-input-placeholder { color: rgb(5 32 62 / 21%) }
input:-ms-input-placeholder { color: rgb(5 32 62 / 21%); }
input::-ms-input-placeholder { color: rgb(5 32 62 / 21%) }
input::placeholder { color: rgb(5 32 62 / 21%) }

textarea::-moz-placeholder {color: rgb(5 32 62 / 21%);}
textarea::-webkit-input-placeholder { color: rgb(5 32 62 / 21%) }
textarea:-ms-input-placeholder { color: rgb(5 32 62 / 21%); }
textarea::-ms-input-placeholder { color: rgb(5 32 62 / 21%) }
textarea::placeholder { color: rgb(5 32 62 / 21%) }


input:not(:-moz-placeholder-shown) {
    border: 2px solid var(--colorExpo2);
}

input:not(:-ms-input-placeholder) {
    border: 2px solid var(--colorExpo2);
}

input:not(:placeholder-shown) {
    border: 2px solid #ffffff;
    /* border: none; */
    background: #fff;
}


textarea:not(:-moz-placeholder-shown) {
    border: 2px solid var(--colorExpo2);
}

textarea:not(:-ms-input-placeholder) {
    border: 2px solid var(--colorExpo2);
}

textarea:not(:placeholder-shown) {
    border: 2px solid #fff;
    background-color: #fff;
}


label.error-label {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--colorExpo3);
}
label.error {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* letter-spacing: -0.02em; */
    /* color: var(--colorExpo3); */
    color: #EB4747;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
    position: absolute;
    bottom: -19px;
}


.txt-i {
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    width: 100%;
    padding: 17px 24px;
    /* background: var(--colorMainWhite); */
    background: rgba(255, 255, 255, 0.1);
    border: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #F8F8F8;
    border-radius: 4px;
    border-radius: 16px;
    background: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.4px;
    border-radius: 555px;
    background: var(--f-1-f-1-ff, #F8F8F8);
}

.txt-a {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  width: 100%;
  padding: 17px 24px;
  /* background: var(--colorMainWhite); */
  background: rgba(255, 255, 255, 0.1);
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #f8f8f8;
  border-radius: 4px;
  border-radius: 16px;
  background: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  resize: none;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  border-radius: 24px;
  background: var(--f-1-f-1-ff, #F8F8F8);
}

.checkbox-symbol {
  display: none;
}

.checkbox-list {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-list__item:not(:last-child) {
  /* margin-bottom: 20px; */
}

.checkbox-list__spoiler {
  display: none;
}

.checkbox-show-more {
  margin-top: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #F0F0F0;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.checkbox-show-more:hover {
  opacity: 0.5;
}

.checkbox-show-more:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.checkbox-container {
}

.checkbox-input {
  visibility: hidden;
  width: 0px;
  position: absolute;
  z-index: -2;
}
.checkbox-container {
  position: relative;
}

.checkbox-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
}

.checkbox-label__icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 2px solid #D8D6D3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  /* top: 6px; */
}

.checkbox-label__icon svg {
  position: absolute;
  width: 70%;
  height: 70%;
  fill: none;
  stroke: #211d1d;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.checkbox-label .checkbox-label__name {
  /* font-weight: 400; */
  font-size: 14px;
  /* line-height: 140%; */
  /* padding-top: 2px; */
  /* letter-spacing: 0.005em; */
  /* color: #6C6860; */
  margin-left: 8px;
  /* display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 0px;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -0.4px;
  width: calc(100% - 20px);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.88px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

.checkbox-label:hover .checkbox-label__icon {
  border-color: var(--colorMainDark);
}

.checkbox-input:checked ~ .checkbox-label .checkbox-label__icon {
  background: var(--colorMainDark);
  border-color: var(--colorMainDark);
  -webkit-animation: zoom-in-out 0.3s ease-out;
  animation: zoom-in-out 0.3s ease-out;
}

.checkbox-input:checked ~ .checkbox-label .checkbox-label__icon svg {
  stroke-dashoffset: 0;
}

.checkbox-label__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
}

.checkbox-input-color ~ .checkbox-label .checkbox-label__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: initial;
  position: relative;
}

.checkbox-input-color ~ .checkbox-label .checkbox-label__icon::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #C4C4C4;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.checkbox-input.checkbox-input-color:checked ~ .checkbox-label .checkbox-label__icon {
  background: transparent;
  /* border-color: var(--colorGray2); */
}
.checkbox-input.checkbox-input-color:checked ~ .checkbox-label .checkbox-label__icon::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes zoom-in-out {
  50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

@keyframes zoom-in-out {
  50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
}

.checkbox-input[type='radio'] ~ .checkbox-label .checkbox-label__icon {
  border-radius: 50%;
}

[type='radio']:hover ~ .checkbox-label .checkbox-label__icon {
  border-color: #457090;
}
li.checkbox-list__item {
  /* margin-right: 32px; */
}


.form-row.form-row_checks .checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-row.form-row_checks li.checkbox-list__item {
  margin-bottom: 12px;
}

.checkbox-label .checkbox-label__name a {
  /* border-bottom: 1px solid; */
  text-decoration: underline;
}



.slideshow {
  list-style: none;
  z-index: 1;
}


.slideshow {
  list-style: none;
  z-index: 1;
}

.slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

.slideshow li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 2em;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s;
}


.slideshow li:nth-child(1) span {
  background-image: url(../img/002.jpeg);
}

.slideshow li:nth-child(2) span {
  background-image: url(../img/3.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url(../img/001.jpeg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url(../img/004.jpeg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.no-cssanimations .slideshow li span {
  opacity: 1;
}
.wrapper.wrapper-homepage {
  width: 100vw;
  height: 100vh;
  /* overflow: hidden; */
}

ul.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-color: #00000085; */
  /* overflow: hidden; */
}
.wrap.wrap-homepage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #00000085;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  /* border-radius: 100px; */
  border-radius: 25px;
  overflow: hidden;
}
.medals-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: absolute; */
  /* bottom: 50px; */
  /* right: 190px; */
  margin-right: 105px;
  margin-bottom: 30px;
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.medals-item {
  margin-right: -27px;
  -webkit-filter: drop-shadow(0px 3.237px 45.311px rgba(0, 0, 0, 0.64));
          filter: drop-shadow(0px 3.237px 45.311px rgba(0, 0, 0, 0.64));
  cursor: pointer;
}

.message.message_homepage {
  color: #fff;
  margin-bottom: 80px;
  margin-left: 85px;
  width: 50%;
}

.message-subtitle {
  color: rgba(255, 255, 255, 0.37);
  /* font-family: Epilogue; */
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.message.message_homepage h1 {
  font-family: "Ivy Mode";
  font-size: 120px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
}

.message-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 620px;
}

.header-wrap {
  position: fixed;
  z-index: 22;
  top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-inner {
  /* border-radius: 5555px; */
  /* background: rgba(226, 226, 226, 0.09); */
  /* padding: 6px; */
}

.header-nav {
  border-radius: 5555px;
  background: rgba(226, 226, 226, 0.09);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-nav-item {
  padding: 16px 32px 12px 32px;
  border-radius: 66666px;
  background: transparent;
  color: #fff;
}

.header-nav-item.active {
  background: #fff;
  color: #211D1D;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-item:hover {
  background: #fff;
  color: #211D1D;
}
.homepage-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.border-page {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15px;
}

.border-page-inner {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.wrapper.wrapper-homepage .border-page-inner {
    background: #211D1D;
}
.wrapper.wrapper-homepage main {
  width: 100%;
  height: 100%;
}

.video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.video-box .video-box-thevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.video-box:hover .video-play {
  opacity: 0;
}

.video-box:hover img {
  opacity: 0;
}
.video-box.video-box_noteaser:hover .video-play {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.video-box.video-box_noteaser:hover img {
  opacity: 1;
}
.video-play {
  /* background: #fff; */
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.video-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-play:after {
  content: ' ';
  display: block;
  background: url(../img/play-icon.svg) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: auto;
}


/*Popups*/

.cookie-box {
  display: none;
  width: 516px;
  /* height: 210px; */
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  z-index: 33;
  padding: 20px;
  /* font-size: 18px; */
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}


.cookie-box_text {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  /* margin-bottom: 30px; */
  padding-right: 16px;
}

.cookie-box__btn.button {
  margin: 10px auto 0;
  min-width: auto;
  padding: 0 35px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 34px;
  background-color: #2b8dc4;
  cursor: pointer;
}


.cookie-box_text a {
  border-bottom: 1px solid;
}



.pp {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* margin: auto; */
}

.pp__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000cc;
  z-index: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}

.pp__content {
  position: absolute;
  z-index: 1;
  /* width: 660px; */
  /* overflow-y: hidden; */
  /* overflow-x: hidden; */
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  top: 60px;
  /* margin-bottom: 60px; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* border-radius: 40px; */
  padding-bottom: 60px;
  /* background: #fff; */
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp::-webkit-scrollbar {
  width: 6px;
}

.pp::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  border-radius: 5px;
  background-color: transparent;
}

.pp::-webkit-scrollbar-thumb {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  background-color: var(--colorOrange);
}

.pp__content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 55px 95px;
}

.pp__close {
  width: 26px;
  height: 26px;
  top: 20px;
  right: 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: flex-end;
  will-change: transform;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.pp__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.close__lane {
  height: 2px;
  background-color: #121111;
  width: 100%;
  -webkit-transform: rotate(45deg);
  will-change: transform;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.close__lane:last-child {
  will-change: transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.show .pp__content {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.pp-title {
  /* font-weight: 600; */
  /* font-size: 36px; */
  line-height: 32px;
  /* identical to box height, or 111% */
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(108, 104, 96, 0.10);
  padding-bottom: 22px;
}

.pp-subtitle {
  font-size: 16px;
  line-height: 21px;
  /* or 133% */
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.pp.pp-regular .popup-content {
  width: 500px;
  padding-top: 40px;
}

.popup-content {
  background: #F2F1EB;
  border-radius: 12px;
  padding: 40px 60px;
  position: relative;
}
.pp-side-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}

.pp.pp-auth .popup-content {
  width: 1200px;
}

.pp-two-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pp-two-sides-l {
  width: 50%;
  padding-right: 60px;
}

.pp-two-sides-r {
  width: 50%;
  padding-left: 60px;
}

.pp-auth-form .form-row input {
  max-width: 280px;
}


.pp-side-text {
  margin-bottom: 20px;
}

.pp_[data-pp] {
  cursor: pointer;
}

.pp-side-text ul {
  margin-bottom: 30px;
}

.pp-side-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pp-side-button .btn {
  padding: 8px 64px;
}

.pp.pp-regular .popup-content {
  width: 700px;
}
.pp-text {
  margin-bottom: 30px;
}


.pp.pp-video .pp__content {
  border-radius: 0px;
  width: 900px;
  height: 566px;
  margin: auto;
  bottom: 0;
}

.pp.pp-video .pp__content iframe {
  width: 100%;
  height: 100%;
}

.pp.pp-video .pp__content .popup-content {
  width: 100%;
  height: 100%;
  padding: 0;
}

.pp.pp-video .pp__content .popup-content .ls-pp-videobox {
  width: 100%;
  height: 100%;
}

/*Popups end*/


/*Sidebars*/

.sidebar-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000001f;
  z-index: 22;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar {
  position: fixed;
  z-index: 23;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(130%);
  -ms-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.sidebar-wrapper {
  background: #fff;
  /* color: #ccc; */
  height: 100%;
  /* background: url(../img/form-back.svg) no-repeat bottom right #fff; */
  /* background-size: contain; */
  position: relative;
}

.sidebar-top {
  position: relative;
  height: 50px;
  border-bottom: 2px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 58px;
}

.pp-close-text {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.sidebar-top .pp__close {
  bottom: 0;
  top: 0;
  margin: auto;
  left: 30px;
  right: unset;
  width: 20px;
  height: 20px;
}

.sidebar-top .close__lane {
  background-color: #0e0d0d;
  height: 3px;
}

.sidebar-cart .sidebar-content {
  max-height: calc(100vh - 170px);
  overflow: auto;
  height: 100%;
}


.sidebar-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f0f0ef;
}

.sidebar-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #645D50;
}

.sidebar-back.show {
  opacity: 1;
  pointer-events: all;
}

.sidebar.show {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.sidebar {
  -webkit-box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.2);
}

.sidebar.sidebar-cart {
  width: 520px;
}

.sb-title {
  color: #A7A439;
  /* padding: 0 80px; */
  font-weight: 700;
  font-size: 32px;
  /* text-transform: uppercase; */
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  line-height: 1.2;
  position: relative;
  padding-top: 30px;

}


/*Sidebars end*/

.page-container {
  width: 1120px;
  margin: 0 auto;
  /* padding-top: 150px; */
}

.page-title-box h1 {
  font-size: 88px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: "Ivy Mode";
  font-size: 88px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.page-title-box-backtext {
  color: rgba(33, 29, 29, 0.03);
  font-family: "Ivy Mode";
  font-size: 190.998px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.page-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 64px;
  text-align: center;
  padding: 0 12px;
}

.page-title-box-backtext {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  pointer-events: none;
        white-space: nowrap;
    overflow: hidden;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.page-subtitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: flex-start;
  /* gap: 20px; */
}

.video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2 - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 20px;
  margin-bottom: 32px;
}

.video-item-caption {
  font-size: 18px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
  /* opacity: 0.4; */
  color: #C8C4B5;
}

.video-item .video-box {
  margin-bottom: 20px;
  min-height: 310px;
  border-radius: 16px;
  overflow: hidden;
}

.video-item:nth-child(2n+2) {
  margin-right: 0px;
}

.wrapper.wrapper-innerpage .border-page-inner {
  border-radius: 24px;
  background: #F2F1EB;
  padding-bottom: 80px;
}


.wrapper.wrapper-innerpage .header-nav {
  background: #E9E7DF;
}

.wrapper.wrapper-innerpage .header-wrap {
  position: absolute;
}

.wrapper.wrapper-innerpage .header-nav-item {
  color: #211d1d;
}

.footer {
  padding: 40px 15px;
}

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

.footer-b-l {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
  color: #C8C4B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}

.footer-links a:hover {
  opacity: .4;
}

a.devby:hover {
  opacity: .4;
}
h2.page-content-block-title {
  font-family: "Ivy Mode";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1DEDE;
}

.ach-list-year {
  color: #C8C4B5;
  font-family: "Ivy Mode";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 40%;
}

.ach-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ach-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e1dede;
}

.ach-list-content {
  width: 60%;
}

.ach-list-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 3px;
}

.page-content-block {
  width: 100%;
  margin-bottom: 64px;
}

.content-with-image {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-with-image-l {
  width: 40%;
  /* position: sticky; */
  /* top: 100px; */
}

.image-box-caption {
  color: #c8c4b5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.content-with-image-r.css-content {
  width: 60%;
}

.image-box-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  width: 100%;
  position: relative;
  height: 100%;
}

.content-with-image-l .image-box {
  max-width: 74%;
}

.image-box-i img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.image-box-i:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: translate(10px, 10px);
      -ms-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  z-index: 1;
}

.wrap.wrap-innerpage {
  padding-top: 150px;
}
.photos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  min-height: 250px;
    min-width: 100%;
    background: #E9E7DF;
}

.photos-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photos-list {
  /* display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.page404-title {
  font-family: "Ivy Mode";
  font-size: 320px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.page404-subtitle-wrap {
  position: relative;
  width: 100%;
  font-family: "Ivy Mode";
  font-size: 87.306px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-bottom: 64px;
}

.page-container.page-container_404 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page404-subtitle-wrap .page-title-box-backtext {
  -webkit-transform: translateY(-65px);
      -ms-transform: translateY(-65px);
          transform: translateY(-65px);
}

.btn {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.44px;
  border-radius: 565px;
  background: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 22px 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover {
  color: #fff;
  background-color: #211d1d;
}

.f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: left;
  flex-direction: column;
  flex-wrap: nowrap;
}

.btn.btn-dark {
  background: #211d1d;
  color: #fff;
}

.btn.btn-dark:hover {
  background: #fff;
  color: #211d1d;
}

.contacts-socials-title {
  text-align: center;
  font-family: "Ivy Mode";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
}

.contacts-socials {
  margin-top: 48px;
  padding-top: 48px;
  position: relative;
}

.contacts-socials:before {
  content: ' ';
  display: block;
  width: 90%;
  height: 1px;
  background: #E1DEDE;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contacts-socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.contacts-socials-list-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.contacts-form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 65%;
  margin: 0 auto;
}


.pp.pp-gallary .pp__content {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.pp.pp-gallary .pp__bg {
	background: #F2F1EB;
}

.pp-slider {
	height: 100%;
}

.pp.pp-gallary .popup-content {
	height: 80%;
	padding: 0;
	    width: 100%;
}
.pp.pp-gallary.pp-gallary_big .popup-content {
	height: 95%;
}
.pp-slider-swiper {
	height: 100%;
}

.pp.pp-gallary .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* text-align: center; */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.swiper-button-prev {
  color: #212222;
  left: 70px;
}

.swiper-button-next {
  color: #212222;
  right: 70px;
}

.photos-item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.medals-item:hover .medals-img {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.medals-img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tippy-box {
  background-color: #212222;
  padding: 10px;
  text-align: center;
  top: -40px;
}

.tippy-arrow {
  color: #212222;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  cursor: pointer;
  background: 0 0;
  border: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 60px;
  height: 46px;
  z-index: 6;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  /* border: 2px solid #121111; */
  /* border-radius: 14px; */
}
.burger-cont {
  position: relative;
  width: 40px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}
.burger-cont span {
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #121111;
  position: absolute;
  border-radius: 15px
}
.burger-cont span:last-child {
  margin-bottom: 0
}
.burger .burger-cont span:first-child {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px)
}
.burger .burger-cont span:nth-child(3) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px)
}
.burger.active .burger-cont span {
  position: absolute;
  margin-bottom: 0
}
.burger.active .burger-cont span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.burger.active .burger-cont span:nth-child(2) {
  width: 0;
  opacity: 0
}
.burger.active .burger-cont span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header-mobile {
  display: none;
}

.pp.pp-video .pp__close {
  top: -34px;
  right: 0;
}

.pp.pp-video .close__lane {
  background: #fff;
}

.txt-i.error {
    border-color: #ffb0b0;
}

.txt-a.error {
    border-color: #ffb0b0;
}
.f-item.f-item-warn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.f-item.f-item-btn {
    display: flex;
    align-items: center;
}
.formf-thanks-title {
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 24px;
}

.formf-thanks-text {
    font-size: 22px;
}

.form-thanks {
    display: none;
}
.content-with-image.content-with-image_noimage .content-with-image-r {
    width: 100%;
}
.cookie-box__cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn.btn-dark.btn-m.btn_cookie {
    padding: 12px 40px;
} 
.cookie-box_text {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    /* margin-bottom: 30px; */
    padding-right: 16px;
    line-height: 1.4;
}
.swiper-lazy-preloader {
    border-color: #252626;
	border-top-color: transparent;
}

input.txt-i[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

textarea.txt-a[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}



@media only screen and (max-width: 1439px) {
  .message.message_homepage h1 {
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.message-subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.message-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
}

.header-nav-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
}

.message.message_homepage {
    margin-bottom: 50px;
    margin-left: 50px;
    /* transform: translateX(-10px); */
}

.medals-wrap {
    /* width: 50%; */
    margin-right: 100px;
    /* transform: translateX(-210px); */
}

.medals-item {
    width: 105px;
    height: 105px;
    margin-right: -39px;
}
.page404-subtitle-wrap .page-title-box-backtext {
  font-size: 140px;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

}


@media only screen and (max-width: 1280px) {
  .homepage-sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.message.message_homepage {
    width: 100%;
    margin: 0;
    padding: 40px 40px;
}

.medals-wrap {
    width: 100%;
    margin: 0;
    padding: 0 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.header-nav-item {
    padding: 14px 22px 12px 22px;
}

.page-title-box-backtext {
  font-size: 130.998px;
}

.page-title-box h1 {
  font-size: 68px;
}

.wrap.wrap-innerpage {
  padding-top: 120px;
}

.page-subtitle {
  font-size: 18px;
}

.page-container {
  width: 760px;
}

.video-item .video-box {
  min-height: 220px;
}

.video-item-caption {
  font-size: 16px;
}
h2.page-content-block-title {
  font-size: 32px;
}

.ach-list-year {
  font-size: 44px;
}

.ach-list-title {
  font-size: 18px;
}

.ach-list-text {
  font-size: 16px;
}

body {
  font-size: 16px;
}

.image-box-caption {
  font-size: 12px;
}
.photos-list {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.page404-subtitle-wrap .page-title-box-backtext {
  font-size: 116px;
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}
.css-content blockquote {
  padding-left: 20px;
  font-size: 20px;
  margin: 48px 0;
}

.contacts-form {
  width: 80%;
}

.btn {
  font-size: 18px;
  padding: 18px 36px;
}

.contacts-socials-title {
  font-size: 36px;
}

.contacts-socials-list {
  gap: 0px;
}


}


@media only screen and (max-width: 1024px) {
  .header-wrap {
    display: none;
}

.header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 22;
}

.header-mobile-logo {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.header-mobile-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-mobile:after {
    content: ' ';
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    background: #F0F0F0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.burger-cont span:nth-child(2) {
    display: none;
}

.burger .burger-cont span:nth-child(3) {
    width: 28px;
}

.mm-nav-item {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 27px 0;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.mm-menu-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sidebar.mobile-sidebar {
    height: calc(100vh - 50px);
    top: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.sidebar.mobile-sidebar .pp__close {
    display: none;
}

.wrapper.wrapper-homepage {
    padding-top: 50px;
}

.mm-nav-item:hover {
    opacity: .4;
}

.burger.active .burger-cont span:first-child {
    width: 28px;
}
.wrapper.wrapper-innerpage {
  padding-top: 50px;
}

.wrap.wrap-innerpage {
  padding-top: 40px;
}

.video-item {
  margin-right: 10px;
  width: calc(100% / 2 - 5px);
  margin-bottom: 24px;
}

.page-container {
  width: calc(100% - 40px);
}

.pp.pp-video .pp__content {
  width: 700px;
  height: 454px;
}

.page-title-box-backtext {
  font-size: 110.998px;
}

.video-item {}

.video-item .video-box {
  min-height: 194px;
  margin-bottom: 10px;
}

.video-play {
  width: 58px;
  height: 58px;
  background-size: contain;
}

.video-play:after {
  background-size: contain;
}

.video-item-caption {
  font-size: 14px;
}

.footer-b-l {
  font-size: 14px;
}

.footer {
  padding: 24px 15px;
}

.footer-bottom {
  padding-top: 24px;
}

a.devby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
}

.ach-list-year {
  width: 25%;
}

.ach-list-content {
  width: 75%;
}

.content-with-image-l {
  width: 25%;
}

.content-with-image-r.css-content {
  width: 75%;
}

.content-with-image-l .image-box {
  max-width: 82%;
}
.swiper-button-prev {
  left: 35px;
}

.swiper-button-next {
  right: 35px;
}
.page404-title {
  font-size: 220px;
}

.page404-subtitle-wrap {
  font-size: 56px;
}

.page-title-box-backtext {
  display: none;
}

















}


@media only screen and (max-width: 768px) {
  .border-page {
    padding: 10px;
}

.header-mobile {
    padding: 0 10px;
}

.mm-nav-item {
    padding: 22px 0;
    font-size: 20px;
}

.mm-menu-navigation {
    padding-top: 24px;
}

.message-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.message.message_homepage h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}

.message-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.message.message_homepage {
    padding: 12px;
}

.medals-wrap {
    padding: 0 12px 24px;
}

.medals-item {
    width: 60px;
    height: 60px;
    margin-right: -20px;
}

.tippy-box {
    padding: 0;
    font-size: 13px;
    text-align: left;
}

.medals-item:hover .medals-img {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}
.page-title-box h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
}

.page-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.page-container {
  width: calc(100% - 30px);
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-title-box {
  margin-bottom: 24px;
}

.video-item .video-box {
  min-height: unset;
  width: 100;
}

.video-item {
  width: 100%;
}

.video-box img {
  position: relative;
}


.video-play.js-play-video {
  position: absolute;
  margin: auto;
}

.footer-b-l {
  margin-bottom: 20px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer {
  padding: 24px 10px;
}

.wrapper.wrapper-innerpage .border-page-inner {
  padding-bottom: 40px;
}

.pp.pp-video .pp__content {
  width: 90%;
  height: 250px;
}

.ach-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ach-list-item:last-child {
  border: navajowhite;
}

.ach-list-year {
  width: 100%;
  font-size: 58px;
  margin-bottom: 10px;
}

.ach-list-content {
  width: 100%;
}

.content-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content-with-image-l {
  width: 100%;
  margin-bottom: 24px;
}

.content-with-image-l .image-box {
  max-width: calc(100% - 10px);
}

.image-box-caption {
  font-size: 14px;
}

.content-with-image-r.css-content {
  width: 100%;
}

.page-content-block:last-child {
  margin-bottom: 0px;
}
.photos-list {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.page404-title {
  font-size: 100px;
}

.page404-subtitle-wrap {
  font-size: 32px;
  margin-bottom: 32px;
}


.css-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -.48px
}
.css-content h3 {
  font-size: 22px
}
.css-content h4 {
  font-size: 20px
}
.css-content h5 {
  font-size: 20px
}
.css-content h6 {
  font-size: 20px
}
.css-content blockquote {
  padding-left: 10px;
  font-size: 20px
}
.css-content-tablewrapper {
  overflow: auto;
  margin-bottom: 32px
}
.css-content table {
  width: unset;
  margin-bottom: 0
}
.contacts-form {
  width: 100%;
}

.txt-i {
  font-size: 16px;
  padding: 13px 14px;
  border-radius: 16px;
}

.f-item {
  margin-bottom: 12px;
}

.txt-a {
  font-size: 16px;
  padding: 13px 14px;
  border-radius: 16px;
}

.contacts-socials-title {
  font-size: 28px;
}

.contacts-socials {
  margin-top: 24px;
  padding-top: 24px;
}

a.contacts-socials-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
}

.btn {
  font-size: 16px;
  padding: 15px 29px;
}
.cookie-box {
    width: 94%;
    right: 3%;
    bottom: 10px;
    padding: 15px;
}

.cookie-box__cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.cookie-box_text {
    font-size: 12px;
    margin-bottom: 12px;
}







}