@font-face {
    font-family: "SevenSenses";
    src: url(../fonts/SevenSenses.ttf);
}




* {
    font-family: SevenSenses,Courier New,Arial,Helvetica,sans-serif;
	color: #3a3a3a;
}

body {
	margin: 0;
    padding: 0;
}

fieldset {
    margin: 30px 10px;
}

.hidden-markup {
    display: none;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
}

a:hover {
    color: #b01212 !important;
}


/* +++++++++++++++++++++++++++++++++++ */

.footer-info {
    display: none;
}

.incomeCenter {
    margin: 20px 0;
}

.incomeRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
    margin: 20px 10px;
}

.incomeRight-1, .incomeRight-2 {
    width: 165px;
}

.feedback {
    max-width: 600px;
    margin: 50px auto;
}

.feedback input, .feedback textarea {
    margin: 5px 0;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #a9a9a9;
    width: 90%;
}

.feedback div:last-child {
    text-align: center;
}

.logo-and-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    margin: 40px auto;
}

.logo a {
	font-size: 45px;
    text-decoration: none;
}

.share-buttons-header .like {
	display: block;
    text-align: right;
    padding-top: 5px;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

nav ul li {
    border-right: 1px solid #bebebe;
    padding-right: 45px;
}

nav ul li:last-child {
	border-right: none;
    padding-right: 0;
}

nav ul li a {
    font-size: 16px;
    text-decoration: none;
}

.breadcrumb {
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
}


.zodiac-sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #bebebe;
    list-style: none;

    margin: 0;
    padding: 10px 0;
}

.zodiac-sign li {
	border: 1px solid #fff;
	padding: 0 10px;
}

.zodiac-sign li:hover {
	border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.left-menu, .right-block {
	min-width: 200px;
}

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    margin: 10px 0;
}

.left-menu ul {
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
    text-align: right;
}

.left-menu ul li {
    border-bottom: 1px solid #bebebe;
    padding: 5px 0;
}

.left-menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

.main-content {
    width: 770px;
	border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    padding: 0 20px;
}

.main-page-ul-compatibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
    margin: 30px 0;
    padding: 0;
    
    list-style: none;
}

.main-page-ul.main-page-ul-compatibility li {
    margin: 20px 0;
    padding: 5px;
    max-width: 160px;
    text-align: center;
    
    border: 1px solid #bebebe;
}



.main-content main ul li {
    padding: 5px;
}

h1 {
	font-size: 32px;
	margin: 0;
}

h2 {
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.zodiac-sign-block-home-page {
    display: none;
}

.auxiliary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

	margin: 0;
    padding: 0;
    
    text-align: center;
    list-style: none;

    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.auxiliary-menu li:nth-child(2) {
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.auxiliary-menu li a {
    display: inline-block;
    padding: 15px 7px;

	font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;

    color: #000;
}

main img {
	float: left;
    margin: 0 10px 0 10px;
}

.search {
	padding: 0 0 0 5px;
}

.input-search {
	position: absolute;
    width: 195px;
    height: 35px;
    padding: 10px;

    border-radius: 0;
    border: 1px solid #bebebe;

    font-size: 14px;
}

.submit-search {
	position: relative;
    left: 165px;
    top: 7px;
    width: 25px;
    height: 25px;

    cursor: pointer;
    overflow: hidden;
    border: 0;

    background-color: #fff;
    background-image: url(../img/search.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;

    z-index: 1;
}

footer {
	margin-bottom: 40px;
	border-top: 1px solid #bebebe;
}

footer p {
	max-width: 1000px;
	margin: 20px auto;
	text-align: center;
}

#toTop {
    display: none;
    
    position: fixed;
    bottom: 10px;
    right: 10px;
    
    width: 60px;
    height: 40px;
    padding: 5px;
    
    background: #f7f7f7;
    background-image: url(../img/img-top.png);
    background-repeat: no-repeat;
    background-size: 52px 52px;
    background-position: center;
    
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 16px;
}

#toTop span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
}

.signs-by-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.signs-by-date ul {
    list-style: none;
    padding: 0;
    width: 120px;
}

.signs-by-date ul li {
    padding: 5px 0;
}

.zodiac-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
    margin: 0;
    padding: 0;
    list-style: none;
}

.zodiac-list li a {
    max-width: 170px;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    
    margin: 15px 0;
}

