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: rgb(251, 251, 251);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important;
}
a:hover {
  color: rgb(0, 67, 147);
}

.blue {
  color: rgb(0, 67, 147);
}

.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: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  line-height: 72px;
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 32px;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 38px;
}

.sub {
  width: 100%;
  max-width: 147px;
  color: rgb(149, 149, 149);
  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 rgb(0, 67, 147);
}

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 rgb(0, 67, 147);
  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 rgb(0, 67, 147);
}

.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: rgb(0, 67, 147);
  border-radius: 6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  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: rgb(0, 67, 147);
  border: 1px solid rgb(0, 67, 147);
}
.btn .svg {
  margin-left: 15px;
}
.btn:hover {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  color: rgb(255, 255, 255);
}
.btn_2 {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  color: rgb(255, 255, 255);
}
.btn_2:hover {
  background: rgb(70, 140, 223);
  border: 1px solid rgb(70, 140, 223);
}
.btn.light:hover {
  background: rgb(70, 140, 223);
  border: 1px solid rgb(70, 140, 223);
}

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: rgb(0, 0, 0);
  padding: 50px 90px;
}

.popup__title {
  margin-bottom: 37px;
  color: rgb(255, 255, 255);
  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: rgb(238, 238, 238);
  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: rgb(28, 28, 28);
  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: rgb(70, 140, 223);
}

.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 span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.custom-checkbox + label:hover:before {
  border: 1px solid rgb(0, 67, 147);
}

.custom-checkbox + label::before {
  content: "";
  box-sizing: border-box;
  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;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  max-width: 20px;
  margin-right: 11px;
}

.custom-checkbox:checked + label::before {
  background: url( ../img/check.svg) no-repeat center center;
  background-color: white;
  background-size: 12px;
}

.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: rgb(0, 67, 147) !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 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.bread a {
  color: rgb(219, 219, 219);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
}
.bread a:after {
  content: "|";
  display: inline-block;
  color: rgb(219, 219, 219) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 10px 0 8px;
  position: relative;
  top: 1px;
}
.bread a:hover {
  color: rgb(70, 140, 223);
}
.bread span {
  color: rgb(219, 219, 219);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
}

.mob {
  display: none;
}

.page h1 {
  text-align: center;
  font-size: 80px;
  line-height: 96px;
  font-family: "Russo One", sans-serif;
}
.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: 0.3s;
  -webkit-transition: 0.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: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none;
}

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: 0.2s;
  -webkit-transition: 0.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: rgb(0, 67, 147);
}

.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: rgb(0, 67, 147);
}

