

/* Start:/totems/assets/css/style.css?174255487645351*/
/*totem pages*/
body {
	font-size: 16px;
}

.owl-nav {
    display: none;
    background-color: transparent;
}

.page-heading {
    color: #fff;
    padding-bottom: 30px;
    font-size: 45px;
    line-height: 45px;
    font-style: italic;
    font-weight: 800;
}

.totemSortEast a > span {
    display: none;
}

.zoro-bg {
    background-image: url(/local/templates/tamga/img/zoro-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.chertog-bg {
    background-image: url(/totems/assets/css/../img/chertogi-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-size: cover;
    background-position: center;
}

.d-flex p {
    color: #fff;
    margin: 0 0;
}

.totem-heading {
    margin-top: 40px;
    color: #1F1A17;
    /* font-size: 28px; */
    line-height: 70px;
    font-weight: 700;
}

.totem-h-subtext {
    /* font-size: 18px; */
    line-height: 28px;
    display: block;
}

.totem-list {
    margin-top: 20px;
    padding-left: 0;
    list-style-type: none;
}

.test-define,
.date-define {
    max-width: 1250px;
    margin: auto;
    margin-top: 80px;
    position: relative;
    padding: 50px 30px;
}

.test-define .bgc,
.date-define .bgc {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.date-define .bgc {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 80.04%);
}

.test-define .bgc {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -19.28%, #262321 100%);
}

.define-heading {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    /* font-size: 40px; */
    line-height: 30px;
    font-weight: 700;
}

.define-forms {
    position: relative;
    z-index: 2;
    align-items: center;
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 1);
    max-width: 392px;
    width: 392px;
}
.define-forms label{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    margin-bottom: 6px;
}
.define-forms input[type=date]{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}
.submit-date-totem {
    padding: 16px 44px;
    background-color: #3E3E3E;
    border: 1px solid #3E3E3E;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    text-transform: unset !important;
    color: #FFFFFF;
    z-index: 3;
    width: 101%;
    margin-left: -2px;
    margin-bottom: -2px;
    border-radius: 0 0 16px 16px;
}

.submit-date-totem:hover {
    color: #fff;
    text-decoration: none;
}

#tdate::-webkit-calendar-picker-indicator {
    /*filter: invert(1);*/
    /*margin-left: 0px;*/
    color: black;
    /* position: absolute;
    content:"";
    opacity: 0;
    width: 100%;
    height: 100%;*/
}

.block-wrapper span {
    padding-left: 30px;
}


.name_block {
    display: flex;
    flex-direction: column;
}
form.define-forms input[type='text'],form.define-forms input[type='date'] {
    max-width: 326px;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 1);
    outline: none;
    padding: 0 17px;
}
.block_padd{
    padding: 0 35px 0 31px;
    margin-bottom: 22px;
}
.block_padd:first-child{
    margin-top: 24px;
}
#tgend:checked:after {
    position: absolute;
    content: "";
    border: solid 1px #fff;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 2px #777;
}
.gender_items{
    max-width: 156px;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.gender_items label{
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
.gender_items label span{
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    color: rgba(0, 0, 0, 1);
}
.gender_block{
    display: flex;
    justify-content: space-between;
}
.gender_items.active_block{
    background: rgba(165, 147, 134, 0.39);
}
.form_date_totem{
    display: flex;
    gap: 30px;
    margin-bottom: 239px;
}
.form_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    margin-bottom: 10px;
}
.totem_info_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.totem_info_block div{
    max-width: 350px;
    width: 100%;
    height: 80px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.totem_info_block div p {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.totem_calculate{
    max-width: 350px;
    width: 100%;
    height: 80px;
    border-radius: 20px;
    background: rgba(60, 60, 60, 1);
    border: 0;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.container_text{
    margin: 50px 0;
}
.slav_calendar_title{
    margin: 40px 0 50px 0;
    font-size: 37px;
    font-weight: 700;
    line-height: 45.1px;
    color: rgba(0, 0, 0, 1);
}
.slav_text{
    margin-bottom: 50px;
}
.slav_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}
.date_block{
    display: flex;
    align-items: end;
    gap: 28px;
}
.change_date_block p, .change_date_blocks p{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 19px;
}
.change_date_blocks input,.change_date_block select {
    max-width: 333px;
    width: 333px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 1);
    outline: none;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}
.change_date_blocks input{
    text-transform: uppercase;
}
.change_date_block {
    position: relative;
}

.change_date_block::after {
    content: url(/totems/assets/img/select_icon.svg);
    position: absolute;
    right: 15px;
    top: 75%;
    transform: translateY(-50%);
    pointer-events: none;
}

.change_date_block select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
}


.btn_block_date .btn_date{
    max-width: 245px;
    width:  245px;
    height: 45px;
    background: rgba(62, 62, 62, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: center;
    color: white;
}
#totems-list .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.totemSortEast{
    max-width: 330px;
    width: 330px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 21px;
}
.totemSortEast.calendar_totem, .totemSortEast.slav_calendar_item{
    max-width: 245px;
    width: 245px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 21px;
}

.totemSortEast a{
    padding: 10px 0;
    display: block;
}
.totemSortEast a h5{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
}
.info_block_animal_totem{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.animal_img_totem{
    background: rgba(217, 217, 217, 1);
    max-width: 350px;;
    width: 100%;
    height: 125px;
}
.animal_img_totem img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.animal_title h2{
    font-size: 25px;
    font-weight: 700;
    line-height: 30.48px;
    text-align: left;
    text-transform: uppercase;
}
.totem-animal-block.aaaaa:last-child{
    margin-bottom: 73px;
}
.animal_title ul{
    padding-left: 35px;
}
.animal_title ul li{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    list-style-type: disc;
}
.totem-left-side{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    margin-bottom: 50px;
}
.anti_totem_block{
    width: 31%;
    margin-left: auto;
    margin-top: auto;
}
.anti_totem_block h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;

}
.none_lust_li li:last-child{
    display: none;
}
.anti_totem_block h3:last-child{
    margin-bottom: 15px;
}

.totem-left-side,
.totem-right-side {
    flex-basis: 50%;
}

.totem-left-side p {
    margin-bottom: 2rem;
    color: #3E3E3E;
}

.block-images {
    position: relative;
}

.block-images img {
    position: absolute;
    height: auto;
}

.block-images img:nth-child(1) {
    top: -270px;
    left: 195px;
    width: 120px;
    z-index: 1;
}

.block-images img:nth-child(2) {
    top: -310px;
    left: 300px;
    width: 210px;
    z-index: 2;
}

.block-images img:nth-child(3) {
    top: -270px;
    left: 490px;
    width: 120px;
    z-index: 1;
}

.totem-right-side a:hover {
    color: #fff;
    text-decoration: none;
}

.read-more {
    color: #1F1A17;
    font-weight: 700;
}

.read-more:hover {
    color: #1F1A17;
}

.calendar-block:last-child {
    margin-bottom: 40px;
}
.blog_search{
    margin-bottom: 52px;
}
.blog_search ul .products-container__product-list{
    gap: 40px;
    justify-content: normal;
}
.container .catalog-page__button-box{
    margin-top: -50px;
}
#multistep-modal {
    backdrop-filter: blur(5px);
}

