body {
  font-size: 16px;
  line-height: 1.2em;
  background-color: white;
  word-break: normal !important;
}
/* .body {
  overflow: hidden;
} */

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#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;
}

.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: #181818;
  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: #181818;
  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: #272727;
  border-color: #272727;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white:active {
  background-color: #181818;
  border-color: #181818;
  color: white;
  text-decoration: none !important;
}

.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;
  }
}


@media (max-width: 768px) {
  .btn-1 {
    height: 45px;
    font: normal normal normal 16px / 100% Acrom !important;
  }
}


.main {
  padding-top: 220px;
  padding-bottom: 160px;
}
.main__body {
  display: flex;
  justify-content: space-between;
}
.main__title {
  margin-right: 36px;
}
.main__title-name {
  padding-bottom: 24px;
  width: 486px;
  border-bottom: 2px solid rgba(18, 18, 18, 0.5);
}
.main__title-text {
  padding: 0;
  margin: 16px 0 0 0;
  font: normal normal 400 20px/100% Acrom;
  color: #5A5A5A;
}
.main__title .btn-1 {
  margin-top: 32px;
  max-width: none;
}

.main__img {
  flex: 1;
  position: relative;
  padding-top: 24px;
  padding-right: 30px;
}
.main__img .btn-1 {
  display: none;
}

.main__year {
  position: absolute;
  top: -72px;
  right: 0;
  z-index: -1;
}
.main__year h3 {
  padding: 0;
  margin: 0;
  font: normal normal bold 82px / 120% Acrom !important;
  color: #2E2E2E;
  text-align: right;
}
.main__year h3 strong {
  font: normal normal bold 220px / 80% Acrom !important;
}
.main__year p {
  padding: 0;
  margin: 0;
  font: normal normal bold 31px / 74% Acrom !important;
  color: #2E2E2E;
  text-align: right;
}
.main__year p span {
  font: normal normal bold 33px / 74% Acrom !important;
}

.main__block {
  padding: 40px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
.main__block p {
  padding: 0;
  margin: 0 auto;
  font: normal normal normal 20px / 110% Acrom !important;
  color: #212121;
  max-width: 792px;
  text-align: center;
}


@media (max-width: 1440px) {
  .main__title-name {
    width: 434px;
  }
  .main__title-text {
    font: normal normal 400 18px / 100% Acrom;
  }
}

@media (max-width: 1140px) {
  .main {
    padding-top: 150px;
  }
  .main__title-name {
    width: 288px;
  }
  .main__title-text {
    font: normal normal 400 16px / 100% Acrom;
    max-width: 290px;
  }
  .main__img {
    padding-top: 0;
    padding-right: 0;
    margin-top: auto;
  }
  .main__year h3 strong {
    font: normal normal bold 120px / 80% Acrom !important;
  }
  .main__year h3 {
    font: normal normal bold 52px / 120% Acrom !important;
  }
  .main__year p {
    font: normal normal bold 20px / 74% Acrom !important;
  }
  .main__year p span {
    font: normal normal bold 21px / 74% Acrom !important;
  }

  .main__block {
    padding: 24px 26px;
  }
  .main__block p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
}


@media (max-width: 768px) {
  .main {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .main__body {
    flex-direction: column;
  }
  .main__title {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .main__title-name {
    padding-bottom: 12px;
  }
  .main__title-text {
    margin: 12px 0 0 0;
    font: normal normal 400 14px / 100% Acrom;
  }
  .main__title .btn-1 {
    display: none;
  }

  .main__img img {
    width: calc(100% - 22px);
    max-width: 540px !important;
  }
  .main__year {
    display: none;
  }
  .main__img .btn-1 {
    display: flex;
    max-width: none;
  }

  .main__block {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main__block p {
    font: normal normal normal 14px / 110% Acrom !important;
    max-width: 420px;
  }
}



.description {
  padding-bottom: 160px;
}
.description__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 8%;
  margin-right: 8%;
}
.description__text {
  width: 45%;
}
.description__text p {
  padding: 0;
  margin: 0 0 14px 0;
  font: normal normal normal 20px / 110% Acrom !important;
  color: #212121;
}
.description__label {
  padding: 16px 28px;
  margin-top: 68px;
  font: normal normal normal 20px / 100% Acrom !important;
  background-color: #FAFAFA;
  border-radius: 12px;
}
.description__label a {
  font: normal normal bold 20px / 100% Acrom !important;
  color: #212121;
  text-decoration: underline;
  transition: all .3s ease;
}
.description__label a:hover {
  color: #93df1c;
}
.description__img {
  width: 45%;
}


@media (max-width: 1140px) {
  .description {
    padding-bottom: 100px;
  }
  .description__body {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .description {
    padding-bottom: 60px;
  }
  .description__body {
    flex-direction: column-reverse;
  }
  .description__text {
    width: auto;
  }
  .description__text p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .description__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    width: auto;
    max-width: 320px;
  }
  .description__label {
    margin-top: 28px;
    font: normal normal normal 16px / 100% Acrom !important;
  }
  .description__label a {
    font: normal normal bold 16px / 100% Acrom !important;
  }
}


.driver {
  padding-bottom: 160px;
}
.driver__block {
  position: relative;
  height: 602px;
  background-color: #FAFAFA;
  border-radius: 16px;
}
.driver__text {
  position: relative;
  padding-top: 126px;
  padding-left: 70px;
  width: 460px;
  z-index: 1;
}
.driver__text_p1 {
  padding: 0;
  margin: 0 0 39px 0;
  font: normal normal normal 20px / 100% Acrom !important;
  color: #212121;
}
.driver__text_p1 a {
  font: normal normal bold 20px / 100% Acrom !important;
  color: #212121;
  text-decoration: underline;
  transition: all .3s ease;
}
.driver__text_p1 a:hover {
  color: #93df1c;
}
.driver__text_p2 {
  padding: 0;
  margin: 0 0 18px 0;
  font: normal normal normal 20px / 100% Acrom !important;
  color: #212121;
}
.driver__text_ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
  font: normal normal normal 20px / 120% Acrom !important;
}
.driver__text_ul li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #121212;
}
.driver__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 54px;
}


@media (max-width: 1440px) {
  .driver {
    padding-bottom: 100px;
  }
  .driver__block {
    padding-bottom: 40px;
    height: auto;
  }
  .driver__text {
    padding-left: 40px;
  }
  .driver__img {
    position: relative;
  }
  .driver__img img {
    width: calc(100% - 54px);
  }

  .driver__text {
    padding-top: 40px;
    padding-right: 40px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .driver {
    padding-bottom: 60px;
  }
  .driver__block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .driver__text {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .driver__text_p1 {
    margin: 0 0 20px 0;
    font: normal normal normal 16px / 100% Acrom !important;
  }
  .driver__text_p1 a {
    font: normal normal bold 16px / 100% Acrom !important;
  }
  .driver__text_p2 {
    font: normal normal normal 16px / 100% Acrom !important;
  }
  .driver__text_ul li {
    font: normal normal normal 16px / 120% Acrom !important;
  }
  .driver__text_ul li::after {
    top: 4px;
  }
}


.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/yucca/library-book.png) no-repeat center;
  background-size: 100%;
}
.library__list a:hover .library__icon--book {
  background: url(../img/pages/yucca/library-book_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;
}
.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 {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: auto;
    max-width: 420px;
  }

  .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;
    background-color: #f6f6f6;
  }

  .library__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    background-color: #F9F9F9;
  }
}
