body,html {
    padding:0;
    margin:0;
    min-width:1250px;
    font-family: 'Golos Medium';
    min-height:101vh;
    overflow-x:hidden;
    cursor:default;
}
em {
    font-style: normal !important;
}

.post-big-container p::selection, .page-title h1::selection,.content-news a::selection,.post-description::selection, h5::selection {
   color: #161a1e;
   background-color: #f1d08b;
  }
textarea, input, label, span, button checkbox,button, a{
    outline: none!important;
}
i,a {
    font-style: normal;
    text-decoration:none;
}
a {
    display: contents;
    width: auto;
}
@font-face {
    font-family: 'Unbounded Regular';
    src: url('../fonts/Unbounded-Regular.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Unbounded Bold';
    src: url('../fonts/Unbounded-Bold.woff2') format('woff');
    font-weight: 600;
    font-style: bold;
}
@font-face {
    font-family: 'Unbounded Light';
    src: url('../fonts/Unbounded-Light.woff2') format('woff');
    font-weight: 100;
    font-style: bold;
}
@font-face {
    font-family: 'Golos Regular';
    src: url('../fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Medium';
    src: url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Golos SemiBold';
    src: url('../fonts/GolosText-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Bold';
    src: url('../fonts/GolosText-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Golos ExtraBold';
    src: url('../fonts/GolosText-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Black';
    src: url('../fonts/GolosText-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Azeret Light';
    src: url('../fonts/AzeretMono-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Azeret Regular';
    src: url('../fonts/AzeretMono-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Azeret Medium';
    src: url('../fonts/AzeretMono-Medium.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

br {
    line-height: 50%;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 75px;
    background: #161a1e;
    z-index: 3;
    display: block;
    position: relative;
}
.top-logo {
    width: 100px;
    position: relative;
    top: 30px;
    opacity: 0.3;
}
.main-menu {
    position: relative;
    display: block;
    left: 200px;
    width: 900px;
    top: 7px;
}
.main-menu .link  {
    color: #f1d08b;
    font-family: 'Unbounded Regular';
    font-size: 12px;
    margin: 0 20px 0 0;
    border:1px solid transparent;
    cursor: pointer;
}
.telegram {
    width: 20px;
    position: relative;
    display: block;
    float: right;
}
.main-menu .link {
  display: inline-block;
  padding-bottom:2px;
  background-image: linear-gradient(#f1d08b 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition:
    background-size 0.2s,
    background-position 0s 0.2s; /*change after the size immediately*/
}

.main-menu .link:hover {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 1px;
}
.sub-header {
    box-shadow: 0 0 40px #eaebf5;
    width: 100%;
    height: 60px;
    background:#fff;
}
.location-label {
    float: right;
    font-family: 'Golos Medium';
    font-size: 15px;
    color: #1d2630;
    top: 21px;
    position: relative;
   
}
.fa-solid.fa-location-dot {
    font-size: 19px;
    margin: 0 10px 0 0;
}
.location-text {
    border-bottom: 1px dashed transparent;
    transition: .5s;
}
.location-text:hover {
    border-bottom: 1px dashed;
    transition: 0.2s;
    cursor:pointer;
}
.weather-icon img {
    width: 25px;
    position: absolute;
    top: -3px;
    left: 0px;
}
.weather-celsius {
    margin: 0px 10px 0 35px;
    border-right: 1px solid #bbb;
    padding: 0 10px 0 0;
}
.ol-viewport {
    filter: grayscale(0.75);
}
#change-location-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display:none;
    background:#ffffff;
    z-index:1;
}
.location-search-container {
    width: 100%;
    height: 60px;
    top: 75px;
    position: relative;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 40px #caccdd;
}
input#inp {
    border: 5px;
    padding: 20px 20px 20px 0px !important;
    height: 60px;
    font-size: 15px;
    color: rgb(38 40 44);
    background: none;
    font-family: 'Golos Medium';
    font-weight: 300;
    z-index: 9;
    transition: .5s;
    width: 580px;
    border-radius: 0;
    position: relative;
    left: 200px;
    margin-bottom:-60px;
}
#result {
    max-height: 328px;
    overflow: hidden;
    overflow-y: auto;
    background: #fafafa;
    position: relative;
    border-radius: 0 0 10px 10px;
    top: 60px;
    width: 915px;
    left: 185px;
}
p.city_line {
    font-size: 15px;
    margin: 0px 15px 0 0px;
    font-weight: 300;
    padding: 7px 16px 10px;
    line-height: 45px;
    color: #161a1e !important;
    font-family: 'Golos Medium';
    cursor: pointer;
}
p.city_line:hover {
    background: linear-gradient(90deg, white 70%, transparent);
}
.sug-flag {
    position: relative;
    top: 14px;
    height: auto;
    margin: 0 15px 0 0;
    border-radius: 2px;
    filter: drop-shadow(0px 0px 15px #ddd);
    width: 35px;
}
#result::-webkit-scrollbar {
  overflow-y: scroll !important;
  display: -webkit-inline-box !important;
  width: 10px;
  background-color: #fafafa;
  border-radius:5px;
}

#result::-webkit-scrollbar-thumb {
  overflow-y: scroll !important;
  border-radius: 5px;
  background-color: #161a1e;
  display: -webkit-inline-box !important;
}

#result::-webkit-scrollbar-track {
  overflow-y: scroll !important;
  border-radius: 5px;
  display: -webkit-inline-box !important;
  background-color: #fafafa;
}
.city-time {
    display: block;
    position: relative;
    top: -20px;
    left: 51px;
    color: #5c5f62;
    font-size: 12px;
    margin: 0 0 -25px;
    width: 145px;
}
.daynight {
    width: 40px;
    opacity: 0.5;
    position: absolute;
    top: 13px;
    right: 2px;
    margin: -10px;
}
.daynightmoon {
    width: 22px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    right: 0;
}
.fa-solid.fa-xmark {
    position: relative;
    float: right;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
    transition: .2s;
    color: #161a1e;
    padding: 25px;
    margin: -25px;
}
.fa-solid.fa-xmark:hover {
    transition: .3s;
    transform: rotate(90deg);
}
.moon {
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0 0 0;
    border: 5px solid #ffffff;
}
#phase {
    width: 90px;
    height: 90px;
}
#phase {
    width: 90px;
    height: 90px;
}
#moon-container {
    position: absolute;
    display: block;
    z-index: 3;
    background: #ffffff00;
    padding: 0px 10px 10px 20px;
    margin: 0px 0 0 -25px;
    border-radius: 5px;
}
.sun-moon-container {
    display: table;
    width: 100px;
    margin: 0 0 0 0px;
    padding: 10px 5px 0 5px;
    font-family:'Golos Regular';
    font-size:12px;
}
.sunrise-icon, .sunset-icon, .moonrise-icon, .moonset-icon {
    width: 45px;
    margin: 0 0 0 -10px;
    display: inline-block;
}
.label {
    color: #161a1e;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -18px;
}
.sunrise-icon {
    position:relative;
    top:-2px;
}
.ya-m {
    position: absolute;
    width: 20px;
    top: -3px;
    margin: 0 25px 0 10px;
}
.middle-menu {
    position: relative;
    font-size: 12px;
    top: 24px;
    display: inline-block;
    left: 200px;
    font-family: 'Unbounded Regular';
}
.starmap-inspace {
    color: #161a1e;
}
.starmap-inspace{
  display: inline-block;
  padding-bottom:2px;
  background-image: linear-gradient(#161a1e 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition:
    background-size 0.2s,
    background-position 0s 0.2s; /*change after the size immediately*/
}

.starmap-inspace:hover {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 1px;
}
.sunrise-container, .sunset-container, .moonrise-container, .moonset-container {
    height:48px;
}
.top-news-container {
    width: 960;
    height: 300px;
    left: 200px;
    position: relative;
    top: 30px;
    display: block;
    margin: 0 0 60px 0;
}
.top-news {
    width: 435px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0 25 0 0;
    box-shadow: 0 0 40px #eaebf5;
    transition: .3s;
}
.top-news:hover, .middle-news:hover {
    transform: translateY(-3px);
    transition: .3s;
}
.post-img {
    width: 450px;
    height: 200px;
    background-position: center center !important;
    background-size: cover !important;
    transition: .3s;
}
.post-img:hover {
    filter: brightness(1.2);
    transition: .3s;
}
.top-news p, .middle-news p {
    font-family: 'Golos Medium';
    font-size: 15px;
    color: #1d2630;
    padding: 0 25px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}
.post-title {
    height: 100px;
    vertical-align: middle;
}
.middle-news {
    width: 346px;
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0 60px 0 0;
    box-shadow: 0 0 40px #eaebf5;
    transition: .3s;
    background:#fff;
}
.middle-news .post-img {
    width: 346px;
    height: 160px;
    background-position: center center !important;
    background-size: cover !important;
    transition: .3s;
}
.owl-carousel .owl-stage-outer {
    overflow:visible !important
}
.middle-news-container {
    width: 1130px;
    height:335px;
}
.owl-carousel {
    z-index:0 !important;
}
.owl-nav {
    text-align: center;
    position: relative;
}
.owl-prev, .owl-next {
    font-size: 65px !important;
    margin: 0 30px;
    color: #cfd8dc !important;
    font-family: 'Unbounded Light' !important;
    transition: .3s;
    background:transparent !important;
    border: none;
    cursor: pointer;
}
.owl-next:hover {
    color: #f1d292 !important;
    transition: .3s;
    transform: translateX(+3px);
}
.owl-prev:hover {
    color: #f1d292 !important;
    transition: .3s;
    transform: translateX(-3px);
}
h2 {
    font-family: 'Unbounded Bold';
    color: #161a1e;
    margin: 100 0 60 0;
    font-size: 30px;
}
.location-link {
    border-bottom: 1px dashed #f1d08b;
    cursor: pointer;
    color: #f1d08b;
}
#starmapper {
    background: linear-gradient(0deg, #436b93, #496989);
    width: 100%;
    height: 85vh;
    position:relative;
    opacity:0;
}
#starmapper_inner {
    cursor: default !important;
    
    transition: .1s;
}
.gray-block {
    width: 100%;
    height: 60px;
    background: #1e2328;
    box-shadow: 0 0 40px #1e23289e;
    position: relative;
    z-index: 0;
    margin:-1px 0;
}
.planet-icon {
    width: 23px;
    filter: invert(67%) sepia(21%) saturate(4692%) hue-rotate(193deg) brightness(107%) contrast(88%);
    transition: .2s;
}
#sun.planet-icon, #moon.planet-icon {
    filter: invert(98%) sepia(17%) saturate(3171%) hue-rotate(306deg) brightness(109%) contrast(90%);
}
.planet-container {
    display: inline-block;
    margin: 0 35px 15px 0;
}
.planet-icon-opacity {
    filter: invert(37%) sepia(6%) saturate(300%) hue-rotate(169deg) brightness(93%) contrast(86%)!important;
}
.planet {
    display: block;
    padding: 19px 0 0;
}
.info-text {
    font-size: 15px;
    color: #5c5f62;
    position: relative;
    top: -7px;
    margin: 0px 60px 0 0;
    line-height: 0;
}
#planet-block {
    display: inline-block;
    opacity: 0;
}

.switch-material.switch-light input:checked ~ span a {
    right: 0;
    background: #f1d292!important;
}
.switch-light.switch-material a {
    background: #5c5f62!important;
}
.switch-material.switch-light input:checked ~ span {
    background: #f1d08b45!important;
}
.switch-light.switch-material a {
    cursor:pointer;
}
.switch-material.switch-light > span {
    background: #3f4346 !important;
}
.switch-material.switch-light {
    display:inline-block;
    position: relative;
    top: -12px;
    cursor: pointer;
    margin: 0 0 0 -15px
}
.keyboard-container {
    position: relative;
    top: 28px;
}
.switch-light input {
    cursor: pointer;
}
.key-container {
    display: inline-block;
}
.switch-light.switch-material a {
    top: -2px!important;
}
.key-block {
    display: inline-block;
    position: relative;
    top: -16px;
    margin: 0 0 0 0px;
}
.key-container {
    color:#5c5f62;
    font-size: 15px;
    font-family: 'Golos Medium';
    
}
.key-container i {
    font-size: 20px;
    margin: 0px 10px 0 20px;
    position: relative;
    top: 3px;
    color: #f1d292;
    cursor:pointer;
    transition: .1s;
}
.key-container i:hover {
    color: #5c5f62;
    transition: .1s;
}
#keyblock {
    display: none;
}
.switch-light.switch-material > span:before, .switch-light.switch-material > span:after, .switch-toggle.switch-material label:after {
    background: #f1d292!important;
}

