.about .container {
  padding: 6rem 8rem 9rem;
}

.about__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -ms-flex-align: start;
      align-items: flex-start;
}

.about__gallery {
  width: 45%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (23.75rem)[2];
      grid-template-rows: repeat(2, 23.75rem);
  grid-gap: 3rem;
  position: relative;
}

.about__gallery:after {
  content: '';
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  border-radius: 50%;
}

.about__gallery:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  background: url("../img/logo-about.svg") center/7rem 7rem no-repeat;
  z-index: 1;
}

.about__gallery-img:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 1;
}

.about__gallery-img:nth-child(2) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

.about__gallery-img:nth-child(3) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.about__info {
  width: calc(55% - 8rem);
}

.about__subtitle {
  font: 600 1.6rem/160% var(--GS);
  margin: 3.2rem 0 1.2rem;
}

.about__list {
  display: -ms-flexbox;
  display: flex;
  margin: 3.2rem 0 4.8rem;
  gap: 8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__item {
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  position: relative;
  width: calc(50% - 4rem);
}

.about__item:hover .about__item-img {
  background-color: var(--color-primary);
}

.about__item:hover .about__item-img img {
  filter: brightness(0) invert(1);
  color: var(--floens-white, #ffffff);
  animation-name: wobble-horizontal-hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.about__item:nth-child(odd):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  height: 7rem;
  width: 0.1rem;
  background-color: var(--color-primary-light);
  z-index: 1;
}

.about__item-img {
  width: 8rem;
  height: 8rem;
  min-width: 8rem;
  border-radius: 50%;
  background-color: var(--color-primary-light);
  position: relative;
  transition: all 400ms ease;
}

.about__item-img img {
  transition: all 400ms ease;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.about__item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
}

.about__item-text h3 {
  font: 600 1.6rem/normal var(--GS);
}

.about__item-text p {
  font: 400 1.4rem/160% var(--GS);
}

.choose .container {
  padding: 0 8rem;
}

.choose .section__title {
  margin: 3rem 0;
}

.choose__list {
  max-width: 82%;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem 8rem;
  margin-top: 6rem;
  position: relative;
}

.choose__list > * {
  font-size: 1.4rem;
  line-height: 160%;
}

.choose__list li:after {
  background: url(../img/check-beige.svg) center/2.4rem 2.4rem no-repeat;
}

.choose__list:after {
  content: '';
  position: absolute;
  width: 0.1rem;
  height: calc(100% + 6rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-beige);
}

.choose__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 6rem;
}

.choose__img {
  width: 43%;
  display: flex;
  margin-left: 6rem;
  position: relative;
}
.choose__img img:nth-of-type(1){
  margin-top: 10rem;
  max-width: 32rem;
  max-height: 48rem;
  width: 100%;
  height: 100%;
}
.choose__img img:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*object-fit: none;*/
  width: auto;
  margin-top: 2rem;
  max-width: 28.7rem;
  max-height: 46rem;
  /*width: 100%;*/
  height: 100%;
}
.choose__img img:nth-of-type(3){
  margin-top: 0rem;
  margin-left: -6rem;
  max-width: 27.5rem;
  max-height: 48rem;
  width: 100%;
  height: 100%;
}
.choose__img .section__experience.beige{
  top:70%
}
.choose__img:after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -30%;
  border-radius: 84.6rem;
  opacity: 0.5;
  width: 84.6rem;
  height: 66.7rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(180, 156, 134, 0.1) 0%, #FFF 100%);
  z-index: -1;
}

.choose__img img {
  /*opacity: 0;*/
}

.choose__info {
  width: 50%;
}

.do .container {
  padding: 9rem 8rem 8rem;
}

.do__slider {
  margin-top: 6rem;
}

.do__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.do__text {
  font: 400 1.6rem/160% var(--GS);
  margin: 1.3rem auto 6rem;
  text-align: center;
  max-width: 84.4rem;
}

.do__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  width: calc((100% - 6rem)/3);
}

.do__item:hover .do__img img {
  transform: scale(1.1);
}

