/* modal */
.order-modal {
  max-width: 420px;
  margin: 0 auto;
  padding: 25px 20px 20px;
}

.hystmodal__close:focus {
  outline: none;
}

.hystmodal__window {
  width: 100%;
  max-width: 600px;
}

.hystmodal--simple .hystmodal__window {
  position: relative;
  overflow: visible;
  border-radius: 4px;
  padding: 30px 30px;
}

.hystmodal__window--long {
  width: 1000px;
}

/* end modal */

.order__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #4149D2;
  margin-bottom: 20px;
}

.order__phone {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  color: #393A48;
}

.form-group__label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #393A48;
  margin-bottom: 15px;
}

.order-form__input {
  position: relative;
}

.order-form__input input {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 35px;
  margin-bottom: 15px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  box-sizing: border-box;
}

.order-form__input::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-form__input--name::before {
  background: url(../images/user.svg) no-repeat center;
  background-size: contain;
}

.order-form__input--phone::before {
  background: url(../images/phone.svg) no-repeat center;
  background-size: contain;
}

.order-form__input--email::before {
  background: url(../images/email.svg) no-repeat center;
  background-size: contain;
} 

.order__btn {
  display: block;
  background: url("../images/tild6435-6638-4538-b662-663366616362__btn.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 81px;
  max-width: 330px;
  color: #fff;
  line-height: 81px;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin:  15px auto 0;
}

.social-wrapper{
  margin: 15px 0;
}

.social-link{
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.social-link--facebook{
  background-image: url(../images/icon/facebook.svg);
}

.social-link--youtube{
  background-image: url(../images/icon/youtube.svg);
}

.social-link--instagram{
  background-image: url(../images/icon/instagram.svg);
}

.social-link--vk{
  background-image: url(../images/icon/vk.svg);
}

.social-link--telegram{
  background-image: url(../images/icon/telegram.svg);
}

.seminar-content__time{
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  border-style: solid;
  margin-top: 25px;
}

.seminar-content__time a{
  color: #4149CF!important;
  text-decoration: underline!important;
}

.modal-map{
  padding-top: 35px;
}

.order-form-message{
  color: #444;
  text-align: center;
  border-bottom: 25px;
  font-size: 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
}

.b-center{
  margin-left: auto;
  margin-right: auto;
}