@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Phenomena Regular';
    src: url('/fonts/Phenomena-Regular.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Bitter';
    src: url('/fonts/Bitter.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Geologica';
    src: url('/fonts/Geologica.woff2') format('woff2');
    font-style: normal;
}


body::-webkit-scrollbar {
  display: none !important;
}
body,html {
    padding:0;
    margin:0;
    min-width:1050px;
    overflow-x:hidden;
    cursor:default;
    font-family: "Geologica", sans-serif;
    font-weight:200;
}

textarea, input, label, span, button checkbox,button, a{
    outline: none!important;
}
i,a {
    font-style: normal;
    text-decoration:none;
}
a {
    display: contents;
    width: auto;
}
.header {
    width: 100%;
    height: 122.5px;
    background: linear-gradient(45deg, #202329, #2c323f);
    box-shadow: 0 0 40px #1e23289e;
    position: relative;
    z-index: 1;
}
.container {
    margin: 0 auto;
    width:1000px;
}
.menu {
    padding: 25px 0;
    z-index: 1;
    position: relative;
}
.logo {
    font-size: 13px;
    font-weight: 200;
    display: inline-block;
    width: 57px;
    height: 48px;
    padding: 20px 4px 4px 11px;
    background: linear-gradient(45deg, #c9bca1, #b6a686);
    color: #21252b;
    text-transform: uppercase;
}
at {
    letter-spacing: 2px;
}
zv {
    letter-spacing: 2.2px;
}
h1 {
    font-size: 46px;
    color: #202329;
    font-weight: 700;
    display: inline-block;
    font-family: 'Bitter';
    margin: 50px 0 20px;
}
.const-top-bg {
    position: absolute;
    right: -150px;
    opacity: 0.2;
    z-index: -1;
    width: 675px;
}
.particles-js-canvas-el {
    position: absolute;
    top: 0px;
    height: 122.5px !important;
    opacity: 0.6;
    width: 40% !important;
}
.subh1 {
    font-size: 15px;
    width: 600px;
    color: #202329;
    font-weight: 200;
    display:flex;
}
h2 {
    margin: 100px 0 0;
    font-family: 'Bitter';
    font-size: 30px;
    color: #a99c81;
    font-weight: 300;
}
.main-menu .link {
    font-weight: 200;
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#c9bca1 0 0);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.2s, background-position 0s 0.2s;
    color: #c9bca1;
    font-size: 13px;
    margin: 0 50px 0 0;
}

.main-menu .link:hover {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 1px;
}
.main-menu {
    position: relative;
    display: inline-block;
    left: 100px;
    width: 900px;
    top: -10px;
}
.gray-block {
    width: 100%;
    height: 60px;
    background: linear-gradient(45deg, #202329, #2c323f);
    margin: -1px 0;
    box-shadow: 0 0 40px #1e23289e;
    position: relative;
}
.preset-container {
    width: 100%;
    min-height: 600px;
    background: #202329;
}
h2 {
    margin: 100px 0 50px;
    font-family: 'Bitter';
    font-size: 30px;
    color: #a99c81;
    font-weight: 300;
}
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: "Geologica", sans-serif;
    font-size: 13px;
    margin: 35px 0 65px 0;
    background: transparent;
    text-transform: uppercase;
    
}
button.click-button bgbutton {
    width: 100%;
    height: 100%;
    background: #c2b396;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
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 !important;
    }
.preset-img {
    width: 280px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 40px #0000009e;
    transition: .3s;
}
.preset-block {
    padding: 50px 20px 0 0;
    transition: .3s;
    width: 280px;
    display: inline-block;
    
}
.preset-block:hover .preset-img {
    transition: .3s;
    transform: scale(1.05);
}
.preset-carousel {
    display: none;
}
.owl-item {
    display: inline-block;
}
.owl-nav {
    text-align: center;
    position: relative;
}
.owl-prev, .owl-next {
    font-size: 91px !important;
    margin: 20px 30px;
    color: #cfd8dc !important;
    transition: .3s;
    background: transparent !important;
    border: none;
    cursor: pointer;
    font-weight: 100 !important;
    font-family: 'Bitter';
}
.owl-next:hover {
    color: #f1d292 !important;
    transition: .3s;
    transform: translateX(+3px);
}
.owl-prev:hover {
    color: #f1d292 !important;
    transition: .3s;
    transform: translateX(-3px);
}
.owl-dots {
    display: none;
}
.starmap-location-container input#inp {
    border-bottom: 5px solid #c2b396;
    border-top: 5px solid transparent;
    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: 7px;
}
.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;
}
.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-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: 400;
    padding: 7px 16px 10px;
    line-height: 45px;
    color: #161a1e !important;
    cursor: pointer;
    font-family: 'Bitter';
}
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;
}
#save-starmap {
    position: absolute;
    margin: 978px 0 0px 1px;
    width: 655px;
    border: 1px solid #c2b396;
    color: #c2b396;
    border-radius: 5px;
}
.save-starmap-info {
    width: 616px;
    display: block;
    margin: 1055px 0 0;
    position: absolute;
    font-size: 15px;
    padding: 0 20px 0;
}
.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: 'Geologica';
    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: -55px 0 60px 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;
}

