.input_el__espch {
  color: #19293b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
}

.input_el__espch a {
  color: #d79a61;
  text-decoration: underline;
}

.input_el__espch a:hover {
  color: #d79a61;
  text-decoration: none;
}

.order__tbn_animation:after {
    content: "";
    width: 102%;
    height: 58px;
    background: url("/img/landing/order-btn-bg.png");
    background-size: auto 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    background-repeat: no-repeat;
    background-position: -150% center;
    z-index: 0;
    -webkit-animation-name: btn__gr_animation;
    animation-name: btn__gr_animation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.about__section {
    padding: 110px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.first_lawyer {
  padding-top: 10px;
}

.lawyer_stat {
  max-width: 220px;
  float: left;
}

.lawyer_wrap {
  width: 430px;
  float: left;
  position: relative;
}

.lawyer_line {
  width: 100%;
  background-image: -webkit-linear-gradient(90deg, #ffa200c7 0%, #b0852f69 30%, #b0852f69 90%, #b0852f69 100%);
  -webkit-box-shadow: 0px 0px 45.54px 0.46px rgba(255, 198, 0, 0.48);
    box-shadow: 0px 0px 45.54px 0.46px rgba(255, 198, 0, 0.4);
  position: absolute;
  z-index: 2;
  top: 20%;
  animation: line_run 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 10px 0 4px 0;
  font-size: 22px;
  border-radius: 5px 5px 2px 2px;
}

.lawyer_item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin: 5px;
  position: relative;
}


.lawyer_item img {
  max-width: 100%;
  border-radius: 50%;
}

.lawyer_1, .lawyer_2, .lawyer_3, .lawyer_4, .lawyer_5, .lawyer_6 {
  animation: line_one_op 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_7, .lawyer_8, .lawyer_9, .lawyer_10, .lawyer_11, .lawyer_12 {
  animation: line_two_op 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_13, .lawyer_14, .lawyer_15, .lawyer_16, .lawyer_17, .lawyer_18 {
  animation: line_three_op 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_19, .lawyer_20, .lawyer_21, .lawyer_22, .lawyer_23, .lawyer_24 {
  animation: line_four_op 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_25, .lawyer_26, .lawyer_27, .lawyer_28, .lawyer_29, .lawyer_30 {
  animation: line_five_op 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_2:after, .lawyer_6:after, .lawyer_1:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_1.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_one 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_3:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_2.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_one 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_6:before {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_3.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 0;
  animation: line_one 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_7:after, .lawyer_9:after, .lawyer_11:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_1.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_12:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_2.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_12:before, .lawyer_9:before {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_3.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_13:after, .lawyer_16:after, .lawyer_17:after, .lawyer_18:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_1.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_14:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_2.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_14:before, .lawyer_18:before {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_3.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_19:after, .lawyer_21:after, .lawyer_23:after, .lawyer_24:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_1.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_20:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_2.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.lawyer_20:before, .lawyer_21:before {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/img/landing/lawyer/icon_3.png);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  bottom: 0;
  animation: line_two 6s cubic-bezier(0.42, 0, 0.58, 0.7) infinite;
}

.about__section {
    padding: 110px 0 130px 0;
    background: url(/img/landing/info-bg.png) #f4f4f4;
    background-position: cetner top;
    background-repeat: no-repeat;
}
.about__section_text {
  width: 50%;
  float: right;
}
.about__section_text_item {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.about__section_count {
  border: 2px solid #bbb;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 40px;
  color: #bbb;
  float: left;
  line-height: 1.8;
}
.about__section_text_desc {
  margin-left: 40px;
  float: left;
  width: 430px;
  font-size: 14px; 
  line-height: 1.5
}

.about__section_text_desc strong {
  font-weight: bold;
}

@-webkit-keyframes btn__gr_animation {
  0% {
    background-position: -350% center;
  }
  100% {
    background-position: 250% center;
  }
}



@keyframes line_run {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

@keyframes line_one {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line_two {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line_one_op {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line_two_op {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line_three_op {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line_four_op {
  0% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line_five_op {
  0% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}








.single_content {
    padding-bottom: 50px!important;
    min-height: 400px;
}



.single_content_img {
  width: 300px;
  max-width: 100%;
  float: left;
  margin: 0 30px 10px 0;
}

.single_content_img_a {
  float: left;
}

.single_other {
  margin-top: 50px;
}

.single_other_title {
  font-weight: 900;
}

.single_other ul li a {
  text-transform: lowercase;
  color: #d79a61;
}

.single_other ul {
  list-style: square;
  padding-left: 30px;
}

.single_other ul li {
  margin-left: 30px;
}


.order__from h1 {
    margin-bottom: 45px;
}

.bread_crumbs a {
    color: #000000;
  font-size: 12px;
    font-weight: 500;
    position: relative;
    
}

.kama_breadcrumbs {
  opacity: 0.42;
    color: #000000;
  font-size: 12px;
    font-weight: 500;
    position: relative;
}

.archive {
  overflow: hidden;
}

.archive_item {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}

.archive_item h2 {
  display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    color: #1b2d41;
    margin-bottom: 2px;
    text-align: left;
}

.info_btns {
  display: block;
  margin-top: 30px;
}

.info_btn {
  font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #1b2d41;
    position: relative;
}



a.info_btn:after {
    content: "";
    width: 68px;
    height: 6px;
    background: url(/img/landing/more-arrow2.png);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -80px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.info_btn:hover:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: -85px;
}

.member_text {
  font-size: 14px;
}

.video_btn {
    right: 60px;
    top: 245px;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    text-align: center;
    width: 140px;
}
@media only screen and (max-device-width: 700px) {
    .video_btn {
        left: 50%;
        margin-left: -60px;
        top: 213px;
        color: #fff;
        position: relative;
        z-index: 2;
        font-size: 14px;
        text-align: center;
        width: 140px;
    }
}


.mgo-widget-call_pulse {
    height: 80px;
    width: 80px;
    background: #f00a20 url(/img/landing/play.png) 25px center no-repeat;
    background-size: 34px;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: -95px;
    left: 30px;
    margin: auto 0;
    opacity: 1;
    -webkit-animation: shake 6s infinite ease-in-out;
    animation: shake 6s infinite ease-in-out;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 14px!important;
    text-align: center;
}
.mgo-widget-call_pulse:after,
.mgo-widget-call_pulse:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #f00a20;
    border-radius: 100%;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    z-index: 1;
}
.mgo-widget-call_pulse:before {
    margin: auto 0 auto -50px;
    height: 100px;
    width: 100px;
    opacity: .1;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.mgo-widget-call_pulse:after {
    margin: auto 0 auto -46px;
    height: 92px;
    width: 92px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    opacity: .25;
}


.fly {
  height: 300px;
  position: relative;
  width: 100%;
}

.fly_item {
  position: absolute;
  z-index: 5;
  
  margin: -1em;
  width: 44px; height: 44px;
  border-radius: 0 75% 75% 0 / 0 50% 50% 0;
  border-radius: 50%;
}

.fly_item img {
  width: 100%;
  border-radius: 50%;
}

.fly_1 {
  top: 40%; 
  left: 50%;
  animation: ellipse_1 5s linear infinite;
}

.fly_2 {
  top: 50%; 
  left: 50%;
  animation: ellipse_2 5s linear infinite;
}

.fly_3 {
  top: 55%; 
  left: 55%;
  animation: ellipse_3 4s linear infinite;
}

.fly_4 {
  top: 25%; 
  left: 25%;
  animation: ellipse_4 5s linear infinite;
}

.fly_5 {
  top: 25%; 
  left: 25%;
  animation: ellipse_5 6s linear infinite;
}

.fly_6 {
  top: 39%; 
  left: 20%;
  animation: ellipse_6 5s linear infinite;
}

.fly_7 {
  top: 25%; 
  left: 75%;
  animation: ellipse_7 5s linear infinite;
}

.fly_8 {
  top: 25%; 
  left: 75%;
  animation: ellipse_8 6s linear infinite;
}

.fly_9 {
  top: 39%; 
  left: 70%;
  animation: ellipse_9 5s linear infinite;
}

.fly_10 {
  top: 45%; 
  left: 45%;
  animation: ellipse_10 5s linear infinite;
}

.fly_11 {
  top: 25%; 
  left: 25%;
  animation: ellipse_10 4s linear infinite;
}

.fly_12 {
  top: 65%; 
  left: 65%;
  animation: ellipse_12 5s linear infinite;
}

.fly_13 {
  top: 35%; 
  left: 75%;
  animation: ellipse_13 4s linear infinite;
}

.fly_14 {
  top: 45%; 
  left: 45%;
  animation: ellipse_14 5s linear infinite;
}

.fly_15 {
  top: 25%; 
  left: 25%;
  animation: ellipse_15 4s linear infinite;
}

.fly_16 {
  top: 65%; 
  left: 65%;
  animation: ellipse_16 5s linear infinite;
}

.fly_17 {
  top: 35%; 
  left: 75%;
  animation: ellipse_17 4s linear infinite;
}

@media only screen and (max-device-width: 700px) {
  .about__section_text {
        width: 100%;
        float: left;
    }
    .lawyer_wrap {
        width: 302px;
        float: none;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
    .lawyer_item {
        width: 40px;
        height: 40px;
    }
    .about__section_text {
      width: 100%;
      float: left;
      margin-top: 40px;
  }
  .about__section_count {
      float: none;
      margin: 0 auto 20px auto;
  }
  .about__section_text_desc {
      margin-left: 0;
      float: left;
      width: 100%;
      text-align: center;
  }
}


@-webkit-keyframes shake {
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-2px);
  }
  50% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-2px);
  }
}

@keyframes shake {
  0% {
     transform: translateX(0);
  }
  25% {
     transform: translateX(-2px);
  }
  50% {
     transform: translateX(0);
  }
  100% {
     transform: translateX(-2px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


@keyframes ellipse_1 {
  from {
    transform: skewX(50deg) rotate(0deg) translateY(-5em) 
               rotate(0deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(360deg) translateY(-5em) 
               rotate(-360deg) skewX(-50deg);
  }
}

@keyframes ellipse_2 {
  from {
    transform: skewX(50deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(-50deg);
  }
}

@keyframes ellipse_3 {
  from {
    transform: skewX(50deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(-50deg);
  }
}

@keyframes ellipse_4 {
  from {
    transform: skewX(50deg) rotate(360deg) translateY(-5em) 
               rotate(-360deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(0deg) translateY(-5em) 
               rotate(0deg) skewX(-50deg);
  }
}

@keyframes ellipse_5 {
  from {
    transform: skewX(50deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(-50deg);
  }
}

@keyframes ellipse_6 {
  from {
    transform: skewX(70deg) rotate(0deg) translateY(-3em) 
               rotate(0deg) skewX(-70deg);
  }
  to {
    transform: skewX(70deg) rotate(360deg) translateY(-3em) 
               rotate(-360deg) skewX(-70deg);
  }
}

@keyframes ellipse_7 {
  from {
    transform: skewX(50deg) rotate(360deg) translateY(-5em) 
               rotate(-360deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(0deg) translateY(-5em) 
               rotate(0deg) skewX(-50deg);
  }
}

@keyframes ellipse_8 {
  from {
    transform: skewX(50deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(-50deg);
  }
}

@keyframes ellipse_9 {
  from {
    transform: skewX(30deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(-30deg);
  }
  to {
    transform: skewX(30deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(-30deg);
  }
}

@keyframes ellipse_10 {
  from {
    transform: skewX(-70deg) rotate(0deg) translateY(-3em) 
               rotate(0deg) skewX(70deg);
  }
  to {
    transform: skewX(-70deg) rotate(360deg) translateY(-3em) 
               rotate(-360deg) skewX(70deg);
  }
}

@keyframes ellipse_12 {
  from {
    transform: skewX(30deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(-30deg);
  }
  to {
    transform: skewX(30deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(-30deg);
  }
}

@keyframes ellipse_13 {
  from {
    transform: skewX(-30deg) rotate(360deg) translateY(-3em) 
               rotate(-360deg) skewX(30deg);
  }
  to {
    transform: skewX(-30deg) rotate(0deg) translateY(-3em) 
               rotate(0deg) skewX(30deg);
  }
}

@keyframes ellipse_14 {
  from {
    transform: skewX(50deg) rotate(360deg) translateY(-5em) 
               rotate(-360deg) skewX(-50deg);
  }
  to {
    transform: skewX(50deg) rotate(0deg) translateY(-5em) 
               rotate(0deg) skewX(-50deg);
  }
}

@keyframes ellipse_15 {
  from {
    transform: skewX(-50deg) rotate(360deg) translateY(-4em) 
               rotate(-360deg) skewX(50deg);
  }
  to {
    transform: skewX(-50deg) rotate(0deg) translateY(-4em) 
               rotate(0deg) skewX(50deg);
  }
}

@keyframes ellipse_16 {
  from {
    transform: skewX(70deg) rotate(0deg) translateY(-3em) 
               rotate(0deg) skewX(-70deg);
  }
  to {
    transform: skewX(70deg) rotate(360deg) translateY(-3em) 
               rotate(-360deg) skewX(-70deg);
  }
}

@keyframes ellipse_17 {
  from {
    transform: skewX(70deg) rotate(360deg) translateY(-2em) 
               rotate(-360deg) skewX(-70deg);
  }
  to {
    transform: skewX(70deg) rotate(0deg) translateY(-2em) 
               rotate(0deg) skewX(-70deg);
  }
}


@keyframes fly_one {
  0% { -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg); }
  100% { -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes foot {
    from { -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
  
}
