/*   
Theme Name: Mobirise
Version: 1.2.21
*/
.btn-el {
  display: inline-block!important;
  padding: 0 35px!important;
  background: #1B076D!important;
  border-radius: 5px!important;
  -webkit-transition: 0.3s ease!important;
  -o-transition: 0.3s ease!important;
  transition: 0.3s ease!important; 
}
@media (max-width: 992px) {
  .btn-el {
    padding: 0 20px!important; 
  } 
}
@media (max-width: 767px) {
  .btn-el {
      padding: 0 17px!important;
  }
}
.btn-el span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 39px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 992px) {
      .btn-el span {
        min-height: 25px;
        font-size: 10px;
        line-height: 10px; } }
  .btn-el:hover {
    background: #120F8D!important; }
  .btn-el-border {
    display: inline-block;
    padding: 0 15px;
    background: transparent;
    border: 2px solid #1B076D;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .btn-el-border {
        padding: 0 10px; } }
    .btn-el-border span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 35px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 700;
      line-height: 14px;
      text-align: center;
      color: #fff;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (max-width: 992px) {
        .btn-el-border span {
          min-height: 21px;
          font-size: 10px;
          line-height: 10px; } }
    .btn-el-border:hover {
      background-color: #1B076D !important; }
      .btn-el-border:hover span {
        color: #ffffff !important; }
    .btn-el-border_white {
      border: 2px solid #ffffff !important; }
      .btn-el-border_white span {
        color: #ffffff !important; }
      .btn-el-border_white:hover {
        background-color: #ffffff !important; }
        .btn-el-border_white:hover span {
          color: #17A6AF !important; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 8;
  background-color: #ffffff;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease; }
  @media (max-width: 992px) {
    .header {
      padding: 20px 0 20px; } }
  .header.open .menu-trigger {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header.open .menu-trigger_close {
      visibility: visible;
      opacity: 1; }
    .header.open .menu-trigger_open {
      opacity: 0;
      visibility: hidden; }
  .header.open .menu-trigger span {
    background-color: #ffffff; }
    .header.open .menu-trigger span:nth-child(1) {
      -webkit-transform: rotate(-40deg);
          -ms-transform: rotate(-40deg);
              transform: rotate(-40deg);
      margin-bottom: -2px; }
    .header.open .menu-trigger span:nth-child(2) {
      display: none; }
    .header.open .menu-trigger span:nth-child(3) {
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg); }
  .header.open .header__mobile {
    visibility: visible;
    opacity: 1; }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 25px -10px #1B076D;
            box-shadow: 0 0 25px -10px #1B076D; }
  .header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .header__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 10px;
}
    @media (max-width: 767px) {
      .header__left {
          display: flex;
          justify-content: space-between;
          width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        margin-right: 0; } }
    .header__left .menu-trigger {
      display: none; }
      @media (max-width: 767px) {
        .header__left .menu-trigger {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .header__left .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;

      margin-right: 15px; }

      @media (max-width: 767px) {
        .header__left .logo {
          display: block; } }
      .header__left .logo img {
        max-width: 100%; }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 1107px) {
  .phone-link {
    display: none!important;
  }
}
    @media (max-width: 992px) {
      .header__right {
        max-width: 358px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 767px) {
      .header__right {
        max-width: 100%; } }
    .header__right .phone-link {
      margin-right: 31px; }
      @media (max-width: 767px) {
        .header__right .phone-link {
          margin-right: 15px; } }
    .header__right .caller {
      margin-right: 33px; }
      @media (max-width: 992px) {
        .header__right .caller {
          margin-right: 20px; } }
      @media (max-width: 767px) {
        .header__right .caller {
          margin-right: 5px; } }
    .header__right .trigger-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  @media (max-width: 767px) {
    .header .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .header .menu__link {
    display: inline-block;
    margin-bottom: -6px;
    padding: 0 13px 3px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #1B076D;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease; }
    @media (max-width: 992px) {
      .header .menu__link {
        margin-bottom: -4px;
        padding: 0 2px 2px;
        font-size: 10px;
        line-height: 10px;
        border-bottom: 2px solid transparent; } }
    @media (max-width: 767px) {
      .header .menu__link {
        margin-bottom: 0;
        padding: 0 0px 5px 6px;
        color: #ffffff; } }
    .header .menu__link.active, .header .menu__link:hover {
      border-bottom: 3px solid #17A6AF; }
      @media (max-width: 992px) {
        .header .menu__link.active, .header .menu__link:hover {
          border-bottom: 2px solid #17A6AF; } }
      @media (max-width: 992px) {
        .header .menu__link:not(:last-child) {
          margin-right: 18px; } }
      @media (max-width: 767px) {
        .header .menu__link:not(:last-child) {
          margin: 0 0 21px; } }
  @media (max-width: 767px) {
    .header__mobile {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 25px 15px 32px;
      background-color: #120F8D;
      -webkit-transition: 0.1s ease;
      -o-transition: 0.1s ease;
      transition: 0.1s ease;
      opacity: 0;
      visibility: hidden; } }
  .header__mobile__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px; }
  .header__mobile .logo {
    display: none; }
    @media (max-width: 767px) {
      .header__mobile .logo {
        display: block;
        -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
                transform: translateY(-7px); } }

.menu-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18px;
  height: 12px;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease; }
  .menu-trigger_close {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
    opacity: 0;
    visibility: hidden; }
  .menu-trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1B076D;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }

.footer-bottom {
  background-color: #ffffff;
  padding: 10px 0; }
  @media (max-width: 992px) {
    .footer-bottom {
      padding: 10px 0; } }
  .footer-bottom .copy {
    width: 100%;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: #1B076D; }
    @media (max-width: 992px) {
      .footer-bottom .copy {
        font-size: 10px;
        line-height: 12px; } }

.footer-top {
  background-color: #1B076D;
  padding: 53px 0 62px; }
  @media (max-width: 992px) {
    .footer-top {
      padding: 32px 0 40px; } }

.footer__layout {
  width: 100%;
  margin: 0 auto; }

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (max-width: 600px) {
    #faq {
      margin-top: 40px!important;
    }
    .footer__row {
        display: flex;
        margin: 0 auto;
        flex-direction: column; } }

.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
		padding-right: 20px; }
  @media (max-width: 600px) {
    .footer__left {
        order: 2;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
        align-items: center;} }
  .footer__left .logo {
    display: block;}

    .footer__left .logo img {
        margin-bottom: 20px;
        min-height: 65px;
      max-width: 100%; }

.footer__accept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .footer__accept p {
    margin-right: 34px;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #ffffff; }
    @media (max-width: 992px) {
      .footer__accept p {
        margin-right: 15px;
        font-size: 10px;
        line-height: 12px; } }
  .footer__accept div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 29px;
    min-width: 29px;
    max-width: 29px;
    max-height: 18px; }
    .footer__accept div img {
      width: 100%;
      max-height: 18px; }
    .footer__accept div:not(:last-child) {
      margin-right: 6px; }

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 650px; }
  .footer-menu__col {
    width: 100%;}
      @media (max-width: 359px) {
        .footer-menu__col:not(:last-child) {
          margin-right: 15px; } }
    .footer-menu__col .head-footer {
      display: block;
      margin-bottom: 42px;
      font-family: 'Roboto';
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #ffffff; }
      @media (max-width: 992px) {
        .footer-menu__col .head-footer {
          margin-bottom: 19px;
          font-size: 12px;
          line-height: 14px; } }
    .footer-menu__col a {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      color: #ffffff;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (max-width: 992px) {
        .footer-menu__col a {
          font-size: 12px;
          line-height: 13px; } }
      .footer-menu__col a:hover {
        text-decoration: underline; }
      .footer-menu__col a:not(:last-child) {
        margin-bottom: 18px; }
        @media (max-width: 992px) {
          .footer-menu__col a:not(:last-child) {
            margin-bottom: 10px; } }



html, body {
  -webkit-text-size-adjust: 100%;
  height: 100%; }
  html.hidden, body.hidden {
    overflow: hidden; }

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*min-height: 100%;*/
}
  .main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .main footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.layout-wrapper {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

body {
  position: relative;
  /*overflow: hidden; */
}
  @media (max-width: 1024px) {
    body {
      overflow: auto; } }

/*.scroll-content {*/
/*  height: 100vh; }*/

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important; }

.phone-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .phone-link img, .phone-link svg {
    max-width: 16px;
    margin-right: 18px; }
    @media (max-width: 992px) {
      .phone-link img, .phone-link svg {
        max-width: 9px;
        margin-right: 8px; } }
    @media (max-width: 359px) {
      .phone-link img, .phone-link svg {
        margin-right: 5px; } }
    .phone-link img, .phone-link svg {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      fill: #1B076D; }
  .phone-link span {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #1B076D;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .phone-link span {
        font-size: 10px;
        line-height: 10px; } }
    @media (max-width: 767px) {
      .phone-link span {
        font-size: 12px;
        line-height: 12px; } }
    @media (max-width: 359px) {
      .phone-link span {
        font-size: 10px;
        line-height: 10px; } }
  .phone-link:hover img {
    fill: #120F8D; }
  .phone-link:hover span {
    color: #120F8D; }

.caller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  min-width: 74px;
  height: 39px;
  border: 2px solid #1B076D;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 992px) {
    .caller {
      width: 48px;
      min-width: 48px;
      height: 26px; } }
  @media (max-width: 767px) {
    .caller {
      width: 54px;
      min-width: 54px;
      height: 24px; } }
  .caller span {
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #1B076D;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .caller span {
        font-size: 6px;
        line-height: 6px; } }
  .caller svg {
    max-width: 24px;
    margin-left: 6px; }
    @media (max-width: 992px) {
      .caller svg {
        max-width: 15px;
        margin-left: 5px; } }
    .caller svg path {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      fill: #1B076D; }
  .caller:hover {
    border: 2px solid #120F8D;
    background-color: #120F8D; }
    .caller:hover svg path {
      fill: #ffffff; }
    .caller:hover span {
      color: #ffffff; }

.title {
  margin-bottom: 24px;
  font-family: 'Open Sans';
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  color: #1B076D; }
  @media (max-width: 992px) {
    .title {
      margin-bottom: 7px;
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .title {
      width: 100%;
      margin-bottom: 15px;
      text-align: center; } }
  .title-s {
    width: 100%;
    margin-bottom: 60px;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    color: #1B076D; }
    @media (max-width: 992px) {
      .title-s {
        margin-bottom: 41px;
        font-size: 18px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .title-s {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 38px; } }
    .title-s span {
      color: #17A6AF; }
  .title_center {
    width: 100%;
    text-align: center; }
  .title-m {
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #1B076D; }
    @media (max-width: 992px) {
      .title-m {
        margin-bottom: 7px;
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .title-m {
        width: 100%;
        margin-bottom: 15px;
        text-align: center; } }
    .title-m span {
      color: #17A6AF; }
  .title span {
    color: #17A6AF; }

.p-text, ul {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333333; }

  @media (max-width: 767px) {
    .p-text {
      width: 100%;
      margin-bottom: 24px;
      text-align: center; } }
  .p-text:not(:last-child) {
    margin-bottom: 38px; }
    @media (max-width: 992px) {
      .p-text:not(:last-child) {
        margin-bottom: 22px; } }
    @media (max-width: 767px) {
      .p-text:not(:last-child) {
        margin-bottom: 35px; } }

@media (max-width: 767px) {
  .slider {
    padding: 0 30px; } }

.slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 33px 0 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 1170px) {
    .slider .slick-dots {
      padding: 22px 0 0; } }
  .slider .slick-dots li {
    cursor: pointer;
    display: block;
    width: 9px;
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #F2F2F2;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 1170px) {
      .slider .slick-dots li {
        width: 6px;
        min-width: 6px;
        max-width: 6px;
        height: 6px; } }
    .slider .slick-dots li.slick-active {
      background-color: #17A6AF; }
    .slider .slick-dots li:not(:last-child) {
      margin-right: 37px; }
      @media (max-width: 1170px) {
        .slider .slick-dots li:not(:last-child) {
          margin-right: 24px; } }
    .slider .slick-dots li button {
      display: none; }

.slider .slick-arrow {
  position: absolute;
  top: calc(50% - 33px);
  z-index: 4;
  display: block;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 24px;
  background-color: transparent !important;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 1170px) {
    .slider .slick-arrow {
      width: 9px;
      min-width: 9px;
      max-width: 9px;
      height: 15px; } }
  .slider .slick-arrow.slick-prev {
    left: 0;
    background-image: url("./images/arrow-prev.svg"); }
    .slider .slick-arrow.slick-prev:hover {
      background-image: url("./images/arrow-prev-hover.svg"); }
  .slider .slick-arrow.slick-next {
    right: 0;
    background-image: url("./images/arrow-next.svg"); }
    .slider .slick-arrow.slick-next:hover {
      background-image: url("./images/arrow-next-hover.svg"); }

.section-text p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333333; }
  .section-text p:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .section-text p:not(:last-child) {
        margin-bottom: 14px; } }

.section-text h2, .section-text h3, .section-text h4 {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: #1B076D; }
.section-text h3, .section-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.post-template.faq-section {
    margin: 0 20px 0 20px!important;
}
  @media (max-width: 992px) {
    .section-text h2 {
      font-size: 22px;
      line-height: 25px; } }
  @media (max-width: 767px) {
    .section-text h2 {
      text-align: center; } }
  .section-text h2:not(:last-child) {
      margin-top: 20px;
    margin-bottom: 39px; }
    @media (max-width: 992px) {
      .section-text h2:not(:last-child) {
        margin-bottom: 7px; } }

.section-text .service-title {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #1B076D; }
  @media (max-width: 992px) {
    .section-text .service-title {
      font-size: 12px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .section-text .service-title {
      text-align: center; } }
  .section-text .service-title:not(:last-child) {
    margin-bottom: 21px; }
    @media (max-width: 992px) {
      .section-text .service-title:not(:last-child) {
        margin-bottom: 17px; } }

.check-ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  .check-ul li {
    position: relative;
    padding-left: 16px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #333333; }
    @media (max-width: 992px) {
      .check-ul li {
        padding-left: 12px; } }
    @media (max-width: 767px) {
      .check-ul li {
        padding-left: 16px; } }
    .check-ul li a {
      font-family: 'Open Sans';
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      color: #333333;
      text-decoration: underline; }
      .check-ul li a:hover {
        text-decoration: none; }
    .check-ul li:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .check-ul li:not(:last-child) {
          margin-bottom: 0; } }
    .check-ul li::before {
      content: '';
      position: absolute;
      top: 6px;
      left: -2px;
      display: block;
      width: 9px;
      height: 6px;
      background-image: url("/wp-content/themes/mobirise/images/check.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media (max-width: 992px) {
        .check-ul li::before {
          top: 9px;
          width: 8px;
          height: 5px; } }
  .check-ul:not(:last-child) {
    margin-bottom: 15px; }

.circle-ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  .circle-ul li {
    position: relative;
    padding-left: 16px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #333333; }
    @media (max-width: 992px) {
      .circle-ul li {
        padding-left: 12px;
        font-size: 10px; } }
    @media (max-width: 767px) {
      .circle-ul li {
        padding-left: 16px; } }
    .circle-ul li:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .circle-ul li:not(:last-child) {
          margin-bottom: 0; } }
    .circle-ul li::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #17A6AF; }
      @media (max-width: 992px) {
        .circle-ul li::before {
          width: 4px;
          height: 4px; } }
  .circle-ul:not(:last-child) {
    margin-bottom: 15px; }

.banner {
  background-color: #F6FDFF;
  margin-bottom: 116px; }
  @media (max-width: 992px) {
    .banner {
      margin-bottom: 74px; } }
  @media (max-width: 767px) {
    .banner {
      margin-bottom: 36px; } }
  .banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -56px;
    -webkit-transform: translateY(56px);
        -ms-transform: translateY(56px);
            transform: translateY(56px);
}
    @media (max-width: 992px) {
      .banner__content {
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
        margin-top: -30px; } }
    @media (max-width: 767px) {
      .banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 0 0 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin-top: 0; } }
  .banner__img {
    width: 100%;
    max-width: 530px;
    margin-right: 15px; }
    @media (max-width: 992px) {
      .banner__img {
        max-width: 275px; } }
    @media (max-width: 767px) {
      .banner__img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .banner__img img {
      max-width: 100%; }
  .banner__info {
    width: 100%;
    /*max-width: 457px;*/
    padding: 20px 0 25px; }
    @media (max-width: 992px) {
      .banner__info {
        max-width: 359px;
        padding: 30px 0 20px; }
 }
    @media (max-width: 767px) {
      .banner__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%;
        padding: 0; }
        .banner__info .p-text {
          max-width: 100%; } }
    .banner__info .btn-el {
        margin-top: 0;}
      @media (max-width: 767px) {
        .banner__info .btn-el {
          max-width: 200px;
          margin: 20px auto; }
          .banner__info .btn-el span {
            min-height: 29px; } }
  .banner_2 {
    background-color: transparent; }
    .banner_2 .banner__img {
      margin-right: 0;
      margin-left: 15px;
      margin-top: -85px; }
      @media (max-width: 1100px) {
        .banner_2 .banner__img {
          margin-top: -45px; } }
      @media (max-width: 992px) {
          .footer__accept div {
              width: 23px;
              min-width: 25px;
          }
          .footer__left .logo img {
              min-height: 39px;
          }
        .banner_2 .banner__img {
          margin-top: -43px;
          max-width: 300px; } }
      @media (max-width: 767px) {
        .banner_2 .banner__img {
          margin-top: 0;
          margin-bottom: 30px;
          max-width: 300px;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
    .banner_2 .banner__title {
      display: none; }
      @media (max-width: 767px) {
        .banner_2 .banner__title {
          display: block;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .banner_2 .banner__content {
      background-color: #F6FDFF;
      padding: 20px 100px;
      margin-top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      @media (max-width: 1100px) {
        .banner_2 .banner__content {
          padding: 20px 15px; } }
      @media (max-width: 992px) {
        .banner_2 .banner__content {
          padding: 20px 50px; } }
    .banner_2 .banner__info {
      padding: 25px 0; }
      @media (max-width: 992px) {
        .banner_2 .banner__info {
          padding: 7px 0 25px; } }
      @media (max-width: 767px) {
        .banner_2 .banner__info {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          padding: 0; } }
      .banner_2 .banner__info .p-text {
        max-width: 365px; }
        @media (max-width: 992px) {
          .banner_2 .banner__info .p-text {
            max-width: 240px; } }
        @media (max-width: 767px) {
          .banner_2 .banner__info .p-text {
            margin-bottom: 25px;
            max-width: 257px; } }
      @media (max-width: 767px) {
        .banner_2 .banner__info .title-m {
          display: none; } }
    .banner_2_1 .banner__content {
      padding: 20px 100px 10px; }
      @media (max-width: 992px) {
        .banner_2_1 .banner__content {
          padding: 22px 63px 11px; } }
      @media (max-width: 767px) {
        .banner_2_1 .banner__content {
          padding: 21px 0 32px 0; } }
    .banner_2_1 .banner__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 26px;
      margin-top: -55px; }
      @media (max-width: 992px) {
        .banner_2_1 .banner__img {
          padding-right: 19px;
          margin-top: -34px; } }
      @media (max-width: 767px) {
        .banner_2_1 .banner__img {
          padding-right: 0px;
          margin: 0 0 29px; } }
  .banner_3 .banner__img {
    max-width: 585px;
    margin-top: 0; }
    @media (max-width: 992px) {
      .banner_3 .banner__img {
        max-width: 360px;
        margin-left: 0px;
        margin-right: 0; } }
    .banner_3 .banner__img img {
      width: 100%;
      margin-bottom: -4px; }
  .banner_3 .banner__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 100px; }
    @media (max-width: 992px) {
      .banner_3 .banner__content {
        padding: 0 0 0 60px; } }
    @media (max-width: 767px) {
      .banner_3 .banner__content {
        padding: 22px 0 30px; } }
  .banner_3 .banner__info {
    max-width: 441px;
    padding: 45px 0 20px; }
    @media (max-width: 992px) {
      .banner_3 .banner__info {
        max-width: 300px;
        padding: 15px 0 15px; } }
    @media (max-width: 767px) {
      .banner_3 .banner__info {
        max-width: 100%;
        padding: 0; } }
    @media (max-width: 992px) {
      .banner_3 .banner__info .p-text {
        max-width: 290px; } }
    .banner_3 .banner__info .p-text:not(:last-child) {
      margin-bottom: 27px; }
  .banner_4 .banner__content {
    margin-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);}
  .banner_4 .banner__img {
    max-width: 427px;
    margin-bottom: -16px; }
    @media (max-width: 992px) {
      .banner_4 .banner__img {
        max-width: 268px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .banner_4 .banner__img {
        max-width: 100%;
        margin-bottom: 28px; } }
  /*.banner_4 .banner__info {*/
  /*  max-width: 457px;*/
    padding: 10px 0; }
    @media (max-width: 992px) {
      .banner_4 .banner__info {
        max-width: 372px;
        padding: 0px 0; } }
    @media (max-width: 767px) {
      .banner_4 .banner__info {
        max-width: 100%; } }
    .banner_4 .banner__info .title {
      margin-bottom: 13px;
      font-size: 42px;
      line-height: 50px; }
      @media (max-width: 992px) {
        .banner_4 .banner__info .title {
          margin-bottom: 9px;
          font-size: 24px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .banner_4 .banner__info .title {
          margin-bottom: 15px; } }
    .banner_4 .banner__info .p-text:not(:last-child) {
      margin-bottom: 27px; }
      @media (max-width: 992px) {
        .banner_4 .banner__info .p-text:not(:last-child) {
          margin-bottom: 23px; } }
      @media (max-width: 767px) {
        .banner_4 .banner__info .p-text:not(:last-child) {
          margin-bottom: 36px; } }

.services {
  padding-bottom: 95px; }
  @media (max-width: 992px) {
    .services {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .services {
      padding-bottom: 16px; } }
  .services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 680px) {
      .services-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 400px) {
      .services-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 263px;
    padding: 25px 32px 33px;
    border: 2px solid rgba(45, 156, 219, 0.1);
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .services-item {
        max-width: 170px;
        padding: 20px 21px 20px; } }
    @media (max-width: 767px) {
      .services-item {
        max-width: 160px;
        padding: 15px 20px 18px;
        margin-bottom: 20px;
        margin: 0 10px 20px !important; } }
    @media (max-width: 680px) {
      .services-item {
        width: 45%;
        max-width: initial; } }
    @media (max-width: 500px) {
      .services-item {
        width: 100%;
        max-width: 160px; }



    }
.header__left .header__mobile .trigger-block{
    display: none;
}
    @media (max-width: 400px) {
      .services-item {
        margin: 0 0 20px !important; } }
    @media (max-width: 359px) {
      .services-item {
        max-width: 140px;
        padding: 20px 15px 20px; } }
    .services-item:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 992px) {
        .services-item:not(:last-child) {
          margin-right: 19px; } }
      @media (max-width: 767px) {
        .services-item:not(:last-child) {
          margin-right: 0; } }
    .services-item__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin-bottom: 16px;
      min-height: 126px;
      max-height: 126px; }
      @media (max-width: 992px) {
        .services-item__img {
          margin-bottom: 10px;
          min-height: 80px;
          max-height: 80px; } }
      @media (max-width: 767px) {
        .services-item__img {
          margin-bottom: 13px;
          min-height: 77px;
          max-height: 77px; } }
      .services-item__img img {
        max-width: 100%;
        max-height: 126px; }
        @media (max-width: 992px) {
          .services-item__img img {
            max-height: 80px; } }
        @media (max-width: 767px) {
          .services-item__img img {
            max-height: 77px; } }
    .services-item__title {
      width: 100%;
      margin-bottom: 16px;
      font-family: 'Open Sans';
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      text-align: center;
      color: #1B076D; }
      @media (max-width: 992px) {
        .services-item__title {
          margin-bottom: 10px;
          font-size: 12px !important;
          line-height: 16px !important; } }
    .services-item__text {
      width: 100%;
      margin-bottom: 22px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #333333; }
      @media (max-width: 992px) {
        .services-item__text {
          margin-bottom: 17px;
          font-size: 9px !important;
          line-height: 12px !important; } }
    .services-item .btn-el-border {
      width: 100%;
        background: #1B076D;
    }
.services-item .btn-el-border:hover{
    background: transparent!important;
}
.services-item .btn-el-border:hover span{
    color: #1B076D!important;
}
    .services-item:hover {
      -webkit-transform: translateY(-14px);
          -ms-transform: translateY(-14px);
              transform: translateY(-14px);
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0))), #FFFFFF;
      background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
      -webkit-box-shadow: 5px 4px 15px #F2F2F2;
              box-shadow: 5px 4px 15px #F2F2F2;
      border: 2px solid transparent; }

.service-page {
  padding: 25px 0 126px; }
  .service-page .banner_2 {
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .service-page {
      padding: 25px 0 36px; } }
  @media (max-width: 767px) {
    .service-page {
      padding: 25px 0 36px; } }

.service-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 112px; }
  @media (max-width: 992px) {
    .service-row {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .service-row {
      display: block;
      padding-bottom: 40px; } }

.service-content {
  width: 100%;
  max-width: 750px;
  margin-right: 30px;
  padding: 0 0 0 100px; }
  @media (max-width: 992px) {
    .service-content {
      max-width: 485px;
      margin-right: 20px;
      padding: 0 0 0 65px; } }
  @media (max-width: 767px) {
    .service-content {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
      padding: 0 0 0 0; } }

.service-check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 47px 15px 58px 0;
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .service-check {
      padding: 23px 10px 34px 0;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .service-check {
      display: block;
      padding: 25px 22px 37px;
      margin-bottom: 39px; } }
  .service-check::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    left: -100px;
    display: block;
    width: calc(100% + 100px);
    height: 100%;
    border: 2px solid rgba(23, 166, 175, 0.1);
    border-radius: 5px; }
    @media (max-width: 992px) {
      .service-check::before {
        left: -65px;
        width: calc(100% + 65px); } }
    @media (max-width: 767px) {
      .service-check::before {
        left: 0px;
        width: 100%; } }
  .service-check * {
    position: relative;
    z-index: 1; }
  .service-check__text {
    width: 100%;
    max-width: 362px;
    margin-right: 13px; }
    @media (max-width: 992px) {
      .service-check__text {
        max-width: 220px;
        margin-right: 13px; } }
    @media (max-width: 767px) {
      .service-check__text {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 14px; } }
    .service-check__text .service-check__text__title p{
      margin-bottom: 17px;
      font-family: 'Open Sans';
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .service-check__text .service-check__text__title p{
          margin-bottom: 14px;
          font-size: 10px;
          line-height: 16px; } }
      @media (max-width: 767px) {
        .service-check__text .service-check__text__title p {
          margin-bottom: 20px;
          width: 100%;
          font-size: 12px;
          line-height: 16px;
          text-align: center; } }
    .service-check__text p {
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #333333; }
      @media (max-width: 992px) {
        .service-check__text p {
          font-size: 10px;
          line-height: 16px; } }
      @media (max-width: 767px) {
        .service-check__text p {
          width: 100%;
          font-size: 12px;
          line-height: 16px;
          text-align: center; } }
  .service-check__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 196px; }
    @media (max-width: 992px) {
      .service-check__rate {
        max-width: 146px; } }
    @media (max-width: 767px) {
      .service-check__rate {
        max-width: 100%; } }
    .service-check__rate .btn-el-border {
      width: 100%;
      max-width: 196px; }
      @media (max-width: 992px) {
        .service-check__rate .btn-el-border span {
          min-height: 26px; } }
      @media (max-width: 767px) {
        .service-check__rate .btn-el-border {
          max-width: 200px; } }
  .service-check__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px; }
    .service-check__stars span {
      display: block;
      width: 18px;
      min-width: 18px;
      height: 18px;
      background: #F2C94C;
      -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
              clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
      @media (max-width: 992px) {
        .service-check__stars span {
          width: 13px;
          min-width: 13px;
          height: 13px; } }
      .service-check__stars span:not(:last-child) {
        margin-right: 11px; }
        @media (max-width: 992px) {
          .service-check__stars span:not(:last-child) {
            margin-right: 7px; } }

.service-sidebar {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 39px 20px 51px;
  border: 2px solid rgba(23, 166, 175, 0.1);
  border-radius: 5px; }
  @media (max-width: 992px) {
    .service-sidebar {
      max-width: 232px;
      padding: 18px 18px; } }
  @media (max-width: 767px) {
    .service-sidebar {
      max-width: 100%; } }
  .service-sidebar__row {
    width: 100%;
    padding-bottom: 18px; }
    .service-sidebar__row:not(:last-child) {
      margin-bottom: 32px;
      border-bottom: 1px solid #E0E0E0; }
      @media (max-width: 992px) {
        .service-sidebar__row:not(:last-child) {
          margin-bottom: 15px; } }
    .service-sidebar__row .title-s {
      margin-bottom: 17px;
      text-align: left; }
      @media (max-width: 992px) {
        .service-sidebar__row .title-s {
          margin-bottom: 5px;
          font-size: 12px;
          line-height: 20px; } }
      @media (max-width: 767px) {
        .service-sidebar__row .title-s {
          margin-bottom: 17px;} }
    .service-sidebar__row .service-title {
      text-transform: uppercase; }

.service-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .service-date {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .service-date__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 30px;
    width: 38px;
    min-width: 38px;
    margin-top: 5px; }
    @media (max-width: 992px) {
      .service-date__img {
        margin-right: 19px;
        width: 25px;
        min-width: 25px; } }
    .service-date__img img {
      width: 100%;
      max-width: 100%; }
  .service-date p {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400; 
    line-height: 20px;
    color: #333333; }
    @media (max-width: 992px) {
      .service-date p {
        font-size: 10px;
        line-height: 14px; } }

.benefits {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .benefits {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .benefits {
      padding-bottom: 36px; } }
  .benefits-layout {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
    padding: 80px 15px 30px;
    background: #F6FDFF;
    border-radius: 5px; }
    @media (max-width: 992px) {
      .benefits-layout {
        padding: 62px 15px 24px; } }
    @media (max-width: 767px) {
      .benefits-layout {
        padding: 30px 7px 0px; } }
  .benefits-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .benefits-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 195px;
    margin: 0 28px 48px; }
  .banner .benefits-item{
      margin: 0 28px 40px;
  }
  @media(max-width: 1024px){
      .banner .benefits-list{
          margin-top: 20px;
      }
      .banner .benefits-item {
          margin: 0 14px 40px;
          max-width: initial;
          width: 38%;
      }
  }
    @media (max-width: 992px) {
      .benefits-item {
        margin: 0 20px 38px; } }
    @media (max-width: 900px) {
      .benefits-item {
        max-width: 140px;
        margin: 0 40px 38px; }

    }
    @media (max-width: 767px) {
      .benefits-item {
        width: 33%;
        max-width: initial;
        padding-right: 10px;
        margin: 0 0 30px; } }
    @media (max-width: 500px) {
      .benefits-item {
        width: 50%; } }
    .benefits-item__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      min-width: 50px;
      height: 50px;
      margin-right: 18px;
      padding: 5px;
      background: #17A6AF;
      border-radius: 5px; }
      @media (max-width: 992px) {
        .benefits-item__img {
          margin-right: 14px;
          width: 40px;
          min-width: 40px;
          height: 40px; } }
      @media (max-width: 359px) {
        .benefits-item__img {
          margin-right: 8px; } }
      .benefits-item__img img {
        max-width: 100%; }
    .benefits-item p {
      width: 100%;
      max-width: 115px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 700;
      line-height: 19px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .benefits-item p {
          font-size: 10px;
          line-height: 14px; } }
      @media (max-width: 359px) {
        .benefits-item p {
          font-size: 9px;
          line-height: 12px; } }

.stats {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .stats {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .stats {
      padding-bottom: 36px; } }
  .stats__layout {
    width: 100%;
    max-width: 945px;
    margin: 0 auto; }
  .stats-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 992px) {
      .stats-row {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 650px) {
      .stats-row {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .stats-row__title {
      padding-right: 10px;
      font-family: 'Roboto';
      font-size: 36px;
      font-weight: 700;
      line-height: 42px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .stats-row__title {
          width: 100%;
          max-width: 160px;
          padding-left: 27px;
          font-size: 24px;
          line-height: 28px; } }
      @media (max-width: 650px) {
        .stats-row__title {
          max-width: 140px;
          padding-left: 0;
          padding-right: 10px;
          margin: 0 30px 31px; } }
      @media (max-width: 430px) {
        .stats-row__title {
          margin: 0 0 31px; } }
    .stats-row__col {
      padding-right: 10px; }
      @media (max-width: 992px) {
        .stats-row__col {
          width: 100%;
          max-width: 190px; } }
      @media (max-width: 650px) {
        .stats-row__col {
          margin: 0 30px 31px;
          max-width: 140px; } }
      @media (max-width: 430px) {
        .stats-row__col {
          margin: 0 0 31px; } }
    .stats-row__num {
      margin-bottom: 12px;
      font-family: 'Roboto';
      font-size: 30px;
      font-weight: 700;
      line-height: 35px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .stats-row__num {
          margin-bottom: 7px;
          font-size: 24px;
          line-height: 28px; } }
    .stats-row__text {
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .stats-row__text {
          font-size: 12px;
          line-height: 14px; } }

.writers {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .writers {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .writers {
      padding-bottom: 36px; } }
  .writers-layout {
    width: 100%;
    max-width: 975px;
    margin: 0 auto; }
    @media (max-width: 1170px) {
      .writers-layout {
        max-width: 612px; } }
    @media (max-width: 767px) {
      .writers-layout {
        max-width: 482px; } }
    @media (max-width: 500px) {
      .writers-layout {
        max-width: 249px; } }
  .writers-slider .slick-track {
    padding-top: 20px; }
  .writers-slider .slick-arrow.slick-prev {
    left: -79px; }
    @media (max-width: 1170px) {
      .writers-slider .slick-arrow.slick-prev {
        left: -63px; } }
    @media (max-width: 767px) {
      .writers-slider .slick-arrow.slick-prev {
        left: 0; } }
  .writers-slider .slick-arrow.slick-next {
    right: -79px; }
    @media (max-width: 1170px) {
      .writers-slider .slick-arrow.slick-next {
        right: -63px; } }
    @media (max-width: 767px) {
      .writers-slider .slick-arrow.slick-next {
        right: 0; } }
  .writers-slide {
    position: relative;
    width: 100%;
    max-width: 293px;
    margin: 0 17px;
    border: 2px solid rgba(45, 156, 219, 0.1);
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 1170px) {
      .writers-slide {
        max-width: 189px;
        margin: 0 11px; } }
    @media (max-width: 500px) {
      .writers-slide {
        margin: 0; } }
    .writers-slide__hidden {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 24px 34px;
      background-color: #17A6AF;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (max-width: 1170px) {
        .writers-slide__hidden {
          padding: 15px 22px; } }
      .writers-slide__hidden p {
        margin-bottom: 29px;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff; }
        @media (max-width: 1170px) {
          .writers-slide__hidden p {
            margin-bottom: 19px;
            font-size: 10px;
            line-height: 16px; } }
      .writers-slide__hidden .btn-el-border {
        width: 100%;
        max-width: 196px;
          background: #1B076D;
          border-color: #1B076D!important;
      }
        @media (max-width: 1170px) {
          .writers-slide__hidden .btn-el-border {
            max-width: 127px; } }
    .writers-slide:hover {
      border: 2px solid #17A6AF;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
      .writers-slide:hover .writers-slide__hidden {
        opacity: 1;
        visibility: visible; }
    .writers-slide__img {
      width: 100%;
      max-height: 291px;
      min-height: 274px; }
      @media (max-width: 1170px) {
        .writers-slide__img {
          max-height: 177px;
          min-height: 177px; } }
      .writers-slide__img img {
        width: 100%;
        max-height: 274px; }
        @media (max-width: 1170px) {
          .writers-slide__img img {
            max-height: 177px; } }
    .writers-slide__cnt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      padding: 17px 15px 24px; }
      @media (max-width: 1170px) {
        .writers-slide__cnt {
          padding: 11px 15px 16px; } }
      .writers-slide__cnt .btn-el-border {
        width: 100%;
        max-width: 196px;
          background: #1B076D;
          border-color: #1B076D!important;
          color: #fff;
      }
        @media (max-width: 1170px) {
          .writers-slide__cnt .btn-el-border {
            max-width: 127px; } }
    .writers-slide__title {
      width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -webkit-box-orient: vertical;
      height: 22px;
      margin-bottom: 4px;
      font-family: 'Open Sans';
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      text-align: center;
      color: #333333; }
      @media (max-width: 1170px) {
        .writers-slide__title {
          height: 16px;
          font-size: 12px;
          line-height: 16px; } }
    .writers-slide__text {
      width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -webkit-box-orient: vertical;
      height: 19px;
      margin-bottom: 18px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      text-align: center;
      color: #333333; }
      @media (max-width: 1170px) {
        .writers-slide__text {
          margin-bottom: 8px;
          height: 14px;
          font-size: 10px;
          line-height: 14px; } }

.works {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .works {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .works {
      padding-bottom: 36px; } }
  .works-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 530px) {
      .works-row {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .works-row__img {
      width: 50%; }
      @media (max-width: 530px) {
        .works-row__img {
          width: 100%; } }
      .works-row__img img {
        width: 100%;
        max-width: 100%;
        height: 100%; }
        @media (max-width: 530px) {
          .works-row__img img {
            height: auto;
            margin-bottom: -4px; } }
    .works-row__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 50%;
      background-color: #1B076D;
      padding: 32px 32px 32px 80px; }
      @media (max-width: 767px) {
        .works-row__list {
          padding: 25px 32px; } }
      @media (max-width: 530px) {
        .works-row__list {
          width: 100%;
          padding: 25px 15px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap; } }
  .works-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 36px; }
    @media (max-width: 992px) {
      .works-item {
        padding-left: 21px; } }
    .works-item:not(:last-child) {
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .works-item:not(:last-child) {
          margin-bottom: 18px; } }
      .works-item:not(:last-child)::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 3px;
        height: calc(50% + 30px);
        width: 1px;
        background-color: #ffffff; }
        @media (max-width: 992px) {
          .works-item:not(:last-child)::before {
            left: 2px;
            height: calc(50% + 18px); } }
    .works-item:not(:first-child)::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 3px;
      height: calc(100% + 30px);
      width: 1px;
      background-color: #ffffff; }
      @media (max-width: 992px) {
        .works-item:not(:first-child)::before {
          left: 2px;
          height: calc(100% + 18px); } }
    .works-item:last-child::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 3px;
      height: 50%;
      width: 1px;
      background-color: #ffffff; }
      @media (max-width: 992px) {
        .works-item:last-child::before {
          left: 2px; } }
    .works-item::after {
      content: '';
      position: absolute;
      top: calc(50% - 3.5px);
      left: 0;
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #ffffff; }
      @media (max-width: 992px) {
        .works-item::after {
          top: calc(50% - 2.5px);
          width: 5px;
          height: 5px; } }
    .works-item__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 33px;
      min-width: 33px;
      margin-right: 31px; }
      @media (max-width: 992px) {
        .works-item__img {
          width: 22px;
          min-width: 22px;
          margin-right: 20px; } }
      .works-item__img img {
        max-width: 100%; }
    .works-item__cnt {
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      color: #ffffff; }
      @media (max-width: 992px) {
        .works-item__cnt {
          font-size: 10px;
          line-height: 12px; } }

.column {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .column {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .column {
      padding-bottom: 36px; } }
  .column-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .column-row {
        display: block; } }
    .column-row__item {
      width: 48%; }
      @media (max-width: 767px) {
        .column-row__item {
          width: 100%; } }

.reviews {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .reviews {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .reviews {
      padding-bottom: 36px; } }
  .reviews-layout {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .reviews-layout {
        max-width: 732px;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .reviews-layout {
        max-width: 528px;
        padding: 0; } }
    @media (max-width: 500px) {
      .reviews-layout {
        max-width: 252px; } }
  .reviews-slider .slick-arrow.slick-prev {
    left: -60px; }
    @media (max-width: 1160px) {
      .reviews-slider .slick-arrow.slick-prev {
        left: 0px; } }
    @media (max-width: 992px) {
      .reviews-slider .slick-arrow.slick-prev {
        left: -15px; } }
    @media (max-width: 767px) {
      .reviews-slider .slick-arrow.slick-prev {
        left: 0; } }
  .reviews-slider .slick-arrow.slick-next {
    right: -60px; }
    @media (max-width: 1160px) {
      .reviews-slider .slick-arrow.slick-next {
        right: 0px; } }
    @media (max-width: 992px) {
      .reviews-slider .slick-arrow.slick-next {
        right: -15px; } }
    @media (max-width: 767px) {
      .reviews-slider .slick-arrow.slick-next {
        right: 0; } }
  @media (max-width: 767px) {
    .reviews-slider .slick-dots {
      padding: 45px 0 0; } }

.rev {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 30px;
  padding: 20px 0 0 20px; }
  @media (max-width: 992px) {
    .rev {
      max-width: 192px;
      margin: 0 21px;
      padding: 29px 0 0 19px; } }
  @media (max-width: 500px) {
    .rev {
      max-width: 192px;
      margin: 0; } }
  .rev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 21px;
    background-image: url("./images/quote.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .rev__text {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 72px;
    margin-bottom: 18px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #333333; }
    @media (max-width: 992px) {
      .rev__text {
        height: 48px;
        font-size: 10px;
        line-height: 12px; } }
  .rev__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rev__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 17px;
    width: 67px;
    min-width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 992px) {
      .rev__img {
        margin-right: 10px;
        width: 44px;
        min-width: 44px;
        height: 44px; } }
    .rev__img img {
      max-width: 100%; }
  .rev__name {
    margin-bottom: 7px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #1B076D; }
    @media (max-width: 992px) {
      .rev__name {
        font-size: 12px;
        line-height: 14px; } }
  .rev__position {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #1B076D; }
    @media (max-width: 992px) {
      .rev__position {
        font-size: 10px;
        line-height: 12px; } }

.about-us {
  padding-top: 25px;
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .about-us {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .about-us {
      padding-bottom: 36px; } }
.partners {
  padding-bottom: 94px; }
  @media (max-width: 992px) {
    .partners {
      padding-bottom: 59px; } }
  @media (max-width: 767px) {
    .partners {
      padding-bottom: 36px; } }
  .partners-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (max-width: 500px) {
      .partners-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .partners-item {
    display: inline-block;
    margin: 0 22px; }
    .partners-item img {
      max-width: 100%; }
    @media (max-width: 767px) {
      .partners-item {
        margin: 0 10px; } }
    @media (max-width: 500px) {
      .partners-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(100% / 3);
        margin: 0 0 20px;
        padding: 0 5px; } }

.error-page {
  padding: 66px 0; }
  .error-page__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .error-page__cnt img {
      width: 100%;
      max-width: 296px;
      margin-bottom: 16px; }
      @media (max-width: 992px) {
        .error-page__cnt img {
          margin-bottom: 28px; } }
    .error-page__cnt h1 {
      width: 100%;
      margin-bottom: 6px;
      font-family: 'Open Sans';
      font-size: 18px;
      font-weight: 700;
      line-height: 20px;
      text-align: center;
      color: #1B076D; }
      @media (max-width: 992px) {
        .error-page__cnt h1 {
          font-size: 18px;
          line-height: 20px; } }
    .error-page__cnt p {
      width: 100%;
      margin-bottom: 23px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      color: #1B076D; }
      @media (max-width: 992px) {
        .error-page__cnt p {
          margin-bottom: 35px; } }
    .error-page__cnt .btn-el {
      width: 100%;
      max-width: 225px; }
      @media (max-width: 992px) {
        .error-page__cnt .btn-el {
          max-width: 146px; } }
      @media (max-width: 767px) {
        .error-page__cnt .btn-el {
          max-width: 200px; }
          .error-page__cnt .btn-el span {
            min-height: 29px; } }

.blog {
  padding: 25px 0 126px; }
  @media (max-width: 992px) {
    .blog {
      padding: 25px 0 36px; } }
  @media (max-width: 767px) {
    .blog {
      padding: 25px 0 36px; } }
  .blog .title-m {
    margin-bottom: 41px; }
  .blog-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 992px) {
      .blog-slider {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media (max-width: 767px) {
      .blog-slider {
        display: block;
        padding: 0 30px;
        width: 100%;
        max-width: 330px;
        margin: 0 auto; } }
  .blog-item {
    width: 100%;
    max-width: 360px;
    padding: 17px 21px 14px;
    border: 2px solid rgba(45, 156, 219, 0.1);
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .blog-item {
        max-width: 233px;
        padding: 10px 11px; } }
    @media (max-width: 767px) {
      .blog-item {
        max-width: 270px; } }
    .blog-item:not(:last-child) {
      margin-right: 29px; }
      @media (max-width: 992px) {
        .blog-item:not(:last-child) {
          margin-right: 19px; } }
      @media (max-width: 767px) {
        .blog-item:not(:last-child) {
          margin-right: 0; } }
    @media (min-width: 1025px) {
      .blog-item:hover {
        -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
                transform: translateY(-15px);
        border: 2px solid #ffffff;
        -webkit-box-shadow: 5px 4px 20px #F2F2F2;
                box-shadow: 5px 4px 20px #F2F2F2; } }
    .blog-item__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      max-height: 184px;
      margin-bottom: 19px;
      overflow: hidden; }
      @media (max-width: 992px) {
        .blog-item__img {
          max-height: 119px;
          margin-bottom: 12px; } }
      .blog-item__img img {
        width: 100%;
        max-height: 184px; }
        @media (max-width: 992px) {
          .blog-item__img img {
            max-height: 119px; } }
    .blog-item__title {
      width: 100%;
      margin-bottom: 9px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      overflow: hidden;
      height: 19px;
      -webkit-box-orient: vertical;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 700;
      line-height: 19px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .blog-item__title {
          margin-bottom: 6px;
          height: 14px;
          font-size: 10px;
          line-height: 14px; } }
    .blog-item__text {
      width: 100%;
      margin-bottom: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      overflow: hidden;
      height: 80px;
      -webkit-box-orient: vertical;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #333333; }
      @media (max-width: 992px) {
        .blog-item__text {
          margin-bottom: 10px;
          height: 48px;
          font-size: 9px;
          line-height: 12px; } }
    .blog-item__bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .blog-item__date {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .blog-item__date img {
        width: 11px;
        margin-right: 8px; }
      .blog-item__date span {
        display: inline-block;
        font-family: 'Open Sans';
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        color: #17A6AF; }
        @media (max-width: 992px) {
          .blog-item__date span {
            font-size: 9px;
            line-height: 9px; } }
    .blog-item__link {
      display: inline-block;
      padding-right: 5px;
      font-family: 'Open Sans';
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .blog-item__link {
          font-size: 10px;
          line-height: 10px; } }
      .blog-item__link:hover {
        text-decoration: underline; }

.contacts {
  padding-top: 25px;
  margin-bottom: 116px; }
  @media (max-width: 992px) {
    .contacts {
      margin-bottom: 74px; } }
  @media (max-width: 767px) {
    .contacts {
      margin-bottom: 36px; } }
  .contacts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .contacts-row {
        display: block; } }
  .contacts-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 750px;
    margin-right: 30px;
    padding: 56px 15px 53px 68px;
    background: #F6FDFF; }
    @media (max-width: 992px) {
      .contacts-form {
        max-width: 485px;
        margin-right: 20px;
        padding: 36px 15px 38px 44px; } }
    @media (max-width: 767px) {
      .contacts-form {
        display: block;
        max-width: 100%;
        margin: 0 0 34px;
        padding: 25px 15px 38px; } }
    .contacts-form__text {
      width: 100%;
      max-width: 195px;
      margin-right: 30px; }
      @media (max-width: 992px) {
        .contacts-form__text {
          max-width: 111px;
          margin-right: 46px; } }
      @media (max-width: 767px) {
        .contacts-form__text {
          max-width: 240px;
          margin: 0 auto 20px; }
          .contacts-form__text br {
            display: none; } }
      .contacts-form__text .contects-form__text__title {
        margin-bottom: 62px;
        font-family: 'Open Sans';
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        color: #1B076D; }
        @media (max-width: 992px) {
          .contacts-form__text .contects-form__text__title {
            margin-bottom: 25px;
            font-size: 18px;
            line-height: 25px; } }
        @media (max-width: 767px) {
          .contacts-form__text .contects-form__text__title {
            margin-bottom: 25px;
            font-size: 14px;
            line-height: 19px; } }
        @media (max-width: 767px) {
          .contacts-form__text .contects-form__text__title {
            margin-bottom: 20px;
            font-size: 24px;
            line-height: 28px;
            text-align: center; } }
        .contacts-form__text .contects-form__text__title span {
          color: #17A6AF; }
    .contacts-form form {
      width: 100%;
      max-width: 360px;
      padding-top: 11px; }
      @media (max-width: 992px) {
        .contacts-form form {
          max-width: 233px;
          padding-top: 0; } }
      @media (max-width: 767px) {
        .contacts-form form {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-width: 100%;
          padding-top: 0; } }
      .contacts-form form .btn-el {
        margin-top: 24px!important;
        width: 100%!important;
        max-width: 225px!important;}
        @media (max-width: 992px) {
          .contacts-form form .btn-el {
            margin-top: 19px!important;
            max-width: 146px!important;} }
        @media (max-width: 767px) {
          .contacts-form form .btn-el {
            margin: 10px auto 0!important;
            max-width: 200px!important; } }
  .contacts-info {
    width: 100%;
    max-width: 360px;
    border: 1px solid rgba(23, 166, 175, 0.1);
    padding: 56px 20px  51px 20px; }
    @media (max-width: 992px) {
      .contacts-info {
        max-width: 232px;
        padding: 36px 30px  3px 57px; } }
    @media (max-width: 767px) {
      .contacts-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%;
        padding: 25px 25px 30px; } }
    @media (max-width: 359px) {
      .contacts-info {
        padding: 25px 15px 30px; } }
    .contacts-info .contacts-title {
      margin-bottom: 38px;
      font-family: 'Open Sans';
      font-size: 24px;
      font-weight: 700;
      line-height: 40px;
      color: #1B076D; }
      @media (max-width: 992px) {
        .contacts-info .contacts-title {
          margin-bottom: 28px;
          font-size: 18px;
          line-height: 18px; } }
      @media (max-width: 767px) {
        .contacts-info .contacts-title {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%;
          margin-bottom: 10px;
          text-align: center; } }
    @media (max-width: 767px) {
      .contacts-info .p-text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        text-align: center; } }
    .contacts-info .phone-link {
      margin: 0 0 34px; }
      @media (max-width: 992px) {
        .contacts-info .phone-link {
          margin: 0 0 19px; } }
      @media (max-width: 767px) {
        .contacts-info .phone-link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0; }
          .contacts-info .phone-link:not(:last-child) {
            margin-right: 50px; } }
      .contacts-info .phone-link-wrap {
        display: block; }
        @media (max-width: 767px) {
          .contacts-info .phone-link-wrap {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
                -ms-flex-order: 3;
                    order: 3; } }
      @media (max-width: 992px) {
        .contacts-info .phone-link img, .contacts-info .phone-link svg {
          max-width: 11px;
          margin-right: 13px; } }
      @media (max-width: 767px) {
        .contacts-info .phone-link img, .contacts-info .phone-link svg {
          max-width: 12px;
          margin: 0 0 5px !important; } }
      @media (max-width: 767px) {
        .contacts-info .phone-link span {
          width: 100%;
          text-align: center;
          font-size: 10px;
          line-height: 14px; } }

.form-field input, .form-field textarea{
  display: block!important;
  width: 100%!important;
  font-family: 'Open Sans'!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 19px!important;
  color: #1b076d!important;
  background: none !important;
  outline: none !important;
  resize: none!important;
  border: none!important;
  padding: 0px!important;
  border-radius: 0px!important;
  border-bottom: 1px solid rgba(27, 7, 109, 0.3)!important;
  -webkit-transition: 0.3s ease!important;
  -o-transition: 0.3s ease!important;
  transition: 0.3s ease!important;
  height: 20px!important; }
  @media (max-width: 992px) {
    .form-field input, .form-field textarea{
      font-size: 12px!important;
      line-height: 16px!important; } }
  .form-field input:focus, .form-field textarea:focus {
    border-bottom: 1px solid #1B076D!important; }
  .form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder {
    color: rgba(27, 7, 109, 0.3)!important; }
  .form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder {
    color: rgba(27, 7, 109, 0.3)!important; }
  .form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder {
    color: rgba(27, 7, 109, 0.3)!important; }
  .form-field input:-moz-placeholder, .form-field textarea:-moz-placeholder {
    color: rgba(27, 7, 109, 0.3)!important; }
  .form-field input.error, .form-field textarea.error {
    border-bottom: 1px solid red!important; }
  .form-field input:not(:last-child), .form-field textarea:not(:last-child) {
    margin-bottom: 35px!important; }
    @media (max-width: 992px) {
      .form-field input:not(:last-child), .form-field textarea:not(:last-child) {
        margin-bottom: 20px!important; } }
    @media (max-width: 767px) {
      .form-field input:not(:last-child), .form-field textarea:not(:last-child) {
        margin-bottom: 29px!important; } }
div.wpforms-container-full{
  margin: 0px;
  width: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-field{
  padding: 0px;
  margin-bottom: 35px;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
  min-height: 39px;
  font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
  padding: 0px;
}
@media(max-width: 768px ) {
  .wpforms-field-container{
    width: 100%!important;
  }
    .header__left .header__mobile .trigger-block{
        display: flex!important;
        justify-content: flex-end;
        margin-top: 13px;
    }
    .header__left .header__mobile .trigger-block .btn-el:hover{
    background: #fff!important;
        color: #1B076D;
    }
    .header__left .header__mobile .trigger-block .btn-el:hover span{
        color: #1B076D;
    }
    .header__right {
        display: none;
    }
}
#faq {
  margin-top: 100px;
  margin-bottom: 100px;
}
#faq .faq-area  {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
#faq .faq-area   .block{
  flex: 0 0 49%;
}
.ui-accordion-header-icon {
  display: none;
}
#faq .faq-area  .faq-item {
  background: #FFFFFF;
  box-shadow: 5px 4px 15px #F2F2F2;
  border-radius: 5px;
  margin: 20px 0;

}
#faq .faq-area  .faq-item .ui-accordion-header:after {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/mobirise/images/arrow-up.svg") no-repeat;
  width: 26px;
  height: 18px;
  right: 10px;
  top: 20px;
  transform: rotate(180deg);
  transition: .5s;
}
#faq .faq-area  .faq-item .ui-accordion-header {
  position: relative;
  border: 2px solid rgba(45, 156, 219, 0.1);
  padding: 20px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
#faq .faq-area  .faq-item dt, #faq .faq-area  .faq-item dd{
  border: none;
  background: none;
}
#faq .faq-area  .faq-item dd {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 20px;
}
.page-template-resumesamples-template #faq .faq-area, .post-template-default #faq .faq-area{
    display: block;
}
#faq .faq-area .faq-item .ui-accordion-header {
    background: #fff;
}
#faq .faq-area .faq-item .ui-accordion-header.ui-state-active {
  border: none;
  color: #1B076D;
}
#faq .faq-area .faq-item .ui-accordion-header.ui-state-active:after {
  transform: none;
  transition: .5s;
}
.banner_block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner_block .banner__info{
  margin-left: auto;
  margin-right: auto;
}
.banner_block .banner__info .title span{
   color: #17A6AF ;
 }
/* WHY US PAGE*/
.page-template-why-us .p-text {
  font-size: 16px;
}
.why-us-page .banner_2 {
  margin-top: 100px;
}
.why-us-page .title-s, .faq .title-s, .top-guarantees .title-s{
  margin-bottom: 20px;
}
.why-us-page .section-text, .faq .section-text{
  text-align: center;
  margin: auto;
}
.help-services_content {
  display: flex;
  margin-bottom: 100px;
  margin-top: 50px;
}
.help-services_content .block-services {
  display: flex;
  flex-wrap: wrap;
}
.block-services_item {
  flex: 0 0 50%;
  max-width: 360px;
  border: 2px solid rgba(45, 156, 219, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px;
}
.block-services_item .item-text{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
}
.help-services_content .block-services .item-header {
  display: flex;

}
.help-services_content .block-services .item-header .title-s{
  text-align: left;
  margin-left: 15px;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Open Sans';
}
.help-services_content .service-sidebar .check-ul {
  margin-bottom: 30px;
}
.help-services_content .service-sidebar .check-ul li {
  text-align: left;
}
.help-services_content .service-sidebar {
  font-family: 'Open Sans';
  margin-top: 20px;
  padding-bottom: 10px;
}

.help-services_content .service-sidebar .check-ul li:before {
  display: none;
}
.service-works .block-step {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.service-works .block-step .content-side {
  flex: 0 0 50%;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 45px;
}
.service-works .layout-wrapper .block-step:nth-child(even) .content-side {
  margin-right: 0;
  flex: 0 0 46%;
  order: 2;
  margin-left: 20px;
}
.service-works .steps {
  margin-top: 70px;
}
.service-works .layout-wrapper .block-step .content-side .text{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
}
.service-works .block-step .content-side .btn-el {
  margin-top: 20px;
}
.service-works .block-step .content-side .btn-el {
    display: none!important;
}
.service-works .block-step:last-child .content-side .btn-el {
    display: block!important;
}
.service-works .block-step .content-side .title-s{
  text-align: left;
  margin-bottom: 20px;
}
.service-works .block-step .img-side{
  width: 555px;
  height: 334px;
  background: #F6FDFF;
  border-radius: 5px;
}
.service-sidebar__header {
  display: flex;
  justify-content: space-between;
}
.service-sidebar__header .price{
  font-size: 24px;
  text-align: center;
  background: #17A6AF;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
}
.service-sidebar__header .price p{
  font-size: 14px;
  line-height: 20px;
}
.help-services_content .check-ul li {
  padding-left: 0;
  font-size: 14px;
}
.help-services_content .check-ul img {
  margin-right: 10px;
}

@media screen and (max-width: 1150px) {
  .service-sidebar {
    max-height: 500px;
  }
  .help-services_content {
    justify-content: center;
  }
  .help-services_content .block-services{
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .help-services_content {
  display: block;
  }
  .help-services_content .block-services{
    display: flex;
    justify-content: space-between;
  }
  .block-services_item {
    margin-right: 0;
    flex: 0 0 49%;
    max-width: 100%;
  }
  .service-sidebar {
    max-width: 100%;
  }
  .help-services_content .service-sidebar .service-sidebar__title .title-s{
    font-size: 1.2rem;
  }
  .help-services_content .service-sidebar .check-ul {
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .service-works .img-side {
    display: none;
  }
  .service-works .block-step {
    justify-content: center;
    text-align: center;
  }
  .service-works .layout-wrapper .block-step .content-side {
    margin-right: 0;
    flex: 75%;
  }
  .service-works .layout-wrapper .block-step .content-side .btn-el{
    margin-left: auto;
    margin-right: auto;
  }
  .service-works .layout-wrapper .block-step .content-side .title-s{
    text-align: center;
  }
  .service-works .layout-wrapper .block-step:nth-child(even) .content-side {
    margin-left: 0;
    flex: 75%;
  }
  #faq .faq-area {
    display: block;
  }
  .guarantees__blocks, .guarantees__blocks-item .text{
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .help-services_content .block-services {
    display: block;
  }
  .help-services_content .service-sidebar .check-ul {
    column-count: 1;
  }
}



/* top-guarantees */
.top-guarantees__content .guarantees__blocks {
  display: flex;
  flex-wrap: wrap;
}
.top-guarantees__content .guarantees__blocks .guarantees__blocks-item {
  flex: 0 0 50%;
  display: flex;
  margin-bottom: 50px;
  padding-right: 50px;
}
.top-guarantees__content .guarantees__blocks .guarantees__blocks-item .right-side{
  padding-left: 25px;
}
.top-guarantees__content .guarantees__blocks .title{
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.top-guarantees__content .guarantees__blocks .text{
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
}
.top-guarantees-page .banner_2 {
  margin-top: 100px;
}
.error-page__cnt .btns {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.error-page__cnt .btns .btn-el.order-btn {
  background: #1EA7AF!important;
}
p.css-info::after, span.css-info::after {
  content: attr(data-info);
}
.page-template-default .section-text h1 {
  font-size: 48px;
}
.page-template-default .section-text h2 {
  font-size: 24px;
}
.page-template-default .section-text h3 {
  font-size: 24px;
}
.page-template-default .section-text h1,
.page-template-default .section-text h2,
.page-template-default .section-text h3 {
  font-family: 'Roboto';
  margin-bottom: 20px;
    margin-top: 40px;
}
.page-template-default .section-text ul,
.page-template-default .section-text ol {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
.service-works .title-block {
  padding: 20px 10px;
  background: #F6FDFF;
}
.faq .banner__info .p-text {
  font-size: 1.2rem;
  margin-top: 25px;
}
#faq .wrapper-frame {
  margin-bottom: 50px;
}
h1.title-s {
    font-size: 36px;
}
.service-sidebar .check-ul li::before {
    display: none;
}
.service-sidebar .check-ul li {
    padding-left: 0;
}
.service-sidebar .check-ul li img{
    padding-right: 10px;
}
.post-template-default .layout-wrapper, .rs-templ .layout-wrapper {
    display: flex;
    justify-content: space-between;
}
.about-us .section-text h1 {
    color: #1B076D;
    margin-bottom: 40px;
}
.page-template-order-template .main{
    padding-top: 0!important;
}
.footer__left .css-info {
    color: #fff;
    margin-top: 15px;
    max-width: 300px;
    font-size: 14px;
}
.rs-banner h1{
    color: #17a6af;
    font-weight: 700;
}
.rs-templ{
    margin-bottom: 50px;
}
.rs-templ-sidebar{
    display: block;
    width: 100%;
    max-width: 360px;
}
.rs-templ-sidebar-cat{
    padding: 39px 20px 51px;
    border: 2px solid rgba(23, 166, 175, 0.1);
    border-radius: 5px;
}
.rs-templ-sidebar-cta{
    margin-top: 30px;
    padding: 39px 20px 51px;
    border: 2px solid rgba(23, 166, 175, 0.1);
    border-radius: 5px;
    position: sticky;
    top: 120px;
}
.rs-templ-sidebar-cta-title.title, .rs-templ-sidebar-title.title{
    font-size: 26px;
    line-height: 26px;
}
.rs-templ-sidebar-cta .btn-el{
    display: block!important;
    max-width: 300px;
    margin: 0 auto;
}
.rs-templ-sidebar-cat-links ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.rs-templ-sidebar-cat-links ul li{
    margin-bottom: .5em;
    padding-right: .75em;
    padding-bottom: .5em;
    padding-left: .75em;
    border-bottom: 1px solid #eee;
}
.rs-templ-sidebar-cat-links ul li:last-child{
    margin-bottom: 0;
}
.rs-templ-text{
    width: 100%;
    max-width: 730px;
}
.rs-templ-cat-block{
    box-shadow: 0 6px 10px 0 rgb(17 17 17 / 6%);
    margin-bottom: 2em;
    padding: 2.5em 1.75em;
    border: 1px solid #eee;
    border-radius: .25em;
    background-color: #fff;
}
.rs-templ-cat-block:last-child{
    margin-bottom: 0;
}
.section-text.rs-templ-text .rs-templ-cat-block h2{
    margin: 0;
    margin-bottom: 30px;
}
.section-text.rs-templ-text .rs-templ-cat-block.rs-main-text h2{
    margin-top: 20px;
}
@media(max-width: 1140px){
    .rs-templ-text{
        max-width: initial;
        margin-left: 30px;
    }
}
@media(max-width: 992px){
    .rs-templ .layout-wrapper{
        flex-direction: column;
    }
    .rs-templ-sidebar{
        max-width: initial;
    }
    .rs-templ-text{
        margin-left: 0;
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .rs-item-img img{
        width: 100%;
    }
}
.rs-templ-search{
    margin-bottom: 50px;
}
.rs-item{
    margin-bottom: 50px;
}
.rs-item-img{
    text-align: center;
}
.rs-item-img img{
    margin: 0 auto;
}
.rs-item .ui-accordion .ui-accordion-header{
    box-shadow: 0 6px 10px 0 rgb(17 17 17 / 6%);
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: .25em;
    background-color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #1B076D;
    margin-top: 20px;
}
.rs-item .ui-accordion .ui-accordion-header:first-child{
    margin-top: 0;
}
.rs-item .ui-accordion .ui-accordion-header.ui-accordion-header-active{
    border-color: rgba(23, 166, 175, 0.1);
}
.rs-item .ui-accordion .ui-accordion-content{
    box-shadow: 0 6px 10px 0 rgb(17 17 17 / 6%);
    border-width: 2px;
    padding: 1rem;
    border-color: #eee;
    background-color: #fff;
}
.rs-item .ui-accordion .ui-accordion-content.ui-accordion-content-active{
    border-color: rgba(23, 166, 175, 0.1);
}
/*post text format*/
.rs-item-related-resumes{
    max-width: 1170px;
    margin: 0 auto;
}
.rs-item-text-format-link{
    margin-bottom: 30px;
}
.rs-item-text-format-link a{
    margin-left: auto;
    display: block;
    margin-right: 0;
    width: 180px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    box-shadow: 0 0px 10px 0 rgb(17 17 17 / 20%);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.rs-item-text-format{
    max-width: 1000px;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgb(17 17 17 / 6%);
    margin: 3em auto;
    padding: 2.5em 1.75em;
    border: 1px solid #eee;
    border-radius: .25em;
    background-color: #fff;
    position: relative;
}
.rs-item-text-format:after{
    position: absolute;
    right: 0;
    top: 0;
}
/*templates-gallery*/
.templates-gallery {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -1em;
    margin-bottom: .75em;
    margin-left: -1em;
    padding-top: 2.25em
}

.templates-gallery.columns-3 {
    align-items: flex-start;
    margin-right: -0.75em;
    margin-left: -0.75em
}

.templates-gallery.columns-3 .block {
    padding-right: .75em;
    padding-left: .75em;
    width: 33.33%
}

.templates-gallery .block {
    display: block;
    margin-bottom: 1.5em;
    padding-right: 1em;
    padding-left: 1em;
    width: 25%
}

.templates-gallery .block:hover .image,.templates-gallery .block:focus .image {
    box-shadow: 0 6px 10px 0 rgba(17,17,17,.06);
    border-color: #1B076D;
}

.templates-gallery .block:hover .overlay,.templates-gallery .block:focus .overlay {
    visibility: visible;
    opacity: 1
}

.templates-gallery h4,.templates-gallery .name {
    display: block;
    margin-bottom: .75rem;
    color: #1B076D;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.15
}

.templates-gallery h4:last-child,.templates-gallery .name:last-child {
    margin-bottom: 0
}

.templates-gallery .image {
    position: relative;
    margin-bottom: .75rem;
    border: 2px solid #eee;
    border-radius: .25em;
    background-color: #fff;
    transition: border-color .15s ease-in-out
}

.templates-gallery .image:last-child {
    margin-bottom: 0
}

.templates-gallery img {
    display: block;
    margin: 0 auto;
    border-radius: .25em;
    width: 100%;
    max-width: 260px;
    max-height: 336px;
    min-width: 256px;
    min-height: 336px;
}

.templates-gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    padding: 1.25em .25em;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .15s ease-in-out,visibility .15s ease-in-out
}

.templates-gallery .overlay-link {
    background-color: rgba(255,255,255,.8)
}

.templates-gallery .overlay-magnify {
    background-color: rgba(17,17,17,.4)
}

.templates-gallery .btn-magnify svg {
    display: block;
    width: 3em;
    height: 3em;
    fill: #fff
}
.templates-gallery .block .overlay span.btn{
    display: block;
    margin-right: 0;
    width: 180px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    box-shadow: 0 0px 10px 0 rgb(17 17 17 / 20%);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #1B076D;
    text-align: center;
}
.templates-gallery .block .overlay span.btn:hover{
    background: #120F8D;
}
.rs-item-related-resumes-link a{
    margin: 0 auto;
    display: block!important;
    width: 270px;
    height: 40px;
    line-height: 38px!important;
    padding: 0;
    box-shadow: 0 0px 10px 0 rgb(17 17 17 / 20%);
    font-family: 'Open Sans';
    font-size: 14px!important;
    font-weight: 700;
}
.rs-item-related-resumes-link a:hover{
    background: #120F8D;
}
.rs-item-related-resumes-link a span{
    line-height: initial!important;
    font-size: 14px!important;
    min-height: 39px!important;
}

@media(max-width: 1024px) {
    .templates-gallery {
        margin-right:-0.5em;
        margin-bottom: 0;
        margin-left: -0.5em;
        padding-top: 0
    }
    .templates-gallery.columns-3 .block {
        margin-right: -0.5em;
        margin-left: -0.5em;
        width: 50%
    }
    .templates-gallery .block {
        padding-right: .5em;
        padding-left: .5em;
        width: 50%
    }
}
@media(max-width: 767px){
    .templates-gallery .block{
        width: 100%;
        max-width: 360px;
    }
}

.bread--row{
    margin: 0;
    margin-top: 20px;
}
.breadcrumbs{
    font-family: 'Roboto';
    font-size: 0.875rem;
    color: #333;
}
.breadcrumbs a{
    color: #1B076D;
}

.search--row{
    margin-top: 50px;
    margin-bottom: 50px;
}
.search--row h1.title_page{
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    color: #1B076D;
    margin: 0;
    margin-bottom: 30px;
}
.search--row-block{
    display: flex;
}
.search--row-block .blog-item__img{
    max-height: 280px;
}
.search--row-block .blog-item__img img{
    max-height: 280px;
}
.search--row nav{
    text-align: center;
}
@media(max-width: 767px){
    .search--row-block{
        flex-direction: column;
        align-items: center;
    }
    .search--row-block .blog-item:not(:last-child) {
        margin-bottom: 20px;
    }
}