<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");
@font-face {
  font-family: "Wadik";
  src: url("../media/fonts/Wadik.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
}

.container {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  padding-top: 46px;
  transition: all 0.4s ease;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.header.scroll {
  background: #014a52;
  padding: 18px 0;
}

.header-logo {
  width: 200px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-nav__item {
  font-weight: 500;
  font-size: 18px;
  color: #f2f2f4;
  padding: 2px 10px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-phone__svg {
  width: 15px;
  height: 15px;
}

.header-phone__text {
  font-weight: 500;
  font-size: 18px;
  color: #f2f2f4;
  position: relative;
  transition: all 0.4s ease;
}
.header-phone__text::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #f6e986;
  transition: all 0.4s ease;
  position: absolute;
  bottom: -5px;
}
.header-phone__text:hover {
  gap: 10px;
}
.header-phone__text:hover::after {
  width: 100%;
}

.hero {
  margin-bottom: -5px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding-top: 240px;
}

.hero-heading {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #f2f2f4;
  font-family: "Wadik", sans-serif;
  margin-bottom: 30px;
  max-width: 100%;
}

.yellow-btn {
  position: relative;
  display: flex;
  gap: 25px;
  width: 360px;
  height: 78px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}
.yellow-btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #f6e986;
  top: 0;
  height: 100%;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.yellow-btn:hover::after {
  width: 100%;
}
.yellow-btn:hover .yellow-btn-svg {
  transform: translateX(5px);
}

.yellow-btn-text {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #04323a;
}

.yellow-btn-svg {
  position: relative;
  z-index: 3;
  width: 25px;
  height: 25px;
  transition: all 0.4s ease;
}

.yellow-btn-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.hews {
  background: linear-gradient(180deg, #064e5b 0%, #04323a 100%);
  padding: 60px 0;
}
.hews .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hews .news-slide{
	min-height: 495px;
}
.hews .sectiob-heading {
  margin-bottom: 40px;
}
.hews .news_cover{
	height: 230px;
	background-size:cover;
	margin-bottom:20px;
	background-position:center;
}

.sectiob-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.section-heading__text {
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  color: #f2f2f4;
  font-family: "Wadik", sans-serif;
  position: relative;
  z-index: 2;
}

.section-heading__bg {
  width: 165px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-wrapper {
  position: relative;
  width: 100%;
}

.news-prev-arr, .news-next-arr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00cc72;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.news-prev-arr path, .news-next-arr path {
  transition: all 0.4s ease;
}
.news-prev-arr:hover, .news-next-arr:hover {
  background: #00cc72;
}
.news-prev-arr:hover path, .news-next-arr:hover path {
  fill: white;
}

.news-prev-arr {
  right: calc(100% + 30px);
}

.news-slider, .keyses-slider {
  max-width: 100%;
}

.news-slide {
  border-radius: 4px;
  padding: 20px;
  background: #f2f2f4;
}
#keyses div.news-slide{
  background: #fff;
  padding-bottom: 45px;
  min-height: 250px;
}
.news-slide .case-bg{
  height: 100px;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.news-slide .platform{
  font-size: 12px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news-slide__img {
  width: 100%;
  margin-bottom: 30px;
}

.news-slide__heading {
  font-weight: 700;
  font-size: 20px;
  color: #04323a;
  margin-bottom: 10px;
}

.news-slide__text {
  font-weight: 400;
  font-size: 16px;
  color: #04323a;
  margin-bottom: 10px;
}

.news-slide__date {
  font-weight: 400;
  font-size: 16px;
  color: #04323a;
  opacity: 0.6;
}

.news-next-arr {
  transform: rotate(180deg) translateY(50%);
  left: calc(100% + 30px);
}

.about {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(180deg, #04323a 0%, #04323a 100%);
  z-index: 2;
}
.about-s-heading {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #f2f2f4;
  opacity: 0.7;
  margin-bottom: 20px;
}

.about-heading {
  margin-bottom: 40px;
}

.about-heading__text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-heading__text * {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 119%;
}
.about-heading__text span:first-child {
  color: #f2f2f4;
  max-width: 860px;
  margin-bottom: 2px;
}
.about-heading__text span:nth-child(2) {
  color: #f6e986;
  margin-bottom: 2px;
  max-width: 860px;
  margin-left: 290px;
}
.about-heading__text span:last-child {
  color: #f2f2f4;
  margin-left: 410px;
}

.about-row {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.about-row__item {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

.about-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-col__item {
  display: flex;
  gap: 30px;
}

.about-col__item__heading {
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #f2f2f4;
  flex: 1;
  text-wrap: nowrap;
}

.about-col__item__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.about-col__item__text__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

.about_bg {
  position: absolute;
  width: 100%;
  top: 100%;
}

.work {
  padding-top: 200px;
  background: linear-gradient(180deg, #053841 0%, #096878 100%);
  position: relative;
  padding-bottom: 100px;
}
.work .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work .sectiob-heading {
  margin-bottom: 70px;
}

.work-row {
  display: flex;
  justify-content: flex-end;
}

.work-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 180px;
}

.work-item {
  border: 1px solid rgba(4, 50, 58, 0.3);
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: -moz-fit-content;
  width: fit-content;
}
.work-item:nth-child(1) {
  position: relative;
  margin-bottom: -5px;
}
.work-item:nth-child(2) {
  margin-bottom: 42px;
}
.work-item:nth-child(3) {
  margin-left: 100px;
  margin-bottom: 42px;
}
.work-item:nth-child(4) {
  margin-left: 60px;
  margin-bottom: 42px;
}
.work-item:nth-child(4) {
  margin-left: 100px;
}

.work-item__icon {
  border-radius: 4px;
  width: 50px;
  height: 50px;
  background: #04323a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-item__icon img {
  width: 40px;
  height: 40px;
}

.work-item__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f2f2f4;
  max-width: 280px;
}

.work-bg {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.partners {
  padding: 70px 0 210px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #096878 0%, #0a7588 100%);
}

.partners-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.beguStrItem {
  display: flex;
  gap: 20px;
  align-items: center;
}

.begustrok {
  display: flex;
  gap: 20px;
  align-items: center;
}
.begustrok.normal {
  animation: beguStr 60s linear infinite;
}
.begustrok.reverse {
  animation: beguStrRev 60s linear infinite;
}

.begustrok-item {
  border-radius: 4px;
  width: 260px;
  height: 119px;

  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.begustrok-item&gt;div{

  width: 100%;
  height: 100%;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.begustrok-item img {
  max-width: 100%;
}

.beguStr-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mob-header-menu {
  display: none;
}

.header-nav__item::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #f6e986;
  transition: all 0.4s ease;
}
.header-nav__item:hover::after {
  width: 100%;
}

@keyframes beguStr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes beguStrRev {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.keyses {
  padding: 60px 0px;
 /* background: #04323a;*/
  position: relative;
  z-index: 2;
}
.keyses .sectiob-heading {
  margin-bottom: 40px;
}

.vendors {
  position: relative;
  padding-bottom: 150px;
  background: #04323a;
}
.vendors .container {
  position: relative;
  z-index: 2;
}
.vendors .sectiob-heading {
  margin-bottom: 55px;
}

.vendors-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.vendors-item {
  border: 1px solid rgba(0, 204, 114, 0.3);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(0, 204, 114, 0.5);
  padding: 30px;
}

.vendors-item__logo {
  display: flex;
  justify-content: flex-end;
}

.vendors-item__logo_img {
  border-radius: 4px;
  width: 170px;
  height: 76px;
  /*background: #00cc72;*/
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.vendors-item__logo_img img {
  max-width: 100%;
}

.vendors-item__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 10px;
}

.vendors-item__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 10px;
}

.vendors-item__button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #f6e986;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all 0.4s ease;
}
.vendors-item__button::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #f6e986;
  transition: all 0.4s ease;
  position: absolute;
  bottom: -5px;
}
.vendors-item__button:hover {
  gap: 10px;
}
.vendors-item__button:hover::after {
  width: 100%;
}

.vendors-item__button__svg {
  width: 13px;
  height: 13px;
}

.vendors__bg {
  position: absolute;
  top: 0;
  transform: translateY(-10%);
  left: 0;
  width: 100%;
}

.keyses-slide-button {
  font-weight: 500;
  font-size: 18px;
  color: #00cc72;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all 0.4s ease;
}
.keyses-slide-button::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #00cc72;
  transition: all 0.4s ease;
  position: absolute;
  bottom: -5px;
}
.keyses-slide-button:hover {
  gap: 10px;
}
.keyses-slide-button:hover::after {
  width: 100%;
}

.keyses-slide__heading {
  font-weight: 700;
  font-size: 20px;
  color: #04323a;
  margin-bottom: 30px;
}

.banner {
  padding: 60px 0 410px;
  position: relative;
  background: #04323a;
}
.banner .container {
  padding: 60px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.banner-s-heading {
  font-weight: 700;
  font-size: 16px;
  color: #f2f2f4;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  font-family: "Wadik", sans-serif;
}

.banner-heading {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 113%;
  color: #f2f2f4;
}
.banner-heading span {
  font-family: "Wadik", sans-serif;
}
.banner-heading span:first-child {
  max-width: 886px;
  margin-bottom: 6px;
}
.banner-heading span:nth-child(2) {
  margin-left: 240px;
}

.banner-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 113%;
  color: #f2f2f4;
  margin-left: 240px;
  position: relative;
  z-index: 2;
}
.banner-text:nth-child(2) {
  margin-bottom: 12px;
}

.banner-btn {
  margin-left: 240px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.banner-container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banne__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transform: translateY(-13%);
  width: 100%;
}

.invite {
  background: #04323a;
  overflow: hidden;
  padding: 0 0 60px;
  position: relative;
}
.invite .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.invite-heading {
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  text-align: center;
  color: #f2f2f4;
  font-family: "Wadik", sans-serif;
  margin-bottom: 30px;
}

.invite-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 113%;
  text-align: center;
  color: #f2f2f4;
  margin-bottom: 40px;
}

.invite-button {
  width: 400px;
  height: 78px;
}

.invite-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-20%);
}

.smi {
  overflow: hidden;
  padding: 120px 0 120px;
  position: relative;
  z-index: 2;
}
.smi .container {
  position: relative;
  z-index: 2;
}
.smi .banner-s-heading {
  margin-bottom: 35px;
}

.smi-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.smi-heading span {
  font-weight: 700;
  font-size: 46px;
  line-height: 113%;
  color: #f2f2f4;
  font-family: "Wadik", sans-serif;
}
.smi-heading span:nth-child(2) {
  margin-top: 6px;
  margin-left: 300px;
}

.smi-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 113%;
  color: #f2f2f4;
  margin-left: 302px;
}
.smi-text:nth-child(3) {
  margin-bottom: 20px;
}
.smi-text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #f6e986;
}

.smi-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contacts {
  position: relative;
  background: #04323A;
  padding-top: 120px;
}
.contacts .container {
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.contacts-l {
  max-height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.contacts-l-heaidng-wrapper {
  position: relative;
}

.contacts-l-heading {
  font-weight: 700;
  font-size: 46px;
  line-height: 113%;
  color: #f2f2f4;
  font-family: "Wadik", sans-serif;
  position: relative;
  z-index: 2;
}

.contacts-l-heading-svg {
  width: 166px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 2px;
}

.contacts-l-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 113%;
  color: #f2f2f4;
}

.contacts-r {
  position: relative;
  z-index: 2;
  padding: 40px;
  width: 614px;
  flex-shrink: 0;
}

.contacts-r-form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.contacts-form-inp {
  border: 1px solid #f2f2f4;
  border-radius: 4px;
  padding: 16px 10px 16px 20px;
  width: 100%;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: #fff;
}
.contacts-form-inp::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: #fff;
  opacity: 0.6;
}
.contacts-form-inp::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: #fff;
  opacity: 0.6;
}

select.contacts-form-inp::-moz-placeholder {
  color: black;
}

select.contacts-form-inp::placeholder {
  color: black;
}

.contacts-form-policy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy-checkbox:checked + .policy-visual .policy-visual-active {
  opacity: 1;
}

.policy-visual {
  border-radius: 2px;
  width: 15px;
  height: 15px;
  background: #fff;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.policy-text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.policy-text a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.policy-visual-active {
  transition: all 0.4s ease;
  opacity: 0;
}

.yellow-btn {
  background: none;
}

.form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-container-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120%;
  height: 100%;
}
.contacts-container-bg.mob {
  display: none;
}

