@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&amp;display=swap);

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
}

.content {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h5,
h6 {
    font-weight: 700;
}

h1,
.heading-one {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
}

h5 {
    font-size: 32px;
    line-height: 33px;
}

h6 {
    font-size: 22px;
}

p {
    margin-bottom: 25px;
}

.pink {
    color: #EC246D;
}

.white {
    color: #fff;
}

.yellow {
    color: #FCC642;
}

.blue {
    color: #48B2EB;
}

.pad-35 {
    margin-bottom: 35px;
}

.pad-50 {
    margin-bottom: 50px;
}

.pad-60 {
    margin-bottom: 60px;
}

.pad-70 {
    margin-bottom: 70px;
}

.font-14 {
    font-size: 14px;
}

.font-22 {
    font-size: 22px;
}

.font-26 {
    font-size: 26px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
    line-height: 50px;
}

.font-65 {
    font-size: 65px;
}

.font-70 {
    font-size: 70px;
}

.font-85 {
    font-size: 85px;
}

button.btn ,
a.btn {
    height: 45px;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
}

.btn-primary {
    background-color: #EC246D;
    border-color: #EC246D;
}

.btn-info {
    background-color: #48B2EB;
    border-color: #48B2EB;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
    color: #001b31;
    background-color: #FCC642;
    border-color: #FCC642;
    box-shadow: none;
}

ul {
    padding-left: 0;
}

ul ol {
    position: relative;
    padding-left: 23px;
    margin-bottom: 25px;
}

ul ol:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 9px;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

header {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

header>.container-fluid {
    height: 100%;
    max-width: 1280px;
}

header>.container-fluid>.flex-row {
    height: 100%;
}

header #menu .navbar-nav .nav-item {
    margin-right: 5px;
}

header #menu .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header #menu .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}

header #menu .navbar-nav .nav-link.active,
header #menu .navbar-nav .nav-link:hover {
    color: #FCC642;
}

header #menu .navbar-toggler {
    border: 0;
}

header #menu .navbar-toggler:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header #menu .navbar-toggler-icon {
    width: 35px;
    height: 35px;
    opacity: 1;
}

header .head-btn {
    margin-left: 20px;
}

header .logo {
    padding-left: 15px;
}

header .logo a {
    display: block;
}

.line {
    width: 100%;
    height: 2px;
    background: #fff;
}

