.solutions{

}
.solutions .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solutions_check{
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 248, 183, 0.99) 0%, #FFC804 96.88%);
box-shadow: 0px 0px 10px 2px #FFED8F;
}
.solutions_label{
     position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width: 100%;

    color: #1a181856;
    padding-left: 10px;
    cursor: pointer;
}
.solutions_box{
    width: 85%;
    background: #FFFFFF;
    box-shadow: 0px 0px 18.2041px rgba(0, 0, 0, 0.25);
    border-radius: 16.875px;
    padding: 50px;
    margin-top: 60px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.solutions_check_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    gap: 0px;
}
.roundedOne {
    width: 28px;
    height: 28px;
    position: relative;
    background: #fcfff4;
    border-radius: 50px;
}
.roundedOne  label {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      left: 4px;
      top: 4px;
      border-radius: 50px;
      background:#D9D9D9;
      /* box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1); */
        opacity: 1;

}
.roundedOne  label:after {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        left: 2px;
        background: #fcfff4;
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 100%);
        opacity: 0;
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
.roundedOne  label:hover::after {
        opacity: 0.3;
}

    input[type=radio] {
      visibility: hidden;
    }
    input[type=radio]:checked + label:after {
        opacity: 1;
      background: radial-gradient(50% 50% at 50% 50%, rgba(255, 248, 183, 0.99) 0%, #FFC804 96.88%);
      box-shadow: 0px 0px 10px 2px #FFED8F;
      color:#000;
    }  
    
.blac{
    color:#000;
    
}
.box{
    display: flex;
}
.solutions_gallari{
    position: relative;
    transition: 1000ms;
    width: 690px;
    height: 364px;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: flex-end;
    bottom:20px;
    transform: scale(1.3);
}
.gallari_img{
    position: absolute;
    width: 400px;
    height: auto;
    opacity: 0;
    left: 32%;
    bottom: 0px;
    transition: 1000ms;

}

.gallari_img_active{
    opacity: 1;
    left: 32%;
    z-index: 3;
    bottom: 0;
    transition: 1000ms;

}
.piece_box{
    position: relative;
    height: 400px;
    width: 600px;
}
.piece{
    transition: 500ms;
    cursor:pointer;
}
.piece__hover:hover > .piece{
    transition: 500ms;
    fill:url(#paint9_linear_102_18);
    transform: translateY(10px);
}
.piece_active_footer{
    fill:#FFC504;
    transform: scaley(1.05);
}
.piece_active_head{
    fill:url(#paint9_linear_102_18);
    transform: scaley(1.05);
}
.tort{
    position: relative;
}
.elLogo{
    position: absolute;
    transform: scale(0);
    /* opacity: 0; */
    transition: 500ms;
}
.vk{
    top: -33px;
    left: 63px;
}
.yandex{
    right: -156px;
    top: 14px;
}
.b24{
    bottom: -151px;
    left: -55px;
}
.durect{
    top: -77px;
    left: -39px;
}
.katalog{
    left: -113px;
    top: -25px;
}
.tg{
    left: -138px;

}
.active_elLogo{
    transform: scale(1) ;
    opacity: 1;
}

.el_box{
    position: relative;
    width: 100px;
    height: 100px;
    left: -264px;
    top: 31%;
    z-index: 5;
}


.qw{
    position: relative;
    width: 407px;
    height: 394px;
    left: -52px;
    z-index: 5;
}
.min{
    opacity: 0;
    transition: 300ms;
    font-size: 12px;
    position: relative;
    bottom: 8px;
}
.blac .min{
    opacity: 1;
}
.prise{
    opacity: 0;
    transition: 300ms;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    right: -110px;

    top: 0;
}
.blac .prise{
    opacity: 1;
}
.solutions_button{
    margin-top: 20px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15em;
    color: #1D1C1C;
    box-sizing: border-box;
    width: 283px;
    height: 51px;
    background: radial-gradient(71.3% 71.3% at 50.21% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(119.53% 119.53% at 52.77% -19.53%, rgba(255, 255, 255, 0.105) 0%, rgba(255, 255, 255, 0.7) 0.01%, rgba(255, 196, 0, 0.7) 72.92%, rgba(239, 186, 6, 0.7) 100%, rgba(255, 197, 0, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFC70F;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    cursor: pointer;
}
.gold{
    background: radial-gradient(71.3% 71.3% at 50.21% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(119.53% 119.53% at 52.77% -19.53%, rgba(255, 255, 255, 0.105) 0%, rgba(255, 255, 255, 0.7) 0.01%, rgba(255, 196, 0, 0.7) 72.92%, rgba(239, 186, 6, 0.7) 100%, rgba(255, 197, 0, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFC70F;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}
.solutions_button:hover {
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #ffe796 0%, #d5c696d9 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    transition: 300ms;
}
.solutions_itog_text{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    color: #000;
    padding-left: 10px;
}