/* line 1, block.scss */
#form-block {
  padding: 80px 0;
  background: #FAF8FB;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}

/* line 7, block.scss */
#form-block #scene {
  position: absolute;
  right: 15%;
  bottom: 20px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 17, block.scss */
#form-block #scene .layer-2 {
  margin-left: auto;
}

/* line 19, block.scss */
#form-block #scene .layer-2:before {
  content: url("images/shape1.svg");
}

/* line 24, block.scss */
#form-block #scene .layer-1:before {
  content: url("images/shape2.png");
  filter: grayscale(1);
}

/* line 29, block.scss */
#form-block:before {
  content: url("images/shape3.svg");
  position: absolute;
  bottom: -10px;
  right: 20%;
  pointer-events: none;
  filter: grayscale(1);
}

/* line 36, block.scss */
#form-block .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 20px;
}

/* line 42, block.scss */
#form-block .container .side {
  width: 50%;
}

/* line 46, block.scss */
#form-block .block__title {
  font-family: 'Bitter', sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 54, block.scss */
#form-block .block__subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 61, block.scss */
#form-block .contact_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

/* line 66, block.scss */
#form-block .contact_form .input__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

/* line 75, block.scss */
#form-block .contact_form input[type=tel] {
  background: #FFFFFF;
  border: 1px solid dimgrey;
  box-sizing: border-box;
  border-radius: 10px;
  height: 54px;
  text-align: center;
  max-width: 220px;
  width: 100%;
  outline: none;
  font-size: 18px;
  line-height: 24px;
  color: #1564c6;
  font-weight: 600;
}

#form-block .contact_form input[type=tel]::placeholder{
  color: #1564c6;
}

/* line 89, block.scss */
#form-block .contact_form input[type=tel].wpcf7-not-valid {
  border-color: red;
}

/* line 92, block.scss */
#form-block .contact_form input[type=tel]:focus {
  border-color: darkgray
}

/* line 96, block.scss */
#form-block .contact_form .submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
}

/* line 101, block.scss */
#form-block .contact_form .submit span {
  margin: 0;
}

/* line 104, block.scss */
#form-block .contact_form .submit a {
  text-decoration: underline;
}

/* line 108, block.scss */
#form-block .contact_form .submit label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: contents;
  outline: none;
}

/* line 115, block.scss */
#form-block .contact_form .submit label span.wpcf7-list-item-label:before {
  content: '';
  border-radius: 1px;
  display: inline-flex;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #1564c6;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 130, block.scss */
#form-block .contact_form .submit label input:checked+span:before {
  background-image: url(images/checkbox.svg);
  filter: invert(24%) sepia(27%) saturate(6736%) hue-rotate(204deg) brightness(100%) contrast(84%);


}

/* line 136, block.scss */
#form-block .phone__holder {
  padding-top: 20px;
  position: relative;
}

/* line 139, block.scss */
#form-block .phone__holder:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  max-width: 150px;
  width: 100%;
  border-top: 2px dashed dimgrey;
}

@media(max-width:545px) {
  #form-block .posible__holder {
    list-style-type: none;
    list-style-position: outside;
    background: #ffffff60;
    padding: 10px;
    border-radius: 20px;
  }
}

/* line 149, block.scss */
#form-block .phone__holder .holder__title {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

/* line 154, block.scss */
#form-block .phone__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
}

#form-block .phone__holder .phone__item svg {
  filter: grayscale(1);
}

/* line 164, block.scss */
#form-block .phone__holder .phone__item:hover {
  color: darkgray
}

/* line 169, block.scss */
#form-block .right__side {
  position: relative;
}

/* line 172, block.scss */
#form-block .side__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  color: #333333;
  margin-bottom: 15px;
  padding-left: 30px;
}

/* line 180, block.scss */
#form-block .posible__holder {
  list-style-type: none;
  list-style-position: outside;
}

/* line 183, block.scss */
#form-block .posible__holder .posible__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 15px;
}

/* line 191, block.scss */
#form-block .posible__holder .posible__item:before {
  content: url("images/check.png");
  display: block;
  margin-top: 3px;
  filter: grayscale(1);
}

@media (max-width: 1025px) {

  /* line 203, block.scss */
  #form-block:before {
    right: 0;
  }

  /* line 206, block.scss */
  #form-block #scene {
    right: 10%;
  }

  /* line 210, block.scss */
  #form-block .container .side {
    width: 50%;
  }

  /* line 214, block.scss */
  #form-block .phone__holder {
    z-index: 2;
  }
}

@media (max-width: 769px) {

  /* line 221, block.scss */
  #form-block:before {
    bottom: -100px;
  }

  /* line 224, block.scss */
  #form-block .container {
    flex-direction: column;
    row-gap: 30px;
  }

  /* line 227, block.scss */
  #form-block .container .side {
    width: 100%;
    z-index: 3;
  }

  /* line 233, block.scss */
  #form-block .contact_form input[type=tel] {
    max-width: 100%;
  }
}

@media (max-width: 498px) {

  /* line 240, block.scss */
  #form-block {
    padding-top: 30px;
    margin-bottom: 40px;
  }

  /* line 243, block.scss */
  #form-block .block__title {
    font-size: 25px;
    line-height: 30px;
  }

  /* line 248, block.scss */
  #form-block .contact_form .input__holder {
    flex-direction: column;
    row-gap: 10px;
  }

  /* line 251, block.scss */
  #form-block .contact_form .input__holder .form_input {
    width: 100%;
  }

  /* line 255, block.scss */
  #form-block .contact_form input[type=submit] {
    max-width: 100%;
    width: 100%;
  }

  /* line 261, block.scss */
  #form-block .phone__holder .holder__title {
    font-size: 16px;
  }

  /* line 266, block.scss */
  #form-block .posible__holder .posible__item {
    font-size: 16px;
  }
}

/*# sourceMappingURL=block.css.map */