.test-modal {
    max-width: 60% !important;
    top: 10%;
}

.test-modal .close {
    right: 40px;
    top: 20px;
    z-index: 50;
    text-shadow: none;
    color: #fff !important;
    font-size: 80px !important;
}

.test-modal .modal-content {
    background-color: #fff !important;
}

.test-form {
    position: relative;
    border: 10px solid #fff;
}

.step {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 17px;
    position: relative;
    min-height: 70vh;
}

.step:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.q-heading,
.step-counter {
    /* font-size: 26px; */
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 5;
}

.q-heading {
    margin-left: 10px;
    /* font-size: 30px; */
}

.q-wrapper {
    /* font-size: 26px; */
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.q-wrapper input {
    position: relative;
    margin-right: 30px;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    resize: none;
}

.q-wrapper input:after {
    position: absolute;
    content: "";
    top: -18px;
    left: 0;
    border: solid 1px #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 2px;
}

.q-wrapper input:checked:after {
    position: absolute;
    content: "";
    border: solid 1px #fff;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 2px #777;
}

.test-form button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}

.socials-row {
    max-width: 55%;
    margin: auto;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.socials-row a {
    margin-bottom: 20px;
}

.socials-row a img {
    width: 180px;
    height: auto;
}

.modal-btn {
    position: relative;
}

.triangle-figure {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #fff;
    border-left: none;
}

.totem-subheader {
    max-width: 1300px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.separator-subheader {
    position: absolute;
    bottom: 0;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.4);
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.gender,
.birth-date {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    position: relative;
}

.totem-p-subtext {
    margin-top: 30px;
    display: block;
}

.gender {
    padding-left: 20px;
}

.gender img {
    position: absolute;
    left: -20px;
    width: 30px;
}
.totem-animal-heading{
    margin-bottom: 23px;
}
.totem-animal{
    margin-bottom: 35px;
}
.totem-animal-heading, .totem-animal {
    line-height: 24.38px;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
}
.totem_item_block_info p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}
.totem_item_block_info a{
    display: block;
    max-width: 265px;
    width: 100%;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    color: white;
    margin: 30px 0 50px 0;
    padding: 10px;
    background: rgba(62, 62, 62, 1);
}
.totem_item_block_info a:hover{
    color: white;
}
.totem_item_block_info a.no_active{
    height: 0;
    padding: 0;
}
.animal_block_flex{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.img_block_animal{
    max-width: 330px;
    width: 330px;
    max-height: 500px;
    background: rgba(217, 217, 217, 1);
}
.img_block_animal img{
    width: 330px;
    height: 100%;
    object-fit: contain;
}
.block_info_animal h2{
    font-size: 25px;
    font-weight: 700;
    line-height: 30.48px;
    text-align: left;
    text-transform: uppercase;
}
.list_block ul, .totem-left-block ul{
    padding-left: 30px;
    margin-bottom: 23px;
}
.totem-left-block ul{
    margin-left: 30%;
}
.totem-left-block p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}
.list_block ul li, .totem-left-block ul li{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    list-style-type: disc;
}
.block_info_animal .totem-left-side p, .block_info_animal .totem-left-side p b{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}
.block_info_animal .totem-left-side a{
    display: block;
    width: 265px;
    height: 45px;
    border: 0;
    outline: none;
    background: rgba(62, 62, 62, 1);
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}
.block_info_animal .totem-left-side{
    margin: 0;
}
.totem_detail_page_title{
    font-size: 37px;
    font-weight: 700;
    line-height: 45.1px;
    text-align: left;
    margin: 40px 0 50px 0;
}
.totem-right-side-img{
    max-width: 330px;
    width: 330px;
    height: 400px;
    background: rgba(217, 217, 217, 1);
    float: left;
    margin: 0 30px 30px 0;
}
.totem-right-side-img img {
    width: 100%;
    height: 100%;
}
.totem-left-block h2{
    font-size: 25px;
    font-weight: 700;
    line-height: 30.48px;
    text-align: left;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.totem_animal_info {
    min-height: 400px;
    margin-bottom: 50px;
}

.totem-animal-block .totem-left-side {
    flex-basis: 60%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.totem-animal-block .totem-left-side p {
    /* font-size: 24px;
    text-align: justify; */
}

.totem-animal-block .totem-left-side a {
    display: inline-block;
    max-width: 265px;
    text-align: center;
    text-transform: lowercase;
}

.totem-animal-block .totem-right-side {
    flex-basis: 35%;
}

.totem-animal-block .totem-right-side img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 900px;
}

.filt-by-date {
    background: linear-gradient(180deg, #3B3029 0%, #A69584 100%);
    margin-top: 0;
    text-align: center;
}

.birth-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.filt-by-date .page-heading {
    margin-bottom: 30px;
}

.filt-by-date select {
    display: block;
    max-width: 150px;
    margin-right: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    overflow: scroll;
}

.filt-by-date option {
    color: #000;
    font-weight: 500;
    display: block;
    padding-bottom: 5px !important;
}

#filt {
    padding: 15px 30px;
    text-transform: uppercase;
    background: #fff;
    border: none;
}

.birth-label {
    position: absolute;
    left: 0;
    top: -25px;
    color: #fff;
    /* font-size: 20px; */
}

#totems-list {
    margin-top: 51px;
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#totems-list .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

#totems-list .owl-stage .item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#totems-list .owl-stage .owl-item .totemSort {
    flex-basis: 49%;
    border: 4px solid #9F876E;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0;
}

#totems-list .owl-stage .owl-item .totemSortEast {
    flex-basis: 49%;
    border: 4px solid #9F876E;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0;
}

