
.switch {
  position: relative;
  display: block;
  width: 54px;
  height: 31px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #848181;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #092c74;
}

input:focus + .slider {
  box-shadow: 0 0 1px #092c74;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchmens{
text-align: center;
}
.fontusd{
  font-size: 1.2rem !important;
}

.pricepes{

  text-align:center !important;
}
.conttexttul{

  height:380px;
}
.conttexttul2{

  height:460px;
}
.bottom-pricing2{

  margin-top: 8px;
}

.bottom-pricing3{

  margin-top: 8px;
}