.neos-line > i {
    display: inline-block;
    font-size: 15px;
    margin: 13px 0 0 20;
    font-family: 'Golos Medium';
    color: #161a1e;
}

.neos-time {
    width: 160px;
}
.neos-distance {
    width: 140px;
    text-align: right;
}
.neos-size {
    text-align: right;
    width: 130px;
}

.neos-line {
    width: 45%;
    height: 80px;
    margin: 0 30px 30px 0;
    display: inline-block;
    border-radius: 5px;
    color: #89939d;
    background: #fafafa;
    border-left: 10px solid #cfd8dc;
    transition: .3s;
}

.neos-line:hover {
    transform: translateY(-3px);
    transition: .3s;
}

#neos {
    width: 1165px;
    min-height:550px
}
.neos-line.past {
  opacity:0.5;
}

.neos-line.ph {
    border-left: 10px solid #f1d08b;
}

.neos-line.ph-moon {
    border-left: 10px solid #a53f3f;
}

.subh2 {
    font-size: 15px;
    margin: -50 0 60 0;
    width: 600px;
    color: #1d2630;
}
.neos-name {
    font-family: 'Unbounded Bold'!important;
    margin: 20 0 0 20;
    display: block!important;
    width: 100%;
    font-size: 18px!important;
    position: relative;
    top: 8px;
}

#neos-more {
    margin: 15px 0 0 0;
}

.block-planet {
    width: 346px;
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0 60px 0 0;
    box-shadow: 0 0 40px #eaebf5;
    transition: .3s;
    background: #1e2328;
}
.block-planet:hover {
    transform: translateY(-3px);
    transition: .3s;
}
.planet-bg {
    overflow: hidden;
    width: 353px;
    background-size: cover !important;
    background-position: 195px -185px !important;
    background-repeat: no-repeat !important;
}
.planet-title {
    font-family: 'Unbounded Bold';
    font-size: 23px;
    margin: 20px 0 20px 20px;
    color: #f1d08b;
}
.distance-from-sun-label {
    color: #fff;
    font-size: 15px;
    font-family: 'Golos Regular';
    margin: 85px 0 0 20px;
}
.distance-from-sun {
    color: #cfd8dc;
    font-size: 12px;
    font-family: 'Golos Regular';
    margin: 10px 0 0 20;
}
.distance-from-earth-label {
    color: #fff;
    font-size: 15px;
    font-family: 'Golos Regular';
    margin: 20px 0 0 20px;
}
.distance-from-earth {
    color: #cfd8dc;
    font-size: 12px;
    font-family: 'Golos Regular';
    margin: 10px 0 0 20;
}
.drawf-planet {
    position: absolute;
    color: #f1d08b;
    font-size: 12px;
    font-family: 'Unbounded Regular';
    margin: -15px 0 0 20px;
}

.planet-chart {
    display: inline-block;
    width: 700px;
    height: 263px;
}
.planet-charts-container {
    height: 280px;
    margin: 0 40px -17px -35px;
}

