:root {
  /* colors */
  --white-color: #fff !important;
  --blue-color: #e53b78; /* Mapped to DIVOLOVA GYM accent-color */
  --gray-color: #fff1f3; /* Mapped to DIVOLOVA GYM secondary-color */
  --dark-blue-color: #000; /* Mapped to DIVOLOVA GYM text-color */
  --dark-blue-color-easy: rgba(0, 0, 0, 0.75);
  --gradient: linear-gradient(
    180deg,
    #facad3 0,
    var(--blue-color) 40%,
    var(--blue-color) 60%,
    #facad3 100%
  );
  --gradient-webkit: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#facad3),
    color-stop(40%, var(--blue-color)),
    color-stop(60%, var(--blue-color)),
    to(#facad3)
  );
  --purple-color: #fac9d2; /* Mapped to DIVOLOVA GYM main-color */
  /* border-radius */
  --rounded-smallest: 5px;
  --rounded-small: 6px;
  --rounded-small-2: 8px;
  --rounded-small-3: 10px;
  --rounded-md: 12px;
  --rounded-large: 20px;
  --rounded-xl: 30px;
  --rounded-2xl: 50px;
  --rounded-half: 50%;
  /* border */
  --border-sm: 1px;
  --border-mg: 2px;
  --border-lg: 3px;
  /* margin and padding */
  --blog-card-padding-top: 50px;
  --padding-bottom: 50px;
  --smallest-margin-bottom: 10px;
  --small-margin-bottom: 15px;
  --md-margin-bottom: 20px;
  --prelg-margin-bottom: 25px;
  --lg-margin-bottom: 30px;
  --xl-margin-bottom: 35px;
  --xl-margin-bottom-2: 40px;
  --xl-margin-bottom-3: 40px;
  --xx-margin-bottom: 70px;
  --xx-margin-bottom-2: 75px;
  --big-margin-bottom: 100px;
  --smallest-margin-top: 15px;
  --sm-margin-top: 20px;
  --sm-margin-top-2: 25px;
  --md-margin-top: 30px;
  --lg-margin-top: 40px;
  --xl-margin-top: 50px;
  --xl-margin-top-2: 55px;
  --xl-margin-top-3: 75px;
  --big-margin-tom: 110px;
  --biggest-margin-top: 170px;
  --margin-auto: 0px auto;
  --margin-auto-2: 20px auto;
  --margin-auto-3: 50px auto;
  --margin-y: 20px 0;
  --blue-card-margin: 140px auto 70px;
  --breadcrams-margin: -20px 0 20px 0;
  --search-margin: 20px auto 40px auto;
  /* -------------- */
  --red-outline-padding: 8px 55px;
  --white-link-padding: 12px 38.275px;
  --search-output-padding: 10px;
  --blue-card-padding: 72px 20px;
  --default-padding: 0 20px;
  --comments-paffing: 12px 20px 11px;
}


h1,
h2,
h3,
h4 {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.post-page__content .post-views-count {
	display: none;
}

.post-views-label,.post-views-icon {
	display: none !important;
}

.breadcrams-elipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.table-of-contents {
  width: 100%;
  padding: 20px;
/* margin-top: var(--lg-margin-top); */
  background-color: var(--gray-color);
}

.table-of-contents a {
  color: var(--dark-blue-color) !important;
}

.space-for-footer{
	height: calc(100vh - 430px);
}

.table-of-contents a:hover {
  color: var(--blue-color) !important;
}
.table-of-contents ul {
  padding-left: 20px;
}
.table-of-contents ul li {
  list-style: disc;
}
.table-of-contents ul li a {
  margin-bottom: 8px;
  display: block;
}
.table-of-contents ul li ul {
  margin-left: 15px;
}
.post-latest {
	margin-top: 20px;
}

.flex-cat {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--xx-margin-bottom-2);
}