.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: rgb(230, 230, 230);
  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;
  order: 2;
}
.nav__logo img {
  width: 100%;
  object-fit: contain;
}
.nav__box {
  justify-content: space-between;
  align-items: center;
}
.nav__list {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  position: relative;
  width: 100%;
  max-width: 278px;
  gap: 10px 20px;
}
.nav__list li {
  margin-right: 0px;
}
.nav__list li:last-child {
  margin-right: 0;
}
.nav__list li a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.nav__list li.active a, .nav__list li:hover a {
  color: rgb(70, 140, 223);
}
.nav__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
}
.nav__socials a:hover {
  background: rgb(70, 140, 223);
}
.nav__socials a:first-child {
  margin-right: 6px;
}
.nav__info {
  align-items: center;
  position: relative;
  top: -14px;
  order: 3;
}
.nav__enter {
  width: 163.42px;
  height: 45.62px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.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: 515px;
  bottom: 78px;
}
.header__sub p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 120%;
  margin-left: 20px;
}
.header__sub p span {
  color: rgb(70, 140, 223);
}
.header__btn {
  position: relative;
  top: -8px;
  width: 195px;
  height: 52px;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.header__btn:hover {
  background: rgb(70, 140, 223);
  border: 2px solid rgb(70, 140, 223);
}

.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: rgb(0, 0, 0);
  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: 28.5%;
  border-radius: 25px;
  background: rgb(242, 242, 242);
  position: relative;
  padding: 20px 20px 18px;
}
.info__block:last-child {
  max-width: 471px;
  background: rgb(0, 67, 147);
}
.info__block:last-child .info__num {
  background: rgb(255, 255, 255);
  color: rgb(0, 67, 147);
  width: 91px;
  height: 58px;
  font-size: 23px;
}
.info__block:last-child .info__txt {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
.info__block:last-child .info__pic {
  height: 151px;
  display: block;
  border: 4px solid white;
  border-radius: 50%;
  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: rgb(0, 67, 147);
  color: rgb(255, 255, 255);
  font-size: 21.79px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 44px;
}
.info__txt {
  color: rgb(28, 28, 28);
  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: rgb(255, 255, 255);
  color: rgb(54, 54, 54);
  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: rgb(0, 67, 147);
  color: rgb(255, 255, 255);
  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: rgb(0, 67, 147);
  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: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  top: 13px;
}
.ready__text {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  font-family: "Russo One", sans-serif;
  max-width: 805px;
  line-height: 120%;
}
.ready .info__more {
  background: rgb(37, 37, 37);
  border: 1px solid rgb(37, 37, 37);
}
.ready__top {
  justify-content: space-between;
  align-items: center;
}
.ready__top div {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  height: 307px;
  background: #252525;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ready__top div img {
  position: absolute;
  left: 50%;
  z-index: 0;
  margin-left: -115px;
  top: 40px;
}
.ready__top div p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 120%;
  width: 100%;
  max-width: 256px;
}
.ready__top div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 111px;
  height: 78px;
  background: url( ../img/ready2.svg) no-repeat center center;
}
.ready__top div:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 111px;
  height: 78px;
  background: url( ../img/ready3.svg) no-repeat center center;
}
.ready__new {
  overflow: hidden;
  object-fit: cover;
  height: 307px;
  border-radius: 20px;
  width: 33.33%;
}

.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: rgb(37, 37, 37);
}
.arrows .arrow:first-child {
  margin-right: 10px;
}
.arrows .arrow:hover {
  background: rgb(70, 140, 223);
}