.owl-item {
    display: inline-block;
}
.fas.fa-long-arrow-alt-up {
    margin: 0 10px 0 0;
    color: #f1d08b;
    transform: rotateZ(45deg);
}
.fas.fa-long-arrow-alt-down {
    margin: 0 10px 0 0;
    color: #f1d08b;
    transform: rotateZ(-45deg);
}
.highcharts-plot-line-label {
    font-family: 'Golos Medium';
    font-size:12px;
    display: none;
}
.highcharts-xaxis-labels text {
    font-size: 12px !important;
    font-family: 'Golos Medium';
    fill: #161a1e !important;
}
.highcharts-axis.highcharts-xaxis {
    display: none;
}
.highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line {
    stroke: #f1f4f5 !important;
}
.planet-big-block {
    min-height: 342px;
    width:1130px;
}
.item-block-planet {
    min-height: 267px;
}
.planet-constellation-label {
    font-size: 12px;
    font-family: 'Golos Regular';
    color: #7fa9f0;
    position: relative;
    top: -4px;
}
.planet-constellation-icon {
    width: 16px !important;
    display: inline-block !important;
    margin: 0 10px 0 0;
}
.planet-constellation {
    display: block;
    float: right;
    margin: -15px 25px 0px 0;
}
.sun-big-block {
    width: 100%;
    background: #161a1e;
    padding: 60px 0;
    min-height:1248px;
}
#flare .highcharts-background, #kpindex .highcharts-background {
    fill: none !important;
}
#flare .highcharts-grid.highcharts-yaxis-grid, #kpindex .highcharts-grid.highcharts-yaxis-grid  {
    display: none;
}
#flare .highcharts-xaxis-labels text, #kpindex .highcharts-xaxis-labels text {
    fill: #cfd8dc !important;
}
#kpindex .highcharts-point {
    stroke-width: 0;
}
#kpindex {
    width:1100px;
}
.sun-big-block h2 {
    font-size: 23px;
    color: #f1d08b;
    margin: 0px 0 30px 0;
}
#flare {
    width:1100px;
}
.flare-pos {
    height: 400px;
    margin:60px 0 100px 0;
}
.sun-big-block .subh2 {
    color: #cfd8dc;
    margin: 15px 0 0 0;
}
.fa-solid.fa-chart-simple {
    margin: 0 20px 0 0;
}
i.fa-solid.fa-info {
    margin: 0 20px 0 0;
}
.fa-solid.fa-chart-simple.blue {
    color: #75a2f0;
}
.fa-solid.fa-chart-simple.gold {
    color: #f1d08b;
}
.fa-solid.fa-chart-simple.red {
    color: #a53b3b;
}
#kpindex .highcharts-label text {
    font-family: 'Golos Medium' !important;
    font-size: 15px !important;
}
.fa-solid.fa-square.gold {
    margin: 0 20px 0 0;
    color: #f1d08b;
}
.fa-solid.fa-square.red {
    margin: 0 20px 0 0;
    color: #a53f3f;
}
#flare-block {
    min-height: 400px;
    display:block;
    
}
#kpindex-block {
    min-height: 400px;
    display:block;
    margin:60px 0 0 0;
}
.sun-container .info-text {
    top: 18px;
    margin: 20px 0 0 0;
    color: #5c5f62;
}
#flux-current, #flux-max-day, #flux-max-week, #kpindex-max-week, #kpindex-current, #kpindex-max-future {
    position: relative;
    top: 19px;
    margin: 0 30px 0 10px;
    color: #cfd8dc;
    font-family: 'Golos Medium';
    font-size: 15px;
}
.crew-title {
    font-size: 18px;
    font-family: 'Unbounded Bold';
    color: #161a1e;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.crew-item {
    width: 890px;
}
.member {
    width: 180px;
    height: 360px;
    display: inline-block;
    box-shadow: 0 0 40px #eaebf5;
    margin: 0 30px 0px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.member-img {
    width: 100%;
    height: 280px;
    background-position: center center !important;
    background-size: cover !important;
}
.member-name > p {
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 80px;
    display: table-cell;
    font-size: 15px;
    color: #1d2630;
    font-family: 'Golos Medium';
}
.crew-orbit {
    font-size: 15px;
    margin: -15px 0 30px 0px;
    font-family: 'Golos Medium';
    color: #161a1e;
}
.iss-carousel {
    width: 890px !important;
    height: 537px;
    display: block !important;
    max-height: 537px;
}
.iss-carousel .owl-nav {
    width: 1100px;
}
#iss-pass {
    width: 1145px;
    min-height:840px;
}
.pass-container {
    width: 535px;
    display: inline-block;
    margin: 0 30px 30px 0;
    background: #ffffff;
    box-shadow: 0 0 40px #eaebf5;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
}
.pass-time {
    box-shadow: 0 0 40px #1e23289e;
    position: relative;
    background: #1e2328;
    height: 60px;
}
.pass-day {
    font-size: 12px;
    color: #cfd8dc;
    font-family: 'Unbounded Regular';
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
}
.fa-circle {
    display: inline-block;
    color: #cfd8dc;
    margin: 0 10px 0 0;
    font-size: 15px;
    position: relative;
    top: 1px;
}
.time-pass {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 20px 0px 20px;
    display: block;
    text-align: left;
}
span.time-pass.border {
    border-top: 1px solid #efefef;
    border-radius: 0;
}
.time-iss {
    display: inline-block;
    width: auto;
    padding: 0 0 0px;
    margin: 30px 180px 30px 0;
    text-align: left;
    font-size: 15px;
    color: #161a1e;
    transition: .3s;
    border-bottom: 1px dashed;
}
.no-pass {
   display: inline-block;
    width: 220px;
    padding: 0 0 20px;
    margin: 30px 0 10px 20px;
    text-align: left;
    font-size: 15px;
    color: #161a1e;
}
.mag {
    width: 190px;
    display: inline-block;
}
.pass-az {
    text-align: right;
    width: 80px;
    display: inline-block;
}
#world-map {
    width: 100%;
    height: 700px;
    background: #fff;
    padding: 0;
    margin: 0 0 200px;
    z-index: -1;
    position: relative;
}
.iss-onorbit {
    font-size: 32px;
    font-family: 'Unbounded Bold';
    color: #161a1e;
    position: relative;
    top: 75px;
    right:0px;
    height: 70px;
    display: block;
    float:right;
    text-align:right;
}
#iss-onorbit > i {
    font-size: 15px;
    font-family: 'Golos Medium';
    position: relative;
    left: 2px;
    color: #161a1e;
}
super {
    vertical-align: super;
    font-size: 12px;
}
#go-top .fa-circle-up {
    font-size: 40px;
    color: #1e2328;
    cursor: pointer;
    transition: .3s;
}
#go-top .fa-circle-up:hover {
    transform: translateY(-3px);
    color: #f1d08b;
}
#go-top-menu {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    width: 160px;
    background: #1e2329b0;
    height: 46px;
    border-radius: 23px;
    box-shadow: 0 0 20px #1e23289e;
    backdrop-filter: blur(5px);
    opacity:0;
    transition:.3s;
}
.time-iss:hover {
    color: #f1d08b;
    transition: .3s;
    cursor: pointer;
}
.pswp img {
    max-width: none;
    cursor: default !important;
    
}
.pswp__img {
    border-radius: 5px;
    filter: drop-shadow(0px 0px 40px #1e23289e);
}
.pswp__top-bar.pswp__hide-on-close {
    display: none;
}
.start-datetime {
    box-shadow: 0 0 40px #1e23289e;
    position: relative;
    background: #1e2328;
    height: 60px;
}
.start {
    width: 535px;
    display: inline-block;
    margin: 0 30px 0px 0;
    background: #ffffff;
    box-shadow: 0 0 40px #eaebf5;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    height: 285px;
}
.start-date {
    font-size: 12px;
    color: #cfd8dc;
    font-family: 'Unbounded Regular';
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
}
.start-mission, .rocket, .location-start {
    padding: 20px;
    text-align: left;
    font-size: 15px;
    color: #161a1e;
    display: block;
}
.rocket {
    border-top: 1px solid #efefef;
    margin: 0px 20px;
    padding: 30px 0 0;
}
#launch {
    width: 1130px;
}
.start-mission-agency {
    font-size: 15px;
    display: block;
    margin: -15px 0 30px 20px;
    color: #7fa9f0;
}

