.info-block-wrap.text_style_1 {
  max-width: 1595px;
  margin: 0 auto;
  padding: 60px 45px;
}
.info-block-wrap.text_style_1:nth-child(even) {
  background-color: var(--green-color);
}
.info-block-wrap.text_style_1:nth-child(even) .title, .info-block-wrap.text_style_1:nth-child(even) .text {
  color: var(--light-color);
}
.info-block-wrap.text_style_1 .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 33px;
}
.info-block-wrap.text_style_1 .title {
  width: 27%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--dark-color);
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}
.info-block-wrap.text_style_1 .text {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  color: var(--grey-color);
  font-size: 18px;
  line-height: 1.67;
  margin: 0;
  text-align: justify;
}

@media only screen and (max-width: 1600px) {
  .info-block-wrap.text_style_1 {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .info-block-wrap.text_style_1 {
    max-width: 1050px;
  }
  .info-block-wrap.text_style_1 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .info-block-wrap.text_style_1 {
    max-width: 100%;
    padding: 40px 30px 55px;
  }
  .info-block-wrap.text_style_1 .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .info-block-wrap.text_style_1 .title {
    font-size: 22px;
    width: 100%;
  }
  .info-block-wrap.text_style_1 .text {
    font-size: 16px;
    line-height: 1.47;
  }
}
@media only screen and (max-width: 768px) {
  .info-block-wrap.text_style_1 {
    padding: 20px 30px 25px;
  }
  .info-block-wrap.text_style_1 .inner-wrap {
    margin-top: 20px;
  }
  .info-block-wrap.text_style_1 .title {
    font-size: 20px;
    width: 100%;
  }
  .info-block-wrap.text_style_1 .text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .info-block-wrap.text_style_1 {
    padding: 15px;
  }
  .info-block-wrap.text_style_1 .inner-wrap {
    margin-top: 15px;
  }
  .info-block-wrap.text_style_1 .title {
    letter-spacing: 1px;
  }
  .info-block-wrap.text_style_1 .text {
    margin-top: 10px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    font-size: 16px;
  }
}
.info-block-wrap.text_over_image .info-block-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-block-wrap.text_over_image .info-block-image-wrap {
  width: 30%;
}
.info-block-wrap.text_over_image .info-block-image-wrap.cover-icon {
  position: relative;
}
.info-block-wrap.text_over_image .info-block-image-wrap.cover-icon:after {
  content: '';
  height: 194px;
  width: 150px;
  background-image: url(../images/icon.png);
  display: block;
  z-index: -1;
  position: absolute;
  left: -75px;
  bottom: -60px;
}
.info-block-wrap.text_over_image .info-block-image-wrap .info-block-image {
  height: 100%;
  position: relative;
}
.info-block-wrap.text_over_image .info-block-image-wrap .cover-image {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: scale(1.7) translateX(100px);
}
.info-block-wrap.text_over_image .info-block-text {
  width: 70%;
  padding-right: 90px;
  position: relative;
}
.info-block-wrap.text_over_image .info-block-text h5.subtitle {
  text-transform: uppercase;
}
.info-block-wrap.text_over_image .info-block-text .info-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  margin-bottom: 34px;
  max-width: 95px;
  max-height: 95px;
  margin-right: 20px;
  padding: 25px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .info-block-wrap.text_over_image .info-block-text .info-block-icon {
    margin-bottom: 25px;
  }
}
.info-block-wrap.text_over_image .info-block-text .info-block-icon::after {
  background-color: inherit;
  border-radius: 50%;
  display: inline-block;
  content: '';
  position: absolute;
  left: -10%;
  top: -10%;
  z-index: -1;
  opacity: 0.35;
  width: 120%;
  height: 120%;
}
.info-block-wrap.text_over_image .info-block-text.reverse-block {
  order: 2;
  padding-right: 0;
  padding-left: 90px;
}
.info-block-wrap.text_over_image .reverse-block + .info-block-image-wrap .cover-image {
  transform: scale(1.7) translateX(-100px);
}
@media (max-width: 1440px) {
  .info-block-wrap.text_over_image .info-block-image-wrap .cover-image {
    transform: scale(1.2) translateX(10px);
  }
  .info-block-wrap.text_over_image .reverse-block + .info-block-image-wrap .cover-image {
    transform: scale(1.2) translateX(-10px);
  }
}
@media (max-width: 1200px) {
  .info-block-wrap.text_over_image .info-block-image-wrap .cover-image {
    transform: none;
  }
  .info-block-wrap.text_over_image .reverse-block + .info-block-image-wrap .cover-image {
    transform: none;
  }
}
@media (max-width: 767px) {
  .info-block-wrap.text_over_image .info-block-text {
    width: 100%;
    padding-right: 0;
  }
  .info-block-wrap.text_over_image .info-block-text.reverse-block {
    padding-left: 0px;
  }
  .info-block-wrap.text_over_image .info-block-image-wrap {
    width: 100%;
  }
}
.info-block-wrap.text_over_image .subtitle {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
}
.info-block-wrap.text_over_image .title {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.info-block-wrap.text_over_image .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.73;
  color: var(--grey-color);
  margin: 15px 0 60px;
}
.info-block-wrap.text_over_image .blocks_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.info-block-wrap.text_over_image .blocks_text .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-right: 4vw;
}
.info-block-wrap.text_over_image .blocks_text .content .icon-imeg {
  width: 61px;
  min-width: 55px;
  max-width: 56px;
  margin-bottom: 21px;
}
.info-block-wrap.text_over_image .blocks_text .content .form-wrap .title {
  color: var(--dark-color);
  margin-bottom: 15px;
}
.info-block-wrap.text_over_image .blocks_text .content .form-wrap .subtitle {
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: normal;
  font-weight: normal;
  color: var(--grey-color);
}

