@charset "UTF-8";
.main .new__content .breadcrumbs__container {
  display: flex;
  margin-bottom: 40px;
  color: #121212;
}
.main .new__content .breadcrumbs__container .breadcrumbs .link {
  color: #121212;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .new__content .breadcrumbs__container .breadcrumbs .link-on {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #018653;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .new__content .breadcrumbs__container .breadcrumbs .link:hover,
.main .new__content .breadcrumbs__container .breadcrumbs .link-on:hover {
  color: #6AF8B0;
}
.main .new__content .breadcrumbs__container .breadcrumbs .sep {
  margin: 0 4px;
}
.main .new__content .new__container .title-2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  color: #121212;
}
.main .new__content .new__container .txt {
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  padding-bottom: 20px;
}
.main .new__content .new__container .content__img {
  display: flex;
  margin: 20px 0 40px;
}
.main .new__content .new__container .content__img .new__img {
  flex: 0 1 50%;
  max-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.main .new__content .new__container .content__img .new__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .new__content .new__container .content__img .new__img:not(:last-child) {
  margin-right: 20px;
}

/* Новая структура для single post */
.main .new__content .new__container .date__new {
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  margin-bottom: 24px;
  display: block;
}
.main .new__content .new__container .new__content-area {
  overflow: auto;
}
.main .new__content .new__container .new__content-area .title__new {
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
  margin-bottom: 30px;
}
.main .new__content .new__container .new__content-area .new__img-float {
  float: right;
  width: 50%;
  max-width: 600px;
  max-height: 430px;
  margin: 0 0 20px 30px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  overflow: hidden;
}
.main .new__content .new__container .new__content-area .new__img-float img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .new__content .new__container .new__text {
  font-weight: 400;
  line-height: 150%;
  color: #121212;
}
.main .new__content .new__container .new__text p,
.main .new__content .new__container .new__text .wp-block-paragraph {
  margin-bottom: 20px !important;
  font-size: 16px !important;
  line-height: 150% !important;
  display: block !important;
}
.main .new__content .new__container .new__text h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  color: #121212 !important;
  margin: 40px 0 20px 0 !important;
}
.main .new__content .new__container .new__text h3 {
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  color: #121212 !important;
  margin: 30px 0 16px 0 !important;
}
.main .new__content .new__container .new__text h4 {
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  color: #121212 !important;
  margin: 24px 0 12px 0 !important;
}
.main .new__content .new__container .new__text h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  color: #121212 !important;
  margin: 20px 0 10px 0 !important;
}
.main .new__content .new__container .new__text h6 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  color: #121212 !important;
  margin: 16px 0 8px 0 !important;
}
.main .new__content .new__container .new__text ul,
.main .new__content .new__container .new__text ol,
.main .new__content .new__container .new__text .wp-block-list {
  margin: 0 0 20px 0 !important;
  padding-left: 30px !important;
  list-style-position: outside !important;
}
.main .new__content .new__container .new__text ul,
.main .new__content .new__container .new__text .wp-block-list:not(.is-style-checkmark-list) {
  list-style-type: disc !important;
}
.main .new__content .new__container .new__text ol {
  list-style-type: decimal !important;
}
.main .new__content .new__container .new__text ul li,
.main .new__content .new__container .new__text ol li,
.main .new__content .new__container .new__text .wp-block-list li {
  list-style: inherit !important;
  display: list-item !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #121212 !important;
}
.main .new__content .new__container .new__text ul ul,
.main .new__content .new__container .new__text ol ol,
.main .new__content .new__container .new__text ul ol,
.main .new__content .new__container .new__text ol ul {
  margin: 8px 0;
}

