

/* Start:/local/templates/pastuh/css/stati/new_format_blog.css?174047982620668*/
.new_blog_content a {
  color: #000;
  text-decoration: underline;
}

.stati_block {
  max-width: 1270px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1300px) {
  .stati_block {
    padding: 0px 20px;
  }
}

.rez_opr_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.rez_opr_item:last-child {
  margin-bottom: 0;
}

.rez_opr_item_name {
  color: #202020;
  font-size: 18px;
  width: 100%;
}

.rez_opr_item_pol {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--Light-Gray, #efefef);
  height: 20px;
  margin-top: 8px;
}

.rez_opr_item_poln {
  height: 18px;
  border-radius: 5px;
  background: #43b630;
}

.rez_opr_item_name span {
  color: #202020;
  font-size: 18px;
  padding-left: 20px;
}

.new_block_opros {
  width: 100%;
  border: 1px solid #efefef;
  background: #f6f6f6;
  padding: 30px 40px;
  border-radius: 10px;
}

.new_block_opros.active {
  background: #f6f6f6;
}

.opros_name {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #43b630;
}

.opros_name_rez {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.opros_name_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.opros_name_item:last-child {
  margin-bottom: 0;
}

.opros_name_item_n {
  font-size: 18px;
  color: #202020;
}

.opros_name_item_kn {
  font-size: 18px;
  color: #0061d9;
  font-weight: 700;
  cursor: pointer;
}

.new_block_test {
  width: 100%;
  border: 1px solid #efefef;
  background: #f6f6f6;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.new_block_test_zag {
  font-size: 18px;
  color: #43b630;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
}

.new_block_test_cont {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 26px;
  max-width: 400px;
}

.new_block_test_kn {
  width: 193px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #393c3f;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 15px;
}

.new_block_test_kn:hover {
  opacity: 0.7;
}

.test_list {
  display: flex;
  flex-direction: column;
}

.test_list_item {
  width: 100%;
  flex-direction: column;
}

.test_list_item_name {
  width: 100%;
  color: #101010;
  font-size: 18px;
  font-weight: 700;
}

.test_list_item_voprosy {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.checkbox_hide {
  display: none;
}

.test_voprosy_item_label {
  color: #202020;
  padding-left: 20px;
  font-size: 16px;
  min-height: 16px;
  position: relative;
  cursor: pointer;
}

.test_voprosy_item_label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  z-index: 8;
}

.test_voprosy_item {
  width: 100%;
  margin-bottom: 12px;
}

.test_voprosy_item:last-child {
  margin-bottom: 0;
}

.test_voprosy_item input:checked+label.test_voprosy_item_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #3f4c8e;
  border: solid 2px #fff;
  box-sizing: border-box;
  z-index: 10;
}

.test_button {
  width: 163px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #3f4c8e;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.test_button:hover {
  opacity: 0.7;
}

.vopr_scr {
  display: none;
}

.vopr_scr.active {
  display: block;
}

.test_list_item_name.err {
  color: #ff0000;
}

.new_format_blog {
  width: 100%;
  margin-top: 40px;
  max-width: 1270px;
  margin: auto;
  margin-top: 60px;
}

.new_format_blog img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}

