.catalog__drig{
    padding-bottom: 30px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 250px) 1fr;
    gap: 20px;
    align-items: start;

}
.aside__flex{
    display: flex;
        gap: 30px;
        flex-direction: column;

}
.aside__flex-category,.aside__flex-filter,.catalog__drig-text{
    border-radius: 10px;
    background: #e5ebff;
   
}

.aside__flex-category h4,.aside__flex-filter h4 {
    border-radius: 10px;
    background-color: #939dbf;
    border-bottom: 1px solid #eee;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 12px 15px;
    text-transform: uppercase;
}
.aside__flex-category h4::after,.aside__flex-filter h4::after {
    float: right;
    font-size: 18px;
    transform: rotate(90deg);
    content: '\27A0';
}
.menum__category ul li {
    margin: 0 10px;
    box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
    transition: all 0.3s ease-in-out;
}
.menum__category {

    padding-top: 10px;
}
.menum__category ul li a, .menum__category ul li ul li.has-children1 a {
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-family: "Gabriela", sans-serif;
    font-size: 18px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    outline: none;
}
.menum__category ul li span {
    float: right;
    cursor: pointer;
    height: 24px;
    top: 5px;
    position: relative;
    width: 24px;
}
.menum__category ul li span:before {
    top: 50%;
    transform: translateY(-50%);
}
.menum__category ul li span.subtriggered:after {
    transform: translateY(-50%) rotate(0);
}
.menum__category ul li span:before, .menum__category ul li.has-children1 span:after {
    background-color: #000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 15px;
}
.menum__category ul li span:after {
    transition: all 0.15sease-in-out;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.menum__category ul li span:before, .menum__category ul li.has-children1 span:after {
    background-color: #000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 15px;
}
.menum__category ul .subtriggered + ul {
    display: block;
}
.menum__category ul ul {
    display: none;
}
.menum__category ul {
    transition: all 0.3sease-in-out;
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-content{
    overflow: hidden;
    padding: 0px 15px 18px;
}
.filter_title{
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.mse2_number_inputs {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: none;
    outline: none;
    color: #777;
    margin: 0;
    background: #fff;
    border: 1px #ddd solid;
}
.input-sm, .form-group-sm .form-control {
    height: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
label .checkmark {
    margin-left: -33px;
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #b8b8b8;
}
label:hover .checkmark {
    background-color: #eee;
}

label:hover .checkmark {
    border-color: #005591;
}
label input:checked ~ .checkmark {
    background-color: #005591;
    border: 2px solid #005591;
}
label input:checked ~ .checkmark:after {
    display: block;
}

label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chek{
    margin-left: 30px;margin-bottom: 15px;
}
.inchek{
    display: none;
}
.inspa{
    position: relative;
    top: 6px;
}
sup{
    font-size: 12px;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.a-stroke .text {
    fill: none;
    stroke-width: 1.3;
    stroke-linejoin: round;
    stroke-dasharray: 80 330;
    stroke-dashoffset: 0;
    animation: stroke 6s infinite cubic-bezier(0.4, 0, 1, 1);
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-anchor: middle;
}
.a-stroke .text:nth-child(5n + 1) {
    stroke: #337AB7;
    animation-delay: -1.2s;
}
.a-stroke .text:nth-child(5n + 2) {
    stroke: #357fbf;
    animation-delay: -2.4s;
}
.a-stroke .text:nth-child(5n + 3) {
    stroke: #3784c7;
    animation-delay: -3.6s;
}
.a-stroke .text:nth-child(5n + 4) {
    stroke: #3174af;
    animation-delay: -4.8s;
}
.a-stroke .text:nth-child(5n + 5) {
    stroke: #2f6fa7;
    animation-delay: -6s;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}
.catalog__drig-text-item{
    padding: 30px 20px;
    display: flex;
        justify-content: space-between;
        align-items: center;

}
span.button-active.button-grid {
    border-radius: 5px;
    background: url(../images/icon_grid.png) no-repeat 10px 7px;
    background-color: #939dbf!important;
    color: #ffffff!important;
    padding: 5px 8px 5px 30px;
    margin-right: 5px;
    border: 1px #2ea3de solid;
    line-height: 20px;
}

.button {
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #000;
    background: #fff;
    padding: 10px 12px;
    transition: color 300msease-in-out 0s, background-color 300msease-in-out 0s, background-position 300msease-in-out 0s;
}
.button-list {
    border-radius: 5px;
    background: url(../images/icon_list.png) no-repeat 10px 7px;
    text-transform: none;
    padding: 5px 8px 5px 30px;
    color: #000;
    border: 1px #2ea3de solid;
    line-height: 20px;
}
.catalog__view-mode{
    display: flex;
    gap: 20px;
}
a:focus {
    outline: none;
}
.button {


    display: inline-block;
 

}
span.button-active.button-gridw {
    border-radius: 5px;
    background: url(../images/icon_grid.png) no-repeat 10px 7px;
    background-color: #f7f7f7;
    color: #000000;
    padding: 5px 8px 5px 30px;
    margin-right: 5px;
    border: 1px #2ea3de solid;
    line-height: 20px;
}
span.button-bok1:hover,span.button-bok:hover {
    transform: skew(-10deg);
}


.dropdown {
    position: relative;
    display: inline-block;
    background: none repeat scroll 0 0 #939dbf;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 5px 10px;
    width: 80px;
    color: #ffffff;
    border: 1px solid #F3F3F3;
    border-radius: 5px;
  }

  .dropdown-content {
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 100%;
    padding: 5px 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: none repeat scroll 0 0 #939dbf;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: #ffffff;
    padding: 5px;
  }
  .dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .left{
    font-size: 14px;
  }
  .best__flex-block{
    display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
}
.best__flex-img{
    border-radius: 10px;
    overflow: hidden;
 position: relative;
}
.best__flex-img > .new-label{
    border-radius: 10px;
    font-size: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #2c4c54;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 100;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    width: 75px;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    margin-left: 0px;
}
.best__flex-img > .sale-label{
  
        font-size: 8px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        background: #939dbf;
        text-transform: uppercase;
        padding: 0px;
        text-align: center;
        display: block;
        position: absolute;
        top: 0px;
        z-index: 100;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: normal;
        width: 75px;
        height: 25px;
        line-height: 25px;
        margin-top: 0px;
        margin-right: 0px;
        border-radius: 10px;
 
}
.best__flex-img img{
    max-width: 300px;
    transition: 2s;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    width: 100%;
}
.best__flex-img img:hover {
    border-radius: 10px;
    transform: scale(1.5);
}



.best__flex-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
   align-items: center;;
    align-content: flex-start;
}
.best__flex-text h3{
    text-align: center;
    font-size: 18px;
    filter: drop-shadow(1px 2px 1px #0033c3);
    text-decoration: none;
}
.best__flex-text h3:hover,.blog__grid-text h3:hover {
    animation: blur 1s ease-out;
    color: #000;
}
.best__flex-text p{
    font-weight: 900;
}
.catalog__drig-text-items{
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.catalog__drig-text-itemslist {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.best__flex-blocklist .best__flex-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    align-content: flex-start;
}
.best__flex-blocklist {
    display: grid;
    grid-template-columns: minmax(0,200px) 1fr;  
    gap: 20px;
    justify-items: start;
    align-items: center;
}

.popul__grid-button {
    border-radius: 10px;
    display: inline-flex;
    text-decoration: none;
    border: 2px solid #BFE2FF;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #2c4c54;
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: pointer;
}

.popul__grid-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    color: #FFF;
}
.popul__grid-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
    transition: left 0.7s;
}
.short-description {
    width: 100%;
    background: #eef0f1;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 0px 10px 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 769px) and (max-width: 900px){	
    .left {
        font-size: 12px;
    }
    .catalog__view-mode {
        display: flex;
        gap: 0px;
    }
    .catalog__drig-text-items{
        padding: 0 20px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 20px;
    }
	
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .popul__grid-button {
        border-radius: 10px;
        display: inline-flex
    ;
        text-decoration: none;
        border: 2px solid #BFE2FF;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 30px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Roboto', Тahoma, sans-serif;
        background: #2c4c54;
        transition: box-shadow 0.3s, transform 0.3s;
        cursor: pointer;
    }
    .short-description {
        width: 100%;
        background: #eef0f1;
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 0px 10px 10px;
        margin-bottom: 0px;
    }
    .best__flex-text h3 {
        text-align: center;
        font-size: 16px;
        filter: drop-shadow(1px 2px 1px #0033c3);
        text-decoration: none;
    }
    .catalog__drig-text-item {
        padding: 30px 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
    }
    h1 {
        padding: 30px 0px 0px 0px;
    }	
    .a-stroke .text {
        fill: #337AB7;
        stroke-width: 1.5;
        stroke-linejoin: round;
        stroke-dasharray: 80 330;
        stroke-dashoffset: 0;
        animation: stroke 6s infinitecubic-bezier(0.4, 0, 1, 1);
        font-family: Tahoma, sans-serif;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-anchor: middle;
    }
    .catalog__view-mode {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .catalog__drig {
        padding-bottom: 30px;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }
    .aside__flex{
        display: flex;
            gap: 20px;
            position: relative;
            top: 0px;
            flex-direction: column;
    
    }
    .catalog__drig-text-sort{
        display: flex;
    flex-direction: column;
    }
	
}