.about {
  background: #191B21;
  background-image: url("../img/about/info_bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 223px;
}
.about .container {
  max-width: 1312px;
}
.about .content {
  padding-bottom: 100px;
}
.about .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 195px;
}
.about .content .about__wrap .about__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  min-height: 276px;
  width: 100%;
}
.about .content .about__wrap .about__item:not(:last-child) {
  margin-bottom: 149px;
}
.about .content .about__wrap .about__item .title {
  display: flex;
  align-items: center;
  position: absolute;
  top: -45px;
  left: 70px;
  z-index: 1;
  width: 529px;
  height: 91px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 212px 0 89px;
  background-image: url("../img/about/title_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .content .about__wrap .about__item .content {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 158px;
  background-color: #1F2128;
  -webkit-clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
  clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.576px;
}
.about .content .about__wrap .about__item .img_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 525px;
  height: 276px;
}
.about .content .about__wrap .about__item .img_wrap::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 17px;
  left: 100px;
  width: 54px;
  height: 59px;
  background-image: url("../img/about/before_1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .content .about__wrap .about__item .img_wrap::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 200px;
  right: 113px;
  width: 27px;
  height: 30px;
  background-image: url("../img/about/after_1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .content .about__wrap .about__item .img_wrap .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2128;
  -webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
  clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
}
.about .content .about__wrap .about__item .img_wrap .img img{
	width: 100%;
}
.about .content .about__wrap .about__item:nth-child(2n) .title {
  background-image: url("../img/about/title_bg_2.svg");
}
.about .content .about__wrap .about__item:nth-child(2n) .content {
  -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}
.about .content .about__wrap .about__item:nth-child(2n) .img_wrap::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 200px;
  left: 106px;
  width: 27px;
  height: 30px;
  background-image: url("../img/about/before_2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .content .about__wrap .about__item:nth-child(2n) .img_wrap::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 17px;
  right: 110px;
  width: 54px;
  height: 59px;
  background-image: url("../img/about/after_2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .content .about__wrap .about__item:nth-child(2n) .img_wrap .img {
  -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
  clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
}
.about .content .about__info {
  padding: 59px 0 0 0;
  margin-bottom: 42px;
  display: flex;
  align-items: center;
}
.about .content .about__info .info__text {
  width: 590px;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.496px;
}
.about .content .about__info .info__img {
  height: 424px;
  width: 802px;
  position: relative;
  display: flex;
  align-items: center;
}
.about .content .about__info .info__img::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 12px;
  width: 206px;
  height: 352px;
  background-image: url("../img/about/i_before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .content .about__info .info__img::after {
  content: "";
  position: absolute;
  z-index: 999;
  bottom: -47px;
  right: 60px;
  width: 253px;
  height: 259px;
  background-image: url("../img/about/i_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .content .about__info .info__img .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
  clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
}
.about .content .about__info .info__img .img img {
  display: block;
  width: 100%;
}
.about .content .about__actives_wrap .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: #191B21;
  padding: 30px 0;
}
.about__actives_wrap {
  background: #191B21;
}
.about .content .about__actives_wrap .about__actives {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 51px 0;
}
.about .content .about__actives_wrap .about__actives .item {
  display: flex;
  width: 33.3333333333%;
}
.about .content .about__actives_wrap .about__actives .item .block_img {
  margin-right: 29px;
}
.about .content .about__actives_wrap .about__actives .item .item__title {
  color: #ED3132;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
  max-width: 270px;
}
.about .content .about__actives_wrap .about__actives .item .item__content {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.208px;
}

.about .content .about__actives_wrap .about__actives .item .block_img img {
    width: 65px;
    height: 65px;
}

@media only screen and (max-width: 1310px) {
  .about {
    padding-top: 223px;
  }
  .about .container {
    max-width: 90%;
  }
  .about .content {
    padding-bottom: 100px;
  }
  .about .content .page_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 195px;
  }
  .about .content .about__wrap .about__item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    min-height: 276px;
    width: 100%;
  }
  .about .content .about__wrap .about__item:not(:last-child) {
    margin-bottom: 149px;
  }
  .about .content .about__wrap .about__item .title {
    display: flex;
    align-items: center;
    position: absolute;
    top: -45px;
    left: 70px;
    z-index: 1;
    width: 529px;
    height: 91px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 212px 0 89px;
    background-image: url("../img/about/title_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .content .about__wrap .about__item .content {
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 158px;
    background-color: #1F2128;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 79% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 79% 100%, 0% 100%);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.576px;
  }
  .about .content .about__wrap .about__item .img_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 525px;
    height: 276px;
  }
  .about .content .about__wrap .about__item .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    left: 100px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/before_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    right: 113px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/after_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2128;
    -webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
    clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .title {
    background-image: url("../img/about/title_bg_2.svg");
  }
  .about .content .about__wrap .about__item:nth-child(2n) .content {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 18% 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 106px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/before_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    right: 110px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/after_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap .img {
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
  }
  .about .content .about__info {
    padding: 59px 0 0 0;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
  }
  .about .content .about__info .info__text {
    width: 590px;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.496px;
  }
  .about .content .about__info .info__img {
    height: 324px;
    width: 802px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .about .content .about__info .info__img::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0px;
    left: -20px;
    width: 180px;
    height: 332px;
    background-image: url("../img/about/i_before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__info .info__img::after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: -47px;
    right: 40px;
    width: 233px;
    height: 239px;
    background-image: url("../img/about/i_after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__info .info__img .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
    clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
  }
  .about .content .about__info .info__img .img img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .about {
    padding-top: 223px;
  }
  .about .container {
    max-width: 90%;
  }
  .about .content {
    padding-bottom: 100px;
  }
  .about .content .page_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 195px;
  }
  .about .content .about__wrap .about__item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    min-height: 276px;
    width: 100%;
  }
  .about .content .about__wrap .about__item:not(:last-child) {
    margin-bottom: 149px;
  }
  .about .content .about__wrap .about__item .title {
    display: flex;
    align-items: center;
    position: absolute;
    top: -45px;
    left: 70px;
    z-index: 1;
    width: 529px;
    height: 91px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 212px 0 89px;
    background-image: url("../img/about/title_bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .content .about__wrap .about__item .content {
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 158px;
    background-color: #1F2128;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 79% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 79% 100%, 0% 100%);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.576px;
  }
  .about .content .about__wrap .about__item .img_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 525px;
    height: 276px;
  }
  .about .content .about__wrap .about__item .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    left: 100px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/before_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    right: 113px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/after_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2128;
    -webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
    clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .title {
    background-image: url("../img/about/title_bg_2.svg");
  }
  .about .content .about__wrap .about__item:nth-child(2n) .content {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 18% 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 106px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/before_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    right: 110px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/after_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap .img {
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
  }
  .about .content .about__info {
    padding: 59px 0 0 0;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
  }
  .about .content .about__info .info__text {
    width: 590px;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.496px;
  }
  .about .content .about__info .info__img {
    height: 324px;
    width: 802px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .about .content .about__info .info__img::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0px;
    left: -20px;
    width: 180px;
    height: 332px;
    background-image: url("../img/about/i_before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__info .info__img::after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: -47px;
    right: 40px;
    width: 233px;
    height: 239px;
    background-image: url("../img/about/i_after.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__info .info__img .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
    clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
  }
  .about .content .about__info .info__img .img img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .about {
    padding-top: 142px;
  }
  .about .container {
    max-width: 733px;
  }
  .about .content {
    padding-bottom: 20px;
  }
  .about .content .page_title {
    margin-bottom: 107px;
  }
  .about .content .about__wrap {
    flex-direction: column;
    justify-content: center;
  }
  .about .content .about__wrap .about__item {
    flex-direction: column;
    justify-content: center;
  }
  .about .content .about__wrap .about__item:not(:last-child) {
    margin-bottom: 141px;
  }
  .about .content .about__wrap .about__item .title {
    left: 70px;
    top: -45px;
    width: 529px;
    height: 91px;
    font-size: 30px;
    padding: 0 232px 0 83px;
  }
  .about .content .about__wrap .about__item .content {
    width: 100%;
    min-height: 230px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 90px 175px 42px 144px;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 36px;
  }
  .about .content .about__wrap .about__item .img_wrap {
    position: relative;
    right: 0;
    top: 0;
    width: 651px;
    height: 342px;
  }
  .about .content .about__wrap .about__item .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    left: 135px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/before_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    right: 113px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/after_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2128;
    -webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
    clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .title {
    background-image: url("../img/about/title_bg_2.svg");
  }
  .about .content .about__wrap .about__item:nth-child(2n) .content {
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 106px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/before_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    right: 145px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/after_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap .img {
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
  }
  .about .content .about__info {
    padding: 59px 0 0 0;
    margin-bottom: 102px;
    flex-direction: column-reverse;
  }
  .about .content .about__info .info__text {
    width: 100%;
    font-size: 19px;
    line-height: 22px;
  }
  .about .content .about__info .info__img {
    height: 375px;
    width: 710px;
    margin-bottom: 110px;
  }
  .about .content .about__info .info__img::before {
    top: 0px;
    left: 6.68px;
    width: 182px;
    height: 311px;
  }
  .about .content .about__info .info__img::after {
    bottom: -26.18px;
    right: 36.21px;
    width: 223px;
    height: 229px;
  }
  .about .content .about__info .info__img .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
    clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
  }
  .about .content .about__info .info__img .img img {
    display: block;
    width: 100%;
  }
  .about .content .about__actives_wrap .title {
    font-size: 50px;
    margin-bottom: 66px;
  }
  .about .content .about__actives_wrap .about__actives {
    gap: 51px 0;
  }
  .about .content .about__actives_wrap .about__actives .item {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .about .content .about__actives_wrap .about__actives .item .block_img {
    display: flex;
    justify-content: flex-end;
    margin-right: 35px;
    width: 100px;
  }
  .about .content .about__actives_wrap .about__actives .item .item__title {
    font-size: 14px;
    margin-bottom: 13px;
    max-width: 240px;
  }
  .about .content .about__actives_wrap .about__actives .item .item__content {
    color: #FFF;
    font-size: 12px;
    line-height: 14.208px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .about {
    padding-top: 116px;
    background-image: none;
  }
  .about .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .about .content {
    padding-bottom: 74px;
    overflow-x: hidden;
  }
  .about .content .page_title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 41px;
  }
  .about .content .about__wrap {
    flex-direction: column;
    justify-content: center;
  }
  .about .content .about__wrap .about__item {
    flex-direction: column;
    justify-content: center;
	  align-items: center;
  }
  .about .content .about__wrap .about__item:not(:last-child) {
    margin-bottom: 141px;
  }
  .about .content .about__wrap .about__item .title {
    display: flex;
    align-items: center;
    position: absolute;
    top: -32px;
    left: 70px;
    z-index: 1;
    width: 377px;
    height: 64.9px;
    font-size: 21px;
    padding: 0 165px 0 59px;
  }
  .about .content .about__wrap .about__item .content {
    width: 523px;
    min-height: 230px;
    padding: 0 111px 0 87px;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 25px;
  }
  .about .content .about__wrap .about__item .img_wrap {
    position: relative;
    right: 0;
    top: 0;
    width: 464px;
    height: 244px;
  }
  .about .content .about__wrap .about__item .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    left: 100px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/before_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    right: 113px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/after_1.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item .img_wrap .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2128;
    -webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
    clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .title {
    background-image: url("../img/about/title_bg_2.svg");
  }
  .about .content .about__wrap .about__item:nth-child(2n) .content {
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 106px;
    width: 27px;
    height: 30px;
    background-image: url("../img/about/before_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    right: 110px;
    width: 54px;
    height: 59px;
    background-image: url("../img/about/after_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about .content .about__wrap .about__item:nth-child(2n) .img_wrap .img {
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 69% 0, 100% 100%, 29% 100%);
  }
  .about .content .about__info {
    padding: 59px 0 0 0;
    margin-bottom: 63px;
    flex-direction: column-reverse;
  }
  .about .content .about__info .info__text {
    width: 100%;
    font-size: 13px;
    line-height: 15px;
  }
  .about .content .about__info .info__img {
    height: 236px;
    width: 446px;
    margin-bottom: 61px;
  }
  .about .content .about__info .info__img::before {
    top: 0px;
    left: 6.68px;
    width: 114px;
    height: 196px;
  }
  .about .content .about__info .info__img::after {
    bottom: -26.18px;
    right: 36.21px;
    width: 140px;
    height: 144px;
  }
  .about .content .about__info .info__img .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
    clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
  }
  .about .content .about__info .info__img .img img {
    display: block;
    width: 100%;
  }
  .about .content .about__actives_wrap .title {
    font-size: 35px;
    margin-bottom: 49px;
  }
  .about .content .about__actives_wrap .about__actives {
    flex-direction: column;
    align-items: flex-start;
    gap: 51px 0;
  }
  .about .content .about__actives_wrap .about__actives .item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .about .content .about__actives_wrap .about__actives .item .block_img {
    display: flex;
    justify-content: flex-end;
    margin-right: 35px;
    width: 70px;
  }
	.about .content .about__actives_wrap .about__actives .item .block_img img{
    width: auto;
  }
  .about .content .about__actives_wrap .about__actives .item .item__title {
    font-size: 14px;
    margin-bottom: 13px;
    max-width: 240px;
  }
  .about .content .about__actives_wrap .about__actives .item .item__content {
    color: #FFF;
    font-size: 12px;
    line-height: 14.208px;
    max-width: 180px;
  }
}/*# sourceMappingURL=about.css.map */


@media only screen and (max-width: 500px) {
.about .content .page_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 61px;
}
.about .content .about__wrap .about__item .title {
    display: flex;
    align-items: center;
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 55px;
    font-size: 21px;
    padding: 0 15px 0 59px;
}
  .about .container {
    max-width: 100%;
    padding: 0;
  }
.about .content .about__wrap .about__item .content {
    width: 100%;
    min-height: auto;
    padding: 40px 65px 25px 65px;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 25px;
    background-color: transparent;
    position: relative;
}
.about__item .content::before {
    content:'';
    -webkit-clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    background-color: #1F2128;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about .content .about__wrap .about__item:nth-child(2n) .content {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.about .content .about__wrap .about__item:nth-child(2n) .content::before {
    content:'';
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    background-color: #1F2128;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about .content .about__info .info__text {
    padding: 0px 20px;
}
.production .content .page_title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 16px;
    text-align: center;
}
.about__item::after {
    content:'';
    background-image: url(../img/about/reshetka.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 289px;
    height: 33px;
    margin-top: 20px;
}
	.about .content .about__wrap .about__item .img_wrap{
		width: 100%;
	}
.about .content .about__wrap .about__item .img_wrap .img {
    width: 100%;
    height: 83%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2128;
    -webkit-clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
    clip-path: polygon(29% 0, 100% 0, 69% 100%, 0 100%);
}
.about .content .about__wrap .about__item .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 17px;
    left: 45px;
    width: 55px;
    height: 59px;
    background-image: url(../img/about/before_1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about .content .about__wrap .about__item .img_wrap::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 170px;
    right: 75px ;
    width: 27px;
    height: 30px;
    background-image: url(../img/about/after_1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
	.about .content .about__wrap .about__item:nth-child(2n) .img_wrap::after{
		right: 50px;
	}
	.about .content .about__wrap .about__item:nth-child(2n) .img_wrap::before{
		        top: 170px;
        left: 70px;
	}
	.about .content .about__info .info__img{
		width: 100%;
		height: 186px;
	}
	.about .content .about__info .info__img::before{
		left: -30px;
	}
	    .about .content .about__info .info__img::after {
        right: 6.21px;
    }
}