form{
  max-width: 550px;
  align-self: center;
  width: 100%;
  margin-top: 100px;
}

label{
  display: flex !important;
  justify-content: space-between;
}

input{
  order: 2;
  transform: translateX(5px);
  appearance: none;
  width: 61px;
  height: 35.30px;
  border-radius: 20px;
  background: #e5e7eb;
  position: relative;
  transition: all 0.3s;
}
input::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 32px;
    height: 31px;
    background: #ffffff;
    border-radius: 100%;
    transition: all 0.3s;
  }
  
input:checked {
    background: #3366e3;
}
input:checked::before{
    left: 27px;
}

abbr{
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none !important;
}

.rcl-bttn.rcl-bttn__type-primary.rcl-bttn__size-standart{
width: 286px !important;
height: 62px !important;
border-radius: 10px !important;
background: #E9F1FD !important;
display: none !important;
justify-content: center !important;
justify-self: center;
}

.rcl-bttn.rcl-bttn__type-primary.rcl-bttn__size-standart .rcl-bttn__text{
color: #3C6DE5 !important;
font-size: 20px !important;
font-weight: 400 !important;
line-height: 24px !important;
letter-spacing: 0px !important;
}

.rcl-bttn__ico.rcl-bttn__ico-left.rcli.fa-check-circle,
.rcl-bttn__ico.rcl-bttn__ico-left.rcli fa-plane{
  display: none !important;
}

@media (max-width: 1200px) {
.rcl-bttn.rcl-bttn__type-primary.rcl-bttn__size-standart{
  display: flex !important;
  }
}
