:root {
  --ser-ff: 'KasperskySans', 'Arial', 'Helvetica', 'sans-serif';
}

.spage * {
  font-family: var(--ser-ff);
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.image img,
.icon img {
  width: 100%;
  height: auto;
}

.content-wrapper h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #444;
}

.content-wrapper h3 {
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
  color: #444;
  font-size: 28px;
}

.spage .main h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #444;
  margin-bottom: 24px;
}

.spage .main strong,
.spage .main b {
  font-weight: 500;
}

.content-wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin-bottom: 20px;
}

.content-wrapper ul {
  list-style-type: none;
}

.content-wrapper li {
  position: relative;
  margin-bottom: 16px;
  margin-left: 40px;
  padding-left: 20px;
  font-weight: 300;
}

.content-wrapper li:before {
  position: absolute;
  top: 12px;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-wrapper li:before {
  width: 6px;
  height: 6px;
  content: '';
  background-color: #00a88e;
  border-radius: 50%;
}

.content-wrapper li ol {
  margin-top: 10px;
}

.author_accent .author__hidden {
  bottom: -20px !important;
}

.spage .text {
  margin-bottom: 0;
}

.spage {
  width: 100%;
}

.spage .breadcrumbs__list-item:after {
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0;
  opacity: 1;
  background: url(../images/icons/breadcrumbs-arrow-right.svg) no-repeat;
  background-size: cover;
}

.spage .breadcrumbs__list-item:nth-child(2)::after {
  display: none !important;
}

.spage .hero {
  width: 100%;
  background-image: url(../images/service/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}

.spage .hero .p-title {
  margin-top: 180px;
  margin-bottom: 32px;
}

.spage .hero .p-title h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0;
  color: #1d1d1b;
}

.spage .hero .p-title__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 16px;
  height: 36px;
  width: fit-content;
  background-color: #00a88e;
  border-radius: 32px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.spage .content .cards {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0 20px;
  margin-bottom: 56px;
}

.spage .content .cards .card {
  display: flex;
  height: fit-content;
  background: #fff;
  padding: 28px 0 40px;
  border-bottom: 1px solid #e0e0e0;
}

.spage .content .cards .card p {
  margin-bottom: 24px;
}

.spage .content .cards .card p:last-child {
  margin-bottom: 0;
}

.spage .content .cards .card_content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}

.spage .content .cards .card:last-child {
  border-bottom: none;
}

.spage .content .cards .card .card_side {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 24%;
}

.spage .content .card_content .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #444444;  
}

.spage .card_content .icon {
  height: 48px;
}

.spage .card_content .icon img {
  width: auto;
  height: 100%;
}

.spage .card_content .text,
.spage .card_content .excerpt {
  /* font-weight: 300;
  font-size: 18px;
  line-height: 27px; */
  letter-spacing: 0;
  color: #444444;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.spage .card_content .text {
  position: relative;
}

.spage .full-text.hidden {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.spage .card_content .text {
  transition: all 0.4s ease;
}

.spage .card_content .full-text.hidden {
  display: none;
  opacity: 0;
}

.spage .card_content .dottes,
.spage .card_content .read-more {
  transition: opacity 0.3s ease;
}

.spage .card_content .read-more {
  margin-top: 8px;
}

.spage .card_content .read-more {
  margin-top: 32px;
}

.spage .content {
  position: relative;
  width: 100%;
}

.spage .main {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
}

.sp-container {
  padding: 0;
  margin-left: 10%;
  margin-right: 10%;
}

.spage .sidebar {
  position: absolute;
  top: 64px;
  right: 10%;
  width: 240px;
}

.spage .main > p,
.spage .main > blockquote,
.spage .main > h2,
.spage .main > h3,
.spage .main > h4,
.spage .main > ol,
.spage .main > ul,
.spage .main .b-accordion-content,
.spage .main .b-text-slider,
.spage .main .cards,
.spage .main .numbered-services-list-block,
.spage .main .text-expand,
.spage .text-card-block-items__wrap,
.spage .wp-block-table {
  width: 100%;
  max-width: 56%;
  margin-left: 10%;
  margin-top: 0;
  padding: 0;
}

.wp-block-table {
  margin-bottom: 52px;
}

.spage .main .b-accordion-content,
.spage .main .b-text-slider {
  margin-bottom: 64px;
}

.spage .main .b-card-list {
  margin-bottom: 48px;
}

.spage .main > p,
.spage .main .text-expand .text-expand__excerpt p,
.spage .main .text-expand .text-expand__full p {
  margin-bottom: 32px;
}

.spage .main blockquote {
  border-left: 4px solid #00a88e;
  margin-bottom: 32px;
  padding: 24px 40px 24px 36px;
  text-align: left;
  background-color: #f7f7fb;
}

.spage .main ._bg_gray blockquote {
  background-color: #fff;
}

.spage .text-card-block-items blockquote {
  background-color: #fff;
}

.spage .main ._bg_gray .text-card-block-items blockquote {
  background-color: #f7f7fb;
}

.spage .main blockquote cite {
  display: block;
  text-align: right;
  margin-top: 12px;
  font-weight: 300;
  font-style: italic;
}

.spage .main > h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #444444;
  padding-bottom: 32px;
  padding-top: 0;
}