.start-rocket-agency, .location-country {
    font-size: 12px;
    display: block;
    margin: 10px 0 0;
    color: #161a1e;
}
#overflow-pass {
    display: none;
    width: 100%;
    height: 100vh;
    background: #00000000;
    position: fixed;
    top: 0;
    z-index: 2;
}
.location-country .sug-flag {
    width: 35px !important;
    border-radius: 2px;
    float: right;
    position: relative;
    top: -53px;
    filter: drop-shadow(0px 0px 15px #000);
    right: 5px;
}
.fa-shuttle-space {
    transform: rotate(-90deg);
    margin: 0 10px 0 -3px;
}
.start-mission {
    padding: 35px 20px 20px 20px;
}
.footer {
    width: 100%;
    background: #161a1e;
    padding: 0 0 60px;
    margin: 100px 0 0 0;
}
.copyright {
    font-size: 15px;
    color: #cfd8dc;
    font-family: 'Golos Regular';
    width:600px;
    margin: 60px 0 0 0;
}
.launch-container {
    margin: 0 0 100px;
    min-height: 538px;
}
.success {
    color:#7fc182;
    margin: 0 20px 0 0;
}
.partialfailure {
    color:#f1d08b;
    margin: 0 20px 0 0;
}
.failure {
    color:#a53f3f;
    margin: 0 20px 0 0;
}
.launch-legend .subh2 {
    margin: 0 0 15px;
}
.pred {
    color:#cfd8dc;
    margin: 0 20px 0 0;
}
.launch-legend {
    padding: 70px 0 0 2px;
    box-shadow: none;
    height:auto;
}
.location-cosmodrome {
    display: inline-block;
    width: 450px;
    vertical-align: top;
}
.live {
    color:#7fa9f0;
    -webkit-animation: pulsate-legend 2s cubic-bezier(0, 1.27, 0.57, 1) infinite;
    animation: pulsate-legend 2s cubic-bezier(0, 1.27, 0.57, 1) infinite;
    margin: 0 20px 0 0;
}
@keyframes pulsate-legend{
    50%{color:#ffffff;}
}
.owl-dots {
    display: none;
}
h1 {
    font-family: 'Unbounded Bold';
    font-size: 40px;
    color: #161a1e;
    margin: 100px 0 10px 0;
}
.subh1 {
    font-size: 18px;
    width: 800px;
    color: #161a1e;
    margin:0 0 0 2px;
    line-height:25px;
}
.page-title {
    margin: 100px 0 60px;
}
.incnews {
    margin: 100px 0 0 0;
}
.moon-container-big {
    width: 100%;
    min-height: 698px;
    max-height: 698px;
    height: 698px;
    background: #161a1e;
    overflow: hidden;
    display: block;
}
#moon-angle {
    min-height: 540px;
    width: 540px;
    height: 540px;
    padding: 78px 0;
    display: none;
    filter: sepia(0.4) drop-shadow(0px 0px 50px #f1d08b30);
}
.moon-info-live {
    vertical-align: top;
    margin: 60px 0 0px 60px;
    text-align: right;
    float: right;
    display: block;
    position: relative;
    top: -680px;
}
#distance-solar, #moon-phase, #moon-age, #distance-earth {
    font-family: 'Golos Medium';
    font-size: 60;
    color: #f1d08b;
    margin: 15px 0 25px;
    height:70px;
}
.info-text-white {
    color: #cfd8dc;
    font-size: 15px;
    margin:0;
}
.highcharts-background {
    fill: none;
}
.moon-info-live #moonearth {
    height:160px;
    margin: -10px 0 45px;
    width:500px;
}
.planet-info-container #distsunchart, .planet-info-container #distearthchart {
    height:160px;
    margin: -10px 0 45px;
    width:450px;
    
}
#distance-earth {
    color:#7fa9f0;
}
.moon-info-live .highcharts-grid.highcharts-yaxis-grid {
    display: none;
}
.planet-info-container .highcharts-grid.highcharts-yaxis-grid {
    display: none;
}
.week-phase-cell-main {
    display: inline-block;
}
.days-week {
    position: absolute;
    margin: 97px 0px;
    z-index: 1;
    font-size: 12px;
    font-family: 'Unbounded Bold';
    text-shadow: 0 0 2px #f6f7fd, 0 0 2px #f6f7fd, 0 0 2px #f6f7fd;
    color: #161a1f;
}
.week-phase-cell {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px 62px 30px 0;
    border: 5px solid transparent;
    display: inline-block;
    box-shadow: none;
}
#phase-cal {
    width: 1200px;
}
#moonphase {
    margin: -37px 0 0 0;
    min-height: 656px;
    display: block;
}

#rise-set {
    margin:0;
}
.incnews-container {
    min-height:340px;
    max-height:340px;
    height:340px;
}

body::-webkit-scrollbar {
  display: none !important;
}
.planet-container-big {
    width: 100%;
    height: 1104px;
    background: #161a1e;
}
.planet-orbit {
    margin: 55px 0;
    width:540px;
}
.planet-orbit-container {
    width: 530px;
    padding: 0px 0 60px;
    display: inline-block;
    float: right;
}
#x5 {
    color: #80abf0;
    position: relative;
    top: 292px;
    left: 345px;
    font-family: 'Unbounded Regular';
    opacity:0;
    
}
.planet-info-container {
    width: 510px;
    display: inline-block;
    vertical-align: top;
    margin: 78px 30px 60px 0px;
    text-align: left;
    z-index: 1;
    position: relative;
}
.earth-img-foton {
    width: 50px;
    border: 10px solid #171b1e;
    position: relative;
    top: 42px;
    left:-10px;
}
.venus-img-foton {
    width: 50px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -42px;
}
.mercury-img-foton {
    width: 30px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -34px;
}
.mars-img-foton {
    width: 40px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -39px;
}
.jupiter-img-foton {
    width: 120px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -78px;
}
.saturn-img-foton {
    width: 80px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -58px;
    background: #171b1e;
}
.uranus-img-foton {
    width: 70px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -55px;
    background: #171b1e;
}
.neptune-img-foton {
    width: 75px;
    border: 10px solid #171b1e;
    float: right;
    position: relative;
    top: -58px;
    background: #171b1e;
}

.light-speed-container {
    display: block;
    width: 100%;
    height: 150px;
}
.foton-vector {
    border-style: solid;
    color: #f1d2921a;
    border-width: 1px;
}
#earthfoton {
    position: relative;
    top: -21px;
    color: #f1d292;
    display: inline-block;
    left: 50px;
    border: 5px solid #171b1e;
    border-radius:50%;
    
}
light {
    color: #f1d08b;
}
#planetelyear .highcharts-plot-line-label {
    display: block;
}
#planetelyear path.highcharts-graph {
    display:none;
}
#planetelyear {
    height: 200px;
    min-height: 200px;
}
#planet-skyonline {
    display:none;
}
.planet-online-info {
    color: #5c5f62;
    font-size: 15px;
    display: block;
    position: relative;
    top: 20px;
    width:1200px;
}
.planet-online-info light {
    margin: 0 30px 0 10px;
    color:#cfd8dc;
}
button.click-button {
    position: relative;
    min-width: 130px;
    padding: 20px 45px 17px;
    border: 2px solid #171b1e;
    color: #171b1e;
    font-size: 12px;
    cursor: pointer;
    transition: .3s;
    font-family: 'Unbounded Bold';
    margin: 35px 0 65px 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    border-radius:5px;
}
button.click-button bgbutton {
    width: 100%;
    height: 100%;
    background: #161a1e;
    position: absolute;
    left: 0;
    top: 0;
    }
button.click-button bgbutton {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
    z-index: -1000;
    }

button.click-button:hover bgbutton {
    transform: scaleY(1);
    transform-origin: bottom;
     }

button.click-button:hover {
    color: #fff;
    
    }
#planet-menu {
    width: 122px;
    background: #161a1e;
    padding: 25px 25px 10px 25px;
    position: absolute;
    right: 328px;
    top: 20px;
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: -1;
    box-shadow: 0 0 40px rgb(22 26 30 / 62%);
}
#planet-menu .link {
    margin: 0 0 10px 0;
    display:table;
}
#planet-link:hover #planet-menu {display: block;}
#constellationbg {
    position: fixed;
    top: 0px;
    right: -150px;
    z-index: -1;
    opacity: 0.15;
}
.aqr {
    transform: rotate(-50deg);
    right: -425px !important;
}
.lib {
    top: -145px !important;
    transform: rotate(25deg);
}
.gem {
    transform: rotate(-20deg);
    top:-10px !important;
}
.tau {
    top: -125px !important;
}
.aur {
    width: 600px;
}
.sco {
    transform: rotate(175deg);
}
#planetmag path.highcharts-grid-line {
    display: none;
}
#planetmag {
    width: 100%;
    height: 600px;
    background: #161a1e;
    padding: 78 0;
}
.vir {
    transform: rotate(60deg);
    top: 275px !important;
}
.sunonlinechart {
    width: 500px;
    height: 100px;
    display: inline-block;
}
.info-sunonline {
    width: 470px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 100px;
}
.sunonlinechart .highcharts-grid-line {
    display: none;
}
.info-text-dark {
    color: #161a1e;
    font-size: 15px;
    margin:0;
}
.info-sunonline #distance-solar {
    color: #161a1e;
}
.sun-photo-img {
    display: block;
    width: 360px;
    height: 360px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 40px #eaebf5;
    cursor: pointer;
    background-size: cover !important;
}
.sun-photo-img-title {
    height: 10px;
    width: 310px;
    display: block;
    background: #1e2328;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 40px #1e23289e;
    color: #f1d08b;
    font-family: 'Unbounded Regular';
    font-size: 12px;
    position: relative;
    padding: 25px;
}
.sun-photo-img-info {
    height: 40px;
    width: 310px;
    display: block;
    background: #1e2328;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 40px #1e23289e;
    color: #cfd8dc;
    font-family: 'Golos Medium';
    font-size: 15px;
    padding: 15px 25px;
}
.sun-photo {
    margin: 100px 0;
}
.sun-photo-carousel {
    width: 1150px;
}
wave {
    margin: 0 25px 0 0;
    color: #5c5f62;
}
#aurora-map {
    width: 100%;
    height: 85vh;
    background: #1e2328;
}
#aurora-map .ol-viewport {
    filter:none;
}
#aurora-map .maplayer {
    filter: invert(1) grayscale(1);
    opacity:0.7;
}
.aurora-big {
    width: 120%;
    height: 80vh;
    margin: -60px -10%;
    overflow: hidden;
}
.auroralayer {
    filter: hue-rotate(20deg);
}
.bar {
    margin: 5px 15px 6px -45px;
    width: 550px;
    display: inline-block;
    background: linear-gradient(90deg, #1e2328, #7fc182, #f1d292, #a53f3f);
    height: 10px;
}
.aurora-info {
    padding: 20px 0;
    width:1150px;
}
#locaurora {
    width: 15px;
    height: 15px;
    display: block;
    background: #ebcb88;
    border-radius: 100%;
    border: 5px solid #2d2e31;
    margin: -12.5px;
}
#planetelyear .highcharts-area {
    fill: #1e2328;
}
#sunelyear .highcharts-area {
    fill: #1e2328;
}
#sunelyear path.highcharts-graph {
    display:none;
}
#sunelyear {
    height: 300px;
    min-height: 300px;
    margin: -10px 0 0;
}

