body,html {
    padding:0;
    margin:0;
    min-width:1200px;
    font-family:Montserrat;
    min-height:101vh;
    overflow-x:hidden;
}
body {
    overflow-x:hidden;
}
b {
    font-weight: 600;
}
p {
    margin: 0;
    padding: 0 0 15px;
    line-height: 23px;
}
textarea, input, label, span, button checkbox, a{
outline: none !important;
}
i,a {
    font-style: normal;
    text-decoration:none;
}
.social-bar a {
    color: #fff;
}
hr {
    line-height: 1px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff, #f6f7fd, #fff)
}
.subtitle {
    font-size: 16px;
    color: #202129;
    font-weight: 500;
    line-height: 23px;
    padding: 20px 20px;
    box-shadow: 0 0 40px #e0e1e6;
    border-radius: 5px;
    margin: 30px 0 60px -20px;
    position: relative;
    background: rgb(255 255 255 / 0.8);
}
.container {
    width:1100px;
    margin:0 auto;
}
.header {
    width:100%;
    background: linear-gradient(90deg, #022e42, #0c5579);
    display:block;
    height: 75px;
    overflow:hidden;
    position: relative;
    z-index: 1;
}
.top-logo {
    width:100px;
    display: inline-block;
    margin: 30px 0;
}
.social-bar {
    display: none!important;
    position: absolute;
    top: 27px;
    margin-left: 845px;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    min-width:124px;
}
.top-menu-link:hover {
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
}
.top-menu-link.bars:hover {
    border: none;
}
.top-menu a {
    color: #fff;
}
.social-bar .fab {
    margin: 0 10px;
    cursor: pointer;
}
.social-bar .zen {
    width: 19px;
    position: absolute;
    margin: 1px 0 0 10px;
    cursor: pointer;
}
.top-menu {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 30px;
    margin: 0 0 0 65px;
    font-weight: 500;
}
.top-menu-link {
    cursor: pointer;
    margin: 0 10px 0 10px;
    z-index: 999;
    position: relative;
    transition: .6s;
}
.main-link {
    position: relative;
    z-index: 9999;
}
.location-icon {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 15px;
    width: 17px;
}
.gray-block {
    /* background: #f6f7fd; */
    width: 100%;
    height: 60px;
    /* border-top: 1px solid #eaecf9; */
    vertical-align: middle;
    display: list-item;
    position:relative;
    box-shadow: 0 0 40px #eaebf5;
}
.info-container {
    display: inline-block;
    width: 110px;
}
.middle-menu {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0 0 60px;
    color: #432b4a;
}
.starmap-inspace, .yandex-market {
    color: #000000;
}
.sun-moon-container {
    display: table;
    width: 100px;
    margin: 0 0 0 0px;
    padding: 24px 10px 0 0px;
}
.moon-info {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -57px;
    color: #24272e;
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 0 -15px;
    text-shadow: 0 0 1px #f6f7fd, 0 0 1px #f6f7fd, 0 0 1px #f6f7fd;
}
.moon-info i.fa-long-arrow-alt-up {
    margin: 0 5px 0;
    font-size: 13px;
    position: relative;
    top: 0px;
    color: inherit;
    transform: none;
}
.label {
    font-weight: 400;
    font-size: 15px;
    color: #232741;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -15px;
    font-family: 'Courier Prime', monospace;
}
.sunrise-icon, .sunset-icon, .moonrise-icon, .moonset-icon {
    width: 45px;
    margin: 0 0 0 -10px;
    display: inline-block;
}
.moonset-icon, .sunset-icon {
    margin: 0 0 0 -9px;
}
.sunset-icon {
    position: relative;
    top: 5px;
}
.sunrise-container, .sunset-container, .moonrise-container, .moonset-container, .moonphase-container {
    width: 110px;
    height: 67px;
}
.moonphase-container {
    height: 110px;
    padding: 10px 0 5px 0;
}
.location-container {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 8px;
    text-align: right;
}
.ya-m {
    position: relative;
    width: 15px;
    top: 3px;
    margin: 0 25px 0 10px;
}
.location-label {
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}
.location-label:hover {
    color: #007bff;
    transition: .3s;
}
.location-button {
    cursor: pointer;
    color: #000000;
}

.leaflet-control-container {
    display: none;
}
.leaflet-bottom.leaflet-right {
    display: none;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #007bff;
    color: #fff;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}
.leaflet-popup-close-button {
    display:none;
}
.change-location-container {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
#map {
    width:100%;
    height:100%;
    border-radius:5px;
    box-shadow: 0 0 20px 10px #eaebf5;
    background:#ffffff;
    cursor: pointer;
    position:absolute!important;
    z-index:-1;
}
.leaflet-marker-icon {
    cursor: grabbing;
}
input#address {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 0 0 25px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #eaecf9;
    border-radius: 20px;
    overflow: hidden;
    font-family: Montserrat;
    margin: 60px 0 20px;
    transition: .3s;
    box-shadow: 0 0 40px #eaebf5;
}
input#address:focus {
    transition: .3s;
    box-shadow: 0 0 40px #eaebf5;
    
}
.fas.fa-search-location {
    color: #007bff;
    font-size: 20px;
    position: relative;
    top: 44px;
    background: #f6f7fd;
    padding: 12px 11px 11px 13px;
    left: 1px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #eaecf9;
    display:none;
}
.p-post-container {
    width: 450px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}
