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;
  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;
}

#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: #F8F8F8 !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-block;
  padding: 0;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 0 !important;
  line-height: 0;
  font-family: "Acrom";
  text-decoration: none;
  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: 0 32px;
  font-size: 20px !important;
  line-height: 46px;
  font-weight: normal;
  height: 46px;
  width: auto;
  border-radius: 23px;
  background-color: white;
}
.control a.active span {
  transition: all 0.3s ease;
  opacity: 1;
}


/* Main */
.main {
}
.main__body {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 207px;
  padding-bottom: 130px;
}
.main__text {
  position: relative;
  width: 462px;
  min-width: 462px;
  z-index: 1;
}
.main__text .btn-1 {
  width: 100%;
  max-width: none;
}
.main__title {
  padding: 0;
  margin: 0;
  font: normal normal normal 90px / 90px Acrom !important;
  color: #272727;
}
.main__label {
  padding: 0;
  margin: 0 0 32px 0;
  font: normal normal normal 36px / 43px Acrom !important;
  color: #5E5E5E;
}
.main__description {
  padding: 0;
  margin: 0 0 32px 0;
  font: normal normal normal 20px / 24px Acrom !important;
  color: #272727;
}

.execution {
  margin-top: 100px;
}
.execution__text {
  padding: 0;
  margin: 0 0 16px 0;
  font: normal normal 300 20px / 16px Acrom !important;
  color: #414141;
}
.execution__blocks {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.execution__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin-left: 8px;
  margin-right: 8px;
  height: 109px;
  width: 140px;

  border-radius: 8px;
  background-color: #272727;
}
.execution__block__name {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 19px Acrom !important;
  color: #B3B3B3;
  text-align: center;
}
.execution__block__value {
  padding: 0;
  margin: 0;
  font: normal normal 500 34px / 34px Acrom !important;
  color: white;
  text-align: center;
}
.execution__block__value strong {
  font: normal normal 500 58px / 58px Acrom !important;
}

.main__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main__img img {
  width: auto;
  height: 100%;
}

.main_mobile {
  display: none;
}
.main__badge {
  position: relative;
  padding: 28px 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  max-width: 864px;
  border-radius: 20px;
  border: 1px solid #121212;
  font: normal normal normal 24px / 28px Acrom !important;
  text-align: center;
}

@media (max-width: 1400px) {
  .main__img {
    top: 50%;
    left: -10%;
    transform: translateX(0) translateY(-50%);
  }
  .main__img img {
    width: 120%;
    height: auto;
  }
}

@media (max-width: 1140px) {
  .main__body {
    flex-direction: column-reverse;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .main__badge {
    padding: 24px 9px;
    margin-bottom: 60px;
    font: normal normal normal 18px / 21px Acrom !important;
  }
  .main__img {
    position: static;
    transform: translateX(0) translateY(0);
  }
  .main__img img {
    width: 100%;
  }

  .main_mobile {
    display: block;
  }
  .main__text {
    width: 100%;
    min-width: auto;
  }
  .main__text .main__title, 
  .main__text .main__label {
    display: none;
  }
  .main__text .btn-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }
  .main__description {
    text-align: center;
  }
  .main__title,
  .main__label {
    text-align: center;
  }

  .execution {
    margin-top: 32px;
  }
  .execution__text {
    text-align: center;
  }
  .execution__blocks {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .main__body {
    padding-bottom: 60px;
  }
  .main__title {
    font: normal normal normal 58px / 70px Acrom !important;
  }
  .main__label {
    font: normal normal normal 20px / 24px Acrom !important;
  }
  .main__text {
    margin-top: -40px;
  }
}

@media (max-width: 574px) {
  .main__img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}


/*
  example
*/
.example {
  padding-bottom: 130px;
}
.example__body {
  display: flex;
  align-items: stretch;
}
.example__col-1 {
  display: flex;
  flex-direction: column;

  margin-right: 20px;
  width: 480px;
  min-width: 480px;
}

.example__block-1 {
  margin-bottom: 18px;
}
.example__block-1 p {
  margin: 0 0 14px 0;
  font: normal normal bold 24px / 26px Acrom !important;
}
.example__block-1 ul {
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
}
.example__block-1 li {
  position: relative;
  padding-left: 26px;
  font: normal normal normal 20px / 26px Acrom !important;
  color: #121212;
}
.example__block-1 li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #121212;
}

.example__block-2 {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 32px 50px;

  border-radius: 20px;
  background-color: #F9F9F9;
}
.example__title-rotate {
  position: relative;
  margin-right: 30px;
  width: 150px;
  min-width: 150px;
  height: 100%;
}
.example__title-rotate__black {
  position: absolute;
  top: calc(100% - 60px);
  left: 0;
  margin: 0;
  transform: rotate(-90deg);
  color: #121212;
  font: normal normal bold 104px / 104px Acrom !important;
  text-transform: uppercase;
  transform-origin: top left;
}
.example__title-rotate__white {
  position: absolute;
  top: calc(100% - 60px);
  left: 102px;
  margin: 0;
  transform: rotate(-90deg);
  color: #F9F9F9;
  -webkit-text-stroke: 1px #121212;
  text-stroke: 1px #121212;
  font: normal normal bold 46px / 46px Acrom !important;
  text-transform: uppercase;
  transform-origin: top left;
}
.example__block-2 img {
  width: 100%;
}

