

.mt50{
    margin-top: 50px;
}

.dark_link{
    color: #2D2D2D;
}


.element-not-available {
    color: var(--color-orange);
}

.element-name{
    height: 60px;
    overflow: hidden;
}


.catalog-seo ul.list {
    list-style-type: unset;
    list-style-position:unset;
}

.hide{
    display: none;
}

.error{
    border: 1px solid red !important;
}

.element-not-available {
    color: #E9002A;
}


.old_price {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    text-decoration: line-through;
    width: 100%;
}
.item-price__current {
    margin-right: 30px;
}
.item-price__retail {
    font-weight: 500;
    opacity: 0.5;
    -webkit-opacity: 0.5;
}
.item-price__retail span {
    font-size: 32px;
    line-height: 120%;
}

.item-price__descr {
    font-size: 14px;
    font-weight: 400;
}


.form_info {
    margin-top: 10px;
}

.message_sent,
.message_error{
    display: none;
}

.message_error{
    padding: 10px;
    background: rgba(255, 0, 0, 0.3);
    border-radius: 5px;
    color: red;
}

.message_sent{
    padding: 10px;
    background: rgba(57, 170, 48, 0.3);
    border-radius: 5px;
    color: green;
}

.message_sent .active,
.message_error .active{
    display: block;
}

.checkbox-text.error{
    border:unset;
}

.error.checkbox-text:before{
    border:1px solid red;
    background-color: rgba(255, 0, 0, 0.3);;
}

.subscribe-form .input-group{
    position: relative;
}

.subscribe-form .form_info{
    position: absolute;
    margin-top: 7px;
}

.subscribe-form .form_info .message_sent,
.subscribe-form .form_info .message_error{
    font-size: 12px;
    padding: 1px 15px;
}


.catalog-category__item{
    text-transform: capitalize;
}

.video-element{
    height: 88px;
    width: 88px;
    background-position: center
}

.video-element-slide{
    height: 500px;
    width: 500px;
    background-position: center
}



@media (min-width: 1024px){
    .header-search {
        max-width: 810px;
    }
}


.grecaptcha-badge { visibility: hidden; }

.basket-popup{
    right: 150px;
    bottom: 50px;
}


#filter_form .select{
    border-color:#D3D3D3;
}

.youtube{
    text-align: center;margin-top: 80px;
}

.youtube iframe{
    width: 1019px;
    height: 573px;
    padding: 20px;
    background: #E5F5F9;
}

@media (max-width: 450px){
    .youtube iframe {
        width: 325px;
        height: 200px;
    }

    .imageBack{
        background-size: contain;
        height: 75px;
        background-repeat: no-repeat;
        margin-bottom: 10px;

    }
}

@media (max-width: 1025px) {
    .showcase-content {
        min-height: 325px;
    }
    .showcase-slide{
        /*background-size: contain;*/
    }
}

@media (max-width: 835px) {
    .showcase-content {
        min-height: 325px;
    }
    .showcase-slide{
        background-size: contain;
    }
}

@media (max-width: 695px) {
    .showcase-content {
        min-height: 390px;
    }
    .showcase-slide{
        background-size: contain;
    }
}

@media (max-width: 499px) {
    .showcase-content {
        min-height: 245px!important;
    }
}

@media (max-width: 321px) {
    .showcase-content {
        min-height: 210px!important;
    }
}


.banner-section{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: 200px;
    line-height: 200px;
    font-size: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section a{
    display: inline-block;
    width: 100%;
    height: 200px;
}

@media (max-width: 499px) {
    .banner-section {
        background-position: center;
    }
}

.select-group .input-label{
    color: #676767;
    font-size: 11px;
}


@media (min-width: 1024px) {
    .element.active .element-buy {
        opacity: 1;
    }
}

.catalog-category a.catalog-category__item{
    text-transform: unset;
}
.catalog-category a.catalog-category__item::first-letter {
    text-transform: uppercase;
}

.header-bottom__menu{
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    margin-left: 20px;
}





@media (max-width: 1023px) {
    .element-price {
        display: block;
        padding: 5px 5px 5px 5px;
    }

    .element-price .element-buy{
        opacity: 1;
    }

    .element-price .element-buy .value--slim{
        width: 104px;
    }
}


.filter-name{
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
}
.catalog-wrap--new-card .element-not-available {
    color: #FF0000;
}
@media (max-width: 499px) {
    .banner-section {
        background-position: center;
    }
    .catalog-wrap--new-card .element-price .element-buy .value--slim{
        width: 80px;
    }
}