.zodiac-list li a img {
    width: 150px;
}

.zodiac-list-man-woman li:nth-child(12n) {
     margin-bottom: 100px;
   }

.video-znaki {
    margin: 40px 0;
    text-align: center;
}
    
.video-znaki img {
    width: 95% !important;
    margin: 0 auto !important;
    -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
    float: unset;
}

.video-znaki a {
    width: 100% !important;
}

.video-znaki iframe {
    width: 100%;
    height: 420px;
}

#vk_groups {
    width: 100% !important;
	margin: 50px 0;
}
    
#vk_groups iframe {
    width: 100% !important;
}



/* IQ test */

.pull-right {
    text-align: center;
}

.test-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(222, 222, 222);
	        box-shadow: 0px 0px 5px 0px rgb(222, 222, 222);
	        
    margin: 30px 0;
}

.test-for-iq  {
	display: inline-block;
    margin: 20px;
    padding: 30px;
    float: left;
    border-radius: 20px;
    background-color: #ececec;
    text-decoration: none;
    font-size: 32px;
    line-height: 0.9;
    text-align: center;
}

.test-iq  {
	color: #6ba923;
}

.test-text  {
	font-size: 20px;
}

.test-block-h3 {
    font-size: 17px;
    text-align: center;
}
.main-test-iq {
    background-color: #fff;
}

#UserTestForm {
    text-align: center;
}

.main-test-iq #UserTestForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
    text-align: center;
    margin: 10px auto;
}

.main-test-iq #UserTestForm button {
    padding: 30px 15px;
    border-radius: 5px;
    background-color: #deab2f;
    font-weight: 600;
    color: #3c3e41;
    cursor: pointer;
    font-size: 18px;
}

.test-time {
    text-align: center;
}

.navigation-test a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid;
}

.form-group .form-control {
    width: 210px;
    margin: 20px auto;
    padding: 5px;
    
    border: 2px dotted #008000;
    
    text-align: center;
}

.test-question {
    color: #008000;
    font-size: 21px;
}

.test-answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        -webkit-box-pack: center;
            justify-content: center;
    max-width: 540px;
    margin: 30px auto;
    color: #0083be;
}

.test-answers span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 210px;
    margin: 10px;
    padding: 20px;
    border: 2px solid;
    text-transform: uppercase;
}

.text-align-left span {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
}

#getting-started {
    color: #d25b00;
}

.test-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
}

.test-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.test-number-rezult {
    font-size: 21px;
    color: #008000;
}

.test-result {
    text-align: center;
}

.test-points {
    font-size: 50px;
    color: #deab2f;
}

.test-share-buttons span {
    font-size: 21px;
    margin: 10px;
}

#testuser-questions img {
    width: 300px;
    float: none;
}

.list-of-answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    
    margin: 30px 0;
    width: 100%;
}

.main-test-iq .test-repeat a {
    display: inline-block;
    padding: 30px 15px;
    margin: 0 0 30px;
    
    border-radius: 5px;
    background-color: #deab2f;
    font-weight: 600;
    color: #3c3e41;
    cursor: pointer;
    font-size: 18px;
    
    text-decoration: none;
}

main .img-compatibility img {
    max-width: 120px;
    margin: 0;
}

