.container {
  max-width: 1200px;
}
.content_page_title .titile_branches {
  flex-direction: column;
  padding: 25px 0 25px;
  gap: 1rem;
  align-items: flex-start;
}
.content_page_title .titile_branches p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 0 15px;
}
.content_page_title .titile_branches h1 {
  margin: 0;
}
.addit_sub_page_section {
  padding: 80px 0;
}
.addit_sub_page_section .addit_sub_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.addit_sub_page_section .addit_sub_block .addite_sub_left {
  max-width: 505px;
  width: 100%;
  max-height: 505px;
}
.addit_sub_page_section .addit_sub_block .addite_sub_left img {
  width: 100%;
}
.addit_sub_page_section .addit_sub_block .addit_sub_right {
  max-width: 475px;
  width: 100%;
}
.addit_sub_page_section .addit_sub_block .addit_sub_right h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #009122;
  position: relative;
  margin-bottom: 25px;
}
.addit_sub_page_section .addit_sub_block .addit_sub_right h2:before {
  content: '';
  position: absolute;
  top: calc(50% - 28.5px);
  left: -30px;
  width: 57px;
  height: 57px;
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.addit_sub_page_section .addit_sub_block .addit_sub_right p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #181c25;
  margin: 0;
}
.addit_sub_page_section .addit_sub_block .addit_sub_right p:not(:last-child) {
  margin-bottom: 20px;
}

.addit_sub_page_section .addit_sub_slider_block {
  margin-bottom: 60px;
}
.addit_sub_page_section
  .addit_sub_slider_block
  .addit_sub_slider
  .addit_sub_slider_item {
  margin: 0 10px;
}
.addit_sub_page_section .addit_sub_slider_block .addit_sub_slider div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.addit_sub_page_section .addit_sub_slider_block .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0;
}
.addit_sub_page_section .addit_sub_slider_block .slick-dots li {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
.addit_sub_page_section
  .addit_sub_slider_block
  .slick-dots
  li:not(.slick-active)
  button {
  background: #00912226;
}
.addit_sub_page_section .addit_sub_slider_block .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #009122;
  border-radius: 30px;
  outline: none;
  transition: background 0.4s ease;
}
.addit_sub_page_section
  .addit_sub_slider_block
  .slick-dots
  li:not(.slick-active):hover
  button {
  background: #58cf74;
}
.addit_sub_page_section
  .addit_sub_slider_block
  .slick-dots
  li:not(.slick-active):active
  button {
  background: #009122;
}
.addit_sub_page_section .addit_sub_slider_block .slick-arrow {
  border: 3px solid #009122;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background 0.4s ease, border 0.4s ease;
}
.addit_sub_page_section .addit_sub_slider_block .slick-arrow.prev {
  left: -80px;
}
.addit_sub_page_section .addit_sub_slider_block .slick-arrow.next {
  right: -80px;
}
.addit_sub_page_section .addit_sub_slider_block .slick-arrow:hover {
  background: #58cf74;
  border-color: #58cf74;
}
.addit_sub_page_section .addit_sub_slider_block .slick-arrow:hover svg path,
.addit_sub_page_section .addit_sub_slider_block .slick-arrow:active svg path {
  fill: #fff;
}
.addit_sub_page_section .addit_sub_slider_block .slick-arrow:active {
  background: #009122;
  border-color: #009122;
}

@media screen and (max-width: 1345px) {
  .addit_sub_page_section .addit_sub_slider_block {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1180px) {
  .addit_sub_page_section .addit_sub_block .addite_sub_left {
    max-width: 400px;
  }
  .addit_sub_page_section .addit_sub_slider_block {
    max-width: 100%;
  }
  .addit_sub_page_section .addit_sub_slider_block .slick-arrow.prev {
    top: -70px;
    right: 100px;
    left: 0;
    bottom: auto;
  }
  .addit_sub_page_section .addit_sub_slider_block .slick-arrow.next {
    top: -70px;
    right: 0;
    left: 100px;
    bottom: auto;
  }
  .addit_sub_page_section .addit_sub_block {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 992px) {
  .addit_sub_page_section .addit_sub_block .addit_sub_right p {
    font-size: 14px;
    line-height: 20px;
  }
  .addit_sub_page_section .addit_sub_block .addit_sub_right p:not(:last-child) {
    margin-bottom: 10px;
  }
  .addit_sub_page_section .addit_sub_block .addite_sub_left {
    max-width: 300px;
  }
  .addit_sub_page_section .addit_sub_block .addit_sub_right h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .addit_sub_page_section .addit_sub_block .addit_sub_right h2:before {
    top: calc(50% - 22.5px);
    left: -20px;
    width: 45px;
    height: 45px;
  }
  .addit_sub_page_section .addit_sub_block .addit_sub_right {
    max-width: 380px;
  }
  .addit_sub_page_section .addit_sub_slider_block .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .addit_sub_page_section .addit_sub_slider_block .slick-arrow svg {
    max-width: 24px;
    width: 100%;
  }
  .addit_sub_page_section .addit_sub_slider_block .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .addit_sub_page_section {
    padding: 60px 0;
  }
  .addit_sub_page_section .addit_sub_block {
    flex-direction: column;
  }
  .addit_sub_page_section .addit_sub_block .addite_sub_left {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .addit_sub_page_section .addit_sub_block .addite_sub_left img {
    max-width: 400px;
  }
  .addit_sub_page_section .addit_sub_block .addit_sub_right {
    max-width: 100%;
  }
  .addit_sub_page_section .addit_sub_block .addit_sub_right h2 {
    margin-left: 25px;
  }
  .addit_sub_page_section .addit_sub_block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 568px) {
  .addit_sub_page_section .addit_sub_block .addit_sub_right h2 {
    font-size: 24px;
  }
  .addit_sub_page_section .addit_sub_slider_block .slick-dots {
    bottom: -40px;
  }
  .addit_sub_page_section .addit_sub_slider_block {
    margin: 0 auto 40px;
  }
}
