/* Введите сюда Ваш CSS код */


.kp-decryption-title {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.kp-decryption {
	font-size: 14px;
	text-align: justify;
}

.kp-decryption p {
	margin-bottom: 0.5em;
}


/* Цвет букв в главном квадрате Пифагора на странице результатов*/
.pifagor-result-table .pifagor-num-descr {
	color: #ffffff !important;
	font-weight: 600;
}


/*
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt a:hover {
	color: none !important;
	opacity: .7;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
*/


/*#kp-results-square-img {
	display: none !important;
}*/



/*2021*/

#kp-user_day {
font-size: 1.4em;
}

#kp-user_month {
font-size: 1.4em;
}


#kp-user_year {
font-size: 1.4em;
}



.date-list {
font-weight: bold;
}

.date-list li {
padding-right: 1.2em !important;
}


/*CUBE*/
.cube-wrap {
  margin-top: 10px;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}

.cube {
  margin: auto;
  position: relative;
  height: 200px;
  width: 200px;
  transform-style: preserve-3d;
}

.cube > div {
  position: absolute;
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background-color: #000;
  border: solid 1px #eeeeee;
  color: #ffffff;
}

.cube-front {
  transform: translateZ(100px);
}

.cube-back {
  transform: translateZ(-100px) rotateY(180deg);
}

.cube-right {
  transform: rotateY(-270deg) translateX(100px);
  transform-origin: top right;
}

.cube-left {
  transform: rotateY(270deg) translateX(-100px);
  transform-origin: center left;
}

.cube-top {
  transform: rotateX(-270deg) translateY(-100px);
  transform-origin: top center;
}

.cube-bottom {
  transform: rotateX(270deg) translateY(100px);
  transform-origin: bottom center;
}

@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  
  to {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

.cube {
  animation: rotate 20s infinite linear;
}


.cube-wrap:hover .cube-front {
  transform: translateZ(200px);
}
.cube-wrap:hover .cube-back {
  transform: translateZ(-200px) rotateY(180deg);
}
.cube-wrap:hover .cube-right {
  transform: rotateY(-270deg) translateZ(100px) translateX(100px);
}
.cube-wrap:hover .cube-left {
  transform: rotateY(270deg) translateZ(100px) translateX(-100px);
}
.cube-wrap:hover .cube-top {
  transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
}
.cube-wrap:hover .cube-bottom {
  transform: rotateX(270deg) translateZ(100px) translateY(100px);
}

.cube > div {
  transition: transform 0.2s ease-in;
}


/* Цвет бокового разделителя области виджетов */
#main-content .container::before {
	background-color: #2e2e2e;
}


strong {
color: #999999;
}


#main-content {
    background-color: #1e1e1e;
}


.kp-loading-text {
	font-size: 1.3em;
	color: #fff;
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	
}
#progress-bar {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}



.no-scroll {
   height: 100%;
   width: 100%;
   position: fixed;
   overflow: hidden;
}




.mobile-menu-close {
    width: 50px;
    /*display: none;*/
    height: 44px;
    z-index: 5;
}

.mobile-menu-close {
    display: block;
    width: 45px;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    color: #ffffff;
}

.mobile-menu-close:active {
    color: #999;
    /*background-color: #f5f5f5;*/
}
.mobile-menu-close:hover {
cursor: pointer;
}

.modal-bg .close-x {
    position: fixed;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: #f5f5f5;
}




#main-header {
	background-color: #000;
}



/*.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    background-color: #000;
}*/


.date-list {
    top: 0em;
}


.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	z-index: 2;
}


/*.modal-bg {
	margin-top: 6.9em;
}*/



/*.date-list {
		padding-left: 0em !important;
}*/
/*
.date-list li {
    list-style: none !important;
		list-style-type: none !important;
		padding-left: 1em !important;
		background: #333 !important;
		border: none !important;
		color: #fff !important;
}*/

/*.date-list li.date-active {
    color: #000 !important;
    background: #ffdeec;
}*/


/*.modal-bg {
    margin-top: 6em;
}*/

.results {
		background-color: #1e1e1e !important;
}

