@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: Benzin;
  src: url(../fonts/benzin-bold.ttf);
}

header.navbar-active-always {
  background: #0000007a;
}

.first-screen__present-block {
  padding-top: 140px;
}

@media (max-width: 767px) {
  .first-screen__present-block {
    padding-top: 80px;
  }
}

.first-screen__present-block h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .first-screen__present-block h1 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .first-screen__present-block h1 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }
}

.first-screen__present-block .h5 {
  font-weight: 400;
}

@media (max-width: 991px) {
  .first-screen__present-block .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h1, .h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h1 span, .h1 span {
  color: #115EFB;
}

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

.text-small {
  color: #777;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-small {
    font-size: 14px;
  }
}

.modal .modal-dialog {
  height: 100% !important;
}

.modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .modal .modal-body iframe {
    width: 75% !important;
    height: 75vh !important;
  }
}

@media (max-width: 991px) {
  .modal .modal-body iframe {
    width: 100% !important;
    height: 50vh !important;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-stars-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 8000px;
  }
}

@keyframes move-stars-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 8000px;
  }
}

@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars, .twinkling, .clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #000000 url(../assets/stars.png) repeat top center;
  z-index: 0;
  -webkit-animation: move-stars-back 400s linear infinite;
          animation: move-stars-back 400s linear infinite;
}

.twinkling {
  background: transparent url(../assets/twinkling.png) repeat top center;
  z-index: 1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.clouds {
  background: transparent url(../assets/space.png) repeat-x top center;
  z-index: 3;
  -webkit-animation: move-clouds-back 100s linear infinite;
  animation: move-clouds-back 100s linear infinite;
}

.edelweiss-characteristics {
  position: relative;
}

@media (min-width: 992px) {
  .edelweiss-characteristics {
    padding-bottom: 160px;
  }
  .edelweiss-characteristics, .edelweiss-characteristics .edelweiss-description {
    margin-top: 170px;
  }
}

@media (max-width: 991px) {
  .edelweiss-characteristics .edelweiss-description {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.edelweiss-characteristics .edelweiss-description, .edelweiss-characteristics .edelweiss-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.edelweiss-characteristics::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../assets/edelweiss-characteristics-after.png) no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 575px) {
  .edelweiss-characteristics::after {
    display: none;
  }
}

.edelweiss-characteristics .table {
  color: #ffffff;
}

.edelweiss-characteristics .table tr {
  border: 1px solid #115EFB;
  border-left: 0px;
  border-right: 0px;
}

.edelweiss-characteristics .table tr td {
  padding: 24px 0;
  width: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  border: 0px;
}

.edelweiss-characteristics .table tr td a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #115EFB;
}

.edelweiss-characteristics .table tr td a:hover {
  color: #115EFB;
}

.edelweiss-characteristics .table tr td:first-child {
  font-weight: 700;
}

.edelweiss-characteristics .table tr td:last-child {
  font-weight: 400;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .edelweiss-characteristics .table tr td {
    padding: 20px 0;
  }
}

.edelweiss-characteristics .edelweiss-characteristics-collapse-btn, .edelweiss-characteristics .edelweiss-description-collapse-btn {
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: 700 !important;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.edelweiss-characteristics .edelweiss-characteristics-collapse-btn:hover, .edelweiss-characteristics .edelweiss-description-collapse-btn:hover {
  opacity: .8;
}

.edelweiss-characteristics .edelweiss-characteristics-collapse-btn img, .edelweiss-characteristics .edelweiss-description-collapse-btn img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.edelweiss-characteristics .edelweiss-characteristics-collapse-btn:not(.collapsed) img, .edelweiss-characteristics .edelweiss-description-collapse-btn:not(.collapsed) img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.edelweiss-characteristics #carouselEdelweissCharacteristics {
  max-width: 500px;
}

@media (max-width: 575px) {
  .edelweiss-characteristics #carouselEdelweissCharacteristics {
    max-width: 250px;
  }
}

.edelweiss-characteristics #carouselEdelweissCharacteristics .example-edelweiss-after {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  width: 96px;
  height: 96px;
}

@media (max-width: 575px) {
  .edelweiss-characteristics #carouselEdelweissCharacteristics .example-edelweiss-after {
    width: 64px;
    height: 64px;
  }
}

.edelweiss-characteristics #carouselEdelweissCharacteristics .carousel-indicators {
  margin-bottom: 0;
  position: relative;
}