.info-text-gold {
    padding: 19px 0;
    color: #ffffff;
    font-size: 15px;
}
i.fa-solid.fa-circle-info {
    margin: 0 10px 0 1px;
    font-size: 15px;
    position: relative;
    top: 1px;
}
.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;
    margin:60px 0 0;
    
}
.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: "Geologica", sans-serif !important;
    font-weight:300;
    font-size: 13px!important;
    color: #161a1e;
    width:276px;
}
datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff!important;
    background: #c2b396!important;
    font-family: "Geologica", sans-serif !important;
    font-weight:300;
}
.datepicker--cell.-current-.-focus- {
    background: no-repeat!important;
    color: #fff!important;
    font-family: "Geologica", sans-serif !important;
    font-weight:300;
    border: none!important;
    background: #161a1e!important;
}
.datepicker--cell.-current- {
    font-family: "Geologica", sans-serif !important;
    font-weight:300;
    border: none!important;
    background: none!important;
}
.datepicker--cell-day.-focus- {
    background: #c2b396!important;
    color:#fff!important;
}
.datepicker--cell.-focus- {
    background: #c2b396!important;
    color:#fff!important;
}
.datepicker--day-name {
    color: #070f18!important;
}
nav.datepicker--nav {
    font-family: "Geologica", sans-serif !important;
    font-weight:300;
    font-size: 13px!important;
    background: linear-gradient(45deg, #202329, #2c323f)!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: transparent!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: #c2b396!important;
    background: none!important;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #c2b396!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: 13px;
    font-family: "Geologica", sans-serif;
    font-weight:300;
    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: 73px;
    text-align: center;
    font-family: "Geologica", sans-serif;
    font-weight:300;
    font-size: 12px;
    padding: 5px 0px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border: 1px solid #c2b396;
    color: #c2b396;
    border-radius:5px;
}
button.starmap-lang bgbutton {
    background: #c2b396;
}
button.click-button.starmap-lang.select {
    background: #202329;
    font-family: 'Bitter';
    border-color: #202329;
    color: #fff;
}
.pesron-container {
    width: 300px;
}
.person-menu {
    width: 300px;
}
.person-setting .switch-material.switch-light {
    top:0;
    left: 18px;
    display: block;
}


label.switch-light.switch-material.disabled {
    opacity: 0.2;
    cursor:default !important;
}
textarea.person-text-input {
    resize: none;
    font-family: "Geologica", sans-serif;
    font-size: 15px;
    padding: 20px 25px;
    width: 250px;
    border: transparent;
    height: 145px;
    margin: 5px 0 25px;
    background: linear-gradient(45deg, #202329, #2c323f);
    border-radius: 5px;
    color: #f4dfb8;
    line-height: 20px;
    font-weight: 100;
    box-shadow: 0 0 40px #1e23289e;
}
textarea.person-location-input {
    resize: none;
    font-family: "Geologica", sans-serif;
    font-weight: 100;
    font-size: 15px;
    padding: 20px 25px;
    width: 250px;
    border: transparent;
    height: 82px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    color: #f4dfb8;
    line-height: 20px;
    background: linear-gradient(45deg, #202329, #2c323f);
    box-shadow: 0 0 40px #1e23289e;
}
.stramap-overflow {
    width: 100%;
    height: 1420px;
    position: absolute;
    background: linear-gradient(0deg, #ffffff, hsl(0deg 0% 100% / 90%));
    z-index: 3;
    margin-top: 10px;
}
.starmap-preset-contaier {
    width: 655px;
    height: 927px;
    background: transparent;
    border: 1px solid #efefef;
    background-size: contain;
    background-repeat: no-repeat;
}
.starmap-big-container {
    display: inline-block;
    vertical-align: top;
    height:990px;
    width:655px;
    margin:60px 0 0;
}
.person-container {
    width: 340px;
    display: inline-block;
    margin:60px 0;
}
.starmap-preset-contaier-overflow {
    width: 617px;
    height: 889px;
    position: absolute;
    z-index: 2;
    border: 20px solid;
    box-shadow: inset 0px 0px 20px -5px #000000, inset 100px 100px 250px #ffffff2e, 0 0 20px #e8e8e8;
    border-image: linear-gradient(to right, #efefef 0%, #fafafa 100%) 1;
}
#starmap {
    position: relative;
    z-index: 5;
    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 99px;
    max-width: 460px;
    height: 115px;
    max-height: 115px;
    overflow: hidden;
    width: 460px;
}


#starmap-location-city-gold {
    font-family: Montserrat Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #ddbe5f;
    position: relative;
    top: -650px;
    text-align: center;
    padding: 0px 80px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    white-space: nowrap;
    max-width: 497px;
    line-height: 23px;
    height: 23px;
    max-height: 25px;
    overflow: hidden;
    display: block;
    width: 497px;
}
#starmap-location-gold {
    font-family: Montserrat Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: -650px;
    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: -650px;
    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: 2280px;
    left: -270px;
    opacity:.1;
    z-index:-1;
}
.datepicker--buttons, .datepicker--time {
    border-top: 0px !important;
    padding: 0 1px 0 14px !important;
}
.datepicker--time-current-hours, .datepicker--time-current-minutes {
    font-size: 13px !important;
}
.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 13px !important;
    font-family: "Geologica", sans-serif !important;
    font-weight:300 !important;
    position: relative;
    z-index: 1;
}
.datepicker--time-row {
    height:20px !important;
}
i.fa-regular.fa-clock {
    font-weight: 900;
    font-size: 15px;
    color: #c2b396;
}
button.click-button.starmap-lang.select {
    background: #1e2328;
    font-family: "Geologica", sans-serif;
    border-color: #1e2328;
    color: #fff;
}
.subh2 {
    margin: -30px 0 0;
    font-size: 15px;
    width: 600px;
    color: #202329;
    font-weight: 200;
    display:flex;
}
.info-text-gold i.fa-solid.fa-circle-info {
    top: 0px;
}
.datepicker--day-name {
    font-size:1em !important;
}
.person-setting .switch-material.switch-light {
    top:0;
    left: 15px;
    display: block;
}
.person-setting .switch-material.switch-light > span {
    background: #1e2328 !important;
    margin: -3px 70px 30px 0;
    float: right;
}
.person-setting .switch-material.switch-light input:checked ~ span a {
    box-shadow: none;
}
label.switch-light.switch-material.disabled {
    opacity: 0.2;
    cursor:default !important;
}
.switch-material.switch-light input:checked ~ span a {
    right: 0;
    background: #c2b396!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: #c2b396!important;
}
.switch-material.switch-light {
    display:inline-block;
    position: relative;
    top: -12px;
    cursor: pointer;
    margin: 0 0 0 -15px
}
label.switch-light.switch-material {
    color: #202329;
    font-weight: 200;
    font-size: 15px;
}
.switch-light.switch-material a {
    top: -0.1575em !important;
}
.switch-light.switch-material > span:before, .switch-light.switch-material > span:after, .switch-toggle.switch-material label:after {
    background: #c2b396!important;
}
.person-menu p {
    font-size: 15px;
    color: #202329;
    font-weight: 200;
}
textarea {
    color: #1e2427;
    background: #f6f7f9;
    border: 0px;
}
.heart img {
    position: relative;
    top: 5px;
    left: 75px;
    cursor: pointer;
}
.heart {
    font-size: 15px;
    color: #202329;
    font-weight: 200;
    position: relative;
    top: -5px;
}
.heart-map {
    position: absolute;
    top: 755px;
    left: 298px;
}
.person-text {
    margin: 30px 0 0;
}
#location-confirm {
    border: 1px solid #c2b396;
    color: #c2b396;
    border-radius: 5px;
}
.select .preset-img {
    transition: .3s;
    transform: scale(1.05);
}
.sky-preview {
    width: 2145px;
    right: calc((100% - 2030px) / 2);
    position: absolute;
}
.top-order {
    color: #c2b397;
    font-family: 'Bitter';
    vertical-align: bottom;
    margin: 0 0px 0 22px;
    font-size: 17px;
    width: 398px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    top: -25px;
}
.preview-container{
    display: block;
    width: 100%;
    height: 1396px;
    margin-top: 122px;
}
a#pay {
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Bitter';
    background: linear-gradient(163deg, #4ccba1, #39c3d1);
    border-radius: 100px;
    transition: .3s;
    width: 290px;
    text-align: center;
    padding: 17px 0 0 0;
    box-shadow: 0px 5px 50px #0bfaff2b;
    height: 35px;
    display: inline-block;
    position: relative;
    top: -5px;
    border: 1px solid #efefef45;
}
#pay:hover {
    background: linear-gradient(163deg, #10e3c8, #7fa9f0);
}
.telegram {
    width: 20px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 180px;
}
.starmap-info-cell .subh2 {
    margin: -30px 0 17px 0;
}
.afterpay-info {
    width: 800px;
    line-height: 23px;
    display: inline-block;
    margin: 0 0 60px;
}
strong {
    font-weight: 200;
    color: #fff;
    border: 1px solid;
    padding: 0px 7px;
    display: inline-block;
    background: #b9ab8b;
    border-radius: 5px;
}
li {
    list-style: square;
}
ul {
    margin: -10px 0 0 0;
}
.spice-container {
    width: 100%;
    background: #202329;
}
.spice-info {
    color: #fff;
    line-height: 23px;
    padding: 60px 0;
    display:inline-block;
}
.spice-info strong {
    font-weight: 200;
    color: #000000;
    padding: 0px 7px;
    display: inline-block;
    background: #c1b395;
    border-radius: 5px;
}
.order-bg-middle {
    position: absolute;
    right: -50px;
    width: 600px;
    opacity: 0.2;
    transform: rotate(-45deg);
}
.afterpay-info a {
    color: #000000;
    border-bottom: 1px solid #000 !important;
    display: inline;
    cursor: pointer;
}
.accordion-container {
    max-width: 100%;
    margin: 0 auto;
    }

