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 {
  /* TODO: Удалить */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  max-width: 1400px !important;
}

@media (min-width: 1920px) {
  body .container {
    max-width: 1400px !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;
  text-transform: lowercase;
  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;
  }
}


/* Main */
.main {
  padding-top: 215px;
}

.main__body {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 31px;
}
.main__img {
  position: relative;
  margin-left: -125px;
  max-width: 678px;
  z-index: 2;
}

.main__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main__text_row {
  display: flex;
  justify-content: space-between;
}

.main__description {
  margin-top: -65px;
  width: 364px;
}
.main__description img {
  display: none;
}
.main__description p {
  padding: 0;
  margin-bottom: 36px;
  font: normal normal 500 20px / 120% Acrom !important;
  color: #000000;
  opacity: .4;
}

.main__year {
  margin-top: 46px;
}
.main__year h3 {
  padding: 0;
  margin: 0;
  font: normal normal bold 50px / 120% Acrom !important;
  color: #B8B8B8;
  text-align: right;
}
.main__year h3 strong {
  font: normal normal bold 130px / 80% Acrom !important;
}
.main__year p {
  padding: 0;
  margin: 0;
  font: normal normal bold 26.5px / 74% Acrom !important;
  color: #B8B8B8;
  text-align: right;
}
.main__year p span {
  font: normal normal bold 28px / 74% Acrom !important;
}

@media (max-width: 1400px) {
  .main__img {
    margin-left: -25px;
    max-width: 450px;
  }
}

@media (max-width: 1140px) {
  .main__img {
    margin-left: 152px;
    margin-top: 90px;
    max-width: 350px;
  }
  .main__description {
    margin-top: -45px;
  }
  .main__year h3 {
    font: normal normal bold 32px / 120% Acrom !important;
  }
  .main__year h3 strong {
    font: normal normal bold 86px / 80% Acrom !important;
  }
  .main__year p {
    font: normal normal bold 17px / 74% Acrom !important;
  }
  .main__year p span {
    font: normal normal bold 18px / 74% Acrom !important;
  }
}

@media (max-width: 768px) {
  .main {
    position: relative;
    padding-top: 120px;
    z-index: 5;
  }
  .main__body {
    padding-top: 0;
  }
  .main__img {
    display: none;
  }
  .main__text {
    position: relative;
  }
  .main__description {
    position: relative;
    margin-top: 24px;
    width: 100%;
    z-index: 2;
  }
  .main__description p {
    margin-bottom: 17px;
    font: normal normal normal 16px / 120% Acrom !important;
    width: 364px;
  }
  .main__description img {
    display: block;
    padding-bottom: 72px;
    max-width: 420px !important;
  }
  .main__description .btn-1 {
    max-width: none;
  }
  .main__year {
    position: absolute;
    bottom: 82px;
    left: 0;
  }
}

@media (max-width: 574px) {
  .main__year {
    position: absolute;
    bottom: 68px;
    left: 0;
  }
}


.systems {
  position: relative;
  padding-bottom: 160px;
  margin-top: -90px;
  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;
  flex: 1;
  padding: 32px 40px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FAFAFA;
  border-radius: 22px;
}
.systems__block_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  height: 50px;
}
.systems__block_img svg {
  height: 100%;
}
.systems__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 100% Acrom !important;
  color: #898989;
  text-align: center;
}
.systems__block--2 p,
.systems__block--3 p {
  max-width: 188px;
}

