/* исправление макета */
@media (min-width: 768px) {
  .hentry.post-grid-3-col {
    height: 340px;
  }
}

.site-description {
  font-family: serif !important;
  font-style: normal !important;
  font-size: 0.9rem !important;
  color: #9d9d9d !important;
}

.site-footer {
  margin-top: 3rem !important;
}

blockquote {
  font-style: normal;
}

body {
  background-color: #fdfcf6;
}

.d-none {
  display: none;
}

.epyt-gallery-title {
  font-family: "Oswald", sans-serif;
}

.site-header {
  padding-bottom: 20px;
}

blockquote {
  margin-left: 0;
}

.post-137 h1[class="page-title"] {
  text-align: center;
  margin-bottom: 20px;
}

.post-143 h1[class="page-title"] {
  display: none;
}

.pirate-forms-maps-custom input {
  display: inline !important;
  width: auto;
}

#main .entry-title {
  font-family: "Exo 2", "Oswald", sans-serif;
  font-weight: 600;
}

#site-navigation {
  font-family: "Oswald", sans-serif;
}

article .thumbnail-detail {
	text-align: left;
}

article .thumbnail-link img {
  /* transition: unset; */
  /* transform: unset; */
  /* filter: contrast(0.9) */
  filter: sepia(0.16)
}

article .thumbnail-link:hover img {
  filter: unset;
}

.thumbnail-detail .entry-title {
  letter-spacing: 0.4px;
}

#toc_container:not(.tecs) {
  display: none;
}

#tecs_toc_container {
  border: 1px dotted silver;
  border-radius: 6px;
  margin: 1rem 0;
  padding: 0 10px 0 20px;
  background-color: aliceblue;
}

#tecs_toc_container .tecs_toc_title {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
  font-family: "Oswald",sans-serif;
  color: #454545;
}

/*
* {
  outline: 1px solid red;
  max-width: 100%;
}
*/

@media (max-width: 768px) {
  .entry-post {
    font-size: 1.1em;
    max-width: 100%;
  }
  #tecs_toc_container ul {
    text-align: left;
    padding-left: 20px;
  }

  article .entry-date.entry-side,
  article .entry-author.entry-side,
  article .cat-links.entry-side,
  article .tag-links.entry-side {
    text-align: left;
  }

  .loop-nav {
    display: none;
  }

  article .info-block {
    padding: 20px 0px 20px 10px;
  }
  .info-block .message {
    margin: 0 12px;
  }

  .info-block .close-btn {
    position: absolute;
    right: 32px;
  }
}

#tecs_my_toc {
  padding: 0 0 0 14px;
  margin-top: 0.8rem;
  line-height: 1.4rem;
}

#tecs_my_toc {
  font-size: 16px;
}

#tecs_my_toc a:link, #tecs_my_toc a:visited {
  color: #666;
}

#tecs_my_toc a:hover {
  color: #004ead;
}

.entry-meta {
  font-family: "Exo 2", "Oswald", sans-serif;
}

.info-block {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  background: linear-gradient(90deg, rgb(236, 254, 243) 0%, rgba(236,254,243,0.55) 35%, rgba(236,254,243,0.25) 100%);
  padding: 20px;
  margin-bottom: 2rem;
  font-family: "Exo 2", sans-serif;
  max-width: 95vw;
}
.info-block.green-solid {
  background: #ecfef3;
}
.info-block.yellow {
  background: linear-gradient(90deg, rgb(255, 255, 204) 0%, rgba(255,255,204,0.55) 35%, rgba(255,255,204,0.25) 100%);
}
.info-block.yellow-solid {
  background: #fef6d2;
}

.info-block-content {
  display: flex;
  align-items: start;
}

.info-block .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #5FC543;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.info-block .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.info-block .message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.info-block .message .text.text-1 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.info-block .close-btn {
  /* position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px; */
  cursor: pointer;
  opacity: 0.3;
}

.info-block .close-btn:hover {
  opacity: 1;
}

.preview-date,
.thumbnail-detail .cat-links a {
  border-radius: 4px;
  background: #f2f2f2;
  padding: 2px 8px;
  /* font-style: normal; */
}

.section-about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; /* Позволяет элементам переноситься на следующую строку */
  gap: 20px;
}

.section-about .image {
  flex: 1;
  min-width: 200px;
  max-width: 350px;
  margin-right: 20px;
  width: 100%; /* Чтобы занимать всю ширину при переносе */
}

.text {
  flex: 2; /* Более широкий блок для текста */
  width: 100%; /* Чтобы занимать всю ширину при переносе */
}

.image img {
  width: 100%; /* Изображение растягивается по ширине блока */
}

.green-ul {
  padding-left: .7rem;
}
.green-ul li {
  list-style-type: none;
}
.green-ul li::before {
  content: "✔";
  color: #87b846;;
  font-size: 20px;
  margin-right: 10px;
}

/* карточки для курсов */
:root {
  --c-white: #fff;
  --c-black: #000;
  --c-ash: #eaeef6;
  --c-charcoal: #a0a0a0;
  --c-void: #141b22;
  --c-fair-pink: #FFF3F3;
  --c-apricot: #FBC8BE;
  --c-coffee: #754D42;
  --c-del-rio: #917072;
  --c-java: #1FCAC5;
  --c-titan-white: #f1eeff;
  --c-cold-purple: #a69fd6;
  --c-indigo: #6558d3;
  --c-governor: #4133B7;
}