.do__img {
  height: 30rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.do__img img {
  transition: all 500ms ease;
}

.do__title {
  font: 600 1.6rem/160% var(--GS);
}

.do__subtitle {
  font: 400 1.6rem/160% var(--GS);
}

.do__nav {
  display: none;
}

.step {
  position: relative;
  overflow: hidden;
}

.step .container {
  padding: 6rem 8rem 9rem;
}

.step__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.step__list {
  margin-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.step__list:after {
  content: '';
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 117.5rem;
  height: 23.6rem;
  background: url("../img/line-desk.svg") center/117.5rem  23.6rem no-repeat;
  z-index: -1;
}

.step__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
  -ms-flex-align: center;
      align-items: center;
}

.step__item:nth-child(even) {
  margin-top: 12rem;
}

.step__item h3 {
  color: var(--color-text-light);
  text-align: center;
  font: 600 2rem/140% var(--GS);
  text-transform: capitalize;
}

.step__item span {
  border-radius: 999.9rem;
  background: var(--color-white);
  padding: 0.8rem 3rem;
  display: block;
  color: var(--color-beige-dark);
  font: 600 1.4rem/140% var(--GS);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.step__item:hover .step__img img {
  transform: scale(1.1);
}

.step__item:hover span {
  color: var(--color-primary);
  background-color: var(--color-primary-light);
}

.step__img {
  width: 18rem;
  height: 18rem;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
  transition: all 500ms ease;
}

.step__img:after {
  content: '';
  position: absolute;
  width: 102%;
  height: 102%;
  border: 1.2rem solid var(--color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}

.step__img img {
  transition: all 500ms ease;
  border-radius: 50%;
}
.step .section__title.vertical .side{
  color: #18332F;
}
.step .section__title .side:after {
  background: url(../img/logo-green.svg) center / 1.6rem 1.6rem no-repeat;
}

@media only screen and (max-width: 666px) {
  .do__nav {
    display: -ms-flexbox;
    display: flex;
    margin: 4rem auto 0.8rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .do__list {
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .do__item {
    width: 100%;
  }
  .do__text {
    font-size: 1.2rem;
    line-height: 140%;
    margin: 0.5rem 0 2.8rem;
  }
  .choose__flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4rem;
    margin-top: 2rem;
  }
  .choose__info {
    width: 100%;
  }
  .about__flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.7rem;
  }
  .about__flex > * {
    width: 100%;
  }
  .choose__img:after {
    width: 100vw;
    height: 100vw;
  }
  .choose__img {
    width: 90%;
    margin: 0;
    margin-left: 2rem;
  }
  .choose .section__experience.beige {
    top: 70%;
    left: -3rem;
  }
  .choose__list {
    max-width: 100%;
    gap: 1.6rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 2.4rem;
  }
  .choose__list li:after {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/check-beige.svg) center/1.6rem 1.6rem no-repeat;
  }
  .choose__list:after {
    display: none;
  }
  .wrap .choose .container {
    padding-bottom: 1rem;
  }
  .choose__list > * {
    width: calc(50% - 0.5rem);
    font-size: 1.2rem;
  }
  .do__slider {
    margin-top: 2.8rem;
  }
  .do__item {
    gap: 0.4rem;
  }
  .do__img {
    margin-bottom: 0.8rem;
  }
  .do__subtitle {
    font-size: 1.4rem;
  }
  .wrap .about .container {
    padding: 2.4rem;
  }
  .about__item {
    width: 100%;
  }
  .about__list {
    gap: 3rem;
  }
  .about__gallery {
    -ms-grid-rows: (calc(50vw - 3.7rem))[2];
        grid-template-rows: repeat(2, calc(50vw - 3.7rem));
    grid-gap: 1rem;
  }
  .about__gallery:after {
    width: 7rem;
    height: 7rem;
  }
  .about__gallery:before {
    width: 3.6rem;
    height: 3.6rem;
    background: url(../img/logo-about.svg) center/3.6rem 3.6rem no-repeat;
  }
  .about__list {
    margin: 3.6rem 0;
  }
  .about__subtitle {
    margin: 2.8rem 0 1.2rem;
    font-size: 1.4rem;
  }
  .step__img {
    border-width: 0.6rem;
  }
  .step__list {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 3rem;
    gap: 3rem;
  }
  .step__item {
    gap: 0.8rem;
  }
  .step__item span {
    font-size: 1.2rem;
  }
  .step__item h3 {
    font-size: 1.6rem;
  }
  .step__list:after {
    top: 49%;
    left:49%;
    width: 110vw;
    height: 90%;
    background: url(../img/line-mob.svg) center/110vw 90% no-repeat;
  }
  .wrap .step .container {
    padding-bottom: 6rem;
  }
  .step__img {
    width: 35vw;
    height: 35vw;
  }
  .step__item:nth-child(even) {
    margin: 0 0 0 auto;
  }
  .services__list {
    border-radius: 255.1rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(191, 206, 194, 0.4) 0%, #FFF 100%);
  }
  .choose__img img:nth-of-type(1) {
    margin-top: 5rem;
    max-width: 55vw;
    max-height: 67vw;

  }

  .choose__img img:nth-of-type(3){
    max-width: 44vw;
    max-height: 67vw;
    margin-left: -6rem;

  }
  .choose__img img:nth-of-type(2){
    max-width: 40vw;
    max-height: 60vw;
    margin-top: 3rem;
  }
  .choose .section__experience.beige{
    top:60%
  }
}