.edelweiss-characteristics #carouselEdelweissCharacteristics .carousel-indicators button {
  background-color: #777;
  border: 0px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 12px;
  margin-left: 0px;
}

.edelweiss-characteristics #carouselEdelweissCharacteristics .carousel-indicators button:last-child {
  margin-right: 0px;
}

.edelweiss-characteristics #carouselEdelweissCharacteristics .carousel-indicators button.active {
  background-color: #115EFB;
}

@media (max-width: 991px) {
  .edelweiss-characteristics #carouselEdelweissCharacteristics {
    margin: 60px 0px;
  }
  .edelweiss-characteristics #carouselEdelweissCharacteristics .carousel-indicators {
    margin-bottom: 0;
  }
}

@media (max-width: 340px) {
  .edelweiss-characteristics #carouselEdelweissCharacteristics {
    margin: 60px 0px 48px;
  }
}

.cubesat-video-block {
  background: #ffffff url(../assets/edelweiss-cubesat-video-block-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cubesat-video-block {
    background: #ffffff url(../assets/edelweiss-cubesat-video-block-bg.jpg) no-repeat 85% 20%;
    background-size: cover;
  }
}

@media (max-width: 340px) {
  .cubesat-video-block {
    background: #ffffff url(../assets/edelweiss-cubesat-video-block-bg.jpg) no-repeat 80% 20%;
    background-size: cover;
  }
}

.cubesat-video-block:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 2;
  opacity: 0.6;
}

@media (min-width: 992px) {
  .cubesat-video-block {
    padding: 94px 0;
  }
}

@media (max-width: 991px) {
  .cubesat-video-block {
    padding: 60px 0;
  }
  .cubesat-video-block:before {
    opacity: 0;
  }
}

.cubesat-video-block .container {
  position: relative;
  z-index: 2;
}

.cubesat-video-block video, .cubesat-video-block iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16/9*100 = 177.77 */
}

.cubesat-video-block iframe {
  opacity: 0;
}

.cubesat-video-block iframe.loaded {
  opacity: 1;
}

.cubesat-video-block .btn-play {
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 992px) {
  .cubesat-video-block .btn-play {
    margin: 180px 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .cubesat-video-block .btn-play {
    margin: 114px 0 101px;
  }
}

@media (max-width: 575px) {
  .cubesat-video-block .btn-play {
    margin: 80px 0 77px;
  }
}

.cubesat-video-block .btn-play:hover {
  opacity: .3;
}

.cubesat-video-block .text-center p {
  line-height: 28px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .cubesat-video-block .text-center p {
    line-height: 24px;
  }
}

.onorbit-timer {
  overflow: hidden;
  background-color: #115EFB;
}

@media (min-width: 992px) {
  .onorbit-timer {
    padding: 94px 0 150px;
  }
}

@media (max-width: 991px) {
  .onorbit-timer {
    padding: 60px 0;
  }
  .onorbit-timer > .container {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .onorbit-timer #onorbit-timer {
    margin-top: 64px;
  }
}

@media (max-width: 1199px) {
  .onorbit-timer #onorbit-timer {
    margin-top: 32px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .onorbit-timer #onorbit-timer {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .onorbit-timer #onorbit-timer {
    width: 268px;
    margin-left: auto;
    margin-right: auto;
  }
}

.onorbit-timer__item-wrapper {
  padding: 0;
}

@media (min-width: 1200px) {
  .onorbit-timer__item-wrapper {
    width: 158px;
  }
  .onorbit-timer__item-wrapper:not(:last-child) {
    margin-right: 80px;
  }
  .onorbit-timer__item-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .onorbit-timer__item-wrapper {
    width: 122px;
  }
  .onorbit-timer__item-wrapper:not(:last-child) {
    margin-right: 24px;
  }
  .onorbit-timer__item-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .onorbit-timer__item-wrapper {
    width: calc(50% - 12px);
    float: left;
  }
  .onorbit-timer__item-wrapper:nth-child(odd) {
    margin-right: 12px;
  }
  .onorbit-timer__item-wrapper:nth-child(even) {
    margin-left: 12px;
  }
  .onorbit-timer__item-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
  }
}

.onorbit-timer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 96px;
  font-family: "Benzin";
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 400;
  line-height: 77px;
  text-align: center;
  color: #115EFB;
  line-height: 0px;
  padding: 0px !important;
}