.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: rgb(242, 242, 242);
  padding: 110px 56px;
}
.diploms .swiper1 .swiper-slide p {
  color: rgb(0, 0, 0);
  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: rgb(0, 67, 147);
  color: rgb(255, 255, 255);
  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: rgb(37, 37, 37);
}
.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: rgb(37, 37, 37);
  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: 36px;
  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: rgb(255, 255, 255);
  font-size: 21px;
}
.diploms__left p {
  color: rgb(255, 255, 255);
  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: rgb(0, 67, 147);
  padding: 21px 27px;
  margin-top: -6px;
}
.diploms__right div span {
  display: block;
  color: white;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
.diploms__right div p {
  color: white;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.team {
  padding: 57px 0 68px;
  background: rgb(37, 37, 37);
  position: relative;
}
.team h2 {
  margin-bottom: 37px;
  color: white;
  font-size: 48px;
  line-height: 48px;
}
.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;
  font-family: "Russo One", sans-serif;
  margin-bottom: 9px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
.team__item span {
  color: rgba(255, 255, 255, 0.5);
  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;
  font-size: 48px;
  line-height: 48px;
  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: rgb(25, 25, 25);
  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: rgb(238, 238, 238);
  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: rgb(255, 255, 255);
  color: rgb(62, 62, 62);
  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: rgb(255, 255, 255);
}
.merch__top a:hover {
  background: red;
}
.merch__pic {
  object-fit: contain;
  width: 177px;
  height: 177px;
  display: block;
  margin: 30px auto 0;
}
.merch__sub {
  color: rgb(173, 173, 173);
  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: rgb(0, 67, 147);
  font-size: 13px;
  font-weight: 700;
}
.merch__info p {
  color: rgb(25, 25, 25);
  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: rgb(70, 140, 223);
}
.merch__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #ADADAD;
  margin-bottom: 24px;
}

.faq {
  padding: 63px 0px 93px;
  background: rgb(37, 37, 37);
}
.faq .container {
  padding: 0;
}
.faq h2 {
  color: white;
  font-size: 48px;
  line-height: 56px;
}
.faq__top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
}
.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: rgb(70, 140, 223);
  border-bottom: 1px solid rgb(70, 140, 223);
}
.faq__link:hover .svg path {
  fill: rgb(70, 140, 223);
}
.faq__item {
  align-items: flex-start;
  padding: 20.5px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(226, 226, 226);
}
.faq__item:first-child {
  border-top: 1px solid rgb(226, 226, 226);
}
.faq__item:hover .faq__arrow {
  transform: rotate(45deg);
}
.faq__title {
  width: 100%;
  max-width: 282px;
  margin-right: 0px;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: #FFFFFF;
}
.faq__num {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.faq__num span {
  margin-right: 12px;
}
.faq__text {
  width: 100%;
  max-width: 392px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
.faq__arrow {
  transition: 0.5s;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.faq__pic {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  width: 208px;
  height: 208px;
  position: relative;
  left: 50px;
}

.news {
  padding: 46px 0 100px;
}
.news h2 {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 29px;
}
.news .arrows {
  display: none;
}
.news .swiper3 {
  overflow: hidden;
}
.news .swiper3 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  overflow: hidden;
  height: 445px;
  position: relative;
}
.news .swiper3 .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  padding: 40px 34px 30px;
}
.news .swiper3 .swiper-slide a:after {
  background: url( ../img/news.svg) no-repeat center center;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  bottom: 15px;
  right: 15px;
  transition: 0.5s;
  position: absolute;
}
.news .swiper3 .swiper-slide a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.news .swiper3 .swiper-slide a:hover h3 {
  opacity: 0.8;
}
.news .swiper3 .swiper-slide a:hover:after {
  transform: rotate(45deg);
}
.news .swiper3 .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.news .swiper3 .swiper-slide span {
  position: relative;
  top: 0px;
  left: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  z-index: 2;
}
.news .swiper3 .swiper-slide h3 {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  z-index: 2;
  color: #ffffff;
  transition: 0.5s;
}
.news .swiper3 .swiper-slide p {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  color: #ffffff;
  width: 100%;
  max-width: 259px;
}
.news__btn {
  margin: 14px auto 0;
  width: 100%;
}

.sert {
  background: rgb(37, 37, 37);
  padding: 79px 0 81px;
  overflow: hidden;
}
.sert__box {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 67px 0 53px;
  position: relative;
}
.sert__fig {
  position: absolute;
  bottom: -53px;
  left: 474px;
}
.sert h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.sert__pic {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: -285px;
}
.sert__content {
  width: 100%;
  max-width: 62.44%;
}
.sert .sub {
  width: 301px;
  height: 37px;
  border: 0.61px solid #959595;
  border-radius: 70px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: CENTER;
  color: #959595;
  line-height: 21px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sert__text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
  width: 100%;
  max-width: 560px;
  margin-bottom: 90px;
}
.sert__links {
  display: flex;
  align-items: center;
}
.sert__links p {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.sert__links a {
  width: 48%;
  margin-right: 10px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
}
.sert__links a:hover .svg path {
  fill: white;
}
.sert__links a:hover .svg circle {
  fill: rgb(70, 140, 223);
}
.sert__links a:hover .svg rect {
  fill: rgb(70, 140, 223);
  fill-opacity: 1;
}

label.error {
  display: none !important;
}

input.error {
  border: 1px solid rgb(255, 50, 50) !important;
}

.footer {
  background: rgb(0, 0, 0);
  padding-top: 90px;
}
.footer__mob {
  display: none;
}
.footer__box {
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0px 0 20px;
}
.footer__logo {
  margin-bottom: 0px;
}
.footer__content {
  width: 100%;
  max-width: 560px;
  display: flex;
  align-items: flex-start;
}
.footer__content p {
  margin-bottom: 0px;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 19px;
  position: relative;
  top: 10px;
}
.footer__content p a {
  display: block;
  color: white;
  margin-top: 15px;
}
.footer__content p a:hover {
  color: rgb(70, 140, 223);
}
.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__list {
  padding: 20px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__list p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 19px;
}
.footer__list li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer__list li a:hover {
  color: white;
}
.footer .nav__socials {
  margin-top: 10px;
  flex-direction: column;
}
.footer .nav__socials a {
  background: #004393;
}
.footer .nav__socials a:first-child {
  margin-right: 0;
  margin-bottom: 10px;
}
.footer .nav__socials a:hover {
  background: rgb(70, 140, 223);
}
.footer__row {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  margin-top: 50px;
}
.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: rgb(70, 140, 223);
}
.footer__com {
  align-items: center;
}
.footer__com p {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
  line-height: 22px;
  transition: 0.5s;
  position: relative;
  top: -1px;
}
.footer__com:hover p {
  color: rgb(70, 140, 223);
}
.footer__title {
  margin: 49px auto;
  font-size: 131px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  line-height: 142px;
  text-transform: uppercase;
}
.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: 30px;
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  background: transparent;
  line-height: 100%;
}
.form input:first-child {
  width: 100%;
}
.form input:focus {
  border-bottom: 1px solid rgb(70, 140, 223);
}
.form input.error {
  border: none !important;
  border-bottom: 1px solid rgb(255, 50, 50) !important;
}
.form button {
  width: 100%;
  margin-top: 0;
}