#totems-list .owl-stage .owl-item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    color: #000;
}

#totems-list .owl-stage .owl-item a:hover {
    text-decoration: none !important;
}

#totems-list .owl-stage .owl-item a h5 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 30px;
}

#totems-list .owl-stage .owl-item a span:after {
    content: ",";
}

#totems-list .owl-stage .owl-item a span:last-child:after {
    content: "";
}

.anchor-top {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 330px;
    padding-left: 80px;
    position: relative;
}

.anchor-top .triangle-figure {
    position: absolute;
    top: 12px;
    left: 50px;
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #fff;
    border-left: none;
    transform: rotate(90deg);
}

.strengths h5 {
    font-weight: 700;
    /* font-size: 24px; */
}

.strengths ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 50px;
    /* font-size: 24px; */
}

.totem-animal-Eheading {
    /* font-size: 150px; */
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 60px;
}

.totem-animal-Eheading span {
    /* font-size:35px; */
    display: block;
    line-height: 35px;
}

.totem-read-more {
    max-width: 175px !important;
    /* font-size: 25px; */
    display: inline !important;
    text-align: left;
}

.totem-read-more:hover {
    text-decoration: none;
}

.cat-heading {
    text-align: left;
    margin-top: 30px;
    /* margin-bottom: 60px; */
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 24.12px;
    line-height: 29.4px;

}