/* Дополнительные селекторы для WordPress контента */
section.new__content .new__text ul {
  list-style-type: disc !important;
  padding-left: 30px !important;
  margin-bottom: 20px !important;
}
section.new__content .new__text ol {
  list-style-type: decimal !important;
  padding-left: 30px !important;
  margin-bottom: 20px !important;
}
section.new__content .new__text ul li,
section.new__content .new__text ol li {
  display: list-item !important;
  list-style: inherit !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #121212 !important;
}
.main .new__content .new__container .new__text strong {
  font-weight: 700 !important;
}
.main .new__content .new__container .new__text em {
  font-style: italic !important;
}
.main .new__content .new__container .new__text blockquote {
  border-left: 4px solid #6AF8B0 !important;
  padding: 16px 20px !important;
  margin: 20px 0 !important;
  background-color: #F3F3F3 !important;
  font-style: italic !important;
  color: #424245 !important;
}
.main .new__content .new__container .new__text a {
  color: #30bc75 !important;
  text-decoration: underline !important;
  transition: all 0.3s ease-out 0s;
}
.main .new__content .new__container .new__text a:hover {
  color: #6AF8B0 !important;
}
.main .new__content .new__container .new__text img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}
.main .new__content .new__container .new__text code {
  background-color: #F3F3F3;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
}
.main .new__content .new__container .new__text pre {
  background-color: #F3F3F3;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}
.main .new__content .new__container .new__text pre code {
  background: none;
  padding: 0;
}
.main .section__other .other__content .title__content {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .section__other .other__content .title__content .title {
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
}
.main .section__other .other__content .new__box-list {
  display: flex;
}
.main .section__other .other__content .new__box-list .new__box {
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 25px 0px rgba(187, 187, 187, 0.15);
}
.main .section__other .other__content .new__box-list .new__box .new__box-link {
  padding-bottom: 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content {
  margin-bottom: 12px;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
  overflow: hidden;
  display: inline-block;
  max-width: 400px;
  max-height: 240px;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-title {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding: 0 12px 12px 12px;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  padding: 0 12px;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__link {
  text-decoration: underline;
  color: #30bc75;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  padding: 0 12px;
}
.main .section__other .other__content .new__box-list .new__box .new__box-link .new__link:hover {
  color: #121212;
}
.main .section__other .other__content .new__box-list .new__box:hover {
  box-shadow: 0px 0px 25.3px 2px rgba(115, 115, 115, 0.25);
}
.main .section__other .other__content .new__box-list .new__box:hover .new__box-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.main .section__other .other__content .new__box:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1400px) {
  .section__other .other__content .new__box-list .new__box:last-child {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .main .new__content .breadcrumbs__container {
    margin-bottom: 20px;
  }
  .main .new__content .breadcrumbs__container .breadcrumbs .link,
  .main .new__content .breadcrumbs__container .breadcrumbs .link-on,
  .main .new__content .breadcrumbs__container .breadcrumbs .sep {
    font-size: 14px;
  }
  .main .new__content .new__container .date__new {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .main .new__content .new__container .new__content-area .title__new {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main .new__content .new__container .new__content-area .new__img-float {
    float: none;
    width: 100%;
    max-width: 100%;
    max-height: 226px;
    margin: 0 0 12px 0;
  }
  .main .new__content .new__container .new__text {
    font-size: 14px;
  }
  .main .new__content .new__container .new__text p {
    font-size: 14px !important;
    margin-bottom: 12px !important;
    display: block !important;
  }
  .main .new__content .new__container .new__text h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 30px 0 16px 0 !important;
  }
  .main .new__content .new__container .new__text h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 24px 0 12px 0 !important;
  }
  .main .new__content .new__container .new__text h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 20px 0 10px 0 !important;
  }
  .main .new__content .new__container .new__text h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 8px 0 !important;
  }
  .main .new__content .new__container .new__text h6 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 12px 0 6px 0 !important;
  }
  .main .new__content .new__container .new__text ul,
  .main .new__content .new__container .new__text ol,
  .main .new__content .new__container .new__text .wp-block-list {
    margin: 0 0 12px 0 !important;
    padding-left: 20px !important;
  }
  .main .new__content .new__container .new__text ul li,
  .main .new__content .new__container .new__text ol li,
  .main .new__content .new__container .new__text .wp-block-list li {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }
  .main .new__content .new__container .new__text blockquote {
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
  }
  .main .new__content .new__container .new__text img {
    margin: 16px 0;
  }
  .main .new__content .new__container .title-2 {
    font-size: 16px;
  }
  .main .new__content .new__container .txt {
    font-size: 14px;
    padding-bottom: 0;
  }
  .main .new__content .new__container .txt:not(:last-child) {
    padding-bottom: 12px;
  }
  .main .new__content .new__container .content__img {
    display: flex;
    flex-direction: column;
    margin: 12px 0 12px;
  }
  .main .new__content .new__container .content__img .new__img:not(:last-child) {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .main .section__other .other__content .title__content {
    margin: 0 5px 20px 0;
  }
  .main .section__other .other__content .title__content .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main .section__other .other__content .title__content .button__white {
    padding: 10px 30px;
  }
  .main .section__other .other__content .new__box-list {
    display: flex;
    flex-wrap: wrap;
  }
  .main .section__other .other__content .new__box-list .new__box {
    max-width: none;
    width: 100%;
  }
  .main .section__other .other__content .new__box-list .new__box .new__box-link {
    flex-direction: column;
  }
  .main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
    max-width: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-title {
    font-size: 16px;
  }
  .main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-txt {
    font-size: 14px;
  }
  .main .section__other .other__content .new__box-list .new__box:nth-child(3) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .main .section__other .other__content .new__box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}