.single-top__box__container {
  position: relative;
}

.consultant {
  display: none;
  position: absolute;
  right: 0;
  top: 150px;
}

.consultant__box {
  width: 478px;
  height: 478px;
  background-color: #efefef;
  border-radius: 50%;
  padding-top: 92px;
  text-align: center;
  position: relative;
}

.consultant__box::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 47px;
  left: 0px;
  bottom: -40px;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png);
}

.consultant__box__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

.consultant__box__title {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.consultant__box__btn {
  font-size: 14px;
  padding: 18px 44px;
}

.single-info {
  margin-bottom: 50px;
}

.contacts {
  background-color: #6a187d;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.contacts__title {
  font-family: "Playfair Display";
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}

.contacts__list__item {
  margin-bottom: 30px;
}

.contacts__list__item__icon {
  width: 69px;
  height: 69px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.contacts__list__item__descript {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0;
}

.contacts__list__item__descript a {
  color: #ffffff;
  font-weight: 600;
}

.form-contact {
  margin-bottom: 80px;
}

.form-contact .contact-form-field {
  position: relative;
}

.form-contact label {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  font-size: 14px;
}

.form-contact input {
  margin-bottom: 20px;
}

.form-contact .title {
  font-family: "Playfair Display";
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-contact .row {
  margin-left: -14px;
  margin-right: -14px;
}

.form-contact .c-col {
  padding-left: 14px;
  padding-right: 14px;
}

.form-contact textarea {
  height: 274px;
}

.form-contact .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-contact .wpcf7-form-control-wrap {
  display: block;
}

.form-contact span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.form-contact div.wpcf7-response-output, .form-contact div.wpcf7-validation-errors, .form-contact div.wpcf7-acceptance-missing {
  border: none;
  text-align: center;
}

/*

##     ## ######## ########  ####    ###
###   ### ##       ##     ##  ##    ## ##
#### #### ##       ##     ##  ##   ##   ##
## ### ## ######   ##     ##  ##  ##     ##
##     ## ##       ##     ##  ##  #########
##     ## ##       ##     ##  ##  ##     ##
##     ## ######## ########  #### ##     ##

*/
@media (min-width: 992px) {
  .single-info {
    margin-bottom: 150px;
  }
  .contacts {
    padding-top: 129px;
    padding-bottom: 100px;
    margin-bottom: 112px;
  }
  .contacts__title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .contacts__list__item__icon {
    width: 80px;
    height: 80px;
    background-size: auto;
  }
  .contacts__list__item__descript {
    font-size: 16px;
  }
  .form-contact {
    margin-bottom: 130px;
    /* label {
            font-size: 16px;
            margin-bottom: 16px;
        }*/
  }
  .form-contact input {
    margin-bottom: 36px;
  }
  .form-contact .title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1440px) {
  .consultant-btn {
    display: none;
  }
  .consultant {
    display: block;
  }
}

@media (min-width: 1600px) {
  .consultant__box::before {
    left: -100px;
    bottom: -19px;
  }
  .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts__list__item__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}

@media (min-width: 1800px) {
  .contacts__list__item__icon {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}
/*# sourceMappingURL=contact.css.map */