.column,
.contain {
  display: flex;
  background: #fff;
}
.column2,
.row-view,
.scroll-view {
  align-self: stretch;
}
.text2,
.text3,
.text4 {
  color: #121212;
}
.column {
  flex: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.column.border {
  border-radius: 24px;
  border: 3px solid #ecf6e8;
  padding: 40px;
}
.column2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.contain {
  flex-direction: column;
  margin: 90px auto 0;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
    .contain {
        margin: 190px auto 0;
    }
}
.row-view {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .row-view {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
  }
}
.scroll-view {
  display: flex;
  flex-direction: column;
  gap: 61px;
}
.cards_slider h2,
.custom_snipet h2,
.text {
  text-align: center;
}
.text2.block_heading_style-bold {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.text2.block_heading_style-simple {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.text3 {
  font-size: 16px;
}
.text4 {
  font-size: 32px;
  font-weight: 700;
  width: 221px;
}
.cards_slider .swiper-slide {
  min-height: 511px;
}
.cards_slider-content {
  min-height: 200px;
  background-color: #ecf6e8;
  padding: 24px;
  border-radius: 0 0 32px 32px;
}
.custom_snipet,
.image_accordion,
.image_with_text {
  background-color: #e7f2f5;
}
.cards_slider-subheading {
  font-size: 16px;
  margin-bottom: 16px;
}
.cards_slider-content h3 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cards_slider-content img {
  width: 100%;
}
.cards_slider-text {
  font-size: 19px;
}
.cards_slider {
  position: relative;
  margin: 40px auto;
}
.cards_slider .swiper-button-next,
.cards_slider .swiper-button-prev {
  width: 60px;
  height: 60px;
}
.cards_slider .swiper-button-next::after,
.cards_slider .swiper-button-prev::after {
  display: none;
}
.cards_slider .swiper-button-next {
  right: -15px;
}
.cards_slider .swiper-button-prev {
  left: -15px;
}
.cards_slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid #121212;
  border-radius: 50%;
  background: 0 0;
}
.cards_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.image_with_text {
  border-radius: 30px 30px 0 0;
  padding: 40px 0 50px;
  position: relative;
}
.image_with_text-left,
.image_with_text-right {
  position: absolute;
}
.image_with_text-left {
  top: -350px;
}
.image_with_text-right {
  right: 0;
  bottom: 100px;
}
.image_with_text .container {
  display: flex;
  align-items: center;
  gap: 217px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .image_with_text .container img {
    width: 40%;
  }
  .addresses-item {
    width: calc((100% - 40px) / 2);
  }
}
.custom_snipet {
  padding: 40px 0;
}
.image_with_text + .custom_snipet .container {
  top: -100px;
}
@media screen and (min-width: 1208px) {
  .image_with_text + .custom_snipet .container {
    position: relative;
    top: -200px;
  }
}
.plans + .custom_snipet h2 {
  margin-bottom: 0;
}
.plans + .custom_snipet {
  margin-bottom: 70px;
  border-radius: 6.25rem;
}
.image_accordion {
  padding: 0 0 80px;
}
.image_accordion .container {
  display: flex;
  justify-content: space-between;
  gap: 79px;
}
@media screen and (max-width: 990px) {
  .image_with_text .container {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .image_accordion .container {
    flex-direction: column;
    gap: 10px;
  }
  .image_accordion-left img {
    display: none;
  }
  .image_accordion-left h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.image_accorion-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 40px;
  cursor: pointer;
}
.image_accorion-item .heading {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10%;
}
.image_accorion-item .heading .active {
  transform: rotate(180deg);
  opacity: 0;
  transition: 0.3s ease-in;
}
.image_accorion-item.active .heading .active {
  transform: rotate(0);
  opacity: 1;
}
.image_accorion-item .heading .hidden {
  transition: 0.3s ease-in;
}
.image_accorion-item.active .heading .hidden {
  transform: rotate(180deg);
  opacity: 0;
}
.image_accorion-item .heading svg {
  position: absolute;
  right: 0;
}
.image_accorion-item .description {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.image_accorion-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 810px;
}
.contact_banner h2 {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.contact_banner p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 2;
}
.contact_banner-container {
  padding: 60px 0 100px;
  background-color: #e7f2f5;
}
.contact_banner {
  background-color: #d3ecf2;
  padding: 40px 8px;
  border-radius: 24px;
  position: relative;
}
.contact_banner svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.contact_banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.addresses-container {
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.addresses-containe h2,
.addresses-heading {
  margin-bottom: 24px;
}
.addresses-container > * {
  width: calc((100% - 40px) / 3);
}
.addresses-item {
  border-radius: 24px;
  border: 3px solid #ecf6e8;
  padding: 24px 16px;
}
.addresses-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px solid #ecf6e8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .column {
    gap: 24px;
  }
  .text2.block_heading_style-bold {
    font-size: 32px;
    min-height: 80px;
  }
  .text3 {
    font-size: 20px;
  }
  .cards_slider .swiper-slide {
    min-height: 611px;
  }
  .cards_slider {
    margin: 90px auto 0;
    padding-bottom: 180px;
  }
  .cards_slider .swiper-pagination {
    display: none;
  }
  .image_with_text {
    border-radius: 100px 100px 0 0;
    padding: 80px 0 400px;
  }
  .contact_banner {
    padding: 60px 32px;
  }
  .addresses-item {
    padding: 60px 40px;
  }
  .addresses-heading {
    font-size: 32px;
  }
}
.addresses-info > * {
  display: flex;
  gap: 8px;
}
.addresses-info > * + * {
  margin-top: 16px;
}
.addresses-info svg {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .scroll-view {
    gap: 40px;
  }
  .cards_slider h2,
  .scroll-view .text {
    margin-bottom: 0;
  }
  .text2.block_heading_style-simple {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .cards_slider .swiper-button-next,
  .cards_slider .swiper-button-prev,
  .image_with_text-left {
    display: none;
  }
  .image_with_text-right {
    top: 0;
  }
  .addresses-item,
  .image_with_text .container img {
    width: 100%;
  }
  .image_accorion-item .heading {
    font-size: 18px;
  }
  .contact_banner h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .contact_banner p {
    margin-bottom: 24px;
  }
  .contact_banner svg {
    width: 70%;
    height: max-content;
  }
  .contact_banner-buttons a {
    width: 100%;
    z-index: 2;
  }
  .addresses-info > h2 {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .addresses-container > .addresses-info {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .button {
    width: 100%;
  }
}
