 
.element-text{
    line-height: 26px;
    font-size: 17px;
    margin-bottom: 37px;
}
.element-text p{
    margin-bottom: 18px; 
}
.element-text .box-limiter .text{
    max-width: 782px;
}
.box-limiter{
    max-width: 1315px;
    display: table;
    margin: 0 auto;
    width: 100%;
}
._orientationRight_bc52.wrap_f1eb{
    left:0px!important;
    right: auto!important;
    bottom: 75px;
}
._orientationRight_bc52 .button_e524{
    margin-left: 20px!important;
    margin-right: 0px!important;
}
.tabs{
    border-bottom: 1px solid #EFEDF5;
    margin-bottom: 35px;
}
.tabs .box-limiter{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
@media(max-width:1024px){
    .element-text{
        border-bottom: 1px solid #EFEDF5;
        padding-bottom: 12px;
    }
    .element-text .text ul{
        padding-left: 20px;
    }
}
.tabs .tab{
    line-height: 38px;
    font-size: 18px;
    padding-bottom: 17px;
    margin-right: 48px
}
.tabs .tab:not(.active){
    cursor: pointer
}
.tabs .tab:not(.active):hover{
    color:#66C736;
}
.tabs .tab.active{
    font-weight: 700;
    border-bottom: 1px solid #1D2126
}
.tab-mobile{
    display: none;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    font-size: 14;
    font-weight: 700;
    text-transform: uppercase;
    
    -webkit-box-shadow: 0px 4px 8px 0px rgba(232, 236, 245, 0.9);
-moz-box-shadow: 0px 4px 8px 0px rgba(232, 236, 245, 0.9);
box-shadow: 0px 4px 8px 0px rgba(232, 236, 245, 0.9);
-ms-box-shadow: 0px 4px 8px 0px rgba(232, 236, 245, 0.9);
-o-box-shadow: 0px 4px 8px 0px rgba(232, 236, 245, 0.9);
-khtml-box-shadow: 0px 4px 8px 0px rgba(232, 236, 245, 0.9);
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 8px;
}
.tab-mobile span{
    float: right;
}
.tab-mobile::after{
    content: '';
    clear: both;
    display: table
}
@media(max-width:1024px){
    .tabs{
        display: none;
    }
    .tab-mobile{
        display: block;
    }
    .tab-box{
        display: block!important
    }
    .tab-mobile:not(.active) + div{
        display: none;
    }
    .tab-box[data-tab=tab4]{
        margin-bottom: 26px;
    }
    .tab-mobile.active{
        margin-bottom: 25px;
    }
}
@media(min-width:1025px){
    .tab-box{
        margin-bottom: 68px;
    }
}


.product-brand{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    background: #FFFFF8;
    border: 1px solid rgba(255, 242, 168, 0.5);
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-top: 30px;
    padding: 28px 37px 28px 37px;
    justify-content: space-between;
}
.brand-logo{
    
}
.brand-logo img{
    max-width: 154px;
    width: 100%;
}
.brand-row{
    display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;

align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.brand-row:first-child{
    margin-bottom: 18px;
}
.brand-row span{
    margin-left: 10px;
}
.brand-rating{
    font-size: 16px;
    font-weight: 400;
}
.brand-rating svg{
    width: 24px;
    height: 24px;
}
.brand-info{
    font-size: 16px;
    font-weight: 400;
}
.brand-info svg{
    width: 24px;
    height: 24px;
}
.brand-call{
}
.brand-btn{
    background: #FFF2A880;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FC791E;
    padding: 8px 18px;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(84.76deg, #FC791E 5.19%, #FFBF4A 68.2%, #FC791E 101.59%);
}



.characters{
    margin-top: 40px;
}
.characters .name{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
    color:rgba(31, 33, 49, 1);
    
}
.table{
    border: 1px solid #E3E7F0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
}
.t-title{
    font-size: 16px;
    margin-bottom: 15px;
}
.col-table .tr{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    position: relative;
    flex-shrink: 0;
    
align-items: flex-end;
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
}
.col-table .td{
    background: #fff;
    display: table;
    z-index: 2;
    padding-right: 5px;
    max-width: 45%;
}
.col-table .tr::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    border-bottom: 1px dashed #333;
}
.col-table .td:last-child{
    background: #fff;
    margin-left: auto;
    padding-left: 5px;
    z-index: 2;
    text-align: right;
}
.col-table .td a{
    text-decoration: underline;
}
.col-table .td a:hover{
    text-decoration:inherit;
    color: #66C736;
}
.characters-tables{
    display: grid;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 40px;
}
.col-table{
    display: grid;
    margin-bottom: 14px;
    color: #868199;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media(max-width: 640px) { 
    .col-table {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
.tr-table{
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    flex-basis: calc(50% - 8px);
}
.tr-table:nth-child(2n+1){
    margin-right: 8px;
}
.tr-table:nth-child(2n){
    margin-left: 8px;
}
.show-characters{
    display: none;
}
.left-col .col-table{
    margin-bottom: 20px;
}
@media(max-width:1024px){
    .show-characters{
        display: table;
        cursor: pointer;
        font-size: 15px;
        color:#66C736;
        border-bottom: 1px dashed #66C736;
        margin-bottom: 42px;
    }
    .tr-table{
        margin: 0;
    }
    .col-table{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .tr-table{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        flex-basis: 100%;
    }
    .footer{
        padding-bottom: 60px;
    }
}
@media(max-width:920px){
    .product-brand{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding: 20px 10px;
    }
    .brand-info,
    .brand-rating,
    .brand-call,
    .brand-logo{
        width: 100%;
    }
    .brand-call,
    .brand-logo{
        margin-bottom: 20px;
    }
    .brand-row{
        margin-bottom: 12px;
    }
}


.catalog-back{
    background: rgba(174,185,218,.16);
    line-height: 44px;
    height: 44px;
}
.catalog-back a{
    display: table;
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
}
.catalog-back svg{
    fill:#4ACF60;
}
.catalog-back a .icon{
    position: absolute;
    left: -10px
}
.catalog-back a:hover .icon{
    animation: go-left-right .5s infinite alternate;
    -webkit-animation: go-left-right .5s infinite alternate;
}
@keyframes go-left-right {
	from {left: -10px}
	to {left: 0px}
}
@-webkit-keyframes go-left-right {
	from {left: -10px}
	to {left: 0px}
}
/*
.catalog-element .favorite-action-butn.active{
    background: rgba(102,199,54,1);
}*/
.catalog-element .favorite-action-butn.active svg{
    fill: #66C736;
    stroke: #66C736;
}
.modal-text{
    font-size: 12px;
}
.modal-text h3{
    margin-bottom: 12px;
}
.modal-text p{
    margin-bottom: 8px;
    line-height: 24px;
}
.garantiya-vozvrat .garantiya-vozvrat-text{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 15px;
    align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.garantiya-vozvrat .garantiya-vozvrat-text img{
    margin-right: 10px;
}

[class*="globalClass_"] > jdiv {
    left: 10px!important;
    bottom: 75px!important;
}

.tinner-close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer
}
.tinner-close svg{
    width: 20px;
    height: 20px;
}
.task{
    position: fixed;
    bottom: 90px;
    left:10px;
    display: table;
    z-index: 10;
}

