@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-weight: 600 !important;  
    margin-left: .5em;
}
.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.global-container {
    margin-top: 60px;
}

.jumbotron {
	text-align:center;
}

.left-main-card {
    position: sticky;
    top: 100px;
}

.navbar-light .navbar-nav .hactive{
    color:#212529;
}

b {
    font-weight: 700;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-image: url(https://tatyana-astrolog.ru/storage/media/space_bg.jpg);
    background-position: center;
    background-attachment: fixed;
}

.nav-social .fab, .nav-social .far , .nav-social .fas{
    font-size: 55px;
    padding: 0 15px;
}

.card {
    background-color: #ffffffde;
    margin-top: 1rem;
}
.taro .card{
    text-align: left;
}

.jumbotron {
    background-color: #e9ecefe3;
}
.card-header {
    background-color: #d37a002e;
    margin-bottom: 1rem;
}
.card-img {
    margin-bottom: 1rem;
}
.card-img img {
    width: calc(100% - 1rem);
    height: auto;
}
.taro p{
    margin: 0 60px;
    line-height: 1.5;
}

.taro h1, .taro h2, .taro h3, .taro h4{
    margin: 0 40px;
    margin-top: 1em;
}
p {
    margin-left: .5rem;
    margin-right: .5rem;
    text-indent: 30px;
}
.jumbotron {
    padding: 14px 0 1px 0;
    margin-top: 1rem;
}
.circuit{
	text-shadow:1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000, 1px 1px 0px #000, 0px -1px 0px #000, 0px 1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000;
}
/* <<--------------- READ MORE --------------->> */
.more .btn {
    position: relative;
    display: inline-block;
    margin: 0em .5em;
    padding: 0.25em 1.6em 0.25em 0em;
    color: #555;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -mos-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #d37a002e;
	
	/*unselectable*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
	cursor: pointer;
}
.more .btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 150%;
    height: 250%;
    top: 0em;
    left: -150%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -mos-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    z-index: -1;
    border: none !important;
    background: #e9b57c;
}
.more .btn:hover {
    color: #fff;
}

.more .btn:hover:before{
	left:-50%;
}
/* <<--------------- END MORE --------------->> */

/* <<--------------- SERVICES --------------->> */

.services .description {
    color:gray;
}

.services i {
    font-size: 2em;
    margin-right: 0.25em;
}
/* <<--------------- END SERVICES --------------->> */

/* <<--------------- COMSS --------------->> */
.comm-gird svg {
    fill: rgb(255, 221, 57);
}

.comm-gird-item {
    display: flex;
    transform: scale(1.5);
    margin-top: 1em;
}

.comm-gird{
    display: flex;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    margin-left: 8px;
}
.comms {
    max-width: calc(100% - 80px);
}

.comm {
		border: 2px solid #ccc;
		background-color: #eee;
		border-radius: 5px;
		padding: 16px;
		margin: 16px 0;
		max-width:max-content;
}

.comm-author{
    font-size: 20px;
    margin-right: 15px;
}
.rating-area {
	overflow: hidden;
    width: max-content;
	margin: 0 auto;
    padding-left: 10px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 32px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: #9e9e9e;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}
.rating-result {
	width: 265px;
}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}

.comms-from {
	min-width: 600px;
	width:max-content;
		border: 2px solid #ccc;
		background-color: #eee;
		border-radius: 5px;
		margin:auto;
    padding: 30px;
}
.comms-from input#gender-1, .comms-from input#gender-2{
    width: unset;
}

.comms-from input#submit:hover {
    text-decoration: none;
    border: 0px solid;
    box-shadow: inset 0 0 20px rgb(255 255 255 / 50%), 0 0 20px rgb(255 255 255 / 20%);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

.comms-from input#submit {
    border: 0 solid;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    padding: 6px 15px;
    font-weight: 400;
    font-size: .81rem;
    background: #0033ff;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    width: unset;
}
.comms-from input {
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border: none;
    border-bottom: 2px solid #0033ff;
    width: 100%;
    overflow: visible;
}
.comms-from input:focus:not([readonly]) {
    border-bottom: 2px solid #0033ff;
}

.comms-from textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
    width: 100%;
}
/* <<--------------- END COMSS --------------->> */

@media screen and (max-width: 650px) {
	.navbar {
		position: unset;
	}
	.global-container {
		margin-top: 0;
	}
}


/* TEST CSS*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,800&display=swap');

.price {
    color: #ffc844;
    font-size: 2em;
}

.subinfo p {
    text-align: center;
    color:#fff;
}

.subinfo i {
    padding: 0 1.5em 0 0;
    font-size: 3em;
}

.test {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    background: #000;
    flex-direction: column;    
    background-image: url(https://tatyana-astrolog.ru/storage/media/space_bg.jpg);
    background-position: center;
    background-attachment: fixed;
}

.test .card {
    counter-increment: card;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 900px;
    min-height: 400px;
    background: #fff;
    margin: 20px;
    flex-direction: row;
}

.test .card .imgBx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    background: #212121;
    transition: .3s linear;
}

.test .card .imgBx:before {
    content: counter(card);
    position: absolute;
    top: 0px;
    left: 24px;
    color: rgb(255, 255, 255);
    opacity: 0.2;
    font-size: 8em;
    font-weight: 800;
}

.test .card .imgBx img {
    position: relative;
    width: 700px;
    transform: rotate(-30deg);
    left: -50px;
    transition: .9s linear;
}

.test .card .details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.test .card .details h2{
    margin: 0;
    padding: 0;
    font-size: 2.4em;
    line-height: 1em;
    color: #444;
}

.test .card .details h2 span {
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

.test .card .details p {
    max-width: 85%;
    margin-left: 15%;
    color: #333;
    font-size: 15px;
}

.test .card .details h3 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    color: #a2a2a2;
    float: left;
}

/* responsive */
@media (max-width: 1080px) {
    .test .card {
        height: auto;
    }
    .test .card .imgBx {
        padding: 40px;
        box-sizing: border-box;
        width: 100% !important;
        height: auto;
        text-align: center;
        overflow: hidden;
    }
    .test .card .imgBx img {
        left: initial;
        max-width: 100%;
        transform: rotate(0deg);
    }
    .details {
        width: 100% !important;
        height: auto;
        padding: 20px;
    }
    .test .card .details p {
        margin-left: 0;
        max-width: 100%;
    }
}

.left-main-card .card-body {
    padding: 0 5px;
}