@media (max-width: 1140px) {
  .systems {
    padding-bottom: 100px;
    margin-top: -40px;
  }
  .systems__blocks {
    flex-direction: column;
  }
  .systems__block {
    padding: 24px;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .systems {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .systems__block p {
    font: normal normal normal 16px / 110% Acrom !important;
    max-width: 174px;
  }
  .systems__block p strong {
    font: normal normal normal 16px / 110% Acrom !important;
  }
}


.schema {
  padding-bottom: 160px;
}

.schema__body {
  position: relative;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 98px;
  border-radius: 32px;
  background-color: #FAFAFA;
}

.schema__title h2 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font: normal normal 300 42px / 100% Acrom !important;
  color: #121212;
  text-align: center;
  text-transform: uppercase;
}
.schema__title p {
  padding: 0;
  margin: 0 auto;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #5A5A5A;
  text-align: center;
  opacity: .7;
}

.schema__block {
  display: none;
}
.schema__arrows {
  left: 20px;
  right: 20px;
  transform: translateY(-20px);
}
.schema__control {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
}

.schema__block--1 {
  margin-left: 5px;
  margin-right: -15px;
}
.schema__block--1 .schema__title h2 {
  margin-bottom: 12px;
  max-width: 924px;
}
.schema__block--1 .schema__title p {
  max-width: 805px;
}
.schema__block--1 .schema__label {
  position: absolute;
  bottom: 98px;
  left: 105px;
  padding: 0;
  margin: 0;
  font: normal normal normal 12px / 100% Acrom !important;
  color: #898989;
  max-width: 576px;
}
.schema__block--1 .schema__label a {
  font: normal normal bold 14px / 110% Acrom !important;
  color: #898989;
  text-decoration: underline;
  transition: all .3s ease;
}
.schema__block--1 .schema__label a:hover {
  color: #8FCA52;
}

.schema__block--2 {
  margin-top: 26px;
  margin-bottom: 31px;
  margin-left: -6px;
  margin-right: -5px;
}
.schema__block--2 .schema__title p {
  margin-bottom: 88px;
  max-width: 540px;
}

.schema__block--3 {
  margin-top: 26px;
  margin-bottom: -15px;
  margin-left: 166px;
  margin-right: 165px;
}
.schema__block--3 .schema__title p {
  margin-bottom: 60px;
  max-width: 650px;
}

.schema__block--4 {
  margin-top: 70px;
  margin-bottom: -14px;
  margin-left: 163px;
  margin-right: 35px;
}
.schema__block--4 .schema__title {
  position: absolute;
  left: 98px;
  top: 31px;
  width: 44%;
}
.schema__block--4 .schema__title h2 {
  text-align: left;
}
.schema__block--4 .schema__title p {
  max-width: 644px;
  text-align: left;
}

@media (max-width: 1400px) {
  .schema__block--4 {
    margin-top: 140px;
  }
}

@media (max-width: 1140px) {
  .schema__title h2 {
    font: normal normal 300 36px / 100% Acrom !important;
  }
  .schema__title p {
    font: normal normal normal 18px / 120% Acrom !important;
  }

  .schema__block--1 .schema__label {
    position: static;
    margin-top: 24px;
  }
  .schema__block--4 .schema__title {
    position: static;
    width: auto;
  }
  .schema__block--1 .schema__title p {
    margin-bottom: 24px;
  }

  .schema__block--4 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .schema {
    padding-bottom: 60px;
  }

  .schema__body {
    padding-top: 83px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 26px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 12px;
  }

  .schema__title h2 {
    margin-left: 0;
    font: normal normal 300 24px / 107% Acrom !important;
    text-align: left;
  }
  .schema__title p {
    font: normal normal normal 16px / 100% Acrom !important;
    color: #898989;
    text-align: left;
  }

  .schema__block--1 {
    margin-left: 0;
    margin-right: 0;
  }
  .schema__block--1 .schema__label {
    font: normal normal normal 10px / 116% Acrom !important;
  }
  .schema__block--1 .schema__label a {
    font: normal normal bold 10px / 116% Acrom !important;
  }

  .schema__block--1 .schema__title h2 {
    max-width: 480px;
  }
  .schema__block--1 .schema__title p {
    margin-bottom: 24px;
  }

  .schema__block--2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .schema__block--2 .schema__title p {
    margin-bottom: 24px;
  }

  .schema__block--3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .schema__block--3 .schema__title p {
    margin-bottom: 24px;
  }

  .schema__block--4 {
    margin-bottom: 0;
  }
  .schema__block--4 .schema__title {
    position: static;
    width: auto;
  }
  .schema__block--4 .schema__title p {
    margin-bottom: 24px;
  }

  .schema__arrows {
    top: 24px;
    left: 16px;
    right: 16px;
    transform: translateY(0);
  }
  .schema__control {
    position: static;
    transform: translateX(0);
    margin-top: 20px;
  }
}


.function__body {
  position: relative;
}
.function__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.function__text h2 {
  padding: 0;
  margin-bottom: 12px;
  font: normal normal 300 50px / 110% Acrom !important;
  color: #121212;
  text-transform: uppercase;
  max-width: 626px;
}
.function__text h2 strong {
  font: normal normal bold 50px / 110% Acrom !important;
}

.function__text ul {
  list-style: none;
  max-width: 55%;
}
.function__text li {
  position: relative;
  padding-bottom: 0;
  padding-left: 16px;
  margin-bottom: 6px;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #898989;
}
.function__text li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-color: #121212;
}
.function__text p {
  padding: 0;
  margin: 32px 0 0 0;
  font: normal normal bold 18px / 120% Acrom !important;
  color: #898989;
  max-width: 634px;
}
.function__body img {
  margin-left: auto;
  width: 70%;
}

