@charset "UTF-8";
body {
  margin: 0;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #fd7f33;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.new-loading {
  display: none;
}

.gc-configurator-6-7 .gc-page-title {
  text-align: center;
  padding: 25px;
}
.gc-configurator-6-7 .grid-container {
  background-color: rgb(246, 246, 246);
  position: relative;
}
.gc-configurator-6-7 .grid-container .conf-left-box {
  margin-top: 50px;
  background-color: rgb(246, 246, 246);
  border-radius: 20px;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap {
  border-radius: 20px;
  position: sticky;
  top: 15%;
  background: transparent;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
}
@media (max-width: 1025px) {
  .gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap {
    position: static;
  }
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap::after {
  content: "";
  background: #dfdfdf;
  border-radius: 20px;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap img {
  border-radius: 20px;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap__product-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #ff7b31;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-sub-text {
  position: sticky;
  top: 80%;
  color: black;
  font-weight: 800;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 1025px) {
  .gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-sub-text {
    position: static;
  }
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap__notice {
  text-align: center;
  margin-top: 10px;
  position: sticky;
  top: 87%;
}
@media (max-width: 1025px) {
  .gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap__notice {
    position: static;
  }
}
.gc-configurator-6-7 .grid-container .conf-rigth-box {
  margin-top: 50px;
  position: relative;
  padding: 0px 20px;
}
.gc-configurator-6-7 .grid-container .conf-rigth-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(211, 211, 211);
  border-radius: 20px;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}

.post-wraper {
  display: flex;
  margin-bottom: 200px;
}
.post-wraper .post-image-wrap {
  width: 50%;
  position: relative;
  padding: 0px 30px;
}
.post-wraper .post-image-wrap img {
  object-fit: cover;
  display: block;
  width: 535px;
  height: 450px;
}
@media (max-width: 768px) {
  .post-wraper .post-image-wrap img {
    max-width: 100%;
    max-height: 180px;
  }
}
@media (max-width: 768px) {
  .post-wraper .post-image-wrap {
    width: 100%;
  }
}
.post-wraper .post-list-info {
  width: 50%;
}
.post-wraper .post-list-info .post-list-info-title {
  text-align: left;
  width: 720px;
  font-size: 30px;
  display: block;
  background-color: rgba(243, 243, 243, 0.8);
  padding: 20px 40px;
  position: absolute;
  text-transform: uppercase;
  top: 22%;
  right: 0;
  z-index: 20;
}
@media (max-width: 768px) {
  .post-wraper .post-list-info .post-list-info-title {
    position: static;
    width: auto;
    font-size: 18px;
    padding: 5px 2px;
    text-align: center;
    margin: 20px 0px;
  }
}
.post-wraper .post-list-info .post-category-name {
  position: absolute;
  right: 0;
  top: -15%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .post-wraper .post-list-info .post-category-name {
    display: none;
  }
}
.post-wraper .post-list-info .post-category-name .post-categoty-name-title {
  font-size: 130px;
  text-transform: uppercase;
  color: rgba(243, 243, 243, 0.8);
  font-weight: 900;
  letter-spacing: 15px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.post-wraper .post-list-info .post-category-name .large-number {
  font-size: 90px !important;
}
@media (max-width: 1200px) {
  .post-wraper .post-list-info .post-category-name .large-number {
    font-size: 60px !important;
  }
}
@media (max-width: 992px) {
  .post-wraper .post-list-info .post-category-name .large-number {
    font-size: 45px !important;
  }
}
.post-wraper .post-list-info .post-list-info-description {
  position: absolute;
  max-width: 500px;
  padding: 15px;
  top: 60%;
}
@media (max-width: 768px) {
  .post-wraper .post-list-info .post-list-info-description {
    position: static;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .post-wraper .post-list-info {
    position: static;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .post-wraper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }
}

.post-image-wrap::after {
  content: "";
  width: 90%;
  height: 100%;
  display: block;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}
@media (max-width: 768px) {
  .post-image-wrap::after {
    display: none;
  }
}

.gc-form-wrap {
  margin: 50px 0px;
}

.owl-carousel-category-names {
  display: flex;
  z-index: 10000;
}

.post-list-info-not-found {
  text-align: center;
  font-size: 20px;
}
.post-list-info-not-found span:hover {
  color: orange;
}

.gc-single-post_content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 0px;
  margin: 2rem 0;
}
.gc-single-post_content-wrapper .gc-gallery-link {
  max-height: 340px;
}
.gc-single-post_content-wrapper .gc-gallery-link img {
  height: 100%;
}

.gc-news-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gc-single-post {
  background-image: url("../images/single-post-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-y: bottom;
  background-size: contain;
}
.gc-single-post__recap-box {
  margin: 1.3rem 0;
  display: none;
}
.gc-single-post__recap-box.show {
  display: block;
}
.gc-single-post__form {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 11px 29px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 11px 29px -1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 11px 29px -1px rgba(0, 0, 0, 0.42);
}
.gc-single-post__form-title {
  font-size: 2.3rem;
  font-weight: 200;
  color: #ff7b31;
  z-index: 2;
  text-transform: uppercase;
}
.gc-single-post__form .wpcf7 {
  position: relative;
  z-index: 2;
}
.gc-single-post__form:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: 0.5;
  border-radius: 20px;
}
.gc-single-post__form:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1;
  border-radius: 20px;
}
.gc-single-post__inputs {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.gc-single-post__inputs input {
  background: transparent;
  color: #FFFFFF;
}
.gc-single-post__inputs input:focus {
  background: transparent;
  border: 0.7px solid #e3e30b;
}
.gc-single-post__massage {
  overflow: hidden;
}
.gc-single-post__massage textarea {
  background: transparent;
  border: 0.7px solid #FFFFFF;
  border-radius: 0.3rem;
  resize: none;
  overflow: auto;
  color: #FFFFFF;
}
.gc-single-post__massage textarea:focus {
  border: 0.7px solid yellow;
  background: transparent;
}
.gc-single-post__inter-lang {
  position: relative;
  margin-bottom: 2rem;
}
.gc-single-post__inter-lang .country-list {
  border-radius: 0 0 1rem 1rem;
  width: 100%;
}
.gc-single-post__inter-lang .country-list .country {
  font-size: 1rem;
  width: 100%;
}
.gc-single-post__inter-lang .flag-container {
  width: 100%;
}
.gc-single-post__inter-lang input {
  border-radius: 0.3rem;
}
.gc-single-post__inter-lang input:focus {
  border: 0.7px solid yellow;
  background: transparent;
}
.gc-single-post__submit {
  position: absolute;
  right: -11%;
  bottom: -35%;
}
.gc-single-post__submit input {
  background-color: #ff7b31;
  border-radius: 0.3rem;
  text-transform: uppercase;
}
.gc-single-post__submit input:hover {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.gc-single-post .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-left: 1rem;
}

.gc-footer__single-post {
  background: transparent;
}

.post-form {
  /* Стили для полей формы */
}
.post-form .wpcf7-form {
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.post-form .wpcf7-form h2 {
  color: #ff7b31;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-form .wpcf7-form-control,
.post-form .wpcf7-form-control-wrap input,
.post-form .wpcf7-form-control-wrap textarea,
.post-form .wpcf7-form-control-wrap select {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}
.post-form .wpcf7-form-control::placeholder,
.post-form .wpcf7-form-control-wrap input::placeholder,
.post-form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.post-form .wpcf7-form-control:focus,
.post-form .wpcf7-form-control-wrap input:focus,
.post-form .wpcf7-form-control-wrap textarea:focus,
.post-form .wpcf7-form-control-wrap select:focus {
  border-color: #ff7b31;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px rgba(212, 165, 116, 0.3);
}
.post-form .wpcf7-form-control-wrap textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
.post-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.post-form .form-row .wpcf7-form-control-wrap {
  border: none;
  flex: 1;
}
.post-form .form-full-width {
  margin-bottom: 20px;
}
.post-form .form-full-width .wpcf7-form-control-wrap {
  border: none;
}
.post-form .wpcf7-form-control-wrap {
  justify-content: initial;
  flex-direction: column;
}
.post-form .wpcf7-form input[type=submit] {
  background: linear-gradient(135deg, #ff7b31 0%, #ff7b31 100%);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}
.post-form .wpcf7-form input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}
.post-form .wpcf7-form input[type=submit]:active {
  transform: translateY(0);
}
.post-form .iti {
  width: 100%;
}
.post-form .iti__flag-container {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px 0 0 10px;
  backdrop-filter: blur(5px);
}
.post-form .iti__selected-flag {
  padding: 15px 20px;
  background: transparent;
  border: none;
}
.post-form .iti__arrow {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.post-form .iti__country-list {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.post-form .iti__country {
  padding: 10px 15px;
  color: #333;
}
.post-form .iti__country:hover {
  background: rgba(212, 165, 116, 0.1);
}
.post-form .iti__country.iti__highlight {
  background: rgba(212, 165, 116, 0.2);
}
.post-form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 5px;
}
.post-form .wpcf7-validation-errors {
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  color: #ff6b6b;
}
.post-form .wpcf7-mail-sent-ok {
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  color: #4caf50;
}
@media (max-width: 600px) {
  .post-form .wpcf7-form {
    margin: 20px;
    padding: 30px 20px;
  }
  .post-form .form-row {
    flex-direction: column;
  }
  .post-form .wpcf7-form h2 {
    font-size: 20px;
  }
  .post-form .wpcf7-form input[type=submit] {
    width: 100%;
    float: none;
  }
}

.tabs-panel-sub-title {
  font-weight: 700;
}

.tabs-panel-aplication-type {
  color: #ff7701;
  font-size: 20px;
  letter-spacing: 2%;
}
.tabs-panel-aplication-type .tabs-panel-aplication-title {
  color: black;
}

.gc-gallery {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  gap: 15px;
}
.gc-gallery .gc-gallery-link {
  padding: 10px;
  box-shadow: 0 13px 12px 8px #d9d9d9;
  border-radius: 10px;
}

.grid-container {
  position: relative;
}

.gc-products-filter-type-oil {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 500px) {
  .gc-products-filter-type-oil {
    text-align: right;
  }
}
.gc-products-filter-type-oil .gc-products-title {
  display: flex;
  gap: 15px;
  border-bottom: 2px solid #333333;
}
@media (max-width: 500px) {
  .gc-products-filter-type-oil .gc-products-title h3 {
    display: block;
    margin-top: 0px;
  }
  .gc-products-filter-type-oil .gc-products-title h3:first-child {
    margin-top: 30px;
  }
}
.gc-products-filter-type-oil h3 {
  text-transform: uppercase;
  margin-top: 30px;
  color: inherit;
  font-size: 1.5rem;
  padding-top: 2px;
  cursor: pointer;
  position: relative;
}
.gc-products-filter-type-oil h3:hover {
  color: #ff7701;
}
.gc-products-filter-type-oil h3:first-child::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  right: -16%;
  top: 20px;
  transform: rotate(90deg);
}
@media (max-width: 927px) {
  .gc-products-filter-type-oil h3 {
    font-size: 1.5rem;
  }
  .gc-products-filter-type-oil h3::after {
    display: none;
  }
}
.gc-products-filter-type-oil .gc-products-filter {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.75);
  transition: max-height 0.5s ease, opacity 0.5s ease;
  padding: 15px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: 1s;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list {
  cursor: pointer;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item {
  list-style: none !important;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: black;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item label:hover {
  color: #ff7701;
  cursor: pointer;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item label input {
  display: none;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item input {
  display: none;
}
.gc-products-filter-type-oil .mobile-menu {
  visibility: visible;
  display: none;
  border: none;
}
.gc-products-filter-type-oil .active {
  max-height: 400px;
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.8s;
}
@media (max-width: 568px) {
  .gc-products-filter-type-oil {
    position: static;
  }
  .gc-products-filter-type-oil .desktop-menu {
    display: none;
  }
  .gc-products-filter-type-oil .mobile-menu {
    display: flex;
    justify-content: right;
  }
  .gc-products-filter-type-oil .mobile-menu .btn-menu {
    width: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
  }
  .gc-products-filter-type-oil .mobile-menu .btn-menu span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #333333;
  }
  .gc-products-filter-type-oil .mobile-menu .btn-menu:hover {
    background-color: transparent;
  }
}

.gc-header {
  z-index: 100 !important;
}

.capacity-list {
  visibility: hidden;
  opacity: 0;
}

.application-list {
  visibility: hidden;
  opacity: 0;
}

.categories-container {
  display: flex;
  margin-top: 50px;
}
.categories-container .owl-carousel .categories-item {
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 25px;
  font-size: 14px;
  transition: 1s;
  background-color: #ffffff;
}
.categories-container .owl-carousel .categories-item label {
  cursor: pointer;
  width: 100%;
  padding: 5px 2px;
  font-weight: 400;
  color: #585858;
}
.categories-container .owl-carousel .categories-item label:hover {
  color: white;
}
.categories-container .owl-carousel .categories-item:hover {
  background-color: #fd7f33;
  transition: 1s;
}
.categories-container .owl-carousel .categories-item:active {
  background-color: #fd7f33;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .categories-container .owl-carousel .categories-item {
    font-size: 12px;
  }
}
.categories-container .owl-carousel .categories-item input {
  display: none;
}
.categories-container .owl-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.categories-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -70px;
  left: -30px;
}
.categories-container .owl-carousel .owl-nav .owl-prev i {
  font-size: 40px;
}
@media (max-width: 1076px) {
  .categories-container .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }
}
.categories-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: -70px;
}
.categories-container .owl-carousel .owl-nav .owl-next i {
  font-size: 40px;
}
@media (max-width: 1076px) {
  .categories-container .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
}
@media screen and (max-width: 1100px) {
  .categories-container .owl-carousel .owl-nav {
    display: block !important;
  }
}

.gc-header-search-btn-loop button {
  background-color: transparent;
  color: #585858;
}
.gc-header-search-btn-loop button:hover {
  background-color: transparent;
  color: #fd7f33;
}

.gc-news-preloader {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 475px) {
  .gc-news-preloader {
    margin-bottom: 100px;
  }
}
.gc-news-preloader .loader {
  align-items: center;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #fd7f33;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  transition: 0.5s;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 26px 7px rgb(219, 219, 219);
  box-shadow: 0px 0px 26px 7px rgb(219, 219, 219);
  border-radius: 20px;
  padding: 60px 30px 100px 30px;
}
.contact-item h2 {
  margin-bottom: 30px;
}
.contact-item h3, .contact-item h4, .contact-item h5 {
  color: #ff7d2f;
  margin: 25px 0px;
}
.contact-item div p {
  font-size: 14px;
  text-transform: uppercase;
  color: #ff7d2f;
}
.contact-item p span, .contact-item p strong {
  color: #ff7d2f;
}
.contact-item p a {
  text-decoration: none;
}

.contact-item-title {
  height: auto !important;
}

.contacts-accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: center;
}

.contacts-accordion:hover {
  color: #ff8c31;
}

.contacts-panel {
  padding: 0 18px;
  background-color: rgba(255, 255, 255, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.head-office p {
  margin-bottom: 100px;
}

.top-bar .menu-top_navigation_3_0-container .menu-item .menu .menu-item .menu {
  background-color: transparent;
  backdrop-filter: blur(1rem);
  border-radius: 20px;
}

.is-dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(1rem);
    background-color: rgba(255, 255, 255, .4);
    border-radius: 20px;
}

.gc-single-product .gc-product-title-link {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 476px) {
  .gc-single-product .gc-product-title-link {
    flex-direction: column;
    align-items: center;
  }
}
.gc-single-product .gc-content-title {
  background-color: #f5f5f5;
  padding: 50px 0px;
  text-align: center;
}
.gc-single-product .gc-single-product__discription h2 {
  font-size: 45px;
}
.gc-single-product .gc-single-product__discription .product-about {
  line-height: 30px;
  font-size: 15px;
  padding-bottom:30px;
}
.gc-single-product .gc-single-product__discription .product-about .product-about-list li {
  list-style: disc;
}
@media (max-width: 476px) {
  .gc-single-product .gc-single-product__discription .gc-product-button {
    width: 100%;
  }
}
.gc-single-product .gc-single-product__discription .gc-product-button .product-btn {
  width: 100%;
  background-color: #ff7b31;
  padding: 15px 8px;
  border-radius: 20px;
}
.gc-single-product .gc-single-product__discription .gc-product-button .product-btn a {
  text-transform: uppercase;
  color: white;
  display: block;
}
.gc-single-product .gc-tabs {
  background-color: #f8f8f8;
  margin-top: 25px;
  -webkit-box-shadow: 0px 13px 12px 8px rgb(217, 217, 217);
  -moz-box-shadow: 0px 13px 12px 8px rgb(217, 217, 217);
  box-shadow: 0px 13px 12px 8px rgb(217, 217, 217);
}
.gc-single-product .gc-tabs .owl-tabs {
  border: none;
  margin-bottom: 25px;
}

.gc-single-product .gc-tabs .tabs-content .tabs-panel {
  padding: 15px 50px;
}
.gc-single-product .gc-tabs .tabs-content .tabs-panel li {
  list-style: disc !important;
}
.gc-single-product .gc-tabs .tabs-content .tabs-panel a {
  text-decoration: underline;
}
.gc-single-product .gc-tabs .tabs {
  background: transparent;
}
.gc-single-product .gc-tabs .tabs .owl-prev {
  top: 5px;
  left: -1%;
}
.gc-single-product .gc-tabs .tabs .owl-next {
  top: 5px;
  right: -1%;
}
.gc-single-product .gc-tabs .tabs .owl-nav {
  top: 0%;
}
.gc-single-product .gc-tabs .tabs .owl-nav button i {
  color: #000;
  font-size: 18px;
}
@keyframes colorChange {
  0% {
    color: #f5f5f5;
    transform: scale(1);
  }
  50% {
    color: #f99961;
    transform: scale(1.2);
  }
  100% {
    color: #ff7b31;
    transform: scale(1);
  }
}


.gc-single-product .gc-tabs .is-active .gc-tab-link {
  color: #ff7b31;
  border-bottom: 1px solid #ddd;
}

.gc-single-product .gc-tabs .gc-tab-link {
  text-transform: none;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #a1a0a0;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease;

}
.tabs-title>a {
  padding: 0.8rem 0;
}
.gc-single-product .tabs-content {
  border: none;
}

.gc-related .gc-related-product-title {
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 20px;
}

.start-machine .link {
  text-align: center;
  height: 100%;
}

#tab-8 {
  padding: 20px 100px;
}

.header .top-bar {
  font-size: 15px;
}

.cooperation {
  position: relative;
  padding: 5rem 0rem;
  background-image: url(../images/hands1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cooperation-title {
  text-align: center;
}
.cooperation::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.cooperation .gc-right-form {
  margin: 0px !important;
  border-radius: 20px;
  max-width: 500px;
  border: 1px solid #ccc;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.7);
  height: 800px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
}
.cooperation .gc-right-form .cf7-right-button-wrap {
  margin-top: 40px;
}
.cooperation .gc-right-form .title-form {
  color: #ff7b31;
  font-size: 25px;
}
.cooperation .gc-right-form .intl_tel-865 .country-list {
  max-width: 300px;
}
.cooperation .gc-right-form .intl_tel-865 .country-list li {
  font-size: 15px;
}
.cooperation .gc-right-form textarea {
  margin-top: 20px !important;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
.cooperation .gc-right-form .cf7-right-wrapp {
  position: relative;
}
.cooperation .gc-right-form .cf7-right-wrapp p {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #9ca3af !important;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap {
  color: #848a95;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap .textarea {
  margin-top: 20px;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap select {
  padding: 0px 20px;
  border-radius: 10px;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap select option {
  color: #9ca3af;
}

@font-face {
  font-family: "Russo One";
  src: url("../fonts/RussoOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.gc-tech-school .gc-tech-school-header {
  background-color: #f3f3f3 !important;
  padding: 50px 0px;
}
.gc-tech-school .gc-tech-school-header .gc-tech-school__title {
  color: rgb(111, 111, 111);
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Russo One";
  letter-spacing: 1.7px;
}
.gc-tech-school .gc-tech-school__inner {
  margin-top: 50px;
}
.gc-tech-school .gc-tech-school__inner .gc-tech-school-webinar-registration {
  background-color: #ff7b31;
  border-radius: 10px;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 {
  padding: 0px 25px;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs-content {
  background-color: #eeeeee;
  padding: 25px 50px;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .is-active {
  background-color: #eeeeee !important;
  border-bottom: 3px solid #ff7b31;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .is-active a {
  color: #ff7b31 !important;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .tabs-title {
  margin: 5px 0px;
  border-top-right-radius: 20px;
  background-color: #ff7b31;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .tabs-title a {
  color: #eeeeee;
  letter-spacing: 0.4px;
  font-size: 17px;
}

.all-tech-school2 .techschool2-img {
  display: flex;
  justify-content: center;
}
.all-tech-school2 .tabs-content {
  background-color: #eeeeee;
}
.all-tech-school2 .tabs-content .tabs-items {
  background-color: #eeeeee;
}
.all-tech-school2 .tabs-nav li .active {
  color: #ff7b31;
  border-bottom: 3px solid #ff7b31;
}
.all-tech-school2 .tabs-nav li a {
  color: #ffffff;
  background-color: #ff7b31;
}
.all-tech-school2 .tabs-nav li a .spare-tab-fix {
  text-transform: uppercase;
}

.about-us .grid-container {
  max-width: 87rem;
}
.about-us__title {
  position: absolute;
  bottom: -9%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  font-family: "Roboto";
  text-align: center;
  filter: drop-shadow(-3.464px 2px 3.5px rgba(0, 0, 0, 0.16));
}
.about-us__sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us__sub-title-text {
  max-width: 700px;
  margin-top: 200px;
  font-size: 30px;
  text-transform: uppercase;
  color: #383838;
  font-weight: 300;
  font-family: "Roboto";
  text-align: center;
}
.about-us__image {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
}
.about-us__image img {
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 100%;
  height: auto;
}
.about-us__details {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.about-us__details .details-item {
  font-size: 22px;
  text-transform: uppercase;
  color: #ff7701;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  height: 215px;
  width: 215px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 54px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 54px -29px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 54px -29px rgba(0, 0, 0, 0.75);
}
.about-us__details .details-item .item-counter {
  font-size: 32px;
}
.about-us__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us__text-item {
  max-width: 700px;
  margin-top: 100px;
  font-size: 16px;
  color: #383838;
  font-weight: 300;
  font-family: "Roboto";
  text-align: center;
}
.about-us__our-history {
  padding: 1rem 0re;
  margin-top: 200px;
  position: relative;
}
.about-us__our-history-image {
  position: relative;
}
.about-us__our-history-image-text {
  width: 36%;
  height: 64%;
  position: absolute;
  left: 0;
  top: 18%;
  z-index: 2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  font-size: 60px;
  color: #383838;
  font-weight: 300;
  font-family: "Roboto";
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-us__history-years {
  margin-top: 100px;
}
.about-us__history-years-title {
  font-size: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ff7701;
  font-weight: 300;
  font-family: "Roboto";
  text-align: center;
}
.about-us__history-years-text {
  margin-top: 50px;
  text-align: center;
  font-size: 15px;
  color: #383838;
  font-weight: 300;
  font-family: "Roboto";
}
.about-us__history-years-items-cart-content .cart-content-item {
  display: flex;
  position: relative;
}
.about-us__history-years-items-cart-content .cart-content-item-text {
  font-size: 15px;
}
@media (min-width: 992px) {
  .gc-single-product-content {
    margin-top: 50px;
  }
  .about-us__history-years-items-cart-content .cart-content-item ::after {
    content: "";
    width: 1.5px;
    height: 95%;
    background-color: #4c4c4c;
    position: absolute;
    left: 50%;
    top: 0;
  }
}
@media (max-width: 767px) {

    .gc-single-product-content .grid-x {
        display: flex;
        flex-direction: column;
    }
}

.product-title-mobile {
    display: block;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .product-title-mobile {
        display: none;
    }
    .gc-single-product__discription .product-title {
        display: block;
    }
}

@media(max-width: 767px) {
    .gc-single-product__discription .product-title {
        display: none;
    }
}


.about-us__history-years-items-cart-content .cart-content-item-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 30px;
  font-size: 30px;
  color: #383838;
  font-weight: 300;
  font-family: "Roboto";
}
.about-us__history-years-items-cart-content .cart-content-item-image {
  width: 50%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us__video {
  margin: 150px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us__video-item {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  position: relative;
}
.about-us__video-item img {
  width: 1000px;
  height: 600px;
}
.about-us__video-item-frame {
  width: 100%;
  display: flex;
}
.about-us__video-item-frame iframe {
  height: 600px;
  width: 1000px;
}
.about-us__video:hover {
  cursor: pointer;
}
.about-us__video-button {
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url(../images/pngegg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 992px) {
  .about-us__title {
    bottom: 5%;
  }
  .about-us__image {
    padding-bottom: 4.25%;
    height: auto;
  }
  .about-us__image img {
    position: static;
  }
  .about-us__details {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
  .about-us__our-history {
    margin-top: 100px;
  }
  .about-us__our-history-image img {
    position: static;
  }
  .about-us__our-history-image-text {
    width: 83%;
    font-size: 40px;
  }
  .about-us__history-years {
    margin-top: 150px;
  }
  .about-us__history-years .cart-content-item {
    flex-direction: column;
    border-bottom: 3px solid #4c4c4c;
  }
  .about-us__history-years .cart-content-item .cart-content-item-about {
    width: 100%;
  }
  .about-us__history-years .cart-content-item .cart-content-item-about .cart-content-item-text {
    text-align: center;
  }
  .about-us__history-years .cart-content-item .cart-content-item-image {
    width: 100%;
  }
  .about-us__video ::after {
    height: 15px;
    width: 15px;
  }
  .about-us__video-button {
    width: 150px;
    height: 150px;
  }
  .about-us__video img, .about-us__video iframe {
    height: 380px;
  }
}

.page-template-about-page footer {
  background-color: transparent !important;
}

.forum-archive .gc-main {
  background-image: url(../images/single-forum-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.forum-archive .forum {
  padding: 25px;
}
.forum-archive .forum__container {
  margin-bottom: 100px;
  background: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 50px 33px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.forum-archive .forum__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.forum-archive .forum__content-topics-posts-titles {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.forum-archive .forum__content-topics-posts-titles .topic-title {
  color: #ef7f1a;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.forum-archive .forum__content-topics-posts-titles .topic-title-last-answer {
  color: #ef7f1a;
  font-size: 30px;
  font-weight: 300;
}
.forum-archive .forum__content-topics-posts-titles::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-info a {
  color: #0a0a0a !important;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  position: relative;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-info,
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about {
  font-size: 18px;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .bbp-author-link,
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .bbp-author-link {
  text-decoration: none;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .forum-topic-author__started-in a,
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .forum-topic-author__started-in a {
  color: #ef7f1a;
  text-decoration: none;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author {
  color: #ef7f1a;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author a {
  text-decoration: none;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.forum-archive .forum__content-load-more {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.forum-archive .forum__content-load-more .load-more-btn {
  height: 100%;
  text-transform: uppercase;
  background-color: white;
  border-radius: 15px;
  padding: 10px 20px;
  border: 1px solid #ef7f1a;
  color: #20222c;
}
.forum-archive .forum__content-load-more .load-more-btn:hover {
  color: #ef7f1a;
  background-color: #e2e2e2;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
  -moz-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
  box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
}
.forum-archive .forum__content-components {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 25px;
}
.forum-archive .forum__content-components .component-ask-question {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum-archive .forum__content-components .component-ask-question__btn {
  height: 100%;
  text-transform: uppercase;
  background-color: white;
  border-radius: 15px;
  padding: 0px 20px;
  border: 1px solid #ef7f1a;
  color: #20222c;
}
.forum-archive .forum__content-components .component-ask-question__btn:hover {
  color: #ef7f1a;
  background-color: #e2e2e2;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
  -moz-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
  box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
}
.forum-archive .forum__content-components .сomponent-search-form {
  width: 40%;
}
.forum-archive .forum__content-components .сomponent-language-form {
  width: 30%;
}
.forum-archive .forum__content-components .сomponent-language-form .language-form {
  border-radius: 50px;
  box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
  padding: 0px 23px;
  color: #a1a1a1;
}
.forum-archive .forum .forum-topic-notification {
  text-align: center;
  font-size: 16px;
  padding: 20px 0px;
}
@media (max-width: 992px) {
  .forum-archive .forum .forum__container {
    padding: 25px;
  }
  .forum-archive .forum .forum__content-components {
    flex-direction: column;
  }
  .forum-archive .forum .forum__content-components .сomponent-search-form {
    width: 100%;
  }
  .forum-archive .forum .forum__content-components .сomponent-language-form {
    width: 100%;
  }
  .forum-archive .forum .forum__content-components .component-ask-question__btn {
    padding: 10px 20px;
    width: 100%;
  }
  .forum-archive .forum .forum__content-topics-posts-titles {
    margin-bottom: 15px;
  }
  .forum-archive .forum .forum__content-topics-posts-titles h3 {
    font-size: 25px;
  }
}

.topic .gc-main {
  background-image: url(../images/single-forum-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.topic .gc-main .gc-breadcrumbs {
  margin-top: 50px;
}

.single-forum-topic {
  padding: 25px;
}
.single-forum-topic__title {
  font-size: 40px;
  max-width: 700px;
  text-align: left;
  margin-bottom: 27px;
}
.single-forum-topic__container {
  margin-bottom: 100px;
  background: transparent;
  backdrop-filter: blur(5px);
  padding: 50px 80px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.single-forum-topic__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.single-forum-topic__content {
  position: relative;
}
.single-forum-topic__content-not-authorized {
  font-size: 18px;
  color: rgb(225, 51, 51);
  margin: 20px 0px;
}
.single-forum-topic__content-author {
  font-size: 18px;
}
.single-forum-topic__content-author .bbp-author-name {
  color: #ef7f1a;
}
.single-forum-topic__content-posts {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 100px;
}
.single-forum-topic__content-posts .posts__related-title,
.single-forum-topic__content-posts .posts__replies-title {
  font-size: 30px;
  color: #ef7f1a;
}
.single-forum-topic__content-posts .posts__related-text, .single-forum-topic__content-posts .posts__related-posts,
.single-forum-topic__content-posts .posts__replies-text,
.single-forum-topic__content-posts .posts__replies-posts {
  font-size: 18px;
}
.single-forum-topic__content-posts .posts__related-text span, .single-forum-topic__content-posts .posts__related-posts span,
.single-forum-topic__content-posts .posts__replies-text span,
.single-forum-topic__content-posts .posts__replies-posts span {
  color: #ef7f1a;
}
.single-forum-topic__content-posts .posts__replies {
  width: 70%;
}
.single-forum-topic__content-posts .posts__replies-title {
  position: relative;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item {
  margin: 30px 0px;
  position: relative;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item span {
  color: #ef7f1a;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item p {
  margin-top: 15px;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item:first-child::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  top: -30px;
  left: 0;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.single-forum-topic__content-posts .posts__related {
  width: 30%;
}
.single-forum-topic__content-posts .posts__related-posts-list .posts-list-item {
  margin: 20px 0px;
}
.single-forum-topic__content-posts .posts__related-posts-list .posts-list-item p {
  margin-top: 10px;
}
.single-forum-topic__content-description {
  max-width: 70%;
  font-size: 18px;
  margin: 25px 0px;
}
.single-forum-topic__content-description .bbp-author-name {
  color: #ef7f1a;
}
.single-forum-topic__content-button-ask {
  position: absolute;
  right: 0;
  top: -11%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-forum-topic__content-button-ask a {
  text-transform: uppercase;
  background-color: white;
  border-radius: 15px;
  padding: 10px 20px;
  border: 1px solid #ef7f1a;
  color: #20222c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.single-forum-topic__content-button-ask a .button-ask-item {
  padding: 10px 5px;
}
.single-forum-topic__content-button-ask a:hover {
  color: #ef7f1a;
  background-color: #e2e2e2;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
  -moz-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
  box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
}
.single-forum-topic__reply-form {
  margin-top: 55px;
}
.single-forum-topic__reply-form .reply-form__title {
  font-size: 18px;
  margin-bottom: 30px;
}
.single-forum-topic__reply-form .reply-form__submit {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 50px;
}
.single-forum-topic__reply-form .reply-form__submit button {
  border-radius: 10px;
  padding: 10px 40px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #ef7f1a;
  color: #ef7f1a;
}
.single-forum-topic__reply-form .reply-form__inputs {
  display: flex;
  gap: 80px;
}
.single-forum-topic__reply-form .reply-form__inputs input {
  width: 120%;
  border-radius: 10px;
  font-size: 14px;
}
.single-forum-topic__reply-form .reply-form__textarea {
  margin-top: 50px;
  font-size: 14px;
}
.single-forum-topic__reply-form .reply-form__textarea textarea {
  border-radius: 10px;
  height: 200px;
  padding: 10px;
  resize: none;
}
.single-forum-topic__related {
  margin-top: 160px;
}
.single-forum-topic__related-title {
  color: #ef7f1a;
  font-size: 20px;
  font-weight: 500;
}
.single-forum-topic__related-posts {
  margin: 50px 0px;
  padding: 50px 0px;
}
.single-forum-topic__related-posts-list {
  font-size: 18px;
}
.single-forum-topic__related-posts-list .posts-list-item {
  margin: 25px 0px !important;
}
.single-forum-topic__single {
  color: #20222c;
  font-weight: 400;
}
.single-forum-topic__single-breadcrumbs {
  display: flex;
  margin-bottom: 10px;
}
.single-forum-topic__single-description-content {
  font-size: 24px;
  margin-top: 33px;
  margin-bottom: 83px;
}
.single-forum-topic__single-description-content a .bbp-author-name {
  color: #ef7f1a;
}
.single-forum-topic__single-topic-author .topic-author {
  font-size: 24px;
}
.single-forum-topic__single-topic-author .topic-author p a {
  color: #ef7f1a;
  text-decoration: none;
}
@media (max-width: 992px) {
  .single-forum-topic {
    padding: 10px;
  }
  .single-forum-topic__container {
    padding: 20px 25px;
  }
  .single-forum-topic__content-button-ask {
    margin-top: 30px;
    position: static;
  }
  .single-forum-topic__content-posts {
    flex-direction: column;
  }
  .single-forum-topic__content-posts .posts__replies,
  .single-forum-topic__content-posts .posts__related {
    width: 100%;
  }
  .single-forum-topic__reply-form {
    width: 100%;
  }
  .single-forum-topic__reply-form .reply-form__inputs {
    justify-content: space-between;
  }
  .single-forum-topic__reply-form .reply-form__inputs input {
    width: 100%;
  }
}

.search-form {
  max-width: 430px;
}
.search-form__input-text {
  position: relative;
}
.search-form__input-text .search-input-text-item {
  border-radius: 50px;
  padding: 0px 23px 0px 52px;
  box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.search-form__input-text .search-input-text-item:focus {
  background-color: transparent;
}
.search-form__input-text i {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.368627451) !important;
}

.forum__preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  display: none;
}
.forum__preloader .loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(#ffc400, #ffc400, #ffc400);
  animation: animate 1s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.forum__preloader .loader span {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(#FE7A31, #311B07, #E9E9E9);
}
.forum__preloader .loader span:nth-child(1) {
  filter: blur(5px);
}
.forum__preloader .loader span:nth-child(2) {
  filter: blur(10px);
}
.forum__preloader .loader::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #ffffff;
  border-radius: 50%;
}

.forum-form {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: translate(-50%, -200%);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.5s ease;
}
.forum-form__logo {
  width: 100px;
  position: absolute;
  top: -10%;
  z-index: 2;
}
.forum-form__form {
  width: 440px;
  padding: 50px;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 40px;
  overflow: hidden;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(1rem);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
}
.forum-form__form-create-account {
  margin-top: 25px;
}
.forum-form__form-create-account p {
  text-align: center;
}
.forum-form__form-create-account p a {
  color: #ef7f1a;
}
.forum-form__form-text {
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  width: 100%;
  color: #ef7f1a;
  display: inline-block;
  padding: 5px 20px;
  margin: 25px 0px;
  font-weight: 400;
  letter-spacing: 2px;
}
.forum-form__form-sub-text {
  text-align: center;
}
.forum-form__form-item {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.forum-form__form-item .log-inp {
  position: relative;
}
.forum-form__form-item .log-inp:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/user-125.svg);
  position: absolute;
  left: 5px;
  top: 10px;
}
.forum-form__form-item .email-inp {
  position: relative;
}
.forum-form__form-item .email-inp:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/email-142.svg);
  position: absolute;
  left: 5px;
  top: 10px;
}
.forum-form__form-item .pass-inp {
  position: relative;
}
.forum-form__form-item .pass-inp:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/login-password.svg);
  position: absolute;
  left: 5px;
  top: 10px;
}
.forum-form__form-item .btn-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.forum-form__form-item .btn-submit .item-input--sumbit {
  padding: 12px 15px;
  background: linear-gradient(203deg, rgb(209, 72, 20) 35%, rgb(252, 176, 69) 88%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  border: none;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.forum-form__form-item input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ef7f1a;
  background-color: transparent !important;
  letter-spacing: 0.8px;
  padding-left: 34px;
  padding-bottom: 15px;
}
.forum-form__form-item input:focus {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgb(255, 140, 0);
}
.forum-form__form-item input:valid {
  background-color: #dff0d8;
}
.forum-form__form::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.forum-form__form-button-close {
  position: absolute;
  top: 4%;
  right: 8%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum-form__form-button-close .button-close-item {
  position: relative;
}
.forum-form__form-button-close .button-close-item span {
  display: inline-block;
  background-color: #ef7f1a;
  width: 22px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.forum-form__form-button-close .button-close-item :first-child {
  transform: rotate(135deg);
}
.forum-form__form-button-close .button-close-item :nth-child(2) {
  transform: rotate(-135deg);
}
.forum-form__form-button-close:hover {
  background: transparent !important;
}

@media (max-width: 992px) {
  .forum-form__form {
    width: 350px;
  }
}
.topic.active-form-overlay {
  z-index: -1;
}
.topic.active-form-overlay::after {
  content: "";
  background-color: rgba(190, 190, 190, 0.4);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.topic.active-form-overlay::before {
  content: "";
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.active-form {
  display: flex;
  transform: translate(-50%, -40%);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.forum__notification {
  position: fixed;
  bottom: 5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum__notification-wrapper {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
  width: 90%;
  background-color: rgb(95, 176, 95);
  border: 1px solid #ffffff;
  bottom: 6%;
  padding: 25px 25px;
  border-radius: 15px;
}
.forum__notification-text {
  text-align: left;
  font-size: 1rem;
  color: white;
}
.forum__notification .error {
  background-color: rgb(188, 47, 47);
}

.hide-notification {
  transform: translateY(300%);
  transition: transform 0.4s ease;
}

.forum .gc-main {
  background-image: url(../images/single-forum-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.forum .gc-main .single-forum {
  padding: 25px;
}
.forum .gc-main .single-forum__container {
  margin-bottom: 100px;
  background: transparent;
  backdrop-filter: blur(5px);
  padding: 50px 33px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.forum .gc-main .single-forum__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles .topic-title {
  color: #ef7f1a;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles .topic-title-last-answer {
  color: #ef7f1a;
  font-size: 30px;
  font-weight: 300;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  position: relative;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-info,
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about {
  font-size: 18px;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .bbp-author-link,
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .bbp-author-link {
  color: #ef7f1a;
  text-decoration: none;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .forum-topic-author__started-in a,
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .forum-topic-author__started-in a {
  color: #ef7f1a;
  text-decoration: none;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author {
  color: #ef7f1a;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author a {
  text-decoration: none;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.posts__related-posts {
  height: 600px;
  overflow: auto;
}
.posts__related-posts-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.forum-search .gc-main {
  background-image: url(../images/single-forum-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.forum-search .search {
  padding: 25px;
}
.forum-search .search__container {
  margin-bottom: 100px;
  background: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 50px 33px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.forum-search .search__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.forum-search .search__content-topics-posts-titles {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.forum-search .search__content-topics-posts-titles .topic-title {
  color: #ef7f1a;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.forum-search .search__content-topics-posts-titles .topic-title-last-answer {
  color: #ef7f1a;
  font-size: 30px;
  font-weight: 300;
}
.forum-search .search__content-topics-posts-titles::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.forum-search .search__content .search-form__input-text {
  width: 35%;
}
.forum-search .search__content .bbp-template-notice {
  margin-top: 25px;
}
.forum-search .search__content-searching-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  position: relative;
}
.forum-search .search__content-searching-result .forum-topic-info,
.forum-search .search__content-searching-result .forum-topic-about {
  font-size: 18px;
}
.forum-search .search__content-searching-result .forum-topic-info .forum-topic-author .bbp-author-link,
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-author .bbp-author-link {
  color: #ef7f1a;
  text-decoration: none;
}
.forum-search .search__content-searching-result .forum-topic-info .forum-topic-author .forum-topic-author__started-in a,
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-author .forum-topic-author__started-in a {
  color: #ef7f1a;
  text-decoration: none;
}
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-about__author {
  color: #ef7f1a;
}
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-about__author a {
  text-decoration: none;
}
.forum-search .search__content-searching-result::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #20222c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.forum-search .search__content-searching-result .searching-result-item {
  display: flex;
  justify-content: space-between;
}

.forum-plants {
  margin-top: 80px;
}
.forum-plants__wrapper {
  display: flex;
  align-items: center;
  padding: 1.5rem 0rem;
}
.forum-plants__title {
  margin-bottom: 30px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}
.forum-plants__title span {
  color: #ff7b31;
  font-weight: 600;
}
.forum-plants__content {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 26px 7px #dbdbdb;
  border: 1px solid #ccc;
}
.forum-plants__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .forum-plants__link:hover {
    -webkit-box-shadow: 0px 0px 59px -35px rgb(255, 123, 49);
    -moz-box-shadow: 0px 0px 59px -35px rgb(255, 123, 49);
    box-shadow: 0px 0px 59px -35px rgb(255, 123, 49);
  }
}
.forum-plants__image {
  height: 350px;
}
.forum-plants__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.forum-plants__name {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  padding: 1rem 0.5rem;
}
.forum-plants__pagination {
  margin-top: 50px;
}
.forum-plants__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  bottom: -5px;
}
.forum-plants__pagination .swiper-pagination-bullet-active {
  background-color: #ff7b31;
}

.forum-plants-button__next, .forum-plants-button__prev {
  width: 50px !important;
  height: 50px !important;
  background-color: #ff7b31;
  border-radius: 100%;
  animation: blink 1.5s infinite;
}
.forum-plants-button__next::after, .forum-plants-button__prev::after {
  color: #fff;
  font-size: 16px !important;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .forum-plants-button__next, .forum-plants-button__prev {
    display: none !important;
  }
}
.review {
  margin-bottom: 100px;
}
.review__title {
  margin: 0;
}
.review .video__item {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.review .video__title {
  width: 100%;
  text-align: center;
  background-color: #ff7b31;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}

.forum-sidebar {
  position: sticky;
  top: 150px;
}
.forum-sidebar__title {
  margin-bottom: 2rem;
}
.forum-sidebar__title a {
  color: #ef801c;
}
.forum-sidebar__wrapper {
  position: relative;
  border-radius: 20px;
  padding: 2.5rem 1rem;
  min-height: 450px;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  height: 500px;
  overflow: auto;
}
.forum-sidebar__list {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.forum-sidebar__list-item {
  border-radius: 10px;
  cursor: pointer;
  padding: 1.3rem 1rem;
}
.forum-sidebar__list-item a {
  width: 100%;
  font-size: 1rem;
  color: black;
}
.forum-sidebar__list-item:hover {
  background-color: #ef801c;
}
.forum-sidebar__list-item:hover a {
  color: #ffffff;
}

.request-btn {
  background: rgb(255, 123, 49);
  margin-bottom: 30px;
  transition: 0.3s ease-in;
  height: 44px;
  display: flex;
  justify-content: center;
  max-width: 200px;
  align-items: center;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 17px;
}

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

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}