.about_page .list_text, .about_page .choose_list, .about_page .short_params {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.about_page {
  overflow: hidden;
}
.about_page .about_bg {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
  margin-bottom: 50px;
}
.about_page .about_bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: -40px;
  bottom: -7px;
  height: 150px;
  width: 30000px;
  transform-origin: right bottom;
  -webkit-transfrom-origin: right bottom;
  transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -moz-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -ms-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -webkit-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -o-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  margin-right: 0;
  background: #ffffff;
}
.about_page .page_container {
  position: relative;
  z-index: 1;
}
.about_page .page_title {
  margin-bottom: 40px;
}
.about_page .page_title span {
  color: #ED1C24;
}
.about_page .about_img {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: skewY(-0.5deg);
  max-width: 650px;
  margin-top: 20px;
}
.about_page .about_img img {
  width: 100%;
  display: block;
  height: auto;
}
.about_page .about_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 213px;
}
.about_page .short_row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.about_page .img_section {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}
.about_page .img_section:nth-child(2) {
  margin-left: auto;
  padding-bottom: 150px;
  justify-content: flex-end;
}
.about_page .img_section svg {
  width: 100%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  height: auto;
}
.about_page .about_right {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 10px;
}
.about_page .about_left {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
}
.about_page .block_info {
  background: #ED1C24;
  padding: 70px 0 200px;
  position: relative;
  z-index: 1;
  margin-bottom: -150px;
}
.about_page .block_info .sub_title {
  color: #ffffff;
}
.about_page .block_info:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: #ED1C24;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: left top;
}
.about_page .block_info:after {
  content: "";
  position: absolute;
  bottom: -107px;
  width: 100%;
  height: 150px;
  background: #ffffff;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: left top;
}
.about_page .num_block {
  margin: 0 0 8px;
  color: #ED1C24;
  font-family: "montserrat-bold", "montserratarm-bold";
  position: relative;
  width: max-content;
}
@media screen and (min-width: 1200px) {
  .about_page .num_block {
    font-size: 420%;
    line-height: 48px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_page .num_block {
    font-size: 350%;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about_page .num_block {
    font-size: 250%;
    line-height: 34px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .about_page .num_block {
    font-size: 200%;
    line-height: 29px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .num_block {
    font-size: 200%;
    line-height: 21px;
  }
}
.about_page .num_block.plus:before {
  content: "+";
  position: absolute;
  right: -30px;
  opacity: 0;
}
.about_page .num_block.showed.plus:before {
  opacity: 1;
}
.about_page .short_block {
  display: flex;
  flex-wrap: wrap;
  margin: 150px -10px 94px;
}
.about_page .short_block .page_description {
  text-align: left;
}
.about_page .short_left {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
.about_page .short_right {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 10px;
}
.about_page .short_params {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.about_page .short_params li {
  padding: 0 10px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
.about_page .mission_block {
  background: rgba(106, 178, 69, 0.1);
  padding: 80px 0 0;
}
.about_page .mission_block .inner_mission {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 380px;
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 80px;
  position: relative;
}
.about_page .mission_block .sub_description,
.about_page .mission_block .sub_title {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.about_page .mission_block .sub_description {
  margin-top: 20px;
}
.about_page .mission_block .img6,
.about_page .mission_block .img5,
.about_page .mission_block .img4,
.about_page .mission_block .img3,
.about_page .mission_block .img2,
.about_page .mission_block .img1 {
  border: 8px solid #ffffff;
  border-radius: 110px;
  max-width: 114px;
  max-height: 114px;
  width: 100%;
  height: 100%;
}
.about_page .mission_block .img6 img,
.about_page .mission_block .img5 img,
.about_page .mission_block .img4 img,
.about_page .mission_block .img3 img,
.about_page .mission_block .img2 img,
.about_page .mission_block .img1 img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  border-radius: 110px;
}
.about_page .mission_block .img1 {
  position: absolute;
  top: 0;
  left: 175px;
}
.about_page .mission_block .img2 {
  position: absolute;
  top: 140px;
  left: 10px;
}
.about_page .mission_block .img3 {
  position: absolute;
  bottom: 0;
  left: 175px;
}
.about_page .mission_block .img4 {
  position: absolute;
  top: 0;
  right: 175px;
}
.about_page .mission_block .img5 {
  position: absolute;
  top: 140px;
  right: 10px;
}
.about_page .mission_block .img6 {
  position: absolute;
  bottom: 0;
  right: 175px;
}
.about_page .mission_block .slider_product {
  background: none;
  padding: 100px 0;
}
.about_page .mission_block .slider_product:before {
  display: none;
}
.about_page .mission_block .slider_product .sub_title {
  text-align: left;
  max-width: unset;
  margin: 0;
}
.about_page .mission_block .slider_product .sub_title a,
.about_page .mission_block .slider_product .sub_title span {
  color: #ED1C24;
  text-decoration: underline;
}
.about_page .mission_right,
.about_page .mission_left {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.about_page .mission_right .sub_description,
.about_page .mission_right .sub_title,
.about_page .mission_left .sub_description,
.about_page .mission_left .sub_title {
  text-align: left;
}
.about_page .choose_list {
  font-size: 140%;
  line-height: 21px;
  color: #000000;
  margin-top: 20px;
}
.about_page .choose_list li {
  padding: 0 30px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.about_page .choose_list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  background: #ED1C24;
  border-radius: 50%;
}
.about_page .contact_inner {
  margin: 100px 0;
}
.about_page .info_list li {
  margin-bottom: 40px;
}
.about_page .info_list li:last-child {
  flex: auto;
  max-width: unset;
}
.about_page .info_list li:nth-child(4) {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.about_page .long_block {
  background: #ED1C24;
  position: relative;
  padding-bottom: 100px;
}
.about_page .long_block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 170px;
  background: #F0F7EC;
  left: 0;
  right: 0;
  transform: skewY(3deg);
  transform-origin: right center;
}
.about_page .long_block .sub_title {
  text-align: left;
  margin-bottom: 24px;
}
.about_page .long_block .sub_title span {
  color: #ED1C24;
}
.about_page .long_block .sub_description {
  text-align: left;
}
.about_page .story_block {
  display: flex;
  flex-wrap: wrap;
  margin: 100px -10px 0;
}
.about_page .career_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.about_page .section_info {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.about_page .story_text {
  margin-left: auto;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.about_page .list_text {
  font-size: 140%;
  line-height: 21px;
  color: #ffffff;
  font-family: "montserrat-bold", "montserratarm-bold";
  max-width: 480px;
  margin-left: auto;
}
.about_page .list_text li {
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_page .list_text li:before {
  content: "";
  background: #FDE8E9;
  border: 5px solid #ffffff;
  position: absolute;
  left: -50px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2;
}
.about_page .list_text li:after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 40px;
  bottom: 0;
  left: -39px;
}
.about_page .list_text li:last-child:after {
  display: none;
}
.about_page .btn_now {
  background: #6AB245;
  border: none;
  padding: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 201px;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  font-family: "montserrat-bold", "montserratarm-bold";
  margin-left: 100px;
  width: max-content;
}
.about_page .slide_contact {
  margin: 0;
  padding: 0;
  max-width: 711px;
}
.about_page .info_inner {
  width: 100%;
  min-height: 253px;
  display: flex;
  align-items: center;
  position: relative;
}
.about_page .info_inner:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 400%;
  transform-origin: right bottom;
  -webkit-transfrom-origin: right bottom;
  transform: rotate(0deg) skew(-15deg);
  -moz-transform: rotate(0deg) skew(-15deg);
  -ms-transform: rotate(0deg) skew(-15deg);
  -webkit-transform: rotate(0deg) skew(-15deg);
  -o-transform: rotate(0deg) skew(-15deg);
  margin-right: 0;
  background: #ffffff;
}
.about_page .about_form .form_fields {
  display: flex;
  align-items: unset;
}
.about_page .about_form .form_fields input {
  border-color: #e5e5e5;
  color: #000000;
}
.about_page .about_form .form_fields input::placeholder {
  color: #000000;
}
.about_page .about_form .form_fields input:focus ~ .psevdo_ph, .about_page .about_form .form_fields input.filled ~ .psevdo_ph {
  top: -3px;
}
.about_page .about_form .form_fields .psevdo_ph {
  color: #000000;
  top: 10px;
}
.about_page .about_form .field_block {
  width: 100%;
  margin-bottom: 0;
  padding-top: 13px;
}
.about_page .about_form .btn_block button {
  color: #ffffff;
  background: #6AB245;
  margin-top: 0;
}
.about_page .bg_ {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  height: 100%;
  width: 100%;
  transform: rotate(3deg) skew(-4deg);
  -moz-transform: rotate(3deg) skew(-4deg);
  -ms-transform: rotate(3deg) skew(-4deg);
  -webkit-transform: rotate(3deg) skew(-4deg);
  -o-transform: rotate(3deg) skew(-4deg);
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
  margin-right: 20px;
  background: rgba(0, 0, 0, 0.1);
  left: 27px;
}
.about_page .slider_info {
  position: relative;
  z-index: 2;
  max-width: 490px;
  padding: 30px 0;
}
.about_page .slider_info .page_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about_page .slider_info .sub_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.about_page .story_img {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
}
.about_page .story_img svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .about_page .about_bg {
    min-height: 200px;
    margin-bottom: 0;
  }
  .about_page .about_bg:before {
    height: 90px;
  }
  .about_page .about_img {
    margin-top: 40px;
  }
  .about_page .contact_inner {
    margin: 70px 0;
  }
  .about_page .long_block {
    padding-bottom: 70px;
  }
  .about_page .story_block {
    margin: 70px -10px 0;
  }
  .about_page .mission_block .slider_product {
    padding: 70px 0;
  }
  .about_page .short_block {
    margin: 70px -10px 70px;
  }
}
@media screen and (max-width: 959px) {
  .about_page .mission_block .slider_product {
    padding: 20px 0;
  }
  .about_page .mission_block .sub_description,
.about_page .mission_block .sub_title {
    max-width: 450px;
  }
  .about_page .page_title {
    margin-bottom: 20px;
  }
  .about_page .short_block {
    margin: 50px -10px 20px;
  }
  .about_page .contact_inner {
    margin: 20px 0;
  }
  .about_page .choose_list li {
    margin-bottom: 20px;
  }
  .about_page .story_block {
    margin: 40px -10px 0;
  }
  .about_page .mission_block {
    padding: 25px 0 0;
  }
  .about_page .list_text li {
    padding-bottom: 20px;
  }
  .about_page .long_block {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_page .about_bg {
    min-height: 150px;
    margin-bottom: 10px;
  }
  .about_page .about_bg:before {
    height: 66px;
  }
  .about_page .mission_block .inner_mission {
    min-height: auto;
  }
  .about_page .mission_block .img6,
.about_page .mission_block .img5,
.about_page .mission_block .img4,
.about_page .mission_block .img3,
.about_page .mission_block .img2,
.about_page .mission_block .img1 {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0 10px;
  }
  .about_page .mission_block .img_block {
    display: flex;
    margin: 20px -10px 0;
  }
  .about_page .bg_ {
    display: none;
  }
  .about_page .info_inner {
    padding: 20px;
    margin-bottom: 10px;
    min-height: 150px;
  }
  .about_page .info_inner:after {
    transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
  }
  .about_page .info_list li:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .info_list li:last-child {
    margin-bottom: 0;
  }
  .about_page .story_text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .about_page .btn_now {
    margin: 0;
  }
  .about_page .story_img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    width: 100vw;
  }
  .about_page .story_block {
    flex-direction: column;
    margin: 0;
  }
  .about_page .list_text {
    max-width: 100%;
  }
  .about_page .list_text li:after, .about_page .list_text li:before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .about_page .about_bg {
    min-height: 100px;
    margin-bottom: 20px;
  }
  .about_page .about_bg:before {
    display: none;
  }
  .about_page .short_params li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .about_page .page_row,
.about_page .short_block,
.about_page .about_row {
    flex-direction: column;
    margin: 0;
  }
  .about_page .mission_right,
.about_page .short_right,
.about_page .short_left,
.about_page .about_left,
.about_page .about_right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .about_page .mission_right .sub_title,
.about_page .short_right .sub_title,
.about_page .short_left .sub_title,
.about_page .about_left .sub_title,
.about_page .about_right .sub_title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about_page .mission_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .about_page .mission_left .sub_description {
    max-width: 100%;
  }
  .about_page .mission_left .sub_title {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .about_page .block_info {
    padding: 30px 0 30px;
    margin: 25px 0 25px;
  }
  .about_page .block_info:before, .about_page .block_info:after {
    display: none;
  }
  .about_page .about_img {
    display: none;
  }
  .about_page .short_row {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .about_page .img_section {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_page .img_section:nth-child(2) {
    margin-left: 0;
    padding-bottom: 0;
    justify-content: center;
  }
  .about_page .mission_block .inner_mission {
    margin: 0 auto 20px;
  }
  .about_page .mission_block .img6,
.about_page .mission_block .img5,
.about_page .mission_block .img4,
.about_page .mission_block .img3,
.about_page .mission_block .img2,
.about_page .mission_block .img1 {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0 3px 10px;
    flex: 0 0 25%;
    max-width: 25%;
    max-height: unset;
  }
  .about_page .mission_block .img_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px -10px 0;
  }
}

.web .about_page .btn_now, .about_page .web .btn_now, .web .about_page .about_form .btn_block button, .about_page .about_form .btn_block .web button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .about_page .btn_now, .about_page .touch .btn_now, .touch .about_page .about_form .btn_block button, .about_page .about_form .btn_block .touch button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .about_page .btn_now:hover, .about_page .web .btn_now:hover, .web .about_page .about_form .btn_block button:hover, .about_page .about_form .btn_block .web button:hover {
  color: #000000;
}
.touch .about_page .btn_now:active, .about_page .touch .btn_now:active, .touch .about_page .about_form .btn_block button:active, .about_page .about_form .btn_block .touch button:active {
  color: #000000;
}

/*# sourceMappingURL=about.css.map */