@media (max-width: 1400px) {
  .function__body img {
    margin-left: auto;
    width: 50%;
  }
  .function__text p {
    max-width: 600px;
  }
}

@media (max-width: 1140px) {
  .function__body {
    display: flex;
    flex-direction: column;
  }
  .function__text {
    position: static;
    margin-bottom: 17px;
  }
  .function__text ul {
    max-width: none;
  }
  .function__text li {
    font: normal normal normal 20px / 110% Acrom !important;
  }
  .function__text p {
    display: none;
  }
}

@media (max-width: 768px) {
  .function__text h2 {
    font: normal normal 300 24px / 110% Acrom !important;
  }
  .function__text h2 strong {
    font: normal normal bold 24px / 110% Acrom !important;
  }
  .function__text li {
    margin-bottom: 8px;
    font: normal normal normal 16px / 100% Acrom !important;
  }
  .function__body img {
    width: 100%;
    max-width: 420px !important;
  }
}

.application {
  padding-bottom: 160px;
  margin-top: -10px;
}
.application__body {
  position: relative;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
  border-radius: 32px;
  background-color: #FAFAFA;
}
/* .application__body h3 {
  display: none;
} */
.application__blocks {
}
.application__block {
  display: none;
}
.application__block--3 img {
  margin-top: -40px;
}

.application__arrows {
  left: 24px;
  right: 24px;
  transform: translateY(-20px);
}
.application__control {
  margin-top: 30px;
}

.application__description {
  display: none;
}

@media (max-width: 1140px) {
  .application {
    padding-bottom: 100px;
  }
  .application__body {
    position: relative;
    padding-top: 94px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    border-radius: 12px;
  }
  /* .application__body h3 {
    position: absolute;
    top: 32px;
    left: 50%;
    display: block;
    padding: 0;
    margin: 0;
    font: normal normal normal 24px / 100% Acrom !important;
    text-transform: uppercase;
    transform: translateX(-50%);
  } */
  .application__arrows {
    top: 48px;
    left: 16px;
    right: 16px;
    transform: translateY(-24px);
  }
}

