.shop_section {background: linear-gradient(#141e30, #243b55);;
    box-sizing: border-box;
    
    /* box-shadow: 0 15px 25px rgba(0,0,0,.6); */
}
.form_title{ 
    padding: 0;
    color: #fff;
    text-align: center;
margin-bottom: 8px;}
.main_title {padding-top: 20px;
  font-weight: 700;
    font-size: 34px;
    line-height: 36px;}
.second_title {font-size: 17px;
    font-weight: 400;}
.litle_title {font-size: 13px;
    font-weight: 200;
  margin-bottom: 32px;}
.produkt_list, .produkt_title {position: relative;}
.user_id {
  color: #fff;
  font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.user_media {width: 83%;
margin: 0 auto;}
.produkt_title {margin-bottom: 40px;
  margin-left: 24%;
color: #fff;
font-size: 16px;}

input[type='checkbox']:checked+label{
  color: #03e9f4;
  transition-duration: 200ms;
}

.none-box:not(:focus):not(:active),input[type='checkbox'] {position: absolute;
  width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space:nowrap;
clip-path: inset(100%);
clip: rect(0000);
overflow: hidden;}

.banana::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
  right: 105%;
  bottom: -71%;
  background-image: url(../png/banana.png);
background-size: cover;}
.cola::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
  bottom: -71%;
  background-image: url(../png/cola.png);
background-size: cover;}
.bluberry::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
    bottom: -71%;
  background-image: url(../png/bluberry1.png);
background-size: cover;}
.mango::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
  bottom: -71%;
  background-image: url(../png/mango1.png);
background-size: cover;}
.mojito::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
    bottom: -71%;
  background-image: url(../png/mojto.png);
background-size: cover;}
.razz::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
  bottom: -71%;
  background-image: url(../png/razz.png);
background-size: cover;}

.watermallon::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
  bottom: -71%;
  background-image: url(../png/wotermelon.png);
background-size: cover;}

.lemon::before{
    content: "";
   position: absolute;
    border: #034a16;
    width: 50px;
    height: 50px;
    right: 105%;
  bottom: -71%;
  background-image: url(../png/lemon1.png);
background-size: cover;}

.logo::after {content: "";
  position: absolute;
   border: #034a16;
   width: 30px;
   height: 30px;
   bottom: -4%;
 right: 10%;
 background-image: url(../SVG/cancel-circle.svg);
background-size: cover;}

input[type='checkbox']:checked+.logo::after {
  background-image:url(../SVG/circle-down.svg);
width: 30px;
height: 30px;
transition-duration: 200ms;}

.user_box {position: relative;}


.user_box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
  }
  .user_box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
  }
  .user_box input:focus ~ label, .user_box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #03e9f4;
    font-size: 12px;
  }
  .button-regist {padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;}
.btn_cointeiner {display: flex;
  justify-content: center;
  margin: 0 auto;}
    .button-regist {
        position: relative;
        display: inline-block;
        padding: 20px 40px;
        color: #03e9f4;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: .5s;
        margin: 40px 0;
        letter-spacing: 4px;
      }
      
      .button-regist:hover {
        background: #03e9f4;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #03e9f4,
                    0 0 25px #03e9f4,
                    0 0 50px #03e9f4,
                    0 0 100px #03e9f4;
      }
      
      .button-regist span {
        position: absolute;
        display: block;
      }
      
      .button-regist span:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #03e9f4);
        animation: btn-anim1 1s linear infinite;
      }
      
      @keyframes btn-anim1 {
        0% {
          left: -100%;
        }
        50%,100% {
          left: 100%;
        }
      }
      
      .button-regist span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #03e9f4);
        animation: btn-anim2 1s linear infinite;
        animation-delay: .25s
      }
      
      @keyframes btn-anim2 {
        0% {
          top: -100%;
        }
        50%,100% {
          top: 100%;
        }
      }
      
      .button-regist span:nth-child(3) {
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg, transparent, #03e9f4);
        animation: btn-anim3 1s linear infinite;
        animation-delay: .5s
      }
      
      @keyframes btn-anim3 {
        0% {
          right: -100%;
        }
        50%,100% {
          right: 100%;
        }
      }
      
      .button-regist span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(360deg, transparent, #03e9f4);
        animation: btn-anim4 1s linear infinite;
        animation-delay: .75s
      }
      
      @keyframes btn-anim4 {
        0% {
          bottom: -100%;
        }
        50%,100% {
          bottom: 100%;
        }
      }
      @media (min-width:600px) {
        .shop_section {background: linear-gradient(#141e30, #243b55);
          padding: 40px;
        margin-top: 20px;}
        .shop_blok {width: 80%;
        margin: 0 auto;
        background: rgba(0,0,0,.5);
        box-shadow: 0 15px 25px rgba(0,0,0,.6);
        border-radius: 10px;}
      }

      @media (min-width:800px) {
        .shop_blok {width: 760px;}
        .form_media {display: flex;}
        .for_media_first {width: 100%;}
        .second_title {font-size: 20px;
          text-align: start;
        margin-left: 30px;}

      .litle_title {font-size: 15px;
          text-align: start;
          margin-left: 30px;}
          .user_media {padding-right: 33px;}
      }