@charset "UTF-8";
@import "./components/popup.css";
@import "./components/article-subscribe.css";
.comments {
  margin-top: 48px;
}

.comments .container {
  max-width: 1054px;
  width: 100%;
  margin: 0 auto;
}

.comments .block_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.close_comments {
  border-radius: 50%;
  border: 1px solid rgba(4, 19, 39, 0.3);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.close_comments.active {
  transform: rotate(180deg);
}

.block_send {
  height: auto;
  padding: 20px 36px;
  border-radius: 8px;
  background: #F3F6FA;
  transition: 0.3s;
  min-height: 196px;
  position: relative;
}

.comment-form textarea {
  font-family: Normalidad Compact;
  border: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.22px;
  overflow: hidden;
  resize: none;
}

.comment-form input.input {
  font-family: Normalidad Compact;
  border: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.22px;
  overflow: hidden;
  padding: 20px 36px;
  border-radius: 8px;
  background: #F3F6FA;
  transition: 0.3s;
  box-sizing: border-box;
  height: 68px;
  border-bottom: none !important;
  box-shadow: none !important;
}

.hidden_comment {
  display: none;
}

/*
.block_send.active{
	min-height: 196px;
	height: auto;
}

.block_send.active textarea{
	height: 196px;
	min-height: 196px;
}*/
.images_attach input {
  display: none;
}

.hidden_comment_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-form-attachment__label {
  border-radius: 8px;
  border: 1px solid rgba(4, 19, 39, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.submit_btn {
  border-radius: 8px;
  background: var(--color-secondary, #E65907);
  border: none;
  padding: 12px 28px;
  color: var(--color-bg, #F3F6FA);
  font-family: Normalidad Compact;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 36px;
}

.commentlist {
  margin-top: 40px;
}

.comment .comment-body {
  display: flex;
  gap: 24px;
}

.comment .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment_info {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(4, 19, 39, 0.1);
  margin-bottom: 32px;
}

.comment_info .name {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}

.comment_info .date {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.18px;
  opacity: 0.5;
  margin-top: 4px;
}

.comment_info .del {
  position: absolute;
  right: 0;
  top: 0;
}

.comment_info .text_block {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: 0.2px;
  margin-top: 25px;
  margin-bottom: 16px;
}

.comment_info .text_block p + p {
  margin-top: 10px;
}

.comment-reply-link, .comment-edit-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.18px;
  color: #041327;
  opacity: 0.5;
}

.comment-edit-link {
  margin-left: 32px;
}

.children {
  margin-left: 84px;
}

.comment + .comment-respond {
  margin-bottom: 32px;
  margin-left: 84px;
  /*тут добавил*/
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(4, 19, 39, 0.1);
}

/*
.comment:has(+ .comment-respond) .comment_info:last-child{
	border:none;
	margin-bottom: 0;
}*/
/*.commentlist > .comment:last-child .comment-body:not(:has(+ .children)) .comment_info:nth-last-of-type(1){
    border:none;
}*/
.commentlist > .comment:last-child .comment:not(:has(+ .comment-respond)) > .comment-body:not(:has(+ .children)) .comment_info:nth-last-of-type(1) {
  border: none;
}

body:not(.light) .comments,
body:not(.light) .comment-reply-link,
body:not(.light) .comment-edit-link {
  color: #fff;
}

body:not(.light) .comment_info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

body:not(.light) .close_comments {
  border: 1px solid rgb(255, 255, 255);
}

body:not(.light) .close_comments svg * {
  stroke: white;
}

body:not(.light) .comment_info .del * {
  stroke: #fff;
}

.soc a + a {
  margin-left: 4px;
}

@media (max-width: 1440px) {
  .commentlist {
    margin-top: 32px;
  }
  .block_send {
    min-height: 162px;
    padding: 20px 24px;
  }
  .comments .container {
    max-width: 846px;
  }
  .comments {
    margin-top: 40px;
  }
  .close_comments {
    width: 60px;
    height: 60px;
  }
  .comments .block_title {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .comment-form textarea {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.17px;
  }
  .comment .avatar img {
    width: 40px;
    height: 40px;
  }
  .comment .comment-body {
    gap: 20px;
  }
  .comment_info .name {
    font-size: 20px;
    line-height: 130%;
  }
  .comment_info .date {
    margin-top: 0;
    opacity: 0.4;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.16px;
  }
  .comment_info .text_block {
    margin-top: 16px;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.17px;
    margin-bottom: 8px;
  }
  .comment_info .text_block p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.17px;
  }
  .comment-form-attachment__label {
    width: 52px;
    height: 52px;
  }
  .comment-reply-link, .comment-edit-link {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.16px;
    opacity: 0.4;
  }
  .children {
    margin-left: 60px;
  }
  .comment + .comment-respond {
    margin-left: 60px;
  }
  .submit_btn {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 28px;
    right: 24px;
  }
  .comment-form input.input {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.17px;
    padding: 20px 24px;
  }
}
@media (max-width: 1024px) {
  .block_send {
    min-height: 160px;
  }
  .commentlist {
    margin-top: 49px;
  }
  .comments .container {
    max-width: 770px;
  }
  .comments .block_title {
    font-size: 20px;
    line-height: 124%; /* 24.8px */
  }
  .close_comments {
    width: 40px;
    height: 40px;
  }
  .comment_info .name {
    font-size: 16px;
    line-height: 114%; /* 18.24px */
  }
  .comment_info .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.14px;
  }
  .comment_info .text_block {
    margin-top: 18px;
  }
  .comment_info .text_block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: 0.16px;
  }
  .comment-reply-link, .comment-edit-link {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
  }
  .comment_info {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .soc svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .comments .container {
    max-width: 95%;
  }
  .commentlist {
    margin-top: 22px;
  }
  .comments {
    margin-top: 32px;
  }
  footer .footer__copy .footer__copy_right {
    order: -1;
    margin-bottom: 32px;
  }
  footer .footer__copy {
    padding-top: 16px;
  }
}
@media (max-width: 576px) {
  .block_send {
    min-height: 120px;
    padding: 20px 16px;
  }
  .comments {
    margin-top: 30px;
  }
  .comments .block_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  /*.block_send{
      height: 51px;
      padding: 12px 15px;
  }*/
  .comment-form textarea {
    font-size: 16px;
  }
  .comment-form-attachment__label {
    width: 39px;
    height: 39px;
  }
  .block_send.active textarea {
    height: 105px;
    min-height: 105px;
  }
  .submit_btn {
    font-size: 16px;
    line-height: 1;
    height: 39px;
    width: 109px;
    padding: 0;
    right: 12px;
    bottom: 12px;
  }
  .commentlist {
    margin-top: 22px;
  }
  .comment-reply-link, .comment-edit-link {
    font-size: 16px;
    line-height: 146%; /* 23.36px */
    letter-spacing: 0.16px;
  }
  .comment_info {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .comment-edit-link {
    margin-left: 14px;
  }
  .children {
    margin-left: 30px;
    position: relative;
  }
  .comment + .comment-respond {
    margin-left: 68px;
  }
  .comment .avatar img {
    width: 48px;
    height: 48px;
  }
  .dco-image-attachment img {
    max-width: 100%;
  }
  .soc svg {
    width: 40px;
    height: 40px;
  }
  .comment-form input.input {
    height: 51px;
    font-size: 16px;
    padding: 20px 16px;
  }
  .children:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M1 0V6.96049C1 11.3788 4.58172 14.9605 9 14.9605H16" stroke="%23041327"/></svg>');
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -30px;
  }
}
figure.wp-block-image {
  width: 99vw !important;
}

body.light .section-readmore:not(.section-readmore--theme-blue) .section-title {
  color: #ffffff !important;
  /* color: #041327 !important;  */
}

.section-title-articles .articles__title {
  max-width: 100% !important;
}

@media (max-width: 1440px) {
  .section-readmore .readmore-button-next, .section-readmore .readmore-button-prev {
    height: 52px !important;
    width: 52px !important;
  }
}
@media (max-width: 834px) {
  figure.wp-block-image {
    width: 100% !important;
  }
  .section-readmore .readmore-button-next, .section-readmore .readmore-button-prev {
    height: 40px !important;
    width: 40px !important;
  }
}
@media (max-width: 540px) {
  .section-readmore .readmore-button-next, .section-readmore .readmore-button-prev {
    height: 32px !important;
    width: 32px !important;
  }
}
@media (max-width: 768px) {
  .section-readmore .readmore-slider .swiper-slide.swiper-slide-visible {
    max-width: 253px;
  }
}
.alm-btn-wrap .alm-load-more-btn.my_load_more {
  text-align: center;
  text-transform: none;
  height: auto;
  transition: 0.3s;
  box-shadow: none;
  background-color: transparent;
  margin-top: 0;
  padding: 0 24px;
  font-family: "Normalidad Compact";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 86px;
  border-radius: 8px;
  letter-spacing: unset;
  margin-right: auto;
  color: #041327;
  border: 1px solid rgba(3, 14, 29, 0.2);
}

.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover {
  color: #E65907 !important;
  border: 1px solid #E65907 !important;
  background-color: transparent !important;
}

.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled {
  background-color: gray !important;
}

.alm-btn-wrap .alm-load-more-btn.my_load_more.loading:before {
  top: 20px;
}

@media (max-width: 1024px) {
  .section-readmore .readmore-slider .swiper-slide.swiper-slide-visible {
    max-width: 253px !important;
  }
}
.guide-container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  background-color: #F5F5F5;
  padding: 40px;
}

.guide-text-container {
  width: 700px;
  margin-right: 30px !important;
}

figure.wp-block-image.size-large.guide-img {
  position: static !important;
  width: 90% !important;
  padding-top: 0px !important;
}

/*header {
	padding-top:0px !important;

	margin: 0 auto;
}

#inlineFrameExample {
	margin-left: 8%;
}

#banner {
	display: block;
	background-image: url("/banner/img/1660.jpg");
	width: 100%;
	height: 250px;
	background-size: cover;
}

.ban-wrap {
	margin-bottom: 32px;
	width: 100%;
}

header .container {
	flex-wrap: wrap;
}

@media (max-width: 1440px) {
	#banner {

	background-image: url("/banner/img/1280.jpg");

	}

	@media (max-width: 1024px) {
	#banner {

	background-image: url("/banner/img/960.jpg");

	}

	@media (max-width: 834px) {
	#banner {

	background-image: url("/banner/img/770.jpg");

	}

	@media (max-width: 450px) {
	#banner {

	background-image: url("/banner/img/343.png");
	background-size: cover;

	}
    */
@media (max-width: 834px) {
  .guide-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
    margin-bottom: 60px;
    background-color: #F5F5F5;
    padding: 40px;
  }
}
.section-title-articles.news_section {
  padding-bottom: 52px !important;
}

.articles__wrapper p {
  margin-top: 52px !important;
  line-height: 35px;
}

@media (max-width: 1440px) {
  .section-title-articles.news_section {
    padding-bottom: 48px !important;
  }
  .articles__wrapper p {
    margin-top: 48px !important;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .section-title-articles.news_section {
    padding-bottom: 44px !important;
  }
  .articles__wrapper p {
    margin-top: 44px !important;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 834px) {
  .section-title-articles.news_section {
    padding-bottom: 44px !important;
  }
  .articles__wrapper p {
    margin-top: 44px !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 834px) {
  .section-title-articles.news_section {
    padding-bottom: 36px !important;
  }
  .articles__wrapper p {
    margin-top: 36px !important;
  }
  .text_news p {
    margin-top: 16px !important;
  }
}
@media (max-width: 450px) {
  .section-title-articles.news_section {
    padding-bottom: 36px !important;
  }
  .articles__wrapper p {
    margin-top: 36px !important;
  }
}