@media (max-width: 768px) {
  .application {
    padding-bottom: 60px;
  }
  .application__body {
    margin-left: -15px;
    margin-right: -15px;
  }
  .application__control {
    margin-top: 24px;
  }
  .application__control a {
    margin-left: 4px;
    margin-right: 4px;
    min-width: 12px;
    width: 12px;
    height: 12px;
  }
  .application__control a.active {
    padding: 10px 20px;
    font-size: 12px !important;
    min-height: 33px;
  }

  .application__block picture img {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px !important;
  }

  .application__block--3 img {
    margin-top: 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
  }

  .application__description {
    display: block;
    margin-top: 20px;
  }
  .application__description_item {
    margin-bottom: 10px;
  }
  .application__description_item,
  .application__description_item p {
    padding: 0;
    font: normal normal normal 12px / 100% Acrom !important;
    color: #5B5B5B;
  }
  .application__description_item p {
    margin-bottom: 6px;
  }
  .application__description_item ul {
    list-style: none;
  }
  .application__description_item li {
    position: relative;
    padding-bottom: 0;
    padding-left: 16px;
    margin-bottom: 6px;
    font: normal normal normal 12px / 120% Acrom !important;
    color: #5B5B5B;
  }
  .application__description_item li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background-color: #121212;
  }
  .application__description_p {
    padding: 0;
    margin-bottom: 16px;
    font: normal normal normal 12px / 120% Acrom !important;
    color: #5B5B5B;
  }

  .application__cell {
    position: relative;
    padding: 12px;
    background-color: white;
    border-radius: 12px;
  }
  .application__cell--1 {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-bottom: 8px;
    width: 176px;
  }
  .application__cell--1 img {
    margin-right: 9px;
    width: 73px;
  }
  .application__cell--1 h3 {
    padding: 0;
    margin: 0;
    font: normal normal bold 20px / 110% Acrom !important;
    color: #121212;  
  }
  .application__cell--1 h3 span {
    font: normal normal bold 16px / 110% Acrom !important;
  }
  .application__cell--1 p {
    padding: 0;
    margin: -2px 0 0 0;
    font: normal normal normal 12px / 110% Acrom !important;
    color: #121212;
  }

  .application__color-list {
    margin-bottom: 12px;
  }
  .application__color-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
  }
  .application__color-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .application__color-item p {
    padding: 0;
    margin: 0;
    font: normal normal normal 12px / 100% Acrom !important;
    color: #121212;
  }
  .application__color-item--green::before {
    background-color: #A1F449;
  }
  .application__color-item--yellow::before {
    background-color: #FBF653;
  }
  .application__color-item--red::before {
    background-color: #F04B55;
  }
  .application__option {
    margin-bottom: 16px;
  }
  .application__option h3 {
    padding: 0;
    margin: 0 0 2px 0;
    font: normal normal normal 12px / 100% Acrom !important;
    color: #121212;
    opacity: .3;
  }
  .application__option p {
    padding: 0;
    margin: 0;
    font: normal normal normal 12px / 100% Acrom !important;
    color: #121212;
  }

  .application__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 55px;
    border-radius: 8px;
    background: url(../img/pages/iris-sopt/oscillogram_bcg.png) no-repeat right bottom;
    background-size: auto 100%;
    background-color: #91D14E;
  }
  .application__btn img {
    width: 28px;
  }
  .application__btn p {
    padding: 0;
    margin: 0 0 0 9px;
    font: normal normal normal 14px / 100% Acrom !important;
    color: white;
  }
  .application__cell--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    margin-bottom: 8px;
    width: 100%;
    min-height: 69px;
  }
  .application__cell--2 h3 {
    padding: 0;
    margin: 0;
    font: normal normal bold 20px / 100% Acrom !important;
    color: #121212;
    text-align: center;
  }
  .application__cell--2 h3 span {
    font: normal normal bold 16px / 100% Acrom !important;
  }
  .application__cell--2 p {
    padding: 0;
    margin: 0;
    font: normal normal normal 12px / 110% Acrom !important;
    color: #121212;
    text-align: center;
  }

  .application__row {
    display: flex;
    align-items: stretch;
  }
  .application__cell--3 {
    flex: 1;
    margin-bottom: 8px;
    margin-right: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 69px;
    width: calc(50% - 4px);
  }
  .application__cell--3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    width: 18px;
    height: 18px;
    background: url(../img/pages/iris-sopt/plus.svg) no-repeat center;
    background-size: 18px;
    transform: translateY(-50%);
    z-index: 5;
  }
  .application__cell--3 h3 {
    padding: 0;
    margin: 0;
    font: normal normal bold 20px / 100% Acrom !important;
    color: #121212;
  }
  .application__cell--3 h3 span {
    font: normal normal bold 16px / 100% Acrom !important;
  }
  .application__cell--3 p {
    padding: 0;
    margin: 0;
    font: normal normal normal 10px / 110% Acrom !important;
    color: #121212;
  }

  .application__cell--4 {
    flex: 1;
    position: relative;
    margin-bottom: 8px;
    margin-left: 4px;
    display: flex;
    align-items: center;
    min-height: 69px;
    width: calc(50% - 4px);
  }
  .application__cell--4 h3 {
    padding: 0;
    margin: 0 6px 0 0;
    font: normal normal bold 32px / 110% Acrom !important;
    color: #121212;
  }
  .application__cell--4 p {
    padding: 0;
    margin: 0;
    font: normal normal normal 10px / 110% Acrom !important;
    color: #121212;
  }
  .application__cell--5 {
    flex: 1;
    position: relative;
    margin-right: 4px;
    background: url(../img/pages/iris-sopt/b_bcg.jpg) no-repeat bottom right;
    background-size: 70px;
    background-color: white;
    width: calc(50% - 4px);
  }
  .application__cell--5 h3 {
    padding: 0;
    margin: 0;
    font: normal normal bold 16px / 89% Acrom !important;
    color: #121212;
    max-width: 135px;
  }

  .application__cell--6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 4px;
    font-size: 12px;
    width: calc(50% - 4px);
  }
  .application__cell--6::before {
    content: '°C';
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    font: normal normal normal 9em / 74% Acrom !important;
    color: #CFCFCF;
    transform: translate(-74%, -50%);
    white-space: nowrap;
  }
  .application__temp_value {
    position: relative;
    padding: 0;
    margin: 0 10px 0 0;
    font: normal normal bold 5em / 94% Acrom !important;
    color: #2E2E2E;
    z-index: 2;
  }
  .application__temp_label {
    position: absolute;
    bottom: 50%;
    left: 53%;
    padding: 0;
    margin: 0;
    font: normal normal normal 1em / 74% Acrom !important;
    color: #2E2E2E;
    width: 118px;
    transform-origin: center center;
    transform: rotate(-90deg);
    z-index: 2;
  }
}



