body {
  word-break: auto-phrase !important;
}

#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
  background-color: white;
}

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  max-width: 1510px !important;
}

@media (min-width: 1920px) {
  body .container {
      max-width: 1510px !important;
  }
}

@media (max-width: 1550px) {
  .container {
    max-width: 1360px !important;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1100px !important;
  }
}

@media (max-width: 1140px) {
  .container {
    max-width: 768px !important;
  }
}

.btn-1 {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 330px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #121212;
  color: white;
  font: normal normal normal 18px / 20px Acrom !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-1:hover {
  color: white !important;
  background-color: #272727;
  text-decoration: none !important;
}
.btn-1:active {
  background-color: #272727;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white {
  background-color: white;
  color: #121212;
  border: 1px solid #121212;
}
.btn-1--white:hover {
  background-color: #252423;
  border-color: #252423;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white:active {
  background-color: #1F1E1D;
  border-color: #1F1E1D;
  color: white;
  text-decoration: none !important;
}


@media (max-width: 768px) {
  .btn-1 {
    font: normal normal normal 16px / 100% Acrom !important;
  }
}

@media (max-width: 550px) {
  .btn-1 {
    height: 35px;
  }
}


#iris-o-form {
  position: relative;
  z-index: 2;
}

#iris-o-form>div {
  flex-direction: column;
  align-items: center;
}

#iris-o-form .col-md-4 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

#iris-o-form-p {
  text-align: left;
  font: normal normal normal 28px/38px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  display: none;
}

#iris-o-form-submit {
  background-color: #93df1c;
  border-color: #93df1c;
  border-radius: 28px;
  text-align: center;
  font: normal normal normal 24px/40px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 20px;
  width: 100%;
  transition: all .3s ease;
}

#iris-o-form-submit:hover {
  background-color: #80b647;
  border-color: #80b647;
}

@media (max-width: 992px) {
  .container.form__body {
    padding-bottom: 50px;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #iris-o-form {
    padding: 0 20px;
  }
}

#contact-footer {
  display: flex !important;
  flex-direction: column !important;
}

#contact-footer a {
  display: inline-block;
  margin-bottom: 5px;
  color: #6c6c6c !important;
  text-decoration: none;
  white-space: nowrap;
}

#social-footer a .fab {
  color: #6c6c6c !important;
}

@media (min-width: 1024px) {
  #contact-footer {
    color: #6c6c6c !important;
  }
}

.alert {
  max-width: 700px;
}

.form-control {
  padding: 19px 24px !important;
  background-color: white !important;
  height: 60px !important;
}

@media (max-width: 1140px) {
  .form-control {
    background-color: white !important;
  }
}

.arrows {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  height: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #121212;
  transition: all 0.3s ease;
  cursor: pointer;
}

.arrow:hover {
  text-decoration: none;
}

.arrow svg {
  stroke: #121212;
  width: 8px;
  height: 13px;
  transition: all .3s ease;
}

.arrow:hover svg {
  stroke: white;
}

.arrow:hover {
  border-color: #232323;
  background-color: #232323;
}

.arrow--left svg {
  transform: rotate(180deg);
}

.control {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.control_container {
  display: flex;
  align-items: center;
}
.control a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 0 !important;
  line-height: 0;
  font-family: "Acrom";
  text-decoration: none;
  min-width: 28px;
  width: 28px;
  height: 28px;
  color: #4A4A4A;
  border-radius: 20px;
  background-color: #4A4A4A;
  transition: all 0.3s ease;
}
.control a span {
  opacity: 0;
}
.control a:hover {
  text-decoration: none;
  background-color: #121212;
  color: #4A4A4A !important;
}
.control a.active {
  padding: 10px 32px;
  font-size: 16px !important;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  min-height: 41px;
  height: auto;
  width: auto;
  border-radius: 23px;
  background-color: white;
}
.control a.active span {
  transition: all 0.3s ease;
  opacity: 1;
}
.control__mobile {
  display: none;
}
.control__desktop {
  font-style: normal;
}

@media (max-width: 1140px) {
  .control__desktop {
    display: none;
  }
  .control__mobile {
    display: inline-block;
    font-style: normal;
  }
}

@media (max-width: 768px) {
  .control a {
    margin-left: 4px;
    margin-right: 4px;
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
  .control a.active {
    padding: 8px 20px;
    font-size: 14px !important;
  }
}

.list {
  padding: 0;
  margin: 0;
}

.list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font: normal normal normal 18px / 114% Acrom !important;
  color: #585858;
}
.list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/pages/iris-cs/plus-icon.svg) no-repeat center;
  background-size: 100%;
}


/* Main */
.main {
  padding-top: 176px;
  padding-bottom: 38px;
}
.main__logo {
  width: 64%;
}
.main__body {
  display: flex;
}
.main__text {
  margin-top: 36px;
  margin-right: 140px;
  width: 630px;
}
.main__text h3 {
  padding: 0 0 17px 0;
  margin: 0 0 17px 0;
  font: normal normal bold 28px / 100% Acrom !important;
  color: #121212;
  border-bottom: 1px solid rgba(18, 18, 18, .5);
}
.main__text p {
  padding: 0;
  margin: 0;
  font: normal normal normal 24px / 120% Acrom !important;
  color: rgba(18, 18, 18, .65);
}
.main__text a {
  margin-top: 33px;
}
.main__img {
  margin-top: -87px;
}
.main__img a {
  display: none;
}


@media (max-width: 1400px) {
  .main__img {
    margin-top: -57px;
  }
}

@media (max-width: 1140px) {
  .main__img {
    margin-top: -27px;
  }
  .main__text {
    margin-right: 0;
    width: auto;
    min-width: 276px;
  }
}

@media (max-width: 768px) {
  .main {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .main__logo {
    width: 100%;
    max-width: 480px;
  }
  .main__body {
    flex-direction: column;
  }
  .main__text {
    margin-top: 20px;
  }
  .main__text h3 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font: normal normal bold 16px / 100% Acrom !important;
  }
  .main__text p {
    font: normal normal normal 14px / 120% Acrom !important;
  }
  .main__text a {
    display: none;
  }
  .main__img {
    margin-top: 16px;
  }
  .main__img img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .main__img a {
    display: flex;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    height: 50px;
  }
}

/* @media (max-width: 574px) {
  
} */


.systems {
  position: relative;
  padding-bottom: 160px;
  z-index: 4;
}
.systems__blocks {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.systems__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 16px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FAFAFA;
  border-radius: 22px;
  width: calc(20% - 20px);
}
.systems__block:nth-child(4) {
  width: calc(18% - 20px);
}
.systems__block:nth-child(5) {
  padding: 20px 14px;
  width: calc(22% - 20px);
}
.systems__block_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  height: 50px;
}
.systems__block_img img {
  max-height: 50px;
  height: 50px;
  width: auto;
}
.systems__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 100% Acrom !important;
  color: #898989;
  text-align: center;
}
.systems__block--2 p {
  max-width: 230px;
}
.systems__block--3 p {
  max-width: 150px;
}
.systems__block--4 p {
  max-width: 160px;
}

