body {
  word-break: auto-phrase !important;
}

#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
}

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  max-width: 1480px !important;
}

.container ul{
  list-style: none;
}

@media (min-width: 1920px) {
  body .container {
      max-width: 1480px !important;
  }
}

@media (max-width: 1480px) {
  .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: #272727;
  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: #121212;
  text-decoration: none !important;
}
.btn-1:active {
  background-color: #121212;
  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;
  }
}

#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;
  background-color: #FBFBFB !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;
  background-color: white;
  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: #FBFBFB;
}
.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: 24px;
  margin-bottom: 5px;
  font: normal normal normal 20px / 105% Acrom !important;
  color: #121212;
}
.list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #121212;
}


.site {
  background-color: #FBFBFB;
}



/* Main */
.main {
  padding-top: 60px;
  padding-bottom: 40px;
}
.main__body {
  display: flex;
  align-items: center;
}

.main__text {
  margin-top: 90px;
  margin-right: 100px;
  width: 462px;
  min-width: 462px;
}
.main__text h1 {
  padding: 0;
  margin-bottom: 10px;
  font: normal normal normal 90px / 100% Acrom !important;
  color: #272727;
}
.main__text p {
  padding: 0;
  margin-bottom: 32px;
  font: normal normal normal 20px / 100% Acrom !important;
  color: #272727;
  width: 378px;
}
.main__text .btn-1 {
  max-width: none;
}

.main__img {
  position: relative;
}
.main__img img {
  position: relative;
  margin-right: -220px;
  width: calc(100% + 220px);
  z-index: 2;
}

.main__year {
  position: absolute;
  top: 322px;
  right: 0;
}
.main__year h3 {
  padding: 0;
  margin: 0;
  font: normal normal bold 62px / 120% Acrom !important;
  color: #2E2E2E;
  text-align: right;
}
.main__year h3 strong {
  font: normal normal bold 170px / 80% Acrom !important;
}
.main__year p {
  padding: 0;
  margin: 0;
  font: normal normal bold 32.5px / 74% Acrom !important;
  color:  #BABABA;
  text-align: right;
}
.main__year p span {
  font: normal normal bold 34.5px / 74% Acrom !important;
}

@media (max-width: 1480px) {
  .main__img img {
    margin-right: -150px;
    width: calc(100% + 150px);
  }
  .main__year {
    top: 268px;
  }
}


@media (max-width: 1400px) {
  .main__text {
    margin-right: 0;
  }
  .main__img img {
    margin-right: -190px;
    margin-left: -110px;
    width: calc(100% + 300px);
  }
  .main__year h3 {
    font: normal normal bold 46px / 120% Acrom !important;
  }
  .main__year h3 strong {
    font: normal normal bold 132px / 80% Acrom !important;
  }
  .main__year p span {
    font: normal normal bold 26.5px / 74% Acrom !important;
  }
  .main__year p {
    font: normal normal bold 25.1px / 74% Acrom !important;
  }
}

@media (max-width: 1140px) {
  .main {
    padding-top: 120px;
  }
  .main__body {
    flex-direction: column;
  }
  .main__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    width: 100%;
    min-width: auto;
  }
  .main__text h1 {
    text-align: center;
  }
  .main__text p {
    text-align: center;
    width: 356px;
  }
  .main__img img {
    margin-top: -130px;
    margin-right: -280px;
    margin-left: -110px;
    width: calc(100% + 390px);
  }
  .main__year {
    top: 210px;
  }
}

@media (max-width: 768px) {
  .main__text {
    position: relative;
    z-index: 2;
  }
  .main__text h1 {
    margin-bottom: 2px;
    font: normal normal normal 50px / 100% Acrom !important;
  }
  .main__text p {
    margin-bottom: 0;
    font: normal normal normal 16px / 100% Acrom !important;
    width: 264px;
  }
  .main__text .btn-1 {
    display: none;
  }
  .main__img {
    z-index: 0;
  }
  .main__img img {
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .main__year {
    display: none;
  }
}

@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: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
  border-radius: 8px;
  width: calc(33.33% - 20px);
  height: 129px;
}
.systems__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 110% Acrom !important;
  color: #5A5A5A;
  text-align: center;
}

.systems__block--6 p {
  max-width: 148px;
}