.moduls {
  padding-bottom: 160px;
}
.moduls h2 {
  padding: 0;
  margin-bottom: 45px;
  font: normal normal 300 50px / 120% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.moduls__img_mobile {
  display: none;
}

.moduls__body {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}

.moduls__text {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
}
.moduls__text > div {
  margin-left: 30px;
}
.moduls__text_img {
  width: auto;
  height: 100%;
}
.moduls__text_img img {
  max-height: 390px;
}

.moduls__block h3 {
  padding: 0;
  margin-bottom: 11px;
  font: normal normal bold 32px / 100% Acrom !important;
  color: #121212;
}
.moduls__block_p {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #121212;
  max-width: 430px;
}
.moduls__block_p-separate {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #B3B3B3;
}
.moduls__block_p--shift {
  margin-bottom: 8px;
}
.moduls__block--shift {
  margin-bottom: 22px;
}

.moduls__img {
  width: 50%;
}
.moduls__img img {
  margin-top: -90px;
}

.moduls__name {
  margin-top: -50px;
}
.moduls__name_m {
  display: none;
}

@media (max-width: 1140px) {
  .moduls__body {
    flex-direction: column-reverse;
  }
  .moduls__img {
    margin-bottom: 32px;
    width: 100%;
  }
  .moduls__img img {
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px !important;
    z-index: 2;
  }
  .moduls__name {
    display: none;
  }
  .moduls__img .moduls__name_m {
    position: relative;
    display: block;
    margin-top: -30px;
    z-index: 1;
  }
  .moduls__text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .moduls {
    padding-bottom: 60px;
  }
  .moduls h2 {
    margin-bottom: 18px;
    font: normal normal 300 24px / 107% Acrom !important;
  }
  .moduls__text {
    flex-direction: column;
    align-items: flex-start;
  }
  .moduls__text > div {
    margin-left: 0;
  }
  .moduls__text_img {
    margin-bottom: 8px;
    width: 140px;
    height: auto;
  }
  .moduls__text_img img {
    height: auto;
  }
  .moduls__block--shift {
    margin-bottom: 15px;
  }
  .moduls__block h3 {
    font: normal normal bold 20px / 100% Acrom !important;
  }
  .moduls__block_p {
    font: normal normal normal 16px / 120% Acrom !important;
    max-width: 290px;
  }
}


.monitor {
  margin-bottom: 160px;
}
.monitor__body {
  position: relative;
}
.monitor__title {
  margin-bottom: 16px;
}
.monitor__title h2 {
  padding: 0;
  margin: 0 0 2px 0;
  font: normal normal 300 50px / 110% Acrom !important;
  color: #121212;
}
.monitor__title p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #5A5A5A;
}