.post-img {
    width: 450px;
    height: 200px;
    background-size: cover !important;
    transition: .3s;
    background-position: center center !important;
}
.post-title p {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 500;
    color: #232741;
    text-align: left;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
.p-post-cell.block_big {
    display: inline-block;
    margin: 0 0px 0 25px;
    box-shadow: 0 0 40px #eaebf5;
    transition: .3s;
    border-radius: 20px;
}
.p-post-cell.block_big:hover {
    transform: translateY(-3px);
    transition: .3s;
}
.post-img-middle {
    width: 360px;
    height: 160px;
    background-size: cover !important;
    background-position: center center !important;
    transition: .3s;
}
.post-img:hover, .post-img-middle:hover {
    filter: brightness(1.2);
    transition: .3s;
}
.post-title-middle p {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 500;
    color: #232741;
    text-align: left;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
.p-post-cell.block_middle {
    display: inline-block;
    margin: 0 0px 0 0px;
    box-shadow: 0 0 40px #eaebf5;
    border-radius: 20px;
    transition: .3s;
}
.p-post-cell.block_middle:hover {
    transform: translateY(-5px);
    transition: .3s;
}
.p-post-table {
    width: 1000px;
    display: table;
    margin: 45px 0 0 150px;
}
.p-post-table-carousel {
    width: 1120px;
    position: relative;
}
.news-container-middle {
    width: 100%;
    margin: 0 0 60px 0;
}
.news-container-top {
    margin: 0 0 25px;
    position: relative;
}
.item {
    width: 370px;
    height:270px;
}
.p-post-container-middle {
    border-radius: 20px;
    overflow: hidden;
    width: 353px;
    background-size: cover !important;
    background-position: 160px -240px !important;
    background-repeat: no-repeat !important;
}

.owl-nav {
    text-align: center;
    z-index: 9;
    position: relative;
}
.owl-prev, .owl-next {
    font-size: 75px !important;
    margin: 0 30px;
    font-weight: 100 !important;
    color: #232741 !important;
    outline: none;
}
.post-title p:hover, .post-title-middle p:hover, .owl-prev:hover, .owl-next:hover {
    color: #007bff !important;
    transition: .2s;
}
#sunazelmain {
    margin:0 0 60px;
    min-height:400px;
}
#moonazelmain {
    margin:0 0 60px;
}
#starmapper {
    width: 100%;
    height: 100vh;
    background: url(https://in-space.ru/img/ssbg.jpg);
    position: relative;
    z-index: 9;
}
h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #000;
    display: inline-block;
    
}
.page-link {
    color: #e91e63;
    cursor: pointer;
    transition: .2s;
    border-bottom: 2px dotted;
}
.page-link:hover {
    opacity:0.6;
}
.planet-icon {
    width: 25px;
}
.planet-container {
    display: inline-block;
    margin: 0 35px 15px 0;
}
.planet-icon-opacity {
    filter: grayscale(1);
    opacity: 0.6;
}
#sun.planet-icon-opacity {
    opacity: 1;
    filter: brightness(0.8) grayscale(1);
}
#moon {
    width: 16px;
    position: relative;
    top: -3px;
}
.info-text {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 40px 0 0;
    display: inline-block;
    vertical-align: top;
    color: #232741;
    line-height: 18px;
}
.planet {
    display: block;
    padding: 17px 0 0;
}
.over {
    overflow:hidden;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
}
.button {
   background: linear-gradient(90deg, #03a9f4, #00bcd4);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 20px;
    margin: 20px 0 0;
    display: inline-block;
    transition: .3s;
    position: relative;
}
.button:hover {
    background:linear-gradient(90deg, #585a69, #50576f);
    transition:.3s;
}
.geofind.button {
    left: 0px;
    position: relative;
    top: -65px;
    height: 21px;
    padding: 14px 14px 10px;
    border-radius: 0 20px 20px 0;
    float: right;
    border-left: 0px solid #007bff;
    margin: 0;
}
.suggestions-suggestions {
    font-size: 12px;
    border: 0;
    border-radius: 0 0 20px 20px;
    margin: -30px 0 0 0px;
    font-weight: 500;
    padding: 35px 20px 10px;
    width: 1100px !important;
    line-height: 30px;
    color: #000000 !important;
    z-index: -1;
    box-shadow: 0 0 40px #eaebf5;
}
.suggestions-suggestions strong {
  font-weight: 600 !important;
  color:#232741 !important;
  
}
.suggestions-suggestions strong:hover {
  font-weight:500!important;
  color:#232741 !important;
}
.suggestions-suggestions strong {
  font-weight:500!important;
  color:#232741 !important;
}
.suggestions-suggestion:hover {
  background: #f6f7fd!important;
  cursor:pointer!important;
  transition:.3s;
}
.suggestions-suggestion {
    transition:.3s;
}
.suggestions-subtext_inline {
    display:none !important;
}
.planet-title {
    font-size: 25px;
    font-weight: 400;
    color: #232741;
    padding: 25px 30px !important;
    margin: 0;
}
.distance-from-sun-label, .distance-from-earth-label {
    color: #007bff !important;
    margin: 20px 0 5px !important;
    padding: 0 !important;
    font-weight: 500 !important;
    height: auto !important;
    display: block !important;
}
p.distance-from-sun:hover, p.distance-from-earth:hover {
    color:#232741 !important;
}
.distance-from-sun, .distance-from-earth {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0;
    height: auto !important;
    padding: 0 !important;
}
.unit {
    font-size: 12px;
    /* color: #cccdd7; */
    font-weight:500;
}
.solar-system-container .item {
    height:240px;
}
.solar-system-container .post-title-middle {
    padding: 20px 30px;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0px;
    height:75px!important;
    width:30% !important;
}
.fas.fa-long-arrow-alt-up {
    font-size: 11px;
    transform: rotate(45deg);
    margin: 0px 5px 0px 2px;
    color: #232740;
    position: relative;
    top: -1px;
}
.fas.fa-long-arrow-alt-down {
    font-size: 11px;
    transform: rotate(-45deg);
    margin: 0px 5px 0px 2px;
    color: #232740;
    position: relative;
    top: -1px;
}
.drawf-planet {
    position: absolute;
    top: 51px;
    left: 32px;
    font-weight: 500;
    color: #232741;
    font-size: 12px;
}
.neos-container {
    margin: 0 0 60px;
}
.neos-table {
    width: 100%;
    border-spacing: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #232741;
    margin:-15px 0 0 0;
}
.neos-link {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid;
    margin: 20px 30px;
    display: inline-block;
    transition: .3s;
}
.neos-header {
    display:none;
    height: 35px;
    transition: .3s;
}
.neos-link:hover {
    opacity:0.3;
}
.neos-line {
   background: linear-gradient(245deg, #f6f6fa 25%, rgb(246 246 250 / 50%) 0%) !important;
    height: 60px;
    transition: .3s;
    color: #263238;
    overflow: hidden;
    border-radius: 10px !important;
}
.neos-line.past {
    background: #fcfdfe;
}
.neos-line.ph {
    background: #007bff;
    color: #263238;
}
.neos-line.ph .neos-link{
    color:#ff5722;
}
#pass, #pass-tianhe {
    width: 1145px;
    padding: 10px 0 60px 0;
    font-size: 14px;
    font-weight: 500;
}
#tianhe-container {
   background: #f6f7fd;
    padding: 60px 0px 0px 0;
    border-top: 1px solid #eaecf9;
    margin:60px 0 0px 0;
}
.top-menu-link.tianhe {
    background: linear-gradient(
45deg
, #8c251f, #c13817);
    padding: 5px 10px;
    border-radius: 20px;
    border-color: transparent !important;
    border: none !important;
}
#launch {
    min-height: 611px;
    margin: 0 0 60px;
    width: 1145px;
}
#neos {
    min-height: 464px;
}
.pass-day {
    background: #ffffff;
    color: #232741;
    display: inline-block;
    padding: 20px 20px 20px 0;
    vertical-align: middle;
    width: 110px;
}
#pass p {
    background: #f6f7fd;
    height: 59px;
    transition: .3s;
    vertical-align: middle;
    width: 1100px;
    margin: 15px 0 15px;
    padding: 0;
    line-height: normal;
}

