body {
  word-break: auto-phrase !important;
}

#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
}

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

ul {
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  max-width: 1480px !important;
}

@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: #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;
  }
}

#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;
  }
}


.site {
  background-color: #FBFBFB;
}


/* Main */
.main {
  padding-top: 160px;
  padding-bottom: 40px;
}

.main__header {
  position: relative;
}
.main__description {
  position: absolute;
  top: -65px;
  left: 0;
  width: 311px;
  z-index: 5;
}
.main__description p {
  padding: 0;
  margin: 0 0 19px 0;
  font: normal normal normal 20px / 115% Acrom !important;
  color: #9C9C9C;
}
.main__img {
  position: relative;
  margin-top: -69px;
  z-index: 2;
}
.main__img_wrapper {
  position: relative;
}
.main__bcg {
  display: none;
}
.main__gidra {
  position: relative;
  z-index: 2;
}

.main__year {
  position: absolute;
  top: 106px;
  left: 0;
  width: 198px;
}

@media (max-width: 1400px) {
  .main__year {
    top: 74px;
    width: 142px;
  }
  .main__img {
    margin-top: -52px;
  }
}

@media (max-width: 1140px) {
  .main {
    padding-top: 120px;
  }
  .main__description {
    top: -106px;
  }
  .main__year {
    top: 27px;
    width: 132px;
  }
  .main__img {
    margin-top: 60px;
  }

}

@media (max-width: 768px) {
  .main {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .main__description {
    position: static;
    margin-top: 25px;
  }
  .main__description p {
    margin: 0;
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .main__description .btn-1 {
    display: none;
  }
  .main__img {
    margin-top: 24px;
  }
  .main__img_wrapper {
    margin-top: 57px;
  }
  .main__bcg {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    height: 50px;
  }
  .main__year {
    top: -41px;
    width: 112px;
  }
}

@media (max-width: 574px) {
  .main__bcg {
    max-width: none;
  }
}


.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 h3 {
  padding: 0;
  margin: 0 0 5px 0;
  font: normal normal bold 24px / 100% Acrom !important;
  color: #5A5A5A;
  text-align: center;
}
.systems__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 110% Acrom !important;
  color: #5A5A5A;
  text-align: center;
}

.systems__block--1 p {
  max-width: 252px;
}
.systems__block--2 p {
  max-width: 136px;
}
.systems__block--3 p {
  max-width: 188px;
}


@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: 24px 26px;
    justify-content: center;
    border-radius: 8px;
  }
  .systems__block h3 {
    font: normal normal bold 16px / 100% Acrom !important;
    text-align: center;
  }
  .systems__block p {
    font: normal normal normal 14px / 110% Acrom !important;
    text-align: center;
  }
}


.application {
  padding-bottom: 160px;
}
.application__body {
  position: relative;
  padding-top: 42px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 88px;
  border-radius: 32px;
  background-color: white;
  height: 814px;
}
.application__blocks {
}
.application__block {
  display: none;
  position: relative;
}
.application__text h2 {
  padding: 0;
  margin: 0 0 4px 0;
  font: normal normal normal 45px / 100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.application__text p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 115% Acrom !important;
  color: #5A5A5A;
}

.application__block--1 {
  margin-top: 30px;
  margin-bottom: -88px;
}
.application__block--1 .application__text {
  position: absolute;
  top: 57px;
  left: 0;
  width: 500px;
}

.application__block--2 .application__text {
  position: absolute;
  top: 22px;
  left: 44px;
  width: 347px;
}

.application__block--3 .application__text {
  position: absolute;
  top: 22px;
  left: 44px;
  width: 347px;
}

.application__arrows {
  left: 24px;
  right: 24px;
  transform: translateY(-20px);
}
.application__control {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1480px) {
  .application__body {
    height: 780px;
  }
  .application__block--1 {
    margin-top: 44px;
  }
}


@media (max-width: 1400px) {
  .application__body {
    height: 630px;
  }

  .application__block--1 {
    margin-top: 72px;
  }
  .application__block--1 .application__text {
    top: -50px;
    width: 380px;
  }

  .application__block--2 {
    margin-top: 20px;
  }
  .application__block--2 img {
    width: 100%;
  }

  .application__block--3 {
    margin-top: 20px;
  }
  .application__block--3 .application__text {
    top: 0;
    left: -30px;
  }
}