.proc__item {
  position: relative;
  overflow: hidden;
  height: 385px;
  width: 49.1%;
  margin-bottom: 25px;
  border-radius: 25px;
  background: rgb(242, 242, 242);
  padding: 100px 50px;
}
.proc__item p {
  color: rgb(0, 0, 0);
  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: rgb(0, 67, 147);
  color: rgb(255, 255, 255);
  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: rgb(37, 37, 37);
}
.proc__item_2 p {
  color: white;
  width: 100%;
  max-width: 275px;
}
.proc__item_2 img {
  top: 41px;
  left: 26px;
}
.proc__item_3 {
  background: rgb(0, 67, 147);
  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: rgb(0, 67, 147);
}
.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: rgb(0, 67, 147);
  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: rgb(0, 67, 147);
}
.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: rgb(0, 67, 147);
}
.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: rgb(238, 238, 238);
  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: rgb(0, 67, 147);
}
.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 rgb(226, 226, 226);
}
.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: rgb(70, 140, 223);
}
.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: rgb(0, 67, 147) !important;
}
.stan .tabs__nav .tabs__btn_active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 200%;
  background: rgb(0, 67, 147);
  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: rgb(25, 25, 25);
  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: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  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: rgb(70, 140, 223);
}
.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: rgb(255, 255, 255);
  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: rgb(0, 0, 0);
  padding: 40px 48px;
}
.news-item__title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 40px;
}
.news-item__text {
  width: 100%;
  max-width: 652px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}
.news-item__social {
  align-items: center;
}
.news-item__social p {
  color: rgb(255, 255, 255);
  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: rgb(0, 67, 147);
}
.news-item__social a:hover {
  background: rgb(70, 140, 223);
}

.header-policy {
  background: rgb(0, 67, 147);
}
.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: rgb(0, 67, 147);
}
.header-policy .nav__socials a:hover {
  background: rgb(70, 140, 223);
}
.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: rgb(37, 37, 37);
  border: 1px solid rgb(37, 37, 37);
  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 rgb(226, 226, 226);
}
.archive__item div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 36px;
  border-radius: 60px;
  background: rgb(0, 67, 147);
  color: rgb(255, 255, 255);
  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: rgb(70, 140, 223) !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: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
}

.select-header {
  color: rgb(38, 38, 38);
  font-size: 14px;
  font-weight: 400;
}
.select-header img {
  margin-left: 10px;
}

.select-dropdown {
  display: none;
  border-radius: 15px;
  background: rgb(0, 67, 147);
  position: absolute;
  width: max-content;
  z-index: 100;
  padding: 15px 24px 5px 15px;
  top: 25px;
}

.select-dropdown label {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  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: rgb(38, 38, 38);
  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: rgb(0, 67, 147);
  width: 100%;
  padding: 10px 20px 10px 10px;
  left: 0;
}
.laur__select .onCF li ul li {
  height: auto;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
}
.laur__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  border-radius: 30px;
  background: rgb(238, 238, 238);
  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: rgb(0, 67, 147);
  width: max-content;
  height: 36px;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  padding: 0 20px;
  margin-right: 28px;
}
.laur__tags div:last-child {
  margin-right: 0;
}