#sunelyear .highcharts-plot-line-label {
    display: block;
}
.oph {
    transform: rotate(-20deg);
    top: 105px !important;
}
.sunonlinedatachart path {
    fill: #ebcb88 !important;
}
.sunonlinedatachart, .sunonlinedatachartnight {
    opacity: 1 !important;
}
.preset-container {
    width:100%;
    height:525px;
    min-height:525px;
    background:#161a1e;
}
.preset-img {
    width: 245px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 40px #0000009e;
    transition: .3s;
}
.preset-block {
    margin: 60px 0 0;
    transition: .3s;
    width: 245px;
    height: 347px;
}
.preset-block:hover .preset-img {
    transition: .3s;
    transform: translateY(-10px);
}
.info-text-gold {
    padding: 19px 0;
    color: #f1d08b;
    font-family: 'Golos Regular';
    font-size: 15px;
}
i.fa-solid.fa-circle-info {
    margin: 0 10px 0 1px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.starmap-bg-preset {
    position: absolute;
    filter: invert(1);
    opacity: 0.05;
    margin: -90px;
}
.starmap-bg-top {
    position: absolute;
    top: 0px;
    right: -200px;
    opacity: 0.2;
}
.starmap-location-container input#inp {
    border-bottom: 2px solid #1e2328;
    left: 0;
    padding: 0px 0 0px 20 !important;
    background: #f6f7f9;
    width: 100%;
    transition:.3s;
}
.starmap-location-big-container {
    width: 100%;
    
}
.starmap-location-container {
    width: 100%;
    height:140px;
    
}
.preset-carousel {
    display: none;
}

.starmap-location-big-container .subh2 span, .person-big-container .subh2 span {
    display: inline-block;
    width: 569px;
    vertical-align: text-top;
}
.starmap-location-container .sug-flag {
    top: 8px;
}
.starmap-location-container #result {
   max-height: 310px;
   background: #f6f7f9;
   width: 100%;
   left:0;
   z-index:4;
}
#location-confirm {
    margin: 85px 0;
    display:none;
    z-index:3;
}
input#inp:disabled {
    background: #f6f7f9;
    color: #757581;
    border: none;
    border-radius: 5px;
}
.datepicker {
    font-family: 'Golos Medium'!important;
    font-size: 15px!important;
    color: #161a1e;
    width:276px;
}
datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff!important;
    background: #161a1e!important;
    font-family: 'Golos Medium'!important;
}
.datepicker--cell.-current-.-focus- {
    background: no-repeat!important;
    color: #fff!important;
    font-family: 'Golos Medium' !important;
    border: none!important;
    background: #161a1e!important;
}
.datepicker--cell.-current- {
    font-family: 'Golos Medium'!important;
    border: none!important;
    background: none!important;
}
.datepicker--cell-day.-focus- {
    background: #161a1e!important;
    color:#fff!important;
}
.datepicker--cell.-focus- {
    background: #161a1e!important;
    color:#fff!important;
}
.datepicker--day-name {
    color: #070f18!important;
}
nav.datepicker--nav {
    font-family: 'Unbounded Regular'!important;
    font-size: 12px!important;
    background: #1e2328!important;
    color: #fff!important;
    box-shadow: 0 0 40px #1e23289e;
    border-radius: 5px 5px 0 0;
}
.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #1e2328!important;
}
.datepicker--nav-title i {
    font-style: normal!important;
    color: #fff!important;
    margin-left: 5px!important;
}
.datepicker--nav-action svg {
    width: 32px!important;
    height: 32px!important;
    filter: brightness(5)!important;
}
.datepicker-inline .datepicker {
    border-color: transparent!important;
    border-radius: 5px!important;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #f1d08b!important;
    background: none!important;
}
.datepicker-here {
    width: 276px;
    height: 300px;
}
.datepicker--cell {
    border-radius: 5px!important;
    border: 1px solid transparent !important;
    height: 34px!important;
}
.datepicker--buttons, .datepicker--time {
    border-top: none;
    padding: 0px 2px;
}
.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 15px;
    font-family: 'Golos Medium';
    position: relative;
    z-index: 1;
    color: #161a1e;
}
.datepicker--time-row {
  
    background: linear-gradient(to right, #cfd8dc, #cfd8dc) left 50% / 100% 1px no-repeat;
}
.datepicker--content {
    background: linear-gradient(180deg, #f6f7f9, transparent);
    min-height: 230px;
}
.datepicker--time {
    border-top: none;
    padding: 0px 0px 0 13px;
}
.datepicker--time-row {
    margin: 0 0 0 10px;
    height: 20px;
}
.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    background: none!important;
    color: #161a1e!important;
}
.person-lang {
    margin: 60px 0 30px;
}
button.starmap-lang {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-family: 'Unbounded Regular';
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 5px 0px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border: 1px solid #cfd8dc;
    color: #cfd8dc;
}
button.starmap-lang bgbutton {
    background: #cfd8dc;
}
button.click-button.starmap-lang.select {
    background: #1e2328;
    font-family: 'Unbounded Bold';
    border-color: #1e2328;
    color: #fff;
}
.pesron-container {
    width: 300px;
}
.person-menu {
    width: 300px;
}
.person-setting .switch-material.switch-light {
    top:0;
    display: block;
    margin: 15px 0 30px;
}
.person-setting .switch-material.switch-light > span {
    background: #1e2328 !important;
}
.person-setting .switch-material.switch-light input:checked ~ span a {
    box-shadow: 0 0 10px #f1d292;
}
label.switch-light.switch-material.disabled {
    opacity: 0.2;
    cursor:default !important;
}
textarea.person-text-input {
    resize: none;
    font-family: 'Golos Regular';
    font-size: 15px;
    padding: 20px 25px;
    width: 300px;
    border: 1px solid #cfd8dc;
    height: 145px;
    margin: 0 0 25px;
    background: #1e2328;
    border-radius: 5px;
    color: #f1d08b;
    line-height: 20px;
    
}
textarea.person-location-input {
    resize: none;
    font-family: 'Golos Regular';
    font-size: 15px;
    padding: 20px 25px;
    width: 300px;
    border: 1px solid #cfd8dc;
    height: 82px;
    margin: 0;
    background: #1e2328;
    border-radius: 5px;
    color: #f1d08b;
    line-height: 20px;
    
}
.stramap-overflow {
    width: 100%;
    height: 1420px;
    position: absolute;
    background: linear-gradient(0deg, #ffffff, hsl(0deg 0% 100% / 90%));
    z-index: 3;
}
.starmap-preset-contaier {
    width:700px;
    height:990px;
    background: transparent;
    background-size: cover;
    border-radius:5px;
}
.starmap-big-container {
    display: inline-block;
    vertical-align: top;
    height:990px;
}
.person-container {
    width: 385px;
    display: inline-block;
}
.starmap-preset-contaier-overflow {
    width: 700px;
    height: 990px;
    position: absolute;
    z-index: 6;
    box-shadow: inset 100px 100px 250px #ffffff2e, -0px -40px 60px #efefef;
    border-radius:5px;
}
#starmap {
    position: absolute;
    z-index: 1;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    top: -890px;
    left: 100px;
    font-family: 'Montserrat Regular';
    overflow:hidden;
}
#starmap-title {
    font-family: Montserrat Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    white-space: break-spaces;
    max-width: 570px;
    line-height: 20px;
    height: 115px;
    max-height: 115px;
    display: table-cell;
    width: 570px;
    vertical-align: middle;
}
.starmap-title-block {
    position: relative;
    top: -785px;
    text-align: center;
    padding: 0px 65px;
    max-width: 570px;
    height: 115px;
    max-height: 115px;
    overflow: hidden;
    width: 570px;
}