.cat-totem-item {
    margin: 60px 0;
}

.cat-item-img {
    flex-basis: 30%;
}

.cat-item-desc {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.cat-item-img img {
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

.cat-item-desc h4 {
    font-weight: 700;
    /* font-size: 26px; */
    margin-bottom: 16px;
}

.cat-item-desc p {
    /* font-size: 18px; */
}

.cat-item-desc a {
    margin: 0;
    padding: 18px 50px;
    /* font-size: 18px; */
    text-transform: uppercase;
}

.cat-item-desc a:hover {
    text-decoration: none;
}

.cat-price {
    /* font-size: 40px; */
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    color: white;
    margin: 30px 0 50px 0;
    padding: 10px;
    background: rgba(62, 62, 62, 1);
}
.totem_item_block_info a.no_active{
    height: 0;
    padding: 0;
}
.animal_block_flex{
    display: flex;
    gap: 30px;
    margin-bottom: 79px;
}
.img_block_animal{
    max-width: 330px;
    width: 330px;
    background: rgba(217, 217, 217, 1);
}
.more-cat-items {
    display: block;
    max-width: 270px;
    margin: auto;
}
.test-block {
    background: url(/totems/assets/css/../img/block_big_bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 174px);
    display: flex;
    align-items: center;
    position: relative;
}
.result_block_big, .results_block{
    display: flex;
    justify-content: space-between;
}
.results_block{
    gap: 60px;
}
.max_and_min_results h2{
    max-width: 600px;
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    line-height: 42.67px;
    text-align: left;
    margin-bottom: 68px;
    text-transform: uppercase;
}
.block_result{
    max-width: 350px;
    width: 350px;
}
.block_result img{
    max-width: 159px;
    width: 100%;
    height: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
    display: block;
}
.block_result p{
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    padding: 0 30px;
}
.block_result a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    border-radius:  64px;
    background: rgba(38, 38, 38, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 0;
    outline: 0;
    color: white;
    margin-top: 20px;
}
.second_block_results{
    max-width: 342px;
    width: 100%;
}
.second_block_results .logo_tamga img{
    margin: 0 auto 72px auto;
    display: block;
}
.max_result_block{
    display: flex;
    flex-direction: column;
    gap: 57px;
    margin-bottom: 55px;
}
.animal_name_max{
    background: rgba(78, 165, 10, 1);
    color: white;
    font-size: 18.08px;
    font-weight: 700;
    line-height: 22.04px;
    width: 80%;
    text-align: left;
    padding: 3px 12px;
}
.animal_name_min{
    background: rgba(195, 33, 33, 1);
    color: white;
    font-size: 18.08px;
    font-weight: 700;
    line-height: 22.04px;
    width: 30%;
    text-align: left;
    padding: 3px 12px;
}
.result_animal_name p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
}
.block_btn_reload p{
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 28px;
}
.block_btn_reload button{
    max-width: 342px;
    width: 100%;
    border-radius: 64px;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background: rgba(38, 38, 38, 1);
    color: white;
    height: 56px;
}
.test_page_block{
    width: 350px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    background: rgba(60, 60, 60, 1);
    border-radius: 20px;
    margin-bottom: 390px;
}

.test-wrapper {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 81px;
    margin-bottom: 149px;
    min-height: 750px;
    background: #fff;
    background: rgba(235, 235, 235, 0.9);
    border-radius: 64px;
    padding: 40px 90px;

}

.tamga-logo {
    position: absolute;
}

.tamga-logo img {
    max-width: 126px;
    height: auto;
}

.test-wrapper .test-form {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border: none;
}

.test-wrapper .test-form .step:after {
    display: none;
}

.test-wrapper .test-form .step {
    position: relative;
    text-align: center;
    max-width: 745px;
    width: 100%;
    max-height: max-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    flex-direction: column;
}

.test-wrapper .test-form .wide-step {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.logo_tamga{
    margin-bottom: 49px;
}
.test-wrapper .test-form .active {
    display: block;
}

.test-wrapper .test-form button {
    position: relative;
    right: auto;
    bottom: auto;
}

.chart-row.available-chart,
.chart-row.final-chart {
    display: flex;
    gap: 20px;
}

.chart-row.final-chart {
    height: 52px;
}

.social-test-block {
    display: none;
}

.final-chart .red-block {
    height: 52px !important;
}

.step .small-step-text {
    display: none;
}

.test-wrapper .test-form #nextBtn {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
    text-transform: none;
    max-width: 342px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 65px;
    border: none;
    color: #fff;
    background-color: #262626;
}

.test-wrapper .test-form .wide-step #nextBtn {
    width: 26% !important;
}