.main-top {
    position: relative;
    width: 100%;
    min-height: 1250px;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: -80px;
    background: #001b31;
    background: -moz-linear-gradient(180deg, #001b31 0%, #8965ad 100%);
    background: -webkit-linear-gradient(180deg, #001b31 0%, #8965ad 100%);
    background: linear-gradient(180deg, #001b31 0%, #8965ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b31", endColorstr="#8965ad", GradientType=1);
    z-index: 2;
}

.main-top .header-subtitle {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 220px 0 60px;
}

.main-top h1 {
    margin-bottom: 65px;
    max-width: 75%;
}

.main-top .text {
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 55px;
    max-width: 65%;
}

.main-top .main-top-bg {
    position: relative;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1250px;
    z-index: 0;
}

.main-top .main-top-bg:before {
    content: "";
    display: block;
    width: 456px;
    height: 832px;
    background: url('../png/main-top-bg-starts-left.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.45;
    z-index: 1;
}

.main-top .main-top-bg:after {
    content: "";
    display: block;
    width: 455px;
    height: 900px;
    background: url('../png/main-top-bg-starts-right.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.45;
    z-index: 1;
}

.main-top .main-top-bg .pink-planet-big {
    position: absolute;
    display: block;
    width: 467px;
    height: 467px;
    background: url('../png/pink-planet-big.png') no-repeat;
    background-size: 100%;
    top: 130px;
    left: 50%;
    margin-left: -845px;
    z-index: 8;
}

.main-top .main-top-bg .saturn {
    position: absolute;
    width: 277px;
    height: 163px;
    background: url('../png/saturn.png') no-repeat;
    background-size: 100%;
    top: 82px;
    left: 50%;
    margin-left: -230px;
    z-index: 7;
}

.main-top .main-top-bg .yellow-star {
    position: absolute;
    width: 162px;
    height: 176px;
    background: url('../png/yellow-star.png') no-repeat;
    background-size: 100%;
    top: 125px;
    left: 50%;
    margin-left: 135px;
    z-index: 11;
}

.main-top .main-top-bg .blue-planet {
    position: absolute;
    width: 70px;
    height: 72px;
    background: url('../png/blue-planet.png') no-repeat;
    background-size: 100%;
    top: 150px;
    right: 50%;
    margin-right: -465px;
    z-index: 8;
}

.main-top .main-top-bg .pink-planet-small {
    position: absolute;
    width: 113px;
    height: 115px;
    background: url('../png/pink-planet-small.png') no-repeat;
    background-size: 100%;
    top: 270px;
    right: 50%;
    margin-right: -610px;
    z-index: 12;
}

.main-top .main-top-bg .white-star-right-one {
    position: absolute;
    width: 29px;
    height: 32px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: 270px;
    right: 50%;
    margin-right: -135px;
    z-index: 13;
}

.main-top .main-top-bg .white-star-right-two {
    position: absolute;
    width: 46px;
    height: 50px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: 270px;
    right: 50%;
    margin-right: -400px;
    z-index: 13;
}

.main-top .main-top-bg .white-star-right-three {
    position: absolute;
    width: 46px;
    height: 50px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: 535px;
    right: 50%;
    margin-right: -555px;
    z-index: 13;
}

.main-top .main-top-bg .white-star-left {
    position: absolute;
    width: 29px;
    height: 32px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: 710px;
    left: 50%;
    margin-left: -580px;
    z-index: 13;
}

@-webkit-keyframes move {
    to {
        position: absolute;
        margin-left: -100vh;
        margin-top: 100vh;
    }
}

@keyframes move {
    to {
        position: absolute;
        margin-left: -100vh;
        margin-top: 100vh;
    }
}

.main-top .main-top-bg .comet {
    position: absolute;
    width: 129px;
    height: 132px;
    background: url('../png/comet.png') no-repeat;
    background-size: 100%;
    top: 700px;
    left: 50%;
    margin-left: -75px;
    /* bottom: 420px; */
    z-index: 13;
}

.move {
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-top .main-top-bg .green-planet {
    position: absolute;
    width: 112px;
    height: 112px;
    background: url('../png/green-planet.png') no-repeat;
    background-size: 100%;
    top: 755px;
    right: 50%;
    margin-right: -550px;
    z-index: 13;
}

.main-top .main-top-bg .astronaut {
    position: absolute;
    width: 909px;
    height: 413px;
    background: url('../png/astronaut.png') no-repeat;
    background-size: 100%;
    top: 367px;
    right: 50%;
    margin-right: -1050px;
    z-index: 13;
}

.main-top .main-top-bg .cloud-1 {
    position: absolute;
    width: 1005px;
    height: 465px;
    background: url('../png/cloud-1.png') no-repeat;
    background-size: 100%;
    top: 567px;
    left: 50%;
    margin-left: -755px;
    opacity: 0.68;
    z-index: 1;
}

.main-top .main-top-bg .cloud-2 {
    position: absolute;
    width: 594px;
    height: 449px;
    background: url('../png/cloud-2.png') no-repeat;
    background-size: 100%;
    top: 455px;
    left: 50%;
    margin-left: -500px;
    opacity: 0.68;
    z-index: 2;
}

.main-top .main-top-bg .cloud-3 {
    position: absolute;
    width: 942px;
    height: 290px;
    background: url('../png/cloud-3.png') no-repeat;
    background-size: 100%;
    top: 330px;
    right: 50%;
    margin-right: -715px;
    opacity: 0.68;
    z-index: 2;
}

.main-top .main-top-bg .cloud-4 {
    position: absolute;
    width: 303px;
    height: 177px;
    background: url('../png/cloud-4.png') no-repeat;
    background-size: 100%;
    top: 535px;
    right: 50%;
    margin-right: -580px;
    opacity: 0.68;
    z-index: 3;
}

.main-top .main-top-bg .cloud-5 {
    position: absolute;
    width: 453px;
    height: 341px;
    background: url('../png/cloud-5.png') no-repeat;
    background-size: 100%;
    top: 610px;
    right: 50%;
    margin-right: -765px;
    opacity: 0.68;
    z-index: 4;
}

.main-top .main-top-bg .cloud-6 {
    position: absolute;
    width: 383px;
    height: 187px;
    background: url('../png/cloud-6.png') no-repeat;
    background-size: 100%;
    top: 695px;
    right: 50%;
    margin-right: -560px;
    opacity: 0.68;
    z-index: 5;
}

.main-top .main-top-bg .cloud-7 {
    position: absolute;
    width: 1094px;
    height: 417px;
    background: url('../png/cloud-7.png') no-repeat;
    background-size: 100%;
    top: 140px;
    right: 50%;
    margin-right: -640px;
    opacity: 0.44;
    z-index: 6;
}

.main-top .main-top-bg .cloud-8 {
    position: absolute;
    width: 901px;
    height: 343px;
    background: url('../png/cloud-8.png') no-repeat;
    background-size: 100%;
    top: 400px;
    right: 50%;
    margin-right: -775px;
    opacity: 0.44;
    z-index: 7;
}

.main-top .main-top-bg .yellow-planet {
    position: absolute;
    width: 304px;
    height: 302px;
    background: url('../png/yellow-planet.png') no-repeat;
    background-size: 100%;
    top: 780px;
    right: 50%;
    margin-right: -445px;
    z-index: 12;
}

.main-top .main-top-bg .front-planet-big {
    position: absolute;
    width: 1632px;
    height: 402px;
    background: url('../png/front-planet-big.png') no-repeat;
    background-size: 100%;
    left: 50%;
    margin-left: -816px;
    bottom: -2px;
    z-index: 14;
}

.main-top .cont {
    position: relative;
    z-index: 10;
    padding-bottom: 420px;
}

.rellax.parallax {
    position: fixed !important;
}

.info {
    padding-top: 25px;
    position: relative;
    z-index: 3;
    background: #001b31;
    background: -moz-linear-gradient(180deg, #001b31 0%, #153d5e 29.69%, #8965ad 72.92%, #a45156 99.48%);
    background: -webkit-linear-gradient(180deg, #001b31 0%, #153d5e 29.69%, #8965ad 72.92%, #a45156 99.48%);
    background: linear-gradient(180deg, #001b31 0%, #153d5e 29.69%, #8965ad 72.92%, #a45156 99.48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b31", endColorstr="#a45156", GradientType=1);
}

.info .text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.info-block-one,
.info-block-two,
.info-block-three,
.info-block-four,
.info-block-six,
.info-block-seven,
.info-block-eight,
.info-block-nine {
    width: 100%;
    position: relative;
}

.info-block-one:after {
    content: "";
    display: block;
    width: 212px;
    height: 901px;
    background: url('../png/star-dust-1.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 450px;
    right: 0;
    z-index: 0;
}

.info-block-one h2 {
    margin-bottom: 15px;
}

.info-block-one h5 {
    margin-bottom: 20px;
}

.info-block-one .line {
    margin-top: 35px;
}

.info-block-one .yellow-stars-block {
    position: relative;
    display: block;
    margin-top: 115px;
    width: 290px;
    height: 315px;
}

.info-block-one .yellow-stars-block .y-star-1 {
    display: block;
    width: 41px;
    height: 41px;
    background: url('../png/yellow-star.png') no-repeat;
    background-size: 41px 41px;
    position: absolute;
    top: 0;
    left: 170px;
}

.info-block-one .yellow-stars-block .y-star-2 {
    display: block;
    width: 69px;
    height: 69px;
    background: url('../png/yellow-star.png') no-repeat;
    background-size: 69px 69px;
    position: absolute;
    top: 45px;
    left: 0;
}

.info-block-one .yellow-stars-block .y-star-3 {
    display: block;
    width: 71px;
    height: 71px;
    background: url('../png/yellow-star.png') no-repeat;
    background-size: 71px 71px;
    position: absolute;
    top: 95px;
    right: 0;
}

.info-block-one .yellow-stars-block .y-star-4 {
    display: block;
    width: 175px;
    height: 175px;
    background: url('../png/yellow-star.png') no-repeat;
    background-size: 175px 175px;
    position: absolute;
    left: 45px;
    bottom: 0;
}

.info-block-one .col-lg-6 {
    margin-bottom: 35px;
}

.info-block-two {
    padding-top: 65px;
}

.info-block-two h2 {
    margin-bottom: 90px;
}

.info-block-two .sub-heading {
    line-height: 55px;
}

.info-block-two .cont {
    padding-bottom: 215px;
}

.info-block-two .percent-block {
    margin: 50px 0 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.info-block-two .percent-block .percent-small {
    width: 50%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.info-block-two .percent-block .percent-small:nth-child(odd) {
    padding-right: 20px;
}

.info-block-two .percent-block .percent-small .percent {
    font-weight: bold;
}

.info-block-two .percent-block .percent-small .percent.mini {
    font-size: 18px;
}

.info-block-two .line-block {
    width: 100%;
    border-bottom: 2px solid #fff;
    position: relative;
    height: 215px;
    margin-top: -215px;
}

.info-block-two .line-block .antenna {
    position: absolute;
    width: 192px;
    height: 215px;
    background: url('../png/antenna.png') no-repeat;
    background-size: 100%;
    left: 165px;
    bottom: 0;
}

.info-block-two .line-block .antenna .signal-1 {
    position: absolute;
    width: 31px;
    height: 33px;
    background: url('../png/signal-icon-1.png') no-repeat;
    background-size: 100%;
    top: 26px;
    right: 20px;
}

.info-block-two .line-block .antenna .signal-2 {
    position: absolute;
    width: 41px;
    height: 44px;
    background: url('../png/signal-icon-2.png') no-repeat;
    background-size: 100%;
    top: 15px;
    right: 9px;
}

.info-block-two .line-block .antenna .signal-3 {
    position: absolute;
    width: 52px;
    height: 55px;
    background: url('../png/signal-icon-3.png') no-repeat;
    background-size: 100%;
    top: 2px;
    right: -3px;
}

.info-block-three {
    padding-top: 90px;
}

.info-block-three:after {
    content: "";
    display: block;
    width: 212px;
    height: 901px;
    background: url('../png/star-dust-1.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 615px;
    right: 0;
    z-index: 0;
}

.info-block-three .sub-heading-text {
    line-height: 28px;
}

.info-block-three ul ol {
    font-weight: 500;
}

.info-block-three .cont {
    padding-bottom: 175px;
}

.info-block-three .cont-two {
    padding-bottom: 100px;
}

.info-block-three .line-block {
    width: 100%;
    border-bottom: 2px solid #fff;
    position: relative;
    height: 215px;
    margin-top: -215px;
}

.info-block-three .line-block .telescope {
    position: absolute;
    width: 180px;
    height: 189px;
    background: url('../png/telescope.png') no-repeat;
    background-size: 100%;
    left: 255px;
    bottom: 0;
}

.info-block-four {
    padding-top: 190px;
}

.info-block-four .sub-heading-text {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 85px;
}

.info-block-five {
    padding-bottom: 165px;
}

.info-block-five .heading-one {
    margin-bottom: 25px;
}

.info-block-five .green-planet {
    margin: -25px 0 0 65px;
}

.info-block-five em {
    font-weight: 500;
}

.info-block-five .line {
    margin: 45px 0 60px;
}

.info-block-five .quote {
    position: relative;
    padding-bottom: 20px;
    margin-left: 90px;
}

.info-block-five .quote:after {
    content: "";
    display: block;
    width: 180px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.info-block-five .quote .font-65 {
    line-height: 65px;
}

.info-block-five .quote .semibold {
    font-size: 42px;
    line-height: 50px;
}

.info-block-five .quote .medium {
    font-size: 34px;
    line-height: 50px;
}

.info-block-five .time-scale {
    position: absolute;
    width: 28px;
    height: calc(100% + 440px);
    background: url('../png/time-scale.png') repeat-y;
    background-size: 100%;
    background-position: center;
    left: -65px;
    top: 50px;
}

.info-block-five .time-scale .point {
    display: block;
    position: absolute;
    width: 53px;
    height: 13px;
    background: url('../png/point.png') no-repeat;
    background-size: 100%;
    top: -5px;
    left: 0;
}

.info-block-six {
    padding: 260px 0 150px;
}

.info-block-six:before {
    content: "";
    display: block;
    width: 110%;
    height: 268px;
    background: url('../png/block-six-bg.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55%;
    z-index: 0;
}

.info-block-six:after {
    content: "";
    display: block;
    width: 212px;
    height: 901px;
    background: url('../png/star-dust-1.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 410px;
    right: 0;
    z-index: 0;
}

.info-block-six .time-scale {
    position: absolute;
    width: 28px;
    height: calc(100% + 500px);
    background: url('../png/time-scale.png') repeat-y;
    background-size: 100%;
    background-position: center;
    left: -65px;
    top: 50px;
}

.info-block-six .time-scale .point {
    display: block;
    position: absolute;
    width: 53px;
    height: 13px;
    background: url('../png/point.png') no-repeat;
    background-size: 100%;
    top: -5px;
    left: 0;
}

.info-block-six .font-22 {
    line-height: 30px;
}

.info-block-six .quote {
    position: relative;
    padding-bottom: 20px;
    margin-left: 90px;
}

.info-block-six .quote:after {
    content: "";
    display: block;
    width: 180px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.info-block-six .quote .font-40 {
    line-height: 42px;
}

.info-block-six .quote .font-85 {
    line-height: 70px;
}

.info-block-six .quote .font-32 {
    line-height: 36px;
}

.info-block-six .font-45 {
    font-size: 44px;
}

.info-block-six .elements {
    width: 200px;
    height: 200px;
    position: relative;
}

@keyframes move-right {
    100% {
        margin-left: 150vh;
        margin-top: 150vh;
        position: absolute;
    }
}

.info-block-six .elements .comet {
    display: block;
    width: 260px;
    height: 262px;
    background: url('../png/comet-big.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -360px;
    left: -230px;
}

.info-block-six .elements .comet.move-right {
    -webkit-animation: move-right 3s infinite;
    -moz-animation: move-right 3s infinite;
    -o-animation: move-right 3s infinite;
    -ms-animation: move-right 3s infinite;
    animation: move-right 3s infinite;
}

.info-block-six .elements .big-planet {
    display: block;
    width: 443px;
    height: 443px;
    background: url('../png/biggest-planet.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -325px;
    right: -395px;
}

.info-block-six .elements .small-planet {
    display: block;
    width: 113px;
    height: 113px;
    background: url('../png/pink-planet-small.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -460px;
    right: -360px;
}

.info-block-six .elements .white-star-1 {
    display: block;
    width: 46px;
    height: 50px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: -5px;
    bottom: 20px;
}

.info-block-six .elements .white-star-2 {
    display: block;
    width: 29px;
    height: 32px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -390px;
    right: -15px;
}

.info-block-six .elements .white-star-3 {
    display: block;
    width: 46px;
    height: 50px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -470px;
    right: -165px;
}

.info-block-seven {
    padding: 340px 0 170px;
}

.info-block-seven:before {
    content: "";
    display: block;
    width: 110%;
    height: 268px;
    background: url('../png/block-seven-bg.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55%;
    z-index: 0;
}

.info-block-seven .font-22 {
    line-height: 30px;
}

.info-block-seven .font-34 {
    line-height: 38px;
    margin-bottom: 15px;
}

.info-block-seven .with-pad-left {
    padding-left: 100px;
}

.info-block-seven .time-scale {
    position: absolute;
    width: 28px;
    height: calc(100% + 500px);
    background: url('../png/time-scale.png') repeat-y;
    background-size: 100%;
    background-position: center;
    left: -65px;
    top: 50px;
}

.info-block-seven .time-scale .point {
    display: block;
    position: absolute;
    width: 53px;
    height: 13px;
    background: url('../png/point.png') no-repeat;
    background-size: 100%;
    top: -5px;
    left: 0;
}

.info-block-seven .elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 1px;
}

.info-block-seven .elements .pink-planet {
    display: block;
    position: absolute;
    width: 220px;
    height: 220px;
    background: url('../png/pink-planet-small.png') no-repeat;
    background-size: 100%;
    top: -405px;
    left: 230px;
}

.info-block-seven .elements .white-star-1 {
    display: block;
    position: absolute;
    width: 46px;
    height: 50px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: -185px;
    left: 135px;
}

.info-block-seven .elements .white-star-2 {
    display: block;
    position: absolute;
    width: 60px;
    height: 66px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: -250px;
    left: 505px;
}

.info-block-seven .elements .white-star-3 {
    display: block;
    position: absolute;
    width: 29px;
    height: 32px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: -65px;
    left: 515px;
}

@keyframes move-left {
    100% {
        margin-left: -250vh;
        margin-top: 250vh;
        position: absolute;
    }
}

.info-block-seven .elements .comet-color {
    display: block;
    position: absolute;
    width: 129px;
    height: 132px;
    background: url('../png/comet-color.png') no-repeat;
    background-size: 100%;
    top: -475px;
    left: 815px;
}

.info-block-seven .elements .comet-color.move-left {
    -webkit-animation: move-left 3.5s infinite;
    -moz-animation: move-left 3.5s infinite;
    -o-animation: move-left 3.5s infinite;
    -ms-animation: move-left 3.5s infinite;
    animation: move-left 3.5s infinite;
}

.info-block-seven .percents-block {
    margin-bottom: 40px;
    width: 305px;
}

.info-block-seven .percents-block .percent-block {
    margin-bottom: 25px;
}

.info-block-seven .percents-block .percent-block:last-child {
    margin-bottom: 0;
}

.info-block-seven .percents-block .percent-block .year {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.progress {
    background-color: rgba(233, 236, 239, 0);
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    align-items: center;
}

.progress .progress-bar {
    height: 6px;
    background-color: #EC246D;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.progress .percents {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
}

.info-block-eight {
    padding: 230px 0 90px;
}

.info-block-eight:before {
    content: "";
    display: block;
    width: 110%;
    height: 268px;
    background: url('../png/block-eight-bg.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55%;
    z-index: 0;
}

.info-block-eight:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background: url('../png/white-planet.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -30px;
    right: 50%;
    margin-right: -215px;
    z-index: 0;
}

.info-block-eight .time-scale {
    position: absolute;
    width: 28px;
    height: calc(100% + 500px);
    background: url('../png/time-scale.png') repeat-y;
    background-size: 100%;
    background-position: center;
    left: -65px;
    top: 50px;
}

.info-block-eight .time-scale .point {
    display: block;
    position: absolute;
    width: 53px;
    height: 13px;
    background: url('../png/point.png') no-repeat;
    background-size: 100%;
    top: -5px;
    left: 0;
}

.info-block-eight .elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 1px;
}

.info-block-eight .elements .white-star-1 {
    display: block;
    position: absolute;
    width: 29px;
    height: 32px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 100%;
    top: -70px;
    left: 855px;
}

.info-block-eight .font-14 {
    margin-bottom: 15px;
}

.info-block-nine {
    padding: 320px 0 790px;
}

.info-block-nine:before {
    content: "";
    display: block;
    width: 110%;
    height: 268px;
    background: url('../png/block-nine-bg.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55%;
    z-index: 0;
}

.info-block-nine:after {
    content: "";
    display: block;
    width: 834px;
    height: 1870px;
    background: url('../png/rocket.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -575px;
    right: 50%;
    margin-right: -795px;
    z-index: 1;
}

.info-block-nine>.container {
    position: relative;
    z-index: 5;
}

.info-block-nine>.container.for-time-scale {
    z-index: 1;
}

.info-block-nine .time-scale {
    position: absolute;
    width: 28px;
    height: calc(100% + 1500px);
    background: url('../png/time-scale.png') repeat-y;
    background-size: 100%;
    background-position: center;
    left: -65px;
    top: 65px;
}

.info-block-nine .elements {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: -5px;
    left: 0;
}

.info-block-nine .elements:before {
    content: "";
    display: block;
    width: 1313px;
    height: 244px;
    background: url('../png/clouds.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 630px;
    left: 50%;
    margin-left: -470px;
    z-index: 1;
}

.info-block-nine .elements:after {
    content: "";
    display: block;
    width: 1300px;
    height: 1466px;
    background: url('../png/earth.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    bottom: -840px;
    z-index: 2;
}

.info-block-nine .d-flex.text {
    flex-direction: column;
    text-align: center;
}

.info-block-nine .font-26 {
    line-height: 34px;
}

.info-block-nine button,
.info-block-nine a{
    margin: 10px;
    min-width: 210px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources {
    padding: 900px 0 130px;
    position: relative;
    width: 100%;
}

.resources h3 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    margin-bottom: 55px;
}

.resources .item-container {
    margin-bottom: 30px;
}

.resources .item {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 14px 0 #0000001A;
    -moz-box-shadow: 0 4px 14px 0 #0000001A;
    box-shadow: 0 4px 14px 0 #0000001A;
}

.resources .item .pic {
    width: 100%;
}

.resources .item .pic img {
    width: 100%;
    height: 180px;
    object-fit: fill;
    background-color: #ECECED;
}

.resources .item .item-title {
    color: #21252A;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 25px 25px 0 25px;
}

.resources .item .item-text {
    color: #21252A;
    font-size: 14px;
    padding: 0 25px;
}

.resources .item .link {
    padding: 0 25px 25px 25px;
    width: 100%;
    display: flex;
    margin-top: auto;
}

.resources .item .link a {
    display: inline-block;
    color: #48B2EB;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    transition: color ease-in-out 0.4s;
}

.resources .item .link a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url('../png/item-arrow.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 3px;
    right: 0;
}

.resources .item .link a:hover {
    color: #21252A;
}

.download {
    position: relative;
    width: 100%;
    padding: 260px 0 445px;
    background: #153d5e;
    background: -moz-linear-gradient(180deg, #153d5e 19.69%, #8965ad 100%);
    background: -webkit-linear-gradient(180deg, #153d5e 19.69%, #8965ad 100%);
    background: linear-gradient(180deg, #153d5e 19.69%, #8965ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#153d5e", endColorstr="#8965ad", GradientType=1);
}

.download:before {
    content: "";
    display: block;
    width: 100%;
    height: 377px;
    background: url('../png/block-download-stardust.png') repeat-x;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.download:after {
    content: "";
    display: block;
    width: 110%;
    height: 268px;
    background: url('../png/block-download-bg.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 555px;
    left: 50%;
    margin-left: -55%;
    z-index: 0;
}

.download>.container {
    position: relative;
    z-index: 3;
}

.download .elements {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.download .elements .rocket {
    display: block;
    width: 210px;
    height: 712px;
    background: url('../png/rocket-bottom.png') no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -105px;
    z-index: 0;
}

.download .elements .planet {
    display: block;
    width: 150px;
    height: 150px;
    background: url('../png/white-planet.png') no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 220px;
    left: 50%;
    margin-left: -455px;
    z-index: 1;
}

.download .elements .star-left {
    display: block;
    width: 46px;
    height: 46px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 46px 46px;
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -530px;
    z-index: 2;
}

.download .elements .star-right {
    display: block;
    width: 62px;
    height: 62px;
    background: url('../png/white-star.png') no-repeat;
    background-size: 62px 62px;
    position: absolute;
    top: 106px;
    right: 50%;
    margin-right: -560px;
    z-index: 2;
}

.download .elements .lines {
    display: block;
    width: 378px;
    height: 246px;
    background: url('../png/lines.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.download .elements .circle-white {
    display: block;
    width: 32px;
    height: 34px;
    background: url('../png/circle-white.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 11px;
    bottom: 68px;
}

.download .elements .circle-yellow {
    display: block;
    width: 32px;
    height: 34px;
    background: url('../png/circle-yellow.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 113px;
    bottom: 93px;
}

.download .elements .circle-violet {
    display: block;
    width: 32px;
    height: 34px;
    background: url('../png/circle-violet.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 17px;
    left: 166px;
}

.download .d-flex.text {
    flex-direction: column;
    text-align: center;
}

.download .font-32 {
    line-height: 40px;
    margin-bottom: 70px;
}

.download button,
.download a{
    margin: 10px;
    min-width: 210px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    background: #21252A;
}

footer>.container-fluid {
    max-width: 1280px;
    padding-top: 50px;
    padding-bottom: 35px;
}

footer .foot-logo {
    margin-bottom: 20px;
}

footer .foot-logo a {
    display: inline-block;
}

footer .foot-slogan {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
}

footer .social {
    margin-bottom: 50px;
}

footer .social ul {
    display: flex;
    flex-direction: row;
}

footer .social ul li {
    list-style: none;
    margin-right: 12px;
}

footer .social ul li:last-child {
    margin-right: 0;
}

footer .social ul li a {
    display: inline-block;
    text-decoration: none;
    text-indent: -9999px;
    width: 29px;
    height: 29px;
}

footer .social ul li a:hover {
    opacity: 0.7;
}

footer .social ul li a.twitter {
    background: url('../png/twitter-icon.png') no-repeat;
    background-size: 100%;
}

footer .social ul li a.linkedin {
    background: url('../png/linkedin-icon.png') no-repeat;
    background-size: 100%;
}

footer .social ul li a.fb {
    background: url('../png/fb-icon.png') no-repeat;
    background-size: 100%;
}

footer .social ul li a.instagram {
    background: url('../png/instagram-icon.png') no-repeat;
    background-size: 100%;
}

footer .foot-menu {
    margin-bottom: 25px;
}

footer .foot-menu h3 {
    color: #fff;
    font-weight: bold;
    font-size: 15.75px;
}

footer .foot-menu ul li {
    list-style: none;
}

footer .foot-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13.5px;
    font-weight: 400;
}

footer .foot-menu ul li a.actiev,
footer .foot-menu ul li a:hover {
    color: #FCC642;
}

footer .footer-bottom {
    width: 100%;
    background: #153D5E;
    padding: 50px 0;
    font-size: 14px;
}

footer .footer-bottom>.container-fluid {
    max-width: 1280px;
}

footer .footer-bottom a {
    text-decoration: none;
}

footer .footer-bottom a:hover {
    color: #FCC642;
}

footer .footer-bottom .copyright {
    margin-bottom: 15px;
}

footer .footer-bottom ul.privacy {
    margin-bottom: 0;
}

footer .footer-bottom ul.privacy li {
    list-style: none;
    float: left;
}

footer .footer-bottom ul.privacy li:last-child a:after {
    display: none;
}

footer .footer-bottom ul.privacy li a {
    position: relative;
    padding-right: 25px;
}

footer .footer-bottom ul.privacy li a:after {
    content: "//";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 8px;
}

.mask {
    display: none;
    position: fixed;
    z-index: 2;
    background: #001c34;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mask.open {
    display: block;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1201px) {
    .mask {
        display: none;
    }

    .mask.open {
        display: none;
    }

    .navbar-collapse.collapse .close-icon {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: block;
        position: fixed;
        background: #011f3a;
        background: #432b51;
        width: 320px;
        height: 100%;
        top: 0;
        right: -320px;
        padding: 40px 15px 20px 15px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        transition: all ease-in-out 0.4s;
        z-index: 10000;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse.collapse .menu-bg {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .navbar-collapse.collapse .menu-bg:before {
        content: "";
        display: block;
        width: 455px;
        height: 900px;
        background: url('../png/main-top-bg-starts-right.png') no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.25;
        z-index: 0;
    }

    .navbar-collapse.collapse .close-icon {
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
        z-index: 2;
    }

    .navbar-collapse.collapse .navbar-nav {
        position: relative;
        z-index: 2;
    }

    .navbar-collapse.collapse.open {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    #menu .nav-item {
        text-align: right;
        margin-right: 0;
        margin-bottom: 5px;
    }

    #menu .head-btn {
        display: block;
        margin: 20px 0 0 auto;
        position: relative;
        z-index: 2;
    }

    .info-block-nine:after {
        margin-right: -650px;
    }

    .download .elements .star-left {
        margin-left: -380px;
    }

    .download .elements .star-right {
        margin-right: -380px;
    }

    .download .elements .lines {
        right: -80px;
    }

    footer .foot-menu {
        margin-bottom: 35px;
    }
}

@media (max-width: 992px) {

    h1,
    .heading-one {
        font-size: 55px;
        line-height: 55px;
    }

    .font-32 {
        font-size: 25px;
        line-height: 28px;
    }

    .font-40 {
        font-size: 28px;
        line-height: 28px;
    }

    .font-45 {
        font-size: 32px;
        line-height: 44px;
    }

    .font-65 {
        font-size: 55px;
    }

    .font-85 {
        font-size: 65px;
    }

    .main-top h1 {
        max-width: 80%;
    }

    .main-top .text {
        font-size: 18px;
        line-height: 29px;
    }

    .main-top .main-top-bg .white-star-left {
        margin-left: -380px;
    }

    .info-block-one .heading-one br {
        display: none;
    }

    .info-block-one .yellow-stars-block {
        margin: 50px auto 0 auto;
    }

    .info-block-one h5 br {
        display: none;
    }

    .info-block-one .line {
        margin-top: 15px;
    }

    .info-block-two .heading-one br {
        display: none;
    }

    .info-block-two h2 {
        margin-bottom: 30px;
    }

    .info-block-two .cont {
        padding-bottom: 30px;
    }

    .info-block-two .percent-block {
        padding-bottom: 180px;
    }

    .info-block-three .heading-one br {
        display: none;
    }

    .info-block-three .sub-heading-text br {
        display: none;
    }

    .info-block-three .cont {
        padding-bottom: 20px;
    }

    .info-block-three .line-block {
        margin-top: 10px;
    }

    .info-block-four {
        padding-top: 90px;
    }

    .info-block-five .font-45 br {
        display: none;
    }

    .info-block-five .quote {
        margin: 35px 0 0 0;
    }

    .info-block-five .quote .semibold {
        font-size: 33px;
        line-height: 36px;
    }

    .info-block-five .quote .medium {
        font-size: 27px;
        line-height: 40px;
    }

    .info-block-six .font-45 br {
        display: none;
    }

    .info-block-six .elements .big-planet {
        width: 300px;
        height: 300px;
        top: -275px;
        right: -210px;
    }

    .info-block-six .elements .small-planet {
        width: 75px;
        height: 75px;
        top: -365px;
        right: -220px;
    }

    .info-block-seven .elements .comet-color {
        top: -515px;
        left: 515px;
    }

    .info-block-seven .with-pad-left {
        margin-top: 35px;
        padding-left: 0;
    }

    .info-block-seven .font-34 {
        font-size: 30px;
    }

    .info-block-seven .font-45 br {
        display: none;
    }

    .info-block-eight .heading-one br {
        display: none;
    }

    .info-block-eight .elements .white-star-1 {
        top: -150px;
        left: 255px;
    }

    .info-block-nine .elements::after {
        width: 1000px;
        height: 1130px;
        margin-left: -500px;
        bottom: -630px;
    }

    .resources {
        padding: 680px 0 60px;
    }

    .download .elements .lines {
        right: -150px;
    }

    .download .elements .star-left {
        margin-left: -280px;
    }

    .download .elements .star-right {
        margin-right: -280px;
    }
}

@media (max-width: 768px) {

    h1,
    .heading-one {
        font-size: 44px;
        line-height: 44px;
    }

    .font-45 {
        font-size: 29px;
        line-height: 36px;
    }

    .main-top h1 {
        max-width: 90%;
    }

    .main-top .text {
        font-size: 16px;
        line-height: 27px;
        max-width: 72%;
    }

    .main-top .main-top-bg .pink-planet-big {
        margin-left: -735px;
    }

    .main-top .main-top-bg .white-star-left {
        margin-left: -280px;
    }

    .info-block-three .line-block .telescope {
        left: 15px;
    }

    .info-block-four .sub-heading-text {
        font-size: 21px;
        line-height: 28px;
    }

    .info-block-five .green-planet {
        margin: 0 0 0 25px;
    }

    .info-block-six .elements {
        height: 1px;
    }

    .info-block-six .elements .big-planet {
        top: -575px;
        right: -300px;
    }

    .info-block-six .elements .comet {
        display: none;
    }

    .info-block-six .elements .small-planet {
        top: -475px;
        right: 50px;
    }

    .info-block-six .elements .white-star-1 {
        right: auto;
        bottom: auto;
        top: -310px;
        left: 50px;
    }

    .info-block-six .elements .white-star-2 {
        top: -355px;
        right: 18px;
    }

    .info-block-six .elements .white-star-3 {
        top: -260px;
        right: -15px;
    }

    .info-block-six .quote {
        margin: 40px 0 0 0;
    }

    .info-block-six .quote br {
        display: none;
    }

    .info-block-eight .elements .white-star-1 {
        left: 120px;
    }

    .info-block-nine {
        padding: 320px 0 550px;
    }

    .info-block-nine:after {
        width: 720px;
        height: 1615px;
        margin-right: -660px;
        top: -300px;
    }

    .info-block-nine .elements::after {
        width: 800px;
        height: 905px;
        margin-left: -400px;
        bottom: -400px;
    }

    .resources {
        padding: 450px 0 50px;
    }

    .resources h3 {
        font-size: 38px;
    }

    .download .elements .planet {
        margin-left: -300px;
    }

    .download .elements .lines {
        right: -170px;
    }

    .main-top .main-top-bg .astronaut {
        width: 600px;
        height: 273px;
        top: 580px;
        margin-right: -550px;
    }
    .resources .item .pic img {
        height: 140px;
    }
}

@media (min-width: 577px) {
    .desktop-hide {
        display: none;
    }
}

@media (max-width: 576px) {
    .logo img {
        width: 119px;
        height: 26px;
    }

    .mobile-hide {
        display: none;
    }

    .p-sm-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-collapse.collapse {
        width: 300px;
        right: -300px;
    }

    .font-45 {
        font-size: 27px;
        line-height: 30px;
    }

    .font-65 {
        font-size: 39px;
        line-height: 45px;
    }

    .font-70 {
        font-size: 55px;
    }

    header #menu > .container-fluid {
        padding-right: 0;
    }

    .main-top {
        min-height: 780px;
    }

    .main-top .main-top-bg {
        min-height: 705px;
    }

    .main-top .cont {
        padding-bottom: 260px;
    }

    .main-top .main-top-bg:after {
        display: none;
    }

    .main-top .main-top-bg:before {
        content: '';
        display: block;
        width: 100%;
        height: 346px;
        background: url('../png/stars-bg-mob.png') repeat-x;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .45;
    }

    .main-top .main-top-bg .white-star-right-three,
    .main-top .main-top-bg .green-planet,
    .main-top .main-top-bg .cloud-2,
    .main-top .main-top-bg .cloud-4,
    .main-top .main-top-bg .cloud-5,
    .main-top .main-top-bg .cloud-6,
    .main-top .main-top-bg .cloud-8 {
        display: none;
    }

    .main-top .main-top-bg .astronaut {
        width: 400px;
        height: 182px;
        top: 380px;
        margin-right: -380px;
    }

    .main-top .main-top-bg .pink-planet-big {
        width: 230px;
        height: 230px;
        margin-left: -308px;
        top: 460px;
    }

    .main-top .main-top-bg .pink-planet-small {
        margin-right: -360px;
    }

    .main-top .main-top-bg .white-star-left {
        margin-left: -150px;
    }

    .main-top .main-top-bg .saturn {
        width: 197px;
        height: 118px;
        top: 20px;
        margin-left: -23px;
    }

    .main-top .main-top-bg .yellow-planet {
        width: 160px;
        height: 164px;
        top: 529px;
        margin-right: -204px;
        z-index: 10;
    }

    .main-top .main-top-bg .yellow-star {
        width: 48px;
        height: 52px;
        top: 150px;
        margin-left: 52px;
    }

    .main-top .main-top-bg .white-star-right-one {
        width: 19px;
        height: 20px;
        top: 138px;
        margin-right: -160px;
    }

    .main-top .main-top-bg .white-star-right-two {
        width: 19px;
        height: 20px;
        top: 230px;
        margin-right: -73px;
    }

    .main-top .main-top-bg .blue-planet {
        width: 55px;
        height: 57px;
        top: 227px;
        margin-right: -132px;
        z-index: 9;
    }

    .main-top .main-top-bg .comet {
        width: 77px;
        height: 78px;
        top: 450px;
        z-index: 12;
    }

    .main-top .main-top-bg .front-planet-big {
        width: 600px;
        height: 149px;
        margin-left: -300px;
    }

    .main-top .header-subtitle {
        margin: 110px 0 20px;
    }

    .main-top .header-subtitle.font-22 {
        font-size: 16px;
        font-weight: 500;
    }

    .main-top h1 {
        font-size: 30px;
        line-height: 34px;
        max-width: 260px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .main-top h1 br {
        display: none;
    }

    .main-top .text {
        max-width: 225px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;;
    }

    .main-top .text br {
        display: none;
    }

    .info-block-two .percent-block .percent-small {
        font-size: 14px;
    }

    .info-block-two .percent-block .percent-small .percent {
        font-size: 20px;
        line-height: 23px;
    }

    .info-block-two .line-block .antenna {
        left: 10px;
    }

    .info-block-four .sub-heading-text {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 50px;
    }

    .time-scale {
        display: none;
    }

    .info-block-five .quote .medium {
        font-size: 22px;
        line-height: 32px;
    }

    .info-block-five .quote .semibold {
        font-size: 28px;
        line-height: 28px;
    }

    .info-block-five .quote .font-65 {
        line-height: 45px;
    }

    .info-block-six .font-45 {
        font-size: 27px;
    }

    .info-block-six .quote br.no-delete {
        display: block;
    }

    .info-block-seven .elements .white-star-1 {
        left: 35px;
    }

    .info-block-seven .elements .white-star-2 {
        left: 145px;
    }

    .info-block-seven .elements .white-star-3 {
        top: -105px;
        left: 215px;
    }

    .main-top .main-top-bg .cloud-1 {
        background: url('../png/cloud-7-mob.png') no-repeat;
        width: 315px;
        height: 120px;
        opacity: .44;
        background-size: 100%;
        top: 367px;
        margin-left: -39px;
        z-index: 8;
        opacity: 1;
    }

    .main-top .main-top-bg .cloud-3 {
        display: block;
        width: 414px;
        height: 127px;
        background: url('../png/cloud-3-mob.png') no-repeat;
        background-size: 100%;
        top: 261px;
        margin-right: -388px;
        opacity: 1;
        z-index: 7;
    }

    .main-top .main-top-bg .cloud-7 {
        display: block;
        width: 463px;
        height: 176px;
        top: 166px;
        background: url('../png/cloud-7-mob.png') no-repeat;
        opacity: 1;
        margin-right: -360px;

    }

    .info-block-seven .elements .comet-color {
        display: none;
    }

    .info-block-seven .percents-block {
        width: 260px;
    }

    .info-block-nine {
        padding: 320px 0 350px;
    }

    .info-block-nine:after {
        width: 400px;
        height: 897px;
        margin-right: -200px;
        top: -100px;
    }

    .info-block-nine .buttons {
        flex-direction: column;
    }

    .info-block-nine .elements::after {
        width: 600px;
        height: 680px;
        margin-left: -300px;
        bottom: -370px;
    }

    .resources {
        padding: 420px 0 35px;
    }

    .download .buttons {
        flex-direction: column;
    }

    .download .elements .lines {
        display: none;
    }

    .download .elements .star-left {
        margin-left: -120px;
    }

    .download .elements .star-right {
        margin-right: -120px;
    }

    footer .foot-logo {
        text-align: center;
        margin-bottom: 35px;
    }

    footer .foot-slogan {
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
    }

    footer .social {
        display: table;
        margin: 0 auto 50px auto;
    }

    footer .foot-menu {
        text-align: center;
    }

    footer .col-xl-4:last-child .col-sm-6:last-child .foot-menu:last-child {
        margin-bottom: 0;
    }

    footer .footer-bottom {
        padding: 35px 0;
        font-size: 12px;
        text-align: center;
    }

    footer .footer-bottom ul.privacy li {
        float: none;
        margin-bottom: 8px;
    }

    footer .footer-bottom ul.privacy li a:after {
        display: none;
    }
    .resources .item {
        max-width: 350px;
        margin: auto;
    }
    .resources .item .pic img {
        height: 190px;
    }
}

@media (max-width: 420px) {
    .main-top .main-top-bg .front-planet-big {
        width: 440px;
        height: 108px;
        margin-left: -220px;
    }
}

@-webkit-keyframes wobble-one {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        -o-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        transform: translate3d(-5%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(4%, 0, 0) rotate(3deg);
        -moz-transform: translate3d(4%, 0, 0) rotate(3deg);
        -o-transform: translate3d(4%, 0, 0) rotate(3deg);
        -ms-transform: translate3d(4%, 0, 0) rotate(3deg);
        transform: translate3d(4%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        -moz-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        -o-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        -ms-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        transform: translate3d(-3%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(2%, 0, 0) rotate(2deg);
        -moz-transform: translate3d(2%, 0, 0) rotate(2deg);
        -o-transform: translate3d(2%, 0, 0) rotate(2deg);
        -ms-transform: translate3d(2%, 0, 0) rotate(2deg);
        transform: translate3d(2%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        -moz-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        -o-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        -ms-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        transform: translate3d(-1%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble-one {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        -o-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate(-5deg);
        transform: translate3d(-5%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(4%, 0, 0) rotate(3deg);
        -moz-transform: translate3d(4%, 0, 0) rotate(3deg);
        -o-transform: translate3d(4%, 0, 0) rotate(3deg);
        -ms-transform: translate3d(4%, 0, 0) rotate(3deg);
        transform: translate3d(4%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        -moz-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        -o-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        -ms-transform: translate3d(-3%, 0, 0) rotate(-3deg);
        transform: translate3d(-3%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(2%, 0, 0) rotate(2deg);
        -moz-transform: translate3d(2%, 0, 0) rotate(2deg);
        -o-transform: translate3d(2%, 0, 0) rotate(2deg);
        -ms-transform: translate3d(2%, 0, 0) rotate(2deg);
        transform: translate3d(2%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        -moz-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        -o-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        -ms-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        transform: translate3d(-1%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble-one {
    -webkit-animation-name: wobble-one;
    animation-name: wobble-one;
}