.contacts-bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-21%);
  width: 100%;
}

footer {
  padding: 120px 0 160px;
  position: relative;
  background: #04323a;
}
footer .container {
  position: relative;
  z-index: 2;
  display: flex;
}

.footer-row {
  max-height: 100%;
  justify-content: space-between;
}
.footer-row:nth-child(1) {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-row:nth-child(2) {
  margin-right: 100px;
}

.footer-logo {
  width: 200px;
}

.footer-s-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: #f2f2f4;
}

.footer-item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-item:last-child {
  margin-bottom: 0;
}

.footer-s-heading {
  font-weight: 700;
  font-size: 16px;
  color: #f2f2f4;
  opacity: 0.7;
  font-family: "Wadik", sans-serif;
}
.footer-s-heading.menu {
  margin-bottom: 20px;
}
.footer-s-heading span {
  opacity: 0.7;
  font-family: "Wadik", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.footer-link {
  font-weight: 700;
  font-size: 32px;
  line-height: 113%;
  color: #f2f2f4;
}

.footer-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 113%;
  color: #f2f2f4;
  max-width: 324px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-menu-item {
  padding: 2px 0 2px 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  color: #f2f2f4;
  position: relative;
  transition: all 0.4s ease;
}
.footer-menu-item::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #f6e986;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0px;
}
.footer-menu-item:hover {
  gap: 10px;
}
.footer-menu-item:hover::after {
  width: 100%;
}

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-f-text.mob {
  display: none;
}
.footer-f-text.desk {
  display: block;
}