.test-wrapper .test-form #prevBtn {
    border: none;
    position: relative;
    background-color: transparent;
    margin-left: 14px;
}

.test-wrapper .test-form #prevBtn:before {
    content: "";
    position: absolute;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    left: -14px;
    top: 7px;
}

.animalsImg {
    position: relative;
    padding-top: 194px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.animalsImg img {
    position: absolute;
    height: auto;
}

.animalsImg img:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.animalsImg img:nth-child(2) {
    left: 55px;
    bottom: 0;
    width: 135px;
    z-index: 3;
}

.animalsImg img:nth-child(3) {
    left: 173px;
    bottom: 0;
    width: 69px;
    height: 120px;
    z-index: 2;
}

.test-heading {
    margin: 64px 0 0 0;
}

.test-heading h1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.1590908765792847px;
    text-align: center;
    margin-bottom: 44px;
    text-transform: unset;
    margin-top: -7px;
    margin-left: 23px;
}

.test-heading h1 span {
    display: block;
    color: rgba(121, 121, 121, 1);
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.1590908765792847px;
    text-align: center;
    margin-top: 4px;
}

.progress-bg {
    display: block;
    position: relative;
    width: 100%;
    height: 7px;
    background-color: #D0D0D0;
    margin-top: 20px;
    border-radius: 65px;
}

.bar-progress {
    height: 7px;
    background-color: #24A148;
    border-radius: 65px;
    width: 0%;
}

.progress-count {
    color: #000;
}

.test-wrapper .test-form .wide-step .progressTest,
.test-wrapper .test-form .wide-step .top-row {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
}

.step-heading {
    text-transform: unset;
    color: #000;
    margin-top: 24px;
    font-size: 35px;
    font-weight: 700;
    line-height: 42.67px;
    text-align: center;

}

.step span {
    text-transform: lowercase;
    color: #6F6F6F;
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 12px;
}

.variables {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    gap: 60px;
}
.variables label span{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-transform: unset;
}
.test-wrapper .test-form .step:nth-child(2) .variables {
    margin-top: 70px;
    margin-bottom: 70px;
}

.t-wrapper {
    display: inline-block;
    font-size: 18px;
    position: relative;
    z-index: 3;
    border: 1px solid #AAAAAA;
    padding: 24px 17px;
    border-radius: 8px;
    flex-basis: 45%;
    text-align-last: left;
    margin-bottom: 10px;
    max-width: 342px;
}

