.sales__caption{
  padding-top: 35px;
  text-align: center;
  font-size: 30px;
  color: #383838;
  text-transform: uppercase;
  font-family: "MuseoSansCyrl_700"
}

.sales__line-block{
  width: 60px;
  height: 6px;
  border-radius: 4px;
  background-color: rgb(255, 205, 0);
  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;
  font-size: 16px;
}


.start__sales{
  border: 0;
  padding: 13px 70px;
  background-color: rgba(255, 205, 0,1);
  box-shadow: 1px 1.732px 0px 0px rgba(64, 63, 63, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.4);
  display: inline-block;
  border-radius: 36px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MuseoSansCyrl_700";
  text-decoration: none;
  transition: .3s all;
  margin: 0 0 30px 30px;
}
.start__sales:hover{
  background-color: rgb(56, 56, 56);
  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);
  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: "MuseoSansCyrl_300";
  color: #383838;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: 300;
}
#orderCountry, #orderPlan{
    font-family: "MuseoSansCyrl_300";
    font-size: 16px;
}
.sales__mandatory{
  text-align: center;
  font-family: "MuseoSansCyrl_500";
  font-size: 16px;
  padding-bottom: 30px;
}
.sales__login-btn{
  position: relative;
  border: 0;
  padding: 12px 70px;
  background-color: #213031;
  box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
  display: inline-block;
  border-radius: 36px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MuseoSansCyrl_700";
  text-decoration: none;
  transition: .3s all;
  margin: 30px auto;
}
.sales__login-btn:focus, :active{
  outline: none;
}
.sales__login-btn:hover {
  color: rgb(255, 205, 0);
}
.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(../image/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;
}

.modal-header{
  border: none;
}


@media (max-width: 575px) {
  #modal-sales .modal-body {
    padding: 0 15px 30px 15px !important;
  }
  #modal-sales .form-group{
    width: 100% !important;
  }
  .start__sales{
    padding: 13px 56px;
    margin: 15px auto;
  }

}


@media (min-width: 575px) and (max-width: 767px) {
  #modal-sales .form-group{
    width: 100% !important;
  }
  .start__sales{
    padding: 13px 36px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px) {


}


@media (min-width: 1400px) {


}
