/* ACCORDION_ICON */
.line-picture {
  max-width: 1140px;
  margin: 0 auto;
}
.img-line {
  position: relative;
  height: 200px;
  background-image: url(../images/img/stripe-picture.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.img-line img {
  max-width: 500px;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 30%;
  left: 49%;
}
.img-line-box {
  margin-bottom: 60px;
}
/*accordion--------*/
.accordion__body a{
	color:blue;
}
.accordion__body a:hover{
text-decoration: underline;
}
.accordion-section{
  padding-bottom: 100px;
  padding-top: 47px;
  display: flex;
  flex-direction: column;
}
.accordion-blocks {
  display: flex;
}
.accordion-block {
  flex: 0 0 33.33333%;
  padding-left: 40px;
}
.accordion-blocks:last-child {
  padding-left: 0px;
}
.accordion__item-icon {
  border-bottom: 1.5px solid #e2e8ef;
}
.accordion__item-icon svg{
  height: 30px;
  margin-right: 10px;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0 0.75rem 0rem;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
.accordion__header-icon {
  color: #363840; 
  font-size: 25px;
  text-align: left;
  font-size: calc(2.2rem / 1.6);
  padding-bottom: 15px;
}
.accordion__box-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239ca8b4  '%3e%3cpath   fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.3rem;
  content: "";
  transition: transform 0.2s ease-out;
}
.accordion__item_show .accordion__box-icon,
.accordion__item_slidedown .accordion__box-icon {
  transform: rotate(-180deg);
}
.li-arrow li{
  list-style-type: square;
    margin-left: 20px;
    padding-bottom: 10px;
	}
.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
/* STEPS */
.step__text h4 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.01rem;
	line-height: 24px;
	font-weight: 500;
}
.steps {
  background-color: #f3f3f3;
  padding-top: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.step-wrapper {
  padding-bottom: 50px;
}
.step:not(:last-child) {
  margin-right: 8px;
}
.row-steps {
  margin: 20px auto;
  display: flex;
  border-radius: 8px;
}
.steps-title {
  padding-top: 70px;
  margin: 0 auto;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.step__number-line {
  display: flex;
  align-items: center;
}
.step__namber {
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 50%;
  justify-content: center;
  background-color: #ffa401;
 }
.step__number-line > div:nth-child(2) {
  flex-grow: 1;
  border-bottom: 2px solid #283844;
}
.num {
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
.step__text {
  margin-right: 20px;
  margin-top: 24px;
}
.step__text h4 {
  padding-bottom: 7px;
}
/* accordion-plus */
.accordion-plus {
  padding-top: 100px;
  padding-bottom: 100px;
}
.accordion-plus__items {
  display: flex;
  gap: 50px;
}
.block1 {
  flex: 1 1 50%;
}
.block2 {
  flex: 1 1 50%;
}
.accordion-header {
  margin-bottom: 20px;
}
.accordion-plus__item {
  overflow: hidden;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 20px;
}
.ai-plus-header {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.ai-plus-header h3 {
  color: #363840;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.ai-plus-title {
  margin-left: 24px;
  flex: 1;
}
.ai-arrow-box {
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffa401;
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
.ai-arrow-box::before,
.ai-arrow-box::after {
  width: 18px;
  height: 2px;
  background-color: #000;
}
.ai-arrow-box::before,
.ai-arrow-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 29%;
  top: 48%;
  transition: 0.05s linear;
}
.ai-arrow-box::after {
  transform: rotate(-90deg);
}
.accordion__item_show .ai-arrow-box::after {
  transform: rotate(0deg);
}
.accordion__content{
padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .accordion-plus__items {
    flex-direction: column;
  }
  .accordion-plus__items {
    gap: 0;
  }
  .ai-item {
    padding: 22px 0px 0;
  }
  .ai-plus-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .ai-plus-title {
    margin-left: 10px;
  }
  .accordion-plus {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .accordion-blocks {
    flex-direction: column;
  }
  .accordion-block {
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .accordion-block {
    padding-left: 0px;
  }
  .row-steps {
    height: 100%;
    flex-direction: column;
  }
  .step:not(:last-child) {
    margin-right: 0;
  }
  .steps {
    padding-top: 50px;
  }
  .step {
    display: flex;
    padding-bottom: 16px;
  }
  .steps-title {
    padding-bottom: 0;
  }
  .step__number-line > div:nth-child(2) {
    height: 100%;
    flex-grow: 1;
    border-left: 1px solid #283844;
    border-bottom: 0;
    margin-bottom: 6px;
  }
  .step__number-line > div:first-child {
    width: 32px;
    height: 32px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .step__number-line {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .step__text {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .line-picture {
    width: 100%;
  }
  .accordion-section{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .img-line img {
    max-width: 452px;
    top: 38%;
    left: 48%;
  }
  .img-line-box {
    margin-top: 15px;
  }
}
@media (max-width: 900px) {
  .img-line img {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .accordion-header {
    margin-bottom: 10px;
  }
  .accordion-header h2 {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .img-line img {
    max-width: 385px;
    left: 42%;
  }
  .steps-title {
    padding-top: 50px;
  }
  .step-wrapper {
    padding-bottom: 0px;
  }
  .accordion-section {
    padding-top: 25px;
  }
  .img-line {
    background-image: url(../images/img/stripe-picture-wide.jpg);
  }
}
@media (max-width: 648px) {
  .img-line img {
    left: 31%;
  }
}
@media (max-width: 550px) {
  .img-line img {
    max-width: 320px;
    top: 53%;
    left: 25%;
  }
  .img-line-box {
    margin-bottom: 60px;
  }
  .accordion-header h2 {
    padding-top: 0px;
  }
}
@media (max-width: 425px) {
  .img-line img {
    max-width: 300px;
    left: 17%;
  }
  .accordion-header h2 {
    width: 100%;
  }
}
@media (max-width: 355px) {
	.accordion-section {
    padding-top: 0px;
  }
  .img-line img {
    max-width: 256px;
  }
}