.new_format_blog_cont {
  width: 100%;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

.new_format_blog_left {
  width: calc(100% - 400px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px;
}
.detail-work_content .new_format_blog_left {
  width: 100%;
}

.new_format_blog_left_panel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.new_blog_panel_dates {
  display: flex;
  flex-direction: row;
}

.new_blog_panel_date_item {
  margin-right: 40px;
  font-size: 14px;
  color: #555;
}

.new_blog_panel_date_item:last-child {
  margin-right: 0;
}

.new_blog_panel_right {
  display: flex;
  flex-direction: row;
}

.new_blog_date_read {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

.new_blog_date_read:last-child {
  margin-right: 0;
}

.new_blog_date_read img {
  margin-right: 6px;
}

.new_blog_date_read img.img_time {
  width: 12px;
  height: 12px;
}

.new_blog_date_read span {
  color: #888;
  font-size: 14px;
}

.new_blog_date_read img.img_like {
  width: 14px;
  height: 12px;
}

.new_blog_date_read img.img_see {
  width: 14px;
  height: 10px;
}

.new_format_blog_left_panel2 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.new_blog_avtor {
  display: flex;
  flex-direction: column;
}

.new_blog_avtor_zag {
  font-size: 14px;
  color: #555;
}

.new_blog_avtor_cont {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.new_blog_avtor_cont_img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid 1px #555555;
}

.new_blog_avtor_cont_text {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  width: calc(100% - 50px);
}

.new_blog_avtor_name {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  line-height: 1;
}

.new_blog_avtor_anons {
  font-size: 14px;
  color: #555;
  line-height: 1;
}

.new_blog_avtor_razmer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.new_blog_avtor_razmer_item {
  color: #202020;
  margin-right: 10px;
  cursor: pointer;
}

.razm1 {
  font-size: 14px;
}

.razm2 {
  font-size: 20px;
}

.razm3 {
  font-size: 26px;
}

.bvi-body .new_blog_avtor_razmer_item {
  line-height: 1 !important;
}

.bvi-body[data-bvi-line-height="normal"] :not(.bvi-link) .new_blog_avtor_razmer_item {
  line-height: 1 !important;
}

.new_blog_avtor_razmer_item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bvi-body .new_blog_avtor_razmer_item.razm1 {
  font-size: 14px !important;
}

.bvi-body .new_blog_avtor_razmer_item.razm2 {
  font-size: 18px !important;
}

.bvi-body .new_blog_avtor_razmer_item.razm3 {
  font-size: 24px !important;
}

.new_blog_h1 {
  width: 100%;
  font-size: 36px;
  line-height: 43px;
  color: #202020;
}

.new_blog_content {
  width: 100%;
  margin-top: 28px;
}

.new_blog_content p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

.new_blog_content h1 {
  font-size: 30px;
  color: #202020;
  margin: 20px 0;
  line-height: 1.2;
}

.new_blog_content h2 {
  font-size: 28px;
  color: #202020;
  margin: 20px 0;
  line-height: 1.2;
}

.new_blog_content h3 {
  font-size: 24px;
  color: #202020;
  margin: 20px 0;
  line-height: 1.2;
  color: #43b630;
}

.new_blog_content h4 {
  font-size: 18px;
  color: #202020;
  margin-bottom: 20px;
  line-height: 1.2;
}

.new_blog_content h5 {
  font-size: 18px;
  color: #202020;
  margin-bottom: 20px;
  line-height: 1.2;
}

.new_blog_content h6 {
  font-size: 18px;
  color: #202020;
  margin-bottom: 20px;
  line-height: 1.2;
}

.new_blog_content ol,
.new_blog_content ul {
  margin: 20px 0;
}

.new_blog_content img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
  object-fit: contain;
}

.new_block_inter {
  width: 100%;
  padding: 32px;
  background: #f6f6f6;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.new_block_inter_zag {
  width: 100%;
  font-size: 24px;
  color: #202020;
  font-weight: 600;
}

.new_block_inter_list {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.new_block_inter_item {
  width: 100%;
  max-width: 486px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}

.new_block_inter_item:last-child {
  margin-bottom: 0;
}

.new_block_inter_item_img {
  width: 160px;
  height: 160px;
  border-radius: 4px;
}

.new_block_inter_item_right {
  width: 290px;
}

.new_block_inter_item_right_name {
  width: 100%;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
}

.new_block_inter_item_right_anons {
  width: 100%;
  margin-top: 5px;
  color: #9693a6;
  font-size: 12px;
}

.new_format_blog_right {
  width: 350px;
}

.new_format_blog_right_st {
  width: 100%;
  position: sticky;
  top: 125px;
}

.new_format_blog_right_st_zag {
  width: 100%;
  font-size: 24px;
  color: #202020;
  font-weight: 600;
}

.new_format_blog_right_st_cont {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.stati_inter_item {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.stati_inter_item_img {
  border-radius: 4px;
  width: 100%;
  height: 170px;
  display: block;
}

.stati_inter_item_zag {
  width: 100%;
  font-size: 16px;
  color: #43b630;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: unset;
  display: block;
}

.stati_inter_item_anons {
  width: 100%;
  margin-top: 4px;
  font-size: 12px;
  color: #9693a6;
  line-height: 15px;
}

.new_block_snoska {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;
}

.new_block_snoska:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 13px;
  width: 33px;
  height: 33px;
  background: url(/bitrix/templates/vetna-2020/images/stati/notes.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}

.new_block_vydel {
  width: 100%;
  box-sizing: border-box;
  background: #43b630;
  border-radius: 0px 10px 10px 0px;
  border-left: 4px solid #43b630;
  padding: 20px;
  color: #fff;
}

.new_block_expert {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;
}

.new_block_expert:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 13px;
  width: 30px;
  height: 23px;
  background: url(/bitrix/templates/medika/img/blog_new/expert.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}

.new_block_expert_text {
  width: 100%;
  font-size: 18px;
  line-height: 160%;
  color: #555;
  letter-spacing: 0.36px;
}

.new_block_expert .new_blog_avtor_cont {
  margin-top: 15px;
}

.new_blog_content_soder_ob {
  width: 100%;
  margin-top: 48px;
}

.new_blog_soder {
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  background: #fff;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new_blog_soder_zag {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #43b630;
  letter-spacing: 0.36px;
}

.new_blog_soder_cont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.new_blog_soder_cont li {
  list-style-type: none;
}

.new_blog_soder_cont a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative;
  font-size: 20px;
  padding-left: 30px;
  line-height: 24px;
  color: #202020;
  letter-spacing: 0.36px;
  text-underline-offset: 2px;
  display: block;
  margin-bottom: 20px;
  text-decoration: unset;
  transition: all 0.5s ease;
}

.new_blog_soder_cont a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.new_blog_soder_cont a:hover {
  text-decoration: none;
  color: #43b630;
}

.new_blog_soder_cont a:hover:before {
  background: #43b630;
}

.new_blog_soder_cont svg {
  width: 35px;
  opacity: 0;
  transition: all 0.5s ease;
}

.new_blog_soder_cont svg path {
  fill: #43b630;
}

.new_blog_soder_cont a:hover svg {
  opacity: 1;
}

.new_blog_content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new_blog_content li {
  font-size: 18px;
  margin: 0;
  line-height: normal;
  color: #43b630;
}

.new_blog_content ul li {
  list-style: disc;
}

.new_block_banner {
  padding: 30px;
  background: #f6f6f6;
  border-radius: 10px;
}

.new_block_banner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #202020;
  margin: 10px 0px;
}

.new_block_banner .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
  color: #555555;
  margin-bottom: 20px;
}

.new_block_banner .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #43b630;
  border: 1px solid #43b630;
  border-radius: 10px;
  box-sizing: border-box;
  width: fit-content;
  padding: 10px 50px;
  text-decoration: unset;
}

.new_blog_video {
  border-radius: 10px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

.new_blog_video iframe {
  width: 100%;
  height: 100%;
}

.new_blog_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.new_blog_form {
  background: #f6f6f6;
  padding: 40px 30px;
  border-radius: 10px;
}

.stati-form-inputs {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.stati-form-textarea {
  margin-top: 10px;
}

.new_blog_comment_form {
  margin-top: 40px;
}

.new_blog_comment_form .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 20px;
}

.stati-form-textarea textarea {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  resize: none;
  padding: 20px;
}

.stati-form-textarea .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #202020;
  margin-top: 0px;
  margin-bottom: 5px;
}

.new_blog_comments {
  margin-top: 20px;
}

.new_blog_comments .comment {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-bottom: 20px;
}

.new_blog_comments .comment .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_blog_comments .comment .top .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #202020;
}

