@charset "UTF-8";

.scs-block__text h1 {
  font-size: 36px;
  line-height: 40px;
}

.scs-block__text h2 {
  font-size: 32px;
  line-height: 36px;
}

.scs-block__text h3 {
  font-size: 28px;
  line-height: 32px;
}

.scs-block__text h4 {
  font-size: 24px;
  line-height: 28px;
}

.scs-block__text h5 {
  font-size: 20px;
  line-height: 24px;
}

.scs-block__text h6 {
  font-size: 16px;
  line-height: 20px;
}

.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-bottom-6 {
  bottom: 1.5rem;
}
.tw-left-6 {
  left: 1.5rem;
}
.tw-order-first {
  order: -9999;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-16 {
  margin-bottom: 4rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-block {
  display: block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-aspect-video {
  aspect-ratio: 16 / 9;
}
.tw-h-12 {
  height: 3rem;
}
.tw-w-\[2\.625rem\] {
  width: 2.625rem;
}
.tw-w-\[3\.75rem\] {
  width: 3.75rem;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-\[10rem\] {
  min-width: 10rem;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-flex-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-\[3\.75rem\,1fr\] {
  grid-template-columns: 3.75rem 1fr;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.tw-gap-y-2 {
  row-gap: 0.5rem;
}
.tw-self-center {
  align-self: center;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-\[2rem\] {
  border-radius: 2rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-\[color\:\#c4c4c4\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.tw-border-\[color\:\#dddddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.tw-border-\[color\:\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-\[image\:linear-gradient\(309deg\,\#c7f05f_0\%\,\#21ba72_100\%\)\] {
  background-image: linear-gradient(309deg, #c7f05f 0%, #21ba72 100%);
}
.tw-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.tw-object-center {
  -o-object-position: center;
  object-position: center;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-text-center {
  text-align: center;
}
.\!tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tw-text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!tw-font-semibold {
  font-weight: 600 !important;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-italic {
  font-style: italic;
}
.tw-leading-loose {
  line-height: 2;
}
.tw-leading-snug {
  line-height: 1.375;
}
.tw-text-\[color\:\#209f6d\] {
  --tw-text-opacity: 1;
  color: rgb(32 159 109 / var(--tw-text-opacity));
}
.tw-text-\[color\:\#333f48\] {
  --tw-text-opacity: 1;
  color: rgb(51 63 72 / var(--tw-text-opacity));
}
.tw-text-\[color\:\#aaafb7\] {
  --tw-text-opacity: 1;
  color: rgb(170 175 183 / var(--tw-text-opacity));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-shadow-\[0_4px_15px_0_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 15px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 576px) {
  .sm\:tw-order-last {
    order: 9999;
  }
  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }
  .sm\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:tw-max-w-\[12\.5rem\] {
    max-width: 12.5rem;
  }
  .sm\:tw-flex-row {
    flex-direction: row;
  }
  .sm\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:\!tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .sm\:\!tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .sm\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .lg\:tw-max-w-none {
    max-width: none;
  }
  .lg\:tw-gap-10 {
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.tw-grid.mob-ver {
  display: none;
}

@media screen and (max-width: 1199px){
  .tw-grid.mob-ver {
    display: grid;
  }

  .tw-grid.desctop-ver {
    display: none;
  }
}

.fancybox-content:has(iframe, video) {
  max-width: 100%;
}
.fancybox-content iframe,
.fancybox-content video {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.scs-block__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.scs-block__toggle input {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.scs-block__toggle:before {
  content: "Развернуть";
}
.scs-block__toggle:has(input:checked):before {
  content: "Свернуть";
}
.scs-block__toggle:has(input:checked) svg {
  transform: rotate(180deg);
}
.scs-block:has(input:checked) .scs-block__text {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.scs-block {
  font-family: "SB Sans Text", sans-serif;
}

.custom-styles__text {
  line-height: 23px;
}

.scs-block ul {
  list-style: inherit;
  padding-left: 20px;
}

.scs-block ol {
  list-style: auto;
  padding-left: 20px;
}

.scs-block a {
  color: rgb(33, 186, 114);
  transition: color 0.2s;
}

.scs-block a:hover {
  color: rgb(32, 159, 109);
  text-decoration: underline;
}

.fancybox-navigation,
.fancybox-infobar,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
  display: none;
}

.fancybox-stage .fancybox-content {
  max-width: 860px !important;
  max-height: 490px !important;
  width: auto !important;
  height: auto !important;
}
