.last-margin:last-child {
  margin-bottom: 0;
}
.trs {
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* N-BREADCRUMBS */
.n-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
  font-size: 14px;
}
.n-breadcrumbs li {
  display: inline;
  vertical-align: middle;
}
.n-breadcrumbs li:last-child:after {
  display: none;
}
.n-breadcrumbs li:after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/svg/arrow.svg) no-repeat 0 0 / contain;
  margin-left: 5px;
  margin-right: 2px;
}
.n-breadcrumbs a {
  color: #787878;
}
.n-breadcrumbs a:hover {
  color: #0cb28b;
}
.n-heading {
  font-weight: 300;
  font-size: 36px;
  margin: 0 0 24px;
}
@media (max-width: 1288px) {
  .n-heading {
    font-size: 33px;
  }
}
@media (max-width: 864px) {
  .n-heading {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .n-heading {
    font-size: 28px;
  }
}
.n-heading_md {
  font-size: 30px;
}
@media (max-width: 864px) {
  .n-heading_md {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .n-heading_md {
    font-size: 25px;
  }
}
/* N-IMG-STYLED */
.n-img-styled {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 372px;
}
@media (max-width: 864px) {
  .n-img-styled {
    height: 245px;
  }
}
@media (max-width: 450px) {
  .n-img-styled {
    height: 170px;
  }
}
.n-img-styled:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 594px;
  height: 100%;
  background: url(../img/img-styled.png) no-repeat 0 0 / contain;
}
@media (max-width: 1288px) {
  .n-img-styled:after {
    left: -135px;
  }
}
@media (max-width: 450px) {
  .n-img-styled:after {
    left: -80px;
  }
}
.n-img-styled img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* N-BLOCK */
.n-block {
  margin-bottom: 67px;
}
.n-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 864px) {
  .n-block {
    margin-bottom: 35px;
  }
}
/* N-GRID */
.n-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.n-grid__col {
  width: 33.333%;
  padding: 8px;
  box-sizing: border-box;
}
@media (max-width: 1288px) {
  .n-grid__col {
    width: 50%;
  }
}
@media (max-width: 864px) {
  .n-grid__col {
    width: 100%;
  }
}
/* N-SERVICE */
.n-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  height: 100%;
  padding: 25px 25px 30px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 864px) {
  .n-service {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .n-service {
    padding: 20px 20px 25px;
  }
}
.n-service__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 27px;
}
@media (max-width: 420px) {
  .n-service__icon {
    margin-bottom: 17px;
  }
}
.n-service__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.n-service__content {
  margin-top: auto;
  max-width: 95%;
}
.n-service p {
  margin-top: 0;
}
.n-service p:last-child {
  margin-bottom: 0;
}
.n-service__footer {
  margin-top: 20px;
}
/* N-BTN */
.n-btn {
  display: inline-block;
  vertical-align: middle;
  background: #0CB28B;
  border: 1px solid #0CB28B;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: normal;
  padding: 7px 20px 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 420px) {
  .n-btn {
    display: block;
  }
}
.n-btn:hover {
  background: #008e87 !important;
  border: 1px solid #008e87 !important;
}
/* N-STEP */
.n-step {
  border-top: 1px solid #CACCCD;
}
.n-step:last-child .n-step__body {
  padding-bottom: 0;
}
.n-step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 864px) {
  .n-step__header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.n-step__header_hover {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.n-step__header_hover:hover {
  color: green;
}
.n-step__title {
  font-size: 30px;
  font-weight: 300;
  margin-left: 16px;
}
@media (max-width: 1288px) {
  .n-step__title {
    font-size: 27px;
  }
}
@media (max-width: 864px) {
  .n-step__title {
    font-size: 22px;
  }
}
.n-step__body {
  padding-bottom: 46px;
  display: none;
}
@media (max-width: 864px) {
  .n-step__body {
    padding-bottom: 25px;
  }
}
/* N-COUNTER */
.n-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background-color: #0CB28B;
  font-size: 50px;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 6px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  .n-counter {
    width: 40px;
  }
}
.n-counter__item {
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-top: -11px;
}
.n-counter__item:last-child {
  border-right: none;
}
@media (max-width: 420px) {
  .n-counter__item {
    width: 100%;
  }
  .n-counter__item:first-child {
    display: none;
  }
}
/* N-INFO */
.n-info {
  margin-bottom: 50px;
}
.n-info:last-child {
  margin-bottom: 0;
}
@media (min-width: 865px) {
  .n-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 864px) {
  .n-info {
    margin-bottom: 35px;
  }
}
.n-info__item {
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  flex: 1 1 33.33%;
}
@media (min-width: 864px) {
  .n-info__item {
    border-left: 1px solid #CACCCD;
  }
}
@media (max-width: 1288px) {
  .n-info__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 864px) {
  .n-info__item {
    padding: 0;
    margin-bottom: 20px;
  }
  .n-info__item:last-child {
    margin-bottom: 0;
  }
}
.n-info__item:first-child {
  border-left: none;
  padding-left: 0;
}
@media (min-width: 865px) {
  .n-info__item:last-child {
    padding-right: 0;
    width: 33.81%;
    max-width: 425px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.n-info__title {
  font-size: 20px;
  line-height: 1.3;
  color: #0cb28b;
  margin-bottom: 15px;
}
.n-info__content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.n-info__content p:last-child {
  margin-bottom: 0;
}
/* N-SECTION */
.n-section {
  padding-top: 68px;
  padding-bottom: 70px;
}
@media (max-width: 864px) {
  .n-section {
    padding: 40px 0;
  }
}
.n-section-bg {
  background: -webkit-linear-gradient(left, #00CA8C 0%, #009186 100%);
  background: linear-gradient(90deg, #00CA8C 0%, #009186 100%);
  padding: 50px 0 70px;
  color: #fff;
}
@media (max-width: 864px) {
  .n-section-bg {
    padding: 40px 0;
  }
}
/* N-PARTNER */
.n-partner {
  background-color: #fff;
  border-radius: 4px;
  color: #34393C;
  position: relative;
  min-height: 224px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.n-partner:last-child {
  margin-bottom: 0;
}
@media (min-width: 865px) {
  .n-partner {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.n-partner__mark {
  position: absolute;
  top: 16px;
  right: 12px;
}
@media (max-width: 864px) {
  .n-partner__mark {
    top: 12px;
    right: 10px;
  }
}
.n-partner__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
  padding: 14px 25px;
}
@media (max-width: 864px) {
  .n-partner__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.n-partner__title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0cb28b;
}
.n-partner__title a {
  color: inherit;
}
.n-partner__title a:hover {
  text-decoration: underline;
}
@media (min-width: 865px) {
  .n-partner__aside {
    width: 303px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid #EFF1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
    padding: 24px 61px;
  }
}
@media (max-width: 864px) {
  .n-partner__aside {
    border-top: 1px solid #EFF1F1;
    text-align: center;
    padding: 20px 25px;
  }
}
.n-partner p {
  margin-top: 0;
  margin-bottom: 20px;
}
.n-partner p:last-child {
  margin-bottom: 0;
}
/* N-CAROUSEL */
.n-carousel {
  box-sizing: border-box;
}
@media (min-width: 865px) and (max-width: 1340px) {
  .n-carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.n-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.n-carousel__item {
  height: 100%;
}
.n-carousel .owl-prev,
.n-carousel .owl-next {
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 50px;
  color: #CACCCD;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 864px) {
  .n-carousel .owl-prev,
  .n-carousel .owl-next {
    display: none;
  }
}
.n-carousel .owl-prev:hover:not(.disabled),
.n-carousel .owl-next:hover:not(.disabled) {
  color: #0cb28b;
}
.n-carousel .owl-prev.disabled,
.n-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: .5;
}
@media (min-width: 1341px) {
  .n-carousel .owl-prev {
    left: -30px;
  }
  .n-carousel .owl-next {
    right: -30px;
  }
}
@media (min-width: 865px) and (max-width: 1340px) {
  .n-carousel .owl-prev {
    left: 0;
  }
  .n-carousel .owl-next {
    right: 0;
  }
}
.n-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 27px;
}
@media (max-width: 864px) {
  .n-carousel .owl-dots {
    margin-top: 17px;
  }
}
.n-carousel .owl-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #eff1f1;
  background-color: #C4C4C4;
  margin: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.n-carousel .owl-dot:hover {
  background-color: #787878;
}
.n-carousel .owl-dot.active {
  border-color: #787878;
  background-color: #787878;
}
/* N-CARD */
.n-card {
  background-color: #fff;
  display: block;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  color: #34393C;
  height: 100%;
}
@media (max-width: 420px) {
  .n-card {
    padding: 10px;
  }
}
.n-card__img {
  height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 420px) {
  .n-card__img {
    height: 110px;
  }
}
.n-card__img img {
  width: auto !important;
  max-height: 100%;
  display: block;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.n-card__content {
  display: block;
  margin-top: 24px;
}
.n-card__title {
  display: block;
  margin-bottom: 17px;
}
.n-card__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .n-card__title {
    margin-bottom: 10px;
  }
}
.n-card__txt {
  display: block;
  color: #787878;
  font-size: 14px;
}
/* N-SORT */
.n-sort {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 25px;
  margin-bottom: 16px;
}
@media (min-width: 865px) {
  .n-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 864px) {
  .n-sort {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.n-sort__caption {
  margin-top: 8px;
  margin-right: 9px;
}
@media (max-width: 864px) {
  .n-sort__caption {
    margin: 0 0 5px;
  }
}
.n-sort__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.n-sort__btn {
  cursor: pointer;
  line-height: 1;
  padding: 8px 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  margin: 5px 0;
  min-width: 23px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 864px) {
  .n-sort__btn {
    font-size: 20px;
  }
}
.n-sort__btn:hover {
  color: #0cb28b;
}
.n-sort__btn:last-child {
  margin-right: 0;
}
.n-sort__btn.is-active {
  color: #fff;
  background-color: #0cb28b;
  cursor: default;
  pointer-events: none;
}
/* N-COLUMN */
.n-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
@media (max-width: 420px) {
  .n-column {
    margin: -4px;
  }
}
.n-column__item {
  padding: 8px;
  width: 16.6667%;
  box-sizing: border-box;
}
@media (max-width: 1288px) {
  .n-column__item {
    width: 25%;
  }
}
@media (max-width: 864px) {
  .n-column__item {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .n-column__item {
    padding: 4px;
  }
}
.n-center-btn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 864px) {
  .n-center-btn {
    margin-top: 20px;
  }
}
/* N-CONNECT */
.n-connect {
  max-width: 965px;
  width: 100%;
}
.n-connect-section {
  padding-top: 147px;
  padding-bottom: 147px;
  background: #34393c url(../img/connect-bg.jpg) no-repeat 0 0 / cover;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}
@media (min-width: 1351px) {
  .n-connect-section {
    min-height: 400px;
  }
}
@media (max-width: 1350px) {
  .n-connect-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 864px) {
  .n-connect-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.n-connect-section:before,
.n-connect-section:after {
  content: '';
  position: absolute;
  z-index: 5;
}
.n-connect-section:before {
  background: url(../img/decoration-1.png) no-repeat 0 0;
  width: 230px;
  height: 386px;
  left: 0;
  top: -101px;
}
@media (max-width: 1700px) {
  .n-connect-section:before {
    left: -75px;
  }
}
@media (max-width: 1500px) {
  .n-connect-section:before {
    display: none;
  }
}
.n-connect-section:after {
  background: url(../img/decoration-2.png) no-repeat 0 0;
  width: 403px;
  height: 393px;
  right: 0;
  bottom: 0;
}
@media (max-width: 1350px) {
  .n-connect-section:after {
    display: none;
  }
}
.n-connect__header {
  margin-bottom: 60px;
}
.n-connect__header:last-child {
  margin-bottom: 0;
}
@media (max-width: 864px) {
  .n-connect__header {
    margin-bottom: 35px;
  }
}
/* N-HERO */
.n-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-hero__circle {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 864px) {
  .n-hero__circle {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 420px) {
  .n-hero__circle {
    display: none;
  }
}
.n-hero__circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n-hero__title {
  font-size: 30px;
  line-height: 1.27;
  font-weight: bold;
}
@media (max-width: 1288px) {
  .n-hero__title {
    font-size: 25px;
  }
}
@media (max-width: 864px) {
  .n-hero__title {
    font-size: 20px;
  }
}
/* N-FORM */
.n-form {
  margin-bottom: 0;
}
.n-form_max {
  max-width: 913px;
  width: 100%;
}
.n-form__content {
  margin-bottom: 16px;
}
.n-form__content:last-child {
  margin-bottom: 0;
}
.n-form__group {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 865px) {
  .n-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.n-form__item {
  box-sizing: border-box;
  padding: 0 8px;
}
@media (min-width: 865px) {
  .n-form__item {
    width: 33.333%;
  }
}
@media (max-width: 864px) {
  .n-form__item {
    margin-bottom: 16px;
  }
}
.n-form__item .button {
  width: 100%;
}
.n-control {
  width: 100%;
  display: block;
  height: 44px;
  background: #787878;
  border-radius: 50px;
  padding: 0 20px 4px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.n-control::-webkit-input-placeholder {
  color: #fff;
}
.n-control::-moz-placeholder {
  color: #fff;
}
.n-control:-ms-input-placeholder {
  color: #fff;
}
/* N-AGREE */
.n-agree {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
.n-agree input {
  display: none;
}
.n-agree input:checked + .n-agree__symbol {
  background-color: #0cb28b;
  border-color: #0cb28b;
}
.n-agree input:checked + .n-agree__symbol:after {
  opacity: 1;
}
.n-agree__symbol {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  border-radius: 4px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.n-agree__symbol:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 1px;
  width: 9px;
  height: 7px;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* N-INPUT-GROUP */
.n-input-group {
  margin-bottom: 20px;
}
@media (min-width: 501px) {
  .n-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 500px) {
  .n-input-group {
    display: block;
    margin-bottom: 10px;
  }
}
.n-input-group__caption {
  display: block;
}
@media (min-width: 501px) {
  .n-input-group__caption {
    width: 175px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .n-input-group__caption {
    margin-bottom: 5px;
  }
}
.n-input-group input {
  width: 100%;
  box-sizing: border-box;
}
.agreement-icon__styled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agreement-icon__styled svg {
  width: 13px;
  height: 13px;
}
/* N-MODAL */
.n-modal {
  width: 100%;
  max-width: 570px;
  display: none;
  box-sizing: border-box;
  padding: 30px;
}
.n-modal form {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .n-modal .page-block {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .n-modal__btn {
    width: 100%;
  }
}
.n-modal .fancybox-close-small {
  width: 32px;
  height: 32px;
}
/* HELPERS */
.n-mb-40 {
  margin-bottom: 40px;
}
.n-mb-20 {
  margin-bottom: 20px;
}
.n-mb-10 {
  margin-bottom: 10px;
}
.n-mt-20 {
  margin-top: 20px;
}
.button--styled {
  padding-left: 45px;
  padding-right: 45px;
}


/* Helpers for footer payments spacing */
.payment-methods--spaced { margin-right: 1%; }


/* DAR */
.section-white {
  background-color: #fff;
}
/* OBJECT */
.object {
  background-color: #34393c;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  min-height: 240px;
  height: 100%;
  position: relative;
}
.object-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
.object-grid-wrap {
  overflow: hidden;
}
.object-grid__item {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 26px;
  box-sizing: border-box;
}
@media (max-width: 1288px) {
  .object-grid__item {
    width: 100%;
  }
}
.object__content {
  padding: 30px 0 20px 40px;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 107% 100%;
}
@media (min-width: 865px) {
  .object__content {
    background-image: url(../img/svg/object-bg.svg);
  }
}
@media (max-width: 1288px) {
  .object__content {
    background-size: 100% 100%;
  }
}
@media (max-width: 864px) {
  .object__content {
    padding: 15px 20px;
  }
  .object__content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #00a288;
    opacity: .35;
  }
}
.object__content-inner {
  width: 100%;
  max-width: 285px;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.object__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.41667;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 864px) {
  .object__title {
    font-size: 20px;
  }
}
.object__title:last-child {
  margin-bottom: 0;
}
.object__link {
  display: block;
  line-height: 1;
  font-weight: 400;
  padding-left: 21px;
  background: url(../img/svg/link.svg) no-repeat 0 50%;
  background-size: 16px 16px;
  word-wrap: break-word;
}
.object__footer {
  margin-top: auto;
}
.object__media {
  width: 323px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 32px 25px 0;
  box-sizing: border-box;
}
@media (max-width: 1288px) {
  .object__media {
    width: 56%;
  }
}
@media (max-width: 864px) {
  .object__media {
    width: 100%;
  }
}
.object__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .5;
}
.object__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -5px;
}
.object__group-item {
  padding: 0 5px;
}

/*----------------------------------------*/
/* WE SUPPLY (2022) */
/*----------------------------------------*/
.v22-we-supply {
  align-items: flex-start;
  display: flex;
}
.v22-we-supply__content {
  flex-grow: 1;
  max-width: 792px;
}
.v22-we-supply__dd-item:not(:last-child) {
  margin: 0 0 30px;
}
.v22-we-supply__dd-item .v22-we-supply__dd-item {
  margin-left: 20px;
}
.v22-we-supply__dd-heading {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding-left: 32px;
  position: relative;
}
.v22-we-supply__dd-heading::before,
.v22-we-supply__dd-heading::after {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDI0QzUuMzgyOTMgMjQgMCAxOC42MTcxIDAgMTJDMCA1LjM4MjkzIDUuMzgyOTMgMCAxMiAwQzE4LjYxNzEgMCAyNCA1LjM4MjkzIDI0IDEyQzI0IDE4LjYxNzEgMTguNjE3MSAyNCAxMiAyNFpNMTIgMS41QzYuMjEwMDIgMS41IDEuNSA2LjIxMDAyIDEuNSAxMkMxLjUgMTcuNzkgNi4yMTAwMiAyMi41IDEyIDIyLjVDMTcuNzkgMjIuNSAyMi41IDE3Ljc5IDIyLjUgMTJDMjIuNSA2LjIxMDAyIDE3Ljc5IDEuNSAxMiAxLjVaIiBmaWxsPSIjMENCMjhCIi8+CjxwYXRoIGQ9Ik0xNy4yNSAxMi43NUg2Ljc1QzYuMzM2IDEyLjc1IDYgMTIuNDE0IDYgMTJDNiAxMS41ODYgNi4zMzYgMTEuMjUgNi43NSAxMS4yNUgxNy4yNUMxNy42NjQgMTEuMjUgMTggMTEuNTg2IDE4IDEyQzE4IDEyLjQxNCAxNy42NjQgMTIuNzUgMTcuMjUgMTIuNzVaIiBmaWxsPSIjMENCMjhCIi8+Cjwvc3ZnPgo=');
  content: '';
  display: block;
  height: 24px;
  left: 0;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  width: 24px;
}
.v22-we-supply__dd-heading::after {
  transform: rotate3d(0, 0, 1, 90deg);
}
.v22-we-supply__dd-heading.is-active {
  font-weight: bold;
}
.v22-we-supply__dd-heading.is-active::after {
  transform: rotate3d(0, 0, 1, 0deg);
}
.v22-we-supply__dd-content {
  display: none;
  padding: 15px 0 0;
}
.v22-we-supply__brief {
  font-size: 18px;
  margin: 0 0 24px;
}
.v22-we-supply__brief:last-child {
  margin: 0;
}
.v22-we-supply__subtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px;
}
.v22-we-supply__gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 6px;
}
.v22-we-supply__gallery-item {
  border-radius: 4px;
  display: block;
  margin: 0 18px 18px 0;
  width: calc(50% - 9px);
}
.v22-we-supply__gallery-item:nth-child(2n) {
  margin-right: 0;
}
.v22-we-supply__gallery-item img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.v22-we-supply__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.v22-we-supply__list:last-child {
  margin: 0;
}
.v22-we-supply__list li {
  margin: 0 0 5px;
  padding-left: 18px;
  position: relative;
}
.v22-we-supply__list li:last-child {
  margin: 0;
}
.v22-we-supply__list li::before {
  color: #0CB28B;
  content: '\2022';
  display: block;
  left: 1px;
  position: absolute;
  top: 0;
}
.v22-we-supply__producers {
  border-left: 1px solid #CACCCD;
  flex-shrink: 0;
  margin-left: 40px;
  min-width: 268px;
  padding-left: 36px;
  position: sticky;
  top: 106px;
}
.v22-we-supply__producers-title {
  color: #0CB28B;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 18px;
}
.v22-we-supply__producers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v22-we-supply__producers-list li {
  margin: 14px 0 0;
}
.v22-we-supply__producers-list a {
  color: #34393C;
  font-weight: bold;
  transition: color 0.15s;
}
.v22-we-supply__producers-list a:hover {
  color: #0CB28B;
}
@media screen and (max-width: 864px) {
  .v22-we-supply {
    display: block;
  }
  .v22-we-supply__producers {
    border-top: 1px solid #CACCCD;
    border-left: none;
    margin: 30px 0 0;
    padding: 20px 0 0;
    position: static;
  }
}

/*----------------------------------------*/
/* WE SUPPLY TABS (2022) */
/*----------------------------------------*/
.v22-we-supply-tabs-toggle {
  display: flex;
  margin: 0 0 20px -10px;
}
.v22-we-supply-tabs-toggle__item {
  box-sizing: border-box;
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex: 1 1 100%;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  margin: 0 0 10px 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.v22-we-supply-tabs-toggle__item.is-active:hover {
  background: #0cb28b !important;
  border-color: #0cb28b !important;
  cursor: default;
}
.v22-we-supply-tabs-toggle__item:not(.is-active) {
  background: none;
  color: #0cb28b;
}
.v22-we-supply-tabs-toggle__item:not(.is-active):hover {
  color: #fff;
}
.v22-we-supply-tabs-content {
  position: relative;
}
.v22-we-supply-tabs-content__item {
  position: relative;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 22;
}
.v22-we-supply-tabs-content__item:not(.is-active) {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 864px) {
  .v22-we-supply-tabs-toggle {
    flex-wrap: wrap;
    margin: 0 0 18px;
  }
  .v22-we-supply-tabs-toggle__item {
    border-radius: 0;
    height: 32px;
    margin: -1px 0 0;
  }
  .v22-we-supply-tabs-toggle__item:first-child {
    border-radius: 4px 4px 0 0;
  }
  .v22-we-supply-tabs-toggle__item:last-child {
    border-radius: 0 0 4px 4px;
  }
}

/*----------------------------------------*/
/* WE SUPPLY POPUP (2022) */
/*----------------------------------------*/
.v22-we-supply-popup {
  border-radius: 4px;
  display: none;
  font-size: 18px;
  padding: 40px;
  width: 690px;
}
.v22-we-supply-popup__title {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 18px;
}
@media screen and (max-width: 639px) {
  .v22-we-supply-popup {
    padding: 20px;
  }
}

/*----------------------------------------*/
/* WE SUPPLY CALLBACK (2022) */
/*----------------------------------------*/
.v22-we-supply-callback {
  border-top: 1px solid #EFF1F1;
  margin: 40px 0 0;
  padding: 30px 0 0;
}
.v22-we-supply-callback--consultation {
  border: none;
  margin: 0;
  padding: 0;
}
.v22-we-supply-callback__title {
  color: #0CB28B;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px;
}
.v22-we-supply-callback__brief {
  color: #787878;
  margin: 0 0 26px;
}
.v22-we-supply-callback__form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v22-we-supply-callback__form-group {
  display: block;
  margin: 0 0 16px;
  width: calc(50% - 8px);
}
.v22-we-supply-callback__form-group input,
.v22-we-supply-callback__form-group textarea {
  background: #EFF1F1;
  border: none;
  border-radius: 22px;
  width: 100%;
}
.v22-we-supply-callback__form-group input {
  padding: 0 20px;
  height: 44px;
}
.v22-we-supply-callback__form-group textarea {
  padding: 15px 20px;
}
.v22-we-supply-callback__form-group--double {
  width: 100%;
}
.v22-we-supply-callback__form-button {
  background: #0CB28B;
  border: none;
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 16px;
  height: 44px;
  text-transform: uppercase;
  transition: background-color 0.3s;
  width: calc(50% - 8px);
}
.v22-we-supply-callback__form-button:hover {
  background: #008e87;
}
.v22-we-supply-callback__form-agree {
  font-size: 16px;
  margin: 4px 0 0;
  width: 100%;
}
.v22-we-supply-callback__form-agree .n-agree__symbol {
  border-color: #0CB28B;
}
@media screen and (max-width: 639px) {
  .v22-we-supply-callback {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .v22-we-supply-callback--consultation {
    margin: 0;
    padding: 0;
  }
  .v22-we-supply-callback__form {
    display: block;
  }
  .v22-we-supply-callback__form-group {
    margin: 0 0 10px;
    width: 100%;
  }
  .v22-we-supply-callback__form-button {
    width: 100%;
  }
}

/*----------------------------------------*/
/* SERVICES BANNER (2022) */
/*----------------------------------------*/
.v22-services-banner::after {
  background: url(../img/v22-service-banner-bg.png);
  width: 664px;
  z-index: 1;
}
.v22-services-banner__text {
  align-items: center;
  color: #FFF;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 100%;
  line-height: 1.26;
  left: 50px;
  position: absolute;
  top: 0;
  width: 360px;
  z-index: 9;
}
@media screen and (max-width: 864px) {
  .v22-services-banner {
    height: auto;
  }
  .v22-services-banner::after {
    display: none;
  }
  .v22-services-banner__text {
    background: linear-gradient(90deg, #00CA8C 0%, #009186 100%);
    border-radius: 0 0 4px 4px;
    font-size: 24px;
    padding: 20px;
    position: static;
    width: auto;
  }
  .v22-services-banner__text br {
    display: none;
  }
}

/*----------------------------------------------------- */
/* ARTICLE ITEM */
/*----------------------------------------------------- */
.article-item { background: white; border-radius: 5px; float: left; font-size: 14px; margin: 0 16px 16px 0; -webkit-transition: box-shadow 0.36s; -webkit-transition: -webkit-box-shadow 0.36s; transition: -webkit-box-shadow 0.36s; -o-transition: box-shadow 0.36s; transition: box-shadow 0.36s; transition: box-shadow 0.36s, -webkit-box-shadow 0.36s; }
.article-item:hover { -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
.article-item:hover .image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.article-item .image { border-top-left-radius: 5px; border-top-right-radius: 5px; display: block; overflow: hidden; }
.article-item .image img { border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-transition: transform 0.36s; -webkit-transition: -webkit-transform 0.36s; transition: -webkit-transform 0.36s; -o-transition: transform 0.36s; transition: transform 0.36s; transition: transform 0.36s, -webkit-transform 0.36s; height: 100%; width: 100%; }
.article-item .text { overflow: hidden; padding: 16px 20px 52px; position: relative; }
@media screen and (max-width: 864px) { .article-item .text { padding: 16px; } }
.article-item .type { font-size: 14px; margin: 0 0 16px; }
@media screen and (min-width: 865px) { .article-item .type { line-height: 20px; } }
.article-item .type a { color: #b2b4b7; }
.article-item .title { overflow: hidden; }
.article-item .title a { color: #34393c; display: inline-block; }
.article-item .brief { color: #777; overflow: hidden; }
@media screen and (max-width: 864px) { .article-item .brief { margin: 0 0 16px; } }
.article-item .brief p { margin: 0; }
.article-item .bottom-panel { bottom: 16px; color: #b2b4b7; font-size: 12px; left: 20px; position: absolute; right: 20px; }
@media screen and (min-width: 865px) { .article-item .bottom-panel { line-height: 20px; } }
@media screen and (max-width: 864px) { .article-item .bottom-panel { position: static; } }
.article-item .bottom-panel a { color: #b2b4b7; }
.article-item .info { float: left; }
@media screen and (max-width: 440px) { .article-item .info { float: none; margin: 0 0 16px; } }
.article-item .stats { float: right; }
@media screen and (max-width: 440px) { .article-item .stats { float: none; } }
.article-item .date { margin-right: 6px; }
.article-item .date::after { content: "|"; margin-left: 8px; }
.article-item .date:last-child { margin: 0; }
.article-item .date:last-child::after { display: none; }
.article-item .views { margin-right: 24px; }
.article-item .views:last-child { margin: 0; }
.article-item .fa-eye, .article-item .fa-comment-alt { margin-right: 3px; position: relative; top: 1px; }

.article-item--1 { width: 408px; }
@media screen and (max-width: 864px) { .article-item--1 { float: none; margin-right: 0; width: auto; } }
@media screen and (min-width: 1289px) { .article-item--1:nth-child(3n) { margin-right: 0; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--1:nth-child(3n) { display: none; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--1:nth-child(2n) { margin-right: 0; } }
@media screen and (min-width: 865px) { .article-item--1 .text { height: 130px; } }
@media screen and (min-width: 865px) { .article-item--1 .title { line-height: 20px; max-height: 60px; } }
@media screen and (min-width: 865px) { .article-item--1 .brief { line-height: 18px; max-height: 54px; } }

.article-item--2 { width: 302px; }
@media screen and (min-width: 1289px) { .article-item--2 .image { height: 170px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--2 .image { height: 230px; } }
.article-item--2 .text { padding: 16px 20px; }
@media screen and (max-width: 864px) { .article-item--2 .text { padding: 16px; } }
@media screen and (min-width: 865px) { .article-item--2 .title { height: 60px; line-height: 20px; } }
.article-item--2 .bottom-panel { position: static; }

.article-item--3 { width: 302px; }
@media screen and (min-width: 1289px) { .article-item--3 .text { height: 266px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--3 .text { height: 326px; } }
@media screen and (min-width: 865px) { .article-item--3 .title { line-height: 20px; max-height: 60px; } }
@media screen and (min-width: 1289px) { .article-item--3 .brief { line-height: 18px; max-height: 144px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--3 .brief { line-height: 18px; max-height: 180px; } }

.article-item--4 { width: 620px; }
@media screen and (max-width: 1288px) { .article-item--4 { float: none; margin-right: 0; width: auto; } }
@media screen and (min-width: 1289px) { .article-item--4 .image { height: 348px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--4 .image { border-bottom-left-radius: 5px; border-top-right-radius: 0; float: left; height: 230px; width: 408px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--4 .image img { border-bottom-left-radius: 5px; border-top-right-radius: 0; } }
@media screen and (min-width: 1289px) { .article-item--4 .text { height: 268px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--4 .text { height: 162px; } }
@media screen and (min-width: 865px) { .article-item--4 .title { line-height: 20px; max-height: 60px; } }
@media screen and (min-width: 1289px) { .article-item--4 .brief { line-height: 18px; max-height: 144px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-item--4 .brief { line-height: 18px; max-height: 54px; } }

@media screen and (max-width: 1288px) and (min-width: 865px) {
    .article-item--4 .size_autox348 { width: auto; height: 230px; }
    .article-item--2 .size_autox170 { width: auto; height: 230px; }
}

@media screen and (max-width: 865px) {
    .article-item--4 .size_autox348 { width: auto; height: 170px; }
    .article-item--2 .size_autox170 { width: auto; height: 170px; }
}

/*----------------------------------------------------- */
/* ARTICLE GROUP */
/*----------------------------------------------------- */
.article-group { float: left; margin: 0 16px 16px 0; width: 302px; }
.article-group .article-item { float: none; margin-right: 0; }
.article-group .article-item:last-child { margin: 0; }
@media screen and (min-width: 1289px) { .article-group .article-item .text { height: 91px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-group .article-item .text { height: 121px; } }
@media screen and (min-width: 1289px) { .article-group .article-item .type { margin: 0 0 12px; } }
@media screen and (min-width: 865px) { .article-group .article-item .title { line-height: 20px; margin: 0; } }
@media screen and (min-width: 1289px) { .article-group .article-item .title { max-height: 60px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .article-group .article-item .title { max-height: 80px; } }

/*----------------------------------------------------- */
/* NEWS GROUPS */
/*----------------------------------------------------- */
@media screen and (min-width: 1289px) { .news-group-1 .article-item--2 { margin-right: 0; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .news-group-1 .article-item--2 { width: 408px; } }
@media screen and (max-width: 864px) { .news-group-1 .article-item--2 { float: none; margin-right: 0; width: auto; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .news-group-1 .article-item--2:last-child { margin-right: 0; } }

@media screen and (min-width: 865px) { .news-group-2 { margin-bottom: -16px; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .news-group-2 .article-item, .news-group-2 .article-group { width: 408px; } }
@media screen and (max-width: 864px) { .news-group-2 .article-item, .news-group-2 .article-group { float: none; margin-right: 0; width: auto; } }
@media screen and (min-width: 1289px) { .news-group-2 .article-item:nth-child(4n), .news-group-2 .article-group:nth-child(4n) { margin-right: 0; } }
@media screen and (min-width: 865px) and (max-width: 1288px) { .news-group-2 .article-item:nth-child(even), .news-group-2 .article-group:nth-child(even) { margin-right: 0; } }
@media screen and (max-width: 864px) { .news-group-2 .article-item:last-child, .news-group-2 .article-group:last-child { margin: 0; } }

/*----------------------------------------*/
/* NEW (2023) */
/*----------------------------------------*/
html {
  font-size: 18px;
}
.v23-hw-solutions-counter .n-counter {
  display: block;
  height: 62px;
  line-height: 58px;
  padding: 0;
  width: 66px;
}
.v23-hw-solutions-counter .n-counter__item {
  margin: 0;
}
.v23-hw-solutions-counter .n-counter__item:first-child:not(:only-child) {
  display: none;
}
.v23-hw-solutions-services .n-grid__col {
  width: 100%;
}
.v23-hw-solutions-services .n-service {
  align-items: center;
  flex-direction: row;
  padding: 20px 40px;
}
.v23-hw-solutions-services .n-service__icon {
  flex-shrink: 0;
  margin: 0 40px 0 0;
}
.v23-hw-solutions-services .n-service__content {
  color: #34393c;
  flex-grow: 1;
  margin: 0;
  width: auto;
}
.v23-hw-solutions-services .more {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 440px) {
  html {
    font-size: 16px;
  }
  .v23-hw-solutions-services .n-service {
    padding: 20px;
  }
  .v23-hw-solutions-services .n-service__icon {
    margin-right: 20px;
  }
  .v23-hw-solutions-services .more {
    margin-top: 20px;
  }
}

.agreements-document {
  display: none;
}

.catalog-services-description {
  margin: 20px 0;
}