.content_page_title .titile_branches object {
  max-width: 105px;
  width: 100%;
}

.camp_section {
  padding: 80px 0;
}
.camp_section .section_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #009122;
  max-width: 630px;
  width: 100%;
  margin: 0 auto 80px;
}
.camp_section .camp_hero {
  background: url('../img/camp_hero_img.svg');
  background-size: cover;
  background-position: center;
}
.camp_section .camp_hero .camp_hero_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.camp_section .camp_hero .camp_hero_block .camp_hero_img_side {
  max-width: 50%;
  width: 100%;
}
.camp_section .camp_hero .camp_hero_block .camp_hero_img_side .camp_img_square {
  position: relative;
  display: block;
  width: 100%;
}
.camp_section
  .camp_hero
  .camp_hero_block
  .camp_hero_img_side
  .camp_img_square:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.camp_section
  .camp_hero
  .camp_hero_block
  .camp_hero_img_side
  .camp_img_square
  .camp_img_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.camp_section
  .camp_hero
  .camp_hero_block
  .camp_hero_img_side
  .camp_img_square
  .camp_img_content
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.camp_section .camp_hero .camp_hero_block .camp_hero_text_side {
  max-width: 580px;
  width: 100%;
  margin: auto;
}
.camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #181c25;
  margin: 0 0 30px;
  position: relative;
}
.camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2:after {
  content: '';
  position: absolute;
  top: calc(50% - 28.5px);
  left: -30px;
  width: 57px;
  height: 57px;
  opacity: 0.2;
  transform: rotate(-45deg);
  background: linear-gradient(0deg, #a78bde, #a78bde), #58cf74;
}
.camp_section .camp_hero .camp_hero_block .camp_hero_text_side p {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  color: #181c25;
  margin: 0;
}
.camp_section
  .camp_hero
  .camp_hero_block
  .camp_hero_text_side
  p:not(:last-child) {
  margin-bottom: 20px;
}

.our_values_section {
}
.our_values_section .call_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_values_section .call_block hr {
  max-width: 200px;
  width: 100%;
  border: 0;
  height: 2px;
  background: #58cf74;
}
.our_values_section .call_block a {
  margin: 0 25px;
  border: 1px solid #58cf74;
  background: #58cf74;
  max-width: 255px;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.our_values_section .call_block a:hover {
  background: #009122;
  border: 1px solid #009122;
}
.our_values_section .call_block a:active {
  background: transparent;
  border: 1px solid #009122;
  color: #009122;
}

.gallery_section {
}
.gallery_section h2 {
  max-width: max-content;
  margin: 0 auto 80px;
  color: #181c25;
}
.gallery_section .camp_branch_block {
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_section .camp_branch_block .camp_branch_item {
  max-width: 300px;
  width: 100%;
  height: 40px;
}
.gallery_section .camp_branch_block .camp_branch_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #58cf74;
  text-align: center;
  border: 1px solid #58cf74;
  transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
.gallery_section .camp_branch_block .camp_branch_item a:hover,
.gallery_section .camp_branch_block .camp_branch_item.active a {
  background: #58cf74;
  border: 1px solid #58cf74;
  color: #ffffff;
  font-weight: 700;
}
.gallery_section .camp_branch_block .camp_branch_item a:active {
  background: #009122;
  border: 1px solid #009122;
}

.reviews_section .container {
  max-width: 1440px;
}
.reviews_section .fb_slider_block .fb_slider_item {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 0 35px;
}
.reviews_section .fb_slider_block .fb_slider_item .fb_slider_title {
  max-width: 50%;
  width: 100%;
  margin: 0;
  flex: 1 0 auto;
}
.reviews_section
  .fb_slider_block
  .fb_slider_item
  .fb_slider_title
  .fb_slider_img {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.reviews_section
  .fb_slider_block
  .fb_slider_item
  .fb_slider_title
  .fb_slider_img
  img {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews_section .fb_slider_block .fb_slider_item .fb_slider_text {
  margin-bottom: 0;
  padding: 25px 0;
  max-width: 260px;
  position: relative;
}
.reviews_section .fb_slider_block .fb_slider_item .fb_slider_link {
  margin-top: 45px;
}
.reviews_section
  .fb_slider_block
  .fb_slider_item
  .fb_slider_text
  p.fb_reviews_name {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #181c25;
}
.reviews_section
  .fb_slider_block
  .fb_slider_item
  .fb_slider_text
  .fb_slider_text_item
  p:not(:first-child) {
  display: none;
}
.reviews_section
  .fb_slider_block
  .fb_slider_item
  .fb_slider_text
  .fb_slider_text_item
  p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.reviews_section .fb_slider_block {
  margin-bottom: 80px;
}
.reviews_section .fb_slider_block .fb_slider_item {
  max-width: 640px;
  width: 100%;
  margin-bottom: 20px;
}
.reviews_section .fb_not_slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.reviews_section .fb_slider_block .fb_slider_item .fb_slider_text:before {
  content: url("data:image/svg+xml, %3Csvg width='39' height='34' viewBox='0 0 76 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.15' d='M21.4783 35.7814C24.6253 36.902 27.0642 38.7431 28.795 41.3047C30.5259 43.8662 31.3913 46.9881 31.3913 50.6703C31.3913 55.4731 29.8965 59.3955 26.9068 62.4373C23.9172 65.4791 20.2195 67 15.8137 67C11.2505 67 7.47412 65.4791 4.48447 62.4373C1.49482 59.2354 0 55.313 0 50.6703C0 48.4289 0.236025 46.1876 0.708074 43.9462C1.33747 41.5448 2.5176 38.1028 4.24845 33.6201L15.3416 0H30.2112L21.4783 35.7814ZM66.087 35.7814C69.2339 36.902 71.6729 38.7431 73.4037 41.3047C75.1346 43.8662 76 46.9881 76 50.6703C76 55.4731 74.5052 59.3955 71.5155 62.4373C68.5259 65.4791 64.8281 67 60.4224 67C55.8592 67 52.0828 65.4791 49.0932 62.4373C46.1035 59.2354 44.6087 55.313 44.6087 50.6703C44.6087 48.4289 44.8447 46.1876 45.3168 43.9462C45.9462 41.5448 47.1263 38.1028 48.8571 33.6201L59.9503 0H74.8199L66.087 35.7814Z' fill='%2358CF74'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
}
.reviews_section .camp_group_btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.reviews_section .feedback_btn {
  max-width: 285px;
  margin: 0 10px;
}
.reviews_section .more_reviews_link {
  margin: 0 10px;
}

.about_camp_section {
  padding: 80px 0;
}
.about_camp_section .about_camp_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.about_camp_section .about_camp_block .about_camp_item {
  max-width: 32%;
  width: 100%;
  height: 550px;
  padding: 35px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about_camp_section .about_camp_block .about_camp_item:nth-child(1) {
  background: #58cf74;
}
.about_camp_section .about_camp_block .about_camp_item:nth-child(2) {
  background: #a78bde;
}
.about_camp_section .about_camp_block .about_camp_item:nth-child(3) {
  background: #e4cd6e;
}
.about_camp_section .about_camp_block .about_camp_item .about_camp_item__title {
}
.about_camp_section
  .about_camp_block
  .about_camp_item
  .about_camp_item__title
  p {
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 25px;
}
.about_camp_section
  .about_camp_block
  .about_camp_item
  .about_camp_item__title
  hr {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  border: 0;
  height: 2px;
  background: #ffffff;
}
.about_camp_section .about_camp_block .about_camp_item .about_camp_item__text {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.about_camp_section
  .about_camp_block
  .about_camp_item
  .about_camp_item__text
  p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.about_camp_section
  .about_camp_block
  .about_camp_item
  .about_camp_item__text
  p
  strong {
  font-weight: 600;
}
.about_camp_section
  .about_camp_block
  .about_camp_item
  .about_camp_item__text
  p:not(:last-child) {
  margin: 0 0 20px;
}

.about_camp_section .about_camp_map {
}
.about_camp_section .about_camp_map .about_camp_map_block {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 25px;
}
.about_camp_section .about_camp_map .about_camp_map_block .about_camp_map_item {
  display: block;
  width: 100%;
  height: 100%;
}
.about_camp_section
  .about_camp_map
  .about_camp_map_block
  .about_camp_map_item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_camp_section .about_camp_map .about_camp_map_block .map_branches {
  position: absolute;
  top: 20px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about_camp_section .about_camp_map .about_camp_map_block .map_branches a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #58cf74;
  text-align: center;
  border: 1px solid #58cf74;
  transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
  width: 280px;
  height: 40px;
}
.about_camp_section
  .about_camp_map
  .about_camp_map_block
  .map_branches
  a.active,
.about_camp_section
  .about_camp_map
  .about_camp_map_block
  .map_branches
  a:hover {
  background: #58cf74;
  border: 1px solid #58cf74;
  color: #ffffff;
  font-weight: 700;
}
.about_camp_section
  .about_camp_map
  .about_camp_map_block
  .map_branches
  a:active {
  background: #009122;
  border: 1px solid #009122;
}
.about_camp_section .about_camp_map .coord_link_block {
  max-width: 280px;
  width: 100%;
  height: 40px;
  margin: 25px 0 0 20px;
}
.about_camp_section .about_camp_map .coord_link_block a {
  background: #ffffff;
  border: 1px solid #181c25;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #181c25;
  transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
.about_camp_section .about_camp_map .coord_link_block a:hover {
  background: #58cf74;
  border: 1px solid #58cf74;
  color: #ffffff;
}
.about_camp_section .about_camp_map .coord_link_block a:active {
  background: #009122;
  border: 1px solid #009122;
  color: #ffffff;
}
.about_camp_section .about_camp_map .enroll_link_camp {
  margin: 100px auto 0;
  max-width: 500px;
  height: 65px;
}
.about_camp_section .about_camp_map .enroll_link_camp a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #58cf74;
  border: 1px solid #58cf74;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
.about_camp_section .about_camp_map .enroll_link_camp a:hover {
  background: #009122;
  border: 1px solid #009122;
}
.about_camp_section .about_camp_map .enroll_link_camp a:active {
  background: transparent;
  border: 1px solid #009122;
  color: #009122;
}
.reviews_section .fb_slider_block .fb_slider_item .fb_slider_back_img {
  display: none;
}

@media screen and (max-width: 1400px) {
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side {
    margin: auto 20px auto 0;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2 {
    margin: 0 0 30px 40px;
  }
  .reviews_section .fb_slider_block .fb_slider_item {
    max-width: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .camp_section .section_title {
    font-size: 26px;
    line-height: 28px;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2 {
    font-size: 24px;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side p,
  .about_camp_section
    .about_camp_block
    .about_camp_item
    .about_camp_item__text
    p {
    font-size: 20px;
    line-height: 26px;
  }
  .reviews_section .fb_slider_block .fb_slider_item {
    max-width: 470px;
    padding: 0 0 0 20px;
    margin: 5px 0;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_title {
    max-width: 55%;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_link p {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 992px) {
  .camp_section {
    padding: 60px 0 0;
  }
  .camp_section .section_title {
    margin: 0 auto 60px;
    font-size: 24px;
    line-height: 26px;
  }
  .camp_section .camp_hero .camp_hero_block {
    flex-direction: column;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_img_side,
  .camp_section
    .camp_hero
    .camp_hero_block
    .camp_hero_img_side
    .camp_img_square
    .camp_img_content,
  .camp_section
    .camp_hero
    .camp_hero_block
    .camp_hero_img_side
    .camp_img_square
    .camp_img_content
    img {
    max-width: 100%;
    height: 400px;
  }
  .camp_section
    .camp_hero
    .camp_hero_block
    .camp_hero_img_side
    .camp_img_square
    .camp_img_content {
    position: relative;
  }
  .camp_section
    .camp_hero
    .camp_hero_block
    .camp_hero_img_side
    .camp_img_square:after {
    padding-top: 0;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side {
    max-width: 100%;
    margin: 0;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2 {
    margin: 40px 0 40px 40px;
    width: auto;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side p,
  .about_camp_section
    .about_camp_block
    .about_camp_item
    .about_camp_item__text
    p {
    font-size: 14px;
    line-height: 20px;
  }
  .gallery_section {
    padding: 40px 0 60px;
  }
  .reviews_section .section_title,
  .gallery_section h2,
  .our_values_section h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .gallery_section h2 {
    margin: 0 auto 60px;
  }
  .reviews_section .section_title {
    margin: 0 auto 80px;
  }
  .reviews_section .fb_slider_block .fb_slider_item {
    max-width: 560px;
    padding: 0 0 0 35px;
    margin: 5px auto;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_title {
    max-width: 50%;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_text {
    padding: 25px 10px 25px 0;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_text:before {
    right: 15px;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_link p {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  .about_camp_section .about_camp_block .about_camp_item {
    height: 380px;
    padding: 35px 10px 0;
  }
  .about_camp_section
    .about_camp_block
    .about_camp_item
    .about_camp_item__title
    p {
    font-size: 24px;
    line-height: 26px;
  }
  .about_camp_section
    .about_camp_block
    .about_camp_item
    .about_camp_item__text
    p:not(:last-child) {
    margin: 0 0 10px;
  }
  .about_camp_section .about_camp_map .enroll_link_camp {
    max-width: 430px;
    margin: 40px auto 0;
  }
  .about_camp_section .about_camp_block {
    margin-bottom: 60px;
  }
  .gallery_section .camp_branch_block {
    margin: 0 auto 60px;
  }
  .about_camp_section {
    padding: 0 0 60px;
  }
  .reviews_section .fb_slider_block {
    margin-bottom: 40px;
  }
  .reviews_section .video_slider_block {
    margin-bottom: 100px;
  }
  .our_values_section
    .our_values_block
    .our_values_block__item
    .our_values_block__content
    img {
    max-width: 110px;
  }
  .our_values_section
    .our_values_block
    .our_values_block__item:first-child
    .our_values_block__content
    img {
    max-width: 158px;
  }
}
@media screen and (max-width: 767px) {
  .camp_section .section_title {
    padding: 0 20px;
  }
  .camp_section
    .camp_hero
    .camp_hero_block
    .camp_hero_text_side
    p:not(:last-child) {
    margin-bottom: 10px;
  }
  .our_values_section .call_block a {
    flex: 1 0 auto;
  }
  .about_camp_section .about_camp_block {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .about_camp_section .about_camp_block .about_camp_item {
    max-width: 48%;
    margin-bottom: 20px;
  }
  .about_camp_section .about_camp_block {
    margin-bottom: 40px;
  }
  .about_camp_section .about_camp_map .about_camp_map_block .map_branches {
    flex-wrap: wrap;
  }
  .about_camp_section .about_camp_map .about_camp_map_block {
    height: 350px;
  }
}
@media screen and (max-width: 568px) {
  .content_page_title .titile_branches object {
    max-width: 80px;
  }
  .camp_section .section_title,
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .camp_section .camp_hero .camp_hero_block .camp_hero_text_side h2 {
    margin: 25px 0 25px 40px;
  }
  .our_values_section .call_block a {
    max-width: 220px;
    margin: 0 15px;
  }
  .gallery_section .camp_branch_block {
    flex-wrap: wrap;
  }
  .reviews_section .section_title {
    margin-left: 40px;
  }
  .reviews_section .fb_slider_block .fb_slider_item {
    flex-direction: column;
    padding: 0;
    margin: 10px auto;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_title {
    max-width: 100%;
    height: 250px;
  }
  .reviews_section .fb_slider_block .fb_slider_item .fb_slider_text {
    max-width: 100%;
    padding: 20px 25px;
  }
  .reviews_section .camp_group_btn {
    flex-wrap: wrap;
  }
  .reviews_section .more_reviews_link {
    margin: 0 10px 20px;
  }
  .about_camp_section .about_camp_block .about_camp_item {
    max-width: 100%;
  }
  .about_camp_section .about_camp_block .about_camp_item {
    height: 330px;
  }
  .about_camp_section .about_camp_map .about_camp_map_block .map_branches {
    top: 0;
    left: 0;
  }
  .about_camp_section
    .about_camp_block
    .about_camp_item
    .about_camp_item__text
    p:not(:last-child) {
    font-size: 16px;
    line-height: 22px;
  }
}
.gallery_section .gallery_block,
.about_camp_map_item {
  transition: opacity 2.4s ease;
}
.gallery_section .gallery_block.active {
  opacity: 1;
  display: flex;
}
.gallery_section .gallery_block:not(.active) {
  opacity: 0;
  display: none;
}
.about_camp_section
  .about_camp_map
  .about_camp_map_block
  .about_camp_map_item.active {
  display: block;
}
.about_camp_section
  .about_camp_map
  .about_camp_map_block
  .about_camp_map_item:not(.active) {
  display: none;
}
