@import "vendors/bs/bootstrap.css";
/* Specifying box sizing */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Removing internal padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Removing external padding */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set the default basic settings for body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* We remove the standard styling for all ul and il that have a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* Elements a that do not have a class are reset to default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Making it easier to work with images */
img {
  max-width: 100%;
  display: block;
}

/* We indicate a clear periodicity in the data flow of the article */
article > * + * {
  margin-top: 1em;
}

/* Inheriting fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* We remove default styles for links with type="button" in Safari, Chrome, Opera, Firefox and Edge browsers */
a, [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Removing all animations and transitions for people who prefer not to use them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Container width limit */
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
/* flex to push the footer to the bottom of the page */
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FFFFFF;
}

/* flex to push the footer to the bottom of the page */
.page {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

/* Remove horizontal scrolling for mobile version */
@media (max-width: 991.98px) {
  .body-overflow {
    overflow: hidden;
  }
}
/* Styles for fancybox to work correctly in sliders */
.owl-carousel .owl-stage-outer {
  z-index: 2;
}
.owl-carousel .owl-nav {
  z-index: 1;
}

/* Style for blocks without padding */
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html, body {
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: #1B1F2A;
}

h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 140%;
}

h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
}

h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

a {
  color: #1B1F2A;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
a:hover {
  color: #0ADAE1;
}

p {
  line-height: 150%;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/**************************************   For screens smaller than 576px   ********************************************/
@media (max-width: 575.98px) {
  h2 {
    font-size: 20px;
  }
}
.sics-header {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  padding: 31px 0 35px;
  z-index: 100;
  transform: translateY(0px);
  transition: transform 0.6s;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.sics-header.header-hide {
  transform: translateY(-103px);
  box-shadow: none !important;
}
.sics-header.header-hide .sics-header__logo {
  filter: none;
}
.sics-header.shadow {
  box-shadow: 0 0 0.8rem #000000;
}
.sics-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sics-header__logo {
  display: inline-block;
  width: fit-content;
  margin-right: 10px;
}
.sics-header__menu {
  width: fit-content;
}
.sics-header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
.sics-header__item a {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  color: #858585;
}
.sics-header__item a:hover {
  color: #1B1F2A;
}
.sics-header__mobile-menu {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  height: 37px;
  background: transparent;
  transition: height 0.4s;
}
.sics-header__mobile-menu .sics-header__menu-button-container {
  height: 100%;
  width: 37px;
  margin-left: auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sics-header__mobile-menu #nav-toggle {
  display: none;
}
.sics-header__mobile-menu .sics-header__menu-button,
.sics-header__mobile-menu .sics-header__menu-button::before,
.sics-header__mobile-menu .sics-header__menu-button::after {
  display: block;
  background-color: #1B1F2A;
  position: absolute;
  height: 4px;
  width: 37px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sics-header__mobile-menu .sics-header__menu-button {
  top: 17px;
}
.sics-header__mobile-menu .sics-header__menu-button::before {
  content: "";
  margin-top: -12px;
}
.sics-header__mobile-menu .sics-header__menu-button::after {
  content: "";
  margin-top: 12px;
}
.sics-header__mobile-menu .sics-header__container {
  position: fixed;
  top: 0;
  margin-top: 103px;
  padding-top: 26px;
  padding-bottom: 30px;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #2C2F41;
  box-shadow: 0 34px 50px rgba(0, 0, 0, 0.07);
  z-index: 20;
  transform: translate(150%);
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}
.sics-header__mobile-menu .sics-header__scroll-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.sics-header__mobile-menu .sics-header__nav {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0;
  padding: 0 !important;
}
.sics-header__mobile-menu .sics-header__item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #858585;
  text-transform: uppercase;
}
.sics-header__mobile-menu .sics-header__item:first-of-type {
  border-top: 1px solid #858585;
}
.sics-header__mobile-menu .sics-header__item a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 140%;
  color: #858585;
}
.sics-header__mobile-menu .sics-header__item a:hover {
  color: #FFFFFF;
  border-bottom: none;
}
.sics-header__mobile-menu.active .sics-header__menu-button-container .sics-header__menu-button::before {
  margin-top: 0;
  transform: rotate(405deg);
}
.sics-header__mobile-menu.active .sics-header__menu-button-container .sics-header__menu-button {
  background: rgba(255, 255, 255, 0);
}
.sics-header__mobile-menu.active .sics-header__menu-button-container .sics-header__menu-button::after {
  margin-top: 0;
  transform: rotate(-405deg);
}
.sics-header__mobile-menu.active .sics-header__container {
  transform: translateX(0);
}
.sics-header__empty-block {
  display: none;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/***************************************   For screens smaller than 992px   *******************************************/
@media (max-width: 991.98px) {
  .sics-header .fullscreen-menu {
    display: none;
  }
  .sics-header__mobile-menu {
    display: block;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .sics-header__logo {
    width: 235px;
    left: -35px;
  }
}
.breadcrumbs {
  padding: 20px 0;
  background: #1B1F2A;
}
.breadcrumbs__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
.breadcrumbs a {
  color: #858585;
}
.breadcrumbs a:hover {
  color: #FFFFFF;
}
.breadcrumbs span {
  color: #FFFFFF;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                      ***********************************/
/**********************************************************************************************************************/
/**************************************   For screens smaller than 992px   ********************************************/
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}
.slider.owl-theme .owl-stage {
  display: flex;
}
.slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.slider.owl-theme .owl-nav button {
  position: absolute;
  top: calc(50% - 47px);
  color: transparent !important;
  margin: 0;
}
.slider.owl-theme .owl-nav button.owl-prev {
  left: -60px;
}
.slider.owl-theme .owl-nav button.owl-prev span:before {
  background-image: url("/../static/img/icons/prev-icon.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slider.owl-theme .owl-nav button.owl-next {
  right: -57px;
}
.slider.owl-theme .owl-nav button.owl-next span:before {
  background-image: url("/../static/img/icons/next-icon.svg");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slider.owl-theme .owl-nav button span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: transparent;
}
.slider.owl-theme .owl-nav button span:before {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  left: calc(50% - 7px);
  width: 14px;
  height: 20px;
  background: transparent;
}
.slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.slider.owl-theme .owl-dots {
  text-align: center;
}
.slider.owl-theme .owl-dots .owl-dot {
  border-color: #C6C6C6;
}
.slider.owl-theme .owl-dots .owl-dot.hide {
  display: none;
}
.slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #C6C6C6;
}
.slider.owl-theme .owl-dots .owl-dot.active span,
.slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #11D5ED;
  transform-origin: center;
  transform: scale(1.6);
}

.sics-footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #162B37;
  background-image: url(/../static/img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 78px 0 56px;
}
.sics-footer__logo {
  margin-bottom: 44px;
}
.sics-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.sics-footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  color: #FFFFFF;
}
.sics-footer__copyright span:first-of-type {
  margin-right: 28px;
}
.sics-footer__privacy a {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  color: #FFFFFF;
}
.sics-footer__privacy a:hover {
  color: #0DACCA;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                      ***********************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .sics-footer {
    padding: 35px 0;
  }
  .sics-footer__logo {
    display: none;
  }
}
/**************************************   For screens smaller than 768px   ********************************************/
@media (max-width: 767.98px) {
  .sics-footer {
    padding: 25px 0;
  }
  .sics-footer__container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .sics-footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .sics-footer__copyright span:first-of-type {
    margin-right: 0;
  }
}
.main-page .main {
  background-color: #0BCBDA;
  background-image: url(/../static/img/main-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 97px 0 115px;
  color: #1B1F2A;
  overflow: hidden;
}
.main-page .main__title {
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.main-page .main__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 122%;
}
.main-page .what {
  background-color: #FFFFFF;
  background-image: url(/../static/img/what-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 48px 0 67px;
  color: #1B1F2A;
}
.main-page .what__title {
  text-align: center;
  margin-bottom: 35px;
}
.main-page .what__item {
  max-width: 632px;
  margin: 0 auto;
}
.main-page .what__item {
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
}
.main-page .what__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 16px;
  background-image: url(/../static/img/icons/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-page .what__text {
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0BCBDA;
  text-transform: uppercase;
  margin-top: 82px;
}
.main-page .how {
  background-color: #162B37;
  background-image: url(/../static/img/how-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 48px 0 67px;
}
.main-page .how__title {
  color: #FFFFFF;
  text-align: center;
}
.main-page .how__slider {
  max-width: 592px;
  margin: 17px auto 0;
}
.main-page .how__slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: linear-gradient(89.92deg, rgba(17, 208, 237, 0.8) 0.03%, rgba(12, 237, 234, 0.8) 106.39%);
  box-shadow: 4px 4px 4px 0 #00000026;
  border-radius: 15px;
  padding: 11px 67px 11px 41px;
  margin-left: 2px;
}
.main-page .how__slide .slide__number {
  font-size: 64px;
  font-weight: 900;
  line-height: 150%;
  color: #1B1F2ACC;
}
.main-page .how__slide .slide__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.main-page .how__text {
  line-height: 190%;
  margin-bottom: 20px;
}
.main-page .how__text:last-of-type {
  margin-bottom: 76px;
}
.main-page .benefits {
  background-color: #FFFFFF;
  background-image: url(/../static/img/benefits-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 67px 0 80px;
}
.main-page .benefits__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 67px;
}
.main-page .benefits__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 92px;
}
.main-page .benefits__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 37px;
}
.main-page .benefits__image {
  width: 90px;
  height: 90px;
  background: linear-gradient(43.54deg, #0CAAC9 12.5%, #0AE3E6 90.77%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page .benefits__text {
  text-align: center;
}
.main-page .benefits__list-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0DACCA;
  margin-bottom: 34px;
}
.main-page .benefits__list {
  max-width: 610px;
  margin: 0 auto;
}
.main-page .benefits__list-item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 32px;
}
.main-page .benefits__list-item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #0DACCA;
  border-radius: 2px;
}
.main-page .benefits__list-item:last-of-type {
  margin-bottom: 0;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .main-page .what__title br, .main-page .what__text br {
    display: none;
  }
  .main-page .benefits__wrapper {
    flex-wrap: wrap;
    gap: 60px 30px;
  }
  .main-page .benefits__item {
    width: 47%;
  }
}
/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .main-page h2 {
    font-size: 20px;
  }
  .main-page .main {
    padding: 48px 0;
  }
  .main-page .main__title {
    font-size: 30px;
  }
  .main-page .main__title br {
    display: none;
  }
  .main-page .main__text br {
    display: none;
  }
  .main-page .what {
    padding: 48px 0;
    background-size: cover;
  }
  .main-page .what__title br {
    display: none;
  }
  .main-page .how {
    padding: 48px 0;
  }
  .main-page .benefits {
    padding: 48px 0;
  }
  .main-page .benefits__title {
    margin-bottom: 30px;
  }
  .main-page .benefits__wrapper {
    gap: 30px;
  }
  .main-page .benefits__item {
    width: 100%;
  }
  .main-page .benefits__text {
    max-width: 300px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .main-page .how__slide {
    gap: 20px;
    padding: 11px 20px;
  }
}
/****************************************   For screens smaller than 400px   ******************************************/
@media (max-width: 400px) {
  .main-page .how__slide {
    flex-direction: column;
  }
  .main-page .how__slide .slide__number {
    line-height: 100%;
  }
  .main-page .how__slide .slide__text {
    text-align: center;
  }
}
.about-page .main-back {
  background-color: #FFFFFF;
  background-image: url(/../static/img/about-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: initial;
}
.about-page .main {
  padding: 42px 0 52px;
  color: #1B1F2A;
}
.about-page .main__title {
  margin-bottom: 37px;
}
.about-page .main__title ~ p {
  margin-bottom: 62px;
}
.about-page .main__text {
  margin-bottom: 20px;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .about-page .main-back {
    position: relative;
  }
  .about-page .main-back:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    z-index: 0;
  }
  .about-page .main {
    position: relative;
    z-index: 1;
  }
}
.contacts-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.contacts-page .main-back {
  flex-grow: 1;
  background-color: #FFFFFF;
  background-image: url(/../static/img/contacts-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.contacts-page .main {
  padding: 42px 0 52px;
  color: #1B1F2A;
}
.contacts-page .main__title {
  margin-bottom: 37px;
}
.contacts-page .main__text {
  font-weight: 900;
  color: #0ADAE1;
  margin-bottom: 20px;
}
.contacts-page .main__mail {
  font-weight: 900;
}
.contacts-page .main__mail a {
  font-weight: 400;
  border-bottom: 1px solid #1B1F2A;
}
.contacts-page .main__mail a:hover {
  border-bottom: 1px solid #0ADAE1;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .contacts-page .main-back {
    position: relative;
  }
  .contacts-page .main-back:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    z-index: 0;
  }
  .contacts-page .main {
    position: relative;
    z-index: 1;
  }
}
.privacy-page {
  display: flex;
  flex-direction: column;
}
.privacy-page .main-back {
  flex-grow: 1;
  background-color: #FFFFFF;
  background-image: url(/../static/img/privacy-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.privacy-page .main {
  padding: 42px 0 52px;
  color: #1B1F2A;
}
.privacy-page .main__title {
  margin-bottom: 37px;
}
.privacy-page .main__text {
  max-width: 765px;
  margin-bottom: 20px;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .privacy-page .main-back {
    position: relative;
  }
  .privacy-page .main-back:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    z-index: 0;
  }
  .privacy-page .main {
    position: relative;
    z-index: 1;
  }
}
.error-page {
  display: flex;
  flex-direction: column;
  color: white;
}
.error-page .main {
  flex-grow: 1;
  background-color: #FFFFFF;
  background-image: url(/../static/img/error-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 42px 0 52px;
  color: #1B1F2A;
}
.error-page .main__title {
  font-size: 190px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 90px;
  color: #384048;
}
.error-page .main__text {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #384048;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .error-page .main__title {
    font-size: 105px;
  }
  .error-page .main__text {
    font-size: 28px;
  }
}

/*# sourceMappingURL=index.css.map */