.time-pass {
    display: inline-block;
    color: #232741;
    border-radius: 5px;
    text-align: center;
    
    margin: 0 0 0 40px;
    cursor:default;
}
.mag {
    margin: 0px 20px;
    font-size: 12px;
    
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    color: #232741;
    border-radius: 5px;
}
.no-pass {
    display: inline-block;
    color: #232741;
    border-radius: 5px;
    text-align: center;
    font-family: 'Courier Prime', monospace;
    margin: 0 0 0 40px;
}
#onboardiss .post-img-middle {
    width: 153px;
    height: 220px;
}
#onboardiss .post-img-middle:hover {
    filter:none;
}
#onboardiss .p-post-cell.block_middle:hover {
    transform:none;
}
#onboardiss .item {
    height: 320px;
    display: inline-block;
    border-radius: 5px;
    width: 151.5px;
    margin: 0 20px 0 0;
}
#onboardiss .owl-item {
    width: 1100px !important;
    display: inline-block;
}
#onboardiss .post-title-middle p{
    width: 123px;
    text-align: center;
    height: 80px;
    padding: 0 15px;
}
#onboardiss .post-title-middle p:hover {
    color: #232741 !important;
}
#onboardiss .post-title-middle:hover {
    color:#232741 !important;
    cursor:default;
}
#onboardiss .p-post-cell.block_middle {
    overflow: hidden;
    border-radius: 20px;
}
.iss-container {
    margin: 0 0 60px;
}
.vertical-info {
    font-size: 14px;
    font-weight: 500;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 30px;
    text-align: right;
    margin: 102px -110px 0 -110px;
    color: #232741;
}
.future-crew {
    opacity:0.5
}




