.page-template-template-telegram-channel .container {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}

.tgc {
  overflow: hidden;
}
.tgc section {
  position: relative;
}
.tgc img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tgc-hero {
  padding: 150px 0 102px;
  background-color: #CACBD0;
  position: relative;
}
.tgc-hero::before {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 150px 150px;
  background-position: 12% 5.75%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.tgc-hero__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.tgc-hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.tgc-hero__content {
  flex: 1;
  z-index: 5;
}
.tgc-hero__image {
  position: absolute;
  left: 50%;
  transform: translateX(-38%);
  bottom: 0px;
  z-index: 1;
}
.tgc-hero__media {
  flex: 1;
  position: relative;
}
.tgc-hero__button {
  font-weight: 700;
  font-size: 31px;
  text-decoration: none;
  line-height: 1.1;
  padding: 16px 23px;
  color: #FFFFFF;
  background: #669049;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 25px;
}
.tgc-hero__button svg {
  margin-right: 18px;
}
.tgc-hero__title {
  font-size: 51px;
  color: #1E1E1E;
  margin-bottom: 105px;
}
.tgc-hero__title span {
  color: #669049;
}
.tgc-hero__description {
  font-size: 80px;
  line-height: 1.2;
  color: #1E1E1E;
  text-transform: uppercase;
}
.tgc-hero__description p:nth-child(2) {
  margin-left: 54px;
}
.tgc-hero .r__description {
  line-height: 1.3;
  text-align: right;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-88px);
  z-index: 10;
}
.tgc-hero .r__description p:nth-child(1) {
  margin-right: 54px;
}
.tgc-hero .r__description p:nth-child(2) {
  color: #669049;
}
.tgc-hero .r__description p:nth-child(3) {
  margin-right: 54px;
}
.tgc-hero .dec {
  position: absolute;
  bottom: -26.5vw;
  left: 20.5vw;
}
.tgc-hero__features {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-top: 21px;
}
.tgc-hero__feature {
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 305px;
}
.tgc-hero__feature-image {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-color: #669049;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tgc-hero__feature-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.tgc-about {
  overflow: hidden;
  padding: 120px 0 0;
  margin-top: -109px;
  z-index: 2;
}
.tgc-about__container {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tgc-about__image {
  width: 35%;
  text-align: center;
  margin-bottom: -55px;
  margin-top: -87px;
}
@media (max-width: 767px) {
  .tgc-about__image {
    width: 100%;
  }
}
.tgc-about__image img {
  filter: drop-shadow(2px 9px 31px rgba(0, 0, 0, 0.1));
  transform: rotate(-8.36deg);
}
@media (max-width: 767px) {
  .tgc-about__image img {
    width: 200px;
  }
}
.tgc-about__wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .tgc-about__wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.tgc-about__content {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #1E1E1E;
  flex: 1;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .tgc-about__content {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.tgc-about__content > * + * {
  margin-top: 30px;
}
.tgc-inside {
  padding: 55px 0 70px;
}
.tgc-inside__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tgc-inside__title {
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .tgc-inside__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.tgc-inside__grid {
  overflow: hidden;
}
.tgc-inside__card {
  padding: 30px 20px 14px;
  border: 1px solid #669049;
  border-radius: 43px;
  background: #fff;
}
@media (max-width: 767px) {
  .tgc-inside__card {
    padding: 10px 10px 5px;
    border-radius: 30px;
  }
}
.tgc-inside__image {
  border: 1px solid #669049;
  border-radius: 43px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .tgc-inside__image {
    margin-bottom: 15px;
    border-radius: 20px;
  }
}
.tgc-inside__card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #1A3234;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .tgc-inside__card-title {
    font-size: 20px;
    line-height: 1;
  }
}
.tgc-inside__card-title::after {
  content: "";
  background: #669049;
  width: 52%;
  height: 1px;
  margin: 11px auto 18px;
  display: block;
}
@media (max-width: 767px) {
  .tgc-inside__card-title::after {
    margin: 10px auto 10px;
  }
}
.tgc-inside__card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #1A3234;
  min-height: 67px;
}
@media (max-width: 767px) {
  .tgc-inside__card-description {
    font-size: 14px;
    min-height: 58px;
  }
}
.tgc-inside__footer {
  margin-top: 31px;
  text-align: center;
}
.tgc-inside .swiper-button-next,
.tgc-inside .swiper-button-prev {
  position: absolute;
  width: 51px;
  height: 51px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  background: #fff;
  border-radius: 50%;
  left: 8vw;
  top: 50%;
  transform: translateY(42px);
}
@media (max-width: 767px) {
  .tgc-inside .swiper-button-next,
  .tgc-inside .swiper-button-prev {
    left: 5px;
    transform: translateY(-65px);
    width: 35px;
    height: 35px;
  }
}
.tgc-inside .swiper-button-next svg,
.tgc-inside .swiper-button-prev svg {
  width: 17px;
  height: 31px;
}
@media (max-width: 767px) {
  .tgc-inside .swiper-button-next svg,
  .tgc-inside .swiper-button-prev svg {
    width: 10px;
    height: auto;
  }
}
.tgc-inside .swiper-button-next {
  left: auto;
  right: 8vw;
}
@media (max-width: 767px) {
  .tgc-inside .swiper-button-next {
    right: 10px;
  }
}
.tgc-faq {
  padding: 0 0 155px;
}
.tgc-faq__container {
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tgc-faq__title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .tgc-faq__title {
    font-size: 30px;
  }
}
.tgc-faq__title span {
  display: block;
}
.tgc-faq__title span:first-child {
  margin-right: 15.1vw;
}
.tgc-faq__title span:last-child {
  margin-top: 34px;
  margin-left: 13.6vw;
}
@media (max-width: 767px) {
  .tgc-faq__title span:last-child {
    margin-top: 10px;
  }
}
.tgc-faq__items {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .tgc-faq__items {
    gap: 0px;
    flex-wrap: wrap;
  }
}
.tgc-faq__column {
  width: 50%;
}
@media (max-width: 767px) {
  .tgc-faq__column {
    width: 100%;
  }
}
.tgc-faq__item {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 44px;
}
@media (max-width: 767px) {
  .tgc-faq__item {
    margin-bottom: 20px;
    border-radius: 25px;
  }
}
.tgc-faq__question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 21px;
  flex: 1;
}
.tgc-faq__question.active .tgc-faq__arrow {
  transform: rotate(180deg);
}
.tgc-faq__question h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A3234;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .tgc-faq__question h3 {
    font-size: 18px;
  }
}
.tgc-faq__arrow {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 2.78905px 2.78905px rgba(0, 0, 0, 0.25), inset 0px 2.78905px 2.78905px rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .tgc-faq__arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .tgc-faq__arrow svg {
    width: 25px;
  }
}
.tgc-faq__answer {
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
  margin-top: 0;
  padding: 0 21px 0;
}
@media (max-width: 767px) {
  .tgc-faq__answer {
    font-size: 14px;
  }
}
.tgc-faq__answer > * + * {
  margin-top: 15px;
}
.tgc-faq__answer.active {
  margin-top: 5px;
  padding-bottom: 21px;
}
.tgc-checklist {
  padding: 30px 0 70px;
  background: #E5E5E5;
}
.tgc-checklist__container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tgc-checklist__wrapper {
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  .tgc-checklist__wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.tgc-checklist__image {
  width: 33%;
  text-align: center;
}
@media (max-width: 767px) {
  .tgc-checklist__image {
    width: 100%;
  }
}
.tgc-checklist__img {
  max-width: 280px;
  box-shadow: 10px 9px 8.2px rgba(83, 109, 65, 0.1);
  border-radius: 10px;
  transform: rotate(-7.19deg);
}
.tgc-checklist__content {
  flex: 1;
  padding-top: 35px;
}
.tgc-checklist__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1E1E1E;
  margin-bottom: 20px;
}
.tgc-checklist__description {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: -50px;
}
@media (max-width: 1200px) {
  .tgc-checklist__description {
    margin-right: 0;
  }
}
.tgc-checklist__button {
  margin-top: 40px;
}

.tgc__bg {
  background: linear-gradient(27.26deg, #684E4E -21.97%, #EBE1E4 34.98%);
  margin-bottom: -160px;
}

.tg-btn-temp {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 15px 36px;
  display: inline-block;
  background: #447720;
  color: #fff;
  border-radius: 50px;
  filter: drop-shadow(2px 4px 7.2px rgba(6, 32, 31, 0.3));
}

.top-tg-ov {
  display: block;
  margin-top: -175px;
  margin-bottom: -40px;
  position: relative;
  z-index: 3;
}

.top-tg-ov path {
  vector-effect: non-scaling-stroke;
}

.top-tg-ch {
  margin-bottom: -10px;
  z-index: -1;
}

.tgc-hero-th {
  margin-bottom: -10px;
}

/*# sourceMappingURL=telegram-chanel.css.map */