.image_description {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  min-height: 100vh; 
  margin-top: -15rem;
}

.image_description .left-block{
  width: 50%;
  height: 100vh;
}

.image_description .right-block {
	width: 50%;
	min-height: 100%;
}

.image_description .left-block{
	position: relative;
	overflow: hidden;
}

.image_description .left-block .image_description__item,
.image_description .left-block .image_description__item-bg{
	position: absolute; 
	top: 0px; 
	left: 0px;
	
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image_description .left-block .image_description__item-bg{
	z-index: -1;
}

.image_description .left-block .image_description__item-bg,
.image_description .right-block .image_description-right__image-block{
	will-change: clip-path, transform, border-radius;
}


.image_description .left-block .image_description__item:not([data-index="0"]){
	opacity: 0;
}

.image_description .background-sections {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.image_description .background-sections > * {
  position: relative;
  z-index: 2;
}

.image_description .button-group{
  display: flex;
  flex-direction: row;
  margin: 0 3rem 3.125rem 0;
  justify-content: space-between;
  padding-bottom: 3.125rem; 
  margin-right: 3rem;
}

.image_description .button-group {
  margin-bottom: 0;
}
.image_description .button-group .button-services{
  border: 0.0625rem solid var(--dark);
  color: var(--dark);
}
.image_description .button-group .button-services:hover{
  color: var(--light);
}
.dark-button{
  color: var(--light);
  background-color: var(--dark);
}
.image_description .mobile_text .image_description_title{
    color: var(--dark);
    font-size: 5.5rem;
    font-weight: 400;
    margin-top: 10rem;
}
.image_description .mobile_line .image_description_title{
    margin-top: 1rem;
}
.image_description .right-block {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.image_description .right-block .image_description-right.is-centered {
    align-items: center;      
    text-align: center;       
    justify-content: center;  
    padding: 19.625rem 3.125rem;
}
.image_description .right-block .image_description-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    padding: 0 3.125rem 0 3.125rem;
}

.image_description .right-block .mobile_line {
    gap: 2.5rem;
    justify-self: start;
}

.image_description .right-block .image_description-right[data-index="0"] {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.image_description .right-block .image_description-right {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*
.image_description .right-block .image_description-right + .image_description-right{
	margin-top: 6.25rem;
}
*/
.image_description .right-block .image_description-right__content {
  max-width: 31.125rem;
  text-align: start;
}

.image_description .right-block .image_description-right__text {
  color: var(--dark);
}

.image_description .right-block .image_description-right__line {
  font-weight: bold;
  font-size: 1rem;
}

.image_description-right.is-centered .image_description-right__content {
    text-align: center;  
}

.image_description-right.is-centered .button-group {
    justify-content: center;  
    margin-right: 0;          
    width: 100%;
}

@media (max-width: 767px) {
  .image_description{
    flex-direction: column;
	  min-height: 100dvh;
  }
  .image_description .left-block{
    max-height: 22.5rem !important;
    width: auto;
    z-index: 10;
    margin-bottom: 2rem;
  }
  .image_description .right-block{
    width: 100%;
    position: relative;
  }
  .image_description .button-group .button {
    font-size: 0.91125rem;
    line-height: 0.19em;
    padding: 1rem 1.1875rem;
  }
  .image_description .mobile_text .image_description_title {
    font-size: 2.375rem !important;
    margin-top: 0;
    margin-bottom: 2.5rem;
    align-items: start;
    display: flex;
    white-space: pre;
  }
  .image_description .right-block .image_description-right{
    padding: 0 1.25rem 0 1.25rem !important;
  }
  .image_description .mobile_line .image_description_title {
    margin-top: 0;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .image_description .mobile_line{
    gap: 0 !important;
  }
  .image_description .mobile_line .image_description_title{
    padding-bottom: 1.5625rem;
  }
  .image_description .mobile_line .image_description-right__content{
    padding-bottom: 2.5rem;
  }
  .image_description .right-block .image_description-right__text {
    font-size: 1.0625rem;
  }
  .image_description .right-block .mobile_line .image_description-right__content {
    margin-left: 0;
  }
  .image_description .right-block {
    min-height: 0;
  }
}

@media (max-width: 767px) {
	.image_description .right-block{
		height: auto;
		flex: 1 1 0;
	}
	
  .image_description .right-block .image_description-right {
    height: 100%;
	min-height: auto;
    display: flex;
    flex-direction: column;
  }
	
	.image_description .right-block .image_description-right__content{
		flex: 1 1 0;
		overflow-y: auto;
	}

  .image_description .button-group {
    margin-top: auto;   
    padding-bottom: 1.5rem;
  }

  .image_description .image_description-right .button-group {
    display: block;
	  margin-right: 0px;
  }

  .image_description .image_description-right .button-group .button {
    width: 100%;
    display: block;
    text-align: center;
  }

}