.start-rocket-agency {
    color: #03a9f4;
    font-size: 12px;
    display: block;
    
}
.start-rocket {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 5px 0px;
    display: table-cell;
}
.rocket {
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin: 10px 0 0 0;
}
.location-start {
    display: inline-block;
    
    vertical-align:top;
}
.mission {
    display: inline-block;
    width: 100%;
}
.start-mission {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 5px 35px;
    display: table-cell;
    
}
.location-cosmodrome {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 5px 0px;
    display: table-cell;
}
.location-country {
    color: #03a9f4;
    font-size: 12px;
    padding: 0 0 0 0px;
    
    margin: 0 0 0 0px;
}
.start-mission-agency {
    color: #03a9f4;
    font-size: 12px;
    padding: 0 0 0 35px;
    display: block;
    
}
.start-datetime {
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
}
.start-date {
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 0 30px;
    display: table-cell;
    
}
.start {
    width: 1100px;
    height: 90px;
    display: table;
    margin: 20px 0;
    background: #f6f7fd;
    font-weight:500;
}
.launch-header {
    background: #efebe9;
    height: 59px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.launch-head {
    padding: 20px 30px;
    display: block;
}
.footer {
    width: 100%;
    height: 440px;
    background: linear-gradient(90deg, #022e42, #0c5579);
}

#planet {
    background-position: center center !important;
    height:560px;
    margin: 0 0 60px;
}
.moon {
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0 0 0;
    border: 5px solid #ffffff;
}
#phase {
    width:90px;
    height:90px;
    background: #efebe9;
}
.moon-left,.moon-right {display:inline-block;width:45px;position:relative;margin:0;}