.new_blog_comments .comment .top .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.new_blog_comments .comment .text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
}

.stati-btn {
  background-color: #43b630;
  border-radius: 10px;
  border: #43b630;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 193px;
  width: 100%;
  margin-top: 10px;
  color: white;
  transition: 0.4s;
}

.stati-form-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #202020;
  width: 35%;
}

.stati-form-input input {
  border-radius: 5px;
  max-width: 368px;
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}

.stati-form-text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #202020;
  margin-bottom: 10px;
}

.statis-form-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
  color: #555555;
}

.modalR-content-body-checkbox {
  margin: 20px 0px;
}

.new_blog_tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0px;
  flex-wrap: wrap;
}

.new_blog_tags .tag {
  padding: 4px 12px;
  background: #f6f6f6;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #43b630;
  transition: 0.3s;
}

.new_blog_tags .tag:hover {
  color: #43b630;
}

.stati-social-links {
  display: flex;
  gap: 5px;
  align-items: center;
}

.stati-social-links p {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 19px;
  color: #202020;
}

.stati-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: unset !important;
}

.new_blog_smile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.new_blog_smile .smile .svg {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.new_blog_smile .smile .svg img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.new_blog_smile .smile .count {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #0061d9;
}

.new_blog_smile .smile.active {
  background: #c2deff;
}

.new_blog_smile .smile {
  cursor: pointer;
  width: 150px;
  height: 60px;
  box-sizing: border-box;
  padding: 14px 10px;
  align-items: center;
  display: flex;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}

.new_blog_source {
  margin-top: 40px;
}

.new_blog_source .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.new_blog_source .source_block {
  margin-top: 20px;
}

.new_blog_source .source_block .source {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.36px;
  color: #555555;
  margin-bottom: 5px;
}

.contact-us__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
}