.flex-cat .blog-categories__links {
  top: 56px !important;
}
aside .block_title {
	font-size: 18px;
	font-weight: 700;
	color: var(--dark-blue-color);
	margin-bottom: 18px;
}
aside .popular-posts {
	background: var(--gray-color);
    padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

aside .popular-posts a {
	color: var(--blue-color);
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	transition: all .2s ease;
}
aside .popular-posts a:hover {
	color: var(--dark-blue-color);
}

.aside_post_image {
	position: relative;
}
.aside_post_image .post__category {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.title-cat {
  color: var(--dark-blue-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.flex-cat .blog-categories__links {
  margin-bottom: 0;
}
.post .image {
	position: relative;
	width: 49%;
}
.post .image .post__category {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.big-post .post__data {
  margin-bottom: var(--small-margin-bottom);
}

.post.big-post {
  width: 100% !important;
  padding: 0px;
  display: flex;
  gap: 22px;
}

.big-post__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: var(--xx-margin-bottom);
  /* align-self: stretch; */
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.7;
}

.big-post-cont {
  position: relative;
  width: 50%;
  padding-top: 91px;
  padding-right: 22px;
}

.big-post .post__title {
  font-size: 34px;
  line-height: 39px;
  font-weight: 300;
  transition: all 0.2s;
}

.big-post .post__read {
  right: 22px;
  left: unset;
  bottom:62px;
}

.post-page__content ul,
.post-page__content ol {
  list-style-position: inside !important;
}

.post-page__content {
  font-family: "Montserrat";
}
.post-page__content h2,
.post-page__content h3,
.post-page__content h4 {
  scroll-margin-top: var(--big-margin-tom);
}
.post-page__content h3 {
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 120%;
  margin-bottom: 15px;
}
.post-page__content p {
  color: var(--dark-blue-color);
  font-size: 16px !important;
  line-height: 25px;
  margin-bottom: var(--small-margin-bottom);
}

.post-page__content h2 {
  color: var(--dark-blue-color);
  font-size: 28px !important;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: var(--small-margin-bottom);
}

.post-page__content ul,
.post-page__content ol {
  font-size: 16px !important;
  line-height: 25px;
  margin-bottom: var(--small-margin-bottom);
  color: var(--dark-blue-color);
}

.post-page__content img {
  margin: 0 0 1rem;
}

@media (max-width: 600px) {
  .post-page__content p {
    font-size: 14px !important;
    margin-bottom: var(--small-margin-bottom);
  }

  .post-page__content h2 {
    font-size: 36px !important;
    line-height: 120% !important;
  }
}

section a {
  text-decoration: none;
  color: var(--blue-color);
}

.depth-2 {
  width: auto;
  overflow: hidden !important;
}

.reply,
.reply a {
  transition: all 0.2s ease;
}

.reply:hover,
.reply:hover a {
  color: var(--blue-color);
  border-color: var(--blue-color);
}

.comment-reply-title a {
  text-decoration: none !important;
  color: var(--blue-color);
  margin-left: 10px;
}
.comment-list {
	margin-top: 20px;
}
.comment-list p {
  margin-left: 0px !important;
}

.breadcrumbs,
.blog-card__top,
.blog-card__text,
.search-results {
  position: relative;
  z-index: 1;
}

.blog-card {
  padding-top: 0;
  text-align: center;
  margin-top: var(--biggest-margin-top);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 48px;
}

.blog-card__top-img {
  width: 125px;
  height: 125px;
  border-radius: var(--rounded-half);
  border: var(--border-md) solid var(--white-color);
}
.blog-card__top-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
	margin-bottom: 24px;
}
.blog-card__text {
  font-family: Montserrat;
  font-size: 16px;
  color: var(--dark-blue-color);
  line-height: 24px;
  margin-bottom: 24px;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none !important;
}

.search-form {
  max-width: 772px;
  width: 100%;
  position: relative;
}

.search-field {
  background: transparent;
  border: 1px solid #E53B78;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(196, 196, 196, 0.1);
  flex-basis: 86%;
  height: 56px;
  font-size: 16px;
  color: var(--dark-blue-color);
  width: 80%;
  padding-left: 50px;
	font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
}

.search-field:focus {
  border: var(--border-sm) solid var(--blue-color);
}

.search-field::placeholder {
  font-weight: thin;
  font-family: sans-serif;
		font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.search-field::before {
  position: absolute;
  z-index: 999;
  left: 20px;
  top: 50%;
  height: 19px;
}

.search-submit {
  min-width: 191px;
  height: 56px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: var(--white-color);
  background: var(--blue-color);
  border: var(--border-lg) solid var(--blue-color);
  box-sizing: border-box;
  box-shadow: 0px 4px 40px rgba(255, 255, 255, 0.3);
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-submit:hover {
  background-color: var(--white-color);
  color: var(--blue-color);
}

.search-img {
  position: absolute;
  padding: 15px 20px;
  width: 60px;
}

.blue-card {
  width: 100%;
  background-color: var(--blue-color);
  margin: var(--blue-card-margin);
  border-radius: var(--rounded-2xl);
  text-align: center;
  padding: var(--blue-card-padding);
  color: var(--white-color);
  max-width: 1312px;
}

.blog-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--margin-auto);
  width: 50px;
  height: 50px;
  border-radius: var(--rounded-half);
  border: var(--border-md) solid var(--white-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-card__media svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-card__media:hover {
  background-color: var(--white-color);
}
.blog-card__media:hover svg path {
  fill: var(--dark-blue-color);
}
.blog-categories {
  padding: var(--default-padding);
}
.blog-categories__button {
  cursor: pointer;
  display: none;
  border-radius: 0;
  border: var(--border-sm) solid var(--blue-color);
  width: 165px;
  padding: 15px 10px;
}
.blog-categories__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: var(--big-margin-bottom);
}
.blog-categories__links-link {
  text-decoration: none;
  display: block;
  border-radius: var(--rounded-md);
  border: var(--border-sm) solid #e8eaeb;
  padding: 15px 40px;
  color: var(--dark-blue-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  background: 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-categories__links-link:hover {
  color: var(--blue-color);
  border-color: var(--blue-color);
}

.post-flex,
.posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
}

.post__element {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post__element svg {
  width: 18px;
  height: 18px;
}
.post__element.comments svg {
  position: relative;
  top: 2px;
}

.posts-container {
  display: flex;
  gap: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: var(--big-margin-bottom);
  padding: var(--default-padding);
  align-items: initial;
}
.post-flex,
.post__marks {
  -webkit-box-align: center;
}

.post__marks span {
  font-size: 16px;
  line-height: 100%;
}

.post {
  background: #FFF7F8;
  padding: 26px 18px 29px;
  width: 32.7%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.post.latest {
  width: 100%;
  min-height: fit-content;
  margin-bottom: var(--lg-margin-bottom);
}

.post-flex {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: var(--xl-margin-bottom-2);
	justify-content: space-between;
}

.post-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post__category,
.post__marks {
  display: -webkit-box;
  display: -ms-flexbox;
}
.post-flex div {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 120%;
}
.post-page {
  margin-top: var(--biggest-margin-top);
  padding: var(--default-padding);
}

.post-left {
  width: 65%;
  max-width: 800px;
  margin-right: 32px;
}

.post-right {
  width: 35%;
  max-width: 385px;
  position: sticky;
  top: 100px;
  left: 0;
  height: fit-content;
}
.post-page__img {
	position: relative;
	  margin-bottom: var(--small-margin-bottom);
}
.post-page__img .post__category {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.post-page__img img {
  max-width: 100%;
  height: auto;
display: block;
}

.post img,
.post-img {
  max-width: 100%;
  object-position: left;
  min-height: 180px;
  object-fit: cover;
	height: auto;
	display:block;
}

.big-post .image img{
	height:100%;
}

.big-post .post__marks {
  margin-bottom: 24px;
  margin-top: 0px;
}

.post__category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.post__category a {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: var(--default-padding);
  border-radius: var(--rounded-md) !important;
}

.post__category .gradient-link {
  height: 44px !important;
	margin-top:-56px;
	margin-left:10px;
}

.big-post .post__category .gradient-link{
	margin-top:0px;
	margin-left:0px;
}

.post:hover {
  background: var(--gray-color);
}
.post:hover .post__read {
  gap: 10px;
}
.post__marks {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.post__title {
  font-family: "Montserrat", Sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 120%;
  margin-bottom: var(--small-margin-bottom) !important;
  position: relative;
  margin-top: var(--smallest-margin-top);
}

.post__title a {
  color: var(--dark-blue-color);
  text-decoration: none;
}

.post__data {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: var(--xl-margin-bottom-2);
}
.post__data a {
  color: var(--blue-color);
}
.post__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--blue-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.post {
  min-height: 470px;
}

.post-categories {
  margin-top: 20px;
font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue-color);
    margin-bottom: 18px;
}

.post-categories__text {
	font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue-color);
    margin-bottom: 18px;
}

.post-categories__links {

}

.headline {
	font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue-color);
    margin-bottom: 18px;
	display: block;
}

.post-categories__links-link {
  text-decoration: none;
  display: block;
  border-top: var(--border-sm) solid #e8eaeb;
  padding: 9px 0;
  color: var(--blue-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  background: 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-categories__links-link span {
	color: var(--dark-blue-color);
}
.post-categories__links-link:last-child {
	border-bottom: var(--border-sm) solid #e8eaeb;
}

.post-categories__links-link:hover {
  color: #fff;
  background-color: var(--blue-color);
	padding-left: 10px;
}

.post-contuct__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: var(--lg-margin-bottom);
  line-height: normal;
}

.post-contuct__text {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: var(--lg-margin-bottom);
}

.share {
  font-family: "Montserrat";
  margin-top: 1rem;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  border-radius: var(--rounded-md);
  border: var(--border-sm) solid #e8eaeb;
  padding: 15px 30px;
  color: var(--dark-blue-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  background: 0 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.share:hover svg path {
  transition: all 0.2s ease;
}

.share:hover {
  border: var(--border-sm) solid var(--blue-color);
  color: var(--blue-color);
  fill: var(--blue-color);
}

.share:hover svg path {
  border: var(--border-sm) solid var(--blue-color);
  color: var(--blue-color);
  stroke: var(--blue-color);
}

.shadow {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.shadow.active {
  display: flex;
}

.close-pop-up {
  cursor: pointer;
}

.pop-up {
  background-color: var(--white-color);
  width: 420px;
  height: 407px;
}

.pop-up__top {
  align-items: center;
  border-bottom: 1px solid #c7c6c6;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
}

.pop-up__top span {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
  text-transform: capitalize;
}

.pop-up__middle {
  padding: 25px 30px;
}

.pop-up__middle-text {
  color: #626262;
  font-size: 16px;
  letter-spacing: -0.005em;
  line-height: 18px;
  margin-bottom: var(--lg-margin-bottom);
}

.pop-up__middle-medias {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: var(--small-margin-bottom);
}

.pop-up__middle-medias a {
  align-items: center;
  background-color: #fac9d2;
  border-radius: var(--rounded-half);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 3px 1px rgba(0, 0, 0, 0.06);
  display: flex;
  height: 45px;
  justify-content: center;
  transition: all 0.2s ease;
  width: 45px;
}

.pop-up__middle-medias a svg {
  height: 100%;
  width: 100%;
}

.telegram svg {
  margin-right: 5px;
  margin-top: 9px;
}

.pinterest svg {
  margin-top: 8px;
}

.twitter svg {
  margin-left: 2px;
  margin-top: 9px;
}

.telegram:hover {
  background-color: var(--blue-color);
}

.facebook:hover {
  background-color: var(--blue-color);
}

.pinterest:hover {
  background-color: var(--blue-color);
}

.twitter:hover {
  background-color: var(--blue-color);
}

.pop-up__down {
  border-bottom: 5px solid var(--blue-color);
  padding: 15px 30px 55px;
}

.link-field {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 45px;
  padding: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.field-left {
  align-items: center;
  background-color: var(--white-color);
  border: var(--border-sm) solid var(--dark-blue-color);
  display: flex;
  padding: 11px;
  position: relative;
  width: 80%;
  z-index: 2;
  height: 45px;
  color: var(--blue-color);

  text-overflow: ellipsis;
}

.link {
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.copy {
  background-color: #fac9d2;
  color: var(--dark-blue-color);
  font-size: 16px;
  line-height: 17px;
  margin-right: -1px;
  padding: 14px;
  text-align: center;
  width: 20%;
  transition: all 0.2s ease;
}

.link-field:hover .copy {
  background-color: var(--blue-color);
}

.copied {
  color: var(--blue-color);
  font-size: 18px;
  left: 0;
  line-height: 22px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  z-index: 1;
}

.copied.active {
  top: 110%;
}

.stay-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.stay-up__left {
  text-align: left;
}

.stay-up__left-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: var(--prelg-margin-bottom);
}

.stay-up__left-text {
  font-size: 18px;
  line-height: 150%;
}

.big-post-link {
  display: block;
  color: var(--dark-blue-color);
}
.save {
  margin-bottom: var(--small-margin-bottom);
}
.rate {
  padding: 30px 0;
}
section.comments {
  background: var(--gray-color);
  padding: 30px 40px;
  border-radius: 20px;
}
.comments .submit {
  background: var(--blue-color);
}
.comments-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 700px;
  margin-bottom: var(--lg-margin-bottom);
}
.comments-content time {
  color: #878787;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: var(--small-margin-bottom);
}
.comments-content h3 {
  margin: 0;
}
.comments-content__img {
  width: 40px;
  height: 40px;
}
.comments-content__img img {
  width: 40px;
  height: 40px;
  border-radius: var(--rounded-half);
}

.breadcrumbs {
  width: fit-content;
  margin: var(--margin-auto-2);
}

.breadcrumbs.breadcrumbs-post {
  margin: var(--breadcrams-margin);
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
}

.breadcrumbs ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: var(--white-color);
  font-weight: 200 !important;
}

.breadcrumbs-search {
  font-size: 20px;
}


.breadcrumbs.breadcrumbs-post ul li span,
.breadcrumbs.breadcrumbs-search ul li span {
  color: var(--dark-blue-color-easy);	
}
.breadcrumbs.breadcrumbs-post ul li a,
.breadcrumbs.breadcrumbs-search ul li a {
  color: var(--dark-blue-color-easy);
  font-weight: 300 !important;
}

.search {
  margin-top: var(--big-margin-tom);
}

.search-title {
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  margin: var(--search-margin);
  max-width: 772px;
  width: 100%;
}

.comment-notes {
  margin-bottom: 20px;
}

.submit {
  height: 50px !important;
  border-radius: var(--rounded-small);
  position: relative;
}

.form-submit {
  position: relative;
  overflow-y: hidden;
}

.search-form label {
  display: flex;
  width: 100%;
}

.form-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  display: flex;
  background: var(--gradient);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.contact-title {
  font-size: 48px;
  margin: var(--margin-y);
}

.contact-title.search-title {
  text-align: center;
}

.search-error {
  height: calc(100vh - 330px);
  text-align: center;
}

.search-error p {
  font-size: 20px;
}

.submit {
  background-color: transparent;
  border: none;
  width: 50%;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.form-submit:before {
  width: 50% !important;
}

.submit,
.form-submit:before {
  margin-top: var(--md-margin-top);
}

.search-results {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.search__output {
  padding: var(--search-output-padding);
  background-color: var(--white-color);
  position: absolute;
  top: 50px;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-shadow: 10px 8px 12px -16px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 10px 8px 12px -16px rgba(0, 0, 0, 0.61);
  box-shadow: 10px 8px 12px -16px rgba(0, 0, 0, 0.61);
  display: none;
  overflow: hidden;
  z-index: 999999;
  border-radius: var(--rounded-small-2);
  max-width: 772px;
  width: 100%;
}

.search__output a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--dark-blue-color);
  text-decoration: none;
  overflow: hidden;
}

.search__output a:hover {
  background-color: #fac9d2;
}
.search__output .photo {
  width: 80px;
  height: 50px;
}
.search__output .search_title {
  width: calc(100% - 50px);
  text-align: left;
}
.search__output a img {
  width: 100%;
  object-position: center;
  height: 100%;
  object-fit: cover;
}

.comment-list {
  width: 100%;
}

.comment-respond {
  font-family: "Montserrat";
  max-width: 700px;
  margin-bottom: var(--xl-margin-bottom-3);
}

.comment-form p {
  margin-left: 0;
}

.comment {
  margin-bottom: var(--lg-margin-bottom);
  position: relative;
  width: 100%;
  max-width: 700px;
}

.comment-author {
  align-items: center;
  display: flex;
}

.comment-author cite a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  line-height: 34px;
  pointer-events: none;
}

.comment-meta a {
  text-decoration: none !important;
  color: #000;
}

.comment-meta a {
  color: #878787;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: var(--small-margin-bottom);
  text-decoration: none !important;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: var(--rounded-smallest);
  border: var(--border-sm) solid #c4c4c4;
  padding: 5px 20px;
  color: #7c7e7f;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reply a {
  color: #000;
  text-decoration: none;
}

.depth-2 {
  margin-left: 30px;
  width: auto !important;
}

.fn {
  margin-left: 15px;
}

.comment-awaiting-moderation,
.comment-list p,
.comment-meta,
.reply {
  margin-left: 60px;
}

.comment-edit-link {
  display: none;
}

.says {
  display: none;
}

.comment-form-comment label {
  display: none;
}

.comment-form-comment textarea {
  height: 111px !important;
  width: 100%;
  padding: var(--comments-paffing) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--dark-blue-color);
  border: var(--border-sm) solid var(--gray-color);
  border-radius: var(--rounded-small);
  background: var(--white-color) !important;
  resize: none;
  margin-bottom: var(--smallest-margin-bottom);
}

.avatar {
  border-radius: var(--rounded-half);
}

.label-search {
  position: relative;
}

.label-search img {
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 30px;
  transition: all 0.2s ease;
}
.show_icon .label-search img {
  opacity: 1;
}
.search-form {
  margin: 0px;
}

.comment-form-author input,
.comment-form-email input {
  padding: var(--comments-paffing) !important;
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--dark-blue-color);
  border: var(--border-sm) solid var(--gray-color);
  border-radius: var(--rounded-small);
  background: var(--white-color) !important;
  width: 100%;

  margin-bottom: var(--small-margin-bottom);
}

.comment-form-url {
  display: none;
}

.stay-up__right {
  max-width: 400px;
  width: 100%;
}

.subscribe-form {
  text-align: left;
  max-width: 400px;
  margin: var(--margin-auto-3);
  width: 100%;
}

.subscribe-input {
  padding: var(--comments-paffing) !important;
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--dark-blue-color);
  border: var(--border-sm) solid var(--gray-color);
  border-radius: var(--rounded-small);
  width: 100%;
  margin-top: var(--smallest-margin-top);
}

form {
  text-align: left;
  max-width: 700px;
  margin: var(--margin-auto);
}

.subscribe-submit {
  background: transparent;
  text-align: center;
  padding: 0 !important;
  height: 50px !important;
  color: var(--white-color);
  width: 220px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-top: var(--md-margin-top);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .blue-card {
    padding: 30px 15px;
  }

  .blog-card:after {
    border-radius: 0;
  }
  .big-post {
    flex-direction: column;
  }

  .big-post img {
    width: 100% !important;
    min-height: 180px;
  }
	
	.big-post-cont {
		padding: 26px 18px 29px;
	}
	
	.big-post-cont, .post .image {
		width: 100%;
	}

  .share {
    justify-content: center;
  }

  .post-categories__links-link {
    padding: 8px 12px !important;
  }

  .post-flex2 {
    flex-direction: column;
  }

  .blue-card {
    padding: 30px 15px;
  }

  .blog-card {
    border-radius: 0;
  }
  .blog-categories {
    position: relative;
    margin-bottom: var(--xx-margin-bottom);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .blog-categories .flex-cat {
    margin-bottom: 0;
  }
  .blog-categories__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-categories__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    gap: 30px;
    margin-bottom: var(--big-margin-bottom);
    text-align: left;
    z-index: 998;
    gap: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: auto;
    right: 20px;
  }
  .flex-cat .blog-categories__links {
    top: 57px !important;
  }
  .blog-categories__links.active {
    height: 275px;
  }
  .blog-categories__links-link {
    border-radius: 0;
    border: var(--border-sm) solid var(--blue-color);
    border-top: 0;
    width: 165px;
    padding: 15px 10px;
    background-color: var(--white-color);
  }
  .blog-categories__links-link:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
  }
  .post {
    width: 47%;
  }

  .first-content__title,
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 18px;
  }

  @media (max-width: 800px) {
    .blog-card {
      border-radius: 0;
    }

    .post-page .container__flex {
      flex-direction: column;
    }

    .post-left,
    .post-right {
      width: 100%;
      max-width: 100%;
    }

    .comment-author {
      flex-direction: column;
      align-items: start;
    }

    .comment-awaiting-moderation,
    .comment-meta,
    p,
    .reply.fn a,
    .fn {
      margin-left: 0;
    }
  }

  .blog-categories__links {
    top: 56px;
  }
}
@media (max-width: 768px) {
  .title-cat {
    font-size: 36px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
	
	.search-submit {
		min-width: 110px;
	}
	
	.posts-container {
		padding: 0;
		gap: 30px;
	}
	
	.post__read {
		position: unset;
	}
	
	.big-post__content {
		margin-bottom: 30px;
	}
	
  .post__title {
    font-size: 20px;
  }

  .big-post {
    gap: 5px;
  }

  .big-post .post__title {
    font-size: 24px;
  }

  .post img,
  .post-img {
    min-height: 150px;
  }

  .post {
    min-height: unset !important;
    padding: 15px;
  }

  .post__data {
    margin-bottom: var(--lg-margin-bottom);
  }

  .blog-card__top,
  .post-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .post-flex {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .blog-card__top {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-card__top-title,
  .contact-title {
    font-size: 30px;
    line-height: 42px;
  }
  .blog-card__text {
    font-size: 14px;
  }
  .name-date {
    text-align: center;
  }
  .name-date::after {
    left: auto;
    margin-left: 20px;
  }

  .comments-content {
    font-size: 14px !important;
    line-height: normal !important;
  }

  .pop-up {
    width: 90%;
  }

  .pop-up__middle-text {
    padding-left: 0px;
  }

  .copy {
    width: 30%;
  }

  .post {
    width: 100%;
  }

  .stay-up {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .title-cat {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .blog-categories {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .blog-categories__button {
    width: 100%;
  }
  .blog-categories .flex-cat {
    width: 100%;
  }
  .flex-cat .blog-categories__links {
    top: 113px !important;
  }

  .blog-categories__links {
    width: calc(100% - 40px);
    top: 56px;
  }

  .blog-categories__links-link {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .search__output {
    width: 280px;
  }

  .stay-up {
    padding: var(--default-padding);
  }
}