.btn.btn-gray {
  color: #757575;
  border-color: #ededed; }

.serv-bann {
  margin-bottom: 110px;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .serv-bann__inner {
    height: 700px;
    position: relative; }
  .serv-bann__list {
    width: 100%;
    position: absolute;
    bottom: -105px;
    left: 0;
    z-index: 4;
    text-align: center; }
    .serv-bann__list-item {
      padding: 45px 55px 40px;
      display: inline-block;
      vertical-align: top;
      width: 295px;
      margin: 0 8px;
      background: #ffffff;
      box-shadow: 4px 4px 9px rgba(87, 87, 87, 0.22);
      border-radius: 36px;
      text-align: left; }
    .serv-bann__list-numb {
      height: 44px;
      font-size: 35px;
      line-height: 40px;
      color: #000000;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
      .serv-bann__list-numb span {
        font-size: 23px;
        line-height: 40px;
        color: #000000;
        font-weight: 400; }
    .serv-bann__list-tx {
      font-size: 20px;
      line-height: 30px;
      color: #000000;
      font-family: Geometria, Arial, sans-serif; }
.serv-interests {
  margin: 221px 0 80px; }
  .serv-interests h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 58px;
    line-height: 66px;
    color: #000000;
    font-family: "Montserrat", sans-serif; }
    .serv-interests h1 span {
      color: #ffb64e; }
  .serv-interests__descrip {
    padding-right: 160px; }
    .serv-interests__descrip p {
      font-size: 20px;
      line-height: 30px;
      color: #000000; }
  .serv-interests__btns {
    margin-top: 95px; }
    .serv-interests__btns .btn {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .serv-interests__text-item {
    margin-bottom: 45px; }
  .serv-interests__text-title {
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    font-weight: 700; }
  .serv-interests__text-tx {
    font-size: 20px;
    line-height: 30px;
    color: #000000; }
.serv-work {
  padding: 105px 0 90px;
  background: #f7f7f7; }
  .serv-work h2 {
    margin-bottom: 90px;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 600;
    color: #140c40;
    font-size: 48px;
    line-height: 52px; }
  .serv-work__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .serv-work__link {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
  .serv-work__item {
    width: 25%;
    padding: 0 10px; }
    .serv-work__item:hover .serv-work__item-roud:before {
      opacity: 1; }
    .serv-work__item:hover .serv-work__item-inner {
      background: #9bc358; }
      .serv-work__item:hover .serv-work__item-inner:before {
        opacity: 1; }
    .serv-work__item:hover .serv-work__item-step,
    .serv-work__item:hover .serv-work__item-title,
    .serv-work__item:hover .serv-work__item-tx {
      color: #ffffff; }
    .serv-work__item-top {
      margin-bottom: 40px;
      position: relative; }
      .serv-work__item-top:before {
        content: '';
        width: 83%;
        height: 2px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        margin: auto;
        background-image: url("../img/work-line.png");
        background-repeat: no-repeat; }
    .serv-work__item-inner {
      min-height: 250px;
      padding: 43px 25px 15px 39px;
      position: relative;
      background: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s; }
      .serv-work__item-inner:before {
        content: '';
        display: block;
        width: 244px;
        height: 244px;
        opacity: 0;
        position: absolute;
        top: -31px;
        right: -92px;
        z-index: 1;
        background-image: url("../img/work-bg.png");
        background-repeat: no-repeat;
        transition: 0.3s; }
    .serv-work__item-roud {
      width: 19px;
      height: 19px;
      position: relative;
      border-radius: 100px;
      background: #9bc358;
      border: 9px solid transparent; }
      .serv-work__item-roud:before {
        content: '';
        width: 37px;
        height: 37px;
        display: block;
        opacity: 0;
        position: absolute;
        top: -18px;
        left: -18px;
        z-index: 1;
        transition: 0.3s;
        border-radius: 100px;
        background: rgba(155, 195, 88, 0.5); }
    .serv-work__item-step {
      margin-bottom: 35px;
      position: relative;
      z-index: 2;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      color: #f8a73a; }
    .serv-work__item-title {
      margin-bottom: 15px;
      position: relative;
      z-index: 2;
      color: #000000;
      font-size: 19px;
      line-height: 25px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
    .serv-work__item-tx {
      position: relative;
      z-index: 2;
      font-size: 16px;
      line-height: 20px;
      color: #140c40; }
.serv-clients {
  margin: 125px 0; }
  .serv-clients h2 {
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    color: #000000; }
    .serv-clients h2 span {
      color: #9bc358; }
  .serv-clients__title-min {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif; }
  .serv-clients__text {
    padding-left: 40px; }
    .serv-clients__text P {
      margin-bottom: 38px;
      font-size: 20px;
      line-height: 30px;
      color: #000000; }
      .serv-clients__text P b {
        font-weight: 500; }
    .serv-clients__text ul {
      padding-left: 0; }
      .serv-clients__text ul li {
        margin-bottom: 15px;
        padding-left: 27px;
        position: relative;
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        list-style: none; }
        .serv-clients__text ul li:before {
          content: '';
          width: 10px;
          height: 10px;
          display: block;
          position: absolute;
          top: 10px;
          left: 0;
          background: #f8a73a;
          border-radius: 100px; }
.serv-application {
  margin: 239px 0 0;
  padding-bottom: 145px;
  position: relative;
  overflow: hidden; }
  .serv-application:before {
    content: '';
    width: 1436px;
    height: 1463px;
    display: block;
    position: absolute;
    bottom: -85%;
    left: -32%;
    z-index: 1;
    background-image: url("../img/application-bg.png");
    background-repeat: no-repeat; }
  .serv-application .row {
    align-items: center; }
  .serv-application__img {
    padding-left: 50px;
    position: relative;
    z-index: 2; }
    .serv-application__img img {
      max-width: 100%; }
  .serv-application__list {
    margin-top: 90px; }
    .serv-application__list-item {
      margin-right: 10px;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: top; }
  .serv-application__text {
    position: relative;
    z-index: 2; }
    .serv-application__text h2 {
      margin-bottom: 35px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #000000;
      font-size: 58px;
      line-height: 66px; }
      .serv-application__text h2 span {
        color: #ffb64e; }
    .serv-application__text p {
      font-size: 20px;
      line-height: 30px;
      color: #000000; }
.serv-possibilities {
  padding: 128px 0 95px;
  background: #f7f7f7; }
  .serv-possibilities h2 {
    margin-bottom: 32px;
    font-weight: 600;
    font-family: Geometria, Arial, sans-serif;
    font-size: 48px;
    line-height: 58px;
    color: #140c40; }
  .serv-possibilities p {
    margin-bottom: 15px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000000; }
  .serv-possibilities__item {
    padding: 27px 25px 35px;
    margin: 0 5px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden; }
    .serv-possibilities__item:before {
      content: '';
      width: 100%;
      height: 11px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .serv-possibilities__item-lnk-mob {
      display: none; }
    .serv-possibilities__item-on:before {
      background: #ffb64e; }
    .serv-possibilities__item-on .serv-possibilities__item-dop ul li:before {
      background: #d7d2ca; }
    .serv-possibilities__item-tw:before {
      background: #9bc358; }
    .serv-possibilities__item-tw .serv-possibilities__item-dop ul li:before {
      background: #c9dbd9; }
    .serv-possibilities__item-th:before {
      background: #de6423; }
    .serv-possibilities__item-th .serv-possibilities__item-dop ul li:before {
      background: #cdc9db; }
	.serv-possibilities__item-cstm:before {
	  background: #b489c6; }
	.serv-possibilities__item-prf:before {
	  background: #74bdb0; }
    .serv-possibilities__item-cstm .serv-possibilities__item-dop ul li:before {
	  background: #dbc9db; }
    .serv-possibilities__item-status {
      margin-bottom: 5px;
      font-weight: 600;
      color: #d2d1db;
      font-size: 12px;
      line-height: 28px; }
    .serv-possibilities__item-title {
      margin-bottom: 18px;
      font-weight: 700;
      color: #140c40;
      font-size: 22px;
      line-height: 28px; }
    .serv-possibilities__item-btn {
      width: 100%;
      display: block;
      padding: 13px 10px;
      font-family: Geometria, Arial, sans-serif;
      border-radius: 3px;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      transition: 0.3s;
      font-size: 18px; }
      .serv-possibilities__item-btn:hover {
        opacity: 0.8; }
      .serv-possibilities__item-on .serv-possibilities__item-btn {
        background: #ffb64e; }
      .serv-possibilities__item-tw .serv-possibilities__item-btn {
        background: #9bc358; }
      .serv-possibilities__item-th .serv-possibilities__item-btn {
        background: #de6423; }
	  .serv-possibilities__item-cstm .serv-possibilities__item-btn {
		background: #b489c6; }
	  .serv-possibilities__item-prf .serv-possibilities__item-btn {
		background: #74bdb0; }
    .serv-possibilities__item-dop {
      border-top: 1px solid #f6f6f6; }
      .serv-possibilities__item-on .serv-possibilities__item-dop .toggle.off {
        border: 1px solid #ebe0d1; }
      .serv-possibilities__item-on .serv-possibilities__item-dop .toggle {
        border-color: #ffb64e; }
      .serv-possibilities__item-tw .serv-possibilities__item-dop .toggle.off {
        border: 1px solid #c9dbd9; }
      .serv-possibilities__item-tw .serv-possibilities__item-dop .toggle {
        border-color: #9bc358; }
      .serv-possibilities__item-th .serv-possibilities__item-dop .toggle.off {
        border: 1px solid #cdc9db; }
      .serv-possibilities__item-th .serv-possibilities__item-dop .toggle {
        border-color: #de6423; }
      .serv-possibilities__item-dop .toggle.off .toggle-group {
        left: -78%;
        background: #ffffff !important; }
      .serv-possibilities__item-dop .toggle.btn {
        padding: 0;
        width: 50px !important;
        min-width: 50px;
        min-height: 24px;
        height: 24px !important;
        border-radius: 100px; }

      .serv-possibilities__item-dop .toggle-handle {
        width: 18px;
        height: 18px !important;
        padding: 0;
        position: relative;
        top: 2px;
        border-radius: 100px; }
        .serv-possibilities__item-on .serv-possibilities__item-dop .toggle.off .toggle-handle {
          background: #d7d2ca; }
		.serv-possibilities__item-on .serv-possibilities__item-dop .toggle .toggle-handle {
          background: #ffb64e; }
        .serv-possibilities__item-tw .serv-possibilities__item-dop .toggle.off .toggle-handle {
          background: #c9dbd9; }
        .serv-possibilities__item-tw .serv-possibilities__item-dop .toggle .toggle-handle {
          background: #9bc358; }
        .serv-possibilities__item-th .serv-possibilities__item-dop .toggle.off .toggle-handle {
          background: #cdc9db; }
        .serv-possibilities__item-th .serv-possibilities__item-dop .toggle .toggle-handle {
          background: #de6423; }
      .serv-possibilities__item-dop .toggle-group {
        height: 27px;
        left: -22%;
        background: #ffffff; }
        .serv-possibilities__item-on .serv-possibilities__item-dop .toggle-group {
          background: #f7f6f4; }
        .serv-possibilities__item-tw .serv-possibilities__item-dop .toggle-group {
          background: #f4f8f5; }
        .serv-possibilities__item-th .serv-possibilities__item-dop .toggle-group {
          background: #f8f4f4; }
        .serv-possibilities__item-dop .toggle-group .btn {
          height: 24px;
          color: transparent;
          border-radius: 100px;
          border: none; }
      .serv-possibilities__item-dop-inner {
        padding: 20px 20px;
        margin: 26px 0;
        border-radius: 10px; }
        .serv-possibilities__item-on .serv-possibilities__item-dop-inner {
          background: #f7f6f4; }
        .serv-possibilities__item-tw .serv-possibilities__item-dop-inner {
          background: #f4f8f5; }
        .serv-possibilities__item-th .serv-possibilities__item-dop-inner {
          background: #f8f4f4; }
        .serv-possibilities__item-cstm .serv-possibilities__item-dop-inner {
          background: #f8f4f8; }
        .serv-possibilities__item-prf .serv-possibilities__item-dop-inner {
          background: #f4f8f8; }
      .serv-possibilities__item-dop-title {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 26px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
        .serv-possibilities__item-on .serv-possibilities__item-dop-title {
          color: #e08839; }
        .serv-possibilities__item-tw .serv-possibilities__item-dop-title {
          color: #9bc358; }
        .serv-possibilities__item-th .serv-possibilities__item-dop-title {
          color: #de6423; }
        .serv-possibilities__item-cstm .serv-possibilities__item-dop-title {
          color: #b489c6; }
        .serv-possibilities__item-prf .serv-possibilities__item-dop-title {
          color: #74bdb0; }
      .serv-possibilities__item-dop-toggle {
        display: flex;
        align-items: center; }
        .serv-possibilities__item-dop-toggle-tx {
          width: calc(100% - 57px);
          padding-left: 10px;
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          color: #000000; }
    .serv-possibilities__item-check {
      margin-bottom: 20px; }
      .serv-possibilities__item-check-title {
        margin-bottom: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #140c40;
        font-size: 18px;
        line-height: 26px; }
      .serv-possibilities__item-check-inner {
        display: flex;
        align-items: center;
        margin: 0 -5px; }
      .serv-possibilities__item-check-item {
        width: 33.333%;
        padding: 0 5px; }
        .serv-possibilities__item-check-item input[type=radio] {
          display: none; }
          .serv-possibilities__item-check-item input[type=radio] + label {
            display: block;
            padding: 10px 5px;
            font-size: 14px;
            line-height: 18px;
            color: #000000;
            border-radius: 100px;
            cursor: pointer;
            transition: 0.3s;
            text-align: center; }
            .serv-possibilities__item-on .serv-possibilities__item-check-item input[type=radio] + label {
              border: 1px solid #ffb64e; }
            .serv-possibilities__item-tw .serv-possibilities__item-check-item input[type=radio] + label {
              border: 1px solid #9bc358; }
            .serv-possibilities__item-th .serv-possibilities__item-check-item input[type=radio] + label {
              border: 1px solid #de6423; }
            .serv-possibilities__item-cstm .serv-possibilities__item-check-item input[type=radio] + label {
              border: 1px solid #b489c6; }
            .serv-possibilities__item-prf .serv-possibilities__item-check-item input[type=radio] + label {
              border: 1px solid #74bdb0; }
            .serv-possibilities__item-check-item input[type=radio] + label:hover {
              background: #eff4f8;
              border-color: #eff4f8; }
          .serv-possibilities__item-check-item input[type=radio]:checked + label {
            color: #ffffff; }
            .serv-possibilities__item-on .serv-possibilities__item-check-item input[type=radio]:checked + label {
              background: #ffb64e; }
            .serv-possibilities__item-tw .serv-possibilities__item-check-item input[type=radio]:checked + label {
              background: #9bc358; }
            .serv-possibilities__item-th .serv-possibilities__item-check-item input[type=radio]:checked + label {
              background: #de6423; }
            .serv-possibilities__item-cstm .serv-possibilities__item-check-item input[type=radio]:checked + label {
              background: #b489c6; }
            .serv-possibilities__item-prf .serv-possibilities__item-check-item input[type=radio]:checked + label {
              background: #74bdb0; }
    .serv-possibilities__item ul {
      padding-left: 0;
      margin-bottom: 21px; }
      .serv-possibilities__item ul li {
        padding-left: 16px;
        margin-bottom: 15px;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #000000;
        font-size: 16px;
        line-height: 21px;
        list-style: none; }
        .serv-possibilities__item ul li:before {
          content: '';
          width: 8px;
          height: 8px;
          display: block;
          position: absolute;
          top: 6px;
          left: 0;
          z-index: 1;
          background: #c5d0d8;
          border-radius: 100px; }
.serv-grade {
  padding: 85px 0 20px;
  background: #9bc358; }
  .serv-grade__inner {
    display: flex; }
  .serv-grade__img {
    text-align: right; }
    .serv-grade__img img {
      max-width: 100%; }
  .serv-grade__text {
    padding-right: 40px;
    padding-top: 30px;
    width: calc(100% - 606px); }
    .serv-grade__text h2 {
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 58px;
      line-height: 80px;
      color: #ffffff; }
      .serv-grade__text h2 span {
        color: #fef592; }
    .serv-grade__text p {
      margin-bottom: 65px;
      color: #ffffff;
      font-weight: 500;
      font-family: Geometria, Arial, sans-serif;
      font-size: 20px;
      line-height: 30px; }
.serv-reviews {
  padding: 100px 0; }
  .serv-reviews h2 {
    margin-bottom: 47px;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #140c40; }
  .serv-reviews__top {
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end; }
    .serv-reviews__top-title {
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 19px;
      line-height: 24px; }
    .serv-reviews__top p {
      margin-bottom: 33px;
      font-size: 16px;
      line-height: 20px;
      color: #000000; }
    .serv-reviews__top-left {
      padding-right: 50px;
      width: calc(100% - 205px); }
    .serv-reviews__top-sorting-title {
      display: inline-block;
      vertical-align: middle;
      margin-right: 22px;
      font-weight: 600;
      color: #000000; }
    .serv-reviews__top-sorting-item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      color: #a1a1a1;
      font-size: 16px;
      cursor: pointer; }
      .serv-reviews__top-sorting-item.active {
        color: #e08839;
        text-decoration: underline; }
  .serv-reviews__slider {
    padding-bottom: 25px;
    margin-bottom: 0 !important; }
    .serv-reviews__slider.mob {
      opacity: 0;
      height: 0;
      width: 0; }
    .serv-reviews__slider .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 10px;
      border-radius: 100px;
      background: #e08839; }
      .serv-reviews__slider .slick-dots li:before {
        display: none; }
      .serv-reviews__slider .slick-dots li button {
        display: none; }
    .serv-reviews__slider-item {
      display: flex;
      align-items: center;
      padding: 26px 30px 35px;
      margin-bottom: 20px;
      position: relative;
      border-radius: 6px;
      border: 1px solid #e0e0e0; }
    .serv-reviews__slider-img {
      width: 58px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 1000px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .serv-reviews__slider-item-online .serv-reviews__slider-img:before {
        content: '';
        width: 14px;
        height: 14px;
        display: block;
        position: absolute;
        top: 0;
        right: -4px;
        z-index: 3;
        background: #92c37c;
        border: 2px solid #ffffff;
        border-radius: 100px; }
    .serv-reviews__slider-text {
      padding-right: 50px;
      padding-left: 22px;
      width: calc(100% - 148px); }
    .serv-reviews__slider-name {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #140c40; }
    .serv-reviews__slider-time {
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      line-height: 16px;
      color: #757575;
      font-family: Geometria, Arial, sans-serif; }
    .serv-reviews__slider-tx {
      font-size: 14px;
      line-height: 24px;
      color: #140c40;
      font-family: Geometria, Arial, sans-serif; }
    .serv-reviews__slider-rev {
      position: absolute;
      bottom: 10px;
      right: 20px;
      z-index: 2; }
    .serv-reviews__slider-like {
      display: inline-flex;
      align-items: center;
      cursor: pointer; }
      .serv-reviews__slider-like svg {
        width: 31px;
        height: 29px;
        margin-right: 5px; }
        .serv-reviews__slider-like svg path {
          fill: #98c784; }
      .serv-reviews__slider-like span {
        font-size: 16px;
        color: #98c784; }
      .serv-reviews__slider-like:hover svg path {
        fill: #e7a467; }
      .serv-reviews__slider-like:hover span {
        color: #e7a467; }
      .serv-reviews__slider-like-dis {
        display: inline-flex;
        align-items: center;
        margin-left: 20px;
        cursor: pointer; }
        .serv-reviews__slider-like-dis svg {
          width: 31px;
          height: 29px;
          transform: scale(1, -1);
          margin-right: 5px; }
          .serv-reviews__slider-like-dis svg path {
            fill: #9895a1; }
        .serv-reviews__slider-like-dis span {
          color: #000000; }
.serv-faq {
  margin: 25px 0 125px; }
  .serv-faq h2 {
    margin-bottom: 75px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 48px;
    line-height: 58px;
    color: #140c40;
    font-weight: 600; }
  .serv-faq__inner {
    width: 77%; }
  .serv-faq__item {
    margin-bottom: 50px; }
    .serv-faq__item:last-of-type {
      margin-bottom: 0; }
    .serv-faq__item p {
      padding-left: 50px;
      font-size: 16px;
      line-height: 20px;
      color: #5f5f5f; }
    .serv-faq__item-title {
      margin-bottom: 11px;
      padding-left: 50px;
      position: relative;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #000000; }
      .serv-faq__item-title .numb {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #f8a73a;
        border-radius: 100px;
        font-size: 16px;
        color: #ffffff; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: calc(100% - (1.75rem * 2));
  max-width: 465px;
  margin: auto; }
  .modal-content {
    padding: 40px 52px;
    margin: 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: 12px; }
  .modal.overlay {
    min-height: inherit;
    max-width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 997;
    cursor: pointer; }
  .modal-close {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 5; }
    .modal-close img {
      width: 12px;
      height: 12px; }
  .modal-dialog {
    transform: translate(0, 0);
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    padding: 0;
    max-width: 485px;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    position: relative;
    width: auto; }
  .modal-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #140c40;
    font-weight: 700; }
  .modal-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 500; }
  .modal-form .select {
    width: 100%;
    margin-bottom: 15px;
    position: relative; }
    .modal-form .select:after {
      content: '';
      width: 13px;
      height: 13px;
      display: block;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      background-image: url("../img/arr.svg");
      background-repeat: no-repeat;
      background-size: 13px 13px;
      transform: rotate(90deg); }
    .modal-form .select select {
      width: 100%;
      height: 60px;
      padding: 10px 15px;
      box-shadow: none !important;
      color: #757575;
      font-size: 14px;
      line-height: 20px;
      border: 1px solid #eaeaea;
      border-radius: 8px;
      appearance: none;
      background: transparent !important; }
      .modal-form .select select:focus {
        outline: none; }
  .modal-form input {
    box-shadow: none !important;
    margin-bottom: 15px;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px; }
    .modal-form input:focus {
      outline: none; }
  .modal-form textarea {
    box-shadow: none !important;
    margin-bottom: 15px;
    padding: 20px 15px;
    width: 100%;
    height: 215px;
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    resize: none; }
    .modal-form textarea:focus {
      outline: none; }
  .modal-form .btn {
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center; }

@media screen and (max-width: 1610px) {
  .serv-bann {
    background-size: auto; }
    .serv-bann__list {
      bottom: -50px; }

  .serv-interests {
    margin-top: 170px; } }
@media screen and (max-width: 1400px) {
  .serv-work__item-inner {
    min-height: 300px; }
  .serv-work__item-tx br {
    display: none; }
  .serv-work__item-title br {
    display: none; }
  .serv-grade {
    padding: 80px 0; }
    .serv-grade__text {
      width: calc(100% - 400px);
      padding-right: 0; }
  .serv-interests__text-tx br {
    display: none; }
  .serv-clients__text {
    padding-left: 0; }
    .serv-clients__text p br {
      display: none; }
  .serv-application__text p br {
    display: none; } }
@media screen and (max-width: 1280px) {
  .serv-bann {
    height: 605px;
    background-size: cover; }
    .serv-bann__inner {
      height: 605px; }
    .serv-bann__list {
      bottom: -35px; } }
@media screen and (max-width: 1200px) {
  .serv-bann__list-item {
    padding: 40px 35px;
    width: 280px; }
  .serv-work__item-inner {
    min-height: 330px; }
  .serv-application:before {
    left: -60%; }
  .serv-application__img {
    padding-left: 0;
    padding-right: 30px; }
  .serv-possibilities__item {
    padding: 27px 15px 35px; }
    .serv-possibilities__item-check-item {
      padding: 0 3px; }
      .serv-possibilities__item-check-item input[type=radio] + label {
        font-size: 13px; } }
@media screen and (max-width: 991px) {
  .serv-bann {
    height: 400px; }
    .serv-bann__inner {
      height: 400px; }
    .serv-bann__list-item {
      width: 210px;
      padding: 30px 20px; }
    .serv-bann__list-numb {
      font-size: 29px; }
      .serv-bann__list-numb span {
        font-size: 20px; }
    .serv-bann__list-tx {
      font-size: 18px; }
  .serv-interests {
    margin: 160px 0 50px; }
    .serv-interests__descrip {
      padding-right: 0;
      margin-bottom: 30px; }
      .serv-interests__descrip h1 {
        font-size: 35px;
        line-height: 45px; }
      .serv-interests__descrip p {
        font-size: 18px; }
    .serv-interests__btns {
      margin-top: 40px; }
      .serv-interests__btns .btn {
        margin-bottom: 10px; }
    .serv-interests__text-item {
      margin-bottom: 25px; }
    .serv-interests__text-title {
      font-size: 30px;
      line-height: 36px; }
    .serv-interests__text-tx {
      font-size: 18px; }
  .serv-work {
    padding: 60px 0; }
    .serv-work h2 {
      margin-bottom: 30px;
      font-size: 30px;
      line-height: 40px; }
    .serv-work__link {
      margin-top: 20px; }
    .serv-work__item {
      width: 100%;
      max-width: 50%;
      flex: 0 0 50%;
      margin-bottom: 30px; }
      .serv-work__item-inner {
        min-height: 250px;
        padding: 25px; }
      .serv-work__item-step {
        margin-bottom: 20px; }
      .serv-work__item-title {
        font-size: 18px; }
  .serv-clients {
    margin: 60px 0; }
    .serv-clients h2 {
      font-size: 35px;
      line-height: 45px; }
    .serv-clients__title {
      margin-bottom: 30px; }
      .serv-clients__title-min {
        font-size: 25px;
        line-height: 34px; }
    .serv-clients__text p {
      margin-bottom: 15px;
      font-size: 18px; }
    .serv-clients__text ul li {
      margin-bottom: 10px;
      font-size: 18px; }
      .serv-clients__text ul li br {
        display: none; }
  .serv-application {
    margin-top: 80px;
    padding-bottom: 80px; }
    .serv-application:before {
      width: 500px;
      height: 500px;
      left: -29%;
      bottom: -22%;
      background-size: 500px 500px; }
    .serv-application__img {
      padding-right: 0;
      margin-bottom: 30px;
      text-align: center; }
    .serv-application h2 {
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 45px; }
    .serv-application__text p {
      font-size: 18px; }
    .serv-application__list {
      margin-top: 50px; }
  .serv-possibilities {
    padding: 60px 0 30px; }
    .serv-possibilities h2 {
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 45px; }
    .serv-possibilities p {
      margin-bottom: 40px;
      font-size: 18px; }
    .serv-possibilities__item {
      margin-bottom: 30px; }
      .serv-possibilities__item-title {
        font-size: 20px;
        line-height: 26px; }
      .serv-possibilities__item-btn {
        font-size: 16px; }
      .serv-possibilities__item-dop-inner {
        padding: 20px 15px; }
      .serv-possibilities__item-dop-toggle-tx {
        font-size: 14px; }
  .serv-grade {
    padding: 60px 0; }
    .serv-grade__inner {
      display: block; }
    .serv-grade__text {
      padding-top: 0;
      margin-bottom: 40px;
      width: 100%; }
      .serv-grade__text h2 {
        font-size: 35px;
        line-height: 45px; }
      .serv-grade__text p {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px; }
        .serv-grade__text p br {
          display: none; }
  .serv-reviews {
    padding: 60px 0;
    overflow: hidden; }
    .serv-reviews h2 {
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 45px; }
    .serv-reviews .slick-arrow {
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: -10px;
      right: 0;
      top: inherit;
      z-index: 2;
      margin: 0;
      border: 1px solid #ffb64e;
      border-radius: 100px; }
      .serv-reviews .slick-arrow:before {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: auto;
        background-image: url("../img/ar2.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px 13px;
        transform: rotate(-90deg); }
      .serv-reviews .slick-arrow:after {
        content: '';
        width: 15px;
        height: 15px;
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: auto;
        background-image: url("../img/ar5.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px 13px;
        transform: rotate(-90deg); }
      .serv-reviews .slick-arrow:hover {
        background: #ffb64e; }
        .serv-reviews .slick-arrow:hover:before {
          opacity: 0; }
        .serv-reviews .slick-arrow:hover:after {
          opacity: 1; }
    .serv-reviews .slick-prev {
      left: inherit;
      right: 50px;
      bottom: 5px;
      transform: rotate(180deg); }
    .serv-reviews__slider {
      display: none; }
      .serv-reviews__slider.mob {
        opacity: 1;
        height: auto;
        width: 100%;
        display: block; }
    .serv-reviews__top {
      display: block; }
      .serv-reviews__top-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px; }
  .serv-faq {
    margin-bottom: 60px; }
    .serv-faq__inner {
      width: 100%; }
    .serv-faq h2 {
      margin-bottom: 40px;
      font-size: 35px;
      line-height: 45px; } }
@media screen and (max-width: 768px) {
  .serv-bann {
    margin-bottom: 450px;
    height: 322px; }
    .serv-bann__inner {
      height: 322px; }
    .serv-bann__list {
      bottom: -405px; }
      .serv-bann__list-item {
        margin: 10px 0;
        width: 100%;
        display: block; }
  .serv-work__item {
    max-width: 100%;
    flex: 0 0 100%; }
    .serv-work__item-top {
      display: none; }
  .serv-work__link {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: .8em 1.7em;
    text-decoration: none;
    border: 1px solid #ededed;
    text-align: center; }
  .serv-reviews__slider-item {
    padding: 26px 30px 55px;
    display: block;
    width: 100%; }
  .serv-reviews__slider-img {
    margin-bottom: 10px; }
  .serv-reviews__slider-text {
    width: 100%;
    display: block;
    padding: 0; }
  .serv-reviews__top-sorting-title {
    margin-right: 5px; }
  .serv-reviews__top-sorting-item {
    margin-right: 2px; }
  .serv-interests__btns .btn {
    width: 245px; }
  .serv-possibilities__item-dop-title {
    display: flex;
    align-items: center;
    position: relative; }
    .serv-possibilities__item-dop-title:after {
      content: '';
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-left: 15px;
      border-radius: 100px;
      border: 1px solid #d7d3ca;
      background-image: url("../img/ar1.svg");
      background-size: 13px 13px;
      background-repeat: no-repeat;
      background-position: center; }
	.serv-possibilities__item-dop-inner {
		min-height: unset; }
    .serv-possibilities__item-dop-title + ul {
      display: none; }
    .serv-possibilities__item-dop-title.open + ul {
      display: block; }
    .serv-possibilities__item-dop-title.open:after {
      transform: rotate(180deg); }
  .serv-possibilities__item-lnk-mob {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #878787; }
    .serv-possibilities__item-lnk-mob:before {
      content: '';
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-right: 15px;
      border-radius: 100px;
      background-size: 13px 13px;
      background-repeat: no-repeat;
      background-position: center; }
      .serv-possibilities__item-on .serv-possibilities__item-lnk-mob:before {
        border: 1px solid #ffb64e;
        background-image: url("../img/ar2.svg"); }
      .serv-possibilities__item-tw .serv-possibilities__item-lnk-mob:before {
        border: 1px solid #9bc358;
        background-image: url("../img/ar3.svg"); }
      .serv-possibilities__item-th .serv-possibilities__item-lnk-mob:before {
        border: 1px solid #de6423;
        background-image: url("../img/ar4.svg"); }
      .serv-possibilities__item-cstm .serv-possibilities__item-lnk-mob:before {
        border: 1px solid #b489c6;
        background-image: url("../img/ar7.svg"); }
      .serv-possibilities__item-prf .serv-possibilities__item-lnk-mob:before {
        border: 1px solid #74bdb0;
        background-image: url("../img/ar8.svg"); }
    .serv-possibilities__item-lnk-mob.open:before {
      transform: rotate(180deg); }
    .serv-possibilities__item-lnk-mob.open + ul {
      display: block; }
    .serv-possibilities__item-lnk-mob + ul {
      display: none; } }
@media screen and (max-width: 570px) {
  .serv-bann {
    height: 200px; }
    .serv-bann__inner {
      height: 200px; } }
@media screen and (max-width: 400px) {
  .serv-bann {
    background-size: 145%; } }
@media screen and (max-width: 520px) {
  .serv-possibilities__item-check-item input[type=radio] + label {
    font-size: 12px; }

  .modal-content {
    padding: 30px 20px; }
  .modal-text br {
    display: none; } }

.status-items {
	display: flex;
	flex-wrap: wrap;
}
.status-item {
	/*max-width: calc(33.33% - 20px);
	width: 100%;
	margin-right: 20px;
	margin-bottom: 20px;*/
}
.serv-possibilities__item-counter-title {
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000; }
.serv-possibilities__item-counter-wrap {
	display: flex;
	align-items: center;
}
.serv-possibilities__item-counter-note {
	margin-left: 10px;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000; }
.counter-inp__wrap {
	max-width: 126px;
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	border: 1px solid;
	background-color: #fff; }
.counter-inp__btn, .counter-inp__inp {
	background: transparent;
	border: none;
	outline: none !important;}
.counter-inp__btn {
	flex: 30px;
	width: 30px;
	font-size: 18px;
	color: #a8a8a8; }
.counter-inp__btn:hover {
	cursor: pointer; }
.counter-inp__inp {
	max-width: calc(100% - 60px);
	width: 100%;
	padding: 0;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;}
.serv-possibilities__item-cstm .counter-inp__wrap {
	border-color: #c6aec6; }
.serv-possibilities__item-prf .counter-inp__wrap {
	border-color: #74bdb0; }

.status-items-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.status-items-nav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border: 2px solid #aaa;
	border-radius: 50%;
	margin-left: 18px;
	transition: .3s ease-out;
}
.status-items-nav__item svg {
	transition: .3s ease-out;
	width: 14px;
	fill: #aaa;
}
.status-items-nav__item--prev svg {
	transform: rotate(180deg);
}
.status-items-nav__item:hover {
	cursor: pointer;
	border-color: #fa8e32;
}
.status-items-nav__item:hover svg {
	fill: #fa8e32;
}
.toggle-menu-btn {
	position: relative;
}
.toggle-menu-btn.active .icon-bar:nth-child(2) {
	opacity: 0;
}
.toggle-menu-btn.active .icon-bar:nth-child(1),
.toggle-menu-btn.active .icon-bar:nth-child(3) {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
}
.toggle-menu-btn.active .icon-bar:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
.toggle-menu-btn.active .icon-bar:nth-child(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.serv-possibilities .status-items-nav__item svg {
  fill: #fa8e32;
}
.status-items-nav__item {
  border-color: #fa8e32;
}