.c-cards {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-family: "Exo 2", sans-serif;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.c-card {
  border-radius: 16px;
  /* box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25); */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  max-width: 300px;
}

.c-information {
  background-color: var(--c-white);
  padding: 0.5rem;
  border-radius: 16px;
  max-width: 44%;
}
@media screen and (max-width: 768px) {
  .c-information {
    max-width: 100%;
  }
}
.c-information .c-tag {
  display: inline-block;
  background-color: var(--c-titan-white);
  color: var(--c-indigo);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
  line-height: 1;
  border-radius: 6px;
}
.c-information .c-tag + * {
  margin-top: 1rem;
}
.c-information .c-title {
  font-size: 1.5rem;
  /* color: var(--c-void); */
  color: var(--c-del-rio);
  line-height: 1.25;
}
.c-information .c-title + * {
  margin-top: 1rem;
}
.c-information .c-info {
  /* color: var(--c-charcoal); */
  color: var(--c-del-rio);
}
.c-information .c-info + * {
  margin-top: 1.25rem;
}
.c-information .c-button {
  font: inherit;
  line-height: 1;
  background-color: var(--c-white);
  border: 2px solid var(--c-indigo);
  color: var(--c-indigo);
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.c-information .c-button:hover, .c-information .c-button:focus {
  background-color: var(--c-indigo);
  color: var(--c-white);
}
.c-information .c-button {
  color: var(--c-white);
  background-color: var(--c-indigo);
  position: absolute;
  bottom: 20px;
}
.c-information .c-button:hover, .c-information button:focus {
  background-color: var(--c-governor);
}
.c-information .c-details {
  display: flex;
  gap: 1rem;
}
.c-information .c-details div {
  padding: 0.75em 1em;
  background-color: var(--c-titan-white);
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.125em;
  flex-basis: 50%;
}
.c-information .c-details dt {
  font-size: 0.875rem;
  color: var(--c-cold-purple);
}
.c-information .c-details dd {
  color: var(--c-indigo);
  font-weight: 600;
  font-size: 1.25rem;
}

.c-plan {
  padding: 10px;
  background-color: var(--c-white);
  color: var(--c-del-rio);
}
.c-plan strong {
  font-weight: 600;
  color: var(--c-coffee);
}

.c-information .inner,
.c-plan .inner {
  padding: 20px;
  padding-top: 40px;
  background-color: var(--c-fair-pink);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-information .inner {
  padding-top: 20px;
}
.c-plan .c-pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--c-apricot);
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-coffee);
}
.c-plan .c-pricing small {
  color: var(--c-del-rio);
  font-size: 0.75em;
  margin-left: 0.25em;
}
.c-plan .c-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--c-coffee);
}
.c-plan .c-title + * {
  margin-top: 0.75rem;
}
.c-plan .c-info + * {
  margin-top: 1rem;
}
.c-information .features,
.c-plan .features {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.c-information .features {
  padding-bottom: 60px;
}
.c-information .features li,
.c-plan .features li {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--c-del-rio);

}
.c-information .features li + *,
.c-plan .features li + * {
  margin-top: 0.75rem;
}
.c-information .features .icon,
.c-plan .features .icon {
  background-color: var(--c-java);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.c-information .features .icon svg {
  width: 20px;
  height: 14px;
}
.c-information .features .icon {
  margin-top: 5px;
}
.c-plan .features .icon svg {
  width: 14px;
  height: 14px;
}
.c-information .features + *,
.c-plan .features + * {
  margin-top: 1.25rem;
}
.c-plan .c-button {
  font: inherit;
  background-color: var(--c-indigo);
  border-radius: 6px;
  color: var(--c-white);
  font-weight: 500;
  font-size: 1.125rem;
  width: 100%;
  border: 0;
  padding: 1em;
}
.c-plan .c-button:hover, .c-plan button:focus {
  background-color: var(--c-governor);
}

@media (max-width: 768px) {
  .is-desktop {
    display: none;
  }
  .search-toggle, .slicknav_icon {
    font-size: 140%;
  }
}
@media (min-width: 769px) {
  .is-mobile {
    display: none;
  }
}

.share-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.share-buttons a {
  width: 2rem;
  height: 2rem;
}

.share-buttons-title {
  color: #454545;
  margin: 13.5px 0;
}

.site-info {
  text-align: left !important;
}

blockquote, .blockquote {
  border-left: 0 !important;

  display: inline-block;
  position: relative;
  margin-block: .125rem;
  border-radius: 6px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  overflow: hidden;
  background-color: #eef4e7 !important;
  color: #454545 !important;
  white-space: pre-wrap;
  font-size: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 1.5rem 1rem !important;
  padding-right: 1.7rem !important;
}
blockquote::before, .blockquote::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  inset-inline-start: 0 !important;
  bottom: 0 !important;
  width: 3px !important;
  background: #45AE55 !important;
}

blockquote::after, .blockquote::after {
  content: "“" !important;
  color: #45AE55 !important;
  position: absolute !important;
  top: 0.35rem !important;
  inset-inline-end: 0.35rem !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  margin-right: 0.5rem !important;
  transform: rotate(180deg) !important;
}

blockquote p, .blockquote p {
  margin-bottom: -10px;
  line-height: 1.4rem;
  font-size: 1.2rem;
}

.share-buttons {
  display: flex !important;
}

.share-buttons a {
  display: flex !important;
}