@media (max-width: 1400px) {
  .systems__block {
    padding: 20px 14px;
  }
  .systems__block p {
    font: normal normal normal 14px / 100% Acrom !important;
  }
  .systems__block--3 p {
    max-width: 120px;
  }
  .systems__block--4 p {
    max-width: 130px;
  }
}

@media (max-width: 1140px) {
  .systems {
    padding-bottom: 100px;
  }
  .systems__blocks {
    flex-direction: column;
  }
  .systems__block {
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    margin-bottom: 8px;
    width: auto;
  }
  .systems__block:nth-child(4),
  .systems__block:nth-child(5) {
    flex: 1;
    padding: 24px;
    width: auto;
  }
  .systems__block_img  {
    margin-right: 7px;
    margin-bottom: 0;
    min-width: 50px;
    max-width: 50px;
    max-height: 54px;
  }
  .systems__block_img img {
    max-width: 54px !important;
    height: auto;
  }
  .systems__block p {
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .systems {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .systems__block {
    padding: 16px 20px;
    border-radius: 8px;
  }
  .systems__block:nth-child(4),
  .systems__block:nth-child(5) {
    padding: 16px 20px;
  }
  .systems__block p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
}


.schema {
  margin-bottom: 160px;
}
.schema__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.schema__title h2 {
  padding: 0;
  margin: 0 0 12px 0;
  font: normal normal 300 50px / 100% Acrom !important;
  color: #121212;
  max-width: 852px;
  text-align: center;
  text-transform: uppercase;
}
.schema__title p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #5A5A5A;
  max-width: 400px;
  text-align: center;
  opacity: .7;
}
.schema__title a {
  margin-top: 24px;
  max-width: 500px;
}
.schema__body {
  display: flex;
  flex-direction: column;
}
.schema__body .btn-1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 500px;
}


.schema-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding-top: 82px;
  padding-bottom: 52px;
  background-color: rgba(0, 0, 0, .3);
  height: 100vh;
  z-index: 20;
}
.schema-modal.active {
  display: block;
}
.schema-modal .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.schema-modal__body {
  position: relative;
  padding: 27px 62px 27px 38px;
  border-radius: 20px;
  background-color: white;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
}