.t-wrapper span {
    color: #000;
    z-index: 2;
    position: relative;
    max-width: 240px;
}

.test-wrapper .test-form .step:nth-child(2) .t-wrapper {
    margin-bottom: 0;
}
.test-wrapper .test-form .step.wide-step{
    max-width: 100%;
}
.t-wrapper input {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    resize: none;
    left: 0;
    top: 0;
    transition: all .1s ease-in-out;
}

.t-wrapper input:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 25px;
    border: solid 1px #AAAAAA;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 2px;
}

.t-wrapper input:checked {
    background-color: #AAAAAA;
    border-radius: 8px;
    z-index: 1;
}

.t-wrapper input:checked:after {
    position: absolute;
    content: "";
    border: solid 1px #000;
    background-color: #000;
    box-shadow: inset 0 0 0 2px #AAAAAA;
}

.chart-container {
    width: fit-content;
    margin: 20px;
    flex-basis: 60%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.chart-block {
    height: 230px;
    width: auto;
    display: flex;
}

.blocked-chart .chart-block {
    height: 280px;
    width: auto;
    display: flex;
}

.chart-percent {
    position: absolute;
    display: block;
    top: -35px;
    font-weight: 700;
    font-size: 16px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: -5px;
    right: 0;
    z-index: 2;
}

.ch-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: fit-content;
    margin-right: 10px;
}