#starmap-location-city-gold {
    font-family: Montserrat Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #ddbe5f;
    position: relative;
    top: -730px;
    text-align: center;
    padding: 0px 80px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    white-space: nowrap;
    max-width: 540px;
    line-height: 23px;
    height: 23px;
    max-height: 25px;
    overflow: hidden;
    display: block;
    width: 540px;
}
#starmap-location-gold {
    font-family: Montserrat Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: -730px;
    text-align: center;
    padding: 0px 80px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    white-space: break-spaces;
    max-width: 540px;
    line-height: 23px;
}
#starmap-date-gold {
    font-family: Montserrat Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: -730px;
    text-align: center;
    padding: 0px 80px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    white-space: break-spaces;
    max-width: 540px;
    line-height: 23px;
}

#starmap-location {
    font-family: Phenomena Regular;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 0px 80px;
    word-wrap: break-word;
    white-space: nowrap;
    max-width: 540px;
    top: -805px;
}

#starmap-date {
    font-family: Phenomena Regular;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 0px 80px;
    word-wrap: break-word;
    white-space: break-spaces;
    max-width: 540px;
    top: -805px;
}
.starmap-bg-middle {
    position: absolute;
    top: 2190px;
    left: -270px;
    opacity:.1;
    z-index:-1;
}
.model-container-big {
    width: 100%;
    height: 1338px;
    background: radial-gradient(#1e2328, #161a1e);
}
.model-list {
    width: 1120px;
    padding: 60px 0 0;
}
.model-ref {
    background: #1e2328;
    padding: 6px 10px 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 15px 8px 0;
    position: relative;
    display: inline-block;
    width: 73px;
    text-align: center;
    font-family: 'Unbounded Regular';
    font-size: 12px;
    color: #f1d08b;
}
.model-ref:hover {
    background: #f1d08b;
    color: #1e2328;
}
#planetoverflow {
    position: absolute;
    margin: 73px 221px;
    width: 657px;
    opacity: 0.6;
}
.fa-solid.fa-spinner.fa-spin-pulse {
    color: #5c5f62;
    font-size: 50px;
    position: absolute;
    margin: 375px 525px;
    z-index: 0;
}
#model {
    position: relative;
}
#goplanet {
    font-size: 50px;
    position: absolute;
    margin: 375px 0;
    color: #f1d08b;
    display:none;
    cursor:pointer;
    z-index:1;
    transition:.3s;
}
#stopplanet {
    font-size: 50px;
    position: absolute;
    margin: 375px 0;
    color: #5c5f62;
    cursor:pointer;
    z-index:1;
    transition:.3s;
}
#cloudon{
    font-size: 40px;
    position: absolute;
    margin: 380px 0 0 1050px;
    color: #f1d08b;
    cursor: pointer;
    z-index: 1;
    display:none;
    transition:.3s;
}
#water {
    font-size: 40px;
    position: absolute;
    margin: 380px 0 0 1050px;
    color: #5c5f62;
    cursor: pointer;
    z-index: 1;
    display:none;
    transition:.3s;
}
#topo {
    font-size: 40px;
    position: absolute;
    margin: 380px 0 0 1050px;
    color: #5c5f62;
    cursor: pointer;
    z-index: 1;
    transition:.3s;
    display:none;
}
.model-ref.select {
    background: #f1d08b;
    color: #1e2328;
}
#cloudon:hover,#water:hover,#stopplanet:hover,#goplanet:hover, #topo:hover {
    opacity: 0.5;
    transition:.3s;
}
.model-container-big h2 {
    font-family: 'Unbounded Bold';
    color: #ffffff;
    margin: 0 0 60 0;
    font-size: 40px;
    min-height: 48px;
}
.model-container-big .subh2 {
    font-size: 15px;
    margin: -50px 0 0px 0;
    width: 600px;
    color: #5c5f62;
    min-height: 72px;
}
.model-ref.space {
    opacity: 0;
    cursor: default;
}
.planetmodel-info-container {
    min-height: 130px;
    margin:60px 0 0;
}
#save-starmap {
    position: absolute;
    margin: 1015px 0 0 1px;
    width: 700px;
}
.save-starmap-info {
    width: 700px;
    display: block;
    margin: 1080px 0 0;
    position: absolute;
    font-size: 15px;
}
.person-big-container {
    min-height: 1280px;
}
.order-link {
    color: #7fa9f0;
    border-bottom: 1px solid #7fa9f0;
    display: inline-block;
}
.order-big-container {
    margin: -5px 0;
    min-height: 1080px;
    background: #161a1e;
    position:relative;
    z-index:3;
    
}
.order-container {
    width: 100vw;
    height: 1080px;
    background-size: cover !important;
    background-position: center center !important;
}
.pay-button {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Unbounded Regular';
    background: linear-gradient(163deg, #4ccba1, #39c3d1);
    border-radius: 60px;
    transition: .3s;
    width: 450px;
    text-align: center;
    padding: 20px 0 20px 0;
    box-shadow: 0px 5px 50px #b7bdba;
    border: none;
}
.pay-block {
    position: relative;
    padding: 245px 0 0 0;
}
.pay-info {
    width: 300px;
    margin: 30px 80px 0;
    font-size: 12px;
    font-family: 'Unbounded Regular';
    line-height: 18px;
    color: #5c5f62;
}
price {
    color: #ffffff;
    font-size: 20px;
    padding: 5px 0 0 0;
    display: block;
}
.starmap-header {
    background: #161a1e;
    padding: 60px 0 90px;
    position: relative;
    z-index: 2;
}
.starmap-header h1 {
    margin: 0 0 10px;
    color: #dfd6ae;
}
.starmap-header .subh1 {
    color: #5c5f62;
}
id {
    color:#fff;
}
.starmap-order-bg-top {
    position: absolute;
    top: 15px;
    opacity: 0.2;
    filter: invert(1);
    z-index: 3;
    width: 595px;
    right: 0;
}
.starmap-info-cell {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
infoline {
    display: list-item;
    font-size: 15px;
    font-family: 'Golos Medium';
    margin: 0 0 5px 15px;
    list-style: square;
}
.starmap-order-bg-middle {
    position: absolute;
    left: -150px;
    opacity: 0.2;
    width: 600px;
    transform: rotate(45deg);
}
.starmap-info-big-container {
    margin: 0 0 100px 0;
}
.pay-button:hover {
    background: linear-gradient(163deg, #10e3c8, #7fa9f0);
    transform: translateY(-3px);
}
.starmap-info-draw-big-block {
    width: 100%;
    height: 500px;
    display: block;
    background: #161a1e;
    padding:100px 0;
}
.starmap-info-draw-block {
    width: 100%;
    height: 500px;
    filter: drop-shadow(0px 0px 80px #dfd6ae22);
    background-size: contain !important;
    background-position: center center;
}
.fa-solid.fa-map-location-dot {
    font-size: 20px;
    color: #efefefad;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    margin: 3px 0 0px 3px;
    background: #efefef40;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    transition: .3s;
}
.gotop {
    width: 105px;
    background: #efefef40;
    display: inline-block;
    height: 40px;
    margin: 0px 0 0 9px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-family: 'Golos Medium';
    font-size: 15px;
    position: relative;
    top: -1px;
    cursor: pointer;
    color: #efefefad;
    transition: .3s;
}
.gotop:hover, .fa-solid.fa-map-location-dot:hover {
    background: #efefef80;
    transition: .3s;
}
#overlay {
    width: 15px;
    height: 15px;
    display: block;
    background: #ebcb88;
    border-radius: 100%;
    border: 5px solid #2d2e31;
    margin: -12.5px;
}
.moon-img {
    width: 540px;
}
#distearthchart {
    width:1100px !important;
}
.sidebar {
    display: inline-block;
    width: 300px;
    height: 500px;
    margin: 65px 0px 0 195px;
    vertical-align: top;
    background: #efefef;
}
.post-big-container {
    display: inline-block;
    width: 600px;
}
.newsblock {
    overflow: auto;
    display: block;
}
.content-news {
    font-family: 'Golos Regular';
    font-size: 16px;
    line-height: 26px;
    margin: 60px 0 0 0;
}
.content-news img {
    width: 720px;
    margin: 15px -10% 0 -10%;
}
figure {
    margin: 0;
    padding: 0;
}
figcaption {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 10px;
    width: 500px;
}
.newsblock h1 {
    font-family: 'Unbounded Bold';
    width: 100%;
}
.content-news a {
    color: #9f9358;
    background-image: linear-gradient(#9f9358 0 0);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.2s, background-position 0s 0.2s;
    
    display:inline;
}

.content-news a:hover {
    background-position: 100% 100%;
    background-size: 100% 1px;
    
}

.subh1-container {
    background: #fafafa;
    padding: 20px 0;
}
.psgal {
    border-bottom: 1px solid #efefef;
    margin: 0 0 30px 0;
}
.arve-wrapper iframe {
    width: 120%;
    margin: 15px -10% 0 -10%;
    height: calc(720px* 9 / 16);
    background: #161a1e;
}
.arve-embed-container {
    padding: 0 !important;
}
.arve-wrapper {
    margin: 0 0 30px 0;
}
i.fa-regular.fa-clock {
    margin: 0px 5px;
    font-size: 15px;
}
.post-date {
    display: inline-block;
    width: 290px;
    text-align: right;
    vertical-align: top;
    font-size: 16px;
    color: #151b1f;
    font-family: 'Golos Regular';
}
.post-description {
    display: inline-block;
    width: 800px;
    color: #151b1f;
    font-family: 'Golos Regular';
}
.newsplanet {
    background: #f6f7fd;
    padding: 60px 0;
    margin:60px 0;
}
h5 {
    font-family: 'Unbounded Bold';
    color: #161a1e;
    margin: 40px 0 0 0;
    font-size: 25px;
}
.mlabel {
    font-family: 'Unbounded Bold';
    color: #161a1e;
    margin: 40px 0 30px 0;
    font-size: 25px;
}
#neos-ph-count {
    color: #f1d08b;
}
#neos-moon-count {
    color: #d46161;
}
.ca_line.past {
    width: 100%;
    height: 45px;
    background: #fafafa;
    padding: 20px 0px 0 20px;
    margin: 0 0 15px;
    border-radius: 5px;
}
.ca_line.now {
    width: 100%;
    height: 45px;
    background:#7fc18244;
    padding: 20px 0px 0 20px;
    margin: 0 0 15px;
    border-radius: 5px;
}
.ca_line.ph {
    width: 100%;
    height: 45px;
    background: #a53f3f44;
    padding: 20px 0px 0 20px;
    margin: 0 0 15px;
    border-radius: 5px;
}
.ca_line {
    width: 100%;
    height: 45px;
    background: #f1d08b44;
    padding: 20px 0px 0 20px;
    margin: 0 0 15px;
    border-radius: 5px;
}

.ca_date {
    width: 200px;
    display: inline-block;
}
.ca_dist {
    display: inline-block;
    text-align: right;
    width: 500px;
}
.obj_pass {
    margin: 30px -10% 0 -10%;
    width: 120%;
}
#cad-menu {
    width: 122px;
    background: #161a1e;
    padding: 25px 25px 10px 25px;
    position: absolute;
    right: 102px;
    top: 20px;
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: -1;
    box-shadow: 0 0 40px rgb(22 26 30 / 62%);
}
#cad-menu .link {
    margin: 0 0 10px 0;
    display:table;
}
#cad-link:hover #cad-menu {display: block;}
sup {
    line-height: 16px;
}
.middle-sun-photo:hover {
    transform: translateY(-3px);
    transition: .3s;
}
.middle-sun-photo {
    transition: .3s;
}