.example__block-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 45px;

  border-radius: 20px;
  background-color: #F9F9F9;
}

.example__title {
  
}
.example__title__black {
  margin: 0;
  font: normal normal bold 165px / 165px Acrom !important;
  text-transform: uppercase;
  color: #121212;
  text-align: center;
}
.example__title__white {
  margin: 0;
  font: normal normal bold 76px / 76px Acrom !important;
  text-transform: uppercase;
  text-align: center;
  color: #F9F9F9;
  -webkit-text-stroke: 1px #121212;
  text-stroke: 1px #121212;
}
.example__block-3 img {
  width: 100%;
}
.example__mobile {
  display: none;
}

@media (max-width: 1400px) {
  .example__col-1 {
    width: 380px;
    min-width: 380px;
  }
  .example__block-2 {
    padding: 32px 20px;
  }
  .example__title-rotate {
    width: 100px;
    min-width: 100px;
  }
  .example__title-rotate__black {
    font: normal normal bold 60px / 60px Acrom !important;
  }
  .example__title-rotate__white {
    left: 56px;
    font: normal normal bold 27px / 27px Acrom !important;
  }
  .example__block-2 img {
    max-width: 150px !important;
  }

  .example__title__black {
    font: normal normal bold 125px / 125px Acrom !important;
  }
  .example__title__white {
    font: normal normal bold 57px / 57px Acrom !important;
  }
}