.header-menu {
  display: none;
}

.contacts .yellow-btn {
  width: 100%;
}

select.contacts-form-inp {
  appearance: none; /* РЈР±РёСЂР°РµРј СЃС‚Р°РЅРґР°СЂС‚РЅСѓСЋ СЃС‚СЂРµР»РєСѓ */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../media/icons/selectArr.svg") no-repeat right 10px center; /* Р—Р°РјРµРЅРёС‚Рµ РЅР° СЃРІРѕСЋ РёРєРѕРЅРєСѓ */
  background-size: 12px; /* Р&nbsp;Р°Р·РјРµСЂ СЃС‚СЂРµР»РєРё */
  padding-right: 30px; /* Р”РѕР±Р°РІР»СЏРµРј РѕС‚СЃС‚СѓРї, С‡С‚РѕР±С‹ С‚РµРєСЃС‚ РЅРµ Р·Р°Р»РµР·Р°Р» РЅР° СЃС‚СЂРµР»РєСѓ */
}

.yellov-kav {
  font-family: inherit;
  font-size: inherit;
  color: #f6e986;
}

@media (max-width: 1240px) {
  body, html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .header {
    max-width: 100vw;
    padding: 0;
  }
  .header .container {
    margin-top: 15px;
    border-radius: 4px;
    padding: 10px 11px;
    background: #014a52;
  }
  .container {
    width: calc(100vw - 30px);
  }
  .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-nav {
    display: none;
  }
  .header-phone {
    border-radius: 4px;
    padding: 10px;
    width: 36px;
    height: 36px;
    background: #04323a;
  }
  .header-phone__svg {
    width: 16px;
    height: 16px;
  }
  .header-phone__text {
    display: none;
  }
  .header-r {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mob-header-menu {
    border-radius: 4px;
    padding: 10px;
    background: #04323a;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .mob-header-menu svg {
    width: 12px;
    height: 8px;
  }
  .mob-header-menu-text {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
  }
  .hero .container {
    padding-top: 250px;
  }
  .hero-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    text-align: center;
    color: #f2f2f4;
    margin-bottom: 40px;
  }
  .yellow-btn {
    width: 276px;
    height: 60px;
    gap: 25px;
  }
  .yellow-btn-text {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #04323a;
  }
  .yellow-btn-svg {
    width: 20px;
    height: 20px;
  }
  .section-heading__text {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #f2f2f4;
  }
  .section-heading__bg {
    width: 98px;
  }
  .news-wrapper {
    max-width: calc(100% - 60px);
    margin: auto;
  }
  .news-prev-arr {
    left: -40px;
    right: auto;
  }
  .news-prev-arr, .news-next-arr {
    width: 32px;
    height: 32px;
  }
  .news-next-arr {
    right: -40px;
    left: auto;
    transform: rotate(180deg) translateY(56%);
  }
  .news-slide {
    border-radius: 4px;
    padding: 20px;
  }
  .news-slide__heading {
    font-weight: 700;
    font-size: 18px;
    color: #04323a;
    margin-bottom: 4px;
  }
  .news-slide__text {
    font-weight: 400;
    font-size: 14px;
    color: #04323a;
    margin-bottom: 4px;
  }
  .news-slide__date {
    font-weight: 400;
    font-size: 12px;
    color: #04323a;
  }
  .about-s-heading {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 22px;
  }
  .about-heading__text * {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
  .about-heading__text span:nth-child(2) {
    margin-left: 0;
  }
  .about-heading__text span:last-child {
    margin-left: 0;
  }
  .about-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .about-row__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
  }
  .about-heading {
    margin-bottom: 12px;
  }
  .about-col__item {
    flex-direction: column;
  }
  .about-col__item__heading {
    font-weight: 700;
    font-size: 20px;
  }
  .about-col__item__text__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
  }
  .work-item__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
  }
  .work-item {
    border: 1px solid rgba(4, 50, 58, 0.3);
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    width: 100%;
  }
  .work-item:nth-child(1) {
    position: relative;
    margin-bottom: 0px;
  }
  .work-item:nth-child(2) {
    margin-bottom: 10px;
  }
  .work-item:nth-child(3) {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .work-item:nth-child(4) {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .work-item:nth-child(4) {
    margin-left: 0;
  }
  .work-row {
    margin-bottom: 300px;
  }
  .work-bg {
    transform: translate(-50%, -72%);
  }
  .work-wrapper {
    margin-bottom: 40px;
  }
  .begustrok-item {
    border-radius: 4px;
    width: 220px;
    height: 100px;
  }
  .vendors-row {
    flex-direction: column;
    display: flex;
  }
  .vendors-item__logo_img {
    border-radius: 4px;
    width: 120px;
    height: 54px;
    margin-bottom: 4px;
  }
  .vendors-item__heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .vendors-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .vendors-item__button {
    font-weight: 500;
    font-size: 16px;
  }
  .vendors-item__button svg {
    width: 12px;
  }
  .vendors {
    padding-bottom: 100px;
  }
  .keyses-slide__heading {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .keyses-slide-button {
    font-weight: 500;
    font-size: 16px;
  }
  .keyses-slide-button svg {
    width: 12px;
  }
  .banner .container {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-s-heading {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    margin-bottom: 30px;
  }
  .banner-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 113%;
    text-align: center;
    color: #f2f2f4;
    display: flex;
    flex-direction: column;
  }
  .banner-heading span:first-child {
    max-width: 100%;
  }
  .banner-heading span:nth-child(2) {
    margin-left: 0;
  }
  .banner-heading {
    max-width: 100%;
  }
  .banner-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    text-align: center;
    color: #f2f2f4;
    margin-left: 0;
  }
  .banner-btn {
    margin-left: 0;
  }
  .banner {
    padding-bottom: 20px;
  }
  .invite-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #f2f2f4;
    margin-bottom: 14px;
  }
  .invite-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    text-align: center;
    color: #f2f2f4;
    margin-bottom: 14px;
  }
  .invite-bg {
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
  .smi-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .smi {
    padding: 90px 0;
  }
  .smi .banner-s-heading {
    display: none;
  }
  .smi-heading span {
    font-weight: 700;
    font-size: 20px;
    line-height: 113%;
    text-align: center;
    color: #f2f2f4;
  }
  .smi-heading span:nth-child(2) {
    margin-left: 0;
  }
  .smi-text:nth-child(3) {
    margin-left: 0;
  }
  .smi-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    text-align: center;
    color: #f2f2f4;
  }
  .smi-text {
    margin-left: 0;
  }
  .contacts .container {
    flex-direction: column;
    padding: 0;
  }
  .contacts-l {
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
  }
  .contacts-l-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
    color: #f2f2f4;
    margin-bottom: 90px;
  }
  .contacts-l-heading-svg {
    width: 98px;
  }
  .contacts-l-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 113%;
    color: #f2f2f4;
    position: relative;
    z-index: 2;
  }
  .contacts-container-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts-container-bg .mob {
    display: block;
  }
  .contacts-container-bg .desk {
    display: none;
  }
  .contacts-r {
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
    width: 100%;
  }
  .contacts-form-inp {
    font-weight: 400;
    font-size: 16px;
    line-height: 113%;
    color: #fff;
    border-radius: 4px;
    padding: 15px 20px;
  }
  .invite-button {
    width: 306px;
  }
  .policy-visual {
    flex-shrink: 0;
  }
  .policy-text {
    font-size: 12px;
  }
  .policy-text a {
    font-size: 12px;
  }
  footer {
    padding-top: 90px;
    background: #04323a;
    padding-bottom: 90px;
  }
  footer .container {
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-f-text {
    margin-top: 40px;
  }
  .footer-f-text.mob {
    display: block;
  }
  .footer-f-text.desk {
    display: none;
  }
  .footer-s-heading {
    font-size: 12px;
  }
  .footer-link {
    font-size: 22px;
  }
  .footer-item {
    gap: 10px;
  }
  .footer-item {
    margin-bottom: 30px;
  }
  .footer-text {
    font-size: 16px;
  }
  .footer-s-heading.menu {
    margin-top: 30px;
  }
  .footer-menu-item {
    font-size: 14px;
  }
  .footer-s-text {
    font-size: 12px;
  }
  .header-menu {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px 30px 30px;
    transform: translateX(100%);
    transition: all 0.4s ease;
    position: fixed;
    z-index: 13;
    top: 0;
    right: 0;
    background: #04323a;
    width: 250px;
  }
  .header-menu.opened {
    transform: translateX(0);
  }
  .header-menu-close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header-mob-logo {
    width: 140px;
    margin-bottom: 11px;
  }
  .header-mob-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .header-mob-menu-item {
    padding: 2px 10px 2px 0px;
    width: 117px;
    height: 29px;
    font-weight: 500;
    font-size: 18px;
    color: #f2f2f4;
  }
  .mob-menubtn {
    width: 190px;
    gap: 10px;
    height: 50px;
  }
  .mob-menubtn .yellow-btn-text {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #04323a;
  }
  .mob-menubtn .yellow-btn-svg {
    width: 12px;
  }
  .closePopup {
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(211, 211, 211, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
  }
  .closePopup.opened {
    opacity: 1;
    visibility: visible;
  }
  .contacts .yellow-btn {
    width: 285px;
    height: 42px;
  }
}/*# sourceMappingURL=style.css.map */
.message.reg-text{
min-height: 45px;
color: #fff;
}
.invite-button.yellow-btn.button.disabled .yellow-btn-svg {
display: none ;
}
#news-item{
	padding-top: 140px;
}
#news-item .section-heading__text{
	text-align: left;
}
#news-item .news-content{
	font-weight: 400;
    font-size: 18px;
    line-height:25px;
    color: #fff;
	
    font-family: "Manrope", sans-serif;
    scroll-behavior: smooth;
}
.news-content a,.news-content a:focus,.news-content a:visited,.news-content a:active,.news-content a:hover{
	color: #fff;
	text-decoration:underline;
}
#news .swiper-backface-hidden .swiper-slide{
    min-height: 36rem;
}</pre></body></html>