.monitor__text {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 590px;
}
.monitor__text ul {
  list-style: none;
}
.monitor__text li {
  position: relative;
  padding: 0 0 0 16px;
  margin-bottom: 7px;
  font: normal normal normal 20px / 120% Acrom !important;
  color: #898989;
}
.monitor__text li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #121212;
  transform: translateY(-50%);
}
.monitor__text img {
  display: none;
}

@media (max-width: 1400px) {
  .monitor__body {
    padding-top: 120px;
  }
}

@media (max-width: 1140px) {
  .monitor__body {
    padding-top: 0;
  }
  .monitor__text {
    position: static;
  }
  .monitor__text img {
    display: block;
    margin-bottom: 20px;
  }
  .monitor__img {
    display: none;
  }
}


@media (max-width: 768px) {
  .monitor {
    margin-bottom: 60px;
  }
  .monitor__title h2 {
    font: normal normal 300 24px / 110% Acrom !important;
    text-align: center;
  }
  .monitor__title p {
    font: normal normal normal 16px / 110% Acrom !important;
    text-align: center;
  }
  .monitor__text li {
    padding: 0 0 0 20px;
    margin-bottom: 8px;
    font: normal normal normal 16px / 100% Acrom !important;
  }
}


.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__body {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 40px 50px;
  border-radius: 20px;
  background-color: #FAFAFA;
  overflow: hidden;
}

.program__bcg {
  position: absolute;
  top: -105px;
  left: -105px;
  width: 1000px;
  height: 1024px;
  background: url(../img/pages/iris-sopt/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;
  font: normal normal normal 24px / 130% Acrom !important;
  color: #121212;
  max-width: 860px;
}
.program__block img {
  margin-top: 40px;
  margin-bottom: 24px;
  border-radius: 16px;
}

.program__block ul {
  margin-top: 8px !important;
  list-style: none;
}
.program__block li {
  position: relative;
  padding: 0 0 0 27px;
  margin-bottom: 7px;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #121212;
}
.program__block li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #121212;
  transform: translateY(-50%);
}

.program__label {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  margin-bottom: 12px;
  font: normal normal normal 16px / 110% Acrom !important;
  color: white;
  height: 40px;
  border-radius: 20px;
  background-color: #121212;
}
.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: 122px;
  width: 380px;
  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;
}

