

body {
  margin: 0 0% 0 0%;
  min-width: 240px;
    
}
.mybg{
    background:#ffc107;

}
.mybg{
    margin-bottom: 10px;
    height: 50px;
    font-size: 20px; 
    padding-top: 3px;
    line-height:1.2;
    
}


.checkbox-wrapper-37{
    
    
}

.checkbox-wrapper-37 input[type="checkbox"] {
    display: none;
    

}


.checkbox-wrapper-37 .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    
    
}

.checkbox-wrapper-37 .terms-label .label-text {
    margin-left: 10px;
    /*font-size:20px;*/
    /* word-wrap: break-word; */
    /* white-space: nowrap; */
}


.checkbox-wrapper-37 .checkbox-svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border:1px solid green;
    


}

.checkbox-wrapper-37 .checkbox-box {
    fill: #fff;
    stroke: green;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

    .checkbox-wrapper-37 .checkbox-tick {
    stroke: green;

    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-box,
.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}

/*.row12{*/
/*    display:block;*/
/*    margin:10px;*/
/*}*/
/*.total{*/
/*    font-size:30px; */
/*    font-weight:bold;*/
/*    padding-right:5rem;*/

/*}*/
.price{
    padding-right:10px;
}
/*.rub{*/
/*    font-size:15px; */
/*    font-weight:bold;*/
/*    padding-right:5rem;*/
/*}*/





@media (min-width:0) and (max-width: 576px) {
    .checkbox-wrapper-37 .terms-label {
        margin-top:-7px;
    }
    /*.checkbox-wrapper-37 .checkbox-svg {*/
    /*    width: 22px;*/
    /*    height: 22px;*/

    /*}*/
    
    
    
}


@media (min-width:576px) and (max-width: 768px) {
    /*.checkbox-wrapper-37 .terms-label .label-text{*/
    /*    font-size:17px; */
    /*}*/
    
 

 }


@media (min-width: 768px) and (max-width: 992px) { 
    /*.checkbox-wrapper-37 .terms-label .label-text{*/
    /*    font-size:19px; */
    /*}*/
    

}


@media (min-width: 992px) and (max-width: 1200px){ 
    /*.checkbox-wrapper-37 .terms-label .label-text{*/
    /*    font-size:20px; */
    /*}  */

}


@media (min-width: 1200px) and (max-width: 1400px) { 
    

    
    
}