.schema-modal__close {
  position: absolute;
  top: 25px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.schema-modal__close svg {
  stroke: #BCBFCC;
  transition: all .3s ease;
}
.schema-modal__close:hover svg {
  stroke: #121212;
}
.schema-modal__title {
  position: absolute;
  top: 27px;
  left: 38px;
  padding-right: 10px;
  width: 632px;
}
.schema-modal__title h2 {
  padding: 0;
  margin: 0 0 4px 0;
  font: normal normal bold 34px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.schema-modal__title p {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 110% Acrom !important;
  color: #797979;
}

@media (max-width: 1400px) {
  .schema-modal__title {
    position: static;
    margin-bottom: 10px;
  }
}

@media (max-width: 1140px) {
  .schema {
    margin-bottom: 100px;
  }
  .schema__title h2 {
    font: normal normal 300 36px / 100% Acrom !important;
  }
  .schema__title p {
    font: normal normal normal 18px / 120% Acrom !important;
  }

  .schema-modal__title h2 {
    font: normal normal bold 24px / 100% Acrom !important;
  }
}

@media (max-width: 768px) {
  .schema {
    margin-bottom: 60px;
  }
  .schema__title {
    margin-bottom: 20px;
  }
  .schema__title h2 {
    margin: 0 0 6px 0;
    font: normal normal 300 24px / 100% Acrom !important;
  }
  .schema__title p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .schema__body {
    flex-direction: column-reverse;
  }
  .schema__body .btn-1 {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .schema-modal__body {
    padding: 27px 15px 24px 15px;
  }
  .schema-modal__title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    max-width: 280px;
  }
  .schema-modal__title h2 {
    font: normal normal bold 14px / 100% Acrom !important;
    text-align: center;
  }
  .schema-modal__title p {
    font: normal normal normal 12px / 110% Acrom !important;
    text-align: center;
  }
}


.func {
  margin-bottom: 160px;
}
.func__title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font: normal normal 300 50px / 110% Acrom !important;
  color: #121212;
  max-width: 550px;
  text-align: center;
  text-transform: uppercase;
}
.func__body {
  display: flex;
  align-items: stretch;
}
.func__text {
  width: 50%;
}
.func__img {
  width: 50%;
}
.func__blocks {
  display: flex;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  align-items: stretch;
}
.func__col {
  margin-left: 10px;
  margin-right: 10px;
}
.func__col--1 {
  width: 60%;
}
.func__col--2 {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.func__col--1 .func__block:nth-child(1) {
  width: calc(100% - 48px);
}
.func__col--2 .func__block:nth-child(1) {
  flex: 0;
  margin-left: -48px;
  width: calc(100% + 48px);
}
.func__col--2 .func__block:nth-child(2) {
  flex: 1;
}
.func__block {
  padding: 26px 28px;
  margin-bottom: 20px;
  background-color: #FAFAFA;
  border-radius: 20px;
  font: normal normal normal 20px / 110% Acrom !important;
  color: #121212;
}
.func__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.func__img img {
  margin-top: -50px;
}

@media (max-width: 1550px) {
  .func__text {
    width: 45%;
  }
  .func__img {
    width: 55%;
  }
  .func__blocks {
    margin-bottom: 0;
  }
  .func__block {
    padding: 20px 24px;
    font: normal normal normal 18px / 110% Acrom !important;
  }
}

@media (max-width: 1400px) {
  .func__body {
    flex-direction: column-reverse;
  }
  .func__img {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
  .func__img img {
    margin-top: 0;
    margin-bottom: -20px;
  }
  .func__text {
    width: 100%;
  }
  .func__blocks {
    margin-bottom: 0;
  }
}

@media (max-width: 1140px) {
  .func {
    margin-bottom: 100px;
  }
  .func__title {
    margin-bottom: 30px;
    font: normal normal 300 36px / 110% Acrom !important;
  }
  .func__block {
    font: normal normal normal 18px / 110% Acrom !important;
  }
  .list li {
    font: normal normal normal 16px / 114% Acrom !important;
  }
}

@media (max-width: 768px) {
  .func {
    margin-bottom: 60px;
  }
  .func__title {
    margin-bottom: 18px;
    font: normal normal 300 24px / 100% Acrom !important;
  }
  .func__blocks {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .func__col {
    margin-left: 0;
    margin-right: 0;
  }
  .func__col--1,
  .func__col--2 {
    width: 100%;
  }
  .func__col--1 .func__block:nth-child(1) {
    width: 100%;
  }
  .func__col--2 .func__block:nth-child(1) {
    margin-left: 0;
    width: 100%;
  }
  .func__block {
    padding: 16px;
    margin-bottom: 8px;
    font: normal normal normal 14px / 110% Acrom !important;
    border-radius: 8px;
  }
  .list li {
    font: normal normal normal 12px / 114% Acrom !important;
  }
}

@media (max-width: 576px) {
  .func__img {
    width: 100%;
    max-width: none;
  }
}


.alg {
  margin-bottom: 160px;
}
.alg__blocks {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.alg__block {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.alg__block_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F0F0F0;
}
.alg__block_text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 32px 32px 32px;
}
.alg__block_text h3 {
  padding: 0;
  margin: 0 0 4px 0;
  font: normal normal 500 24px / 110% Acrom !important;
  color: #121212;
}
.alg__block_text p {
  padding: 0;
  margin: 0 0 24px 0;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #8C8C8C;
}
.alg__block_text .btn-1 {
  max-width: none;
  background-color: transparent;
}
.alg__block_text .btn-1:hover {
  background-color: #252423;
}

.alg__details {
  display: none;
}

.alg__wrapper--detail .alg__blocks {
  display: none;
}
.alg__wrapper--detail .alg__details {
  display: block;
}

.alg__detail_shift {
  margin-bottom: 20px !important;
}
.alg__detail_title {
  display: flex;
  flex-direction: column;
}
.alg__detail_title p {
  padding: 0;
  margin: 0;
  font: normal normal bold 50px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.alg__detail_title .alg__select {
  color: #FAFAFA;
  -webkit-text-stroke: 1px #121212;
  text-stroke: 1px #121212;
}
.alg__detail_title p:last-child {
  margin-left: auto;
}
.alg__detail {
  display: none;
  padding: 40px 50px;
  border-radius: 20px;
}

.alg__detail_h {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal bold 20px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.alg__detail_p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #121212;
}
.alg__detail_p a {
  font: normal normal bold 18px / 120% Acrom !important;
  color: #121212;
  text-decoration: underline;
}
.alg__detail_p a:hover {
  color: #80B647;
}
.alg__detail_ul {
  margin-top: 6px !important;
}
.alg__detail_ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #121212;
}
.alg__detail_ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/pages/iris-cs/plus-icon-black.svg) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}
.alg__detail_block {
  padding: 20px 24px;
  background-color: white;
  border-radius: 20px;
}
.alg__detail_block--green {
  background-color: #91D14E;
}
.alg__detail_block--green .alg__detail_h,
.alg__detail_block--green .alg__detail_p {
  color: white;
}
.alg__detail_col .alg__detail_block {
  margin-bottom: 20px;
}
.alg__detail_label {
  padding: 18px;
  border-radius: 20px;
  background-color: white;
}
.alg__detail_label a {
  padding: 12px;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  font: normal normal normal 18px / 110% Acrom !important;
  color: white;
  height: 56px;
  border-radius: 30px;
  background-color: #585858;
  transition: all .3s ease;
}
.alg__detail_label a svg {
  margin-right: 10px;
  stroke: white;
  width: 32px;
  height: 32px;
  transition: all .3s ease;
}  
.alg__detail_label a:hover {
  background-color: #8FCA52;
}
.alg__detail_label a:active {
  background-color: #80B647;
}
.alg__detail_label a:hover {
  color: white !important;
  text-decoration: none;
}
.alg__detail_label a:hover svg {
  stroke: white;
}

.alg__detail_blocks {
  display: flex;
}

.alg__detail_ps {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 110% Acrom !important;
  color: #AAAAAA;
  width: 224px;
}

.alg__detail_link {
  padding: 0;
  margin: 0;
  font: normal normal normal 24px / 110% Acrom !important;
  color: #585858;
  text-decoration: underline;
  transition: all .3s ease;
}


.alg__detail.active {
  display: block;
  background-color: #FAFAFA;
}

.alg__detail--1 {
  background-image: url(../img/pages/iris-cs/detail-1.2.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
.alg__detail--1 .alg__detail_text {
  width: 548px;
}
.alg__detail--1 .alg__detail_title {
  margin-bottom: 12px;
  width: 400px;
}
.alg__details .btn-1 {
  margin-top: 17px;
  background-color: #FAFAFA;
}
.alg__details .btn-1:hover {
  background-color: #252423;
}
.alg__detail--1 .alg__detail_label {
  position: absolute;
  top: 40px;
  right: 48px;
  width: 450px;
}
.alg__detail--1 .alg__detail_img {
  display: none;
}

.alg__detail--2 {
  background-image: url(../img/pages/iris-cs/detail-2.2.jpg);
  background-position: calc(100% - 50px) center;
  background-repeat: no-repeat;
  background-size: auto 92%;
}
.alg__detail--2 .alg__detail_title {
  margin-bottom: 23px;
  width: 660px;
}
.alg__detail--2 .alg__detail_col--1 {
  margin-right: 12px;
  width: 380px;
}
.alg__detail--2 .alg__detail_col--1 .alg__detail_block:nth-child(1) {
  background-image: url(../img/pages/iris-cs/bcg-1.svg);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: top left;
}
.alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(1) {
  align-items: flex-end;
}
.alg__detail--2 .alg__detail_col--2 {
  width: 378px;
}
.alg__detail--2 .alg__detail_col--2 .alg__detail_block:nth-child(1) {
  background-image: url(../img/pages/iris-cs/bcg-2.svg);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.alg__detail--2 .alg__detail_col--2 .alg__detail_block:nth-child(2) {
  margin-right: 74px;
}
.alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(2) {
  width: 845px;
}
.alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(2) .alg__detail_block:nth-child(1) {
  margin-right: 12px;
  min-width: 462px;
  width: 462px;
  background-image: url(../img/pages/iris-cs/bcg-3.svg);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: top right;
}
.alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(2) .alg__detail_block:nth-child(2) {
  background-image: url(../img/pages/iris-cs/bcg-4.svg);
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.alg__detail--2 .alg__detail_footer {
  margin-top: 28px;
  display: flex;
  align-items: center;  
}
.alg__detail--2 .alg__detail_footer .btn-1 {
  width: 265px;
}
.alg__detail--2 .alg__detail_ps {
  margin-left: 56px;
}
.alg__detail--2 .alg__detail_img {
  display: none;
}

.alg__detail--3 {
  position: relative;
  padding-top: 83px;
  padding-bottom: 0;
  background-image: url(../img/pages/iris-cs/detail-3_bcg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 770px;
}
.alg__detail--3 .alg__detail_p {
  font: normal normal normal 14px / 110% Acrom !important;
  color: #585858;
}
.alg__detail--3 .alg__detail_p a {
  font: normal normal bold 14px / 110% Acrom !important;
  color: #585858;
}
.alg__detail--3 .alg__detail_link {
  position: absolute;
  top: 28px;
  right: 130px;
}
.alg__detail--3 .alg__detail_blocks {
  align-items: flex-end;
}
.alg__detail--3 .alg__detail_col {
  margin-right: 70px;
}
.alg__detail--3 .alg__detail_col--1 {
  margin-bottom: 120px;
  width: 23%;
  min-width: 23%;
}
.alg__detail--3 .alg__detail_col--1 img {
  margin-top: -90px;
  margin-left: 22px;
  margin-right: 22px;
  width: calc(100% - 44px);
}
.alg__detail--3 .alg__detail_col--1 .alg__detail_block {
  padding-bottom: 70px;
}
.alg__detail--3 .alg__detail_col--2 {
  min-width: 32%;
  width: 32%;
}
.alg__detail--3 .alg__detail_col--2 img {
  margin-top: -120px;
}
.alg__detail--3 .alg__detail_col--2 .alg__detail_block {
  padding-bottom: 90px;
  margin-right: 30px;
}
.alg__detail--3 .alg__detail_col--3 {
  margin-right: 0;
  min-width: 32%;
  width: 32%;
}
.alg__detail--3 .alg__detail_col--3 .alg__detail_block {
  padding-bottom: 70px;
  margin-right: 30px;
}
.alg__detail--3 .alg__detail_col--3 img {
  margin-top: -100px;
}
.alg__detail--3 .btn-1 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 325px;
}

@media (max-width: 1550px) {
  .alg__detail--2 {
    background-size: auto 70%;
  }
}

@media (max-width: 1400px) {
  .alg__detail--1 {
    background-image: url(../img/pages/iris-cs/detail-1.2_l.jpg);
    background-size: 100%;
  }
  .alg__detail--2 {
    background-position: calc(100% - 50px) 50px;
    background-size: auto 40%;
  }
  .alg__detail--2 .alg__detail_footer {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .alg__detail--2 .alg__detail_ps {
    margin-left: 0;
    margin-bottom: 24px;
    width: 400px;
  }

  .alg__detail--3 .alg__detail_col {
    margin-right: 40px;
  }
  .alg__detail--3 .alg__detail_col--1 {
    width: 25%;
    min-width: 25%;
  }
  .alg__detail--3 .alg__detail_col--2 {
    min-width: 34%;
    width: 34%;
  }
  .alg__detail--3 .alg__detail_col--3 {
    margin-right: 0;
    min-width: 34%;
    width: 34%;
  }

}

@media (max-width: 1140px) {
  .alg {
    margin-bottom: 100px;
  }

  .alg__blocks {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .alg__block {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .alg__detail.alg__detail--1 {
    position: relative;
    padding-bottom: 110px;
    background-image: none;
  }
  .alg__detail--1 .alg__detail_text {
    width: auto;
  }
  .alg__detail--1 .alg__detail_img {
    display: block;
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
  .alg__detail--1 .alg__detail_label {
    position: static;
    margin-top: 20px;
  }
  .alg__detail--1 .alg__detail_text .btn-1 {
    position: absolute;
    left: 50px;
    bottom: 40px;
    margin-top: 0;
    width: 320px;
  }

  .alg__detail.alg__detail--2 {
    background-image: none;
  }
  .alg__detail--2 .alg__detail_text {
    width: auto;
  }
  .alg__detail--2 .alg__detail_img {
    display: block;
    margin-bottom: 24px;
  }
  .alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(2) {
    width: auto;
    flex-direction: column;
  }
  .alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(2) .alg__detail_block:nth-child(1) {
    margin-right: 0;
    min-width: auto;
    width: auto;
  }

  .alg__detail.alg__detail--3 {
    padding-top: 50px;
    padding-bottom: 160px;
  }
  .alg__detail--3 .alg__detail_blocks {
    align-items: flex-start;
    flex-direction: column;
  }
  .alg__detail--3 .alg__detail_col {
    margin-right: 0;
    margin-bottom: 6px;
    width: 100%;
    min-width: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .alg__detail_col .alg__detail_block {
    margin-bottom: 0;
  }
  .alg__detail--3 .alg__detail_col picture {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .alg__detail--3 .alg__detail_col--1 img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .alg__detail--3 .alg__detail_col--2 .alg__detail_block {
    padding-bottom: 90px;
    margin-right: 0;
  }
  .alg__detail--3 .alg__detail_col--2 img,
  .alg__detail--3 .alg__detail_col--3 img {
    margin-top: 0;
  }
  .alg__detail--3 .alg__detail_col--1 .alg__detail_block,
  .alg__detail--3 .alg__detail_col--2 .alg__detail_block,
  .alg__detail--3 .alg__detail_col--3 .alg__detail_block {
    padding-bottom: 20px;
    margin-right: 0;
  }
  .alg__detail--3 .alg__detail_link {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 126px;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .alg {
    margin-bottom: 60px;
  }

  .alg__block {
    margin-bottom: 8px;
    border-radius: 12px;
  }
  .alg__block_text {
    padding: 16px 20px 20px 20px;
  }
  .alg__block_text h3 {
    padding: 0;
    margin: 0 0 4px 0;
    font: normal normal 500 24px / 110% Acrom !important;
  }
  .alg__block_text p {
    margin: 0 0 16px 0;
    font: normal normal normal 14px / 120% Acrom !important;
  }

  .alg__detail {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .alg__detail_title p {
    font: normal normal bold 24px / 120% Acrom !important;
  }
  .alg__detail_title p:last-child {
    margin-left: 0;
  }

  .alg__detail_h {
    margin: 0 0 6px 0;
    font: normal normal bold 16px / 100% Acrom !important;
  }
  .alg__detail_p {
    font: normal normal normal 14px / 115% Acrom !important;
  }

  .alg__detail_label {
    padding: 16px 12px;
  }

  .alg__detail_ul li {
    padding-left: 22px;
    margin-bottom: 5px;
    font: normal normal normal 14px / 110% Acrom !important;
  }
  .alg__detail_ul li::before {
    width: 12px;
    height: 12px;
  }

  .alg__detail_ps {
    font: normal normal normal 14px / 110% Acrom !important;
  }

  .alg__detail_block {
    padding: 12px 16px;
    border-radius: 12px;
  }

  .alg__detail_link {
    font: normal normal normal 16px / 110% Acrom !important;
  }


  .alg__detail.alg__detail--1 {
    padding-bottom: 84px;
  }
  .alg__detail--1 .alg__detail_title {
    margin-bottom: 9px;
  }
  .alg__detail--1 .alg__detail_img {
    margin-top: 9px;
    margin-bottom: 14px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .alg__detail--1 .alg__detail_text .btn-1 {
    left: 16px;
    bottom: 24px;
  }


  .alg__detail--2 .alg__detail_title {
    margin-bottom: 12px;
  }
  .alg__detail--2 .alg__detail_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
  }
  .alg__detail--2 .alg__detail_footer {
    margin-top: 12px;
  }
  .alg__detail--2 .alg__detail_ps {
    width: auto;
  }

  .alg__detail--3 .btn-1 {
    left: 30px;
  }
}

@media (max-width: 576px) {
  .alg__details {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .alg__detail_col .alg__detail_block {
    margin-bottom: 8px;
  }


  .alg__detail--1 .alg__detail_block {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .alg__detail--1 .alg__detail_label {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .alg__detail--1 .alg__detail_text .btn-1 {
    right: 16px;
    width: auto;
    max-width: none;
  }

  .alg__detail--2 .alg__detail_text {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .alg__detail--2 .alg__detail_text .alg__detail_blocks:nth-child(1) {
    flex-direction: column;
    align-items: flex-start;
  }
  .alg__detail--2 .alg__detail_col--1 {
    margin-right: 0;
    width: 100%;
  }
  .alg__detail--2 .alg__detail_col--2 {
    width: 100%;
  }
  .alg__detail--2 .alg__detail_col--2 .alg__detail_block:nth-child(2) {
    margin-right: 0;
  }
  .alg__detail--2 .alg__detail_footer .btn-1 {
    margin-top: 0;
    max-width: none;
    width: 100%;
  }

  .alg__detail--3 {
    background-position: center top;
  }
  .alg__detail--3 .alg__detail_col picture {
    position: relative;
    margin-bottom: -308px;
    max-width: none;
    width: auto;
    height: 364px;    
  }
  .alg__detail--3 .alg__detail_col picture img {
    width: auto;
    height: 100%;
  }
  .alg__detail--3 .alg__detail_col .alg__detail_block {
    padding-top: 320px;
  }
  .alg__detail.alg__detail--3 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 118px;
  }
  .alg__detail--3 .alg__detail_link {
    bottom: 88px;
  }
  .alg__detail--3 .btn-1 {
    left: 15px;
    right: 15px;
    bottom: 24px;
    width: auto;
    max-width: none;
  }
}


.compl {
  margin-bottom: 115px;
}
.compl__blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 998px;
}
.compl__block {
  display: none;
  padding: 40px 70px 94px 70px;
  background-color: #FAFAFA;
  border-radius: 32px;
  height: 100%;
}
.compl__block > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.compl__arrows {
  left: 34px;
  right: 34px;
  transform: translateY(-20px);
}
.compl__control {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
}

.compl__row {
  display: flex;
  justify-content: space-between;
}
.compl__title {
  display: flex;
  flex-direction: column;
}
.compl__title p {
  padding: 0;
  margin: 0;
  font: normal normal bold 50px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.compl__title .compl__title_select {
  color: #FAFAFA;
  -webkit-text-stroke: 1px #121212;
  text-stroke: 1px #121212;
}
.compl__title p:nth-child(2) {
  margin-left: auto;
}

.compl__list {
  margin-bottom: 10px;
}
.compl__list_item {
  position: relative;
  margin-bottom: 5px;
}
.compl__list_item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  background-color: #121212;
}
.compl__list_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: 8px;
  width: 8px;
  border: 2px solid #121212;
  border-radius: 50%;
}
.compl__list_item:nth-child(1) {
  padding-left: 78px;
}
.compl__list_item:nth-child(1)::after {
  width: 65px;
}
.compl__list_item:nth-child(1)::before {
  left: 65px;
}
.compl__list_item:nth-child(2) {
  padding-left: 52px;
}
.compl__list_item:nth-child(2)::after {
  width: 38px;
}
.compl__list_item:nth-child(2)::before {
  left: 38px;
}
.compl__list_item p {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 130% Acrom !important;
  color: #121212;
}
.compl__list_item p:last-child {
  color: #979797;
}

.compl__ps {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px / 120% Acrom !important;
  color: #8C8C8C;
}

.compl__items {
  display: flex;
  align-items: stretch;
  margin-left: -6px;
  margin-right: -6px;
}
.compl__item {
  padding: 16px 20px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: white;
  border-radius: 16px;
}
.compl__item img {
  margin-bottom: 8px;
}
.compl__item h3 {
  padding: 0;
  margin: 0 0 6px 0;
  font: normal normal bold 20px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.compl__item p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #585858;
}
.compl__item--green {
  background-color: #91D14E;
}
.compl__item--green h3,
.compl__item--green p {
  color: white;
}
.compl__p {
  padding: 0;
  margin: 0 0 20px 0;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #121212;
}

.compl__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.compl__card > div {
  position: static;
  padding: 30px 32px;
  background-color: white;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.compl__card h3 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal bold 20px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.compl__card p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #585858;
}

.compl__item ul {
  margin-top: 6px !important;
}
.compl__item li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #121212;
}
.compl__item li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/pages/iris-cs/plus-icon-black.svg) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

.compl__title_label {
  display: flex;
  align-items: center;
  padding: 0 50px;
  height: 46px;
  font: normal normal normal 22px / 82% Acrom !important;
  color: white;
  background-color: #91CF4F;
  align-items: center;
  border-radius: 24px;
}

.compl__description h4 {
  padding: 0 0 16px 0;
  margin: 0 0 5px 0;
  font: normal normal bold 100px / 82% Acrom !important;
  color: #121212;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.compl__description h4 strong {
  font: normal normal bold 74px / 82% Acrom !important;
}
.compl__description p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #121212;
}
.compl__description a {
  margin-top: 32px;
  max-width: none;
  background-color: #FAFAFA;
}
.compl__description a:hover {
  background-color: #252423;
}

.compl__list-strong p {
  padding: 0;
  margin: 0 0 5px 0;
  font: normal normal bold 16px / 100% Acrom !important;
  color: #121212;
}
.compl__label p {
  padding: 0;
  margin: 0;
  font: normal normal bold 16px / 100% Acrom !important;
  color: #121212;
}

.compl__block .compl__mobile {
  display: none;
}
.compl__block .compl__desktop {
  display: flex;
}


.compl__block--1 .compl__ps {
  width: 436px;
}
.compl__block--1 .compl__title {
  width: 486px;
}
.compl__block--1 .compl__item:nth-child(1) {
  width: 32.33%;
}
.compl__block--1 .compl__item:nth-child(2) {
  width: 36.33%;
}
.compl__block--1 .compl__item:nth-child(3) {
  width: 31.33%;
}
.compl__block--1 .compl__img {
  margin-top: 20px;
  margin-bottom: 34px;
}

.compl__block--2 .compl__title {
  margin-bottom: 4px;
  width: 694px;
}

.compl__block--3 {
  padding-bottom: 100px;
}
.compl__block--3 .compl__title {
  margin-bottom: 14px;
  width: 370px;
}
.compl__block--3 .compl__item {
  padding: 30px 32px;
}
.compl__block--3 .compl__row--1 {
  align-items: flex-end;
}
.compl__block--3 .compl__row--1 > div:nth-child(1) {
  margin-top: -50px;
  margin-right: 110px;
  min-width: 480px;
  width: 480px;
  transform: translateY(80px);
}
.compl__block--3 .compl__row--1 div .compl__item {
  margin-left: 0;
  width: 410px;
}
.compl__block--3 .compl__row--1 > div:last-child {
  margin-left: 0;
  margin-right: 140px;
}
.compl__block--3 .compl__row--2 {
  margin-top: 20px;
}
.compl__block--3 .compl__row--2 .compl__card {
  margin-left: 10px;
  margin-right: 10px;
  width: 414px;
  min-width: 414px;
  transform: translateY(80px);
}
.compl__block--3 .compl__row--2 .compl__card > div {
  background-image: url(../img/pages/iris-cs/bcg-5.svg);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: top right;
}
.compl__block--3 .coml__div {
  display: flex;
  align-items: flex-start;
}
.compl__block--3 .coml__div .compl__item:nth-child(1) {
  max-width: 360px;
  background-image: url(../img/pages/iris-cs/bcg-6.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top right;
}
.compl__block--3 .coml__div .compl__item:nth-child(2) {
  padding: 16px 20px;
}
.compl__block--3 .compl__items {
  margin-left: -10px;
  margin-right: -10px;
}
.compl__block--3 .compl__item {
  margin-left: 10px;
  margin-right: 10px;
}

.compl__block--4 {
  position: relative;
  padding: 86px 60px 80px 128px;
}
.compl__block--4 .compl__title {
  position: absolute;
  top: 40px;
  left: 95px;
  width: 810px;
}
.compl__block--4 .compl__title_label {
  position: absolute;
  left: 0;
  bottom: 0;
}
.compl__block--4 .compl__description {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 364px;
}

@media (max-width: 1550px) {
  .compl__block--3 .compl__row--1 > div:last-child {
    margin-right: 30px;
  }
  .compl__block--3 .coml__div .compl__item:nth-child(1) {
    max-width: 300px;
  }
  .compl__blocks {
    height: 968px;
  }
}

@media (max-width: 1400px) {
  .compl__blocks {
    height: 1094px;
  }

  .compl__block--3 {
    padding-bottom: 120px;
  }
  .compl__block--3 .compl__row--1 {
    align-items: flex-start;
  }
  .compl__block--3 .compl__row--1 > div:last-child {
    margin-right: 0;
  }

  .compl__block--1 .compl__title {
    margin-right: 20px;
  }
  .compl__block--1 .compl__item:nth-child(1) {
    width: 28.33%;
  }
  .compl__block--1 .compl__item:nth-child(2) {
    width: 44.33%;
  }
  .compl__block--1 .compl__item:nth-child(3) {
    width: 27.33%;
  }

  .compl__block--3 .compl__row--1 {
    align-items: flex-start;
  }
  .compl__block--3 .compl__row--1 > div:last-child {
    margin-right: 0;
  }
  .compl__block--3 .compl__row--1 > div:nth-child(1) {
    margin-top: -80px;
    margin-right: 0;
    width: 410px;
  }
  .compl__block--3 .compl__row--1 > div:nth-child(2) {
    margin-left: 18px;
    margin-right: 0;
    margin-top: 20px;
  }
  .compl__block--3 .compl__row--2 {
    align-items: flex-start;
  }
  .compl__block--3 .coml__div {
    flex-direction: column;
    margin-top: -80px;
  }
  .compl__block--3 .coml__div .compl__item:nth-child(1) {
    max-width: none;
    margin-bottom: 30px;
  }


  .compl__block--4 .compl__title {
    position: static;
    width: 100%;
  }
  .compl__block--4 .compl__description {
    position: static;
    margin-top: -160px;
    margin-left: auto;
    padding-bottom: 30px;
  }
  .compl__block--4 .compl__title_label {
    position: static;
    width: 218px;
  }
}

@media (max-width: 1140px) {
  .compl {
    margin-bottom: 100px;
  }
  .compl__arrows {
    top: 42px;
  }
  .compl__title p {
    text-align: center;    
  }
  .compl__title p:nth-child(2) {
    margin-left: 0;
  }

  .compl__blocks {
    height: auto;
  }

  .compl__block {
    padding: 70px 20px 90px 20px;
  }
  .compl__items {
    margin-left: 0;
    margin-right: 0;
  }
  .compl__item {
    margin-left: 0;
    margin-right: 0;
  }
  .compl__block .compl__mobile {
    display: block;
  }
  .compl__block .compl__desktop {
    display: none;
  }

  .compl__list-num {
    margin-top: 12px;
  }
  .compl__list-num div {
    margin-top: 6px;
  }
  .compl__list-num p {
    padding: 0;
    margin: 0;
    font: normal normal normal 16px / 110% Acrom !important;
    color: #5B5B5B;
  }


  .compl__block--1 .compl__title {
    margin-right: 0;
    margin-bottom: 9px;
    width: 100%;
  }
  .compl__block--1 .compl__row {
    margin-bottom: 17px;
    flex-direction: column;
  }
  .compl__block--1 .compl__list {
    margin-top: 12px;
  }
  .compl__block--1 .compl__items {
    flex-direction: column;
  }
  .compl__block--1 .compl__items img {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px !important;
  }
  .compl__block--1 .compl__item {
    margin-bottom: 8px;
  }
  .compl__block--1 .compl__ps {
    width: auto;
  }
  .compl__block--1 .compl__item:nth-child(1),
  .compl__block--1 .compl__item:nth-child(2),
  .compl__block--1 .compl__item:nth-child(3) {
    flex: 1;
    width: auto;
  }


  .compl__block--2 .compl__title {
    width: 100%;
  }
  .compl__block--2 picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  .compl__block--2 .compl__list-strong {
    margin-bottom: 16px;
  }
  .compl__block--2 .compl__list-num {
    margin-bottom: 20px;
  }
  .compl__block--2 .compl__label {
    position: relative;
    width: 212px;
  }
  .compl__block--2 .compl__label img {
    position: absolute;
    top: 4px;
    right: 50px;
    width: 24px;
    height: 24px;
  }


  .compl__block--3 .compl__title {
    width: 100%;
  }
  .compl__block--3 .compl__item {
    padding: 12px 16px;
    margin-bottom: 8px;
  }
  .compl__block--3 .compl__row--1 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .compl__block--3 .compl__row--1 > div:nth-child(1) {
    margin-top: 20px;
    width: auto;
    transform: translateY(0);
    min-width: auto;
  }
  .compl__block--3 .compl__row--1 > div:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
  .compl__block--3 .compl__row--1 > div:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .compl__block--3 .compl__row--1 div .compl__item {
    width: 100%;
  }
  .compl__block--3 .compl__row--2 {
    margin-top: 0;
    flex-direction: column;
  }
  .compl__block--3 .compl__row--2 .compl__card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 420px;
    transform: translateY(0);
    border-radius: 16px;
  }
  .compl__block--3 .coml__div {
    margin-top: 8px;
    flex-direction: column;
    transform: translateY(0);
  }
  .compl__block--3 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
  }


  .compl__block--4 .compl__title {
    width: 100%;
  }
  .compl__block--4 .compl__title_label {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .compl__block--4 .compl__description {
    margin-top: -90px;
  }
}

@media (max-width: 768px) {
  .compl {
    margin-bottom: 60px;
  }
  .compl__block {
    border-radius: 16px;
  }
  .compl__title p {
    font: normal normal bold 24px / 120% Acrom !important;
  }
  .compl__title_label {
    padding: 0 20px;
    height: 30px;
    font: normal normal normal 18px / 82% Acrom !important;
  }
  .compl__item li {
    padding-left: 22px;
    margin-bottom: 4px;
    font: normal normal normal 14px / 110% Acrom !important;
  }

  .compl__list_item p {
    font: normal normal normal 14px / 110% Acrom !important;
  }
  .compl__list_item::after {
    top: 7px;
  }
  .compl__list_item:nth-child(1) {
    padding-left: 52px;
  }
  .compl__list_item:nth-child(1)::after {
    width: 37px;
  }
  .compl__list_item:nth-child(1)::before {
    left: 37px;
  }
  .compl__list_item:nth-child(2) {
    padding-left: 42px;
  }
  .compl__list_item:nth-child(2)::after {
    width: 27px;
  }
  .compl__list_item:nth-child(2)::before {
    left: 27px;
  }

  .compl__p {
    margin: 0 0 12px 0;
    font: normal normal normal 14px / 120% Acrom !important;
  }
  .compl__card > div {
    padding: 12px 16px;
  }
  .compl__item h3,
  .compl__card h3 {
    font: normal normal bold 16px / 100% Acrom !important;
  }
  .compl__item p,
  .compl__card p {
    font: normal normal normal 14px / 110% Acrom !important;
  }


  .compl__block--1 .compl__row img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }

  .compl__block--3 .compl__row--1 div .compl__item {
    margin-top: 16px;
  }
  .compl__block--3 .compl__row--2 .compl__card {
    border-radius: 8px;
  }
  .compl__block--3 .compl__row--2 .compl__card {
    max-width: none;
  }
  .compl__block--3 img {
    max-width: 100% !important;
  }
  
  .compl__block--4 .compl__title_label {
    width: 136px;
  }
  .compl__block--4 .compl__description {
    margin-top: 0;
    margin-right: auto;
  }
  .compl__block--4 .compl__description h4 {
    font: normal normal bold 70px / 82% Acrom !important;
    text-align: center;
  }
  .compl__block--4 .compl__description p {
    font: normal normal normal 16px / 120% Acrom !important;
    text-align: center;
  }
  .compl__block--4 .compl__description a {
    margin-top: 24px;
  }
}

@media (max-width: 576px) {
  .compl__body {
    margin-left: -15px;
    margin-right: 15px;
    width: calc(100% + 30px);
  }

  .compl__block {
    padding: 70px 20px 78px 20px;
  }

  .compl__block--1 .compl__item {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .compl__block--1 .compl__list {
    margin-left: -20px;
    margin-right: 15px;
  }

  .compl__block--3 .compl__item,
  .compl__block--3 .compl__card {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
  }

  .compl__control {
    bottom: 24px;
  }
}



.program {
  padding-bottom: 160px;
}
.program__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.program__header h3 {
  padding: 0;
  margin: 0;
  font: normal normal normal 50px / 110% Acrom !important;
  color: #E4E4E4;
  text-transform: uppercase;
  max-width: 560px;
}
.program__header h3 span {
  color: #121212;
}
.program__header p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 130% Acrom !important;
  color: #121212;
  text-align: right;
  max-width: 380px;
}
.program__header img {
  display: none;
}

.program__body {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 40px 50px;
  border-radius: 20px;
  background-color: #FAFAFA;
  background-image: url(../img/pages/iris-cs/bcg-7.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  height: 802px;
}

.program__bcg {
  position: absolute;
  top: -105px;
  left: -105px;
  width: 1000px;
  height: 1024px;
  background: url(.../img/pages/iris-cs/pages/gara/program-bcg.svg) no-repeat center;
  background-size: 100%;
  opacity: .2;
  z-index: 1;
}

.program__blocks {
  position: relative;
  z-index: 2;
}
.program__block {
  display: none;
  height: 100%;
}
.program__block > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.program__block h3 {
  display: none;
}
.program__block p {
  padding: 0;
  margin: 0 0 40px 0;
  font: normal normal normal 24px / 130% Acrom !important;
  color: #121212;
  max-width: 860px;
}

.program__block li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font: normal normal normal 24px / 110% Acrom !important;
  color: #121212;
}
.program__block li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/pages/iris-cs/plus-icon-black.svg) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

.program__block img {
  margin-top: 24px;
  border-radius: 16px;
}
.program__control {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: -20px;
  margin-left: 50px;
  z-index: 2;
}
.program__control a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  margin-bottom: 20px;
  min-height: 80px;
  width: 400px;
  border-radius: 12px;
  font: normal normal 500 20px / 120% Acrom !important;
  color: #121212;
  text-align: center;
  background-color: #f6f6f6;
  transition: all .3s ease;
}
.program__control a:hover,
.program__control a.active {
  color: white !important;
  background-color: #91CF4F;
  text-decoration: none;
}
.program__control-dot {
  display: none;
}

.program__arrows {
  display: none;
  z-index: 2;
}

.program__label {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 400px;
  z-index: 5;
}
.program__label .btn-1 {
  margin-top: 10px;
  width: 100%;
  max-width: none;
  background-color: transparent;
}
.program__label .btn-1:hover {
  background-color: #252423;
}
.program__label img {
  margin-bottom: 20px;
  width: 76px;
}

.program__btn {
  display: none;
}

@media (max-width: 1550px) {
  .program__body {
    height: 722px;
  }
}

@media (max-width: 1400px) {
  .program__body {
    height: 686px;
  }
}

@media (max-width: 1140px) {
  .program {
    padding-bottom: 100px;
  }
  .program__bcg {
    top: -160px;
    left: -105px;
    width: 800px;
    height: 824px;
  }

  .program__header h3 {
    font: normal normal normal 36px / 110% Acrom !important;
  }
  .program__header p {
    font: normal normal normal 16px / 130% Acrom !important;
  }

  .program__body {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .program__block > div {
    flex-direction: column-reverse;
  }
  .program__block p {
    margin: 0;
    font: normal normal normal 18px / 130% Acrom !important;
  }
  .program__block li {
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .program__block img {
    margin-bottom: 16px;
  }

  .program__control {
    position: absolute;
    bottom: 21px;
    left: 50%;
    margin-bottom: 0;
    margin-left: 0;
    flex-direction: row;
    transform: translateX(-50%);
  }
  .program__control a {
    padding: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0;
    min-height: 12px;
    height: 12px;
    width: 12px;
    border-radius: 8px;
    font: normal normal normal 0px / 0% Acrom !important;
    color: transparent !important;
    background-color: #4A4A4A;
  }
  .program__control a:hover {
    color: transparent !important;
    background-color: white;
  }
  .program__control a.active {
    color: transparent !important;
    background-color: white;
    width: 40px;
    height: 15px;
  }

  .program__arrows {
    display: flex;
    top: 190px;
  }

  .program__label {
    display: none;
  }

  .program__btn {
    display: flex;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: none;
    background-color: transparent;
  }
  .program__btn--2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .program {
    padding-bottom: 60px;
  }

  .program__header {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .program__header h3 {
    margin-bottom: 8px;
    font: normal normal normal 24px / 110% Acrom !important;
    text-align: left;
    max-width: 240px;
  }
  .program__header p {
    font: normal normal normal 14px / 120% Acrom !important;
    text-align: left;
  }
  .program__header img {
    display: block;
    position: absolute;
    top: 28px;
    right: 0;
    width: 42px;
  }

  .program__body {
    padding: 20px 16px 45px 16px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 12px;
  }

  .program__block h3 {
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
    font: normal normal bold 18px / 100% Acrom !important;
    color: #121212;
  }
  .program__block p {
    font: normal normal normal 16px / 130% Acrom !important;
  }
  .program__block li {
    padding-left: 22px;
    margin-bottom: 6px;
    font: normal normal normal 14px / 110% Acrom !important;
  }

  .program__arrows {
    top: 120px;
    left: 8px;
    right: 8px;
  }

  .program__block_content {
    display: flex;
    flex-direction: column;
  }

  .program__control {
    bottom: 16px;
  }
}


.description {
  padding-bottom: 160px;
}
.description__blocks {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.description__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #FAFAFA;
  width: calc(50% - 20px);
}
.description__block_row {
  display: flex;
  align-items: flex-start;
}
.description__block_row img {
  margin-right: 24px;
  width: 85px;
}
.description__title {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal 500 24px / 100% Acrom !important;
  color: #121212;
}
.description__p {
  padding: 0;
  margin-bottom: 0;
  font: normal normal normal 20px / 130% Acrom !important;
  color: #121212;
}
.description__block .btn-1 {
	margin-top: 28px;
  max-width: none;
	width: 100%;
	white-space: nowrap;
  background-color: #FAFAFA;
}
.description__block .btn-1:hover {
  background-color: #252423;
}
.description__btns {
  display: flex;
  margin-top: 28px;
  margin-left: -4px;
  margin-right: -4px;
}
.description__btns .btn-1 {
  margin-top: 0;
	margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
}


@media (max-width: 1140px) {
  .description {
    padding-bottom: 100px;
  }
  .description__blocks {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .description__block {
    padding: 20px 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    border-radius: 12px;
    width: 100%;
  }
  .description__title {
    margin-bottom: 2px;
    font: normal normal 500 18px / 100% Acrom !important;
  }
  .description__p {
    font: normal normal normal 16px / 100% Acrom !important;
  }

  .description__block .btn-1 {
    margin-top: 16px;
  }
  .description__btns {
    margin-top: 0;
    margin-bottom: -8px;
  }
  .description__btns .btn-1 {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .description {
    padding-bottom: 60px;
  }
  .description__block_row {
    flex-direction: column;
  }
  .description__block_row img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 32px;
  }
  .description__btns {
    margin-top: 16px;
    margin-bottom: -8px;
    flex-direction: column;
  }
  .description__btns .btn-1 {
    margin-top: 0;
  }
}


.library {
  padding-bottom: 130px;
}

.library__body {
  display: flex;
  align-items: stretch;
}

.library__list {
  padding: 48px 70px 55px 70px;
  margin-right: 20px;
  background-color: #FAFAFA;
  border-radius: 20px;
  width: 480px;
}

.library__list h3 {
  padding: 0;
  margin-bottom: 24px;
  font: normal normal bold 32px / 38px Acrom !important;
  color: #121212;
  text-align: center;
}

.library__list a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 16px;
  height: 80px;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #121212;
  text-decoration: none;
  background-color: white;
  border-radius: 8px;
  transition: all .3s ease;
}
.library__list svg {
  margin-right: 16px;
  min-width: 32px;
  fill: #121212;
  transition: all .3s ease;
}

.library__list a:hover {
  color: white !important;
  background-color: #8FCA52;
  text-decoration: none !important;
}
.library__list a:hover svg {
  fill: white;
}

.library__icon--book {
  margin-right: 16px;
  width: 32px;
  height: 26px;
  min-width: 32px;
  background: url(../img/pages/iris-sopt/library-book.png) no-repeat center;
  background-size: 100%;
}
.library__icon--drawing {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: url(../img/pages/iris-sopt/library-drawing.png) no-repeat center;
  background-size: 100%;
}
.library__list a:hover .library__icon--book {
  background: url(../img/pages/iris-sopt/library-book_w.png) no-repeat center;
  background-size: 100%;
}
.library__list a:hover .library__icon--drawing {
  background: url(../img/pages/iris-sopt/library-drawing_w.png) no-repeat center;
  background-size: 100%;
}

.library__form {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #FAFAFA;
  border-radius: 20px;
}

@media (max-width: 1400px) {
  .library {
    padding-bottom: 60px;
  }

  .library__list {
    padding: 28px 20px 35px 20px;
  }
}

@media (max-width: 1140px) {
  .library__body {
    flex-direction: column;
  }

  .library__list {
    padding: 28px 20px 35px 20px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 420px;
    border-radius: 12px;
  }

  .library__list h3 {
    margin-bottom: 16px;
    font: normal normal bold 20px / 24px Acrom !important;
  }

  .library__list a {
    margin-bottom: 8px;
    font: normal normal normal 16px / 19px Acrom !important;
  }

  .library__form {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    border-radius: 12px;
  }
}