@media (max-width: 1140px) {
  .application {
    padding-bottom: 100px;
  }
  .application__body {
    position: relative;
    padding-top: 94px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 85px;
    border-radius: 12px;
    height: auto;
  }

  .application__arrows {
    top: 24px;
    left: 16px;
    right: 16px;
    transform: translateY(0);
  }
  .application__control {
    bottom: 24px;
  }

  .application__block--1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .application__block--1 .application__text {
    position: static;
    margin-bottom: 20px;
    width: auto;
  }
  .application__block--1 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
  }

  .application__block--2 {
    margin-top: 0;
    margin-left: 0;
  }
  .application__block--2 .application__text {
    position: static;
    margin-bottom: 20px;
    width: auto;
  }

  .application__block--3 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .application__block--3 .application__text {
    position: static;
    margin-bottom: 20px;
    width: auto;
  }
}

@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__text h2 {
    font: normal normal normal 18px / 100% Acrom !important;
  }
  .application__text p {
    font: normal normal normal 16px / 115% Acrom !important;
  }

  .application__block--1 {
    margin-bottom: -85px;
  }
  .application__block--1 .application__text p:nth-child(2) {
    display: none;
  }

  .application__block--2 .application__text p {
    max-width: 280px;
  }

  .application__block--3 img {
    width: 100%;
  }
  .application__block--3 .application__text p {
    max-width: 280px;
  }
}


.func {
  padding-bottom: 160px;
}
.func__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}
.func__header h2 {
  padding: 0;
  margin: 0;
  font: normal normal 300 50px / 110% Acrom !important;
  color: #121212;
  text-transform: uppercase;
  width: 626px;
}
.func__header p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 115% Acrom !important;
  color: #5A5A5A;
  width: 260px;
  text-align: right;
}
.func__blocks {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 73px;
}
.func__row {
  display: flex;
  align-items: stretch;
}
.func__block {
  padding: 24px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 12px;
  background-color: white;
}
.func__block h3 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal bold 24px / 115% Acrom !important;
  color: #121212;
}
.func__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px / 115% Acrom !important;
  color: #5A5A5A;
}
.func__block li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 4px 0;
  font: normal normal normal 20px / 115% Acrom !important;
  color: #5A5A5A;
}
.func__block li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #5A5A5A;
  border-radius: 50%;
  transform: translateY(-50%);
}

.func__col {
  display: flex;
  flex-direction: column;
}
.func__col--1 {
  width: 537px;
  min-width: 537px;
}
.func__col--3 {
  width: 517px;
  min-width: 517px;
}

.func__block--1 {
  width: 283px;
  min-width: 283px;
}
.func__block--4 {
  height: 100%;
}
.func__block--4 p {
  width: 289px;
}
.func__block--5 {
  flex: 1;
}
.func__block--6 h3 {
  margin-bottom: 0;
}

.func__schemas {
  display: flex;
  align-items: stretch;
}
.func__sizes {
  width: 271px;
  min-width: 271px;
}

.func__temp {
  position: relative;
  padding-right: 20%;
  padding: 26px 28px 20px 28px;
  margin-bottom: 20px;
  border-radius: 12px;
  background-color: white;
}
.func__temp::before {
  content: '°C';
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  font: normal normal normal 140px / 74% Acrom !important;
  color: #2E2E2E;
  opacity: .1;
  transform: translate(-68%, -50%);
}
.func__temp_value {
  position: relative;
  padding: 0;
  margin: 0 10px 0 0;
  font: normal normal bold 5em / 94% Acrom !important;
  color: #2E2E2E;
  z-index: 2;
}
.func__temp_label {
  position: absolute;
  bottom: 50%;
  left: 53%;
  padding: 0;
  margin: 0;
  font: normal normal normal 1em / 74% Acrom !important;
  color: #2E2E2E;
  width: 164px;
  transform-origin: center center;
  transform: rotate(-90deg);
  z-index: 2;
}

.func__size {
  padding: 16px 23px;
  background-color: white;
  border-radius: 12px;
}

.func__img {
  display: flex;
  align-items: center;
  margin-left: 125px;
}
.func__img_description {
  display: none;
}