@media (max-width: 1200px) {
  .info-block-wrap.text_over_image .info-block-text {
    padding-right: 35px;
  }
  .info-block-wrap.text_over_image .text {
    margin: 20px 0 50px;
  }
  .info-block-wrap.text_over_image .info-block-image-wrap.cover-icon:after {
    left: -35px;
    bottom: -30px;
  }
}
@media (max-width: 991px) {
  .info-block-wrap.text_over_image .subtitle {
    color: var(--grey-color);
    font-size: 12px;
    padding: 10px 10px;
    margin-left: -15px;
    letter-spacing: 2px;
  }
  .info-block-wrap.text_over_image .text {
    font-size: 14px;
    margin: 15px 0 40px;
  }
  .info-block-wrap.text_over_image .blocks_text .content .icon-imeg {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    margin-right: 15px;
    padding-bottom: 5px;
  }
  .info-block-wrap.text_over_image .blocks_text .content .form-wrap .title {
    margin-bottom: 0;
  }
  .info-block-wrap.text_over_image .blocks_text .content .form-wrap .subtitle {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .info-block-wrap.text_over_image {
    text-align: center;
  }
  .info-block-wrap.text_over_image .info-block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-block-wrap.text_over_image .info-block-image-wrap {
    width: 100%;
  }
  .info-block-wrap.text_over_image .info-block-image-wrap.cover-icon:after {
    left: 34px;
    bottom: -20px;
  }
  .info-block-wrap.text_over_image .info-block-image-wrap .info-block-image {
    padding-bottom: 65%;
    min-height: 250px;
    margin: 25px auto 0;
    width: 75%;
  }
  .info-block-wrap.text_over_image .info-block-text {
    width: 100%;
    padding: 15px 0px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .info-block-wrap.text_over_image .info-block-text .blocks_text .content {
    margin-bottom: 20px;
  }
  .info-block-wrap.text_over_image .info-block-text .blocks_text .content:last-of-type {
    margin-bottom: 0;
  }
  .info-block-wrap.text_over_image .info-block-text .blocks_text .content .icon-imeg {
    margin-bottom: 8px;
  }
  .info-block-wrap.text_over_image .info-block-text .blocks_text .content .form-wrap .title {
    margin-bottom: 0;
  }
  .info-block-wrap.text_over_image .info-block-text .blocks_text .content .form-wrap .subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
  .info-block-wrap.text_over_image .text {
    margin: 15px 0 25px;
  }
}
@media (max-width: 480px) {
  .info-block-wrap.text_over_image .info-block-text .blocks_text {
    flex-wrap: wrap;
  }
  .info-block-wrap.text_over_image .info-block-text .blocks_text .content {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
  .info-block-wrap.text_over_image .info-block-image-wrap.cover-icon:after {
    left: 26px;
    bottom: -20px;
  }
}

/*# sourceMappingURL=info_block.min.css.map */