.ch-block {
    background-color: #AEAEAE;
    width: 30px;
    position: relative;
    transition: all 0.3s ease-in;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.ch-block:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.ch-wrapper span {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    transform: rotate(-90deg);
    bottom: -10px;
    z-index: 2;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.green-block:hover {
    background-color: #4EA50A;
}

.red-block:hover {
    background-color: #C42121;
}

.blocked-chart .ch-block {
    /* background: transparent; */
}

.not-available .ch-block {
    background: #CB7676;
}

.not-available .ch-block:after {
    content: "";
    backdrop-filter: blur(4px);
    position: absolute;
    width: 130%;
    height: 140%;
    left: -15%;
    top: -7%;
    z-index: 3;
}

.not-available .ch-block:hover {
    transform: none;
    cursor: pointer;
}

.chart-results {
    max-width: 70%;
}

.chart-results h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.chart-results span {
    color: rgba(154, 154, 154, 1);
    font-weight: 700;
}

.chart-results input {
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    padding: 10px;
    width: 350px;
    background-color: transparent;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.test-wrapper .test-form .wide-step .chart-results #nextBtn {
    width: 60% !important;
    margin-top: 30px;
}

.l-heading {
    font-size: 35px;
    line-height: 43px;
    margin-top: 0;
    margin-bottom: 30px;
}

.step .test-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: none !important;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.step .small-step-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.flex-block {
    flex-basis: 30%;
    justify-content: space-between;
}

.flex-block:nth-child(1) {
    flex-basis: 35%;
    min-width: 420px;
}

.flex-block button,
.flex-block a {
    width: 320px;
    background-color: #000;
    padding: 16px 32px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.flex-block a:hover {
    color: #fff;
    text-decoration: none;
}

.flex-block img {
    max-width: 143px;
    margin-left: auto;
    margin-right: auto;
}

.social-test-block {
    margin-bottom: 20px;
}

.social-test-block h5 {
    color: rgba(81, 81, 81, 1);
    margin-top: 25px;
    margin-bottom: 10px;
}

.social-test-block img {
    width: 50px;
    height: 50px;
}
.d_none{
    display: none;
}
.totem-animal-block.active{
    display: block;
}
.mobile_block, .mobile_block_img, .result_block_mobile,.block_info_animal .totem-left-side a.mobile_block, .img_mobile_block{
    display: none;
}
.more_view{
    margin-bottom: 40px;
    font-size: 18px;
}
.circle-container {
    position: relative;
    width: 178px;
    height: 178px;
    margin: 0 auto;
}

.circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: rgba(198, 198, 198, 1);
    stroke-width: 7;
}

.circle-progress {
    fill: none;
    stroke: rgba(76, 147, 87, 1);
    stroke-width: 15;
    stroke-dasharray: 440; /* Периметр круга */
    stroke-dashoffset: 440;
    transition: stroke-dashoffset 1s;
}
.circle-container .progress-count{
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 31.91px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.8863636255264282px;
}
.step h2.fantastic_title{
    font-size: 24px;
}
@media (max-width: 768px) {

    .slav_calendar_title, .slav_text, .date_block, #totems-list {
        max-width: 90%;
        margin: 0 auto;
    }
    .blog_search ul .products-container__product-list{
        justify-content: center;
    }
    .totem-animal-block, .container_text{
        padding: 0 19px;
    }
    .slav_calendar_title{
        font-size: 22px;
        line-height: 26.82px;
        margin: 22px auto 20px auto;
    }
    .slav_text p{
        font-size: 11px;
        font-weight: 400;
        line-height: 13.41px;
    }
    .slav_text {
        margin-bottom: 20px;
    }
    .change_date_block p, .change_date_blocks p{
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 17.07px;
    }
    .change_date_blocks input, .change_date_block select{
        font-size: 14px;
        line-height: 17.07px;
    }
    .change_date_block::after{
        top: 70%;
    }
    #totems-list{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .totemSortEast.calendar_totem, .totemSortEast.slav_calendar_item{
        width: 162px;
        margin-bottom: 20px;
    }
    .totemSortEast a h5{
        font-size: 14px;
        font-weight: 700;
        line-height: 17.07px;
        text-align: center;
    }
    .totemSortEast a{
        padding: 13px 0;
    }
    .info_block_animal_totem{
        flex-wrap: wrap;
        gap: 12px;
    }
    .anti_totem_block{
        width: 45%;
    }
    .mobile_block, svg.mobile_block_img, .block_info_animal .totem-left-side a.mobile_block{
        display: block;
    }
    .mobile_block_img{
        margin: 20px auto;
    }
    h2.mobile_block{
        margin-bottom: 0;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 17.07px;
        text-align: left;
    }
    .animal_title h2{
        display: none;
    }
    .animal_title ul{
        padding-left: 19px;
    }
    .animal_title ul li, .anti_totem_block h3, .totem-left-side, .form_text p{
        font-size: 11px;
        line-height: 13.41px;
        text-align: left;
    }
    .totem-left-side{
        margin-bottom: 20px;
    }
    .change_date_blocks input{
        max-width: 337px;
        width: 336px;
    }
    .change_date_blocks, .btn_block_date, .t-wrapper{
        width: 100%;
    }
    .btn_block_date .btn_date, .totem_img{
        max-width: 100%;
        width: 100%;
        font-size: 14px;
    }
    .date_block{
        flex-direction: column;
        gap: 12px;
    }
    h1.old_page-header{
        font-size: 22px;
        font-weight: 700;
        line-height: 26.82px;
        text-align: left;
        padding: 0 5px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .totem_block{
        flex-direction: column;
    }
    .blog__header.two-header{
        font-size: 14px;
        line-height: 17.07px;
        margin: 20px 21px;
    }
    .totems_block_list{
        padding: 0 20px;
        margin-bottom: 27px;
    }
    .form_date_totem{
        flex-direction: column-reverse;
        gap: 20px;
        max-width: 330px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .define-forms{
        max-width: 100%;
    }
    .define-forms label, .define-forms input[type=date], .gender_items label span{
        font-size: 12px;
        font-weight: 400;
        line-height: 14.63px;
    }
    form.define-forms input[type='text'], form.define-forms input[type='date']{
        height: 40px;
    }
    .gender_items{
        max-width: 136px;
        height: 50px;
    }
    .submit-date-totem{
        font-size: 13.18px;
        font-weight: 700;
        line-height: 16.06px;
    }
    .block_padd{
        padding: 0 23px 0 26px;
    }
    .gender_items label{
        gap: 16px;
        margin-top: 6px;
    }
    .test_page_block{
        height: 53px;
        margin: 20px auto;
        margin-bottom: 148px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17.07px;
        width: 90% !important;
        border-radius: 14px;
    }
    .test-block .test-wrapper{
        margin-top: 20px;
        padding: 0 17px;
        border-radius: 0;
        background: #fff;
        margin-bottom: 25px;
    }
    .step{
        padding: 0;
    }
    .animalsImg img{
        position: static;
    }
    .animalsImg{
        padding-top: 0;
        width: 100%;
    }
    .logo_tamga {
        margin-bottom: 85px;
    }
    .animalsImg img:nth-child(1){
        width: 234px;
    }
    .test-block{
        background: white;
    }
    .test-heading h1{
        display: none;
    }
    .test-heading h2{
        font-size: 22px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: -1.1590908765792847px;
        text-align: center;
        margin-bottom: 20px;
    }
    .test-heading {
        margin: 100px 0 0 0;
    }
    .step-heading{
        font-size: 15px;
        font-weight: 700;
        line-height: 18.29px;
        text-align: left;
    }
    .step span{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }
    .variables{
        flex-direction: column;
        gap: 17px;
    }
    .test-wrapper .test-form .step:nth-child(2) .variables{
        margin-top: 35px;
    }
    .t-wrapper input:checked{
        background-color: rgba(234, 234, 234, 1);
    }
    .step .animalsImg.mobile-animals img{
        width: 131px;
        margin-bottom: 23px;
    }
    .result_block_big{
        flex-direction: column;
    }
    .max_and_min_results h2{
        font-size: 22px;
        font-weight: 700;
        line-height: 26.82px;
        text-align: center;
        margin-bottom: 51px;
    }
    .second_block_results{
        margin-top: 43px;
    }
    .second_block_results .logo_tamga, .min_block_results p, .block_result p, .block_result a{
        display: none;
    }
    .max_result_block{
        gap: 20px;
        margin-bottom: 68px;
    }
    .results_block {
        gap: 26px;
        justify-content: center;
    }
    .block_result , .block_result img {
        max-width: 102px;
    }
    .block_result img{
        height: 166px;
        margin-bottom: 0;
    }
    .animal_name_min{
        font-size: 17.94px;
        font-weight: 700;
        line-height: 21.87px;
    }
    .result_block_mobile{
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .result_block_mobile p{
        font-size: 16px;
        font-weight: 600;
        line-height: 19.5px;
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }
    .result_block_mobile a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 56px;
        border-radius:  64px;
        background: rgba(38, 38, 38, 1);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        border: 0;
        outline: 0;
        color: white;
    }
    .circle-container {
        position: relative;
        width: 178px;
        height: 178px;
        margin: 0 auto;
    }

    .circle {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

    .circle-bg {
        fill: none;
        stroke: rgba(198, 198, 198, 1);
        stroke-width: 7;
    }

    .circle-progress {
        fill: none;
        stroke: rgba(76, 147, 87, 1);
        stroke-width: 15;
        stroke-dasharray: 440; /* Периметр круга */
        stroke-dashoffset: 440;
        transition: stroke-dashoffset 1s;
    }
    .circle-container .progress-count{
        position: absolute;
        top: 41%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 31.91px;
        font-weight: 700;
        line-height: 39px;
        letter-spacing: -0.8863636255264282px;
    }
    .loader-step h2{
        font-size: 22px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: -1.1590908765792847px;
        text-align: center;
    }
    .load-item{
        text-align: center;
        color: rgba(155, 155, 155, 1);
        font-size: 18px;
        font-weight: 400;
        line-height: 16.59px;
        letter-spacing: -0.37696850299835205px;
        margin-bottom: 8px;
    }
    .load-item:first-child{
        color: rgba(23, 108, 32, 1);
    }
    .step span.more_view{
        font-size: 22px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -1.1590908765792847px;
        text-align: center;
        margin-top: 60px;
    }
    .step h2.fantastic_title{
        font-size: 22px;
        font-weight: 700;
        line-height: 51px;
        letter-spacing: -1.1590908765792847px;
        text-align: center;
        margin-top: 0;
    }
    .img_mobile_block{
        width: 100%;
        height: 175px;
        display: block;
        background: rgba(217, 217, 217, 1);
        margin-bottom: 20px;
    }

    .img_mobile_block img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .logo_tamga img{
        width: 90px;
        height: 67px;
    }
    .mobile_block_margin .logo_tamga{
        margin-bottom: 10px;
    }
    .t-wrapper{
        margin-bottom: 0;
    }
    .loader-step .logo_tamga{
        text-align: center;
        margin-bottom: 40px;
    }
    .result_block_big .logo_tamga{
        margin-bottom: 18px;
    }
}
/* End */
/* /totems/assets/css/style.css?174255487645351 */
