.fa-file-download { color: #c5c5c5; }

#fileHoroscope {
	display: none;
}

.dropZone {
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.dropZone.hover {
	background: #f0f0f0;
	outline: 2px dashed #a6a6a6;
	outline-offset: -10px;
}

.dropZone.error {
    background: #faa;
}

.dropZone.drop {
    background: #afa;
}

#horoscope-acts button:focus, #horoscope-acts-desk button:focus {
	outline: none;
}

/*.agree a {color: #ffdc8c;} */
/*.agree a:hover { color: #e2ae39; }*/
.agree a {color: #dca500 !important;} 
.agree a:hover { color: #ecd693 !important; }

	.sCenter {
		text-align: center;
	}
	.sBlue {
		color: blue;
		text-decoration: underline;
	}
	.sRed {
		color: red;
	}
	.sGreen {
		color: green;
	}
	.sGray {
		color: gray;
	}
body {
	background: url(Surya-Script.svg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

@media only screen and (max-width: 479px) {
	.main-menu {
	}
	.main-menu a, text {
		display: block;
	}
}

.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(250, 200, 50, 0.8);
	display: none;
	z-index: 99999;
	text-align: center;
}

.block {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}    
.block img {
    height: auto;
    max-width: 100%;
    /*width: 100%;
    height: 50px;*/

    display: block;
    margin: 0 auto;
    border: none;
}
.main-menu {
	display: flex;
	background-color: #007bff;
	text-align: center;
	justify-content: center;
	align-items: flex-end;
}
.main-menu a {
	text-decoration: none;
	color: white;
	white-space: nowrap;
}
#data, #transit, #settings {
	text-align: center;
}
#map {
	display: none;
	text-align: center;
}
/*.main-menu-active {
	color: #0000a0 !important;
	background-color: white;
}*/

.main-menu-active {
	color: #ecd693 !important;
	background-color: white;
}
.page {
	display: none;
	background: rgba(255,255,255,.75);
	padding: 30px;
	width: 511px;
	box-sizing: border-box;
	max-width: 100%;

}
#data-form1 div {
	margin: 6px 0;
}
#data-form1 label, .lresult {
	font-weight: bold;
}

.button-wide {
	margin-top: 15px;
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 10px 0;
	background-color: #ddd;
	cursor: pointer;
	display: block
}
.button-wide:hover {
	background-color: #555;
	color: white;
}
#settings-form label {
	display: block;
	font-weight: bold;
}
select[name="menu-map-select"] {
	display: block;
	text-align: center;
	margin: 10px 0;
}
#source-map2 {
	display: none;
}
#menu-map-select0, #menu-map-select1, #menu-map-select2 {
	margin: 10px 0;
}

.large-header {position: fixed; top: 0;left: 0;z-index: -1;} 

.container {position: relative;}

