

/* 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 */


/* Start:/local/templates/tamga_bootstrap/components/bitrix/catalog/totems/style.css?17425549041182*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/tamga_bootstrap/components/bitrix/catalog.element/totems/style.css?174255490528761*/
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.totem_item_block_image{
	max-width: 333px;
	width: 100%;
	float: left;
	height: 333px;
	margin: 0 30px 30px 0;
	background: rgba(217, 217, 217, 1);
}
.totem_item_block_image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}
.col-xs-12 {
	width: 100%;
}
/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

/* .product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
} */

/* .product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; } */

/* .product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */

/* .product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
} */

/* .product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
} */

/* .product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
} */

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*magnified*/
/* .product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; } */

/* .product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; } */

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

/* .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; } */

/* .product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
} */

/* .product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
} */

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
} */

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	/* .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; } */

	/* .product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	} */

	/* .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; } */

	/* .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	} */

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* End */


/* Start:/local/templates/tamga_bootstrap/components/bitrix/catalog.section/blog_search_totem/style.css?1742554898440*/
.blog_search{
    margin-top: 48px;
}
.search_blog_title{
    font-weight: 600;
    font-size: 28px;
}

.products-container__product-list{
    justify-content: space-between;
}
.products-container__product-list:before, .products-container__product-list:after{
    display: none !important;
}
.catalog-page__button-box {
    text-align: center;
    margin: 0 0 50px 0 ;
}
.product-box_variable{
    margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/tamga_bootstrap/components/bitrix/catalog.element/totems/themes/green/style.css?17425549051116*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b; }

.bx-green .product-item-image-slider-control:hover { background-color: rgba(91, 159, 11, .8); }

.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover { background-color: #5b9f0b; }

.bx-green .product-item-selected-scu,
.bx-green .product-item-detail-slider-controls-image:hover,
.bx-green .product-item-detail-slider-controls-image.active { outline-color: #63aa28; }

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #63aa28; }

/* Amount */
.bx-green .product-item-amount-field:focus { border-color: #63aa28; }

/*Proress Bar*/
.bx-green .product-item-detail-slider-progress-bar { background-color: #63aa28; }
/* End */
/* /totems/assets/css/style.css?174255487645351 */
/* /local/templates/tamga_bootstrap/components/bitrix/catalog/totems/style.css?17425549041182 */
/* /local/templates/tamga_bootstrap/components/bitrix/catalog.element/totems/style.css?174255490528761 */
/* /local/templates/tamga_bootstrap/components/bitrix/catalog.section/blog_search_totem/style.css?1742554898440 */
/* /local/templates/tamga_bootstrap/components/bitrix/catalog.element/totems/themes/green/style.css?17425549051116 */