main .img-horizontally div:first-child img {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.see-also {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
 
.footer-search {
    display: none;
}


.mobile-menu {
    display: none;
}

.games-mobile embed {
    width: 100%;
    height: 500px;
}
    
main .ya-share2__list {
    width: 320px;
    text-align: unset;
}



/* ////////////////////////////////////////////////// */
/* ////////////////////ADAPTATION//////////////////// */
/* ////////////////////////////////////////////////// */




@media (max-width:1230px) {

    .fancybox-content {
        height: calc(50% - 88px) !important;
    }
    
    .container {
        padding: 10px;
    }
    
    .zodiac-sign li {
        padding: 0;
    }
    
    nav ul {
        text-align: center;
    }
    
    .auxiliary-menu {
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        text-align: center;
        margin: 20px 0;
        
        -webkit-box-align: center;
        
            -ms-flex-align: center;
        
                align-items: center;
    }
    
    .auxiliary-menu li a {
        padding: 5px 3px;
        font-size: 13px;
    }

}


@media (max-width:1024px) {
    
    .games-mobile {
        display: none;
    }
    
    .main-content main ul li, .main-content main ol li {
        padding: 10px;
    }
    
    .see-also ul:last-child {
        display: none;
    }
    
    .zodiac-list li a {
        max-width: 120px;
    }
    
    .zodiac-list li a img {
        width: 100px;
    }
    
}

@media (max-width:1010px) {
    
    .zodiac-sign li {
        padding: 0 30px;
    }
    
}

@media (max-width:880px) {
    
    .zodiac-sign li {
        padding: 0 21px;
    }
    
}

@media (max-width:768px) {
    
    .auxiliary-menu li a {
        padding: 25px 10px;
    }

    main .img-compatibility img {
        max-width: 120px;
        margin: 0;
    }

    nav ul li {
        padding-right: 0;
    }
    
    .zodiac-sign li {
        padding: 0 15px;
    }
    
    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .see-also .main-page-ul {
        max-width: 220px;
    }
    
    .left-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #bebebe;
        
        flex-direction: column;
        text-align: left;
    }
    
    .left-menu ul li {
        border-bottom: none;
    }
    
    .main-content {
        width: auto;
        border-left: none;
        border-right: none;
        padding: 0;
        margin-top: 30px;
    }
    
    .right-block .search {
        display: none;
    }
    
    .footer-search {
        display: block;
        width: 200px;
        margin: 20px auto;
    }
    
    .main-content main ul li, .main-content main ol li {
        padding: 0;
    }
    
    .zodiac-list li a {
        max-width: 140px;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
            -ms-flex-direction: unset;
                flex-direction: unset;
        margin: 15px 5px;
    }
    
    .zodiac-list li a img {
        width: 100%;
    }
    
    .zodiac-list-wide li a {
        max-width: 140px;
    }
    
    #vk_groups {
        background-image: url(../img/press-finger.png) !important;
        background-size: 18px !important;
    }
    
    #vk_groups iframe {
        width: 97% !important;
    }
    
    .mobile-menu {
        display: block;
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        background-image: url(../img/icon-menu.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    
    .mobile-menu span {
        padding: 10px 10px 10px 0;
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
    }

    nav, .zodiac-sign-block, .left-navigation {
        display: none;
    }
    
    .menu-zodiac-sign, .menu-left-navigation {
        border-top: none;
    }
    
    .content {
        margin-top: 0;
    }
    
}

@media (max-width:700px) {
    
    .incomeRight {
        margin: 20px 0;
    }

    #toTop {
        width: 30px;
        height: 17px;
        
        right: unset;
        left: 10px;
        
        background-size: 40px 40px;
        background-position: unset;
    }
    
    #toTop span {
        display: none;
    }
    
    .zodiac-sign-block-home-page {
        display: block;
    }
    
    .zodiac-sign-home-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 30px 0;
        padding: 0;
        list-style: none;
    }

    .zodiac-sign-home-page li a {
        display: inline-block;
        width: 80px;
        margin: 5px 3px;
        padding: 5px;
        
    	text-decoration: none;
        text-align: center;
        border: 1px solid #bebebe;
    }

    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        
        text-align: left;
        border-top: none;
    }
    
    nav ul li {
        border-right: none;
    }
    
    nav ul li a {
        font-size: 14px;
        line-height: 30px;
    }
    
    .logo-and-buttons {
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        margin: 20px auto;
    }
    
    .logo-and-buttons .logo {
        text-align: center;
        margin-right: 10px;
    }
    
    .share-buttons-header {
        margin-right: 20px;
    }
    
    main .ya-share2__list {
        width: 260px;
        text-align: unset;
    }
    
    .ya-share2__list {
        width: 102px;
        text-align: right;
    }
    
    .ya-share2__list li {
        padding: 10px 0 5px 10px;
        margin: 0px !important;
    }
    
    .zodiac-sign li {
        padding: 0;
    }
    
    footer h3, footer .see-also {
        display: none;
    }
    
    main img {
        width: 140px;
        margin: 0;
    }
    
    .main-page-ul.main-page-ul-compatibility li {
        margin: 0 auto;
        padding: 20px 5px;
        max-width: 140px;
        
        border: none;
    }
    
    .signs-by-date {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    
    .signs-by-date ul {
        width: 100px;
        
        line-height: 2;
    }
    
}

@media (max-width:320px) { 
    
    .share-buttons-header {
        margin-right: 5px;
    }
    
    .container {
        padding: 5px;
    }
    
}