.onorbit-timer__item__before, .onorbit-timer__item__after {
  content: "";
  position: absolute;
  top: 0;
  width: 77px;
  height: 96px;
  background-color: #ffffff;
  border-radius: 4px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.onorbit-timer__item__before {
  left: 0px;
}

.onorbit-timer__item__after {
  right: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .onorbit-timer__item {
    height: 84px;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    color: #115EFB;
  }
  .onorbit-timer__item__before, .onorbit-timer__item__after {
    content: "";
    position: absolute;
    top: 0;
    width: 59px;
    height: 84px;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .onorbit-timer__item {
    height: 84px !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: 0em;
    text-align: center;
    color: #115EFB;
  }
  .onorbit-timer__item__before {
    left: calc(50% - 61px);
  }
  .onorbit-timer__item__after {
    right: calc(50% - 61px);
  }
  .onorbit-timer__item__before, .onorbit-timer__item__after {
    content: "";
    position: absolute;
    top: 0;
    width: 59px;
    height: 84px;
    background-color: #ffffff;
    border-radius: 4px;
    line-height: 84px;
    z-index: -1;
    display: block;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .onorbit-timer__item__before, .onorbit-timer__item__after {
    line-height: 94px !important;
  }
}

.onorbit-timer .onorbit-orbit {
  position: absolute;
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg);
  top: 750px;
  right: -600px;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .onorbit-timer .onorbit-orbit {
    right: -720px;
    top: 650px;
    -webkit-transform: rotate(188deg);
            transform: rotate(188deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .onorbit-timer .onorbit-orbit {
    position: relative;
    right: -820px;
    top: 430px;
    -webkit-transform: rotate(207deg);
            transform: rotate(207deg);
  }
}

@media (max-width: 767px) {
  .onorbit-timer .onorbit-orbit {
    position: relative;
    left: 20px;
    top: 665px;
    -webkit-transform: rotate(128deg) scale(-1, 1);
            transform: rotate(128deg) scale(-1, 1);
  }
}

.onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-1 {
  position: absolute;
  z-index: 2;
  width: 714px;
  height: 1358px;
  top: -45%;
  left: 25%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

@media (max-width: 767px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.44) translate(-115%, -74%) rotate(63.94deg);
            transform: scale(0.44) translate(-115%, -74%) rotate(63.94deg);
  }
}

.onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-1::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 11%;
  left: 17%;
  border-radius: 100%;
  background: #ffffff;
  -webkit-animation: 10s linear 0s normal none infinite running onorbit-orbit__orbit, onorbit-orbit__orbit-pulse 1s infinite;
          animation: 10s linear 0s normal none infinite running onorbit-orbit__orbit, onorbit-orbit__orbit-pulse 1s infinite;
}

@media (max-width: 767px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-1::after {
    top: 38%;
    left: 91%;
    -webkit-animation: 6s linear 0s normal none infinite running onorbit-orbit__orbit_sm2, onorbit-orbit__orbit-pulse 1s infinite;
            animation: 6s linear 0s normal none infinite running onorbit-orbit__orbit_sm2, onorbit-orbit__orbit-pulse 1s infinite;
  }
}

@media (max-width: 419px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-1::after {
    width: 5px;
    height: 5px;
  }
}

.onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-2 {
  position: absolute;
  z-index: 2;
  top: -34%;
  left: 24%;
  border-radius: 100%;
  width: 631px;
  height: 1201px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

@media (max-width: 767px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-2 {
    display: none;
  }
}

.onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-2::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 11%;
  left: 17%;
  border-radius: 100%;
  background: #ffffff;
  -webkit-animation: 5s linear 0s normal none infinite running onorbit-orbit__orbit, onorbit-orbit__orbit-pulse 1s infinite;
          animation: 5s linear 0s normal none infinite running onorbit-orbit__orbit, onorbit-orbit__orbit-pulse 1s infinite;
}

@media (max-width: 419px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-2::after {
    width: 5px;
    height: 5px;
  }
}

.onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-3 {
  position: absolute;
  z-index: 2;
  width: 537px;
  height: 1022px;
  top: -22%;
  left: 24%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(78deg);
          transform: rotate(78deg);
}

@media (max-width: 767px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.44) translate(-105%, -59%) rotate(63.94deg);
            transform: scale(0.44) translate(-105%, -59%) rotate(63.94deg);
  }
}

.onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-3::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 11%;
  left: 17%;
  border-radius: 100%;
  background: #ffffff;
  -webkit-animation: 6s linear 0s normal none infinite running onorbit-orbit__orbit, onorbit-orbit__orbit-pulse 1s infinite;
          animation: 6s linear 0s normal none infinite running onorbit-orbit__orbit, onorbit-orbit__orbit-pulse 1s infinite;
}

@media (max-width: 767px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-3::after {
    top: 48%;
    left: 105%;
    -webkit-animation: 6s linear 0s normal none infinite running onorbit-orbit__orbit_sm, onorbit-orbit__orbit-pulse 1s infinite;
            animation: 6s linear 0s normal none infinite running onorbit-orbit__orbit_sm, onorbit-orbit__orbit-pulse 1s infinite;
  }
}

@media (max-width: 419px) {
  .onorbit-timer .onorbit-orbit .onorbit-orbit__orbit-3::after {
    width: 5px;
    height: 5px;
  }
}

@-webkit-keyframes onorbit-orbit__orbit_sm {
  10% {
    top: 34%;
    left: 105%;
  }
  20% {
    top: 24%;
    left: 102%;
  }
  30% {
    top: 13%;
    left: 95%;
  }
  40% {
    top: 2%;
    left: 83%;
  }
  50% {
    top: -6%;
    left: 71%;
  }
  60% {
    top: -9%;
    left: 63%;
  }
  70% {
    top: -13%;
    left: 45%;
  }
  80% {
    top: 48%;
    left: 45%;
  }
  90% {
    top: 60%;
    left: 112%;
  }
  100% {
    top: 48%;
    left: 105%;
  }
}

@keyframes onorbit-orbit__orbit_sm {
  10% {
    top: 34%;
    left: 105%;
  }
  20% {
    top: 24%;
    left: 102%;
  }
  30% {
    top: 13%;
    left: 95%;
  }
  40% {
    top: 2%;
    left: 83%;
  }
  50% {
    top: -6%;
    left: 71%;
  }
  60% {
    top: -9%;
    left: 63%;
  }
  70% {
    top: -13%;
    left: 45%;
  }
  80% {
    top: 48%;
    left: 45%;
  }
  90% {
    top: 60%;
    left: 112%;
  }
  100% {
    top: 48%;
    left: 105%;
  }
}

@-webkit-keyframes onorbit-orbit__orbit_sm2 {
  10% {
    top: 35%;
    left: 92%;
  }
  20% {
    top: 29%;
    left: 89%;
  }
  30% {
    top: 23%;
    left: 85%;
  }
  40% {
    top: 18%;
    left: 80%;
  }
  50% {
    top: 13%;
    left: 73%;
  }
  60% {
    top: 12%;
    left: 71%;
  }
  70% {
    top: 10%;
    left: 65%;
  }
  80% {
    top: 10%;
    left: 59%;
  }
  90% {
    top: 45%;
    left: 81%;
  }
  100% {
    top: 38%;
    left: 91%;
  }
}

@keyframes onorbit-orbit__orbit_sm2 {
  10% {
    top: 35%;
    left: 92%;
  }
  20% {
    top: 29%;
    left: 89%;
  }
  30% {
    top: 23%;
    left: 85%;
  }
  40% {
    top: 18%;
    left: 80%;
  }
  50% {
    top: 13%;
    left: 73%;
  }
  60% {
    top: 12%;
    left: 71%;
  }
  70% {
    top: 10%;
    left: 65%;
  }
  80% {
    top: 10%;
    left: 59%;
  }
  90% {
    top: 45%;
    left: 81%;
  }
  100% {
    top: 38%;
    left: 91%;
  }
}

@-webkit-keyframes onorbit-orbit__orbit {
  5% {
    top: 17%;
    left: 11%;
  }
  10% {
    top: 28%;
    left: 4%;
  }
  15% {
    top: 42%;
    left: -0.5%;
  }
  20% {
    top: 61%;
    left: 0%;
  }
  25% {
    top: 76%;
    left: 6%;
  }
  30% {
    top: 85%;
    left: 13%;
  }
  35% {
    top: 94%;
    left: 26%;
  }
  40% {
    top: 97%;
    left: 33%;
  }
  45% {
    top: 99%;
    left: 40%;
  }
  50% {
    top: 99%;
    left: 327%;
  }
  60% {
    top: 15%;
    left: 81%;
  }
  70% {
    top: 6%;
    left: 74%;
  }
  75% {
    top: 1%;
    left: 62%;
  }
  80% {
    top: -0.5%;
    left: 50%;
  }
  85% {
    top: 0.5%;
    left: 39%;
  }
  90% {
    top: 2.5%;
    left: 32%;
  }
  95% {
    top: 5.5%;
    left: 25%;
  }
  99% {
    top: 9%;
    left: 19.5%;
  }
  100% {
    top: 11%;
    left: 17%;
  }
}