.contact-us__title {
  font-size: 28px;
  font-weight: 700;
  color: #202020;
}

.contact-us {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.contact-us__item {
  display: flex;
  gap: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  padding: 10px 20px;
}

.contact-us__item .contact-us__pic {
  width: 50px;
  height: 50px;
}

.contact-us__item div {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.contact-us__item div span {
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #898989;
}

.contact-us__button {
  color: #fff;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  border-radius: 10px;
  background: #43b630;
  border: none;
  padding: 16px 32px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us__button:hover {
  background: #0879e3;
}

@media (max-width: 1020px) {
  .stati-form-input {
    width: 50%;
  }
}

@media (max-width: 840px) {
  .new_format_blog_cont {
    flex-direction: column;
  }

  .new_blog_video {
    height: 350px;
  }

  .new_format_blog_left {
    width: 100%;
  }

  .new_format_blog_right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .stati-form-text p {
    font-size: 20px !important;
  }

  .stati-form-text span {
    font-size: 18px !important;
  }

  .stati-form-inputs {
    display: block;
  }

  .stati-form-input {
    width: 100%;
    margin-bottom: 10px;
  }

  .new_block_inter_item {
    flex-direction: column;
  }

  .new_block_inter {
    padding: 10px;
  }

  .new_block_inter_zag {
    font-size: 18px;
  }

  .new_block_inter_item_right {
    margin-top: 10px;
  }

  .new_format_blog img {
    height: auto;
  }

  .new_format_blog_left_panel {
    flex-direction: column;
  }

  .new_blog_panel_right {
    margin-top: 20px;
  }

  .new_blog_h1 {
    font-size: 24px;
    line-height: 1;
  }

  .new_blog_content p {
    font-size: 14px;
  }

  .new_blog_soder_zag {
    font-size: 18px;
  }

  .new_blog_soder_cont {
    padding-left: 10px;
    margin-top: 20px;
  }

  .new_blog_soder_cont a {
    font-size: 14px;
  }

  .new_blog_soder {
    padding: 10px 20px;
  }

  .new_blog_content li {
    font-size: 14px;
  }

  .new_block_banner {
    padding: 15px;
  }

  .new_block_banner .title {
    font-size: 20px;
  }

  .new_blog_video {
    height: 300px;
  }
}
/* End */


/* Start:/local/templates/pastuh/css/stati/new_stati.css?173987737022326*/

.info_stati_block{
    width: 100%;
    padding: 30px 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.stati_select_block{
    width: 500px;
    border: 1px solid #43B630;
    box-sizing: border-box;
    border-radius:5px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
}
.ssb_half{
    width: 50%;
    padding: 8px 0px;
}
.ssb_icon_text{
    display: flex;
    margin: auto;
}
.half_active{
    background: #43B630;
}
.half_active div{
    color: #fff;
}
.ssb_half .stati{
    margin: auto;
    position: relative;
    padding-left: 27px;
    width: 80px;
    height: 100%;
    line-height: 1.2;
}
.ssb_half .stati:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("/bitrix/templates/medika/img/stati/ico1.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.ssb_half .video{
    margin: auto;
    position: relative;
    padding-left: 27px;
    width: 80px;
    height: 100%;
    line-height: 1.2;
}
.ssb_half .video:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("/bitrix/templates/medika/img/stati/ico2.png");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.stati_select_date{

    width: 370px;
    border: 1px solid #43B630;
    box-sizing: border-box;
    border-radius:5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: auto;
}
.stati_select_date .select{
    font-weight: 400;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
    margin: auto 0;
    position: relative;
    width: 100%;
}
.stati_select_date .select:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/bitrix/templates/medika/img/stati/sel_arr.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.stati_block{
    width: 100%;
}
.stati_item{
    display: flex;
    width: calc(100% - 60px);
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.stati_item:first-child{
    border-top: 1px solid #E6E6E6;
}
.stati_img{
    width: 240px;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
}
.stati_img img{
    width: 100%;
    height: 100%;

}
.stati_item_info{
    padding-left: 60px;
    width: calc(100% - 300px);
}
.stati_name{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}
.stati_name a {
    color: inherit;
}
.stati_category{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    color: #33B97A;
}
.stati_anons{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #797979;
    overflow: hidden;
    height: 66px;

}
.stati_item_btn_block{
    display: flex;
    margin-top: 33px;
}
.about_btn{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: #43B630;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 22px;
    width: 160px;
    color: #fff;
    transition: .3s;
    margin-right: 30px;
}
.like_btns{
    display: flex;
}
.like_btn{
    width :66px;
    height: 60px;
    background: #43B630;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.like_counter{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    color: #797979;
    margin:auto 0;
    padding-left: 10px;
}
.sib_left{
    display: flex;
    margin-right: 0px;
}
.sib_right{
    display: flex;
    margin-right: 0px;
    margin-left: auto;
}
.stati_times{
    display: flex;
    margin-right: 50px;
}
.stati_times img{
    width: 25px;
    height: 25px;
    display: flex;
    margin: auto;

}
.time{
    padding-left: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    display: flex;
    margin: auto;
}
.stati_dates{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #797979;
    display: flex;
    margin: auto 0;
}
.filtr_block{
    display: flex;
    margin: auto;
    height: 40px;
}
.filtr_name{
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-right: 10px;
}
.filtr_slide{
    width: 300px;
}
/*ползунок*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 50%;
    border: 1px solid #43B630;
    background: #fff;
}
.ui-widget.ui-widget-content {
    border: 1px solid #E6E6E6;
    border-radius: 11px;
    height: 10px;
    margin: auto;
    background: #FFFFFF;
}
.ui-slider-horizontal .ui-slider-handle{
    height: 20px;
    top: -0.3em;
    width: 20px;
}
.ui-widget-header{
    background: #43B630;
    border-radius: 11px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #43B630;
    background: #fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-slider-handle:focus-visible{
    outline: none;
    border: 1px solid #43B630;
}
.slider-scale {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    /* height: 33px; */
    position: absolute;
    top: -5px;
}
.slider-scale-tick {
    position: relative;
}
.slider-scale-tick:before {
    content: "";
    border-left: 1px solid #E6E6E6;
    display: block;
    position: absolute;
    /* top: 0; */
    height: 5px;
    background: #43B630;
    border-radius: 3px;
}
.slider-scale-big:before {
    height: 20px;
}
.slider-scale-tick:after {
    top: 29px;
    counter-increment: section;
    content: attr(data-label);
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #797979;
}
.filtr{
    transform: translateY(15px);
    height: 48px;
    margin-left: 10px;
    position: relative;
}

.date_create{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    display: flex;
    margin: auto 45px;

}
.date_edit{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    display: flex;
    margin: auto 0;
}
.date_create span, .date_edit span{
    color: #33B97A;
    margin-left: 10px;
}
.date_read_block{
    display: flex;
    margin: auto 0;
    margin-left: auto;
    margin-right: 0px;
}
.date_read{
    display: flex;
    font-weight: 400;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #797979;
    margin-right: 40px;
}
.date_read img{
    display: flex;
    margin: auto;
    margin-right: 12px;
    width: 30px;
    height: 30px;
}
.date_read span{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
    color: #43B630;
}
.date_read_btn{
    background: #43B630;
    border-radius: 5px;
    width: 180px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: auto;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.date_read_btn a{
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date_read_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
}
.date_read_btn a:hover{
    color: #fff;
}
.about_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.like_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
}
.stati_select_nav{

    width: 370px;
    border: 1px solid #43B630;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: 0;
    cursor: pointer;
    background: #fff;
    z-index: 100;
}
.stati_select_nav .select {
    font-weight: 400;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
    margin: auto 0;
    position: relative;
    width: 100%;

}
.stati_select_nav .select::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/bitrix/templates/medika/img/stati/sel_arr.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.ssn_secret{
    display: none;
    top: 136px;
    left: 240px;
}
.select_body{
    display: none;
}
.select_body2{
    display: none;
    position: absolute;
    left: 0px;
    top: 45px;
    right: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(181, 121, 195);
    box-sizing: border-box;
    border-radius: 5px;
}
.select_body2 .select2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    transition: .3s;
    cursor: pointer;
}
.select_body .select2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    cursor: pointer;
    transition: .3s;
}
.select_body .select2:hover{
color: #43B630;
}
.stati_detail{
    margin-top: 80px;
    margin-bottom: 80px;
}
.author_stati{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    width: 500px;
    margin-left: 20px;

}
.flex-object{
    margin-bottom: 120px;
}
.author_stati span{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 5px;
}
.stati_detail p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;

    letter-spacing: 0.02em;
}
.stati_detail b{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.stati_detail ul li{
    list-style: disc;
    margin-left: 20px;
}
.stati_back_btn{
    height: 50px;
    width: 250px;
    background: #43B630;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.stati_back_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.stati_more_btn{
    background: #43B630;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    margin-top: 40px;
}
.load_more{
    width: 100%;
}
.fos_rass_block{
    width: 1100px;
    display: flex;
    margin: auto;
    margin-top: 100px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
}
.frb_detail{
    padding: 0px 67px;
    width: 100%;
}
.frb_title{
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.5);
}
.frb_input_block{
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}
.frb_inp_block{
    width: calc((100% - 50px) / 2);
    position: relative;
}
.frb_input{
    width: 100%;
    height: 50px;
    background: #E8E8E8;
    border-radius: 5px;
    border: unset;
    padding-left: 62px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #949595;

}
.frb1:before{
    content: '';
    position: absolute;
    background-image: url("/bitrix/templates/medika/img/stati/user.svg");
    background-repeat: no-repeat;
    width: 20px;

    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 13px;
    height: 30px;
    background-position-y: center;
   border-right: 1px solid #949595;
}
.frb2:before{
    content: '';
    position: absolute;
    background-image: url("/bitrix/templates/medika/img/stati/mail.svg");
    background-repeat: no-repeat;
    width: 20px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 13px;
    height: 30px;
    background-position-y: center;
    border-right: 1px solid #949595;
}
.frb_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 18px 0px;
    background: #43B630;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    width: 250px;
    cursor: pointer;
    transition: .3s ease;
}
.frb_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.frb_sogl{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #797979;
    margin-top: 30px;
    margin-bottom: 60px;
}
.frb_sogl a{
    color: #797979;
    text-decoration: underline;
}
.usb_big_title{
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 45px;
}
.uslugi_slider_block{
    position: relative;
}
.uslugi_slider_block .slick-list{
    overflow: hidden;
    padding: 0px 35px;
}
.uslugi_slider_block .slick-list .slick-track{
    display: flex;
}
.uslugi_slider_block .slick-list .slick-track .slick-slide{
    margin: auto;
   width: 370px;
}
.uslugi_slider_block .slick-arrow{
    width: 50px;
    height: 50px;
    background: #43B630;
    border-radius: 5px;
    border: unset;
    font-size: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}