.comet-line > i {
    display: inline-block;
    font-size: 15px;
    margin: 13px 0 10 20;
    font-family: 'Golos Medium';
    color: #161a1e;
}

.comet-time {
    width: 170px;
}
.comet-distance {
    width: 160px;
    text-align: left;
}
.comet-peri {
    text-align: left;
    width: 130px;
}

.comet-line.past {
    opacity:0.5;
}

.comet-line {
    width: 45%;
    height: 95px;
    margin: 0 30px 30px 0;
    display: inline-block;
    border-radius: 5px;
    color: #89939d;
    background: #fafafa;
    border-left: 10px solid #cfd8dc;
    transition: .3s;
}

.comet-line:hover {
    transform: translateY(-3px);
    transition: .3s;
}

#comet {
    width: 1188px;
    min-height:550px
}

.comet-name {
    font-family: 'Unbounded Bold'!important;
    margin: 20 0 0 20;
    display: block!important;
    width: 100%;
    font-size: 18px!important;
    position: relative;
    top: 8px;
}
i.fa-regular.fa-calendar-days {
    position: relative;
    top: -1px;
    font-size: 13px;
}

.comet-line.mid {
    border-left:10px solid #f1d08b
}

.comet-line.bright {
    border-left:10px solid #a53f3f
}
#orbit-viewer-main {
    width: 720px;
    height: 720px;
    background: #161a1e;
    position: relative;
    margin: 0 0 60px 0;
    background-size: cover !important;
    background-position: center center !important;
    overflow:hidden
}
.cens {
    width:40px;
}
.save_orbit {
    cursor: pointer;
    position: absolute;
    margin: 20px 0px 0 -35px;
    color: #f1d08b;
    font-size: 20px;
    z-index:9;
}
.save_mag {
    cursor: pointer;
    position: absolute;
    margin: 20px 0px 0 -35px;
    color: #a53f3f;
    font-size: 20px;
    z-index:9;
}
#obj_magnitude {
    width: 700px;
    height: 700px;
    margin: 30px -10% 0 -10%;
    background: #fafafa;
    padding: 20px;
}
#obj_magnitude .highcharts-yaxis-labels text {
    font-family: 'Golos Medium';
    font-size: 12px !important;
    color: #151b1f !important;
    fill: #151b1f !important;
}
.cobs_mag {
    float: right;
    margin: -20px 0px 0 0;
    font-size: 15px;
    background: #cfd8dc;
    color: #fff;
    padding: 2px 5px 5px;
    border-radius: 0 0px 0 5px;
    font-family: 'Golos Regular';
    width: 40px;
    text-align: center;
}
.cobs_mag_peri {
    float: right;
    margin: -20px 20px 0 0;
    font-size: 15px;
    background: #f1d08b;
    color: #fff;
    padding: 2px 5px 5px;
    border-radius: 0 5px 0 0px;
    font-family: 'Golos Regular';
    width: 40px;
    text-align: center;
}

.cobs_mag_title {
    float: right;
    font-size: 15px;
    background: #cfd8dc;
    color: #fff;
    padding: 6px 5px 7px;
    border-radius: 0 0px 0 5px;
    font-family: 'Golos Regular';
    width: 150px;
    text-align: center;
    
}
.cobs_mag_peri_title {
    float: right;
    font-size: 15px;
    background: #f1d08b;
    color: #fff;
    padding: 6px 5px 7px;
    border-radius: 0 5px 0 0px;
    font-family: 'Golos Regular';
    width: 150px;
    text-align: center;
}
.ca_planet_comet {
    width: 175px;
    display: inline-block;
    margin: 0 0 0 50px;
}
.ca_dist_comet {
    display: inline-block;
    text-align: right;
    width: 270px;
}
it {
    font-style: italic;
    color: #a53f3f;
}
#obj_magnitude g.highcharts-axis.highcharts-yaxis {
    display: none;
}
#orbitchart {
    width:720;
    height:720;
    cursor: move;
    margin:30px -10% 0 -10%;
    background: #161a1e;
}
cr {
    display: block;
    margin: 10px 0 0;
    color:#89939d;
}
#comets-main {
    width: 1166px;
}

#comets-main .comet-time {
    width: 160px;
}
.planet_page_model {
  
    margin: 0 0 0 -115px;
    cursor:pointer;
}
.planet-orbit-container #loader {
    margin: 415px;
}
img {
  user-select: none;         
  -webkit-user-drag: none;  
  -khtml-user-drag: none;    
  -moz-user-select: none;
  -ms-user-select: none;
}
mag_comet {
    font-size: 20px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}