@media (max-width: 1140px) {
  .systems {
    padding-bottom: 100px;
  }
  .systems__blocks {
    flex-direction: column;
  }
  .systems__block {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    margin-bottom: 8px;
    width: auto;
  }
  .systems__block p {
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .systems {
    padding-bottom: 60px;
  }
  .systems__block {
    padding: 12px 26px;
    justify-content: center;
    border-radius: 8px;
    height: 84px;
    min-height: 84px;
  }
  .systems__block p {
    font: normal normal normal 16px / 110% Acrom !important;
    text-align: center;
    max-width: 235px;
  }
  .systems__block--6 p {
    max-width: 180px;
  }
}



.application {
  margin-bottom: 160px;
}
.application__body {
  position: relative;
}
.application__block {
  display: none;
  padding: 50px 70px 98px 70px;
  background-color: white;
  border-radius: 32px;
}
.application__arrows {
  left: 24px;
  right: 24px;
  transform: translateY(-50%);
}
.application__control {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
}

.application__title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.application__title h2 {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal bold 45px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
  text-align: center;
}
.application__title p {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #5A5A5A;
  text-align: center;
  height: 40px;
  max-width: 537px;
}

@media (max-width: 1140px) {
  .application {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .application {
    margin-bottom: 60px;
  }
  .application__block {
    padding: 74px 16px 72px 16px;
    border-radius: 16px;
  }
  .application__title {
    margin-bottom: 8px;
  }
  .application__title h2 {
    font: normal normal bold 24px / 100% Acrom !important;
  }
  .application__title p {
    font: normal normal normal 14px / 110% Acrom !important;
    height: auto;
  }
  .application__block--1 .application__title p {
    max-width: 287px;
  }
  .application__block--2 .application__title p {
    max-width: 208px;
  }
  .application__block--3 .application__title p {
    max-width: 190px;
  }
  .application__control {
    bottom: 24px;
  }

  .control a {
    min-width: 12px;
    width: 12px;
    height: 12px;
  }
  .control a.active {
    padding: 10px 20px;
    font-size: 12px !important;
    line-height: 110%;
    min-height: 33px;
  }

  .application__control a.active {
    white-space: nowrap;
  }

  .application__arrows {
    top: 24px;
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 574px) {
  .application__blocks {
    margin-left: -15px;
    margin-right: -15px;
  }
}


.func {
  margin-bottom: 100px;
}
.func__title {
  margin-bottom: 50px;
}
.func__title p {
  padding: 0;
  margin: 0;
  font: normal normal bold 50px / 120% Acrom !important;
  color: #121212;
  text-transform: uppercase;
  text-align: center;
}
.func__title p.func__title_select {
  color: #FAFAFA;
  -webkit-text-stroke: 1px #121212;
  text-stroke: 1px #121212;
}
.func__description {
  display: none;
}
.func__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

@media (max-width: 1140px) {
  .func {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .func {
    margin-bottom: 40px;
  }
  .func__title {
    margin-bottom: 16px;
  }
  .func__title p {
    font: normal normal bold 24px / 120% Acrom !important;
  }
  .func__img {
    max-width: 480px;
  }
  .func__description {
    display: block;
    margin-top: 16px;
  }
  .func__item {
    margin-bottom: 6px;
  }
  .func__item:nth-child(2) p {
    max-width: 220px;
  }
  /* .func__item:nth-child(3) p {
    max-width: 260px;
  } */
  .func__item p {
    padding: 0;
    margin: 0;
    font: normal normal normal 12px / 100% Acrom !important;
    color: #5B5B5B;
  }
  .func__item ul {
    margin-top: 4px !important;
  }

  .list li {
    padding-left: 14px;
    margin-bottom: 4px;
    font: normal normal normal 12px / 100% Acrom !important;
    color: #5B5B5B;
  }
  .list li::before {
    width: 8px;
    height: 8px;
  }

  /* .func__item li:nth-child(1) {
    max-width: 246px;
  }
  .func__item li:nth-child(2) {
    max-width: 274px;
  } */
}

@media (max-width: 574px) {
  .func__img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
  }
}


.characteristic {
  margin-bottom: 160px;
}
.characteristic__row {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.characteristic__col {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -20px;
}
.characteristic__col > div {
  margin-bottom: 20px;
}
.characteristic__block {
  padding: 26px 28px;
  border-radius: 20px;
  background-color: white;
}
.characteristic__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 110% Acrom !important;
  color: #121212;
}
.characteristic__block ul {
  margin-top: 12px !important;
}
.characteristic__block li {
  color: #5A5A5A;
}
.characteristic__block li::before {
  background-color: #5A5A5A;
}
.characteristic__block--green {
  background-color: #91D14E;
}
.characteristic__block--green p {
  color: white;
}

.characteristic__block--3 {
  background-image: url(../img/pages/floks-u/bcg-1.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.characteristic__din {
  display: flex;
  align-items: center;
  padding: 40px 30px;
}
.characteristic__temp {
  display: flex;
  align-items: center;
  padding: 40px 32px;
}
.characteristic__schema {
  display: flex;
  align-items: center;
  padding: 20px 17px;
}
.characteristic__col {
  display: flex;
  flex-direction: column;
}
.characteristic__col--1 {
  width: 410px;
  min-width: 410px;
}
.characteristic__col--2 {
  width: 392px;
  min-width: 392px;
}
.characteristic__col--3 {
  width: 340px;
  min-width: 340px;
}
.characteristic__din,
.characteristic__temp,
.characteristic__schema {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color: white;
  border-radius: 20px;
}

@media (max-width: 1480px) {
  .characteristic__col--3 {
    width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 1400px) {
  .characteristic__row {
    flex-wrap: wrap;
  }
  .characteristic__col--1 {
    width: calc(50% - 20px);
    min-width: auto;
  }
  .characteristic__col--2 {
    width: calc(50% - 20px);
    min-width: auto;
  }
  .characteristic__col--3 {
    margin-top: 20px;
    width: calc(50% - 20px);
    min-width: auto;
  }
  .characteristic__col--4 {
    margin-top: 20px;
    width: calc(50% - 20px);
  }
  .characteristic__din {
    padding: 20px 30px;
  }
}

@media (max-width: 1140px) {
  .characteristic {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .characteristic {
    margin-bottom: 60px;
  }
  .characteristic__row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .characteristic__col--1 {
    width: calc(100% - 8px);
    min-width: auto;
  }
  .characteristic__col--2 {
    margin-top: 8px;
    width: calc(100% - 8px);
    min-width: auto;
  }
  .characteristic__col--3 {
    margin-top: 8px;
    width: calc(50% - 8px);
  }
  .characteristic__col--4 {
    margin-top: 8px;
    width: calc(50% - 8px);
  }
  .characteristic__col {
    margin-bottom: -8px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .characteristic__col > div {
    margin-bottom: 8px;
  }
  .characteristic__block {
    padding: 20px;
    border-radius: 8px;
  }
  .characteristic__din {
    padding: 20px;
    border-radius: 8px;
  }
  .characteristic__temp {
    padding: 16px 25px;
    border-radius: 8px;
  }
  .characteristic__schema {
    padding: 22px 18px;
    border-radius: 8px;
  }

  .characteristic__block ul {
    margin-top: 8px !important;
  }
  .characteristic__list li {
    font: normal normal normal 16px / 100% Acrom !important;
  }
  .characteristic__block p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .characteristic__block--1 p {
    font: normal normal normal 18px / 110% Acrom !important;
  }
}

@media (max-width: 574px) {
  .characteristic__col--3 {
    width: calc(100% - 8px);
  }
  .characteristic__col--4 {
    width: calc(100% - 8px);
  }
}


.diagram {
  margin-bottom: 160px;
}
.diagram__body {
  position: relative;
}
.diagram__block {
  display: none;
  padding: 50px 70px 98px 70px;
  background-color: white;
  border-radius: 32px;
}
.diagram__title {
  margin-bottom: 50px;
}
.diagram__title h2 {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal bold 45px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
  text-align: center;
}
.diagram__title p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 110% Acrom !important;
  color: #5A5A5A;
  text-align: center;
}
.diagram__arrows {
  left: 24px;
  right: 24px;
  transform: translateY(-50%);
}
.diagram__control {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
}

@media (max-width: 1140px) {
  .diagram {
    margin-bottom: 100px;
  }
  .diagram__block {
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .diagram {
    margin-bottom: 60px;
  }
  .diagram__block {
    padding: 80px 16px 90px 16px;
    border-radius: 16px;
  }
  .diagram__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
  }
  .diagram__title h2 {
    margin-bottom: 6px;
    font: normal normal bold 24px / 107% Acrom !important;
    max-width: 284px;
  }
  .diagram__title p {
    font: normal normal normal 16px / 110% Acrom !important;
  }

  .diagram__block--1 .diagram__title p {
    max-width: 287px;
  }
  .diagram__block--2 .diagram__title p {
    max-width: 287px;
  }
  .diagram__block--3 .diagram__title p {
    max-width: 287px;
  }
  .diagram__block--4 .diagram__title p {
    max-width: 287px;
  }

  .diagram__control {
    bottom: 24px;
  }

  .diagram__arrows {
    top: 24px;
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 574px) {
  .diagram__body {
    margin-left: -15px;
    margin-right: -15px;
  }
}


.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: white;
  width: calc(50% - 20px);
}
.description__title {
  padding: 0;
  margin-bottom: 4px;
  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__ul {
  margin-top: 14px !important;
}
.description__ul li {
  font: normal normal normal 18px / 120% Acrom !important;
}
.description__block .btn-1 {
	margin-top: 38px;
  max-width: none;
	width: 100%;
	white-space: nowrap;
  background-color: #FAFAFA;
}
.description__block .btn-1:hover {
  background-color: #252423;
}

.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;
}

@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__text {
    display: none;
  }
  .description__block .btn-1 {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .description {
    padding-bottom: 60px;
  }
  .description__block .btn-1 {
    height: 35px;
  }
  .description__ul {
    margin-top: 8px !important;
  }
  .description__ul li {
    font: normal normal normal 14px / 120% Acrom !important;
  }
  .description__ul li:nth-child(1) {
    max-width: 245px;
  }
  .description__ul li:nth-child(2) {
    max-width: 255px;
  }
}


.library {
  padding-bottom: 130px;
}

.library__body {
  display: flex;
  align-items: stretch;
}

.library__list {
  position: relative;
  padding: 48px 70px 55px 70px;
  margin-right: 20px;
  background-color: white;
  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: #FBFBFB;
  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__label {
  position: absolute;
  bottom: 55px;
  left: 70px;
  padding: 0;
  margin: 0;
  font: normal normal normal 24px / 120% Acrom !important;
  color: #E5E5E5;
  width: 190px;
}

.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: white;
  border-radius: 20px;
}
.library__form > div {
  width: 100%;
}

@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: 100%;
    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__label {
    display: none;
  }

  .library__form {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 28px;
    padding-right: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 12px;
  }
}