.uslugi_slider_block  .slick-arrow:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);

}
.uslugi_slider_block .slick-prev{
    background-image: url("/bitrix/templates/medika/img/stati/arr_left.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.uslugi_slider_block .slick-next{
    background-image: url("/bitrix/templates/medika/img/stati/arr_right.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}
.usb_item img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.usb_item{

}
.usb_title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}
.usb_btn1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    color: #fff;
    background: #43B630;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
}
.usb_btn1:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.usb_btn2{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #43B630;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    margin-top: 10px;
    margin-bottom: 10px;

    border: 1px solid #43B630;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s;
}
.usb_btn2:hover{
    background: #43B630;
    color: #fff;
}

#agreeFOSstati2_span a{
    color: #000000 !important;
}
.uslugi_slider_block .slick-dots {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: center;
    padding-left: 0px;
}
.uslugi_slider_block .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}
.uslugi_slider_block .slick-dots button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px;
    border: 0;
    transition: all .3s;
    background: #DAC8DF;
    outline: none;
}
.uslugi_slider_block .slick-dots li.slick-active {
    width: 20px;
}
.uslugi_slider_block .slick-dots li.slick-active button {
    width: 20px;
    margin: 0px 0px;
    border-radius: 25%;
    background: #844693;
}
.stocks_stati{
    height: auto !important;
    
}
.stati-aktsii-pagination{
    width: fit-content !important;
    margin: auto;
}
.new_blog_smile{
    padding-bottom: 40px;
}
@media (max-width: 1413px) {
    .ssd_block{
        margin-top: 20px;
    }
    .stati_select_date{
        margin-left: 0px;

    }
    .filtr_block{
        margin-left: 30px;
    }
}

