.page__block-3__text{
      padding-top: 50px;
}
.page__block-3__form__container{
      padding-top: 10px;
}
.page__block-3__form{
      display: flex;
}
.page__block-3__form__action{
      background: #0060AA;
    color: #fff;
    padding: 22px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
      width: 70%;
}
.page__block-3__form__image img{
	display: block;
}
.page__block-3__form__title p{
      padding-top: 15px;
}
.page__block-3__form__title p:first-child{
	padding-top: 0;
}
.page__block-3__form textarea{
      display: block;
    width: 100%;
    border-radius: 5px;
     padding: 15px 25px;
    color: #9c9c9c;
     box-sizing: border-box;
     border: none;
}
.page__block-3__form input[type="text"]{
      display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    padding: 15px 25px;
    color: #9c9c9c;
}
.page__block-3__form input[type="submit"]{
    -webkit-appearance: none;
    background: #0BABCD;
    border: none;
    color: #fff;
    padding: 15px 25px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
}
.page__block-3__form__add-info{
      color: #61a6dc;
}

.page__block-3__form__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page__block-3__form__input {
  flex-shrink: 0;
  flex-grow: 0;
  width: 33.3333%;
  padding: 20px 10px 0;
}
.page__block-3__form__send{
      display: flex;
    justify-content: space-between;
}
.page__block-3__form__send__text{
      padding-top: 20px;
}
.page__block-3__form__send__button{
      padding-top: 20px;
      padding-left: 20px;
}

.page__block-3__form__image-xs{
	display: none;
}

.page__block-3__form__title{
      padding-bottom: 15px;
}
.page__block-3__form__image-xs img{
      display: block;
    width: 100%;
}

.page__block-3__text-xs{
	display: none;
      padding-top: 30px;
    line-height: 25px;
}

.page__block-3__form__image-xs img{
     width: 100%;
}

.page__block-3__text{
      width: 100%;
    margin: 0 auto;
}

.page__block-3__form__image{
      width: 30%;
    background-image: url(/local/templates/medon/img/content/main_page/doctor_2.jpg);
      background-color: #0060AA;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page__block-3__form__image-xs{
	height: 290px;
    background-image: url(/local/templates/medon/img/content/main_page/doctor_320.jpg);
     background-color: #0060AA;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page__block-3__text .page__block__title{
      padding-top: 15px;
}

.page__block__form__answer{
      height: 0px;
    overflow: hidden;
      text-align: center;
    background: #EF7D00;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.page__block__form__answer__content{
    padding: 5px 10px;
}
.page__block__form__answer-success{
	opacity: 1;
}

.page__block__webform-xs{
	display: none;
}
.page__block__webform-xs{
      background-color: #0060aa;
     padding: 30px 20px;
}
.page__block__webform-xs button{
	width: 100%;
      border-radius: 5px;
    border: none;
    font-size: 17px;
    background-color: #0babcd;
    color: #fff;
    cursor: pointer;
    padding: 15px 25px;
}

@media (max-width: 1024px) {
  .page__block-3__form__title p{
      font-size: 13px;
      line-height: 15px;
  }
  p.page__block-3__form__add-info{
      font-size: 13px;
    line-height: 15px;
  }

  .page__block-3__form__input {
    width: 50%;
  }

  .page__block-3__form__input:first-of-type {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .page__block.page__block-3 .page__block__title{
    padding-bottom: 0;
  }

  .page__block.page__block-3 .page__block__title{
      padding-top: 90px;
  }

  .page__block-3__form{
    flex-direction: column;
  }

  .page__block-3__form__image{
  display: none;
  }
  .page__block-3__form__image-xs{
    display: block;
  }
  .page__block-3__form__action{
      padding-bottom: 0px;
      padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .page__block-3__form__title{
      padding-bottom: 0px;
  }
  .page__block-3__form__title p{
      line-height: 25px;
  }
  .page__block-3__form__action .page__block__webform-xs{
      padding-left: 0;
    padding-right: 0;
  }
  .page__block-3__text-xs{
    display: block;
  }
  .page__block-3__text{
    display: none;
  }

  .page__block-3__form__image-xs img{
    width: 100%;
  }
  .page__block-3__form__wrapper{
      display: block;
      order: -1;
  }
  .page__block__form-textarea.page__block-3__form__textarea {
    margin: 20px 0 0;
  }
  .page__block-3__form__send{
      display: block;
    padding-bottom: 30px;
  }
  .page__block-3__form__send__button{
      text-align: center;
      padding-left: 0;
  }
  .page__block-3__form__send__button input{
      display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .page__block-3__form__send__text{
      text-align: center;
    font-size: 11px;
  }
  .page__block-3 .container.page__block-3__form__container{
    padding: 0;
    max-width: 450px;
  }

  .page__block__webform {
    display: none;
    padding: 30px 0;
  }

  .page__block__webform .form-callback-comment {
    display: flex;
    flex-direction: column;
  }

  .page__block-3__form__title p {
    /* margin: 0 0 20px; */
  }

  .page__block__webform-xs{
    display: block;
  }

  .page__block-3__form__input {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page__block-3__form__container {
    padding-top: 40px;
  }

  .page__block-3__form__title p {
    font-size: 16px;
  }

}