el_comet_east {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #f1d08b;
}
el_comet_west {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #7fa9f0;
}
sub {
    line-height: 1;
}
.nea-table {
    width: 1165px;
}
.comet-table {
    width: 1165px;
}
#neos-now {
    margin: 0px 0px 10px 0px
}
#compas-title {
    width: 500px;
    text-align: center;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: break-spaces;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    max-height: 80px;
    font-size:15px;
    line-height: 1.35em;
}
.compas-title-block {
    position: absolute;
    top: 65px;
    width: 500px;
    height: 80px;
    left: 100px;
    overflow: hidden;
}
.compas-location-block {
    width: 500px;
    height: 50px;
    position: absolute;
    top: 875px;
    left: 100px;
    text-align: center;
}
#compas-location {
    font-size: 9.5;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    line-height:20px;
}
#compas-date {
    font-size: 9.5;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
}
#redheart {
    position: absolute;
    top: 830px;
    left: 340px;
    display:none;
}
#whiteheart {
    position: absolute;
    top: 830px;
    left: 340px;
    display:none;
}
#retroheart {
    position: absolute;
    top: 830px;
    left: 340px;
    display:none;
}
#retroheartblue {
    position: absolute;
    top: 830px;
    left: 340px;
}
.switch-light span {
    float: right;
    position: relative !important;
}
.switch-light span {
    top: -2px !important;
}
i.fa-solid.fa-heart {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.sky-preview {
    min-width: 1920px;
    right: calc((100% - 1920px) / 2);
    position: absolute;
    width: 100%;
}
.preview-container {
    display: block;
    width: 100%;
    height: 1080px;
}
.order-bg-middle {
    position: absolute;
    left: -50px;
    width: 600px;
    opacity: 0.2;
    transform: rotate(-45deg);
}
smid {
    display: inline-block;
    color: #dfd7a9;
    transition: .3s;
}
.order-bg-top {
    position: absolute;
    right: -50px;
    width: 600px;
    opacity: 0.2;
    top: -30px;
    z-index: -1;
    transform: rotate(45deg);
}
.spice-container {
    padding: 100px 0;
}
.spice-info {
    color: #cfd8dc;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Golos Regular';
}
.accordion-container {
    max-width: 100%;
    margin: 0 auto;
    }

.accordion-item {
    box-shadow: 0 0 40px #eaebf5;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin: 0 0 25px;
}

input[type="radio"] {
    display: none;
}

.accordion-label {
    display: block;
    color: #cfd8dc;
    cursor: pointer;
    font-family: 'Unbounded Regular';
    font-size: 12px;
    position: relative;
    background: #1e2328;
    padding: 23px 20px 23px;
}

.accordion-label:hover {
    background: linear-gradient(45deg, #202329, #2c323f);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: white;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    padding: 0 18px;
    line-height:26px;
    font-family: 'Golos Regular';
}

input[type="radio"]:checked + .accordion-label + .accordion-content {
    
    opacity: 1;
    padding: 25px 18px 25px;
    display: table;
    width: 1065px;
   
}
.starmap-info-cell .subh2 {
    font-size: 15px;
    margin: 0px 0 20px 0;
    width: 600px;
    color: #1d2630;
}
.starmap-title .subh1 {
    margin: 60px 0;
    font-family: 'Golos Regular';
    color:#ffffff;
}
h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Unbounded Bold';
    margin: 0 0 20px;
}
.subh2-starmap {
    font-size: 15px;
    margin: -50 0 60 0;
    width: 600px;
    color: #1d2630;
    display:flex;
}
.subh2-starmap span {
    position: relative;
    top: 4px;
}
.cell {
    display: block;
    position: absolute;
    z-index: 1;
    width: 400px;
    font-size: 12px;
}
a#pay {
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Golos Regular';
    background: linear-gradient(163deg, #4ccba1, #39c3d1);
    border-radius: 100px;
    width: 400px;
    text-align: center;
    padding: 17px 0 0 0;
    box-shadow: 0px 5px 50px #0bfaff2b;
    height: 56px;
    display: inline-block;
    position: relative;
    border: 1px solid #04eceeb0;
}
.cell {
    display: block;
    position: absolute;
    z-index: 1;
    width: 402px;
    font-size: 12px;
    margin: 230px 0px;
    backdrop-filter: blur(5px);
    border-radius: 36px 36px 5px 5px;
    overflow: hidden;
    background: #ffffff82;
}
.cell-download {
    display: block;
    position: absolute;
    z-index: 1;
    width: 402px;
    margin: 230px 0px;
}
.inform {
    font-size: 14px;
    width: 340px;
    margin: 30px;
    font-family: 'Golos Regular';
}
#pay:hover {
    background: linear-gradient(163deg, #10e3c8, #7fa9f0);
}
.order-bg-top-right {
    position: absolute;
    right: -50px;
    width: 600px;
    opacity: 0.2;
    top: -40px;
    z-index: -1;
    transform: rotate(-26deg);
}
.starmap-link {
    color: #957f52;
    text-decoration: underline !important;
    display: inline;
}
.starmap-download {
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Golos Regular';
    background: linear-gradient(163deg, #4ccba1, #39c3d1);
    border-radius: 100px;
    text-align: center;
    padding: 17px 0 0 0;
    box-shadow: 0px 5px 50px #0bfaff2b;
    display: inline-block;
    position: relative;
    border: 1px solid #04eceeb0;
    display: inline-block;
    width: 180px !important;
    margin: 0 17px 20px 0px;
    height: 38px !important;
    transition: .5s;
}
.starmap-download:hover {
    background: linear-gradient(163deg, #10e3c8, #7fa9f0);
}
.info-button {
    width: 381px !important;
}
.starmap-download.yes {
    background: linear-gradient(163deg, #63c7ca, #aa8fbc);
    border: 1px solid #04beeea6;
    box-shadow: inset 0 0 10px #6b9491f0;
}
.starmap-download.disabled {
    background: linear-gradient(163deg, #90aed78c, #75838a78);
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff85;
    box-shadow: inset 0 0 10px #6b9491f0;
    cursor: progress;
}
.classic-title-block {
    position: absolute;
    top: 675px;
    width: 500px;
    height: 125px;
    left: 100px;
    overflow: hidden;
    
}
#classic-title {
    width: 500px;
    text-align: center;
    font-family: 'Phenomena Regular';
    word-wrap: break-word;
    white-space: break-spaces;
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1.2em;
    height: 120px;
}
.classic-location-block {
    width: 500px;
    height: 50px;
    position: absolute;
    top: 890px;
    left: 100px;
    line-height: 1.2em;
    text-align:center;
}
#classic-date {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Phenomena Regular';
}
#classic-location {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Phenomena Regular';
}
.owl-item:has(.preset-block.min) {
    width: 100px !important;
}
.story-title-block {
    position: absolute;
    top: 690px;
    width: 500px;
    height: 80px;
    left: 100px;
    overflow: hidden;
}
#story-title {
    font-family: 'Montserrat Regular';
    font-size: 13.5px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-transform: uppercase;
    max-height: 80px;
    height: 80px;
    word-wrap: break-word;
    white-space: break-spaces;
    display: table-cell;
    width: 570px;
    vertical-align: middle;
    text-align: center;
}
.story-location-block {
    width: 500px;
    position: absolute;
    top: 860px;
    left: 100px;
    line-height: 1.2em;
    text-align: center;
}
#story-date {
    font-family: 'Montserrat Regular';
    font-size: 13.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    width: 500px;
    line-height: 1.2em;
}
#story-location {
    font-family: 'Montserrat Regular';
    font-size: 13.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    width: 500px;
    line-height: 1.2em;
}
#story-latlng {
    font-family: 'Montserrat Regular';
    font-size: 13.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    width: 500px;
    line-height: 1.2em;
}
.gallery {
    border-bottom: 1px dashed #89939d;
    margin: 0 0 30px;
}
figure a {
    background-size: 0% !important;
}
button.click-button.nav {
    min-width: 60px;
    max-width: 60px;
    height: 45px;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius:5px;
}
span.page-numbers {
    margin: 0 30px 0 20px;
}
span.page-numbers.current {
    position: relative;
    border: 2px solid #171b1e;
    color: #171b1e;
    font-size: 12px;
    cursor: pointer;
    transition: .3s;
    font-family: 'Unbounded Bold';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    min-width: 56px !important;
    padding: 7.5px 0 !important;
    max-width: 60px;
    margin: 0 10px 0 0;
    text-align: center;
    display: inline-block;
    top: -0.5px;
    background: #f1d08b;
    border-radius:5px;
}
a.page-numbers {
    background-size: 0% !important;
}
.pagintation-container {
    margin: 0 0 60px;
    width: 620px;
}
.news-item {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 60px 0;
    box-shadow: 0 0 40px #eaebf5;
    transition: .3s;
}
.news-img {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
}
.new-date {
    font-family: 'Golos Regular';
    font-size: 16px;
    display: block;
    margin: 25px 25px 25px 20px;
}
.news-title {
    font-family: 'Unbounded Bold';
    font-size: 18px;
    margin: 25px;
    display: block;
    color: #1d2630;
}
.news-description {
    font-size: 16px;
    font-family: 'Golos Regular';
    margin: 25px;
}
.news-categories {
    margin: 25px;
}
.news-cat {
    padding: 6px 10px 5px;
    border-radius: 5px;
    margin: 0 15px 8px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Unbounded Regular';
    font-size: 12px;
    background: #f1d08b;
    color: #1e2328;
}
#watercolour-title {
    width: 500px;
    text-align: center;
    word-wrap: break-word;
    white-space: break-spaces;
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1.2em;
    height: 120px;
    font-family: 'Kyiv';
}
.watercolour-title-block {
    position: absolute;
    top: 675px;
    width: 500px;
    height: 125px;
    left: 100px;
    overflow: hidden;
}
.watercolour-location-block {
    width: 500px;
    height: 50px;
    position: absolute;
    top: 875px;
    left: 100px;
    text-align: center;
}
#watercolour-location {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Kyiv';
    line-height: 2em;
}
#watercolour-date {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Kyiv';
}