.sales__caption{
  padding-top: 35px;
  text-align: center;
  font-size: 30px;
  color: #383838;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
}

.sales__line-block{
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #3ba9b2;
  margin: 20px auto 10px;
}
.two-input{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#modal-sales .modal-body{
  padding-top: 0px !important;
}
#modal-sales .form-group{
  width: 49%;
}
.sales__name{
  width: 100% !important;
}
.sales__textarea{
  width: 100% !important;
}


.start__sales{
  border: 0;
  box-shadow: 1px 1.732px 0px 0px rgba(33,116,123,0.6), inset 0.749px 1.854px 0px 0px rgba(48,152,160,0.6);
  transition: .3s all;
  color: white;
  text-decoration: none;
  background-color: #3ba9b2;
  display: inline-block;
  border-radius: 36px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
  text-decoration: none;
  transition: .3s all;
  margin: 0 0 30px 30px;
}
.start__sales:hover{
  box-shadow: 1px 1.732px 0px 0px rgba(124,124,124,0.6), inset 0.749px 1.854px 0px 0px rgba(85,85,85,0.004);
  background-color: #383838;
  transition: .3s all;
  color: white;
  text-decoration: none;
}

.start__sales:focus{
  outline: none;
}
#modal-sales .sales__btn-block{
  width: 100%;
  display: flex;
}
.sales__label{
  font-size: 16px;
  font-family: "museo_sans_cyrl300";
  color: #383838;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: 300;
}
.sales__mandatory{
  text-align: center;
  font-family: "museo_sans_cyrl500";
  font-size: 16px;
}
.sales__login-btn{
  position: relative;
  border: 0;
  padding: 14px 70px;
  background-color: #3ba9b2;
  box-shadow: 1px 1.732px 0px 0px rgba(0,0,0,0.63);
  display: inline-block;
  border-radius: 36px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
  text-decoration: none;
  transition: .3s all;
  margin: 30px auto;
}
.sales__login-btn:hover{
  color: #292929;
}
.sales__login-btn:focus, :active{
  outline: none;
}
.sales__textarea{
  resize: none;
}
.preloader{
  position: absolute;
  top: 14px;
  left: 77px;
}
#modal-sales .submitText{
  padding: 0;
  margin: 0;
}

.modal-img-close{
  width: 10px;
}

.glyphicon-ok:before{
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  border: none !important;
  width: 13px;
  height: 13px;
  content: ''!important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
  font-size: 16px;
}




@media (max-width: 575px) {
  #modal-sales .modal-body {
    padding: 0 15px 30px 15px !important;
  }
  #modal-sales .form-group{
    width: 100% !important;
  }
  .start__sales{
    padding: 16px 56px;
    margin: 15px auto;
  }

}


@media (min-width: 575px) and (max-width: 767px) {
  #modal-sales .form-group{
    width: 100% !important;
  }
  .start__sales{
    padding: 14px 36px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .start__sales{
    padding: 14px 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .start__sales{
    padding: 14px 70px;
  }

}

@media (min-width: 1200px) {
  .start__sales{
    padding: 14px 70px;
  }

}


@media (min-width: 1400px) {

  .start__sales{
    padding: 14px 70px;
  }
}
