.testimonial-tpl-p .button_wr.buttons .empty-btn {
  border: 1px solid #ffffff; }
  .testimonial-tpl-p .button_wr.buttons .empty-btn a {
    color: #ffb400; }
    .testimonial-tpl-p .button_wr.buttons .empty-btn a .arr svg {
      fill: #ffb400; }
.testimonial-tpl-p.padd-main {
  padding-bottom: 2%; }
.testimonial-tpl-p .testimonial:nth-child(2n) .cont-t {
  flex-direction: row-reverse; }
  @media (max-width: 800px) {
    .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t {
      flex-direction: row; } }
  @media (max-width: 600px) {
    .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t {
      flex-direction: column; } }
  .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .name, .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .dolgnost, .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .description {
    text-align: right; }
    @media (max-width: 600px) {
      .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .name, .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .dolgnost, .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .description {
        text-align: center; } }
  .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .dolgnost:before {
    right: 0; }
    @media (max-width: 600px) {
      .testimonial-tpl-p .testimonial:nth-child(2n) .cont-t .testim_text .dolgnost:before {
        left: calc(50% - 32.5px); } }
.testimonial-tpl-p .testimonial:nth-child(3n) .cont-t .testim_text .dolgnost:before {
  left: 0; }
  @media (max-width: 600px) {
    .testimonial-tpl-p .testimonial:nth-child(3n) .cont-t .testim_text .dolgnost:before {
      left: calc(50% - 32.5px); } }

.testim_wrapper_sl {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  box-sizing: border-box; }
  .testim_wrapper_sl .cont-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 9%; }
    @media (max-width: 920px) {
      .testim_wrapper_sl .cont-t {
        padding: 0 4%; } }
    @media (max-width: 800px) {
      .testim_wrapper_sl .cont-t {
        flex-direction: row-reverse; } }
    @media (max-width: 600px) {
      .testim_wrapper_sl .cont-t {
        flex-direction: column; } }
    .testim_wrapper_sl .cont-t .image_wr {
      padding: 31px; }
      @media (max-width: 600px) {
        .testim_wrapper_sl .cont-t .image_wr {
          padding: 25px 30px 9px;
          display: flex;
          justify-content: center; } }
      .testim_wrapper_sl .cont-t .image_wr .image {
        position: relative;
        width: 138px;
        height: 138px;
        overflow: hidden;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 26px 0px 0 0px;
        -webkit-box-shadow: 15px -15px 0px 0px #ffb400;
        -moz-box-shadow: 15px -15px 0px 0px #ffb400;
        box-shadow: 15px -15px 0px 0px #ffb400; }
        @media (max-width: 1360px) {
          .testim_wrapper_sl .cont-t .image_wr .image {
            width: 120px;
            height: 120px; } }
        @media (max-width: 920px) {
          .testim_wrapper_sl .cont-t .image_wr .image {
            width: 90px;
            height: 90px; } }
        @media (max-width: 600px) {
          .testim_wrapper_sl .cont-t .image_wr .image {
            margin: 0; } }
        @media (max-width: 1360px) {
          .testim_wrapper_sl .cont-t .image_wr .image {
            -webkit-box-shadow: 10px -10px 0px 0px #ffb400;
            -moz-box-shadow: 10px -10px 0px 0px #ffb400;
            box-shadow: 10px -10px 0px 0px #ffb400; } }
        @media (max-width: 920px) {
          .testim_wrapper_sl .cont-t .image_wr .image {
            -webkit-box-shadow: 7px -7px 0px 0px #ffb400;
            -moz-box-shadow: 7px -7px 0px 0px #ffb400;
            box-shadow: 7px -7px 0px 0px #ffb400; } }
        .testim_wrapper_sl .cont-t .image_wr .image img {
          height: 220px;
          width: 220px;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin: -110px 0 0 -110px; }
          @media (max-width: 1360px) {
            .testim_wrapper_sl .cont-t .image_wr .image img {
              height: 175px;
              width: 175px;
              margin: -87.5px 0 0 -87.5px; } }
          @media (max-width: 920px) {
            .testim_wrapper_sl .cont-t .image_wr .image img {
              height: 134px;
              width: 134px;
              margin: -67px 0 0 -67px; } }
    .testim_wrapper_sl .cont-t .testim_text {
      padding: 4% 5% 4% 6%; }
      @media (max-width: 1360px) {
        .testim_wrapper_sl .cont-t .testim_text {
          padding: 3% 4% 3% 4%; } }
      .testim_wrapper_sl .cont-t .testim_text .name {
        font-family: ProximaNovaRegular;
        font-size: 18px;
        text-transform: uppercase; }
        @media (max-width: 1360px) {
          .testim_wrapper_sl .cont-t .testim_text .name {
            font-size: 17px; } }
        @media (max-width: 920px) {
          .testim_wrapper_sl .cont-t .testim_text .name {
            font-size: 16px; } }
        @media (max-width: 600px) {
          .testim_wrapper_sl .cont-t .testim_text .name {
            text-align: center; } }
      .testim_wrapper_sl .cont-t .testim_text .dolgnost {
        font-family: ProximaNova-Light;
        position: relative;
        padding-bottom: 10px;
        color: #666666; }
        @media (max-width: 600px) {
          .testim_wrapper_sl .cont-t .testim_text .dolgnost {
            text-align: center; } }
        .testim_wrapper_sl .cont-t .testim_text .dolgnost:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          height: 3px;
          width: 65px;
          background: #ffc826; }
          @media (max-width: 600px) {
            .testim_wrapper_sl .cont-t .testim_text .dolgnost:before {
              left: calc(50% - 32.5px); } }
      .testim_wrapper_sl .cont-t .testim_text .description {
        padding-top: 30px;
        font-family: "Droid Serif";
        font-style: italic;
        font-size: 17.5px; }
        @media (max-width: 1360px) {
          .testim_wrapper_sl .cont-t .testim_text .description {
            padding-top: 25px; } }
        @media (max-width: 920px) {
          .testim_wrapper_sl .cont-t .testim_text .description {
            padding-top: 20px; } }
        @media (max-width: 1360px) {
          .testim_wrapper_sl .cont-t .testim_text .description {
            font-size: 16.5px;
            padding-bottom: 15px; } }
        @media (max-width: 920px) {
          .testim_wrapper_sl .cont-t .testim_text .description {
            font-size: 14.5px; } }
        @media (max-width: 600px) {
          .testim_wrapper_sl .cont-t .testim_text .description {
            padding-bottom: 34px; } }
        @media (max-width: 450px) {
          .testim_wrapper_sl .cont-t .testim_text .description {
            font-size: 12.5px; } }
  .testim_wrapper_sl .button_wr.buttons {
    margin-top: 1.8%; }
  .testim_wrapper_sl .swiper-container-horizontal > .swiper-pagination-bullets,
  .testim_wrapper_sl .swiper-pagination-custom,
  .testim_wrapper_sl .swiper-pagination-fraction {
    bottom: 0; }
    @media (max-width: 600px) {
      .testim_wrapper_sl .swiper-container-horizontal > .swiper-pagination-bullets,
      .testim_wrapper_sl .swiper-pagination-custom,
      .testim_wrapper_sl .swiper-pagination-fraction {
        bottom: 9px; } }

.form_testimonial {
  margin: 0px auto;
  display: block;
  padding: 0px 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px; }

input, textarea {
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  line-height: 38px;
  font-size: 16px;
  color: #999999;
  box-sizing: border-box;
  padding: 0px 20px;
  font-family: 'ProximaNova-Light'; }

.form_feedback {
  margin: 0px auto;
  margin-top: 2%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .form_feedback .avatar {
    background: rgba(204, 204, 204, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px; }
  @media (max-width: 649px) {
    .form_feedback {
      width: 100%;
      max-width: 100%;
      flex-direction: column; } }
  .form_feedback .flex-col-50:nth-child(1) {
    width: calc(100% - 220px); }
    @media (max-width: 920px) {
      .form_feedback .flex-col-50:nth-child(1) {
        padding-right: 10px; } }
    @media (max-width: 650px) {
      .form_feedback .flex-col-50:nth-child(1) {
        padding-right: 0; } }
  .form_feedback .flex-col-50:nth-child(2) {
    width: 220px; }
    @media (max-width: 920px) {
      .form_feedback .flex-col-50:nth-child(2) {
        padding-left: 10px; } }
  @media (max-width: 649px) {
    .form_feedback .flex-col-50 {
      width: 100% !important;
      padding: 0px; } }
  .form_feedback .flex-col-50 .input_feedback, .form_feedback .flex-col-50 .textarea-feedback {
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    line-height: 38px;
    font-size: 16px;
    color: #999999;
    box-sizing: border-box;
    padding: 0px 20px;
    font-family: 'ProximaNova-Light'; }
  .form_feedback .flex-col-50 .important_text {
    margin-bottom: 10px; }
    .form_feedback .flex-col-50 .important_text .warn {
      font-size: 11.5px;
      color: #cccccc; }
  .form_feedback .flex-col-50 .input_feedback:focus, .form_feedback .flex-col-50 .textarea-feedback:focus {
    border-color: #15abcc;
    outline: none; }
  .form_feedback .flex-col-50 .textarea-feedback {
    resize: none;
    height: 100px;
    width: 100% !important; }
  @media (min-width: 921px) {
    .form_feedback .flex-col-50:nth-child(1) {
      padding-right: 15px; } }
  @media (min-width: 921px) {
    .form_feedback .flex-col-50:nth-child(2) {
      padding-left: 15px; } }
  .form_feedback .buttons {
    width: 100%; }
  .form_feedback .send_btn {
    width: 100%;
    border: 1px solid #15abcc;
    border-radius: 0px;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background-color: #15abcc;
    font-family: 'ProximaNovaRegular';
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    cursor: pointer;
    display: block;
    padding: 0 !important; }
    .form_feedback .send_btn:hover {
      background-color: #08bcdd;
      border-color: #08bcdd; }
  .form_feedback .important_text {
    position: relative; }
    .form_feedback .important_text.error .input_feedback, .form_feedback .important_text.error .textarea-feedback {
      border-color: rgba(255, 30, 0, 0.34); }
    .form_feedback .important_text .error {
      font-family: 'ProximaNovaRegular';
      font-size: 12px;
      color: #ff1e00;
      margin-top: 4px; }

#photo_avatar {
  margin-bottom: 15px;
  padding: 0;
  background: rgba(204, 204, 204, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px; }

#upload_avatar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #ffc826;
  border-top-left-radius: 100px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  #upload_avatar .svg-w {
    width: 32px;
    height: 34px;
    position: absolute;
    right: 11px;
    bottom: 11px; }
    #upload_avatar .svg-w svg {
      fill: white; }
  #upload_avatar.hover {
    background: #ffb400; }

.form {
  position: relative; }
  .form .success {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 9; }
    .form .success .success_body span {
      font-family: ProximaNovaBold;
      text-transform: uppercase;
      color: #08abcc;
      text-align: center;
      display: block;
      margin-bottom: 10px; }

/*# sourceMappingURL=phototestimonial.css.map */