@keyframes onorbit-orbit__orbit {
  5% {
    top: 17%;
    left: 11%;
  }
  10% {
    top: 28%;
    left: 4%;
  }
  15% {
    top: 42%;
    left: -0.5%;
  }
  20% {
    top: 61%;
    left: 0%;
  }
  25% {
    top: 76%;
    left: 6%;
  }
  30% {
    top: 85%;
    left: 13%;
  }
  35% {
    top: 94%;
    left: 26%;
  }
  40% {
    top: 97%;
    left: 33%;
  }
  45% {
    top: 99%;
    left: 40%;
  }
  50% {
    top: 99%;
    left: 327%;
  }
  60% {
    top: 15%;
    left: 81%;
  }
  70% {
    top: 6%;
    left: 74%;
  }
  75% {
    top: 1%;
    left: 62%;
  }
  80% {
    top: -0.5%;
    left: 50%;
  }
  85% {
    top: 0.5%;
    left: 39%;
  }
  90% {
    top: 2.5%;
    left: 32%;
  }
  95% {
    top: 5.5%;
    left: 25%;
  }
  99% {
    top: 9%;
    left: 19.5%;
  }
  100% {
    top: 11%;
    left: 17%;
  }
}

@-webkit-keyframes onorbit-orbit__orbit-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 0 #ffffff;
    width: 13px;
    height: 13px;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
            box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
    width: 7px;
    height: 7px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    width: 13px;
    height: 13px;
  }
}

@keyframes onorbit-orbit__orbit-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
            box-shadow: 0 0 0 0 #ffffff;
    width: 13px;
    height: 13px;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
            box-shadow: 0 0 0 10px rgba(0, 204, 255, 0);
    width: 7px;
    height: 7px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    width: 13px;
    height: 13px;
  }
}

.photos-block {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .photos-block {
    padding: 94px 0 204px;
  }
  .photos-block .h2 {
    margin-bottom: 48px;
  }
  .photos-block .slider-left {
    width: calc(100% - 300px - 43px);
    padding: 0px;
  }
  .photos-block .slider-right {
    width: 300px;
    height: 500px;
    padding: 0;
    margin-left: auto;
  }
}

.photos-block .slider-right .simplebar-track.simplebar-vertical {
    width: 4px;
    right: -44px;
    top: 0;
    bottom: 0;
    background-color: #115EFB;
    border-radius: 60px;
}