@media (max-width: 1320px) {
    .date_read_block{
        display: block;
    }
    .date_read_btn{
        margin-top: 20px;
    }
}
@media (max-width: 1200px) {
    .stati_select_block{
        width: 400px;
    }
    .uslugi_slider_block .slick-list {
        overflow: hidden;
        padding: unset;
    }
}
@media (max-width: 1140px) {
    .date_read_block{
        margin-left: 0px;
        margin-top: 25px;
    }
    .fos_rass_block{
        width: 900px;
    }
    .date_read_btn{
        margin-left: 0px;
    }
}
@media (max-width: 992px) {
    .stati_item_btn_block{
        display: block;
    }
    .fos_rass_block{
        width: 746px;
    }
    .frb_detail{
        padding: 0px 30px;
    }
    .sib_right{
        margin-top: 17px;
    }
    .stati_img{
        height: 285px;
    }
    .info_stati_block{
        display: block;
    }
    .stati_select_block, .filtr_block,.stati_select_date{
        width: 100%;
        margin-left: 0px;
    }
    .filtr_block{
        margin-top: 20px;
        display: block;
    }
    .filtr_slide{
        width: 100%;
    }
    .stati_select_date{
        margin-top: 60px;
    }
    .ssb_half .video:before{
        transform: translateY(-60%);
    }
    .ssb_half .stati:before{
        transform: translateY(-60%);
    }
    .date_read img{
        margin-left: 0px;
    }
    .date_create{
        margin-left: 0px;
        margin-top: 20px;
    }
    .date_edit{
        margin-top: 10px;
    }
}
@media (max-width: 800px) {
    .stati-social-links{
        display: block !important;
    }
    .stati-social-links a{
        justify-content: start !important;
        margin-top: 10px;
    }
    #vk_like{
        margin-top: 10px;
        margin-left: 0px;
    }
    .author_stati{
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .fos_rass_block{
        width: 100%;
    }
    .frb_input_block{
        display: block;
    }
    .frb_inp_block{
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-object{
        display: block !important;
    }
}
@media (max-width: 670px) {
    .stati_item{
        display: block;
    }
    .stati_img {
        width: 50%;
        height: 50%;
        border-radius: 5px;
        margin: auto;
    }
    .stati_item_info{
        padding: 0;
        width: unset;
        margin-top: 30px;
    }
    .author_stati{
        transform: translateY(-40px);
    }
    .stati_back_btn{
        transform: translateY(-30px);
    }
}

@media (max-width: 475px) {
    .new_blog_smile{
        flex-wrap: wrap;
    }
    .new_blog_soder_zag{
        display: block !important;
    }
    .stati_img{
        width: 100%;
        height: 100%;
    }
    .usb_big_title{
        font-size: 32px;
    }
    .stati_back_btn{
        width: 100%;
    }
    .sib_left{
        display:flex;
        flex-wrap: wrap;
    }
    .about_btn{
        width: calc(100% - 44px);
        order: 2;
        display: flex;
        margin-right: 0px;
        margin-top: 20px;
    }
    .like_btns{
        order: 1;
        display: flex;
    }
    .info_stati_block{
        padding: 30px 25px;
    }
    .frb_btn{
        width: 100%;
        padding: 0px;
        height: 50px;
    }

}
@media (max-width: 425px) {
    .frb_title{
        font-size: 32px;
    }
    .info_stati_block{
        padding: 30px 10px;
    }
    .stati_select_nav{
        width: 100%;
    }
}
@media (max-width: 375px){
    .date_read{
        font-size: 14px;
    }
    .usb_title{
        font-size: 20px;
    }
    .date_read img{
        margin-right: 8px;
    }
    .date_read span{
        font-size: 14px;
    }
    .date_edit, .date_create{
        font-size: 14px;
    }
    .info_stati_block{
        padding: 15px 10px;
    }
    .frb_input{
        font-size: 13px;
    }
    .stati_anons{
        font-size: 16px;
    }
    .stati_category{
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/news/stati-new/bitrix/news.detail/stati_new/style.min.css?1698065160134*/
div.news-detail{word-wrap:break-word}div.news-detail img.detail_picture{float:left;margin:0 8px 6px 1px}.news-date-time{color:#486DAA}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/news.list/stati_inter/style.min.css?1705912620129*/
div.news-list{word-wrap:break-word}div.news-list img.preview_picture{float:left;margin:0 4px 6px 0}.news-date-time{color:#486DAA}
/* End */
/* /local/templates/pastuh/css/stati/new_format_blog.css?174047982620668 */
/* /local/templates/pastuh/css/stati/new_stati.css?173987737022326 */
/* /local/templates/pastuh/components/bitrix/news/stati-new/bitrix/news.detail/stati_new/style.min.css?1698065160134 */
/* /local/templates/pastuh/components/bitrix/news.list/stati_inter/style.min.css?1705912620129 */