@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__block > div {
    flex-direction: column-reverse;
  }
  .program__block h3 {
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
    font: normal normal 500 18px / 100% Acrom !important;
    color: #121212;
    order: 2;
  }
  .program__block p {
    margin: 0;
    font: normal normal normal 18px / 130% Acrom !important;
  }
  .program__block img {
    margin-bottom: 16px;
  }
  .program__block picture {
    order: 3;
  }


  .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;
  }
}

@media (max-width: 768px) {
  .program {
    padding-bottom: 60px;
  }

  .program__header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
  .program__header h3 {
    margin-bottom: 8px;
    font: normal normal normal 24px / 110% Acrom !important;
    text-align: center;
  }
  .program__header h3 span {
    display: block;
  }
  .program__header p {
    font: normal normal normal 14px / 120% Acrom !important;
    text-align: center;
  }
  .program__body {
    padding: 20px 16px 45px 16px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 12px;
  }
  .program__arrows {
    top: 120px;
    left: 8px;
    right: 8px;
  }
  .program__control {
    bottom: 16px;
  }

  .program__label {
    padding: 7px 14px;
    margin-bottom: 12px;
    height: auto;
    font: normal normal normal 12px / 110% Acrom !important;
  }
  .program__block_content {
    display: flex;
    flex-direction: column;
  }
  .program__block_content .program__label {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    order: -1;
  }
  .program__block p {
    font: normal normal normal 16px / 130% Acrom !important;
  }

  .program__block img {
    border-radius: 8px;
  }

  .program__block ul {
    margin-top: 4px !important;
  }
  .program__block li {
    padding: 0 0 0 20px;
    margin-bottom: 4px;
    font: normal normal normal 16px / 120% Acrom !important;
  }
  .program__block li::before {
    width: 10px;
    height: 10px;
  }
}


.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);
  min-height: 270px;
}

.description__block_row {
  display: flex;
  align-items: flex-start;
}
.description__block_row img {
  margin-right: 24px;
  width: 85px;
}

.description__title {
  padding: 0;
  margin-bottom: 0;
  font: normal normal 500 24px / 100% Acrom !important;
  color: #121212;
}
.description__title--shift {
  margin-bottom: 12px;
}

.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;
}

.description__text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(50% - 20px);
}
.description__text p {
  padding: 0;
  margin: 0;
  font: normal normal normal 48px / 120% Acrom !important;
  color: #E1E1E1;
  text-align: right;
  max-width: 350px;
}

.description__ul {
  list-style: none;
}
.description__ul li {
  position: relative;
  padding: 0 0 0 27px;
  margin-bottom: 7px;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #121212;
}
.description__ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #121212;
  transform: translateY(-50%);
}

.description__videos {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.description__video {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
.description__video > div {
  border-radius: 20px;
  overflow: hidden;
}
.description__video > h3 {
  margin: 8px 0 0 0;
  font: normal normal normal 20px / 24px Acrom !important;
  color: #121212;
}
.description__video > p {
  margin: 0;
  font: normal normal normal 18px / 120% Acrom !important;
  color: #8C8C8C;
}
.description__video a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pages/lutik-plus/icon-play.svg) no-repeat center;
  background-size: 62px;
  transition: .3s ease;
}
.description__video a:hover {
  background-size: 82px;
}

@media (max-width: 1140px) {
  .description {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .description {
    padding-bottom: 60px;
  }
  .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%;
    min-height: auto;
  }
  .description__title {
    margin-bottom: 8px;
    font: normal normal 500 18px / 100% Acrom !important;
  }
  .description__p {
    font: normal normal normal 16px / 100% Acrom !important;
  }
  .description__text {
    display: none;
  }
  .description__block .btn-1 {
    margin-top: 16px;
  }
  .description__btns {
    margin-top: 0;
    margin-bottom: -8px;
  }
  .description__btns .btn-1 {
    margin-bottom: 8px;
  }

  .description__videos {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .description__video {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}


.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;
  }
}
