
/* FORM ON MAIN */
.m-form {
  padding: 30px 0;
  background: #F9F9F9;
}
.m-form-caption h2 {
  margin-bottom: 25px; 
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-align:left;
  color: #1E1E1E;
}
.m-form-caption p {
  max-width: 727px;
  font-weight: 400;
  font-size: 16px;
  line-height: 164.5%;
  color: #1E1E1E;
}
.m-form form {
    /*display: flex;*/
  flex-direction: column;
  grid-gap: 55px 0;
  margin-top: 55px;
}
.m-form form .form-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 0 65px;
}
.m-form form .form-row:nth-child(2) {
  grid-gap: 0 55px;
}
.m-form form .form-item {
  position: relative;
  width: 100%;
  height: 60px;
}
.m-form form .form-control {
  width: 100%;
  height: 100%;
  padding-top: 12px;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #1E1E1E;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #CDCDCD;
  background-color: transparent;
  resize: none;
  transition: .5s ease;
}
.m-form form .form-item label {
  position: absolute;
  top: 17px;
  left: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #989898;
  transition: .5s ease;
}
.m-form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 164.5%;
  color: #1E1E1E;
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  cursor: pointer;
  transition: background .5s ease, color .32s ease;
}
.m-form form button:hover {
  color: #fff;
  background-color: #EA7627;
  transition: background .5s ease, color .32s ease;
}
.m-form form .form-checkbox input {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.m-form .form-checkbox input::after {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.m-form form .form-checkbox input:checked::after {
  background-color: #EA7627;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6L6.25 11L15 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.m-form form .text-input .form-control:focus+label,
.m-form form .text-input .form-control:valid+label,
.m-form form .text-input .form-item:hover label {
  top: 0px;
  font-size: 14px;
  transition: .5s ease;
}
.m-form .slam-easyform form .form-row:last-child .form-group:nth-child(1),
.form-row.form-row--button .form-group:nth-child(1) {
  width: 340px;
}
.m-form .slam-easyform form .form-row:last-child .form-group:nth-child(2),
.form-row.form-row--button .form-group:nth-child(2) {
  width: 370px;
}

/* END FORM ON MAIN */
.text-input .form-input:focus+label,
.text-input.form-item:hover label,
.text-input .form-input:valid+label,
.text-input .form-input:focus:invalid+label {
  top: 0px;
  font-size: 1.4rem;
  transition: .4s;
}
.form .form-input {
  width: 100%;
  height: 50px;
  font-family: 'Pragmatica';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #1E1E1E;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(226, 226, 226, 1);
  background-color: transparent;
  resize: none;
  transition: .4s;
}

@media screen and (max-width: 1500px) {
 
  .contact-form .form-title {
    font-size: 35px;
    line-height: 37px;
  }
  .form .form-item label {
    font-size: 16px;
    line-height: 19px;
  }
  .p-object-slider-item a>span,
  .p-object-card-item a>span {
    font-size: 12px;
    line-height: 20px;
  }
  .p-object-slider-item a>div,
  .p-object-card-item a>div {
    width: 25px;
    height: 25px;
  }
  .p-object-card-more h4 {
    font-size: 14px;
    line-height: 17px;
  }
  .v-gallery-slider .swiper-wrapper {
    padding-top: 26px;
  }
  .m-form-caption p {
    max-width: 625px;
    font-size: 14px;
    line-height: 21px;
  }
  .m-form form .form-item label {
    top: 27px;
    font-size: 16px;
    line-height: 19px;
  }
  .m-form form button {
    font-size: 14px;
    line-height: 20px;
  }
  }
  @media (max-width: 1440px) {
 
  .trading-show__item {
    font-size: 13px;
  }
  .form .form-control.form-input {
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1440 - 1024)));
  }
  }

@media screen and (max-width: 760px) {
	.m-form-caption h2 {
	  margin-bottom: 10px;
	  font-weight: 700;
	  font-size: 23px;
	}
	.m-form form {
  display: flex;
  flex-direction: column;
  grid-gap: 55px 0;
  margin-top: 25px;
	}
}
.form-checkbox p {
  margin-left: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1E1E1E;
}
.form-checkbox p a {
  text-decoration: underline;
  cursor: pointer;
}
.slam-easyform .has-success .form-control {
  border-color: #3c763d;
}
.slam-easyform .has-success .help-block, .slam-easyform .has-success .control-label, .slam-easyform .has-success .radio, .slam-easyform .has-success .checkbox, .slam-easyform .has-success .radio-inline, .slam-easyform .has-success .checkbox-inline {
  color: #3c763d;
}
.m-form form .text-input .form-control:focus + label, .m-form form .text-input .form-control:valid + label, .m-form form .text-input .form-item:hover label {
  top: 0px;
  font-size: 14px;
  transition: .5s ease;
}