@media (max-width: 1140px) {
  .example__col-1 .example__block-2 {
    display: none;
  }
  .example__mobile {
    display: block;
  }
  .example__body {
    flex-direction: column;
  }
  .example__col-1 {
    margin-right: 0;
    width: 100%;
    min-width: auto;
  }
  .example__col-2 {
    margin-bottom: 16px;
  }
  .example__mobile .example__title-rotate {
    width: 100%;
    min-width: auto;
  }
  .example__mobile .example__title-rotate__black {
    position: static;
    transform: rotate(0deg);
    text-align: center;
  }
  .example__mobile .example__title-rotate__white {
    position: static;
    margin-bottom: 18px;
    transform: rotate(0deg);
    text-align: center;
  }
  .example__mobile img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .example {
    margin-top: 0;
  }
  .example__block-1 {
    margin-bottom: 0;
  }
  .example__block-1 p {
    margin: 0 0 10px 0;
  }
  .example__block-1 li {
    font: normal normal normal 18px / 24px Acrom !important;
  }
  .example__block-2,
  .example__block-3 {
    padding: 24px 6px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .example__block-3 img {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .example__title__black {
    font: normal normal bold 62px / 62px Acrom !important;
  }
  .example__title__white {
    font: normal normal bold 28px / 28px Acrom !important;
  }
  .example__title-rotate__black {
    font: normal normal bold 70px / 70px Acrom !important;
  }
  .example__title-rotate__white {
    font: normal normal bold 30px / 30px Acrom !important;
  }
}


/*
  characteristic 
*/
.characteristic {
  padding-bottom: 130px;
}
.characteristic__blocks {
  position: relative;
  padding-top: 32px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  border-radius: 20px;
  background-color: #F9F9F9;
}
.characteristic__block {
  display: none;
}
.characteristic__arrows {
  left: 46px;
  right: 46px;
}
.characteristic__control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.characteristic__title {
  margin-bottom: 14px;
  font: normal normal bold 28px / 30px Acrom !important;
  text-align: center;
}
.characteristic__labels {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.characteristic__label {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
.characteristic__label > div {
  margin-right: 18px;
  width: 48px;
  height: 22px;
  border-radius: 4px;
}
.characteristic__label p {
  margin: 0;
  font: normal normal normal 18px / 18px Acrom !important;
  color: #757575;
}
.characteristic__label--1 > div {
  background-color: #4285F4;
}
.characteristic__label--2 > div {
  background-color: #EA4335;
}

@media (max-width: 1400px) {
  .characteristic__labels {
    flex-direction: column;
    align-items: flex-start;
  }
  .characteristic__label {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .characteristic__title {
    margin-bottom: 16px;
    font: normal normal bold 24px / 26px Acrom !important;
  }
  .characteristic__label p {
    font: normal normal normal 16px / 17px Acrom !important;
  }
  .characteristic__label > div {
    margin-right: 8px;
    width: 32px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .characteristic {
    padding-bottom: 60px;
  }
  .characteristic__blocks {
    padding-top: 72px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .characteristic__arrows {
    top: 24px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
    width: 88px;
  }
}


/*
  param
*/
.param {
  padding-bottom: 130px;
}
.param__blocks {
  display: flex;
  align-items: stretch;
}
.param__col {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}
.param__block {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 16px;
  border-radius: 20px;
  background-color: #F9F9F9;
}
.param__block:last-child {
  margin-bottom: 0;
}
.param__name {
  margin: 0 0 12px 0;
  font: normal normal 300 20px / 20px Acrom !important;
  color: #414141;
}
.param__value {
  margin: 0;
  font: normal normal normal 24px / 20px Acrom !important;
  color: #272727;
}

.param__table {
  display: block;
	border-collapse: collapse;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.param__table th {
	padding: 20px 18px;
  font: normal normal bold 24px / 24px Acrom !important;
  border: 1px solid #272727;
  background-color: #272727;
  color: white;
  text-align: center;
}
.param__table td {
	border: 1px solid #4E4E4E;
	padding: 20px 18px;
  font: normal normal normal 20px / 20px Acrom !important;
  color: #121212;
  text-align: center;
}
.param__table td:first-child {
  width: 380px;
  color: #4E4E4E;
  text-align: left;
}
.param__table td:nth-child(2),
.param__table td:nth-child(3) {
  width: 190px;
}
.param__table--mobile {
  display: none;
}


@media (max-width: 1140px) {
  .param__table--mobile {
    display: block;
  }
  .param__table--desktop {
    display: none;
  }
  .param__blocks {
    flex-direction: column;
  }
  .param__table {
    margin-bottom: 16px;
  }
  .param__col {
    margin-left: 0;
    margin-top: 16px;
  }
  .param__table td:first-child {
    width: auto;
  }
  .param__table td:nth-child(2),
  .param__table td:nth-child(3) {
    width: auto;
  }
  .param__block {
    height: 100px;
    min-height: 100px;
  }
  .param__name {
    margin: 0 0 8px 0;
    font: normal normal 300 16px / 16px Acrom !important;
  }
  .param__value {
    font: normal normal normal 20px / 20px Acrom !important;
  }
}

@media (max-width: 768px) {
  .param {
    padding-bottom: 60px;
  }
  .param__table th {
    padding: 18px 10px;
    font: normal normal bold 16px / 16px Acrom !important;
  }
  .param__table td {
    padding: 14px 15px;
    font: normal normal normal 14px / 14px Acrom !important;
  }
  .param__table td:first-child {
    width: 50%;
  }
  .param__table td:nth-child(2) {
    width: 50%;
  }
}


/*
  size
*/
.size {
  padding-bottom: 130px;
}
.size__body {
  display: flex;
}
.size__col-1 {
  margin-right: 20px;
  width: calc(35% + 20px);
}
.size__col-2 {
  width: 65%;
}
.size__komplekt {
  padding-top: 16px;
}
.size__komplekt p {
  margin: 0 0 12px 0;
  font: normal normal normal 24px / 28px Acrom !important;
  color: #7F7F7F;
}
.size__komplekt li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font: normal normal normal 26px / 28px Acrom !important;
  color: #121212;
}
.size__komplekt li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #7F7F7F;
  border-radius: 50%;
}

@media (max-width: 1140px) {
  .size__komplekt p {
    margin: 0 0 8px 0;
    font: normal normal normal 18px / 21px Acrom !important;
  }
  .size__komplekt li {
    padding-left: 24px;
    margin-bottom: 12px;
    font: normal normal normal 20px / 22px Acrom !important;
  }
  .size__komplekt li::before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 768px) {
  .size {
    padding-bottom: 60px;
  }
  .size__body {
    flex-direction: column;
  }
  .size__col-1 {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  .size__col-2 {
    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: white;
  border-radius: 20px;
  width: 480px;
  box-shadow: 0px 0px 35px 0px rgba(34, 34, 34, .1);
}

.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: 80px;
  padding-right: 32px;
  margin-bottom: 16px;
  height: 80px;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #121212;
  text-decoration: none;
  background-color: #f8f8f8;
  border-radius: 8px;
  transition: all .3s ease;
}

.library__list a:hover {
  color: #121212 !important;
  background-color: #93df1c;
  text-decoration: none !important;
}

.library__list a::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}

.library__list a:nth-child(1):before {
  background: url('../img/pages/lime2/library_i_1.png') no-repeat center;
  background-size: 32px;
}

.library__list a:nth-child(2):before {
  background: url('../img/pages/lime2/library_i_3.png') no-repeat center;
  background-size: 30px 28px;
}

.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;
  box-shadow: 0px 0px 35px 0px rgba(34, 34, 34, .1);
}

@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 {
    font: normal normal normal 16px / 19px Acrom !important;
  }

  .library__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    background-color: #F9F9F9;
  }
}
