.one-param
{
    position: relative;
}

.required
{
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
}

.error-field
{
    color: #e1e1e1;
    margin: 10px 0;
}

.one-group input[type=text], .one-group textarea
{
    padding: 4px 0px 4px 16px;
    width: 100%;
    background: white;
    height: 48px;
}

.one-group textarea
{
    height: 170px;
    padding: 15px 0px 15px 16px;
}

.one-param
{
    margin-bottom: 15px;
}

.politic
{
    margin-bottom: 12px;
}
.politic input[type="checkbox"]
{
    display: none;
}
.politic input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color:white;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 14px;


  }

  .politic input[type="checkbox"]+label:before
  {
    content:"";
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 3.5px;
    border: 2px solid white;
    border-radius: 3px;
    left:0;
  }



  .politic input[type="checkbox"]:checked+label:before
  {
   
    background: url(/local/templates/mkmplitka/images/check_box.svg) left center no-repeat;
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
  }

  .but-send
  {
    margin-top: 25px;
  }

  .success
  {
    color:white;
  }


  .form-find-main-cor{
   
  }


  #find .one-group{
    width: 100%;
  }

  #find .politic{
    margin-top: 20px;
  }

  #find .one-group:first-child{
    padding-right: 5px;
  }

  #find .one-group:last-child{
    padding-left: 5px;
  }

  .inp-cor-sear-b{
    height: 48px;
    width: 100%;
    margin-top: 16px;
    font-weight: 400px;
    font-size: 16px;
    color: #1C1B1F !important;
    background: #FFCC33;
  }



  #find .form-text{
    color: #1C1B1F;
  }