body {display: flex;flex-direction: column;align-items: center;font-family: 'Roboto' !important;}
body * {font-family: Roboto;}
h2, h3 {margin-top: 0;}
.main-menu {background-color: transparent !important;}
.main-menu a {padding: 14px 21px; background: rgba(0,0,0,.4);}
a.main-menu-active {background: rgba(255,255,255,.75);color: #000; padding: 14px 21px 14px;}
.label-standart {width: 220px;}

.settings-checkboxes {display: inline-block;text-align: left;}
.settings-checkboxes input[type='checkbox'] {display: none;}
.settings-checkboxes label {display: block;white-space: nowrap;}
.settings-checkboxes label::before {content: '';display: inline-block;vertical-align: middle;margin-right: 8px;width: 15px;height: 15px;background: #bbb;box-shadow: 0 0 0 1px #333; border: 4px solid #bbb; transition: .3s;}
.settings-checkboxes input:checked + label::before {background: #333;}
#button-map, #button-interp, #button-sp, #lat-search, #gmt-search {filter: brightness(150%);}
[name='form1-time'], [name='form1-date'] {text-align: center;}
#data-form1 .form-control, #settings-form .form-control, #transit-begin, #transit-end, .lcitysearch {text-align: center;text-align-last:center;}
#data-form1 .data-form1-buttons {width: 200px;margin: 0 auto;}
.data-form1-buttons button {display: block;width: 100%;}
#menu-map-select0 img, #menu-map-select1 img, #menu-map-select2 img {max-width: 100%;}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  top: 2px;right: 2px;
}
 
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  background-color: #6c757d;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* состояние active при открытом меню  */
.c-hamburger--htx.is-active {
  background-color: #cb0032;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.mob-header {display: none;width: 100%;max-width: 511px;margin: 0 auto; position: relative;}
.mob-header p {padding: 14px 21px;color: #0000a0 !important;background: rgba(255,255,255,.75);text-align: center;margin: 0; font-size: 1.3rem;
}
.main-menu-wrap {width: 100%;max-width: 511px;margin: 0 auto;}
/*.agree {background: #866016; min-height: 50px; width: 511px; padding: 20px; text-align: center; color: #fff}*/
.agree {background: #357cce; min-height: 50px; width: 511px; padding: 20px; text-align: center; color: #fff}



357cce
#errorblock {text-align: center; color: red}








#button-interp {
    width: 200px;
    margin: 0 auto;
}



@media only screen and (max-width: 575px) {
	.main-menu {flex-direction: column;align-items: stretch;width: 100%;}
	a.main-menu-active {display: none;}
	.main-menu a {background: rgba(0,0,0,.8);}

	.mob-header {display: block}
	.main-menu-wrap {display: none;position: absolute;left: 50%;transform: translateX(-50%);top: 52px;}
	.agree {width: 100%}
}

@media  only screen and (orientation:landscape) and (max-width: 991px) {
	#map {width: 100%;padding: 20px;}
	#maps-show {display: flex;justify-content: space-between;}
	#menu-map-select0 {padding-right: 10px;}
	#menu-map-select1 {padding-right: 10px;}
	#menu-map-select2 {padding-left: 10px;}
}




@media  only screen and (orientation:landscape) and (min-width: 1024px) {
	#map {max-width: 1000px; width: 1000px; padding: 20px;}
	#maps-show {display: flex;justify-content: space-between;}
	#menu-map-select0 {padding-right: 10px;}
	#menu-map-select1 {padding-right: 10px;}
	#menu-map-select2 {padding-left: 10px;}
}


.myflex1 {display: flex; align-items: center; justify-content: center;} 
.myflex {display: block;  margin-bottom: 20px;}
.mlevel {padding: 5px 0px}
.forvimsho {display: none; }
.forvimsho.active {display: block; }
input.forvimsho, input.fortransit {width: 105px;}


.imgwrap {max-height: 420px; overflow-y: auto; max-width: 486px; width: 100%; }

.dflex{align-items: center; justify-content: center; }
.dflex.active .forvimsho.active, .dflex  .fortransit.active {display: inline-block !important}

.dflex .fortransit.active {display: inline-block !important}

#1, #2 {text-align: center;}
.myarrows input[type='number']{max-width: 35px;}

.fortransit {display: none;}
.fortransit.active {display: block; }



.accordeon {height: 0px; visibility: hidden; opacity: 0; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; margin-bottom: 20px;}
.accordeon.active {display: block; border: 1px solid #ccc; padding: 20px; width: 100%; opacity: 1; visibility: visible; height: auto;}

.f_accord {display: block; width: 100%; border: none; background: none; margin-bottom: 20px; font-size: 24px; line-height: 30px;-webkit-transition: all 0.3s; transition: all 0.3s; outline: none }
.f_accord.active {color: red; outline: none}
#settings-form{display: block; width: 100%}

.myarrows button:not(.btn){border: none; background: none; outline: none}


.parent1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(250, 200, 50, 0.8);
     
}

.forvimsho .btn, .fortransit .btn {height: 30px; padding: 0 .75rem;line-height: 30px;}
#menu-map-select0 select {height: 30px;}
#menu-map-select1 select {height: 30px;}
#menu-map-select2 select {height: 30px;}

button {box-shadow: none !important;}


.cancel_arrows::-webkit-outer-spin-button,
.cancel_arrows::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cancel_arrows {
	-moz-appearance:textfield; /* Firefox */
}

.readonly {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#datepicker-custom {
	width: 50%; 
	margin: 0 auto; 
	text-align: center; 
}




.menu-set-colors, .main-menu a {
    background-color: #357cce !important;
    color: #FFFFE6;}

.main-menu a:hover { color: #ecd693 !important; }




