﻿body,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}

.d_none {
  display: none;
}

.article_page {
  padding: 0 38px;
}

.single-article-wrap {
  display: grid;
  grid-template-columns: 1fr 355px;
  column-gap: 40px;
}

.article_page h1,
.article_page h3,
.single-article p,
.single-article li,
.article_page h2 {
  font-family: "PT Sans Loc", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #41485b;
}

.article_page h1 {
  font-size: 44px;
  line-height: 57px;
  margin: 60px 0 40px 0;
  padding: 0;
}

.article_page h3 {
  font-size: 24px;
  line-height: 31px;
  margin-top: 46px;
}

.single-article p {
  color: #2a2e3d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "PT Sans", sans-serif;
}

.single-article p:not(:last-child) {
  padding: 0;
  margin-bottom: 20px;
}

.single-article h2 {
  margin-bottom: 20px;
}

.single-article h2:not(:first-child) {
  margin-top: 40px;
}

.single-img {
  width: 260px;
  height: 320px;
  float: left;
  margin: 0 20px 40px 0;
  border-radius: 10px;
  overflow: hidden;
}

.single-img .art-rubrika {
  padding-bottom: 10px;
}

.art-time-read {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}

.art-img img {
  border-radius: 0;
  object-fit: cover;
}

.single-img .art-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.art-content {
  width: 100%;
  height: 100%;
  background-color: #2a2e3d;
}

.single-article li {
  margin-bottom: 6px;
}

.single-article ul {
  margin-top: 0;
  list-style-type: none;
  position: relative;
  margin-left: 40px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.single-article ul li {
  position: relative;
}

.single-article ul li::before {
  content: "";
  left: -13px;
  position: absolute;
  display: block;
  background: #1367fa;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 9px;
}

.single-article ol {
  counter-reset: num;
  display: flex;
  flex-direction: column;
}

.single-article ol li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-top: 10px;
}

.single-article ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: block;
  font-weight: 700;
  color: #1367fa;
  font-size: 20px;
  text-align: center;
  line-height: 39px;
  float: left;
  left: 0;
  top: 0;
}

.article_page blockquote {
  max-width: 708px;
  box-sizing: border-box;
  position: relative;
  width: 95%;
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  background-color: #f2f2f2;
  padding: 25px 30px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-left: 15px;
  margin-bottom: 16px;
}

.article_page blockquote::before {
  content: "";
  position: absolute;
  border: 1px solid #1367fa;
  border-radius: 10px;
  width: 100px;
  height: 84%;
  left: -2.4%;
  top: 10px;
  z-index: -1;
}

.article_page blockquote:after {
  display: none;
}

.article_page blockquote,
q {
  border-left: 0;
}

.article_text .accordion {
  margin-top: 40px;
}

.saboxplugin-wrap {
  display: none !important;
}

.article_page .sidebar_block {
  box-sizing: border-box;
  width: 355px;
  min-width: 355px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 40px 30px;
  box-sizing: border-box;
}

.article_page .title_sidebar {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  color: #2a2e3d;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.sidebar_block:not(:last-child) {
  margin-bottom: 20px;
}

.article_page .lwptoc .lwptoc_i {
  background-color: #f7f7f7;
}

.article_page .lwptoc_item_number {
  margin-right: 8px;
  color: #1367fa;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.article_page .lwptoc_item_label {
  color: #2a2e3d;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.article_page .lwptoc_item_label:hover {
  color: #1367fa;
}

.sidebar_share {
  box-sizing: border-box;
  max-width: 355px;
  width: 100%;
  height: 18%;
  left: 0;
  top: 164px;
  background: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 25px;
}

.share_one p {
  padding-bottom: 10px;
}

.share_two p {
  padding-top: 35px;
  padding-bottom: 10px;
}

.sidebar_entries {
  width: 355px;
  height: 554px;
  left: 0;
  top: 590px;
  background: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 25px;
}

.share_one a {
  padding-right: 8px;
}

/*sod*/
.sidebar_content .lwptoc,
.sidebar_content .lwptoc_i,
.sidebar_content .lwptoc:first-child {
  margin: 0;
  padding: 0;
}

#sidebar-novosti {
  width: 100%;
  height: 50%;
  margin-top: 104px;
}

.sidebar_content.mobile-sod {
  display: none;
}

.sidebar_content .lwptoc_item:not(:last-child) {
  margin-bottom: 16px;
}

/*author*/
.auter-description {
  display: none;
}

