
* {
  box-sizing: border-box; }


  .contact-form__message,  .contact-form2__message {
    text-align: center; }
  .contact-form__input_name {
    height: 50px;
    border: 1px solid #030303;
    border-radius: 12px;
    width: 100%;
    background: url("/img/user.svg") center left 15px no-repeat, #757575;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 18px "Roboto", sans-serif;
    color: #030303;
    transition: 0.3s; }
    .contact-form__input_name:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_phone,.contact-form2__input_phone {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 100%;
    background: url("/img/tel.svg") center left 15px no-repeat, #ddd;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #030303;
    transition: 0.3s; }
    .contact-form__input_phone:focus ,.contact-form2__input_phone:focus{
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_file {
    display: none; }
  .contact-form__file-button {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    background: url("/img/file.svg") center left 15px no-repeat, #1c1e21;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #757575;
    cursor: pointer; }
  .contact-form__button {
    background: #4b8c6a;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s;
    cursor: pointer; }
    .contact-form__button:hover {
      transition: 0.3s;
      background: #4b8c6a;
      color: #030303;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }

.preloader {
  position: relative;
  margin: 0 0 0 45%;
  height: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: 0.3s; }
  .preloader_active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s; }
  .preloader:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #393e46;
    animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }
  .preloader:after {
    width: 12px;
    height: 12px;
    left: 15%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #5f646c;
    animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes preloader_before {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0; }
  100% {
    transform: translateX(0px) rotate(0deg); } }
@keyframes preloader_after {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0; }
  100% {
    transform: translateX(0px); } }
@media (max-width: 768px) {
  .form-wrapper {
    padding: 15px; } }


/*# sourceMappingURL=style.css.map */
.contact-form__input-wrapper_phone placeholder{color:#fff}

/**/

.blc1_t{
	width: 100%;
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.blc1_t a{
	font-size: 24px;
	font-weight: 600;
}
.blc1_t span{
	font-size: 13px;
	color: var(--cm);
}

/*  */
.blc1_tn{
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.callback-bt{
	height: 164px;
	width: 164px;
	background: var(--cl);
	box-shadow: var(--bx3);
	border: 1px solid var(--cl);
	border-radius: 50%;
	transition: var(--tm);
	cursor: pointer;
	animation:hoverWave linear 1s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}
.callback-bt:hover{background:var(--wh)}

.callback-bt i{
	color: var(--wh);
	font-size: 60px;
	line-height: 60px;
	transition: var(--tm) ease-in-out;
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
}
.callback-bt:hover i{color:var(--cl)}



/*  */
.blc1_ts{
	position: relative;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.blc1_ts > span{
	font-size: 24px;
	font-weight: 600;
}
.blc1_ts > p{
	margin-top: 15px;
}


.blc1_ts .bl1_sos{
	position: relative;
	display: inline-flex;
	bottom: auto;
	margin-top: 15px;
}
.blc1_ts .bl1_si{color:var(--bl);font-size:24px}
.blc1_ts .bl1_si:hover{color:var(--cl)}

i {
font-family: fontawesome !important;
}