.enter {
  background: white;
  padding: 20px 0 90px;
}
.enter__flex {
  align-items: center;
  margin: 25px 0 15px;
}
.enter h2 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 27px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}
.enter__row {
  justify-content: space-between;
}
.enter__content {
  width: 49%;
  overflow: hidden;
  background: #252525;
  border-radius: 25px;
  position: relative;
  padding: 50px 50px 135px;
}
.enter__pic {
  height: 540px;
  border-radius: 25px;
  object-fit: cover;
  width: 49%;
}
.enter__fig {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.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-size: 27px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
}
.enter__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 46.92px;
  height: 46.92px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 13px;
}
.enter__socials a:hover {
  background: rgb(70, 140, 223);
}
.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;
}

.info-new {
  display: flex;
  margin-bottom: 90px;
  justify-content: space-between;
}
.info-new__left {
  width: 100%;
  max-width: 63.34%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-new__left .info-new__block {
  width: 48.5%;
}
.info-new__left .info-new__block:last-child {
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  border: 5px solid #004393;
  flex-direction: initial;
  align-items: center;
  padding: 42px 60px 42px 30px;
  height: auto;
}
.info-new__left .info-new__block:last-child .info-new__title {
  color: #004393;
}
.info-new__left .info-new__block:last-child .info-new__text {
  margin-top: 0;
  color: #1C1C1C;
}
.info-new__left .info-new__block:first-child {
  background: #004393;
}
.info-new__left .info-new__block:nth-child(2) {
  background: #f2f2f2;
}
.info-new__left .info-new__block:nth-child(2) .info-new__title {
  color: #070a0e;
}
.info-new__left .info-new__block:nth-child(2) img {
  width: auto;
}
.info-new__left .info-new__block:nth-child(2) .info-new__text {
  color: #1C1C1C;
  max-width: 300px;
}
.info-new__block {
  position: relative;
  height: 338px;
  border-radius: 25px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-new__block_2 {
  width: 100%;
  max-width: 35%;
  height: auto;
}
.info-new__block_2 img {
  position: absolute;
  top: 0 !important;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1 !important;
}
.info-new__block_2 .info-new__text {
  max-width: 296px;
}
.info-new__block img {
  position: absolute;
  width: 100%;
  z-index: 0;
  right: 0;
  top: 87px;
}
.info-new__title {
  font-size: 60px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  color: #ffffff;
  line-height: 110%;
}
.info-new__text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  margin-top: auto;
  width: 100%;
  max-width: 273px;
}
.info-new__text span {
  color: #004393;
}

.per {
  padding: 50px 0 90px;
}
.per__top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.per__info {
  align-items: center;
  display: flex;
}
.per__info img {
  width: 152px;
  height: 152px;
  margin-right: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.per__info p {
  font-size: 27px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  text-align: left;
  color: #1c1c1c;
  line-height: 32px;
}
.per__info p span {
  display: block;
  color: #004393;
}
.per__nav {
  width: 100%;
  max-width: 281px;
}
.per__nav a {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 45px;
  background: rgba(0, 67, 147, 0.1);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #004393;
}
.per__nav a:last-child {
  margin-bottom: 0;
}
.per__nav a.active, .per__nav a:hover {
  background: #004393;
  color: white;
}
.per__flex {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.per__flex h2 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 400;
  font-family: "Inter Tight", sans-serif;
  color: #1c1c1c;
  line-height: 32px;
  margin-top: 50px;
}
.per__area {
  width: 100%;
  max-width: 45%;
}
.per__item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.per__item:last-child {
  margin-bottom: 0;
}
.per__item label {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: rgba(28, 28, 28, 0.5);
  position: absolute;
  bottom: 19px;
  right: 0;
}
.per__item input {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 0 !important;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.55);
}
.per__item input:focus {
  border-bottom: 1px solid rgb(70, 140, 223);
}
.per__item.option::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url( ../img/sel1.svg) no-repeat center center;
}
.per__item.date::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url( ../img/sel2.svg) no-repeat center center;
}
.per .form button {
  width: 100%;
  margin-top: 50px;
}
.per .form button:hover {
  background: rgb(70, 140, 223);
}
.per .form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.per .form input::-webkit-input-placeholder {
  color: rgba(28, 28, 28, 0.5) !important;
}
.per .form input::-moz-placeholder {
  color: rgba(28, 28, 28, 0.5) !important;
}
.per .form input:-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.5) !important;
}
.per .form input:-moz-placeholder {
  color: rgba(28, 28, 28, 0.5) !important;
}
.per__row {
  flex-wrap: wrap;
  gap: 20px;
}
.per__block {
  width: 32%;
  height: 416px;
  background: #f2f2f2;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 40px;
}
.per__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #004393;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.per__name {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
  width: 100%;
  max-width: 240px;
  margin-bottom: 30px;
}
.per__text p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  line-height: 120%;
}
.per__text p:last-child {
  margin-bottom: 0;
}
.per__text p span {
  color: #004393;
}
.per__data {
  margin-top: auto;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #004393;
  line-height: 23px;
}
.per__data span {
  color: #959595;
}