.author-box {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.author-box__img {
  border-radius: 5px;
  min-width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.author-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-box_content p {
  font-family: "Roboto", sans-serif;
  color: #2a2e3d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 4px;
}

.author-box_content span {
  color: #979797;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.sidebar_author__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sidebar_author__top a {
  color: #1367fa;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  display: inline-block;
}

.sidebar_author__top a:hover {
  text-decoration: none;
}

.sidebar_button {
  color: #1367fa;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 135.7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  border-radius: 5px;
  border: 1px solid #1367fa;
  background-color: transparent;
  width: fit-content;
  height: 56px;
  box-sizing: border-box;
}

.sidebar_button:hover {
  color: #fff;
  background-color: #1367fa;
}

.button_lightdarkred {
  color: #1367fa;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 135.7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  border-radius: 5px;
  border: 1px solid #1367fa;
  background-color: transparent;
  width: fit-content;
}

.button_lightdarkred:hover {
  color: #fff;
  background-color: #1367fa;
}

.article_side_btn {
  width: 100%;
}

.sidebar_block .sidebar_button {
  width: -webkit-fill-available;
}

/* Красная - прозрачная */
.sidebar_button_red {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #1367fa;
  background-color: #1367fa;
  width: fit-content;
  transition: background-color ease-in-out 0.1s;
  display: flex;
  height: 56px;
  padding: 12px 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.sidebar_button_red:hover {
  color: #fff;
  background-color: #0b1cb3;
  border: 1px solid #0b1cb3;
}

.sidebar_button_darkred {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 135.7%;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  border-radius: 5px;
  border: 1px solid #1367fa;
  background-color: #1367fa;
  width: 100%;
  transition: background-color ease-in-out 0.1s;
  cursor: pointer;
  display: flex;
  height: 56px;
  box-sizing: border-box;
}

.sidebar_button_darkred:hover {
  color: #fff;
  background-color: #0b1cb3;
  border: 1px solid #0b1cb3;
}

.sidebar_button_light {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 135.7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  transition: background-color ease-in-out 0.1s;
}

.sidebar_button_light:hover {
  color: #1367fa;
  background-color: #fff;
  border: 1px solid #fff;
}

.but_fix {
  width: fit-content;
  box-sizing: border-box;
}

.sidebar_author .title_sidebar {
  padding-bottom: 0;
}

.wtitle {
  margin-bottom: 0;
}

html .lwptoc-notInherit .lwptoc_i DIV A:active,
html .lwptoc-notInherit .lwptoc_i DIV A:focus,
html .lwptoc-notInherit .lwptoc_i DIV A:hover {
  border-bottom: none !important;
}

.button_header {
  width: fit-content;
  border: 1px solid transparent;
  display: flex;
  height: 44px;
  box-sizing: border-box;
  padding: 14px 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.button_header:hover {
  color: #fff !important;
  background-color: #0b1cb3;
  border: 1px solid #0b1cb3;
}

/* sidebar_entry */
.sidebar_entry {
}

#tabs {
  margin: 10px 0;
}

#tabs_block2 {
  display: flex;
  column-gap: 16px;
}

.tabs-nav {
  display: flex;
  column-gap: 16px;
  margin-bottom: 24px;
}

.tabs-nav a {
  color: #979797;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.tabs-nav a:hover {
  color: #1367fa;
}

.tabs-nav a.active {
  color: #1367fa;
  border-bottom: 1px solid #1367fa;
}

.tabs-item__li {
  padding-left: 14px;
  position: relative;
}

.tabs-item__li a {
  color: #2a2e3d;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.tabs-item__li:hover a {
  color: #1367fa;
}

.tabs-item__li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 6px;
  background: #1367fa;
  width: 6px;
  height: 6px;
}

.tabs-item__li:not(:last-child) {
  margin-bottom: 16px;
}

/* sidebar_calc */
.sidebar_calc {
  position: relative;
}

.sidebar_calc .title_sidebar {
  padding-bottom: 24px;
}

.sidebar_calc__image {
  position: absolute;
  right: 8px;
  top: 27px;
  width: 135px;
  height: 135px;
}

.sidebar_calc__content {
  color: #2a2e3d;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
  max-width: 187px;
}

/* sidebar_article_form */
.sidebar_article_form__content {
  padding: 40px 30px 40px 30px;
}

.article_page .sidebar_article_form {
  padding: 0 !important;
}

.sidebar_article_form__image {
  width: 100%;
  height: 233px;
}

.sidebar_article_form .title_sidebar {
  padding-bottom: 16px;
}

.article_form__span {
  width: 100%;
  display: block;
  position: relative;
}

.article_form__span:not(:last-child) {
  margin-bottom: 20px;
}

.article_form__input {
  color: #2a2e3d;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  box-shadow: none;
  width: 100%;
  padding: 12px 20px !important;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid var(--gray-dark, #d4d1d1);
}

textarea.article_form__input {
  max-height: 120px;
  resize: none;
}

.article_form__input:-webkit-autofill,
.article_form__input:-webkit-autofill:hover,
.article_form__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #2a2e3d;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.article_form__input.wpcf7-not-valid {
  border: 1px solid #de2d2d;
}

span.wpcf7-not-valid-tip {
  color: #de2d2d;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  bottom: -32px;
}

.block_banner_condition span.wpcf7-not-valid-tip {
  color: #fff;
}

.article_form__input:focus {
  box-shadow: none;
}

.sidebar_article_form .article_form__submit {
  margin-top: 32px;
}

.sidebar_article_form .text_sidebar {
  margin-bottom: 24px;
}

.ajax-loader {
  display: none !important;
}

/* article_top_info */
.article_top_info__tag {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.article_top_info__tag .article_top_info__tag_items {
  color: #2a2e3d;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}

.article_top_info__tag .article_top_info__tag_items div {
  font-family: "PT Sans", sans-serif;
  color: var(--Gray, #979797);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.article_top_info__line {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 32px;
}

.article_top_info__item {
  display: flex;
  column-gap: 8px;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  margin-top: auto;
}

.article_top_info__item img {
  width: 20px;
  height: 20px;
}

.article_top_info__item span {
  color: #979797;
  text-align: justify;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.content-grid__page {
  display: none;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.content-grid__page.page-1 {
  display: grid;
}

.content-novosti__item {
  border-radius: 10px;
  overflow: hidden;
}

.content-novosti__item:hover {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.article_page .entry h2 {
  display: flex;
  width: 100%;
}

.article_page .entry ol {
  display: block;
  width: 100%;
}

.video-article {
  height: auto;
  display: inline-block;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wpcf7-display-none {
  display: none !important;
}

/* newsletter */
.newsletter {
  border-radius: 10px;
  background: var(--black, #2a2e3d);
  padding: 8px 40px 8px 8px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
}

.newsletter__image {
  width: 365px;
  height: 308px;
}

.newsletter__image img {
  width: 100%;
  height: 100%;
}

.newsletter__content_name {
  color: var(--white, #fff);
  font-family: "PT Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}

.newsletter__content_text {
  color: var(--white, #fff);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}

.newsletter__content_form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 40px;
  margin-bottom: 16px;
  padding-right: 50px;
}

.newsletter__content_form .sidebar_button_red {
  max-width: 172px;
}

.newsletter__content_form .article_form__input {
  border-radius: 5px;
  width: 100%;
  padding: 12px 24px;
  color: var(--gray, #2a2e3d);
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

label .label-text {
  cursor: text;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
  color: var(--gray, #979797);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

label .label-text2 {
  top: 16px;
  transform: none;
}

label .label-text.activeform-label {
  font-size: 12px;
  line-height: 12px;
  top: 6px;
  transform: none;
}

label .article_form__input:focus + .label-text {
  font-size: 10px;
  line-height: 12px;
  top: 4px;
  transform: none;
}

.newsletter__content_descr {
  color: var(--white, #d4d1d1);
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.newsletter__content_descr a {
  color: var(--white, #d4d1d1);
  text-decoration: underline;
}

.newsletter__content_descr a:hover {
  color: #1367fa;
}

.newsletter .article_form__span:not(:last-child) {
  margin-bottom: 0;
}

.newsletter_block {
  margin-top: 104px;
  margin-bottom: 104px;
  padding: 0 50px;
}

.other_block {
  margin-top: 104px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.other_block__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.other_block__item {
  display: inline-block;
  width: 360px;
}

.other_block__item.myClass {
  display: none;
}

.other_block__item_name {
  display: flex;
  column-gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.other_block__item_first .other_block__item_name {
  justify-content: flex-start;
}

.other_block__item_last .other_block__item_name {
  justify-content: flex-end;
}

.other_block__item_last {
  margin-left: auto;
}

.other_block__item span {
  color: var(--black, #2a2e3d);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.other_block__item:hover span {
  color: #1367fa;
}

.other_block__item:hover svg path {
  stroke: #1367fa;
}

.other_block__item_inner {
  display: flex;
  background: var(--gray, #f7f7f7);
  padding: 16px;
  column-gap: 16px;
  align-items: flex-start;
  width: auto;
  border-radius: 8px;
}

.other_block__item_image {
  border-radius: 5px;
  width: 61px;
  height: auto;
  overflow: hidden;
}

.other_block__item_title {
  color: #979797;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 252px;
  width: 100%;
}

.stati_page {
  padding-top: 104px;
}

/* ///////////////// */
.expressaudit {
  border-radius: 8px;
  background: #f8f8f8;
  position: relative;
  max-width: 917px;
  max-height: 424px;
  display: flex;
  justify-content: flex-end;
  padding-top: 72px;
  padding-right: 63px;
  padding-bottom: 72px;
  overflow: hidden;
  margin: 0 auto;
}

.expressaudit__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}

.expressaudit__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.expressaudit__content {
  position: relative;
  z-index: 1;
  max-width: 432px;
}

.expressaudit__content_name {
  color: var(--black, #2a2e3d);
  font-family: "PT Sans Narrow Loc", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
}

.expressaudit__content_name span {
  color: var(--red, #1367fa);
}

.expressaudit__content_text {
  color: var(--black, #2a2e3d);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
  max-width: 357px;
}

.expressaudit__content_form {
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
}

.expressaudit .article_form__submit {
  width: 158px;
  height: 50px;
}

.expressaudit__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  background-image: url(../../../../uploads/2023/07/icons.png);
  background-repeat: no-repeat;
  background-position: center;
}

.expressaudit__close:hover {
  background-image: url(../../../../uploads/2023/07/icons24.png);
}

#popmake-23904 {
  border-radius: 8px;
  overflow: hidden;
}

#popmake-23904 .pum-content {
  border-radius: 8px;
  overflow: hidden;
}

#popmake-23904 .pum-close {
  z-index: -1;
}

#popmake-23904 .expressaudit__close {
  z-index: 1;
}

/* ///////////////// */
.block_banner {
  background: var(--red, #1367fa);
  display: grid;
  grid-template-columns: 234px 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.block_banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
}

.block_banner__name {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.block_banner__text {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 32px;
}

.block_banner__button {
  width: auto;
  padding: 14px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: var(--red, #1367fa);
  height: 50px;
}

.block_banner__button:hover {
  border: 1px solid #fff;
  background-color: var(--red, #1367fa);
  color: #fff;
}

.block_banner__image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.block_banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}

.block_rating {
  margin-top: 104px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.block_rating h2 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}

.block_rating__items {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.block_rating__name {
  color: var(--black, #2a2e3d);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.marquiz-pops_position {
  margin: 0 !important;
  bottom: 34px !important;
  height: 60px !important;
}

.block_rating .social_block__link {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 930px) {
  .block_banner {
    margin-top: 20px;
    margin-bottom: 20px;
    grid-template-columns: 225px 1fr;
  }

  .block_banner__content {
    padding: 32px 50px 32px 24px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 650px) {
  .block_banner__image img {
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  .block_banner {
    grid-template-columns: repeat(1, 1fr);
  }

  .block_banner__content {
    padding: 24px 32px;
  }

  .block_banner__name {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

@media (max-width: 500px) {
  .block_banner__content {
    padding: 24px 20px;
  }

  .block_banner__image {
    height: 302px;
  }

  .block_banner__image img {
    object-position: top;
  }

  .block_banner__button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ////////////////////////// */
.calc_page table {
  border-collapse: separate;
}

.calc_page table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.calc_page table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.calc_page table tbody tr:nth-last-child(2) td:first-child {
  border-bottom-left-radius: 10px;
}

.calc_page table tbody tr:nth-last-child(2) td:last-child {
  border-bottom-right-radius: 10px;
}

.calc_page td {
  padding: 8px 20px;
  vertical-align: middle;
}

.calc_page td input {
  text-align: center;
}

.calc_page__title {
  color: var(--black, #2a2e3d);
  font-family: "PT Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 40px;
  padding-bottom: 0;
  margin-top: 60px;
}

.calc_page table tbody tr td:nth-child(1),
.calc_page table tbody tr td:nth-child(2) {
  color: var(--black, #2a2e3d);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.calc_page table tbody tr td:nth-child(3),
.calc_page table tbody tr td:nth-child(4),
.calc_page table tbody tr td:nth-child(5) {
  color: var(--black, #2a2e3d);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  max-width: 200px;
}

html .calc_page table tbody .dark {
  background: var(--separator, #4d5570);
  color: var(--white, #fff) !important;
  font-family: "PT Sans", sans-serif;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.calc_page table tbody tr:nth-last-child(2) td {
  background: var(--separator, #4d5570);
  color: var(--white, #fff) !important;
}

.calc_page table tbody tr:nth-last-child(2) td:nth-child(2) {
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
}

.calc_page table tbody tr:nth-last-child(2) td:nth-child(3) span,
.calc_page table tbody tr:nth-last-child(2) td:nth-child(4) span,
.calc_page table tbody tr:nth-last-child(2) td:nth-child(5) span {
  color: var(--white, #fff);
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: inline-block;
  margin-bottom: 4px;
}

.calc_page table tbody tr:nth-last-child(2) td:nth-child(3) p,
.calc_page table tbody tr:nth-last-child(2) td:nth-child(4) p,
.calc_page table tbody tr:nth-last-child(2) td:nth-child(5) p {
  color: var(--gray, #f7f7f7);
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.calc_page table tbody tr td:first-child {
  text-align: center;
}

.calc_page table tbody tr:first-child td {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.calc_page table tbody tr:last-child td {
  border: none;
}

.calc_page table tbody tr:last-child td a {
  color: var(--red, #1367fa);
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}

@media only screen and (max-width: 992px) {
  #popmake-23904 {
    width: auto;
  }

  .expressaudit {
    max-width: 100%;
  }

  .expressaudit__image {
    height: 400px;
    width: 100%;
    position: static;
  }

  #popmake-23904 {
    max-width: 90%;
  }

  .expressaudit {
    flex-direction: column;
    max-height: inherit;
    padding: 0;
  }

  .expressaudit__content {
    max-width: 100%;
    padding: 30px 30px 48px 30px;
  }

  .expressaudit__content_text {
    max-width: 100%;
  }

  .expressaudit__content_name {
    font-size: 36px;
    letter-spacing: -0.18px;
  }

  .expressaudit__content_text {
    margin-bottom: 32px;
  }

  .expressaudit .article_form__span:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 930px) {
  .block_rating__items {
    flex-direction: column;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .block_rating {
    margin-top: 72px;
  }

  .block_rating h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .block_rating__items {
    flex-direction: row;
  }

  .single-article-sidebar {
    margin-left: 0;
  }

  .block_rating {
    margin-bottom: 94px;
  }
}

@media only screen and (max-width: 799px) {
  .marquiz-pops_position_bottom-left {
    width: 50% !important;
  }
}

@media only screen and (max-width: 500px) {
  .block_rating {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .block_rating h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .block_rating__items {
    flex-direction: column;
  }

  .marquiz-pops_position_bottom-left {
    width: 100% !important;
  }

  .marquiz-pops_position {
    bottom: 0 !important;
  }

  #toTop {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .b24-widget-button-position-bottom-right {
    bottom: 75px !important;
    right: 100px !important;
  }

  .expressaudit__image {
    height: 333px;
  }

  .expressaudit__content_name {
    font-size: 34px;
    letter-spacing: -0.17px;
  }

  .expressaudit__content_form {
    flex-direction: column;
    row-gap: 24px;
  }

  .expressaudit .article_form__submit {
    width: 100%;
  }

  .expressaudit__content {
    padding: 32px 15px;
  }
}

@media (max-width: 1010px) {
  .single-img,
  .art-content {
    float: none;
  }

  .single-img {
    width: 100%;
  }

  .single-img img {
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .sidebar_content.mobile-sod {
    display: block;
  }

  .sidebar_content {
    display: none;
    width: 345px;
  }

  .single-article ul:before {
    height: 100%;
    top: -1%;
  }
}

/*Читать дальше*/
.read_more {
  margin-top: 104px;
  padding: 0 50px;
}

.read_more h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.18px;
  color: #2a2e3d;
  margin-bottom: 40px;
}

.read_more #content-novosti h1 {
  display: none;
}

.read_more #content-novosti {
  float: inherit;
}

.read_more #sidebar-novosti,
#content-novosti {
  margin-top: 22px;
}

#content-novosti {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.content_blog {
  display: block !important;
}

.read_more #content-novosti .art-img img {
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.read_more #content-novosti .art-content {
  border-top-right-radius: 10px;
}

.read_more #content-novosti .main-art:before {
  display: none;
}

.read_more #content-novosti .single-img,
.read_more #content-novosti .art-content {
  float: inherit;
}

#content-novosti .art-content {
  background-color: #f7f7f7;
  height: 100%;
  box-sizing: border-box;
}

#content-novosti .art-title {
  font-family: "Noto Sans Display", sans-serif;
  color: #2a2e3d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

#content-novosti .main-art {
  background-color: #f7f7f7;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .read_more #content-novosti {
    grid-template-columns: 1fr;
  }
}

/*Комментарии*/
#wpdcom .ql-toolbar {
  display: none;
}

#wpdcom .wpd-thread-head {
  display: none;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap {
  border: 1px solid #b0b2b8;
  padding-top: 0;
  border-radius: 5px;
}

#wpdcom .ql-editor {
  min-height: 0;
  padding-bottom: 4px;
}

#wpdcom .ql-editor::before {
  font-family: "PT Sans Loc", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #b0b2b8;
}

#wpdcom .wpd_label,
#wpdcom .wpd_label span {
  display: none;
}

#wpdcom .wpd-blog-administrator .wpd-comment-author,
#wpdcom .wpd-blog-administrator .wpd-comment-author a {
  color: #2a2e3d;
}

#wpdcom .wpd-comment-header .wpd-comment-author {
  font-family: "PT Sans Narrow Loc", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}

#wpdcom .wpd-comment-date {
  font-family: "PT Sans Loc", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #b0b2b8;
}

.wpd-comment-right {
  background: #f2f2f2;
  border-radius: 10px;
  width: 666px;
  margin-bottom: 30px;
  padding: 20px 25px;
}

.wpd_comment_level-2 .wpd-comment-right {
  background-color: #fff;
  border: 1px solid#F2F2F2;
}

#wpdcom .wpd-comment .wpd-comment-header {
  padding: 20px 0 10px 25px;
}

#wpdcom .wpd-comment-right .wpd-comment-last-edited {
  display: none;
}

#wpdcom .wpd-comment-text,
.wpd-form-head .wpd-login {
  color: #41485b;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
}

#wpdcom .wpd-comment-footer .wpd-reply-button svg {
  display: none;
}

#wpdcom .wpd-comment-footer .wpd-reply-button {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #1367fa;
  white-space: nowrap;
}

.wpd_main_comm_form {
  position: relative;
}

.wpd-form-foot {
  position: absolute;
  top: 0;
  right: -1px;
}

.wc-field-submit {
  width: 46px;
  height: 46px;
  position: relative;
}

#wpd-field-submit-0_0 {
  width: 46px;
  height: 44px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.button-comment {
  background: url("../../../../uploads/2021/07/vector-2.svg")
    no-repeat;
  background-color: #1367fa;
  position: absolute;
  width: 16.5px;
  height: 16.5px;
  top: 13px;
  left: 16px;
}

.wpd-field-comment .wpd-avatar {
  display: none;
}

#wpdcom .wpd-form-head {
  border: none;
}

.wpd-comment-label {
  display: none !important;
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img {
  border: none;
}

#wpdcom .wpd-comment .wpd-avatar img,
#wpdcom .wpd-comment .wpd-avatar img.avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  border: none;
  padding: 0;
}

#wpdcom .wpd-comment .wpd-comment-header {
  padding: 0;
}

.wpd-avatar {
  position: relative;
  width: 40px;
  height: 40px;
}

.wpd-avatar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wpd-avatar::after {
  border: 1px solid #1367fa;
  top: 3px;
  left: 3px;
  border-radius: 5px;
  background: #fff;
}

.wpd-comment-left .wpd-follow-link i {
  display: none;
}

.wpd-reply-to > i {
  display: none;
}

#wpdcom .wpd-thread-list .wpd-load-more-submit-wrap {
  justify-content: flex-start;
  padding: 0;
  padding-top: 20px;
}

.wpdiscuz-comment-pagination .wpd-prim-button {
  padding: 15px 50px !important;
  background-color: #fff !important;
  border: 1px solid #1367fa !important;
  color: #1367fa !important;
}

.wpd-comment-left {
  position: relative;
}

.wpd_comment_level-2 .wpd-comment-left::before {
  position: absolute;
  content: "";
  background-color: #1367fa;
  height: 150%;
  top: -50px;
  width: 1px;
  z-index: -5;
}

.article-comments {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
  margin-top: 70px;
  margin-bottom: 104px;
}

.article-comments h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 103.7%;
  letter-spacing: -0.03em;
}

#comments {
  max-width: 760px;
}

#comments,
#respond {
  margin: 0 0 auto;
}

#wpdcom .wpd-auth .wpd-login a {
  color: #1367fa;
  text-decoration: none;
}

#wpdcom .wpd-soc-user-facebook .wpd-comment-author,
#wpdcom .wpd-soc-user-facebook .wpd-comment-author a {
  color: #2a2e3d !important;
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
  color: #1367fa;
}

@media (max-width: 400px) {
  #wpdcom .wpd-comment .wpd-comment-left {
    margin-bottom: 20px;
  }

  .wpd_comment_level-2 .wpd-comment-left::before {
    height: 260%;
    top: -35px;
    left: 23px;
  }
}

.log_on {
  position: absolute;
  right: 400px;
  color: #1367fa;
  line-height: 16px;
  cursor: pointer;
}

.wrap-soc-login {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(242, 242, 242, 0.5);
}

.wrap-soc-login.active {
  display: block;
}

.block-soc-login {
  position: relative;
  top: 50%;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  display: flex;
  border-radius: 5px;
}

.block-soc-login div {
  padding-left: 10px;
}

.block-soc-login a {
  width: 20px;
  height: 20px;
}

.block-soc-login a img {
  width: 25px;
}

.block-soc-login__close {
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  right: 5px;
  cursor: pointer;
}

/* Модальные окна */
.hystmodal {
  background: rgba(3, 3, 3, 0.3);
}

.window_form {
  width: 100%;
  max-width: 570px;
  padding: 68px 60px;
  border-radius: 10px;
  background: var(--black, #272b38);
}

.window_form .hystmodal__close {
  background-image: url(../../../../uploads/2023/07/icons-1.svg);
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
  padding: 0;
}

.window_form .hystmodal__close:focus {
  outline: none;
}

.hystmodal.hystmodal--active {
  z-index: 9999;
}

.window_form .article_form__submit {
  margin-top: 32px;
}

.window_form_light {
  background: var(--gray, #f7f7f7);
}

.window_form_light .contactform_form__title,
.window_form_light .contactform_form__text {
  color: var(--black, #272b38);
}

.window_form_light .hystmodal__close {
  background-image: url(../../../../uploads/2023/08/icons.svg);
}

.window_form_light .article_form__submit {
  width: auto;
}

/* Банннер Оцените состояние своих финансовых процессов и получите рекомендации для их улучшения */
.block_banner_condition {
  background-color: #272b38;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.block_banner_condition__wrapper {
  display: grid;
  grid-template-columns: 3fr 9fr;
  column-gap: 20px;
  height: 100%;
  position: relative;
}

.block_banner_condition .contactform_form__inner {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  column-gap: 20px;
}

.block_banner_condition_mb0 .wpb_content_element {
  margin-bottom: 0;
}

.block_banner_condition .article_form__span:not(:last-child) {
  margin-bottom: 0;
}

.block_banner_condition__content_wrapper {
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 90px;
  position: relative;
  background-image: url(../../../../uploads/2023/09/frame-8175.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.block_banner_condition__content_wrapper_svg {
  position: absolute;
  left: -95px;
  width: 96px;
  top: 2px;
  height: 100%;
  overflow: hidden;
}

.block_banner_condition__content_wrapper_svg img {
  width: 100%;
  height: 100%;
}

.block_banner_condition__content_wrapper::after {
  content: "";
  position: absolute;
  right: -200%;
  width: 200%;
  height: 100%;
  top: 0;
  background: #1367fa;
}

.block_banner_condition__image {
  position: absolute;
  left: -285px;
  width: auto;
  height: 100%;
  bottom: 0;
}

.block_banner_condition__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_banner_condition .contactform_form__title {
  margin-bottom: 32px;
  font-size: 36px;
  max-width: 727px;
  line-height: 44px;
  letter-spacing: -0.18px;
}

.block_banner_condition .contactform_form__text {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 140%;
}

/* Оцените состояние своих финансовых процессов и получите рекомендации для их улучшения для статей */
.block_banner_article {
  border-radius: 10px;
  background: #272b38;
  position: relative;
  height: 697px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
}

.block_banner_article__image {
  position: absolute;
  left: 0;
  top: 14px;
  width: 100%;
  height: auto;
}

.block_banner_article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_banner_article__content {
  background-image: url(../../../../uploads/2023/07/ostalnaya-chast_krasnaya.png);
  width: 100%;
  padding: 52px 30px 40px 30px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}

.block_banner_article__form {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  column-gap: 20px;
}

.block_banner_article .article_form__span:not(:last-child) {
  margin-bottom: 0;
}

.block_banner_article .contactform_form__title {
  margin-bottom: 32px;
}

.block_banner_article .contactform_form__text {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  #content-novosti .art-img {
    min-width: 212px;
  }
}

@media (max-width: 1024px) {
  .window_form {
    padding: 56px 48px;
    max-width: 546px;
  }

  .contactform_form__title {
    font-size: 32px;
  }
}

@media (max-width: 930px) {
  .article_page h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.14px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .single-article-wrap {
    display: flex;
    flex-direction: column;
  }

  .block_rating {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }

  .other_block {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }

  .single-img {
    height: 350px;
    margin-bottom: 24px;
    order: 2;
    margin-right: 0;
  }

  .sidebar_content {
    display: none;
  }

  .sidebar_content.mobile-sod {
    display: block;
    order: 3;
  }

  .single-article {
    display: flex;
    flex-direction: column;
  }

  .article_top_info {
    order: 1;
  }

  .article_text {
    order: 4;
  }

  .article_top_info__line {
    margin-bottom: 24px;
  }

  .article_page .sidebar_block {
    padding: 24px 20px;
  }

  .article_page .sidebar_content {
    margin-bottom: 24px;
  }

  .single-article h2:not(:first-child) {
    margin-top: 20px;
  }

  .single-article h2 {
    margin-bottom: 16px;
  }

  .article_page .entry h2 {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.66px;
  }

  .block_rating {
    margin-top: 64px;
  }

  .block_rating h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.14px;
    margin-bottom: 24px;
  }

  .block_rating__items {
    row-gap: 24px;
  }

  .other_block {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .other_block__item_name {
    margin-bottom: 0;
  }

  .other_block__item_inner {
    display: none;
  }

  .single-article-sidebar {
    order: 3;
  }

  .author-box {
    margin-bottom: 24px;
  }

  .article_page .title_sidebar {
    padding-bottom: 16px;
  }

  .sidebar_author .article_page .title_sidebar {
    padding-bottom: 0;
  }

  .tabs-nav {
    margin-bottom: 20px;
  }

  .sidebar_article_form__content {
    padding: 24px 20px;
  }

  .newsletter_block {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  #content-novosti {
    grid-template-columns: 1fr;
  }

  .content-novosti__item:last-child {
    display: none;
  }

  .newsletter__image {
    display: none;
  }

  .article_page {
    width: 100%;
  }

  .newsletter_block {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .newsletter {
    padding: 64px 15px;
    border-radius: 0;
  }

  .article_page {
    padding: 0;
  }

  .read_more {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .newsletter__content_form {
    padding-right: 0;
  }

  #content-novosti .main-art {
    flex-direction: column;
    height: auto;
  }

  #content-novosti .art-img {
    min-width: 100%;
  }

  #content-novosti .art-img {
    min-height: 350px;
    height: 350px;
    width: 100%;
  }

  .read_more #content-novosti .art-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 0;
  }

  #content-novosti .art-title {
    text-align: left;
    margin-bottom: 16px;
  }

  .content-novosti__item .article_top_info__item {
    margin-bottom: 24px;
  }

  .entry img {
    padding: 5px;
  }
}

@media (max-width: 576px) {
  .window_form {
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 15px;
    padding-top: 72px;
  }
}

@media (max-width: 500px) {
  .article_page .sidebar_block {
    width: 100%;
    min-width: 100%;
  }

  .article_form__span:not(:last-child) {
    margin-bottom: 16px;
  }

  .sidebar_article_form .text_sidebar {
    margin-bottom: 20px;
  }

  .sidebar_article_form__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sidebar_article_form__image {
    height: 240px;
  }

  .sidebar_article_form {
    overflow: hidden;
  }

  .newsletter__content_name {
    font-size: 28px;
    line-height: 34px;
  }

  .newsletter__content_text {
    margin-bottom: 20px;
  }

  .newsletter__content_form {
    flex-direction: column;
    row-gap: 24px;
  }

  .newsletter__content_form .sidebar_button_red {
    max-width: 100%;
  }

  .read_more h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.14px;
    margin-bottom: 24px;
  }

  .read_more {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sidebar_calc__image {
    width: 120px;
    height: 120px;
    right: -16px;
  }

  .contactform_form__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.12px;
  }

  .window_form .article_form__submit {
    margin-top: 24px;
  }
}

/* Шаблон страницы услуг */
.buhservices {
  background: var(--gray, #f7f7f7);
}

.swiper__buhservices {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper__buhservices .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.swiper__buhservices_item {
  border-radius: 10px;
  background: var(--white, #fff);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  min-height: 184px;
}

.swiper__buhservices_item:hover {
  background: var(--red, #1367fa);
}

.swiper__buhservices_item:hover .sw_buhservices__item_name {
  color: var(--white, #fff);
}

.swiper__buhservices_item:hover .sw_buhservices__item_num {
  color: var(--white, #fff);
}

.sw_buhservices__item_name {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  display: inline-block;
}

.sw_buhservices__item_num {
  color: var(--red, #1367fa);
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
  text-align: right;
}

.serv-block-page .swiper-slide {
  box-shadow: none;
  transition: box-shadow 0.2s ease-in-out;
}

.serv-block-page .swiper-slide:hover {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.serv-block-page .swiper-slide:hover .swiper__buhservices_item {
  background-color: var(--gray, #f7f7f7);
}
.serv-block-page .swiper-slide:hover .sw_buhservices__item_name {
  color: var(--black, #272b38);
}
.serv-block-page .swiper-slide:hover .sw_buhservices__item_num {
  color: var(--red, #1367fa);
}

.serv-block-page .swiper__buhservices_item {
  background-color: var(--gray, #f7f7f7);
}

/* */
.template_page .h2 {
  max-width: 800px;
  margin-bottom: 32px;
}

.template_page .h2:not(:first-child) {
  margin-top: 104px;
}

.template_page p {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.block_color_dark .block_double .block_column,
.block_color_dark .block_double .block_column p {
  color: #fff;
}

.template_page p:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.template_page .block_double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.template_page .block_double:not(:last-child) {
  margin-bottom: 24px;
}

.template_page .block_text {
  max-width: 800px;
}

.template_page .block_text:not(:last-child) {
  margin-bottom: 24px;
}

.block_subtext {
  max-width: 800px;
}

.block_subtext:not(:last-child) {
  margin-bottom: 20px;
}

.block_description {
  max-width: 800px;
  margin-top: 32px;
}

.block_description .block_subtext {
  color: var(--black, #2a324a);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (max-width: 930px) {
  .block_description {
    margin-top: 20px;
  }
}

.template_page .block_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.template_page .block_grid2 {
  grid-template-columns: repeat(2, 1fr);
}

.template_page .block_grid3 {
  grid-template-columns: repeat(3, 1fr);
}

.template_page .block_grid4 {
  grid-template-columns: repeat(4, 1fr);
}

.template_page .block_grid:not(:last-child) {
  margin-bottom: 24px;
}

.template_page .block_grid .block_column {
  border-radius: 10px;
  background: var(--gray, #f7f7f7);
  padding: 24px;
}

.section_color .block_grid .block_column {
  background: var(--white, #fff);
}

.template_page .block_dots .block_column__inner {
  position: relative;
  padding-left: 16px;
}

.template_page .block_dots .block_column__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--red, #1367fa);
  border-radius: 50%;
}

.block_elem {
  border-radius: 10px;
  background: var(--white, #fff);
  padding: 24px;
}

.block_color_light .block_elem {
  background: var(--gray, #f7f7f7);
}

.block_elem__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.block_elem__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_list ul {
  list-style: none;
}

.block_list li {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
}

.block_list li:not(:last-child) {
  margin-bottom: 16px;
}

.block_list li:first-child::before {
  top: 10px;
}

.block_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 2px;
  background-color: var(--red, #1367fa);
}

.block_list_dots ul {
  list-style: none;
}

.block_list_dots li {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 12px;
}

.block_list_dots li:not(:last-child) {
  margin-bottom: 16px;
}

.block_list_dots li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--red, #1367fa);
}

.collaborator_work_num li {
  padding-left: 25px;
  position: relative;
}

.collaborator_work_num li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 2px;
  background-color: var(--red, #1367fa);
}

.block_list li ul {
  margin-top: 16px;
}

.block_list:not(:last-child) {
  margin-bottom: 24px;
}

.block_list2 ul {
  columns: 2;
  column-gap: 20px;
}

.block_list2 li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}

.template_page .block_grid .company_hero__item {
  padding: 24px;
}

.block_color_grey .block_grid .company_hero__item {
  background: var(--white, #fff);
}

.company_hero__item_num {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.company_hero__item_name {
  color: var(--black, #272b38);
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}

.company_hero__item_flex {
  display: flex;
  column-gap: 6px;
  margin-bottom: 8px;
}

.company_hero__item_flex span,
.company_hero__item_flex p {
  color: var(--red, #1367fa);
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.item_line {
  border-radius: 10px;
  background: var(--gray, #f7f7f7);
  padding: 24px 56px 24px 24px;
  position: relative;
  overflow: hidden;
  max-width: 880px;
}

.item_line:not(:last-child) {
  margin-bottom: 32px;
}

.item_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--red, #1367fa);
}

.item_check {
  padding-left: 32px;
  position: relative;
  max-width: 832px;
  box-sizing: border-box;
}

.item_check:not(:last-child) {
  margin-bottom: 24px;
}

.item_check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../../../uploads/2023/08/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block_check_doc:not(:last-child) {
  margin-bottom: 24px;
}

.block_check_doc li {
  padding-left: 40px;
  position: relative;
}

.block_color_dark .block_check_doc li {
  color: #fff;
}

.block_check_doc li:not(:last-child) {
  margin-bottom: 16px;
}

.block_check_doc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 32px;
  height: 32px;
  background-image: url(../../../../uploads/2023/08/group-7284.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block_check_folder li {
  min-height: 32px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
  display: flex;
  align-items: center;
}

.block_check_folder li::before {
  background-image: url(../../../../uploads/2023/11/group-7285-1.svg);
  top: 0px;
}

.block_check_doc ul li:not(:last-child) {
  margin-bottom: 16px;
}

.block_num_list:not(:last-child) {
  margin-bottom: 24px;
}

.block_num_list li {
  position: relative;
  display: flex;
  column-gap: 8px;
}

.block_num_list li:not(:last-child) {
  margin-bottom: 16px;
}

.block_num_list li span {
  color: var(--red, #1367fa);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.block_color_dark .block_num_list li {
  color: #fff;
}

/* */
.block_color_grey {
  background: var(--gray, #f7f7f7);
}

.block_color_dark {
  background: var(--background-dark, #363f5b);
}

.block_color_dark .h2 {
  color: var(--white, #fff);
}

.block_color_dark .block_text p {
  color: var(--white, #fff);
}

.block_color_dark .block_subtext {
  color: var(--white, #fff);
}

.block_color_dark .block_list li {
  color: var(--white, #fff);
}

/* */
.accordion__item {
  border-radius: 10px;
  background: var(--gray, #f7f7f7);
  position: relative;
  cursor: pointer;
  width: 100%;
}

.accordion__item:hover {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.accordion__item:not(:last-child) {
  margin-bottom: 20px;
}

.accordion__header {
  font-family: "Noto Sans Display", sans-serif;
  color: var(--black, #2a324a);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 24px 176px 24px 24px;
}

.accordion__header::after {
  position: absolute;
  right: 24px;
  top: 24px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../../../uploads/2023/07/caretdown.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transition: transform 0.3s ease-out;
}

.accordion__content {
  color: var(--black, #2a324a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0 176px 24px 24px;
}

.accordion__content ul li {
  position: relative;
  padding-left: 24px;
}

.accordion__content ul li::before {
  content: "";
  position: absolute;
  background-color: var(--red, #1367fa);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.accordion__content ol,
.accordion__content ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.accordion__content ol li:not(:last-child),
.accordion__content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(-180deg);
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

/* */
.section_name {
  font-family: "Noto Sans", sans-serif;
  color: var(--black, #272b38);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

.price_column {
  border-radius: 10px;
  background: var(--gray, #f7f7f7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.price_column__head {
  box-sizing: border-box;
  padding: 32px 24px 28px 24px;
  background: #363f5b;
  min-height: 134px;
}

.price_column__name {
  font-family: "Noto Sans", sans-serif;
  color: var(--white, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.17px;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .price_column__name {
    font-size: 24px;
  }
}

.price_column__text {
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.price_column__body {
  padding: 28px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.price_column__list {
  margin-bottom: 40px;
  list-style: none;
}

.price_column__list li {
  position: relative;
  padding-left: 26px;
  color: var(--black, #272b38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.price_column__list li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../../../uploads/2023/07/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}

.price_column__list li:not(:last-child) {
  margin-bottom: 8px;
}

.block_price__items:not(:last-child) {
  margin-bottom: 60px;
}

.price_column__price {
  color: var(--red, #1367fa);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.12px;
  margin-bottom: 8px;
}

.price_column__price span {
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
}

.price_column__count {
  color: var(--black, #272b38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.block_options--price {
  overflow-x: scroll;
}

.block_options--price .block_options__body {
  width: max-content;
}

.block_options--price::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.block_options--price .block_options__items_column {
  grid-template-columns: repeat(5, 300px);
  align-items: center;
}

.block_options--price .block_options__body .block_options__column:not(.block_options__column_first) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
}

.block_options--price .block_options__body .block_options__column:last-child {
  display: block;
}

.block_options--price .block_options__body {
  min-height: auto;
}

.block_options--price .block_options_body__block {
  background: #e8e7e7;
}

.block_options__head {
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 32px;
}

.block_options__items_column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
}

.block_options_head__name {
  color: var(--black, #272b38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.block_options__body {
  background-color: var(--gray, #f7f7f7);
  border-radius: 5px;
  padding: 20px 30px 20px 20px;
  min-height: 146px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 32px;
}

.block_options__head .block_options__column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 8px;
}

.block_options__head .block_options_head__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
}

.block_options__head .block_options_head__items div {
  font-size: 12px;
  line-height: 130%;
  color: #8e8e8e;
}

.block_options__body .block_options__column {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.block_options__body .block_options__column_first {
  display: block;
}

.block_options__body:not(:last-child) {
  margin-bottom: 20px;
}

.block_options_body__block {
  width: 100%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #baebbc;
  color: var(--black, #272b38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  box-sizing: border-box;
}

.color_yellow {
  background: #ffddab;
}

.color_red {
  background: #fc8383;
}

.yellow-color-text {
  color: #ffddab;
}

.red-color-text {
  color: #fc8383;
}

.green-color-text {
  color: #baebbc;
}

.block_options_body__name {
  color: var(--black, #272b38);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.block_options_body__name span {
  display: none;
}

.block_options_body__name_first {
  color: var(--black, #272b38);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.block_options {
  margin-bottom: 104px;
}

.block_cost_calculator {
  display: grid;
  grid-template-columns: 1fr 353px;
  border-radius: 10px;
  background: var(--gray, #f7f7f7);
  overflow: hidden;
}

.block_cost_calculator__content {
  padding: 40px 70px 40px 40px;
}

.block_cost_calculator__item_name {
  color: var(--black, #272b38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}

.block_cost_calculator__item_name_first {
  margin-bottom: 12px;
}

.block_cost_calculator__item_row:not(:last-child) {
  margin-bottom: 32px;
}

.block_cost_calculator__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}

.block_cost_calculator__item_descr {
  max-width: 572px;
  color: #8f8f8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.block_cost_calculator__form {
  border-radius: 0 10px 10px 0;
  background: var(--background-dark, #363f5b);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.block_cost_calculator__form_name {
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 16px;
}

.block_cost_calculator__form_price {
  color: var(--white, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.18px;
}

.block_cost_calculator__form_button {
  white-space: nowrap;
}

.radio_items {
  display: flex;
  column-gap: 32px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
}

.radio_item {
  display: flex;
  column-gap: 32px;
  align-items: center;
  column-gap: 8px;
}

.radio_item input[type="radio"] {
  margin: 0;
  width: 24px;
  height: 24px;
}

.radio_item input[type="radio"]:focus {
  box-shadow: none;
}

.radio_item span {
  color: var(--secondary-text, #40465c);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}

/* */
.block_video .block_grid {
  align-items: center;
}

.block_video__content {
  border-radius: 8px;
  height: 300px;
  max-height: 326px;
  overflow: hidden;
}

.block_video__descr {
  padding-right: 40px;
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
}

.video iframe,
.video img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: none;
}

.btn-reset {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../../../uploads/2023/08/icon_play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 60px;
  height: 60px;
}

.header_tmpl_price {
  margin-top: 40px;
}

.header_tmpl_price__container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 20px;
  position: relative;
}

.header_tmpl_price__container .header-price-content {
  position: static;
}

.header_tmpl_price__inner {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.header_tmpl_price .header-price-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 40px;
}

.section_first {
  margin-top: 0 !important;
}

.header_tmpl_price .header-price-img {
  max-width: 840px;
}

.header_tmpl_price .header-price-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs {
}

.header_tmpl_services .block-price-new .block-price-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
}

.header_tmpl_services .block-price-new .block-price-inner .block-price-two {
  padding: 0;
  margin: 0;
}

.header_tmpl_services .block-price-new .block-price-inner .block-price-three {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.block-price-right {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 34px 72px;
  align-items: center;
}

.block-price-btn {
  width: 100%;
  width: 240px;
  padding: 16px 0 !important;
}

.header_tmpl_services .h-block-main-l-in {
  padding: 40px 32px 48px 32px;
}

.header_tmpl_services .h-block_content-text {
  max-width: 680px;
}

/* Страницы Отзывы */
.reviews_text__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.reviews_video__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}

/* Контакты */
.contacts_page .head-bread {
  margin-bottom: 60px;
}

.soc_icon__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

.soc_icon__item {
  border-radius: 10px;
  background: var(--white, #fff);
  padding: 24px;
}

.soc_icon__item:hover {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.soc_icon__item_link {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.section_requisites__item {
  max-width: 800px;
}

.section_requisites__item:not(:last-child) {
  margin-bottom: 16px;
}

.section_requisites__name {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section_requisites__subname {
  color: var(--gray-12, #7d7d7d);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}

.section_requisites__adress {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.section_requisites__adress:not(:last-child) {
  margin-bottom: 6px;
}

.soc_link_circle {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
}

.company_office__block_item a,
.company_office__block_item span {
  color: var(--black, #272b38);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.company_office__block_item a:not(:last-child) {
  margin-bottom: 4px;
}

/* Адаптив */
@media (max-width: 1280px) {
  .header_tmpl_price .header-price-content {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 1160px) {
  .header_tmpl_price .header-price-img {
    margin-left: -30px;
    max-width: 100%;
  }

  .header_tmpl_price__container {
    grid-template-columns: 5fr 1fr;
  }

  .block_cost_calculator__columns {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 28px;
  }
}

@media only screen and (max-width: 1050px) {
  .block_banner_condition__image {
    left: -30px;
  }

  .block_banner_condition__content_wrapper {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .block_banner_condition__wrapper {
    grid-template-columns: 5fr 7fr;
  }

  .block_banner_condition .contactform_form__text {
    font-size: 18px;
  }

  .block_banner_article__form {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }

  .block_banner_article__form .article_form__bottom_but {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .block_banner_article__form .article_form__submit {
    width: fit-content;
  }

  .header_tmpl_price .h-block-main-l {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .company_hero__container {
    margin-top: 56px;
    margin-bottom: 70px;
    column-gap: 53px;
  }

  .h1 {
    font-size: 44px;
  }

  .company_hero__text {
    margin-bottom: 36px;
  }

  .h2 {
    font-size: 32px;
  }

  .company_hero__subtitle {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .section {
    margin-bottom: 96px;
    margin-top: 96px;
  }

  .section_color {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .company_collaborator__top {
    margin-bottom: 30px;
  }

  .company_collaborator__item {
    padding: 20px 20px 24px 20px;
  }

  .company_collaborator__item_image {
    height: 316px;
  }

  .h1 {
    font-size: 44px;
  }

  .section .h1 {
    margin-bottom: 28px;
  }

  .section .h2 {
    margin-bottom: 30px;
  }

  .company_exp__trust {
    column-gap: 30px;
    margin-bottom: 96px;
  }

  .company_collaborator__item_image {
    margin-bottom: 20px;
  }

  .section .h4 {
    font-size: 18px;
  }

  .company_collaborator__item_name {
    margin-bottom: 12px;
  }

  .company_hero__items {
    margin-bottom: 96px;
  }

  .company_exp__text {
    margin-bottom: 30px;
  }

  .company_exp__item_num {
    font-size: 32px;
    line-height: 38px;
  }

  .company_exp__item {
    padding: 24px 20px;
  }

  .company_exp__trust_image {
    width: 288px;
    height: 417px;
  }

  .company_photo__text {
    margin-bottom: 30px;
  }

  .company_photo__item {
    height: 206px;
  }

  .swiper_style .swiper-button-row {
    column-gap: 32px;
    padding-top: 36px;
  }

  .company_office .tabs {
    column-gap: 12px;
  }

  .button_empty {
    padding: 8px 20px;
  }

  .company_office__block {
    padding: 32px 20px;
  }

  .company_office__block_item:not(:last-child) {
    margin-bottom: 20px;
  }

  .company_office .wrap-tabs {
    margin-bottom: 96px;
  }

  .company_review__item {
    padding: 24px 20px;
  }

  .company_review__item_text {
    margin-bottom: 20px;
  }

  .company_hero__image img {
    object-fit: contain;
  }

  .collaborator__title {
    margin-top: 56px;
  }

  .collaborator_hero__container {
    margin-top: 56px;
    margin-bottom: 96px;
  }

  .collaborator_hero__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .contactform__content {
    max-width: 100%;
  }

  .contactform_form {
    max-width: 100%;
  }

  .swiper__buhservices_item {
    padding: 24px 16px;
  }

  .sw_buhservices__item_num {
    font-size: 26px;
    letter-spacing: -0.78px;
  }

  .block_list li {
    padding-left: 16px;
  }

  .block_options_head__name {
    font-size: 18px;
  }

  .block_options__items_column {
    column-gap: 20px;
  }

  .block_options__body {
    column-gap: 22px;
    padding: 20px;
    grid-template-columns: 134px 1fr;
  }

  .block_options__head {
    column-gap: 22px;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 134px 1fr;
  }

  .block_options_body__name span {
    display: inline-block;
  }

  .block_cost_calculator__content {
    padding: 40px 32px;
  }

  .block_banner_condition__image {
    left: -30px;
  }

  .template_page .h2:not(:first-child) {
    margin-top: 96px;
  }

  .company_office__text {
    margin-bottom: 0;
  }

  .accordion__header {
    padding: 20px;
  }

  .block_elem {
    padding: 24px 20px;
  }

  .price_column__list {
    margin-bottom: 32px;
  }

  .price_column__price span {
    font-size: 32px;
  }

  .block_price__items:not(:last-child) {
    margin-bottom: 48px;
  }

  .block_video__descr {
    padding-right: 22px;
  }

  .header_tmpl_services .block-price-new .block-price-inner {
    margin-bottom: 16px;
  }

  .block-price-new .block-price-inner .block-price-one {
    padding: 40px 32px;
  }

  .block-price-right {
    padding: 40px;
  }

  .company_video__item_video {
    height: 340px;
  }

  .company_video__item_video::before {
    width: 40px;
    height: 40px;
  }

  .soc_icon__item {
    padding: 24px 20px;
  }

  .contacts_page .head-bread {
    margin-top: 56px;
    margin-bottom: 32px;
  }

  .block_video__content {
    height: 285px;
  }
}

@media only screen and (max-width: 992px) {
  .block_cost_calculator__form_button {
    padding: 16px 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header_tmpl_services .h-block-main-r .image {
    display: block;
  }

  .header_tmpl_services .h-block-main-r .image {
    display: block;
  }
}

@media (max-width: 930px) {
  .company_hero__container {
    margin-top: 48px;
    margin-bottom: 82px;
    column-gap: 30px;
  }

  .h1 {
    font-size: 42px;
  }

  .section .h1 {
    margin-bottom: 26px;
  }

  .h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.15px;
  }

  .company_hero__image {
    min-width: 213px;
    height: 213px;
  }

  .company_hero__text {
    margin-bottom: 32px;
  }

  .sidebar_button_red {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }

  .section {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .section_color {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .company_collaborator__top {
    margin-bottom: 28px;
  }

  .swiper_style {
    overflow: inherit !important;
  }

  .company_collaborator__item_image img {
    object-position: top;
  }

  .swiper_style .swiper-button-row {
    padding-top: 28px;
    column-gap: 26px;
  }

  .company_hero__items.grid3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .company_hero__item_line {
    margin-bottom: 8px;
  }

  .company_hero__item {
    padding: 20px;
  }

  .company_hero__items {
    margin-bottom: 88px;
  }

  .company_advan__text {
    max-width: 100%;
  }

  .section .h2 {
    margin-bottom: 28px;
  }

  .company_exp__item_num {
    font-size: 28px;
    line-height: 34px;
  }

  .company_exp__item {
    padding: 20px 16px;
  }

  .company_exp__trust {
    column-gap: 20px;
    margin-bottom: 88px;
  }

  .company_exp__trust_image {
    width: 263px;
    height: 382px;
  }

  .company_partners__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .company_photo__text {
    max-width: 645px;
    margin-bottom: 28px;
  }

  .company_photo__item {
    height: 188px;
  }

  .company_office__container {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .company_office__block {
    padding: 30px 20px;
  }

  .company_office__block {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .company_office .wrap-tabs {
    margin-bottom: 88px;
  }

  .company_office__text {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .company_review__item_image {
    min-width: 142px;
    height: 208px;
  }

  .company_review__item {
    padding: 20px;
  }

  .company_review__item_name {
    font-size: 22px;
    letter-spacing: -0.66px;
  }

  .company_review__item_post {
    margin-bottom: 4px;
  }

  .contactform__container {
    column-gap: 20px;
  }

  .contactform__content {
    row-gap: 40px;
    margin-top: 35px;
  }

  .contactform_form {
    padding: 40px 32px;
  }

  .contactform_form__title {
    font-size: 26px;
    line-height: 30px;
  }

  .contactform_form__text {
    margin-bottom: 24px;
  }

  .company_office .tabs {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .collaborator__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .collaborator__title {
    margin-top: 48px;
  }

  .collaborator_hero__container {
    margin-top: 48px;
    margin-bottom: 88px;
    grid-template-columns: 5fr 7fr;
  }

  .collaborator_hero__item_name {
    margin-bottom: 4px;
  }

  .collaborator_hero__content {
    padding-left: 0;
  }

  .company_hero__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .swiper__buhservices_item {
    padding: 20px 16px;
  }

  .sw_buhservices__item_num {
    font-size: 22px;
    letter-spacing: -0.66px;
  }

  .template_page .block_grid .block_column {
    padding: 20px 16px;
  }

  .block_list:not(:last-child) {
    margin-bottom: 20px;
  }

  .block_options.block_options--price {
    white-space: wrap;
  }

  .block_options {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .block_options_body__name {
    white-space: break-spaces;
  }

  .block_cost_calculator {
    grid-template-columns: 2fr 1fr;
  }

  .block_options__items_column {
    grid-template-columns: repeat(4, 177px);
  }

  .block_options_body__block {
    font-size: 14px;
    line-height: 20px;
  }

  .block_options__body {
    width: max-content;
  }

  .block_cost_calculator__columns {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 28px;
  }

  .block_cost_calculator__item_row:not(:last-child) {
    margin-bottom: 28px;
  }

  .block_cost_calculator__form {
    padding: 32px 24px;
  }

  .block_cost_calculator__form_name {
    margin-bottom: 12px;
  }

  .block_cost_calculator__form_price {
    font-size: 28px;
    letter-spacing: -0.14px;
  }

  .block_cost_calculator__content {
    padding: 32px 24px;
  }

  .template_page .block_grid4_930_3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .template_page .block_grid4_930_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .template_page .block_grid .company_hero__item {
    padding: 20px;
  }

  .template_page .h2:not(:first-child) {
    margin-top: 88px;
  }

  .block_banner_condition__wrapper {
    grid-template-columns: 1fr;
  }

  .block_banner_condition__image {
    position: static;
  }

  .block_banner_condition__content_wrapper_svg {
    width: 100%;
    top: -115px;
    left: 0;
    height: 115px;
  }

  .block_banner_condition .container {
    padding: 0;
  }

  .block_banner_condition__content {
    padding: 0 30px;
  }

  .block_banner_condition__content_wrapper {
    padding-top: 0;
    padding-bottom: 88px;
    margin-top: -40px;
  }

  .block_banner_article__form {
    grid-template-columns: 5fr 5fr 2fr;
  }

  .block_banner_article__form .article_form__bottom_but {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }

  .block_banner_condition .contactform_form__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.15px;
    margin-bottom: 28px;
  }

  .block_banner_condition .contactform_form__text {
    margin-bottom: 20px;
  }

  .block_elem {
    padding: 20px 16px;
  }

  .block_video__descr {
    padding-right: 14px;
  }

  .block_video__content {
    max-height: 208px;
  }

  .section_calc .container {
    padding-left: 30px;
    padding-right: 0;
  }

  .header_tmpl_price__inner {
    grid-template-columns: 5fr 7fr;
  }

  .head-bread {
    margin-top: 32px;
  }

  .header_tmpl_services .h-block-main-l-in {
    padding: 40px 38px 40px 30px;
  }

  .header_tmpl_services .h-block-main-l {
    width: 100%;
  }

  .header_tmpl_services .block-price-new .block-price-inner .block-price-one {
    padding: 32px 24px;
  }

  .block-price-new .block-price-inner .block-price-one .price-new {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.15px;
    margin-bottom: 8px;
  }

  .header_tmpl_services .block-price-new .block-price-inner {
    grid-template-columns: 1fr 1fr;
  }

  .block-price-right {
    padding: 32px;
    flex-direction: column;
    row-gap: 32px;
    align-items: flex-start;
  }

  .header_tmpl_services .head-block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .header_tmpl_services .head-block-main-menu {
    width: 100%;
    height: auto !important;
    overflow-y: inherit;
    overflow: hidden;
    border-radius: 10px;
  }

  .header_tmpl_services .h-block_content-text {
    max-width: 100%;
  }

  .header_tmpl_services .head-block-main-menu ul li {
    display: none;
  }

  .header_tmpl_services .head-block-main-menu ul li.act-link {
    display: block;
    background-image: url(../../../../uploads/2023/08/caretdown.svg);
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
  }

  .header_tmpl_services .head-block-main-menu.active ul li.act-link {
    background-image: url(../../../../uploads/2023/08/caretup.svg);
  }

  .header_tmpl_services .head-block-main-menu.active ul li {
    display: block;
    margin-bottom: 0;
  }

  .header_tmpl_services .head-block-main-menu ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .header_tmpl_services .head-block-main-menu.active ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .header_tmpl_services .head-block-main-menu ul li a {
    display: flex;
    align-items: flex-start;
    column-gap: 4px;
    width: fit-content;
  }

  .header_tmpl_services .head-block-main-menu ul li span {
    height: auto;
    margin-right: 0;
  }

  .header_tmpl_services .head-block-main-menu .head-numb-text {
    padding-left: 0;
  }

  .header_tmpl_services .head-block-main-menu ul {
    display: block;
    background: var(--gray, #f7f7f7);
    padding: 20px;
  }

  .company_video__item {
    padding: 20px 20px 24px 20px;
  }

  .company_video__item_video {
    height: 280px;
  }

  .company_video__item_name {
    margin-bottom: 2px;
  }

  .company_video__item_post {
    margin-bottom: 6px;
  }

  .company_office__container .map {
    height: 300px !important;
  }

  .contacts_page .head-bread {
    margin-top: 38px;
    margin-bottom: 28px;
  }

  #tabs_block {
    column-gap: 12px;
  }

  .soc_icon__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .soc_icon__item {
    padding: 20px;
  }

  .section_requisites__name {
    font-size: 18px;
  }

  .section_requisites__adress:not(:last-child) {
    margin-bottom: 4px;
  }

  #tabs_block {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .block_video__content {
    height: 208px;
  }

  .template_page .block_grid3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .template_page .block_grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 795px) {
  .header_tmpl_services .head-block {
    margin-top: 40px;
  }

  .header_tmpl_services .dropdown-content {
    display: block;
    position: static;
    min-width: inherit;
    background-color: #f7f7f7;
    box-shadow: none;
  }

  .header_tmpl_services .dropdown-content a {
    padding: 0;
  }
}

@media screen and (max-width: 770px) {
  .header_tmpl_services .head-block-main-right {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .block_cost_calculator {
    grid-template-columns: 1fr;
  }

  .block_cost_calculator__form_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .block_cost_calculator__form_button {
    padding: 16px 40px !important;
    width: fit-content;
  }

  .header_tmpl_services .block-price-new .block-price-inner {
    grid-template-rows: repeat(1, 1fr);
  }

  .header_tmpl_price__container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .header_tmpl_price .header-price-img {
    margin-left: 0;
    height: auto;
  }

  .header_tmpl_price__inner {
    position: static;
    padding-top: 32px;
    padding-left: 30px;
  }

  .header_tmpl_price__inner .header_block_empty {
    display: none;
  }

  .header_tmpl_price__inner {
    grid-template-columns: 1fr;
  }

  .header_tmpl_price .header-price-content {
    justify-content: flex-start;
  }

  .header_tmpl_services .head-bread {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .header_tmpl_services .h-block-main-l-in h2 {
    width: 100%;
  }

  .header_tmpl_price__inner {
    padding-left: 30px;
  }

  .header_tmpl_price .container {
    padding: 0;
  }

  .reviews_video__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }

  .reviews_text__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

@media only screen and (max-width: 660px) {
  .company_collaborator__item_row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 650px) {
  .company_hero__image {
    display: none;
  }

  .company_exp__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .company_exp__trust {
    flex-direction: column;
    row-gap: 20px;
  }

  .contactform__container {
    grid-template-columns: 1fr;
    align-items: flex-start;
    row-gap: 64px;
  }

  .contactform__content {
    margin-top: 0;
  }

  .collaborator_hero__container {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .collaborator_hero__elems {
    grid-template-columns: repeat(1, 1fr);
  }

  .company_hero__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .template_page .block_double {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6px;
  }

  .template_page .block_grid3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .block_list2 {
    columns: 1;
  }

  .block_list2 ul {
    columns: 1;
  }

  .block_banner_article__form {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .article_form__bottom_but {
    margin-top: 8px;
  }

  .template_page .block_grid4_930_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .company_hero__elems {
    grid-template-columns: repeat(1, 1fr);
  }

  .company_hero__items.grid3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .collaborator__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .company_collaborator__item_row {
    flex-direction: row;
  }

  .section_color {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.14px;
  }

  .section .h2 {
    margin-bottom: 24px;
  }

  .container {
    padding: 0 15px;
  }

  .swiper__buhservices .swiper-wrapper {
    height: 310px;
  }

  .swiper_style .swiper-button-row {
    padding-top: 24px;
    column-gap: 20px;
  }

  .template_page .h2:not(:first-child) {
    margin-top: 64px;
  }

  .template_page .block_grid3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }

  .template_page .block_grid4 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }

  .template_page .block_grid:not(:last-child) {
    margin-bottom: 20px;
  }

  .template_page .block_text:not(:last-child) {
    margin-bottom: 20px;
  }

  .template_page .block_grid .block_column {
    padding: 20px;
  }

  .block_options__body:not(:last-child) {
    margin-bottom: 16px;
  }

  .block_options_body__name_first {
    font-size: 15px;
    line-height: 20px;
  }

  .block_cost_calculator__content {
    padding: 32px 16px;
  }

  .radio_items {
    column-gap: 24px;
  }

  .block_cost_calculator__item_row:not(:last-child) {
    margin-bottom: 24px;
  }

  .block_cost_calculator__columns {
    row-gap: 24px;
  }

  .block_cost_calculator__form {
    padding: 24px 16px;
  }

  .block_cost_calculator__form_price {
    font-size: 24px;
    letter-spacing: -0.12px;
  }

  .template_page .block_grid .company_hero__item {
    padding: 20px 16px;
  }

  .template_page .block_grid4_930_2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }

  .block_banner_condition__content {
    padding: 0 15px;
  }

  .block_banner_condition .contactform_form__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.14px;
    margin-bottom: 24px;
  }

  .article_form__input {
    padding: 16px 20px;
  }

  .block_banner_condition__content_wrapper {
    padding-bottom: 64px;
  }

  .block_banner_condition__content_wrapper_svg {
    height: 77px;
    top: -77px;
  }

  .block_banner_article__form .article_form__submit {
    width: 100%;
  }

  .item_line {
    padding: 20px 16px;
  }

  .company_exp__item_num {
    font-size: 26px;
    line-height: 32px;
  }

  .accordion__header {
    padding: 20px 16px;
  }

  .accordion__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .accordion__content {
    padding: 0 16px 20px 16px;
  }

  .template_page .block_grid4_930_3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .block_elem__icon {
    margin-bottom: 4px;
  }

  .section_name {
    font-size: 22px;
  }

  .price_column__head {
    padding: 20px 16px;
  }

  .price_column__body {
    padding: 20px 16px;
  }

  .price_column__name {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.13px;
    margin-bottom: 4px;
  }

  .price_column__list li::before {
    width: 20px;
    height: 20px;
  }

  .price_column__list li {
    padding-left: 24px;
  }

  .price_column__list {
    margin-bottom: 20px;
  }

  .price_column__price {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.13px;
    margin-bottom: 4px;
  }

  .block_price__items:not(:last-child) {
    margin-bottom: 32px;
  }

  .template_page .block_grid2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .block_video__content {
    max-height: inherit;
  }

  .header_tmpl_price__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_tmpl_price__inner {
    padding-top: 30px;
  }

  .header_tmpl_services .head-block-main-menu ul li.act-link {
    padding-right: 52px;
  }

  .header_tmpl_services .block-price-new .block-price-inner {
    grid-template-columns: 1fr;
  }

  .header_tmpl_services .block-price-new .block-price-inner .block-price-one {
    padding: 32px 15px;
  }

  .block-price-right {
    padding: 32px 15px;
    row-gap: 22px;
  }

  .header_tmpl_services .block-price-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .block-price-three {
    width: -webkit-fill-available;
  }

  .reviews_video__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }

  .company_video__item {
    padding: 20px 16px 24px 16px;
  }

  .company_video__item_video {
    margin-bottom: 12px;
  }

  .company_video__item_post {
    margin-bottom: 4px;
  }

  .company_video__item_video {
    height: 600px;
  }

  .contacts_page .head-bread {
    margin-top: 18px;
    margin-bottom: 54px;
  }

  .company_office__block {
    padding: 24px 16px;
  }

  .header_tmpl_services .h-block-main-l-in {
    padding: 32px 15px;
  }
}

@media only screen and (max-width: 500px) {
  .container {
    padding: 0 15px;
  }

  .company_hero__container {
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .h1 {
    font-size: 36px;
  }

  .section .h1 {
    margin-bottom: 24px;
  }

  .company_hero__text {
    margin-bottom: 30px;
  }

  .company_hero__button {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.14px;
  }

  .company_hero__elems {
    row-gap: 20px;
  }

  .company_hero__elem {
    padding: 20px 16px;
  }

  .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section_color {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .company_collaborator__top {
    column-gap: 22px;
    margin-bottom: 24px;
  }

  .company_collaborator__item_image {
    margin-bottom: 16px;
  }

  .company_collaborator__item_span {
    margin-bottom: 16px;
  }

  .company_collaborator__item_name {
    margin-bottom: 10px;
  }

  .swiper_style .swiper-button-row {
    padding-top: 24px;
    column-gap: 20px;
  }

  .company_hero__item {
    padding: 20px 16px;
  }

  .company_hero__items {
    row-gap: 16px;
  }

  .company_hero__items {
    margin-bottom: 64px;
  }

  .section .h2 {
    margin-bottom: 24px;
  }

  .text_16 p:not(:last-child) {
    margin-bottom: 6px;
  }

  .company_exp__items {
    row-gap: 16px;
  }

  .company_exp__item_num {
    font-size: 26px;
    line-height: 32px;
  }

  .company_exp__trust {
    margin-bottom: 64px;
  }

  .company_exp__trust_image {
    width: 100%;
    height: 472px;
  }

  .company_partners__items {
    row-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .button_empty {
    padding: 8px 18px;
  }

  .company_office .tabs {
    column-gap: 10px;
  }

  #tabs_block {
    margin-bottom: 20px;
  }

  .company_office__block {
    padding: 24px 16px;
  }

  .company_office .wrap-tabs {
    margin-bottom: 64px;
  }

  .company_office__text {
    margin-bottom: 24px;
  }

  .company_review__item {
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }

  .company_office__link {
    display: none;
  }

  .company_office__link_mobile {
    display: block;
  }

  .company_office__link_mobile {
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
  }

  .company_review__item_name {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .company_review__item_date {
    margin-bottom: 10px;
  }

  .contactform__content {
    row-gap: 24px;
  }

  .contactform .container {
    padding: 0;
  }

  .contactform__content {
    padding: 0 15px;
  }

  .contactform_form {
    max-width: 100%;
    border-radius: 0;
    padding: 64px 15px;
  }

  .contactform {
    margin-bottom: 0;
  }

  .contactform_form__subtext {
    margin-top: 20px;
  }

  .company_review__item_image {
    min-width: 106px;
    height: 156px;
  }

  .collaborator_hero__container {
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .collaborator_hero__button {
    margin-top: 32px;
    width: 100% !important;
  }

  .company_hero__items {
    grid-template-columns: repeat(1, 1fr);
  }

  /* .section_color:last-child {
    padding-bottom: 0
  } */

  .company_video__item_video {
    height: auto;
  }

  .company_video__item_video video {
    height: 100%;
  }

  .soc_icon__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }

  .soc_icon__item {
    padding: 20px 16px;
  }

  .section_requisites__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* work_us */
.work_us {
}

.work_us__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  border-radius: 10px;
  background: #f7f7f7;
}

.work_us__row:not(:last-child) {
  margin-bottom: 20px;
}

.work_us__item {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.work_us__item:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -10px;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: #ddd;
}

.work_us__item_name {
  color: var(--red, #1367fa);
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.work_us__item_text {
  margin-bottom: 16px;
}

.work_us__item_num {
  color: var(--red, #1367fa);
  font-family: "Noto Sans Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .work_us__item_text {
    margin-bottom: 6px;
  }
}

@media (max-width: 930px) {
  .work_us__item_text {
    margin-bottom: 6px;
  }

  .work_us__item {
    padding: 20px;
  }

  .work_us__item_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 650px) {
  .work_us__row:not(:last-child) {
    margin-bottom: 0;
  }

  .work_us__row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .work_us__row {
    border-radius: 0;
  }

  .work_us {
    border-radius: 10px;
    overflow: hidden;
  }

  .work_us__row .work_us__item::before {
    top: auto;
    bottom: -10px;
    left: 10px;
    right: 10px;
    height: 1px;
    width: auto;
    position: absolute;
    content: "";
    background: #ddd;
  }

  .work_us__row:last-child .work_us__item:last-child::before {
    display: none;
  }

  .work_us__item_text {
    margin-bottom: 16px;
  }
}

/* Блог */
.blog_top__tag_items {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 32px;
}

.blog_top__tag {
  color: var(--Gray_12, #7d7d7d);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 8px 24px;
  border-radius: 5px;
  background: var(--gray, #f7f7f7);
  cursor: pointer;
}

.blog_top__tag.active {
  background: var(--red, #1367fa);
  color: var(--white, #fff);
}

.cursor-def > a {
  cursor: default !important;
}