/* About section (choose us) */

.choose-us--wrapper {
  margin: max(5vh, 2.5rem) auto;
  display: flex;
  justify-content: space-between;
  gap: 5vw;
}

.choose-us__item {
  width: calc((100% - 7.5vw) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2vw;
}

.choose-us .section_title {
  font-size: max(2.5vw, 30px);
  color: #252525;
  line-height: 1;
  text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%); 
  text-align: left;
}
.choose-us__description {
  font-family: var(--text-font-family);
  font-size: max(0.9vw, 14px);
  line-height: 1.35;
  display: flex;
  gap: 1vh;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
}

.choose-us__img img {
  width: 100%;
}
/* end */
/*  */

.volt_container{
  padding: 7.5vh 5vw;
  z-index: 9;
}

.choose-volt{ 
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/themes/anatol_transfer/assets/images/anatol_bg_volt.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #242424;
  padding:30px 0;
  color: #fff;    
}

.choose-volt::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 85%); 
}
.section-volt-head{
  font-family: var(--base-font-family);
    font-weight: 700;    
    font-size: max(1.5vw, 18px);
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%);
    margin: 0 auto 30px;
    text-align: center; 

}
.section-volt-head h3 {
  font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: max(4vw, 3rem);
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%);    
}

.section-volt-head h2.section-title{
  font-family: var(--base-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: max(4vw, 3rem);
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%);    
}
.section-volt-head h3.section-title{
  margin-bottom: 20px;
    font-size: max(2.75vw, 2.5rem);

}
.section-volt-head h2 .col_red{  
  color: #cd2122;
  font-size: max(2.75vw, 2.5rem);
}
.section-volt-head span{
  display: block;
}
.section-volt-head .text_small{
  font-weight: 700; 
  font-size: max(2.5vw, 2.5rem);
}

.volt__description{  
  font-weight: 600;
  font-size: max(0.95vw, 13px);
  display: flex;
  justify-content: space-around ;
  align-items: center;
}
.choose-volt__img{  
  width: 45%;
}
.volt_text_description{
  width: 55%;
  padding-left: 50px;
}
.volt_text_description a{
  margin-top: 60px;
  max-width: 380px;
}
.volt__description ul{
  margin: 20px;
  list-style: disc;
}
.volt__description ul li{
  margin: 10px 0;
}


.volt_text_bottom{
  display: inline-block;
  border: 1px solid #cd2122;
  padding: 15px 20px;
  border-radius: 20px; 
  font-size: max(1.15vw, 14px);
}
.volt_text_description p{
  padding-bottom: 5px;
}
.volt_text_description p span.line_bottom{
  position: relative;
  text-transform: uppercase;
  /*font-size: 1.3vw;*/
}
.volt_text_description p span.line_bottom:after{
    position: absolute;
    content: '';
    bottom: 0;
    width: calc( 100% + 10px);
    left: -5px;
    height: 15px;
    background-color: #cf2122;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.volt_text_bottom a{
  color: #fff;
}
.volt_text_bottom:hover span.line_bottom:after{ 
  height: 100%;
}


/* end */
/*  */

@media screen and (max-width: 1120px) {
  .choose-us--wrapper {
    max-width: 80vw;
  }
}

@media screen and (max-width: 1080px) {
  .choose-us--wrapper {
    max-width: 85vw;
  }

  .choose-us--wrapper {
    gap: 2vw;
  }

  .choose-us__item {
    width: calc((100% - 2.5vw) / 2);
  }
}

@media screen and (max-width: 900px) {

  .section-volt-head h3.section-title,
  .section-volt-head h2.section-title,
  .section-volt-head .text_small {
    font-size: max(6vw, 1.5rem);
  }
  .volt_text_bottom {
    display: block;    
    text-align: center;
    padding: 15px;
  }
  .volt__description {
    flex-direction: column;
}
.choose-volt__img,
.volt_text_description {
    width: 100%;
    padding-left: 0;
} 
.volt_text_description p span.line_bottom:after{
  display: none;
}
.volt_text_bottom a{
  background: #cd2122;
  border-radius: 6px;
  padding: 6px;
  margin-top: 15px;  
  display: inline-block;
}

}


@media screen and (max-width: 800px) {
  .choose-us--wrapper {
    max-width: 80vw;
  }
  .choose-us__item {
    align-items: center;
    width: 100%;
    text-align: center;
    gap: 5vw;
  }

  .choose-us__img {
    display: none;
  }

  .choose-us .section_title {
    text-align: center;
  }
 

}