.custom-select {
  width: 100%;
  position: relative;
}

.select-input {
  cursor: pointer;
}

.select-dropdown {
  position: absolute;
  top: 122%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  padding: 10px;
  z-index: 10;
}

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

.select-option {
  line-height: 120%;
  padding: 8px;
  cursor: pointer;
  font-size: 14px;
}

.select-option:hover {
  background: #f0f0f0;
}

@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;
  }
  h1 {
    font-size: 42px;
    line-height: 120%;
  }
  .info-new {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .info-new__block_2 {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 338px;
  }
  .info-new__left {
    max-width: 100%;
  }
  .info .info__top .sub {
    display: none;
  }
  .info__top h2 {
    left: 0;
  }
  .info-new__title {
    font-size: 50px;
  }
  .faq__link {
    display: none;
  }
  .faq__pic {
    left: 0;
  }
  .sert__fig {
    left: 374px;
  }
  .footer__title {
    display: none;
  }
  .footer__row {
    padding: 50px 0;
  }
  .footer__policy {
    margin-right: 0;
  }
  .footer__content {
    max-width: 469px;
  }
  .enter__row {
    flex-direction: column;
  }
  .enter__content {
    width: 100%;
    margin-bottom: 13px;
    padding: 30px 20px;
  }
  .enter__content .form {
    max-width: 100%;
  }
  .enter__fig {
    display: none;
  }
  .enter__pic {
    width: 100%;
  }
  .per__block {
    width: 31.5%;
  }
}
@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: rgb(37, 37, 37);
    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;
  }
  h1 {
    max-width: 300px;
    width: 100%;
    font-size: 34px;
    line-height: 34px;
  }
  .info {
    padding-top: 30px;
  }
  .ready__top {
    flex-direction: column;
  }
  .ready__new {
    width: 100%;
  }
  .ready__top div {
    width: 100%;
  }
  .ready__text {
    font-size: 25px;
  }
  .faq__pic {
    display: none;
  }
  .faq__text {
    max-width: 80%;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
  .news .swiper3 .swiper-slide a {
    padding: 30px 25px;
  }
  .news .swiper3 .swiper-slide p {
    max-width: 215px;
  }
  .sert__links {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .sert__links p {
    margin-right: 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
  }
  .sert__fig {
    display: none !important;
  }
  .sert__box {
    padding-bottom: 0;
  }
  .sert__box img {
    display: block;
    margin: 0 auto -123px;
    width: auto;
    height: 392px;
  }
  .sert {
    padding-bottom: 0;
  }
  .footer__content {
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 70px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__content p {
    margin-bottom: 0px;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 19px;
    position: relative;
    top: 0px;
    margin-top: 10px;
  }
  .footer__list {
    width: 100%;
    padding: 20px 0px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0 0;
  }
  .footer__list p {
    display: none;
  }
  .footer__list .nav__list {
    gap: 15px 0px;
    flex-direction: column;
  }
  .footer__list li a {
    color: white;
  }
  .footer__box {
    position: relative;
  }
  .footer .nav__socials {
    left: 0;
    margin-top: 0;
    flex-direction: initial;
    position: absolute;
    top: 277px;
  }
  .footer .nav__socials a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .footer__row {
    padding: 25px 0 50px;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    margin-top: 0;
  }
  .footer__row p {
    margin-top: 15px;
  }
  .menu .nav__list {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .per__top {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  .per__info {
    flex-direction: column;
  }
  .per__info img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .per__info p {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
  }
  .per__flex {
    flex-direction: column;
  }
  .per__area {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .per .form button {
    margin-top: 0;
  }
  .per__block {
    width: 100%;
  }
  .per__flex h2 {
    text-align: center;
    font-size: 27px !important;
    margin: 30px auto 20px;
  }
}
@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: rgb(238, 238, 238);
    font-size: 10px;
  }
  .stan .tabs__nav .tabs__btn_active {
    background: rgb(0, 67, 147) !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;
  }
  .info-new__left {
    flex-direction: column;
  }
  .info-new__left .info-new__block {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .info-new__title {
    font-size: 40px;
  }
  .info-new__left .info-new__block:last-child {
    flex-direction: column;
    margin-top: 0;
    height: 300px;
    padding: 20px 20px 30px;
    align-items: flex-start;
  }
  .info-new__block_2 {
    height: 300px;
    margin-top: 0;
  }
  h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .info__top {
    margin-bottom: 25px;
  }
  .ready__new {
    height: 200px;
  }
  .ready__top div {
    height: 255px;
  }
  .ready__top div p {
    font-size: 18px;
    max-width: 211px;
  }
  .ready__wrap .sub {
    margin-bottom: 70px;
  }
  .ready__text {
    font-size: 20px;
  }
  .diploms__left span {
    font-size: 16px;
    line-height: 19px;
  }
  .faq h2 {
    font-size: 24px !important;
    line-height: 29px;
  }
  .faq__top {
    margin-bottom: 25px;
  }
  .faq__title {
    font-size: 18px;
    line-height: 22px;
  }
  .faq__text {
    font-size: 12px;
    max-width: 90%;
  }
  .faq__item:last-child {
    padding-bottom: 0;
    border: none;
  }
  .news .swiper3 .swiper-slide {
    height: 350px;
    border-radius: 24px;
  }
  .news .swiper3 .swiper-slide span {
    font-size: 11px;
  }
  .news .swiper3 .swiper-slide p {
    font-size: 11px;
    line-height: 120%;
  }
  .news .swiper3 .swiper-slide h3 {
    font-size: 19px;
    line-height: 120%;
    width: 100%;
    max-width: 220px;
  }
  .sert .sub {
    margin-bottom: 15px;
    font-size: 11px;
    height: 30px;
    width: 245px;
  }
  .sert__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }
}
@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;
  }
  .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;
  }
  .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 20px 128px;
  }
  .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;
  }
  h1 {
    font-size: 33px;
    line-height: 41px;
  }
  .ready__top div:after {
    right: -20px;
  }
  .ready__top div:before {
    left: -20px;
  }
  .sert__box img {
    display: block;
    margin: 10px auto -247px;
    width: auto;
    height: 392px;
  }
  .footer .nav__socials {
    left: 23px;
  }
  .news .swiper3 .swiper-slide p {
    margin: 0px 25px 0 0;
  }
  .enter__socials p {
    text-align: center;
  }
  .enter__socials div {
    justify-content: center;
  }
  .enter__pic {
    height: 390px;
  }
  .bread {
    margin-bottom: 20px;
  }
  .per {
    padding-bottom: 50px;
  }
  .per__block {
    height: auto;
    padding: 25px;
  }
  .per__num {
    margin-bottom: 20px;
  }
  .per__name {
    margin-bottom: 20px;
  }
  .per__text {
    margin-bottom: 20px;
  }
  .page h1 {
    font-size: 44px;
    line-height: 47px;
  }
}
@media screen and (max-width: 360px) {
  .header-policy h1 {
    font-size: 25px;
  }
}