/*.et_pb_fullwidth_header .header-content {
    margin-top: -8em !important;
}*/


/*.et_pb_fullwidth_header_scroll {
    z-index: 2 !important;
		position: inherit !important;
		margin-top: -4em !important;
}*/


.pifagor-your-date {
    margin-bottom: 0em !important;
    margin-top: 1em !important;
}

.pifagor-date {
    margin-bottom: 3em !important;
    color: #fff !important;
    font-weight: 400 !important;
}


.ui {
    margin-bottom: 0em !important;
}

.ui-wrap {
    margin-bottom: 0em !important;
		margin-top: 1em;
}






.ui-wrap, .ui, .buttons, .select-block, .modal-bg, .pifagor-results-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.zero-block {
    width: 100%;
    height: 150px;
}


/*--------------------------- UI ------------------------------*/


.ui-wrap {
    height: initial;
    margin-bottom: 30px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}


@media (max-width:861px) and (max-height:631px) {
    .ui-wrap {
        height: initial;
        margin-bottom: 0;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
}

@media (min-width:862px) and (min-height:632px) {
    .ui-wrap {
        /*height: 60vh;*/
			height: initial;
    }
}


.ui {
    font-weight: 600;
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 45px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-top: none;
    padding-top: 0;
}


.buttons {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
}

.select-block {
    margin-bottom: 45px;
    position:relative;
}


.arrow {
    content: "";
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    display: inline-block;
    float: right;
    margin-top: 17px;
    margin-left: 15px;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.22s ease-out;
    -o-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

.toggled {
    margin-top: 21px;
    border-color: #333;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.day, .month, .year {
    border-bottom: 2px solid #ddd;
    padding: 0 7px 0 15px;
    margin-right: 5px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.16s ease-out;
    -o-transition: all 0.16s ease-out;
    transition: all 0.16s ease-out;
}

.day {
    min-width:60px;
}

.month {
    min-width:112px;
    text-align:center;
}

.year {
    min-width:77px;
}

.day:last-child, .month:last-child, .year:last-child {
    margin-right: 0;
}

.day:hover, .month:hover, .year:hover {
    cursor: pointer;
}

.kp-user > .day, .kp-user > .month, .kp-user > .year   {
    border-color: #b60aff;

}

.kp-user > .day:hover, .kp-user > .day:active,
.kp-user > .month:hover, .kp-user > .month:active,
.kp-user > .year:hover, .kp-user > .year:active {
    border-color: #dddddd;
    color: #b60aff;
}

.kp-user > div:hover .arrow {
    border-color: #333;
}

.kp-user > div:active .arrow {
    margin-top: 21px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.date-list {
    position: absolute;
    width: 100%;
    top: calc(100% + 2px);
    height: 33vh;
    overflow: auto;
    left: 0;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.12);
		padding-left: 0em !important;
}

.date-list li {
    position: relative;
    background: #333;
    border: none;
    color: #fff;
    border-top: none;
    border-right: none;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 12px 0 7px;
    text-align: right;
		list-style: none !important;
		list-style-type: none !important;
		padding-left: 1em !important;
}

.date-list li:hover {
    color: #b60aff;
}

.date-list li::after {
    display: none;
}


/*.month ul.date-list li {
    text-align: left;
    padding: 0 12px 0 15px;
}*/

.date-list li.date-active {
    color: #333;
    background: #fff;
}


.calculate-button {
	line-height: 3em;
    background: #8b00ff;
    color: #fff;
    padding: 0 30px;
    border-radius: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
letter-spacing: 3px;
font-size: 15px;
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
text-transform: uppercase !important;
}

.calculate-button:hover {
    cursor: pointer;
    /*background: #f10078;*/
    background: #b60aff;		
    -webkit-box-shadow: 0px 2px 9px 0px rgba(252, 70, 143, 0.55);
    -moz-box-shadow: 0px 2px 9px 0px rgba(252, 70, 143, 0.55);
    box-shadow: 0px 2px 9px 0px rgba(252, 70, 143, 0.55);

    -webkit-transition: all 0.22s ease-out;
    -o-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

.calculate-button:active {
    cursor: pointer;
    background: #d00e5d;
}


.modal-bg {
    background: rgba(51, 51, 51, 0.77);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 12;
    position: fixed;
    padding: 45px 0;
    display: block;
}

.oferflow-hidden {
    overflow: hidden;
}


/*--------------------------- RESULTS ------------------------------*/


.results {
    position: relative;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 788px;
    min-height: inherit;
    -webkit-box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.22);
}

.while-loading {
		top: 50%;
    margin-top: -165px;
}

#progress-bar {
    margin: 90px 0 30px 0;
    width: 0;
    height: 2px;
    background-color: #b60aff;
}


#pifagor_recommend {
    margin-bottom: 60px;
}