@media (max-width: 1400px) {
  .func__blocks {
    flex-wrap: wrap;
  }
  .func__row--1 {
    flex-direction: column;
  }
  .func__block--1 {
    width: auto;
    min-width: auto;
  }
  .func__col--1 {
    width: 740px;
    min-width: 740px;
  }
  .func__col--2 {
    width: calc(100% - 740px);
  }
  .func__col--3 {
    width: auto;
    min-width: auto;
  }
}

@media (max-width: 1140px) {
  .func {
    padding-bottom: 100px;
  }

  .func__header {
    margin-bottom: 24px;
    flex-direction: column;
  }
  .func__header h2 {
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
  }
  .func__header p {
    width: 100%;
    text-align: center;
  }
  .func__blocks {
    flex-direction: column;
  }
  .func__col--1 {
    width: auto;
    min-width: auto;
  }
  .func__col--2 {
    width: auto;
  }

  .func__schemas {
    flex-direction: column-reverse;
  }
  .func__img {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .func__sizes {
    width: auto;
    min-width: auto;
  }
  .func__temp {
    margin-bottom: 8px;
  }
  .func__temp_value {
    margin: 0 40px 0 0;
    text-align: center;
  }
  .func__temp_label {
    left: 48%;
  }
 
  .func__size img {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
  }

  .func__block--4 p {
    width: auto;
  }
}

@media (max-width: 768px) {
  .func {
    padding-bottom: 60px;
  }
  .func__header h2 {
    font: normal normal 300 24px / 100% Acrom !important;
  }
  .func__header p {
    font: normal normal normal 16px / 115% Acrom !important;
  }
  .func__blocks {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .func__block {
    padding: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    border-radius: 8px;
  }
  .func__block h3 {
    margin: 0 0 2px 0;
    font: normal normal bold 18px / 100% Acrom !important;
  }
  .func__block--6 h3 {
    margin: 0;
  }
  .func__block p {
    font: normal normal normal 16px / 115% Acrom !important;
  }
  .func__block li {
    margin: 0 0 6px 0;
    font: normal normal normal 16px / 115% Acrom !important;
  }

  .func__img {
    flex-direction: column;
  }
  .func__img_description {
    display: block;
    margin-top: 12px;
    width: 100%;
  }
  .func__img_description p {
    padding: 0;
    margin: 0 0 6px 0;
    font: normal normal normal 12px / 115% Acrom !important;
    color: #5B5B5B;
  }

  .func__temp {
    padding: 16px 25px;
    font-size: 20px;
  }
  .func__temp_value {
    margin: 0 90px 0 0;
  }
  .func__temp_label {
    bottom: 40%;
  }
}


.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);
  min-height: 270px;
}
.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 / 120% Acrom !important;
  color: #121212;
}
.description__block .btn-1 {
	margin-top: 28px;
  max-width: none;
	width: 100%;
	white-space: nowrap;
  background-color: transparent;
}
.description__block .btn-1:hover {
  background-color: #252423;
}

.description__text {
  display: flex;
  justify-content: flex-end;
  width: calc(50% - 20px);
}
.description__text p {
  padding: 0;
  margin: 30px 0 0 0;
  font: normal normal normal 48px / 120% Acrom !important;
  color: #E1E1E1;
  text-align: right;
  max-width: 350px;
}

.description__block--3 .description--mobile {
  display: none;
}


@media (max-width: 1140px) {
  .description {
    padding-bottom: 100px;
  }
  .description__blocks {
    flex-direction: column;
  }
  .description__block {
    padding: 20px 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    border-radius: 12px;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .description__title {
    margin-bottom: 4px;
    font: normal normal 500 18px / 100% Acrom !important;
  }
  .description__p {
    font: normal normal normal 16px / 115% Acrom !important;
  }
  .description__text {
    display: none;
  }
  .description__block .btn-1 {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .description {
    padding-bottom: 60px;
  }
  .description__blocks {
    margin-left: -15px;
    margin-right: -15px;
  }
  .description__btns {
    margin-top: 16px;
    margin-bottom: -8px;
    flex-direction: column;
  }
  .description__btns .btn-1 {
    margin-top: 0;
  }

  .description__block--3 .description--desktop {
    display: none;
  }
  .description__block--3 .description--mobile {
    display: block;
  }
}


.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: 35px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 12px;
  }
}
