.section-callback{
  border-radius: 25px;
  width: 449px;
  height: 530px;
  background: linear-gradient(143deg, #358c70 1.44%, #0e261e 100%);
  padding: 40px 60px;
  width: 34%;
  }
  .form_title{
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 41px;
  }
  .section-callback input::placeholder{
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  }
  .section-callback input::-webkit-input-placeholder {    
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  }
  .section-callback input::-moz-placeholder {
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  }
  .section-callback input:-moz-placeholder {
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  }
  .section-callback input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  }
  .section-callback input {
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  padding-bottom: 15px;
  margin-bottom: 36px;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-callback [type="submit"] {
  line-height: 46px;
  margin: auto;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  width: 100%;
  height: 46px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  font-style: normal;
  margin-top: 58px;
  margin-bottom: 36px;
  position: relative;
}
.section-callback [type="submit"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(203deg, #fff 42.5%, #b87bd7 63.52%, #fff 85.5%);
  transition: opacity 1s;
  border-radius: 25px;
}
.section-callback [type="submit"]:hover:after {
  opacity: 1;  
}
.section-callback [type="submit"]> span{
  position: relative;
  z-index: 1;
}
.person_form{
  font-weight: 200;
  font-size: 16px;
  color: #fff; 
}
.person_form a{
  font-weight: 200;
  font-size: 16px;
  color: #fff;  
  text-decoration: underline;  
}



.background_pop_up {
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: none;
}
.after_send_form {
  height: 293px;
  background: #f3f3f3;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 390px;
  padding: 50px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.close_pop_up_form {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  cursor: pointer;
}
.close_after_form {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  cursor: pointer;
}
.title_after_send {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  padding-top: 20px;
}
.text_after_send{
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.section-callback-pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 797px;
  max-height: 530px;
  height: 100%;
  background: #f3f3f3;
  padding: 67px 83px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(37.79999923706055px);
  background: rgba(255, 255, 255, 0.54);
}
.section-callback-pop-up .form_title{
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 30px;
  color: #276652;
}
.section-callback-pop-up input::placeholder{
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-pop-up input::-webkit-input-placeholder {    
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-pop-up input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-pop-up input:-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-pop-up input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-pop-up input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #276652;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-pop-up [type="submit"] {
  font-style: normal;
  border: none;
  max-width: 293px;
  height: 46px;
  line-height: 46px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
  margin-top: 50px;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  margin-bottom: 26px;
  background: linear-gradient(146deg, #ce92ec 0%, #541177 100%);
  position: relative;
}
.section-callback-pop-up .form_items{
  display: block;
}
.section-callback-pop-up .form_block {
  width: 100%;
}
.section-callback-pop-up .person_form{
  color: #000;  
  font-size: 14px;
}
.section-callback-pop-up .person_form a {
  font-weight: 200;
  font-size: 14px;
  color: #000;  
  text-decoration: underline;
}
.section-callback-pop-up [type="submit"]:hover:after {
  opacity: 1;
}
.section-callback-pop-up [type="submit"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(189deg, #ce92ec 0%, #541177 100%);
  opacity: 0;
  transition: opacity 1s;
  border-radius: 50px;
}
.section-callback-pop-up [type="submit"]::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  right: 5px;
  background-image: url(../images/sourse/arrow_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  z-index: 1;
}
.section-callback-director {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 101;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 797px;
    max-height: 530px;
    height: 100%;
    background: #f3f3f3;
    padding: 67px 83px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(37.79999923706055px);
    background: rgba(255, 255, 255, 0.54);
	max-height: max-content;
}
.section-callback-director .form_title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px;
    color: #276652;
}
.section-callback-director input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #276652;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.section-callback-director input::-webkit-input-placeholder {    
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director input:-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director textarea::-webkit-input-placeholder {    
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director textarea::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director textarea:-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director textarea:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-callback-director textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #276652;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #000;
	resize: none;
    height: 100px;
}
.section-callback-director [type="submit"]> span {
    position: relative;
    z-index: 1;
}
.section-callback-director [type="submit"] {
    font-style: normal;
    border: none;
    max-width: 293px;
    height: 46px;
    line-height: 46px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin: auto;
    cursor: pointer;
    margin-top: 50px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    margin-bottom: 26px;
    background: linear-gradient(146deg, #ce92ec 0%, #541177 100%);
    position: relative;
	width: 100%;
    border-radius: 25px;
}
.section-callback-director [type="submit"]::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    right: 5px;
    background-image: url(../images/sourse/arrow_circle.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    z-index: 1;
}
.section-callback-director [type="submit"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(189deg, #ce92ec 0%, #541177 100%);
    opacity: 0;
    transition: opacity 1s;
    border-radius: 50px;
}
.section-callback-director .person_form {
    color: #000;
    font-size: 14px;
}
.section-callback-director .person_form a {
    font-weight: 200;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
.section-callback-director [type="submit"]:hover:after {
    opacity: 1;
}
.after_send_form_director {
    height: 293px;
    background: #f3f3f3;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 101;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 390px;
    padding: 50px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}
.after_send_form_director .title_after_send {
    font-size: 18px;
    text-transform: uppercase;
    color: #276652;
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 700;
}