.photos-block .slider-right .simplebar-scrollbar::before {
    background-color: #ffffff;
    opacity: 1;
    border-radius: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .photos-block .slider-right .simplebar-track.simplebar-vertical {
  width: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
}

.photos-block .slider-right .simplebar-scrollbar::before {
  background-color: #ffffff;
  opacity: 1;
  border-radius: 60px;
} */

@media (min-width: 768px) and (max-width: 991px) {
  .photos-block {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .photos-block {
    padding: 60px 0;
  }
  .photos-block .h2 {
    margin-bottom: 0px;
  }
}

.photos-block:before {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  top: -50%;
  left: -50%;
  background-image: url(../assets/photoblock-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .photos-block:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos-block:before {
    left: auto;
    right: 0px;
    top: 50px;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .photos-block:before {
    left: auto;
    right: -150px;
    top: 10px;
    width: 700px;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .photos-block .navigationSlider {
    width: 80px !important;
    padding: 0px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .photos-block .imgSlider {
    padding-left: 32px;
    padding-right: 0;
    width: calc( 100% - 80px);
  }
  .photos-block .imgSlider .swiper-slide img  {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .photos-block .swiper {
    height: 500px;
  }
}

.photos-block .swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  cursor: pointer;
}

.photos-block .swiper.photos-block-navigationSlider {
  height: 392px;
}

@media (min-width: 992px) {
  .photos-block .swiper.photos-block-navigationSlider {
    overflow: hidden;
  }
}

.photos-block .swiper.photos-block-navigationSlider .swiper-slide {
  height: 80px !important;
  width: 80px !important;
}

.photos-block .swiper.photos-block-navigationSlider .swiper-slide:not(.swiper-slide-thumb-active) img {
  opacity: .4;
}

.photos-block .swiper.photos-block-navigationSlider .swiper-slide:not(.swiper-slide-thumb-active) img:hover {
  opacity: .5;
  cursor: pointer;
}

.photos-block .swiper.photos-block-navigationSlider .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 80px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos-block .swiper.photos-block-imgSlider .swiper-wrapper {
    height: 532px;
  }
}

@media (min-width: 341px) and (max-width: 767px) {
  .photos-block .swiper.photos-block-imgSlider .swiper-wrapper {
    height: 302px;
  }
}

@media (max-width: 340px) {
  .photos-block .swiper.photos-block-imgSlider .swiper-wrapper {
    height: 222px;
  }
}

.photos-block .swiper.photos-block-imgSlider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.photos-block .swiper.photos-block-imgSlider .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: -52px;
  left: 0;
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 991px) {
  .photos-block .swiper.photos-block-imgSlider .swiper-wrapper .swiper-slide p {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .photos-block .swiper.photos-block-imgSlider .swiper-wrapper .swiper-slide p {
    bottom: -48px;
  }
}

.photos-block .swiper.photos-block-imgSlider .photos-block-imgSlider_pagination {
  position: relative;
  margin-top: 34px;
  height: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos-block .swiper.photos-block-imgSlider .photos-block-imgSlider_pagination {
    margin-top: 82px;
  }
}

@media (max-width: 767px) {
  .photos-block .swiper.photos-block-imgSlider .photos-block-imgSlider_pagination {
    margin-top: 78px;
  }
}

.photos-block .swiper.photos-block-imgSlider .photos-block-imgSlider_pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #777;
  margin: 0 6px;
}

.photos-block .swiper.photos-block-imgSlider .photos-block-imgSlider_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.photos-block .swiper.photos-block-imgSlider .photos-block-imgSlider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #115EFB;
}

.photos-block .photos-block-navigationSlider__button {
  position: absolute;
  width: 30px;
  height: 16px;
  background-image: url(../assets/photos-block-navigationSlider-button.svg);
  background-size: cover;
  left: calc(50% - 15px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.photos-block .photos-block-navigationSlider__button-next {
  top: calc(100% - 16px);
}

.photos-block .photos-block-navigationSlider__button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0px;
}

.photos-block .photos-block-navigationSlider__button:hover {
  opacity: .5;
  cursor: pointer;
}

.photos-block .photos-block-navigationSlider__button.swiper-button-disabled {
  cursor: default;
  opacity: .2;
}

.photos-block .nav-tabs {
  position: relative;
  border: 0px;
}

@media (max-width: 991px) {
  .photos-block .nav-tabs {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none !important;
    /* Internet Explorer 10+ */
    scrollbar-width: none !important;
    /* Firefox */
    padding-bottom: 0;
  }
  .photos-block .nav-tabs:-webkit-scrollbar {
    display: none !important;
    /* Safari and Chrome */
    width: 0 !important;
    height: 0 !important;
  }
  .photos-block .nav-tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none !important;
  }
}

.photos-block .slider-right:before {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  top: -20%;
  left: -95%;
  background-image: url(../assets/photoblock-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.photos-block .slider-right::after{
  content: '';
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(34,34,34);
  background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(205,198,255,0) 100%);
}
#photos-block-nav-tabs{
  padding-bottom: 30%;
}

@media (max-width: 991px) {
  .photos-block .slider-right:before, .photos-block .slider-right::after {
    display: none;
  }
  #photos-block-nav-tabs{
    padding-bottom: 0%;
  }
}

.photos-block .nav-tabs button {
  display: block;
  width: 100%;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 1px solid #115EFB;
  background: inherit;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  padding: 20px 0;
}

.photos-block .nav-tabs button:last-child {
  border-bottom: 1px solid #115EFB;
}

@media (max-width: 991px) {
  .photos-block .nav-tabs button:last-child {
    border: 0px;
    margin-right: 0px;
  }
}

.photos-block .nav-tabs button.active {
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 991px) {
  .photos-block .nav-tabs button {
    border: 0px;
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 767px) {
  .photos-block .nav-tabs button {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos-block .nav-tabs button {
    margin-right: 32px;
    padding: 32px 0 24px;
  }
}

@media (min-width: 341px) and (max-width: 767px) {
  .photos-block .nav-tabs button {
    padding: 28px 0 28px;
  }
}

@media (max-width: 340px) {
  .photos-block .nav-tabs button {
    padding: 32px 0 24px;
  }
}

@media (min-width: 992px) {
  .fancybox-navigation {
    position: fixed;
    top: calc(50% - 48px);
    left: calc(50% - 360px);
    width: 720px;
    height: 100px;
    z-index: 99995;
  }
}

.fancybox-navigation .fancybox-button {
  visibility: visible !important;
  opacity: 1 !important;
  background: inherit;
  position: absolute;
  color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.fancybox-navigation .fancybox-button:disabled {
  opacity: 0.2 !important;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: -148px !important;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: -148px !important;
}

@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button {
    display: none;
  }
}

.topics-block {
  background-color: #000000;
  overflow: hidden;
}

@media (min-width: 992px) {
  .topics-block {
    padding: 94px 0 150px;
  }
}

@media (max-width: 991px) {
  .topics-block {
    padding: 60px 0;
  }
  .topics-block > .container {
    position: relative;
  }
}

.topics-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../assets/photoblock-shadow.png);
  background-repeat: no-repeat;
  background-position: 30% center;
  background-size: 60%;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .topics-block:before {
    background-size: 80%;
    background-position: 20% center;
  }
}

@media (max-width: 767px) {
  .topics-block:before {
    width: 390px;
    height: 740px;
    top: -35%;
    left: -10%;
    background-size: contain;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.topics-block:after {
  content: '';
  width: 320px;
  height: 570px;
  position: absolute;
  top: -2%;
  left: 54%;
  background: inherit;
  border: 2px solid #ffffff;
  opacity: .15;
  -webkit-transform: rotate(43.62deg);
          transform: rotate(43.62deg);
  border-radius: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .topics-block:after {
    width: 260px;
    height: 420px;
    left: 47%;
  }
}

@media (max-width: 767px) {
  .topics-block:after {
    width: 170px;
    height: 280px;
    left: 31%;
  }
}

.topics-block:before, .topics-block:after {
  z-index: -1;
}

@media (min-width: 576px) {
  .topics-block .topics-slider-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .topics-block .topics-slider-wrapper {
    margin-left: 12px;
  }
}

.topics-block #topics-slider {
  overflow: hidden;
}

.topics-block #topics-slider .swiper-slide img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.topics-block #topics-slider .swiper-slide img:hover {
  cursor: pointer;
  opacity: .6;
}

.topics-block #topics-slider .topics-slider_pagination {
  position: relative;
  margin-top: 34px;
  height: 16px;
}

.topics-block #topics-slider .topics-slider_pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #777;
  margin: 0 6px;
}