.spage .accordion-content-title h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #444444;
}

.spage .main h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 32px;
  margin-top: 64px;
  color: #444444;
}

.spage .main ol {
  margin-bottom: 32px;
}

.spage .main ol ol,
.spage .main ol ul,
.spage .main ul ol,
.spage .main ul ul {
  margin: 12px 0;
}

.spage .main ol ul {
  padding-left: 0;
}

.spage .main ol ol {
  padding-left: 12px;
}

.spage .main ol > li {
  position: relative;
  padding-left: 50px;
}

.spage .main ol li {
  margin-bottom: 20px;
}

.spage .main ul {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 32px;
}

.spage .main ul > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 18px;
}

.spage .main ul > li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #444;
  border-radius: 50%;
}

.spage .main ol > li:last-child,
.spage .main ul > li:last-child {
  margin-bottom: 0;
}

.spage .main ol > li .ol-list-marker {
  position: absolute;
  top: -3px;
  left: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #cceee8;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #00816d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.spage__form {
  display: flex;
  padding: 40px 32px;
  background: #f7f7fb;
  margin-bottom: 64px;
}

.spage__form .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  width: 30%;
  flex-shrink: 0;
}

.spage__form .form_wrap {
  flex-grow: 1;
}

.spage__form .b24-form-wrapper,
.spage__form .b24-form-wrapper.b24-form-shadow {
  box-shadow: none;
  background-color: transparent;
  margin: 0px;
  min-width: 100%;
}

.spage__form .b24-form-padding-side {
  padding: 0;
}

.spage__form .b24-form-header-padding {
  padding: 0;
}

.spage__form input[type='text'],
.spage__form input[type='string'],
.spage__form input[type='tel'],
.spage__form input[type='email'],
.spage__form textarea {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #999 !important;
  background-color: #fff !important;
}

.spage__form
  .b24-form-field.b24-form-field-bool.b24-form-control-bool
  .b24-form-control-container,
.spage__form
  .b24-form-field.b24-form-field-agreement.b24-form-control-agreement
  .b24-form-control-container {
  display: flex;
}

.spage__form
  .b24-form-field.b24-form-field-agreement.b24-form-control-agreement
  .b24-form-control-container {
  padding-top: 24px;
}

.spage__form .b24-form-field.b24-form-field-bool.b24-form-control-bool input,
.spage__form
  .b24-form-field.b24-form-field-agreement.b24-form-control-agreement
  input {
  margin-right: 12px;
}

.spage__form .b24-form-btn {
  width: auto;
  border-radius: 2px;
  font-family: var(--ser-ff);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.spage__form .b24-form-control-desc {
  font-family: var(--ser-ff) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  order: 2;
}

.spage .card-list-item {
  padding: 28px 32px 32px;
}

.spage .accordion-content-title {
  margin-bottom: 26px;
}

.spage .accordion-content-title h2 {
  margin-bottom: 0;
}

.spage .accordion-content-item .text {
  padding-bottom: 8px;
}

.accordion-content-item .head .title {
  padding-right: 34px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #444444;
}

.post_slider {
  margin-bottom: 64px;
}

.post_slider__head {
  padding-bottom: 20px;
  border-bottom: 2px solid #ff3748;
  color: #1d1d1b;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}

.post_slider__items {
  position: relative;
  margin-bottom: 40px;
}

.post-slider__item {
  padding: 40px 30px 0;
  position: relative;
}

.post-slider__item::after {
  position: absolute;
  content: '';
  width: 1px;
  background: #c4c4c4;
  top: 40px;
  bottom: 0;
  right: 0;
}

.post_slider__item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1d1d1b;
  padding-right: 40px;
  transition: 0.2s;
}

a.post_slider__item:hover .title {
  color: #00a88e;
}

.post_slider__item .date {
  color: #999;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 8px;
}

.post_slider__all a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  display: flex;
}

.post_slider__all a .arrow {
  width: 16px;
  background: no-repeat url(../images/all-post-arrow.svg) 50% 64%;
  margin-left: 12px;
}

.post_slider .slick-prev.slick-arrow,
.post_slider .slick-next.slick-arrow {
  position: absolute;
  border: none;
  background: none;
  height: 32px;
  width: 32px;
  top: -52px;
  cursor: pointer;
}

.post_slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.post_slider .slick-prev.slick-arrow {
  right: 48px;
  background: no-repeat url(../images/slider-arrow-left.png) center;
}

.post_slider .slick-next.slick-arrow {
  right: 0;
  background: no-repeat url(../images/slider-arrow-right.png) center;
}