.pifagor {
    margin-bottom: 15px;
}


.results-content {
    display: none;
}


.pink, .blue {
    font-weight: 600;
}

h3 > .pink {
    color: #b60aff;
    font-weight: 700;
}

.pink {
    /*color: #b60aff;*/
		color: #b60aff;
	font-size: 16px;
}

.blue {
    color: #238dbb;
}


/*--------------------------------- TABLE-> DIV (RES-ROW)---------------------------*/


.pifagor-block-1 {
    width:50%;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.pifagor-block-1, .pifagor-block-2 {
    width:50%;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.pifagor-block-2 {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;

    padding: 0;
    text-align: left;
    margin-bottom: 0;

}

.pifagor-descr-num, .pifagor-descr-value {
    font-size: 11px;
    line-height: 24px;
    color: #999;
}

.pifagor-descr-value {
    font-weight: 600;
}

.comment {
    padding: 20px 5px;
    border-top: 1px solid #eee;
}

.comment-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}



/*--------------------------- @MEDIA ------------------------------*/
@media (max-width:861px) {

	.pifagor-block-2  {
        -ms-flex-pack: distribute;
        justify-content: space-around;

        width:100%;
        padding: 0 7px;
        text-align: center;
        margin-bottom: 7px;
    }

    .pifagor-block-1 {
        width: 100%;
        margin-bottom: 15px;
    }
}




@media (max-height: 630px) {
    .zero-block {
        height: 80px;
    }
}




@media (max-width: 1440px) and (max-height: 731px) {

    .zero-block {
        height: 120px;
    }

}

@media (max-width: 990px) {

    h1, h2, h3 {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: -.11px;
    }

    h3 {
        margin-bottom: 15px;
        text-align: center;
    }


    .zero-block {
        height: 75px;
    }


    .ui {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .select-block {
        position:relative;
    }

    .day, .month, .year {
        position:inherit;
    }

    .kp-user > .day:hover, .kp-user > .day:active,
    .kp-user > .month:hover, .kp-user > .month:active,
    .kp-user > .year:hover, .kp-user > .year:active {
        border-color: #b60aff;
        color: #333;
    }
	
	.calculate-button {
		width: 300px;
	}


    .date-list {
        width: 100%;
        position: relative;
        height: calc(100vh - 45px);
        margin: auto;
        top: 0;
        left: 0;
        overflow: auto;
				margin-top: -3.2em;
    }

    .mob-day, .mob-month, .mob-year {
        display: none;
    }

    .date-list li {
        position: relative;
        text-align: left;
        line-height: 60px;
        padding: 0 15px 0 15px;
        background: #333;
				color: #fff;
        border-color: #dddddd;
        border-right: 1px solid #dddddd;
    }

    .date-list li:active {
        background: #fff;
        color: #333;
    }

    .date-list li::after {
        display: block;
        position: absolute;
        content: '';
        top: 25px;
        right: 21px;
        width: 13px;
        height: 13px;
        border: 1px solid #ddd;
        border-radius: 50%;
        pointer-events: none;
    }

    .date-list li.date-active::after {
        display: block;
        position: absolute;
        content: '';
        top: 25px;
        right: 21px;
        width: 13px;
        height: 13px;
        border: 1px solid #b60aff;
        background: #b60aff;
        border-radius: 50%;
        pointer-events: none;
    }

    .date-list li.date-active {
        color: #333;
        font-weight: 600;
        background: #fff;
    }


    .buttons {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 30px;
    }



    /*------------------------------ RESULTS -------------------------------------*/

    .modal-bg {
        padding: 45px 0 30px 0;
    }

    .results {
        padding: 10px;
    }

    .while-loading {
        top: 50%;
        margin-top: -136px;
    }

}


.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}




/*---------------PIFAGOR---------------*/

.pifagor-your-date {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
		font-size: 1.2em;
}

.pifagor-date {
    margin-bottom: 60px;
}

table.pifagor-content {
    width: 100%;
}

table.pifagor-content > tbody > tr > td:first-child {
    padding: 7px 15px 7px 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.pifagor-content > tbody > tr > td:last-child {
    border-top: 1px solid #ddd;
    padding: 7px 0 7px 15px;
}

table.pifagor-content-2 {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

table.pifagor-content-2 > tbody > tr > td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

table.pifagor-content-2 > tbody > tr:first-child {
    background: #f5f5f5;
}

table.pifagor-content-3 {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

table.pifagor-content-3 > tbody > tr > td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.pifagor-content-3 > tbody > tr > td:last-child {
    border-right: none;
}

table.pifagor-content, table.pifagor-content-2, table.pifagor-content-3 {
    margin-bottom: 45px;
}

.pifagor-results-wrap {
    margin-bottom: 60px;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.pifagor-result-table-wrap {
    margin-right: 30px;
    width: 60%;
    margin-bottom: 0;
}

table.pifagor-result-table {
    border: 1px solid #eee;
    width: 100%;
}
table.pifagor-result-table  tbody tr td:first-child, table.pifagor-result-table tbody tr td:nth-child(2) {
    border-right: 1px solid #eee;
}
table.pifagor-result-table  tbody tr:first-child td, table.pifagor-result-table tbody tr:nth-child(2) td {
    border-bottom: 1px solid #eee;
}

table.pifagor-result-table  tbody tr td {
    text-align: center;
    width: 33.33%;
    padding: 45px 0 15px 0;
}

.pifagor-result-spec-wrap {
    width: 40%;
}
table.pifagor-result-spec {
    width: 100%;
}

table.pifagor-result-spec tbody tr td {
    padding: 6px 15px;
    border-top: 1px solid #eee;

}

.pifagor-primary-num {
    font-weight: 600;
    font-size: 21px;
    color: #b60aff;
}

.pifagor-spec {
    font-weight: 600;
}

.pifagor-num-descr {
    font-size: 15px;
    color: #999;
}

#pifagor_primary, #pifagor_secondary {
    margin-bottom: 60px;
}

.comment-example {
    background-color: #2f2f2f;
    margin: 20px -35px;
    padding: 15px 35px;
}

.comment-example p {
    margin-bottom: 0;
}

.small-text-pifagor {
    margin-bottom: 60px;
}

@media(max-width: 990px) {
    .pifagor-results-wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .pifagor-result-table-wrap {
        margin-right: 0;
        width: 100%;
        margin-bottom: 60px;
    }

    .pifagor-result-spec-wrap {
        width: 100%;
    }

    .comment-example {
        margin: 20px -15px;
        padding: 15px 15px;
    }

    .comment-example p {
        margin-bottom: 15px;
    }
}






/*Bouncing Scroll-Down Arrow*/
 
.et_pb_fullwidth_header_scroll a {
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-o-transform: translateZ(0px);
transform: translateZ(0px);
}
 .et_pb_fullwidth_header_scroll .et-pb-icon {
-webkit-animation: et_bounce 2s infinite;
-moz-animation: et_bounce 2s infinite;
-ms-animation: et_bounce 2s infinite; 
-o-animation: et_bounce 2s infinite;
animation: et_bounce 2s infinite;
}
 
@-webkit-keyframes et_bounce {
   0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
	40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
	60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}
@-moz-keyframes et_bounce {
  0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
	40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
	60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}
@-ms-keyframes et_bounce {
    0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
	40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
	60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}
@-o-keyframes et_bounce {
    0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
	40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
	60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}
@keyframes et_bounce {
    0%, 100%, 20%, 50%, 80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
	40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
	60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}