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

body {
  margin: 0; }

main {
  display: block; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Inter Tight", sans-serif;
  background: #fbfbfb;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: black; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #004393; }

.blue {
  color: #004393; }

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

.d-flex, .q {
  display: flex; }

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

footer {
  margin-top: auto; }

h1 {
  color: white;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  margin: 0; }

h2 {
  margin: 0;
  color: #1c1c1c;
  font-size: 48px;
  line-height: 100%;
  font-weight: 500; }

.sub {
  width: 100%;
  max-width: 147px;
  color: #959595;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

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

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #004393; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #004393;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #004393; }

.info__row, .tabs__nav, .arcticmodal-container {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #004393;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  width: 194.66px;
  height: 52px;
  border-radius: 10px;
  background: #004393;
  border: 1px solid #004393; }
  .btn .svg {
    margin-left: 15px; }
  .btn:hover {
    border: 1px solid white;
    background: transparent;
    color: white; }
  .btn_2 {
    border: 1px solid white;
    background: transparent;
    color: white; }
    .btn_2:hover {
      background: #468cdf;
      border: 1px solid #468cdf; }
  .btn.light:hover {
    background: #468cdf;
    border: 1px solid #468cdf; }

input::-webkit-input-placeholder {
  color: white !important; }

input::-moz-placeholder {
  color: white !important; }

input:-ms-input-placeholder {
  color: white !important; }

input:-moz-placeholder {
  color: white !important; }

.menu-btn, .menu {
  display: none; }

.arcticmodal-overlay, .arcticmodal-container {
  background: rgba(0, 30, 65, 0.8); }

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 20;
  transform: rotate(0deg);
  transition: 0.5s; }
  .close-popup:hover {
    transform: rotate(90deg); }

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px; }
  .box-modal__close:hover {
    transition: 0.5s;
    transform: rotate(90deg); }

.box-modal {
  position: relative; }

.popup-call__box {
  position: absolute;
  top: -20rem;
  left: 50%;
  margin-left: -408px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  box-sizing: border-box;
  width: 816px;
  border-radius: 30px;
  background: black;
  padding: 50px 90px; }

.popup__title {
  margin-bottom: 37px;
  color: white;
  font-size: 27px;
  font-weight: 400;
  text-align: center; }

.popup__row {
  justify-content: space-between;
  margin-bottom: 35px; }

.popup__left {
  width: 100%;
  border-radius: 30px;
  background: #eeeeee;
  max-width: 268px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 232px; }
  .popup__left img {
    width: 100%;
    object-fit: contain;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.popup__right {
  width: 100%;
  max-width: 343px;
  border-radius: 30px;
  background: #1c1c1c;
  padding: 35px 38px 25px; }

.popup__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 8px; }

.popup__delivery {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: #ADADAD;
  line-height: 130%;
  margin-bottom: 43px; }
  .popup__delivery span {
    margin-left: 10px; }
  .popup__delivery_2 {
    margin-bottom: 25px; }

.popup__remove {
  font-weight: 700;
  font-size: 13px;
  line-height: 170%;
  color: #004393; }
  .popup__remove:hover {
    color: #468cdf; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #004393; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #004393 !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -4px;
  flex-wrap: wrap;
  position: relative;
  z-index: 3; }
  .bread a {
    color: #dbdbdb;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase; }
    .bread a:after {
      content: "|";
      display: inline-block;
      color: #dbdbdb !important;
      font-size: 12px;
      font-weight: 400;
      line-height: 100%;
      margin: 0 10px 0 8px;
      position: relative;
      top: 1px; }
    .bread a:hover {
      color: #468cdf; }
  .bread span {
    color: #dbdbdb;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase; }

.mob {
  display: none; }

.page h1 {
  text-align: center;
  font-size: 96px; }

.page .header__wrap {
  margin-top: 62px; }

.page .header {
  padding-bottom: 38px; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #004393; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #004393; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important; }
  .pag .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #e6e6e6;
    opacity: 1;
    margin-right: 10px !important; }
    .pag .swiper-pagination-bullet:last-child {
      margin-right: 0 !important; }

.nav {
  padding: 14px 0; }
  .nav__logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav__logo img {
      width: 100%;
      object-fit: contain; }
  .nav__box {
    justify-content: space-between;
    align-items: center; }
  .nav__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -20px;
    left: -11px; }
    .nav__list li {
      margin-right: 21px; }
      .nav__list li:last-child {
        margin-right: 0; }
      .nav__list li a {
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        text-transform: lowercase;
        color: white; }
      .nav__list li.active a, .nav__list li:hover a {
        color: #468cdf; }
  .nav__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background: #004393; }
    .nav__socials a:hover {
      background: #468cdf; }
    .nav__socials a:first-child {
      margin-right: 6px; }
  .nav__info {
    align-items: center;
    position: relative;
    top: -14px; }
  .nav__enter {
    width: 163.42px;
    height: 45.62px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 72px; }

.header {
  position: relative;
  padding-bottom: 76px; }
  .header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .header__wrap {
    margin-top: 304px;
    position: relative; }
  .header__flex {
    justify-content: space-between;
    align-items: flex-end; }
  .header__sub {
    display: flex;
    align-items: center;
    position: absolute;
    left: 426px;
    bottom: 80px; }
    .header__sub p {
      font-size: 16px;
      color: white;
      font-weight: 500;
      line-height: 120%;
      margin-left: 20px; }
      .header__sub p span {
        color: #468cdf; }
  .header__btn {
    position: relative;
    top: -16px; }

.info {
  padding: 70px 20px 22px; }
  .info .container {
    padding: 0; }
  .info__row {
    justify-content: space-between;
    overflow-x: auto;
    margin-bottom: 70px; }
  .info__item {
    align-items: center;
    margin-right: 85px;
    overflow: hidden; }
    .info__item p {
      width: 100%;
      max-width: 422px;
      margin-left: 27px;
      margin-top: 7px;
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      white-space: nowrap; }
    .info__item:last-child {
      margin-right: 0; }
  .info__top {
    position: relative;
    margin-bottom: 35px; }
    .info__top .sub {
      position: absolute;
      top: 0;
      left: 0; }
    .info__top h2 {
      font-size: 32px;
      text-align: center;
      position: relative;
      left: 56px; }
  .info__box {
    justify-content: space-between;
    margin-bottom: 28px; }
  .info__block {
    width: 100%;
    max-width: 324px;
    border-radius: 25px;
    background: #f2f2f2;
    position: relative;
    padding: 20px 20px 18px; }
    .info__block:last-child {
      max-width: 471px;
      background: #004393; }
      .info__block:last-child .info__num {
        background: white;
        color: #004393;
        width: 91px;
        height: 58px;
        font-size: 23px; }
      .info__block:last-child .info__txt {
        color: white;
        position: relative;
        z-index: 2; }
      .info__block:last-child .info__pic {
        height: 151px;
        border-radius: initial;
        width: 151px;
        margin-left: 188px;
        position: relative;
        z-index: 2;
        margin-top: -6px; }
      .info__block:last-child .info__bg {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
        width: 100%; }
  .info__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88.08px;
    height: 55.62px;
    border-radius: 16.76px;
    background: #004393;
    color: white;
    font-size: 21.79px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin-bottom: 44px; }
  .info__txt {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; }
  .info__pic {
    width: 100%;
    height: 133px;
    overflow: hidden;
    border-radius: 12px;
    object-fit: cover;
    margin-top: 20px; }
  .info__area {
    margin-top: 25px; }
  .info__el {
    align-items: flex-start; }
    .info__el div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 168px;
      height: auto;
      padding: 8px 0;
      border-radius: 11.11px 11.11px 0px 11.11px;
      background: white;
      color: #363636;
      font-size: 12px;
      font-weight: 500; }
    .info__el img {
      margin-top: 5px;
      margin-left: 8px;
      width: 32px;
      height: 32px;
      object-fit: contain; }
    .info__el:first-child {
      margin-bottom: 18px;
      margin-left: 39px; }
    .info__el:nth-child(2) {
      margin-left: -11px;
      align-items: flex-end; }
      .info__el:nth-child(2) div {
        width: 241px;
        justify-content: flex-start;
        padding-left: 20px;
        border-radius: 11.11px 11.11px 11.11px 0px;
        background: #004393;
        color: white;
        order: 2; }
      .info__el:nth-child(2) img {
        order: 1;
        margin-left: 0;
        margin-right: 15px; }
  .info__more {
    width: 100%;
    position: relative; }
    .info__more .svg {
      position: absolute;
      top: 17px;
      right: 17px; }

.ready {
  padding: 50px 0; }
  .ready__wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #004393;
    padding: 68px 24px 66px 62px;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .ready__wrap img {
      position: absolute;
      top: -140px;
      left: 3px;
      z-index: 0; }
    .ready__wrap .sub {
      color: white;
      position: relative;
      z-index: 2;
      top: 13px; }
  .ready__text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    line-height: 119%;
    width: 100%;
    max-width: 805px; }
  .ready .info__more {
    background: #252525;
    border: 1px solid #252525; }

.arrows {
  align-items: center; }
  .arrows .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    width: 51.56px;
    height: 51.56px;
    border-radius: 50%;
    background: #252525; }
    .arrows .arrow:first-child {
      margin-right: 10px; }
    .arrows .arrow:hover {
      background: #468cdf; }

.diploms {
  padding: 40px 0 80px; }
  .diploms .swiper1 {
    overflow: hidden;
    width: 100%;
    max-width: 830px; }
    .diploms .swiper1 .swiper-slide {
      position: relative;
      overflow: hidden;
      height: 415.84px;
      border-radius: 25px;
      background: #f2f2f2;
      padding: 110px 56px; }
      .diploms .swiper1 .swiper-slide p {
        color: black;
        font-size: 24px;
        font-weight: 600;
        line-height: 120%;
        position: relative;
        z-index: 2; }
      .diploms .swiper1 .swiper-slide span {
        width: 73px;
        height: 43px;
        border-radius: 10px;
        background: #004393;
        color: white;
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        text-align: center;
        font-family: "Inter", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 36px;
        position: relative;
        z-index: 2; }
      .diploms .swiper1 .swiper-slide img {
        position: absolute;
        top: 48px;
        left: 62px;
        z-index: 0; }
      .diploms .swiper1 .swiper-slide:nth-child(2n) {
        background: #252525; }
        .diploms .swiper1 .swiper-slide:nth-child(2n) p {
          color: white;
          width: 100%;
          max-width: 275px; }
        .diploms .swiper1 .swiper-slide:nth-child(2n) img {
          top: 41px;
          left: 44px; }
  .diploms__box {
    align-items: flex-start;
    margin-bottom: 88px;
    justify-content: space-between; }
  .diploms .arrows {
    margin-top: 319px; }
  .diploms__row {
    justify-content: space-between; }
  .diploms__left {
    width: 100%;
    overflow: hidden;
    max-width: 682px;
    border-radius: 30px;
    background: #252525;
    padding: 62px 30px 56px 60px;
    position: relative; }
    .diploms__left img {
      position: absolute;
      top: -115px;
      left: 0;
      z-index: 0; }
    .diploms__left h2 {
      color: white;
      font-size: 40px;
      margin-bottom: 43px;
      position: relative;
      z-index: 2;
      line-height: 121%; }
    .diploms__left span {
      display: block;
      color: white;
      position: relative;
      z-index: 2;
      margin-bottom: 20px;
      font-weight: 500;
      line-height: 124%;
      color: white;
      font-size: 21px; }
    .diploms__left p {
      color: white;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      z-index: 2; }
  .diploms__right {
    width: 100%;
    max-width: 480px; }
    .diploms__right img {
      width: 100%;
      overflow: hidden;
      object-fit: cover;
      height: 383px;
      border-radius: 20px; }
    .diploms__right div {
      width: 100%;
      border-radius: 20px;
      background: #004393;
      padding: 21px 27px;
      margin-top: -6px; }
      .diploms__right div span {
        display: block;
        color: white;
        margin-bottom: 10px;
        color: white;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%; }
      .diploms__right div p {
        color: white;
        color: white;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%; }

.team {
  padding: 57px 0 68px;
  background: #252525;
  position: relative; }
  .team h2 {
    margin-bottom: 37px;
    color: white; }
  .team .container {
    position: relative;
    padding-right: 0; }
  .team__fig {
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 0;
    width: 100%; }
  .team__row {
    justify-content: space-between;
    position: relative;
    z-index: 2;
    display: flex; }
  .team__item {
    width: 100%;
    max-width: 24%;
    margin-left: -2px;
    flex: 1 0 auto; }
    .team__item img {
      width: 100%;
      object-fit: cover;
      overflow: hidden;
      border-radius: 20px;
      margin-bottom: 20px;
      object-position: 0px 0px;
      height: 386px; }
    .team__item p {
      margin-left: 30px;
      margin-bottom: 9px;
      color: white;
      font-size: 20px;
      font-weight: 500;
      line-height: 100%; }
    .team__item span {
      color: white;
      font-size: 16px;
      font-weight: 500;
      line-height: 100%;
      display: block;
      margin-left: 30px; }
    .team__item:first-child {
      width: 100%;
      max-width: 34.88%;
      margin-left: 0; }
    .team__item:nth-child(2n) img {
      height: 251px; }

.merch {
  padding: 56px 0 76px; }
  .merch .arrows {
    display: none; }
  .merch h2 {
    text-align: center;
    margin-bottom: 28px; }
  .merch .swiper2 {
    overflow: hidden; }
    .merch .swiper2 .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      height: auto; }
      .merch .swiper2 .swiper-slide h3 {
        margin: 0px 0 10px;
        color: #191919;
        font-size: 24px;
        font-weight: bold;
        line-height: 100%; }
      .merch .swiper2 .swiper-slide.image .merch__top span {
        display: none; }
      .merch .swiper2 .swiper-slide.image .merch__pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        z-index: 0; }
  .merch__block {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    height: 301.76px;
    border-radius: 30px;
    background: #eeeeee;
    padding: 21px 12px 37px 16px; }
  .merch__top {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2; }
    .merch__top span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 119.81px;
      height: 36.44px;
      border-radius: 60px;
      background: white;
      color: #3e3e3e;
      font-size: 13px;
      font-weight: 600;
      line-height: 100%;
      font-family: "Inter", sans-serif;
      text-align: center; }
    .merch__top a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      border-radius: 50px;
      width: 36.44px;
      height: 36.44px;
      background: white; }
      .merch__top a:hover {
        background: red; }
  .merch__pic {
    object-fit: contain;
    width: 177px;
    height: 177px;
    display: block;
    margin: 30px auto 0; }
  .merch__sub {
    color: #adadad;
    font-size: 11px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 12px; }
  .merch__info {
    align-items: center;
    margin-bottom: 13px; }
    .merch__info span {
      display: block;
      margin-right: 18px;
      color: #004393;
      font-size: 13px;
      font-weight: 700; }
    .merch__info p {
      color: #191919;
      font-size: 13px;
      font-weight: 700; }
  .merch__sum {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #191919;
    margin-bottom: 11px;
    margin-top: auto; }
  .merch__btn {
    width: 100%;
    height: 45px;
    border-radius: 60px; }
    .merch__btn:hover {
      background: #468cdf; }
  .merch__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #ADADAD;
    margin-bottom: 24px; }

.faq {
  padding: 63px 0px 93px;
  background: #252525; }
  .faq .container {
    padding: 0; }
  .faq h2 {
    color: white; }
  .faq__top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    padding: 0 20px; }
  .faq__link {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14.45px;
    font-weight: 400;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
    margin-top: 10px; }
    .faq__link .svg {
      margin-left: 10px; }
    .faq__link:hover {
      color: #468cdf;
      border-bottom: 1px solid #468cdf; }
      .faq__link:hover .svg path {
        fill: #468cdf; }
  .faq__item {
    align-items: flex-start;
    padding: 23.5px 20px;
    display: flex;
    border-bottom: 1px solid #e2e2e2; }
    .faq__item:first-child {
      border-top: 1px solid #e2e2e2; }
    .faq__item:hover .faq__arrow {
      transform: rotate(45deg); }
  .faq__title {
    width: 100%;
    max-width: 228px;
    margin-right: 100px;
    font-weight: 300;
    font-size: 21px;
    line-height: 120%;
    color: #FFFFFF; }
  .faq__num {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #468CDF;
    margin-right: 52px;
    min-width: 44px; }
    .faq__num span {
      margin-right: 12px; }
  .faq__text {
    width: 100%;
    max-width: 479px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF; }
  .faq__arrow {
    margin-left: auto;
    transition: 0.5s; }

.news {
  padding: 46px 0 100px; }
  .news h2 {
    text-align: center;
    margin-bottom: 29px; }
  .news .arrows {
    display: none; }
  .news .swiper3 {
    overflow: hidden; }
    .news .swiper3 .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      background: #004393;
      border-radius: 20px;
      overflow: hidden; }
      .news .swiper3 .swiper-slide a {
        display: block;
        width: 100%;
        padding-bottom: 37px;
        height: 100%;
        transition: 0.5s; }
        .news .swiper3 .swiper-slide a:hover {
          background: #468cdf; }
          .news .swiper3 .swiper-slide a:hover p {
            color: white; }
      .news .swiper3 .swiper-slide img {
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
        overflow: hidden;
        height: 241px;
        z-index: -1; }
      .news .swiper3 .swiper-slide span {
        position: absolute;
        top: 200px;
        left: 34px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        z-index: 2; }
      .news .swiper3 .swiper-slide p {
        margin: 24px 34px 0;
        font-weight: 600;
        transition: 0.5s;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        width: 100%;
        max-width: 276px; }
      .news .swiper3 .swiper-slide:nth-child(2n) {
        background: #e3efee; }
        .news .swiper3 .swiper-slide:nth-child(2n) p {
          color: black; }
  .news__btn {
    margin: 29px auto 0;
    width: 298px; }

.sert {
  background: #252525;
  padding: 79px 0 81px; }
  .sert__box {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 67px 0 53px; }
  .sert__content {
    width: 100%;
    max-width: 62.44%; }
  .sert .sub {
    max-width: 190px;
    margin-bottom: 36px; }
  .sert__text {
    margin-bottom: 46px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF; }
  .sert__links {
    width: 96%;
    justify-content: space-between; }
    .sert__links a {
      width: 48%; }

label.error {
  display: none !important; }

input.error {
  border: 1px solid #ff3232 !important; }

.footer {
  background: black;
  padding-top: 68px; }
  .footer__mob {
    display: none; }
  .footer__box {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 67px 0 58px; }
  .footer__logo {
    margin-bottom: 26px; }
  .footer__content {
    width: 100%;
    max-width: 341px; }
    .footer__content p {
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      color: #FFFFFF;
      margin-bottom: 27px; }
      .footer__content p a {
        display: block;
        color: white; }
        .footer__content p a:hover {
          color: #468cdf; }
  .footer__form {
    width: 100%;
    max-width: 61.1%; }
    .footer__form h2 {
      font-weight: 300;
      font-size: 27px;
      line-height: 120%;
      color: #FFFFFF;
      margin-bottom: 22px; }
  .footer__row {
    justify-content: space-between;
    padding: 113px 62px 37px 58px; }
    .footer__row p {
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      color: #FFFFFF; }
  .footer__policy {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin-right: 35px; }
    .footer__policy:hover {
      color: #468cdf; }
  .footer__com {
    align-items: center; }
    .footer__com p {
      margin-left: 6px;
      color: #004393;
      font-size: 18px;
      font-weight: 400;
      transition: 0.5s; }
    .footer__com:hover p {
      color: #468cdf; }
  .footer__word {
    font-weight: 700;
    font-size: 250px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #004393;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    will-change: transform;
    animation: marquee-ltr 12s linear infinite;
    padding-right: 2rem; }
    .footer__word:before {
      content: attr(data-text);
      position: absolute;
      right: 100%;
      padding-right: 2rem; }
  .footer__marquee {
    overflow: hidden;
    width: 100%;
    margin-bottom: -83px;
    display: flex; }

@keyframes marquee-ltr {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  .form input {
    width: 48%;
    padding-bottom: 19px;
    margin-bottom: 47px;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 12px;
    font-weight: 400;
    background: transparent;
    line-height: 100%; }
    .form input:first-child {
      width: 100%; }
    .form input:focus {
      border-bottom: 1px solid #468cdf; }
  .form input.error {
    border: none !important;
    border-bottom: 1px solid #ff3232 !important; }
  .form button {
    width: 100%;
    margin-top: -17px; }

.proc__item {
  position: relative;
  overflow: hidden;
  height: 385px;
  width: 49.1%;
  margin-bottom: 25px;
  border-radius: 25px;
  background: #f2f2f2;
  padding: 100px 50px; }
  .proc__item p {
    color: black;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    z-index: 2;
    transition: 0.5s; }
  .proc__item span {
    width: 73px;
    transition: 0.5s;
    height: 43px;
    border-radius: 10px;
    background: #004393;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    position: relative;
    z-index: 2; }
  .proc__item img {
    position: absolute;
    top: 48px;
    left: 38px;
    z-index: 0;
    transition: 0.5s; }
  .proc__item .bg {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: 0.5s; }
  .proc__item small {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 12px;
    position: relative;
    z-index: 3;
    line-height: 15px;
    color: #ADADAD;
    transition: 0.5s; }
  .proc__item_1 {
    width: 32.25%; }
  .proc__item_2 {
    width: 32.25%;
    background: #252525; }
    .proc__item_2 p {
      color: white;
      width: 100%;
      max-width: 275px; }
    .proc__item_2 img {
      top: 41px;
      left: 26px; }
  .proc__item_3 {
    background: #004393;
    padding: 50px; }
    .proc__item_3 p {
      color: white;
      width: 100%;
      margin-bottom: 14px; }
    .proc__item_3 img {
      top: 1px;
      left: 169px; }
    .proc__item_3 span {
      background: white;
      color: #004393; }
    .proc__item_3 small {
      color: white; }
  .proc__item_4 {
    padding: 50px; }
    .proc__item_4 p {
      margin-bottom: 14px; }
    .proc__item_4 img {
      top: 42px;
      right: 42px;
      left: initial; }
  .proc__item_5 {
    padding: 50px; }
    .proc__item_5 p {
      margin-bottom: 14px; }
    .proc__item_5 img {
      top: 42px;
      right: 42px;
      left: initial; }
    .proc__item_5 small {
      max-width: 378px;
      width: 100%; }
  .proc__item_6 {
    background: #004393;
    padding: 50px; }
    .proc__item_6 p {
      color: white;
      width: 100%;
      margin-bottom: 14px; }
    .proc__item_6 img {
      top: 55px;
      left: 217px;
      opacity: 0.2; }
    .proc__item_6 span {
      background: white;
      color: #004393; }
    .proc__item_6 small {
      color: white;
      max-width: 388px;
      width: 100%; }
  .proc__item:hover img {
    opacity: 0; }
  .proc__item:hover .bg {
    opacity: 1; }
  .proc__item:hover small, .proc__item:hover p, .proc__item:hover span {
    color: white; }
  .proc__item:hover span {
    background: #004393; }

.proc__row {
  flex-wrap: wrap;
  justify-content: space-between; }

.proc__image {
  width: 32.25%;
  border-radius: 23.15px;
  height: 385px;
  overflow: hidden;
  object-fit: cover; }

.sec {
  padding: 40px 0; }

.stan {
  position: relative; }
  .stan__row {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 30px; }
  .stan__fig {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    z-index: -1; }
  .stan__item {
    width: 31%;
    height: 315px;
    border-radius: 30px;
    background: #eeeeee;
    overflow: hidden;
    padding: 26px 16px 26px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .stan__item p {
      font-weight: 700;
      font-size: 26.184px;
      line-height: 130%;
      color: #000000;
      margin-top: auto; }
    .stan__item:nth-child(2n) {
      background: #004393; }
      .stan__item:nth-child(2n) span, .stan__item:nth-child(2n) p {
        color: white; }
  .stan__top {
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .stan__top span {
      font-weight: 700;
      font-size: 13px;
      line-height: 170%;
      color: #004393; }
  .stan .tabs__nav {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 13px;
    overflow-x: auto;
    margin-bottom: 60px;
    border-bottom: 1px solid #e2e2e2; }
    .stan .tabs__nav a {
      font-weight: 500;
      font-size: 13.834px;
      line-height: 17px;
      white-space: nowrap;
      color: #A7A7A7;
      position: relative;
      margin-right: 15px; }
      .stan .tabs__nav a:hover {
        color: #468cdf; }
      .stan .tabs__nav a:last-child {
        margin-right: 0; }
        .stan .tabs__nav a:last-child:after {
          left: -74%;
          width: 170%; }
    .stan .tabs__nav .tabs__btn_active {
      font-weight: bold;
      color: #004393 !important; }
      .stan .tabs__nav .tabs__btn_active:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -13px;
        left: 0;
        width: 200%;
        background: #004393;
        height: 1px; }

.merch-page__row {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px; }

.merch-page__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 40px;
  width: 23.9%; }
  .merch-page__item h3 {
    margin: 0px 0 10px;
    color: #191919;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%; }
  .merch-page__item.image .merch__top span {
    display: none; }
  .merch-page__item.image .merch__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    z-index: 0; }

.news-page__row {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px; }

.news-page__item {
  margin-bottom: 7px;
  width: 32.6%;
  position: relative;
  overflow: hidden;
  height: 444.67px;
  border-radius: 30px;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .news-page__item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news-page__item:before {
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .news-page__item:after {
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    width: 52px;
    height: 52px;
    transition: 0.5s;
    bottom: 15px;
    right: 15px;
    background: url(../img/after.svg) no-repeat center center; }
  .news-page__item small {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    z-index: 2; }
  .news-page__item p {
    margin-top: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
    width: 100%;
    max-width: 260px; }
  .news-page__item span {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    max-width: 257px;
    position: relative;
    z-index: 2; }
  .news-page__item:hover p {
    color: #468cdf; }
  .news-page__item:hover:after {
    transform: rotate(45deg); }

.news-page__flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px; }
  .news-page__flex .news-page__item {
    width: 29%;
    height: 265px; }
    .news-page__flex .news-page__item:nth-child(2) {
      width: 39%;
      height: 385px; }
    .news-page__flex .news-page__item:after {
      display: none; }
    .news-page__flex .news-page__item p {
      margin-bottom: 0; }

.news-page h2 {
  text-align: center;
  margin-bottom: 30px; }

.header-news h1 {
  font-size: 40px;
  margin: 20px 0 20px; }

.news-item__row {
  justify-content: space-between;
  margin-bottom: 40px; }

.news-item__area {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 32.59%;
  padding: 40px 30px; }
  .news-item__area img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news-item__area:before {
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .news-item__area small {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    z-index: 2; }

.news-item__content {
  width: 100%;
  max-width: 67.41%;
  border-radius: 30px;
  background: black;
  padding: 40px 48px; }

.news-item__title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 40px; }

.news-item__text {
  width: 100%;
  max-width: 652px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px; }

.news-item__social {
  align-items: center; }
  .news-item__social p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-right: 20px; }
  .news-item__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    background: #004393; }
    .news-item__social a:hover {
      background: #468cdf; }

.header-policy {
  background: #004393; }
  .header-policy h1 {
    text-align: left;
    font-size: 64px;
    font-weight: 400;
    padding-left: 50px; }
  .header-policy .bread {
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-left: 50px; }
  .header-policy .nav__socials a {
    background: white; }
    .header-policy .nav__socials a .svg path {
      fill: #004393; }
    .header-policy .nav__socials a:hover {
      background: #468cdf; }
      .header-policy .nav__socials a:hover .svg path {
        fill: white; }

.policy__box {
  padding: 20px 50px; }
  .policy__box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1C1C1C; }

.archive .info__more {
  background: #252525;
  border: 1px solid #252525;
  margin-bottom: 30px; }

.archive .ready__wrap img {
  top: -74px;
  left: 35px; }

.archive__box {
  margin-top: 30px; }

.archive__item {
  align-items: flex-start;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #e2e2e2; }
  .archive__item div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 36px;
    border-radius: 60px;
    background: #004393;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin-right: 190px;
    flex: 1 0 auto;
    max-width: 86px; }
  .archive__item p {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #1C1C1C; }
    .archive__item p span {
      color: #8E8E8E; }
  .archive__item:last-child {
    border-bottom: none; }

.a1:hover, .a2:hover {
  background: #468cdf !important; }

.header-laur h1 {
  font-size: 40px;
  width: 100%;
  max-width: 728px;
  margin: 30px auto 0; }

.custom-select {
  position: relative;
  display: inline-block;
  width: max-content;
  margin-right: 60px;
  cursor: pointer; }
  .custom-select:last-child {
    margin-right: 0; }
  .custom-select .custom-checkbox + label::before {
    width: 20px;
    height: 20px;
    background: white;
    max-width: 20px;
    border-radius: 50%;
    margin-right: 13px;
    border: none !important; }
  .custom-select .custom-checkbox:checked + label::before {
    background: url(../img/check.svg) no-repeat center center;
    background-color: white; }

.select-header {
  color: #262626;
  font-size: 14px;
  font-weight: 400; }
  .select-header img {
    margin-left: 10px; }

.select-dropdown {
  display: none;
  border-radius: 15px;
  background: #004393;
  position: absolute;
  width: max-content;
  z-index: 100;
  padding: 15px 24px 5px 15px;
  top: 25px; }

.select-dropdown label {
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px; }

.custom-select.active .select-dropdown {
  display: block; }

.laur__box {
  margin-bottom: 40px; }

.laur__top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px; }

.laur__select .selectCF .titleCF {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px; }

.laur__select .selectCF .arrowCF {
  width: 12px;
  height: 16px;
  background: url(../img/down.svg) no-repeat !important;
  right: 0px;
  top: 5px; }

.laur__select .onCF .arrowCF {
  top: -5px; }

.laur__select .selectCF li ul li {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px; }
  .laur__select .selectCF li ul li:first-child {
    display: none !important; }
  .laur__select .selectCF li ul li:last-child {
    margin-bottom: 0; }

.laur__select .onCF li ul {
  border-radius: 15px;
  background: #004393;
  width: 100%;
  padding: 10px 20px 10px 10px;
  left: 0; }
  .laur__select .onCF li ul li {
    height: auto;
    color: white;
    font-size: 14px;
    font-weight: 400; }

.laur__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  border-radius: 30px;
  background: #eeeeee;
  padding: 15px 25px 15px 35px; }
  .laur__item:last-child {
    margin-bottom: 0; }
  .laur__item span {
    font-weight: 700;
    font-size: 32px;
    line-height: 170%;
    color: #004393;
    min-width: 42px;
    margin-right: 56px; }
  .laur__item p {
    font-weight: 700;
    font-size: 26.184px;
    line-height: 130%;
    color: #000000;
    margin-right: 80px;
    width: 100%;
    max-width: 350px; }

.laur__tags {
  margin-left: auto; }
  .laur__tags div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004393;
    width: max-content;
    height: 36px;
    border-radius: 60px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px;
    margin-right: 28px; }
    .laur__tags div:last-child {
      margin-right: 0; }

.enter {
  background: #232323;
  padding: 100px 0; }
  .enter h2 {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF; }
  .enter .form {
    width: 100%;
    max-width: 635px;
    margin: 0 auto; }
    .enter .form input {
      width: 100%; }
  .enter__socials {
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    .enter__socials div {
      display: flex; }
    .enter__socials p {
      font-weight: 300;
      font-size: 27px;
      line-height: 120%;
      color: #FFFFFF;
      margin-right: 25px; }
    .enter__socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 46.92px;
      height: 46.92px;
      background: #004393;
      margin-right: 13px; }
      .enter__socials a:hover {
        background: #468cdf; }
      .enter__socials a:last-child {
        margin-right: 0; }

#popup-call .popup__title {
  font-weight: 300;
  font-size: 27px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px; }

#popup-call .form input {
  width: 100%; }

#popup-thank .popup-call__box {
  padding: 120px 70px; }
  #popup-thank .popup-call__box img {
    display: block;
    margin: 0 auto; }

#popup-thank .popup__title {
  margin: 20px auto 25px; }

#popup-thank .popup__txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #BCBCBC;
  text-align: center;
  margin: 0 auto; }

@media screen and (min-width: 1400px) {
  .info__row {
    overflow-x: visible; } }

@media screen and (max-width: 1199px) {
  .nav__enter {
    margin-left: 30px; }
  h1 {
    font-size: 53px; }
  .header__wrap {
    margin-top: 200px; }
  .header__sub {
    left: 364px;
    bottom: 63px; }
  .info__txt br {
    display: none; }
  .info__block:last-child {
    max-width: 40%; }
  .info__block {
    max-width: 28%; }
  .info__el:nth-child(2) div {
    padding-left: 10px; }
  .info__block:last-child .info__pic {
    margin-left: 108px;
    z-index: 2;
    margin-top: 19px; }
  .ready__text {
    font-size: 30px; }
  .ready__wrap {
    padding: 50px 40px; }
  .diploms__box {
    flex-direction: column;
    align-items: center; }
    .diploms__box .sub {
      max-width: 100%; }
      .diploms__box .sub br {
        display: none; }
  .diploms .arrows {
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 41px; }
  .diploms__row {
    flex-direction: column-reverse; }
  .diploms__right {
    max-width: 100%; }
  .diploms__right img {
    object-position: 0px 0px; }
  .diploms__left {
    max-width: 100%; }
  .team__row {
    flex-wrap: wrap; }
  .team .container {
    padding-right: 20px; }
  .team__item {
    max-width: 47% !important;
    margin-bottom: 40px; }
  .team__item p {
    margin-left: 0; }
  .team__item span {
    margin-left: 0; }
  .team__item img {
    height: 350px !important; }
  .team {
    padding: 50px 0 20px; }
  .faq__title {
    margin-right: 40px; }
  .footer__form {
    max-width: 51.1%; }
  .info__item:last-child p {
    white-space: initial; }
  .info__item {
    align-items: flex-start; }
  .merch .arrows, .news .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
  .footer__box {
    padding: 0; }
  .footer__row {
    padding: 100px 0 37px; }
  .sert__box {
    padding: 0; }
  .proc__item {
    height: auto; }
  .proc__image {
    height: 438.75px;
    width: 49.1%; }
  .proc__item_1, .proc__item_2 {
    width: 49.1%; }
  .proc__item_1 {
    height: 438.75px; }
  .stan__row {
    gap: 30px; }
  .stan__item p {
    font-size: 22px; }
  .stan__top span {
    font-size: 11px; }
  .stan__top img {
    width: 61px; }
  .stan__item {
    height: 262px;
    padding: 22px 15px 22px 25px; }
  .merch-page__item {
    width: 32.1%; }
  .news-page__item {
    width: 49.3%; }
  .news-page__flex {
    flex-direction: column;
    align-items: center; }
  .news-page__flex .news-page__item, .news-page__flex .news-page__item:nth-child(2) {
    width: 49.3%; }
  .news-item__row {
    flex-direction: column; }
  .news-item__area {
    margin-bottom: 40px;
    max-width: 100%;
    height: 400px; }
  .news-item__content {
    max-width: 100%; }
  .archive__item div {
    margin-right: 100px; }
  .laur__item {
    flex-wrap: wrap; }
  .laur__item span {
    margin-right: 30px; }
  .laur__tags {
    margin-left: 0;
    width: 100%;
    margin-top: 24px; } }

@media (max-width: 991px) {
  .menu-btn, .menu {
    display: block; }
  .menu-btn {
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 11;
    background: url(../img/bur1.svg) no-repeat center center;
    overflow: hidden; }
    .menu-btn.active {
      background: url(../img/bur2.svg) no-repeat center center;
      position: fixed;
      right: 30px;
      top: 30px;
      border-radius: 50px; }
  .nav__box {
    position: relative; }
    .nav__box .nav__socials, .nav__box .nav__list {
      display: none; }
  .nav__info {
    position: initial; }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 40px;
    background: #252525;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden; }
    .menu.active {
      transform: translateX(0%); }
    .menu .nav__list {
      left: 0;
      display: block;
      text-align: center; }
      .menu .nav__list li {
        margin-right: 0 !important;
        margin-bottom: 20px; }
    .menu .nav__socials {
      margin-top: 20px;
      justify-content: center; }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .nav__enter {
    position: absolute;
    margin-left: -54px;
    left: 50%; }
  .header__sub {
    left: 0;
    bottom: 0;
    position: relative;
    justify-content: center;
    margin-bottom: 40px; }
  .header__wrap {
    margin-top: 120px; }
  .header__flex {
    flex-direction: column;
    text-align: center;
    align-items: center; }
  .header__btn {
    top: 0;
    margin-top: 30px; }
  h1 {
    font-size: 46px; }
  .info__row {
    overflow: visible;
    flex-direction: column;
    margin-bottom: 72px; }
  .info__item {
    overflow: visible;
    margin-right: 0;
    margin-bottom: 27px; }
    .info__item img {
      width: 51px; }
    .info__item:nth-child(2) {
      margin-left: 6px; }
      .info__item:nth-child(2) img {
        width: 40px;
        margin-right: 5px; }
    .info__item:last-child {
      margin-bottom: 0; }
  .info__top .sub {
    display: none; }
  .info__top h2 {
    left: 0; }
  .info__box {
    flex-direction: column; }
  .info__block {
    max-width: 100% !important;
    margin-bottom: 25px; }
    .info__block:last-child {
      margin-bottom: 0; }
  .info__pic {
    height: auto; }
  .info__el {
    justify-content: center; }
  .info__block:last-child .info__pic {
    display: flex;
    margin-left: auto; }
  .ready {
    padding: 40px 0; }
  .ready__wrap {
    padding: 40px 20px;
    flex-direction: column; }
  .ready__wrap .sub {
    top: 0;
    max-width: 100%;
    margin-bottom: 13px; }
    .ready__wrap .sub br {
      display: none; }
  .diploms .swiper1 .swiper-slide {
    padding: 25px 25px 44px;
    height: auto; }
  .diploms .swiper1 .swiper-slide p {
    font-size: 21px; }
  .diploms__box {
    margin-bottom: 40px; }
  .diploms__left h2 {
    font-size: 35px;
    margin-bottom: 20px; }
  .diploms__left {
    padding: 40px 20px; }
  .diploms {
    padding: 40px 0; }
  .team {
    border-radius: 25px; }
  .faq__link {
    display: none; }
  .faq__num, .faq__arrow {
    display: none; }
  .faq {
    padding: 45px 0 54px; }
  .news {
    padding: 40px 0 60px; }
  .sert {
    padding: 50px 0; }
  .sert__box {
    flex-direction: column;
    position: relative;
    padding-bottom: 93px; }
    .sert__box img {
      display: block;
      margin: 0 auto; }
  .sert .sub {
    margin-bottom: 13px; }
  .sert__content {
    max-width: 100%; }
  .sert__links {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .sert__text {
    margin-bottom: 36px; }
  .footer__box {
    flex-direction: column; }
  .footer .form {
    display: none; }
  .footer__mob {
    display: flex; }
  .footer__form h2 {
    margin: 28px 0 16px;
    font-size: 18px !important; }
  .footer__form {
    max-width: 100%; }
  .footer {
    padding-top: 48px; }
  .footer__row {
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start; }
  .footer__policy {
    margin-right: 0; }
  .footer__com {
    margin-top: 13px; }
    .footer__com p {
      margin-left: 0;
      margin-right: 6px;
      order: 1; }
    .footer__com img {
      order: 2; }
  .footer__marquee {
    margin-bottom: 0; }
  .footer__word {
    font-size: 200px; }
  h2 {
    font-size: 34px !important; }
  .diploms__left span br, .diploms__left p br {
    display: none; }
  .team__item img {
    height: 280px !important; }
  .faq__item {
    flex-direction: column; }
  .faq__title {
    margin-right: 0;
    margin-bottom: 12px; }
  .proc__item {
    width: 100% !important;
    height: auto !important;
    padding: 40px 35px !important; }
  .proc__image {
    height: 350px;
    width: 100%;
    margin-bottom: 25px; }
  .stan .tabs__nav {
    margin-bottom: 35px; }
  .stan__item {
    width: 47%; }
  .merch-page__item {
    width: 48.8%; }
  .news-page__item {
    width: 49.1%;
    height: 350px; }
  .news-page__item span {
    max-width: 220px; }
  .archive__item p {
    font-size: 24px; }
    .archive__item p br {
      display: none; }
  .popup-call__box {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 30px 20px; }
  .arcticmodal-container_i {
    width: 100%; }
  .popup__right {
    max-width: 54%; }
  .popup__left {
    max-width: 43%;
    height: auto; }
  .header-laur h1 {
    font-size: 37px; } }

@media screen and (max-width: 767px) {
  .ready__text {
    font-size: 24px; }
  .page h1 {
    font-size: 48px; }
  .bread {
    margin-bottom: 30px; }
  .page .header {
    padding-bottom: 55px; }
  .sec {
    padding: 25px 0; }
  .stan .tabs__nav {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none; }
    .stan .tabs__nav a {
      margin: 3.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80.9px;
      height: 31.46px;
      border-radius: 18.72px;
      background: #eeeeee;
      font-size: 10px; }
  .stan .tabs__nav .tabs__btn_active {
    background: #004393 !important;
    color: white !important; }
  .stan__item {
    width: 100%;
    margin-bottom: 30px; }
  .stan__row {
    gap: 0; }
  .stan .tabs__nav .tabs__btn_active:after {
    display: none; }
  .merch-page__item {
    width: 100%; }
  .merch-page__row {
    gap: 0; }
  .news-page__item {
    width: 100%;
    margin-bottom: 30px; }
  .news-page__row {
    gap: 0;
    margin-bottom: 50px; }
  .news-page__flex .news-page__item, .news-page__flex .news-page__item:nth-child(2) {
    width: 100%; }
  .news-page__flex .news-page__item {
    height: 236px; }
  .news-page__flex .news-page__item:nth-child(2) {
    height: 344px; }
  .news-page__flex {
    margin-bottom: 0; }
  .archive__item {
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .archive__item div {
    margin-right: 0;
    margin-bottom: 24px; }
  .archive__item p {
    font-size: 20px; }
  .popup__row {
    flex-direction: column; }
  .popup__left {
    max-width: 100%;
    margin-bottom: 20px;
    height: 300px; }
  .popup__right {
    max-width: 100%; }
  .header-laur h1 {
    font-size: 37px; }
  .laur__tags {
    flex-wrap: wrap; }
  .laur__tags div {
    margin-right: 12px;
    margin-bottom: 12px; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: block !important; }
  .nav__logo {
    width: 69px; }
  .nav__enter {
    width: 135px;
    margin-left: -58px; }
    .nav__enter .svg {
      display: none; }
  .nav {
    padding: 20px 0; }
  .container {
    padding: 0 10px; }
  .menu-btn {
    top: 2px; }
  .menu-btn.active {
    right: 10px;
    top: 10px; }
  .header__sub {
    flex-direction: column; }
  .header__sub p {
    margin-left: 0;
    margin-top: 12px;
    text-align: center; }
    .header__sub p br {
      display: none; }
  .header__wrap {
    margin-top: 103px; }
  h1 {
    font-size: 37.68px;
    line-height: 106%; }
  .header {
    padding-bottom: 123px; }
  .info {
    padding: 20px 10px; }
  .info__item p {
    font-size: 13px;
    margin-left: 38px;
    margin-top: 5px;
    white-space: inherit;
    max-width: 232px; }
    .info__item p br {
      display: none; }
  h2 {
    font-size: 24px !important;
    line-height: 118% !important; }
  .info__top {
    margin-bottom: 22px; }
  .info__num {
    height: 52px;
    width: 81px;
    margin-bottom: 39px; }
  .info__block {
    padding: 20px 19px 18px; }
  .info__pic {
    margin-top: 16px; }
  .info__area {
    margin-top: 23px; }
  .info__block:last-child {
    overflow: hidden; }
    .info__block:last-child .info__txt {
      width: 100%;
      max-width: 262px; }
  .info__block:last-child .info__pic {
    width: 129px;
    height: 129px;
    margin-top: -37px;
    margin-right: -12px;
    margin-bottom: 16px; }
  .info__block:last-child .info__bg {
    bottom: 0px;
    left: 0;
    width: 143%; }
  .ready {
    padding: 22px 0 10px; }
  .ready__wrap {
    padding: 42px 11px 35px 20px; }
  .ready__wrap img {
    top: -29px;
    left: 3px;
    width: 292px; }
  .diploms .arrows {
    margin-bottom: 30px; }
  .diploms .swiper1 .swiper-slide p {
    font-size: 18px; }
  .diploms .swiper1 .swiper-slide span {
    margin-bottom: 29px; }
  .diploms .swiper1 .swiper-slide img, .proc__item img {
    top: 39px;
    left: 62px;
    width: 200px; }
  .proc__item img {
    left: initial;
    right: 40px; }
  .proc__item p {
    font-size: 22px; }
    .proc__item p br {
      display: none; }
  .proc__item_1 {
    order: 1; }
  .proc__item_2 {
    order: 2; }
  .proc__item_3 {
    order: 4; }
  .proc__item_4 {
    order: 5; }
  .proc__item_5 {
    order: 6; }
  .proc__item_6 {
    order: 7; }
  .proc__image {
    height: 250px;
    order: 3; }
  .diploms__box {
    margin-bottom: 40px; }
  .diploms .swiper1 .swiper-slide:nth-child(2n) img {
    width: 250px;
    top: 18px;
    left: 34px; }
  .diploms__right img {
    height: auto; }
  .diploms__right div p {
    line-height: 110%; }
  .diploms__left h2 {
    width: 100%;
    max-width: 248px; }
    .diploms__left h2 br {
      display: none; }
  .diploms__left span {
    font-size: 16px; }
  .diploms__left img {
    top: -52px;
    left: -55px;
    width: 400px; }
  .diploms {
    padding: 40px 0 45px; }
  .team {
    margin: 0 10px;
    padding: 38px 18px; }
  .team__item {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 48px; }
    .team__item:last-child {
      margin-bottom: 21px; }
  .team__row {
    flex-direction: column; }
  .team__item img {
    height: 210px !important;
    margin-bottom: 10px; }
  .team h2 {
    margin-bottom: 20px; }
  .team .container {
    padding-right: 10px; }
  .merch {
    padding: 39px 0 76px; }
  .merch h2 {
    margin-bottom: 14px; }
  .merch .arrows, .news .arrows {
    margin-bottom: 16px; }
  .merch__pic {
    width: 192px;
    height: 192px;
    margin: 33px auto 0; }
  .merch__block {
    margin-bottom: 24px;
    height: 326.76px;
    padding: 21px 16px 30px 16px; }
  .merch .swiper2 .swiper-slide h3, .merch-page__item h3 {
    margin-bottom: 14px; }
  .merch__info {
    margin-bottom: 18px; }
  .merch__sum {
    margin-bottom: 21px; }
  .faq__top {
    margin-bottom: 20px;
    padding: 0 33px; }
  .faq__item {
    padding: 23.5px 34px; }
    .faq__item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .news {
    padding: 60px 0; }
  .news h2 {
    margin-bottom: 17px; }
  .news .arrows {
    margin-bottom: 32px; }
  .news .swiper3 .swiper-slide span {
    left: 27px; }
  .news .swiper3 .swiper-slide p {
    margin: 20px 25px 0; }
  .news__btn {
    width: 100%;
    margin-top: 13px; }
  .sert__box {
    padding: 0 26px 128px; }
  .sert__links {
    flex-direction: column; }
    .sert__links a {
      width: 220px;
      margin: 0 auto;
      height: 38px;
      font-size: 12px; }
      .sert__links a:first-child {
        margin-bottom: 9px; }
  .footer__logo {
    width: 145px; }
  .footer__box {
    padding: 0 26px; }
  .footer__content p {
    font-size: 16px;
    margin-bottom: 15px; }
    .footer__content p br {
      display: none; }
  .footer__form h2 {
    font-size: 12px !important; }
  .footer__mob {
    width: 100%; }
  .footer__row {
    padding: 32px 27px 20px; }
  .footer__policy, .footer__row p {
    font-size: 16px; }
  .footer__word {
    font-size: 108px; }
  .team__fig {
    top: 48px;
    left: -15px;
    width: 219%; }
  .header h1 {
    width: 100%;
    max-width: 272px; }
  .page h1 {
    max-width: 100%; }
  .stan__fig {
    top: 38px;
    left: -86px;
    width: 400%; }
  .stan .tabs__nav {
    margin-bottom: 30px; }
  .news-page__item p {
    font-size: 19px; }
  .news-page__item span {
    font-size: 11px;
    max-width: 190px; }
  .news-page__item small {
    font-size: 11px; }
  .news-page__item {
    border-radius: 23px; }
  .news-page__item:after {
    width: 40px;
    height: 40px;
    background-size: 100%; }
  .news-page__row {
    margin-bottom: 30px; }
  .news-page h2 {
    margin-bottom: 20px; }
  .news-item__area {
    height: 325px; }
  .header-news h1 {
    font-size: 40px; }
  .news-item__content {
    padding: 30px; }
  .news-item__title {
    line-height: 120%;
    margin-bottom: 20px; }
  .policy__box {
    padding: 0 0 30px; }
  .header-policy .bread {
    padding-left: 0; }
  .header-policy h1 {
    padding-left: 0;
    font-size: 36px; }
  .archive .ready__wrap img {
    top: 113px;
    left: -33px; }
  .archive__item:last-child {
    padding-bottom: 20px; }
  .popup__left {
    height: 250px; }
  .popup__title {
    margin-bottom: 23px;
    font-size: 21px; }
  .popup-call__box {
    padding-top: 50px; }
  .box-modal__close {
    right: 10px;
    top: 10px; }
  .popup__right {
    padding: 30px; }
  .popup__name {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 12px; }
  .popup__delivery {
    margin-bottom: 25px;
    font-size: 10px; }
  .form input {
    width: 100%;
    margin-bottom: 20px; }
  .form button {
    margin-top: 10px; }
  .select-header, .laur__select .selectCF .titleCF {
    font-size: 10px; }
  .laur__select .selectCF .titleCF {
    padding-right: 20px; }
  .select-header img {
    margin-left: 5px;
    width: 9px; }
  .select-dropdown label {
    font-size: 12px; }
  .custom-select {
    margin-right: 20px; }
  .laur__select .selectCF .arrowCF {
    background-size: 8px !important; }
  .selectCF .searchCF input {
    display: none !important; }
  .laur__select .onCF li ul li {
    font-size: 12px; }
  .laur__item p {
    margin-left: 60px;
    margin-right: 0; }
  .laur__item {
    position: relative; }
  .laur__item span {
    left: 25px;
    margin-right: 0px;
    position: absolute;
    top: 6px; }
  .enter {
    padding: 40px 0; }
    .enter__socials {
      flex-wrap: wrap; }
  .reg .enter__socials p {
    margin-right: 0;
    margin-bottom: 20px; }
  .reg .enter__socials div {
    width: 100%;
    justify-content: center; }
  #popup-thank .popup-call__box {
    padding: 60px 40px; } }

@media screen and (max-width: 360px) {
  .header-policy h1 {
    font-size: 25px; } }
