

/* Start:/local/components/logema/catalog.section/templates/.default/style.css?17684772015433*/
.card__buy-btns.active .card__basket {
    margin-left: 4px;
    display: flex;
    align-items: center;
    width: 80px;
    height: 32px;
    background: #48ad41;
}
.card__buy-btns .btn.card__btn-basket {
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    color: #fff;
}
.page-title h1 {
    font-size: 34px;
    font-weight: 600
}
.card__buy-btns {
    top: 15px !important
}
.card__buy-btns.active .card__count {
    width: 40px;
    height: 32px;
    margin-right: 4px;
    border: 1px solid #00000042
}
.card__buy-btns.active .card__count-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    width: 100%;
    color: #48ad43;
    font-weight: 600
}
.card__buy-btns.active .card__count-input span {
    font-size: 10px
}
.card__buy-btns.active .card__count-input .value {
    font-size: 14px
}

.autolanding-drum__wrapper{
    position:Fixed;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:100%;
    height:100vh;
    left:0;
    top:0;
    background:rgba(0,0,0,.23);
    z-index:9999
}
.autolanding-drum__wrapper.no-init{
    display:none
}
.autolanding-drum__container{
    position:relative;
    width:440px;
    background:#f2f2f2;
    border-radius:6px;
    padding:20px 28px
}
.autolanding-drum__close{
    position:absolute;
    border:1px solid #d0d0d0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#48ad42;
    border-radius:50%;
    width:29px;
    height:29px;
    top:21px;
    right:28px;
    cursor:pointer
}
.autolanding-drum__title{
    font-style:normal;
    font-weight:600;
    font-size:20px;
    line-height:24px;
    color:#48ad42;
    margin-bottom:5px
}
.autolanding-drum__info{
    font-style:normal;
    font-weight:600;
    font-size:14.14px;
    line-height:17px;
    color:#b7b6b6;
    margin-bottom:14px
}
.autolanding-drum__list{
    position:relative;
    background:#fff;
    color:#858584;
    height:260px;
    font-weight:600;
    font-size:16px;
    line-height:19px;
    padding:10px 7px 10px 0;
    margin-bottom:14px
}
.autolanding-drum__list-arrow-down,.autolanding-drum__list-arrow-up{
    position:absolute;
    color:#48ad42;
    right:6px;
    font-family:monospace;
    cursor:pointer;
    pointer-events:none
}
.autolanding-drum__list-arrow-down img,.autolanding-drum__list-arrow-up img{
    width:13px
}
.autolanding-drum__list-arrow-up{
    top:3px;
    right:6.6px
}
.autolanding-drum__list-arrow-down{
    position:absolute;
    bottom:3px;
    right:6px;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.autolanding-drum__list-wrap{
    overflow-y:scroll;
    height:100%
}
.autolanding-drum__list-wrap::-webkit-scrollbar{
    width:11px
}
.autolanding-drum__list-wrap::-webkit-scrollbar-track{
    background:0 0
}
.autolanding-drum__list-wrap::-webkit-scrollbar-button{
    background-color:transparent;
    cursor:pointer
}
.autolanding-drum__list-wrap::-webkit-scrollbar-thumb{
    background-color:#f2f2f2;
    border-radius:20px
}
.autolanding-drum__list-item{
    padding:5px 14px;
    position:relative;
    margin:3px 0;
    cursor:pointer
}
.autolanding-drum__list-item.active{
    background:#48ad4226;
    color:#48ad42
}
.autolanding-drum__list-item.active:before{
    content:'•';
    font-size:20px;
    margin-right:10px
}
.autolanding-drum__list-item.active:after{
    content:'';
    position:absolute;
    width:25px;
    height:25px;
    top:3px;
    right:13px;
    background-image:url(/local/components/logema/catalog.section/templates/.default/../../img/icons/drum/check-green.png)
}
.autolanding-drum__action{
    text-align:center
}
.autolanding-drum__action-input{
    margin-bottom:10px;
    text-align:center;
    width:100%;
    height:38px;
    background:0 0;
    border:1px solid #d0d0d0;
    border-radius:6px;
    font-size:14.14px;
    line-height:17px;
    color:#676767;
    -moz-appearance:textfield
}
.autolanding-drum__action-input::-webkit-input-placeholder{
    color:#ccc
}
.autolanding-drum__action-input::-moz-placeholder{
    color:#ccc
}
.autolanding-drum__action-input::-ms-input-placeholder{
    color:#ccc
}
.autolanding-drum__action-input::placeholder{
    color:#ccc
}
.autolanding-drum__action-input::-webkit-inner-spin-button,.autolanding-drum__action-input::-webkit-outer-spin-button{
    -webkit-appearance:none
}
.autolanding-drum__action-btn button{
    width:100%;
    outline:0;
    padding:14px 0;
    border:none;
    background:#48ad42;
    color:#fff;
    font-weight:600;
    font-size:16px;
    line-height:22px;
    cursor:pointer
}
.fav-btn-wrapper {
	margin-bottom: 15px;
}
.card.auto-landing .card__buy-btns.active .card__cart-icon {
    display: initial !important;
}
.card.auto-landing .card__buy-btns.active .cart-icon {
    background: #4fad48 !important;
}
.card.auto-landing .card__buy-btns.active svg {
    fill: #ffffff !important;
}
.card.auto-landing .card__buy-btns.active .card__cart {
    width: 50px !important;
}
.card.auto-landing .card__buy-btns {
    width: auto !important;
    max-width: none !important;
}
/* End */
/* /local/components/logema/catalog.section/templates/.default/style.css?17684772015433 */