.spage .sidebar__buttons,
.spage .sidebar__nav {
  max-width: 100%;
}

.service-slider__items {
  padding-top: 40px;
}

div.service-slider .service-slider__item.post_slider__item {
  background: #f7f7fb;
  padding: 40px 32px 56px;
  margin: 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-slider__item .icon {
  height: 120px;
  margin-bottom: 32px;
}

.service-slider__item .icon img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto 0;
}

.service-slider__item .title {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 0;
  color: #444;
}

.service-slider__item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}

.service-slider__item ._bottom {
  margin-top: 36px;
  height: 72px;
  text-align: center;
}

.service-slider__item .services__button {
  width: 100%;
  letter-spacing: 0;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 20px;
}

.service-slider__item .services__button span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.service-slider__item a.services__button-more {
  letter-spacing: 0;
  color: #00a88e;
  text-align: center;
  transition: 0.2s;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.service-slider__item a.services__button-more span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

.service-slider__item a.services__button-more:hover {
  color: #000;
}

.spage .sidebar__nav ul > li {
  margin-bottom: 12px;
  padding-left: 0;
}

.spage .sidebar__nav ul {
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0;
}

.spage .main .article__toc ul > li::before {
  display: none;
}

.spage .sidebar__nav a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #999999;
  transition: 0.2s;
}

.spage .sidebar__nav a:hover,
.spage .sidebar__nav a.active {
  color: #00a88e;
}

.sidebar__buttons .services__button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.sidebar__buttons .services__button.btn_request_service {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  transition: 0.2s;
  display: flex;
  justify-content: center;
}

.sidebar__buttons .services__button.btn_request_service .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat url(../images/K.png) center;
  margin-right: 5px;
}

.sidebar__buttons .services__button.services__button_download {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #444;
  background: #f7f7fb;
  display: flex;
  justify-content: center;
}

.sidebar__buttons .services__button.services__button_download.white {
  background: #fff;
}

.sidebar__buttons .services__button.services__button_download .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat url(../images/icon-download.png) center;
  margin-right: 12px;
}

.sidebar__buttons .services__button.services__button_download:hover {
  background: #f7f7fb;
}

.sidebar__buttons .services__button:last-child {
  margin-bottom: 0 !important;
}

.spage .sidebar__buttons .services__button {
  padding: 10px 12px;
}

.spage .article__toc {
  display: none;
  border: 1px #c4c4c4 solid;
  padding: 24px 16px 16px;
  margin-bottom: 64px;
}

.spage .article__toc-header {
  margin-bottom: 20px;
}

.spage .article__toc-title {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.spage .slick-prev,
.spage .slick-next {
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.spage .post_slider__head .post_slider__all {
  display: none;
}

.post-slider-tablet .post_slider__item a::before {
  content: '';
  display: block;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 20px;
  margin-bottom: 20px;
}

.post-slider-tablet .post_slider__item a:nth-of-type(1)::before {
  display: none;
}

.spage .post-slider.tablet {
  display: none;
}

.fixed-bottom-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  padding: 8px 20px;
}

.fixed-bottom-menu ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 10px;
  list-style: none;
}

.fixed-bottom-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.spage__form {
  margin-bottom: 96px;
}

.post_slider {
  margin-bottom: 96px;
}

.spage .main .b-accordion-content {
  margin-bottom: 96px;
}

.spage .main .b-different-cards {
  margin-bottom: 96px;
}

.spage .different-cards-title h2 {
  margin-bottom: 32px;
}

.spage .read-more-link,
.spage ._link_more {
  color: #00a88e;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.spage .breadcrumbs ._mobile {
  display: none;
}

.spage .text-card-block-items {
  margin-bottom: 28px;
}

.spage .text-card-block-title h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #444444;
}

.text-card-block-items .item._no_title_no_image .text {
  margin-top: 0;
}

.text-card-block-items .item .image {
  flex-shrink: 0;
}

.sidebar__buttons .services__button.services__button_download .icon {
  display: none;
}

.spage .b24-form-recaptcha,
.spage .b24-form-yandex-captcha {
  margin-right: 0;
}

.spage .b24-form-sign {
  padding-right: 0;
  padding-left: 0;
  justify-content: flex-end;
}

.spage .post_slider__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

@media screen and (min-width: 1920px) {
  .spage .main > p,
  .spage .main > h2,
  .spage .main > h3,
  .spage .main > h4,
  .spage .main > ol,
  .spage .main > ul,
  .spage .main .b-accordion-content,
  .spage .main .b-text-slider,
  .spage .main .cards,
  .spage .main .numbered-services-list-block,
  .spage .main .text-expand,
  .spage .text-card-block-items__wrap,
  .spage .wp-block-table {
    max-width: 1050px;
    margin-left: calc((100% - 1500px) / 2);
  }

  .spage .sidebar {
    right: calc((100% - 1500px) / 2);
  }

  .spage .hero .p-title {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}