.topics-block #topics-slider .topics-slider_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.topics-block #topics-slider .topics-slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #115EFB;
}

.targets-block {
  position: relative;
  overflow: hidden;
  background-image: url(../assets/targets-block-lg.png);
  background-position: 79% 60%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

@media (min-width: 2500px) {
  .targets-block {
    background-position: 66% 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .targets-block {
    background-image: url(../assets/targets-block-md.png);
    background-position: right center;
    background-size: contain;
  }
}

@media (min-width: 427px) and (max-width: 767px) {
  .targets-block {
    background-image: url(../assets/targets-block-lg.png);
    background-position: -200px 540px;
    background-size: 700px;
    padding-bottom: 280px !important;
  }
}

@media (max-width: 426px) {
  .targets-block {
    background: none;
  }
}

.targets-block .targets-sputnik {
  display: none;
}

@media (max-width: 426px) {
  .targets-block .targets-sputnik {
    margin-top: -230px;
    z-index: -1;
    position: relative;
  }
}

@media (max-width: 426px) {
  .targets-block .targets-sputnik {
    display: block;
    margin-left: auto;
  }
}

@media (min-width: 341px) and (max-width: 426px) {
  .targets-block .targets-sputnik.targets-sputnik-xs {
    display: none;
  }
}

@media (max-width: 340px) {
  .targets-block .targets-sputnik {
    margin-top: -366px;
  }
  .targets-block .targets-sputnik:not(.targets-sputnik-xs) {
    display: none;
  }
}

.targets-block .target-item div:not(.h3) {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
}

.targets-block .target-item div.h3 {
  font-family: "Benzin";
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.targets-block .mission-circle {
  position: relative;
  text-align: center;
  width: 270px;
  margin-top: -24%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .targets-block .mission-circle {
    margin-top: -20%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .targets-block .mission-circle {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
}

@media (max-width: 340px) {
  .targets-block .mission-circle {
    margin-top: 21px;
  }
}

@media (min-width: 992px) {
  .targets-block {
    padding: 94px 0 150px;
  }
  .targets-block .h2 {
    margin-bottom: 48px;
  }
}

@media (max-width: 991px) {
  .targets-block {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .targets-block {
    padding: 60px 0 0;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .targets-block .d-xs-none {
    display: none !important;
  }
}

.edelweiss-coordinate-block {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background-image: url(../assets/edelweiss-coordinate-block.jpg);
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .edelweiss-coordinate-block {
    padding: 94px 0 150px;
  }
}

@media (max-width: 991px) {
  .edelweiss-coordinate-block {
    padding: 60px 0;
  }
  .edelweiss-coordinate-block > .container {
    position: relative;
  }
}

.edelweiss-coordinate-block--iframe iframe {
  width: 100%;
  height: 474px;
  margin-top: 64px;
}

@media (max-width: 991px) {
  .edelweiss-coordinate-block--iframe iframe {
    margin-top: 32px;
  }
}

@media (min-width: 425px) and (max-width: 991px) {
  .edelweiss-coordinate-block--iframe iframe {
    height: 414px;
  }
}

@media (max-width: 424px) {
  .edelweiss-coordinate-block--iframe iframe {
    height: 304px;
  }
}

.edelweiss-coordinate-block--iframe__description {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  color: #777;
}

.edelweiss-coordinate-block .hrefs-block {
  margin-top: 150px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .edelweiss-coordinate-block .hrefs-block {
    margin-top: 60px;
  }
  .edelweiss-coordinate-block .hrefs-block .h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .edelweiss-coordinate-block .hrefs-block {
    padding: 0 12px;
  }
}

.edelweiss-coordinate-block .hrefs-block--item {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-left: 57px;
}

.edelweiss-coordinate-block .hrefs-block--item a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid inherit;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.edelweiss-coordinate-block .hrefs-block--item a:hover {
  color: #115EFB;
  border-bottom: 1px solid #115efb;
}

.edelweiss-coordinate-block .hrefs-block--item:before {
  content: '';
  background-image: url(../assets/hrefs-block-item.svg);
  width: 33px;
  height: 33px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 11.5px);
}

.edelweiss-coordinate-block:before {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../assets/photoblock-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(77deg);
          transform: rotate(77deg);
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .edelweiss-coordinate-block:before {
    top: -15%;
    left: -25%;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .edelweiss-coordinate-block:before {
    top: -35%;
    left: -25%;
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
}

.edelweiss-coordinate-block:after {
  content: '';
  width: 30%;
  height: 30%;
  position: absolute;
  top: 70%;
  left: 50%;
  background-image: url(../assets/photoblock-shadow-light.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .edelweiss-coordinate-block:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .edelweiss-coordinate-block:after {
    background-image: url(../assets/photoblock-shadow.png);
    -webkit-transform: rotate(77deg);
            transform: rotate(77deg);
    top: 45%;
    left: 25%;
    width: 100%;
    height: 100%;
  }
}

.getsqlcard-block {
  -webkit-box-shadow: inset 0px -25px 45px 0px #000000;
          box-shadow: inset 0px -25px 45px 0px #000000;
  background-image: url(../assets/getsqlcard-block.jpg);
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .getsqlcard-block {
    padding: 408px 0 409px;
    background-position: center top;
  }
}

@media (max-width: 991px) {
  .getsqlcard-block {
    padding: 60px 0;
    min-height: 600px;
  }
  .getsqlcard-block > .container {
    position: relative;
  }
}

.getsqlcard-block .h2 {
  margin-bottom: 28px;
  letter-spacing: 0em;
  text-align: center;
}

@media (min-width: 992px) {
  .getsqlcard-block .h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .getsqlcard-block .h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
  }
}

@media (min-width: 341px) and (max-width: 767px) {
  .getsqlcard-block .h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
  }
}

@media (max-width: 340px) {
  .getsqlcard-block .h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
  }
}

.getsqlcard-block .btn-blue {
  max-width: 266px;
}
/*# sourceMappingURL=edelweiss.css.map */