html{
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
}
*,
*::before,
*::after{
    box-sizing: inherit;
}
.on-flex{
    display: flex !important;
}
.on{
    display: block !important;
}
.off{
    display: none !important;
}
.rotate{
    /* transform: rotate(180deg) !important; */
    rotate: 180deg !important;
    margin: auto 0;
}
body {
    overflow-x: hidden !important;
    cursor: default;
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden !important;
    min-width: 320px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
}
.content{
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}
.container-min {
    max-width: 1380px;
    margin: 0 auto;
}
.title {
    color: #464646;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.main{
    flex:  1 0 auto;
    flex-grow: 1;
}

.footer{
    flex: 0 0 auto;
}
.wrapper{

    min-height: 100%;
    display: flex;
    flex-direction: column;
}



.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 197px;
    height: 50px;
    border-radius: 44px;
    border: 2px solid #8F69CC;
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    background-color: white;
}
.see-more__more{
    display: none;
}
.platforms-more{
    display: none;
}



.dropdown{
    position: relative;
    cursor: pointer;
}
.dropdown-btn{
    color: #676E74;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
    padding: 24px 31px 25px 57px;
    appearance: none;
    border-radius: 44px;
border: 2px solid #FFF;
background: #FFF;
position: relative;
z-index: 88;
}
.dropdown-btn::before{
position: absolute;
content: "";
width: 21px;
height: 21px;

top: 50%;
transform: translateY(-50%);
left: 26px;
}
.dropdown-btn--location::before{
    background-image: url('../images/icons/location.png');
    }
.dropdown-btn--data::before{
        background-image: url('../images/icons/data.png');
        }
.dropdown-arr{
    position: absolute;
    right: 29px;

    top: 50%;
    /* transform: translateY(-50%); */
    translate: 0 -50% ;
    z-index: 90;
    cursor: pointer;
    pointer-events: none;
}
.advantage{
    z-index: 940000 !important;
}
.dropdown__list {
    position: absolute;
    background-color: white;
    padding: 30px 16px 16px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    display: none;
    width: 100%;
top: 40px;
z-index: 100;
border-bottom-right-radius: 44px;
border-bottom-left-radius: 44px;
}
.dropdown__list-item {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    transition: all .3s;
}
.dropdown__list-item:hover{
    color: #575757;
}

.dropdown__input-hidden{
    display: none;
}


.top__image{
    animation-name: top-img;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;

}
@keyframes top-img{
    0%{
        bottom: -5px;
    }
    /* 50%{
        bottom: 30px;
    } */
    100%{
        bottom: 45px;
    }
}

.slick-arr{
    padding: 17px;
    border-radius: 6px;
    border: 1px solid #7C68CB;
    background: #FFF;
cursor: pointer;
    position: absolute;
    top: -72px;
  z-index: 888999999999999999;
}
.slick-arr--right{
    right: 0;
}
.slick-arr--left{
    right: 49px;
}

.slick-arr.slick-disabled{
    border: 1px solid #EDF6FA;
    cursor: default;
}

.slick-list .slider__item{
    margin-right: 20px;
}
.slick-list .types__item{
    margin-right: 20px;
}

.btn{
    padding: 16px 31px;
    border-radius: 44px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    border: none;
    gap: 15px;
    cursor: pointer;
    background: linear-gradient(113deg, #7C68CB 17.58%, #C968CB 103.43%);
}
.btn:before{
    position: absolute;
    content: "";
    background-image: url('../images/icons/btn-arr.png');
    background-repeat: no-repeat;
    width: 15.556px;
    height: 14px;
    right: 31.44px;
    top: 50%;
    transform: translateY(-50%);
}


.breadcumbs {
    margin-top: 20px;
    margin-bottom: 31px;
}
.breadcumbs__inner {
    display: flex;
}
.breadcumbs__list {
}
.breadcumbs__item {
    display: inline-block;
    color: #C8C5C5;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.breadcumbs__item--active {
    color: #928C8C;
}


.breadcumbs__item + .breadcumbs__item {
    padding-left: 24px;
}
.breadcumbs__item + .breadcumbs__item::before {
    position: absolute;
    content: "|";
    color:  #474747;
    left: 9px;
}




.burger-wrapper{
    gap: 4px;
    display: flex;
    justify-content: center;
    align-items: center;


 
}


.header__burger-wrapper{
    display: none;  
    padding: 12px 11px 13px 13px;
    border-radius: 12px;
background: linear-gradient(113deg, #7C68CB 17.58%, #C968CB 103.43%);
/* width: 35px; */
/* height: 35px; */
height: 50px;
position: relative;
width: 50px;
cursor: pointer;
}

.header__burger{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto 0;
    width: 12px;
    height: 10px;
}
.header__burger span{
    position: absolute;
    content: '';
    width: 75%;
    height: 2px;
    left: 0;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
}
.header__burger::before{
    position: absolute;
    background-color: white;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
}
.header__burger::after{
    position: absolute;
    background-color: white;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}

.header__burger.header__burger--active span{
    transform: scale(0);
    background-color: white;
}
.header__burger.header__burger--active::before{
    top: 50%;
    left: 50%;
    width: 14px;
    translate:-50% -50% ;
   rotate: -45deg; 
    background-color: white;
}
.header__burger.header__burger--active::after{
    top: 50%;
    left: 50%;
    translate:-50% -50% ;
    width: 14px;
    rotate: 45deg;    
    background-color: white;
} 





.header__btn--mini{
    display: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    /* padding: 10px 8px 10px 12px; */
    border-radius: 12px;
    border: 1px solid #8369CC;
    background-color: transparent;
}

.burger__content {
    display: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: white;
    top: 140px;
}
.burger__content-menu {
    padding-bottom: 135px;
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 110px;
    
}
.burger__content-item {
    color: #222;
font-size: 26px;
font-weight: 400;
line-height: 60px; 
transition: all .3s;
padding-left: 45px;
}
.burger__content-btn {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-top: 100px;
    transition: all .3s;
    margin: 0 auto;
    margin-top: 30px;
}
.burger__content-btn::before {
   display: none;
}

.product-list__aside-form-label {
    color:  #474747;
font-size: 14px;
font-weight: 500;
line-height: 22px; 
letter-spacing: 0.25px;
}






.check-box {
    color: transparent;
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0);
        opacity: 0;
    }
    .check-box:checked + span{
    background-color: #C92071;
    color: white;
    }
    .custom-check-box{
        display: inline-block;

        max-width: 20px;
        width: 100%;
        margin: auto 0;
        height: 20px;
        border-radius: 4px;
        border: 2px solid #F6EEEE;
        background: #FFF;
        vertical-align: sub;
        margin-right: 10px;
        border-radius: 4px;
        cursor: pointer;
    }
    