.accordion-item {
    margin-bottom: 10px;
}

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

.accordion-label {
    display: block;
    background: linear-gradient(45deg, #c9bca1, #b6a686);
    color: white;
    padding: 20px 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.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;
}

input[type="radio"]:checked + .accordion-label + .accordion-content {
    
    opacity: 1;
    padding: 25px 18px 50px;
    display: table;
    min-height:140px;
}
.footer {
    width: 100%;
    height: 185px;
    background: linear-gradient(45deg, #202329, #2c323f);
    margin: 60px 0 0;
}
.footer-info p {
    color: #c9bca1;
    font-size: 12px;
    margin: 25px 0 -20px 0px;
    font-weight: 100;
}
.footer-info {
    padding: 30px 0;
}
.download {
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Bitter';
    background: linear-gradient(163deg, #4ccba1, #39c3d1);
    border-radius: 100px;
    transition: .3s;
    width: 110px;
    text-align: center;
    padding: 17px 0 0 0;
    box-shadow: 0px 5px 50px #0bfaff2b;
    height: 35px;
    display: inline-block;
    position: relative;
    top: -5px;
    border: 1px solid #efefef45;
    margin: 0 0 0 10px;
}
.download:hover {
    background: linear-gradient(163deg, #10e3c8, #7fa9f0);
}
.download-info {
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Bitter';
    background: linear-gradient(163deg, #4ccba1, #39c3d1);
    border-radius: 100px;
    transition: .3s;
    width: 210px;
    text-align: center;
    padding: 17px 0 0 0;
    box-shadow: 0px 5px 50px #0bfaff2b;
    height: 35px;
    display: block;
    position: relative;
    border: 1px solid #efefef45;
}
.download-info:hover {
    background: linear-gradient(163deg, #10e3c8, #7fa9f0);
}
.accordion-content a {
    color: #000000;
    text-decoration: underline;
    display: inline;
    cursor: pointer;
}
.save-starmap-info a {
    width: auto;
    text-decoration: underline !important;
    color: #202329;
    display: inline;
}
.download.yes {
    background: linear-gradient(163deg, #c47cf8, #39c3d1);
}
.download-info.yes {
    background: linear-gradient(163deg, #c47cf8, #39c3d1);
}
sell {
    text-decoration: line-through;
    opacity: 0.4;
}
bold {
    font-weight: 700;
}