.moon-left .bg {fill:#cccdd7;}
.moon-left .fg {fill:#efebe9;transform-origin: 0% 0%;}

.moon-right .fg {transform: scaleX(1);}
.moon-left .fg {transform: scaleX(0) translateX(0);}

.partners {
    margin: 60px 0 0 0;
   
}
#infox_22307 {
    display: table;
    width: 1120px;
    margin:0 0 45px;
}
#sun-activity {
    min-height: 820px;
}
#infox_22307 .item {
    display: inline-block;
    width: 373px;
    margin: 5px 0px;
}
.megamenu {
    width:1110px;
    margin:0 0 0 -5px;
    position:relative;
    z-index:9;
}

.megamenu a {
    color: #fff;
    transition: .6s;
}

.megamenu a:hover {
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
}

li {
    display: inline-block;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 10px;
    border-radius: 5px;
    background: rgb(239 239 239 / 0.02);
    font-weight: 500;
}
ul.sub-menu {
    padding: 5px 0px 5px 0px;
    display: table;
    margin: 0;
}
.menu-icon {
    width: 70px;
    margin: -12px 20px 7px -95px;
    opacity: 0.1;
    position: absolute;
    z-index: -2;
}
#earth-menu {
    background: linear-gradient(90deg, rgb(0 142 255 / 0.1), rgb(0 150 136 / 10%));
}
#mars-menu {
    background: linear-gradient(90deg, rgb(255 115 0 / 10%), rgb(150 0 0 / 10%));
}
#sun-menu {
    background: linear-gradient(90deg, rgb(231 255 0 / 10%), rgb(255 187 0 / 10%));
}
#planetnine-menu {
    background: linear-gradient(90deg, rgb(0 93 255 / 10%), rgb(137 0 255 / 10%));
}
#blackhole-menu {
    background: linear-gradient(90deg, rgb(60 38 11 / 0.2), rgb(0 0 0 / 0.2));
}
#nasa-menu {
    background: linear-gradient(90deg, rgb(16 94 204 / 20%), rgb(12 47 144 / 15%));
}
#pluto-menu {
    background: linear-gradient(90deg, rgb(68 37 6 / 16%), rgb(18 20 29 / 14%));
}
#asteroid-menu {
    background: linear-gradient(90deg, rgb(134 134 52 / 20%), rgb(12 144 140 / 15%));
}
.dw-reactions-box .dw-reaction {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5 !important;
    filter:grayscale(1);
    
}
.dw-reaction-count:before {
	width: 19px;
	height: 19px;
	margin: 5px 4px 6px -1px;
}
.dw-reaction-count-haha:before {
	width: 21px;
	height: 21px;
}
.dw-reaction-count strong {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 6px 0px 0px 2px;
}
.dw-reactions-box .dw-reaction-angry {
    left: 262px;
    background-image: url(../img/angry.png);
    display: none;
}
span.dw-reaction-count.dw-reaction-count-angry {
    display: none;
}
.dw-reactions-box .dw-reaction-like {
    left: 12px;
    background-image: url(https://in-space.ru/img/like.svg);
}
.dw-reactions-box .dw-reaction-love {
    left: 93px;
    background-image: url(https://in-space.ru/img/love.svg);
    width: 31px;
    height: 31px;
}
.dw-reactions-box .dw-reaction-haha {
    left: 175px;
    background-image: url(https://in-space.ru/img/hmm.svg);
    margin: -1px 0 0 0;
    width: 31px;
    height: 35px;
}
.dw-reactions-box .dw-reaction-wow {
    left: 257px;
    background-image: url(https://in-space.ru/img/wow.svg);
    margin: -1px 0 0 0;
}
.dw-reactions-box .dw-reaction-sad {
    left: 339px;
    background-image: url(https://in-space.ru/img/cry.svg);
    height: 32px;
    margin: -1px 0 0 0;
}
.dw-reaction-count-love:before {
    background-image: url(https://in-space.ru/img/love.svg);
}
.dw-reaction-count-haha:before {
    width: 19px;
    height: 19px;
    background-image: url(https://in-space.ru/img/hmm.svg);
}
.dw-reaction-count-wow:before {
    background-image: url(https://in-space.ru/img/wow.svg);
}
.dw-reaction-count-sad:before {
    background-image: url(https://in-space.ru/img/cry.svg);
}
.dw-reaction-count-like:before {
    content: "";
    float: left;
    width: 17px;
    height: 17px;
    margin: 6px 4px 6px 0;
    background-image: url(https://in-space.ru/img/like.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.dw-reaction-count-like:before {
    width: 30px;
    height: 30px;
}
.dw-reaction-count-love:before {
    width: 31px;
    height: 31px;
    margin: 6px 4px 6px -1px;
}
.dw-reaction-count-haha:before {
    width: 31px;
    height: 35px;
}
.dw-reaction-count-wow:before {
    width: 30px;
    height: 30px;
}
.dw-reaction-count-sad:before {
    width: 30px;
    height: 32px;
}
.dw-reactions-button {
    cursor: pointer;
    float: left;
    background: url(https://in-space.ru/img/like.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    height: 30px;
    position: relative;
    top: 6px;
    left: 1px;
}
.dw-reactions-box {
    position: absolute;
    top: -6px;
    left: -12px;
    padding: 6px;
    box-sizing: border-box;
    height: 44px;
    display: none;
    background: #fff;
    animation-delay: 1s;
    animation-duration: 1s;
    width: 500px;
    z-index: 9;
}
.dw-reactions-count {
    margin-top:0;
    left: -374px;
}
.dw-reactions-box .dw-reaction:hover {
    filter: grayscale(0) !important;
    opacity:1 !important;
    
}
.mob_but {
    width: 360px!important;
}
.dw-reaction-count {
    display: inline-block;
    margin-left: 15px;
    width: 67px;
}
.eye {
    width: 15px;
    position: relative;
    top: 3px;
    margin: 0 3px 0 0;
}
#share {
    width: 30px;
    margin: -36px 0 40px -1px;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) {
    border-radius: 5px !important;
    box-shadow: 0 0 40px #e0e1e6 !important;
    top: 50px !important;
}
.share-bottom {
    display: inline-block;
    position: absolute;
    margin: -60px 0 0 570px !important;
}

.bottom-logo {
    width: 100px;
    margin: 60px 0 30px 2px;
}
.smi-info {
    color: #fff;
    font-size: 12px;
}
.smi-info p {
    line-height: 18px;
    padding: 0;
    margin: 10px 0 0 0;
    width: 610px;
}
.soc-bottom {
    position: relative;
    display: inline-block;
    top: -35px;
}
.footer-link {
    margin: 0 0 60px;
    font-size: 12px;
    color: #fff;
}
.footer-link a {
    color: #fff;
    font-weight: 400;
    margin: 0 20px 0 10;
}
.footer-link a:hover {
    transition:.3s;
    border-bottom:1px solid;
}
.footer-link i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.fancybox-bg {
    background: #000;
}
.rocket .launch-head {
    padding: 10px 30px;
}
.iss-arrow-up, .iss-arrow-down {
    color: #fff !important;
    top: 0px !important;
    transform: rotate(0deg) !important;
}
#orbit-viewer-main {
    width: 100%;
    height: 700px;
    background: url(https://in-space.ru/img/ssbg.jpg);
    position: relative;
    margin: 0 0 60px 0;
    background-size: cover !important;
    background-position: center center !important;
}
.btn-group.floating-button-controls {
    position: absolute;
}
.btn.btn-default {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px 4px 20px;
    cursor: pointer;
    border-radius: 10px;
    margin: 15px -15px -30px 15px;
    display: inline-block;
    transition: .3s;
    position: relative;
    border: none;
    text-align: center;
}

.btn.btn-default:hover {
    background:#cad6e3;
    transition: .3s;
}

#orbit-viewer-main #date_label {
    color: #fff;
    font-size: 12px !important;
    position: revert !important;
    font-family: 'Montserrat';
    position: absolute !important;
    margin: 660px 0 0 20px;
}







.pass-day {
    font-size: 12px !important;
    font-weight: 500;
    color: #263238;
    width: auto;
    display: flex;
    padding: 20px 20px 10px;
}
.pass-time {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    padding: 0 0 7px;
    position: relative;
    background: #fff;
}
.no-pass {
    font-size: 15px;
    font-weight: 600;
    margin: 40px 0px 10px 20px;
    display: none;
    color: #818c9a;
    
}
.time-pass {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 20px 0px 20px;
    display: block;
    text-align: left;
}
.fas.fa-compass {
    color: #03a9f4;
    font-size: 13px;
}
.mag {
    font-size: 12px;
    margin: 10px 20px 10px 0;
    color: #263238;
    width: 140px;
    display: inline-block;
    font-weight: 500;
}
.tooltip.top_tooltip {
    font-size: 12px;
    font-weight: 500;
}
.iss-arrow-up {
    color: #818c9a;
    transform: rotate(45deg);
    margin: 0 14px 0 4px;
    display: none;
}
.iss-arrow-down {
    color: #818c9a;
    margin: 0 10px;
    transform: rotate(-45deg);
    display: none;
}
.time-iss {
    display: inline-block;
    width: 175px;
    padding: 0 0 20px;
    margin: 30px 0 10px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}
.pass-container {
    width: 540px;
    display: inline-block;
    margin: 0 20px 20px 0;
    background: #ffffff !important;
    box-shadow: 0 0 40px #eaebf5;
    border-radius: 20px;
    overflow: hidden;
    vertical-align: top;
}
.fas.fa-compass {
    margin: 0 3px 0 0;
    color: #263238;
}







.start-rocket-agency {
    /* color: #818c9a; */
    /* font-size: 12px; */
    /* display: block; */
    /* margin: 0 0 0 24px; */
    /* font-weight: 400; */
}
.start-rocket {
    /* font-size: 12px; */
    /* font-weight: 400; */
}
.rocket {
    border-top: 1px solid #efefef;
    margin: 0 20px;
    padding: 10px 0 0 0;
    font-weight: 500;
}
.location-start {
    display: inline-block;
    padding: 20px 0 20px 20px
}
.mission {
    display: inline-block;
}
.start-mission {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0 5px 20px;
}
.location-cosmodrome {
    /* font-size: 12px; */
    /* font-weight: 400; */
}
.location-country {
    /* color: #818c9a; */
    /* font-size: 12px; */
    /* display: block; */
    /* margin: 0 0 0 24px; */
    /* font-weight: 400; */
}
.start-mission-agency {
    color: #ff5722;
    font-size: 14px;
    display: block;
    padding: 0px 20px 20px 20px;
}
.start-date {
    /* font-size: 12px; */
    /* font-weight: 500; */
    /* color: #818c99; */
    /* width: auto; */
    /* display: flex; */
    padding: 20px 20px 10px;
}
.neos-name {
    font-weight: 500;
    font-size: 15px;
}
.start-datetime {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    padding: 0 0 7px;
    margin: 0 0 25px;
}
.start {
    width: 540px;
    height: 310px;
    display: inline-block;
    margin: 0 17px 20px 0;
    background: #ffffff !important;
    box-shadow: 0 0 40px #eaebf5;
    border-radius: 20px;
    overflow: hidden;
    vertical-align: top;
}
.launch-header {
    background: #efebe9;
    height: 59px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
     display: none;
}
.fas.fa-rocket, .fas.fa-map-marker-alt,.fa-circle,.fas.fa-sun,.fas.fa-compass {
    display: inline-block;
    color: #818c9a;
    margin: 0 10px 0 0;
    font-size:14px;
}
.mag img {
    width: 13px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}
span.time-pass.border {
    border-top: 1px solid #efefef;
    border-radius: 0;
}
super {
    vertical-align: super;
}
.footer .accept.button {
    position: absolute;
    bottom: 60px;
}
path.leaflet-interactive {
    stroke: #000;
    stroke-width: 1px;
    stroke-dasharray: 5;
    opacity: 0.5;
}