body {
  word-break: auto-phrase !important;
}

#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
  background-color: #F7F7F7;
}

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  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;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-1:hover {
  background-color: #91CF4F;
  color: white !important;
  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: 640px) {
	.btn-1 {
		height: 48px;
		font: normal normal normal 16px / 18px Acrom !important;
	}
}

.title__h2 {
  margin-bottom: 0;
  font: normal normal 300 50px / 55px Acrom !important;
}

.list li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 12px;
  font: normal normal normal 18px / 20px Acrom !important;
  color: #121212;
}
.list li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../img/pages/lutik-plus/star.png) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

.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;
}

@media (max-width: 1140px) {
  .title__h2 {
    font: normal normal 300 45px / 50px Acrom !important;
  }
}

@media (max-width: 640px) {
  .list li {
    font: normal normal normal 16px / 18px Acrom !important;
  }
  .title__h2 {
    font: normal normal 300 24px / 26px Acrom !important;
  }

  .control a.active {
    padding: 0 16px;
    font-size: 16px !important;
    line-height: 46px;
    height: 46px;
  }
  .control a {
    width: 24px;
    height: 24px;
  }
}



.main {
  padding-top: 224px;
  padding-bottom: 140px;
}
.main__body {
  position: relative;
}
.main__img {
  margin-left: -9.2%;
  margin-right: -9.2%;
  width: calc(100% + 18.4%);
}
.main__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 494px;
}
.main__logo {
  position: relative;
  margin-bottom: 46px;
  color: transparent;
  height: 72px;
  font: normal normal normal 0px / 0px Acrom !important;
  background: url(../img/pages/lutik-plus/logo.png) no-repeat center;
  background-size: 100%;
}
.main__logo::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 100%;
  height: 2px;
  background-color: #646464;
}
.main__logo img {
  display: none;
}
.main__description {
  margin-bottom: 14px;
  font: normal normal normal 26px / 31px Acrom !important;
  color: #121212;
}
.main__list {
  padding: 18px 26px;
  margin-bottom: 18px;
  background-color: white;
  border-radius: 20px;
}
.main__list p {
  margin-bottom: 6px;
  font: normal normal normal 22px / 26px Acrom !important;
  color: #5B5B5B;
}
.main__list p:last-child {
  margin-bottom: 0;
}
.main__text a {
  width: 100%;
  max-width: none;
}
.main__btn_mobile {
  display: none;
}

@media (max-width: 1400px) {
  .main {
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .main__text {
    width: 420px;
  }
  .main__description {
    font: normal normal normal 22px / 24px Acrom !important;
  }
  .main__list p {
    font: normal normal normal 18px / 22px Acrom !important;
  }
}

@media (max-width: 1140px) {
  .main__btn {
    display: none;
  }
  .main__btn_mobile {
    display: flex;
    margin-top: -40px;
    order: 3;
  }
  .main__body {
    display: flex;
    flex-direction: column;
  }
  .main__body picture {
    order: 2;
  }
  .main__img {
    margin-top: -120px;
  }
  .main__text {
    position: static;
    order: 1;
  }
}

@media (max-width: 640px) {
  .main {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .main__btn_mobile {
    margin-top: 28px;
    max-width: none;
  }
  .main__img {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .main__text {
    width: auto;
  }
  .main__logo {
    height: auto;
    background: none;
  }
  .main__logo img {
    display: block;
  }
  .main__description {
    margin-bottom: 8px;
    font: normal normal normal 15px / 18px Acrom !important;
  }
  .main__list {
    padding: 10px 15px;
    border-radius: 12px;
  }
  .main__list p {
    font: normal normal normal 14px / 17px Acrom !important;
  }
}



.algoritm {
  margin-bottom: 130px;
}
.algoritm__body {
  display: flex;
  align-items: stretch;
}
.algoritm__block {
  width: 50%;
}
.algoritm__block .title__h2 {
  margin-bottom: 30px;
}
.algoritm__block--1 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
  border-radius: 20px;
}
.algoritm__block--1 .title__h2 {
  font: normal normal 300 42px / 48px Acrom !important;
}
.algoritm__block--1 img {
  margin-left: -32px;
  margin-right: -70px;
  width: calc(100% + 112px);
}
.algoritm__block--2 {
  padding-top: 40px;
  margin-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.algoritm__block--2 .title__h2 {
  text-transform: uppercase;
  word-break: normal;
}
.algoritm__characteristics {
  display: flex;
  align-items: stretch;
}
.algoritm__characteristic {
  background-color: white;
  border-radius: 20px;
  width: 50%;
  height: 212px;
}
.algoritm__characteristic--1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.algoritm__characteristic--1 p {
  margin-bottom: 30px;
}
.algoritm__characteristic--1 .algoritm__characteristic_p1 {
  font: normal normal normal 90px / 108px Acrom !important;
  color: #121212;
}
.algoritm__characteristic--1 .algoritm__characteristic_p2 {
  font: normal normal bold 128px / 155px Acrom !important;
  color: #121212;
}

.algoritm__characteristic--2 {
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.algoritm__characteristic--2::after {
  content: '°C';
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
  margin: 0;
  font: normal normal normal 190px / 190px Acrom !important;
  color: #2E2E2E;
  opacity: .1;
  transform: translateY(-50%);
}
.algoritm__characteristic--2 > div {
  position: relative;
  margin-right: 36px;
  z-index: 2;
}
.algoritm__characteristic--2 .algoritm__characteristic_p1 {
  font: normal normal bold 95px / 90px Acrom !important;
  color: #121212;
}
.algoritm__characteristic--2 .algoritm__characteristic_p2 {
  font: normal normal bold 95px / 90px Acrom !important;
  color: #121212;
}
.algoritm__characteristic--2 .algoritm__characteristic_p3 {
  position: absolute;
  top: 67%;
  left: 65%;
  font: normal normal normal 18px / 18px Acrom !important;
  color: #121212;
  transform: rotate(-90deg) translate(-42px, 30px);
  transform-origin: left top;
  word-break: normal !important;
  z-index: 2;
}

.algoritm__control {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  width: 100%;
  height: 40px;
}

.algoritm__dots {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  height: 100%;
  width: calc(100% - 112px);
}
.algoritm__dot {
  display: flex;
  margin-left: 4px;
  margin-right: 4px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease;
}
.algoritm__dot p {
  position: relative;
  margin-bottom: 0;
  width: 0;
  transition: width 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.algoritm__dot:nth-child(5) p {
  max-width: 236px;
}
.algoritm__dot div {
  flex: 1;
}
.algoritm__dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #646464;
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: none;
}
.algoritm__dot:hover {
  text-decoration: none;
}
.algoritm__dot:hover span {
  background-color: #646464;
}
.algoritm__dot.active {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
.algoritm__dot.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 4px;
  height: 1px;
  background-color: #646464;
}
.algoritm__dot.active p {
  padding-right: 5px;
  margin-bottom: 0;
  font: normal normal normal 16px / 18px Acrom !important;
  color: #646464;
  background-color: #F7F7F7;
  width: auto;
}
.algoritm__dot.active span {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #646464;
  background-color: #646464;
}

.algoritm__li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.algoritm__li_name {
  margin-right: 16px;
  font: normal normal bold 18px / 20px Acrom !important;
  color: #121212;
  width: 126px;
  min-width: 126px;
}
.algoritm__li_text {
  font: normal normal normal 18px / 20px Acrom !important;
  color: #121212;
}
.algoritm__li_label {
  font: normal normal bold 18px / 20px Acrom !important;
  color: #121212;
}

.algoritm__item {
  display: none;
}
.algoritm__item.active {
  display: block;
}


@media (max-width: 1400px) {
  .algoritm__characteristic--1 .algoritm__characteristic_p1 {
    font: normal normal normal 78px / 96px Acrom !important;
  }
  .algoritm__characteristic--1 .algoritm__characteristic_p2 {
    font: normal normal bold 108px / 116px Acrom !important;
  }
  .algoritm__characteristic--2 .algoritm__characteristic_p1,
  .algoritm__characteristic--2 .algoritm__characteristic_p2 {
    font: normal normal bold 90px / 84px Acrom !important;
  }
}

@media (max-width: 1140px) {
  .algoritm {
    margin-bottom: 100px;
  }
  .algoritm__body {
    flex-direction: column;
  }
  .algoritm__block {
    width: 100%;
  }
  .algoritm__block--1 {
    margin-bottom: 20px;
  }
  .algoritm__block--1 img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 420px !important;
  }
  .algoritm__characteristic--1 p {
    margin-bottom: 50px;
  }
  .algoritm__block--2 {
    margin-left: 0px;
  }
  .algoritm__block--1 .title__h2 {
    font: normal normal 300 40px / 45px Acrom !important;
  }
}

@media (max-width: 640px) {
  .algoritm {
    margin-bottom: 60px;
  }
  .algoritm__block--1 {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    width: calc(100% + 40px);
    border-radius: 12px;
  }
  .algoritm__block--1 .title__h2 {
    margin-bottom: 12px;
    font: normal normal 300 28px / 31px Acrom !important;
    max-width: 320px;
  }
  .algoritm__block--1 .list {
    margin-bottom: 20px;
  }
  .algoritm__block--1 img {
    margin-left: auto;
    margin-right: auto;
  }
  .algoritm__block--2 {
    padding-top: 0;
  }
  .algoritm__block--2 .title__h2 {
    margin-bottom: 10px;
    max-width: 254px;
  }
  .algoritm__characteristic {
    border-radius: 8px;
    height: 98px;
  }
  .algoritm__characteristic--1 p {
    margin-bottom: 18px;
  }
  .algoritm__characteristic--1 .algoritm__characteristic_p1 {
    font: normal normal normal 42px / 52px Acrom !important;
  }
  .algoritm__characteristic--1 .algoritm__characteristic_p2 {
    font: normal normal bold 61px / 62px Acrom !important;
  }
  .algoritm__characteristic--2::after {
    left: 10%;
    font: normal normal normal 100px / 100px Acrom !important;
  }
  .algoritm__characteristic--2 .algoritm__characteristic_p1,
  .algoritm__characteristic--2 .algoritm__characteristic_p2 {
    margin-bottom: 0;
    font: normal normal bold 47px / 45px Acrom !important;
  }
  .algoritm__characteristic--2 .algoritm__characteristic_p3 {
    top: 47%;
    left: 53%;
    font: normal normal normal 9px / 9px Acrom !important;
    width: 80px;
  }

  .algoritm__control {
    position: relative;
    margin-bottom: 8px;
  }
  .algoritm__control .arrow {
    position: absolute;
    bottom: calc(100% + 10px);
  }
  .algoritm__control .arrow--left {
    right: 46px;
  }
  .algoritm__control .arrow--right {
    right: 0;
  }
  .algoritm__dots {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .algoritm__dot.active p {
    font: normal normal normal 14px / 16px Acrom !important;
  }
  .algoritm__dot.active::after {
    height: 2px;
  }
  .algoritm__dot {
    margin-left: 2px;
    margin-right: 2px;
  }
  .algoritm__dot span {
    width: 5px;
    height: 5px;
  }
  .algoritm__dot.active span {
    width: 9px;
    height: 9px;
    min-width: 9px;
  }

  .algoritm__li_name {
    margin-left: 8px;
    font: normal normal bold 14px / 15px Acrom !important;
    width: 82px;
    min-width: 82px;
  }
  .algoritm__li_text {
    font: normal normal normal 14px / 15px Acrom !important;
  }
  .algoritm__li_label {
    font: normal normal bold 14px / 15px Acrom !important;
  }

  .algoritm__list {
    margin-bottom: 30px;
  }
}



.panel {
  margin-bottom: 130px;
}
.panel__img_mobile {
  display: none;
}
.panel__blocks {
  position: relative;
  padding-bottom: 36px;
}
.panel__block {
  display: none;
}
.panel__block.active {
  display: block;
}
.panel__list a {
  color: #121212;
}
.panel__arrows {
  top: calc(50% - 70px);
}
.panel__control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1140px) {
  .panel {
    margin-bottom: 100px;
  }
  .panel__blocks {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .panel__block > img {
    display: none;
  }
  .panel__img_mobile {
    display: block;
    position: relative;
  }
  .panel__list p {
    margin-bottom: 6px;
    font: normal normal normal 16px / 20px Acrom !important;
    color: #5B5B5B;
  }
  .panel__list p span {
    display: block;
    margin-bottom: 2px;
  }
  .panel__label {
    font: normal normal normal 14px / 17px Acrom !important;
    color: #5B5B5B;
  }
  .panel__block--2 .panel__label {
    position: absolute;
    left: 50px;
    right: 50px;
    top: -28px;
    text-align: center;
  }
  .panel__arrows {
    top: 0;
  }
  .panel__control {
    position: static;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .panel {
    margin-bottom: 60px;
  }
  .panel__list p {
    font: normal normal normal 12px / 12px Acrom !important;
  }
  .panel__label {
    font: normal normal normal 12px / 12px Acrom !important;
  }
  .panel__img_mobile > img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}



.solution {
  margin-bottom: 130px;
}
.solution .title__h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  max-width: 1320px;
  text-transform: uppercase;
}
.solution__blocks {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.solution__block {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: white;
}
.solution__col-1 {
  padding: 40px;
  width: calc(56% - 20px);
}
.solution__col-1 h2 {
  margin-bottom: 10px;
  font: normal normal bold 24px / 26px Acrom !important;
  color: #121212;
}
.solution__col-2 {
  display: flex;
  flex-direction: column;
  width: calc(44% - 20px);
}
.solution__col-2 h2 {
  margin-bottom: 8px;
  font: normal normal bold 24px / 26px Acrom !important;
  color: #121212;
}
.solution__col-2 .solution__block {
  padding: 28px 40px;
  margin-bottom: 20px;
}
.solution__col-2 .solution__block:last-child {
  flex: 1;
  margin-bottom: 0;
}

.solution__blocks .solution__block--2,
.solution__blocks.detail .solution__block--1 {
  display: none;
}
.solution__blocks .solution__block--1,
.solution__blocks.detail .solution__block--2 {
  display: block;
}
.solution__blocks.detail .solution__block_btn-text--2,
.solution__blocks .solution__block_btn-text--1 {
  display: block;
}
.solution__blocks.detail .solution__block_btn-text--1,
.solution__blocks .solution__block_btn-text--2 {
  display: none;
}

.solution__block--1 img {
  margin-bottom: 24px;
}
.solution__block--2 img {
  margin-bottom: 21px;
}
.solution__block--3 .btn-1 {
  margin-top: 20px;
  width: 100%;
  max-width: none;
}
.solution__block--3 .solution__block_sub {
  display: none;
}

.solution__block_p {
  margin-bottom: 0;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #121212;
}
.solution__block_list .solution__block_p {
  margin-bottom: 10px;
}
.solution__description {
  padding-right: 63px;
  margin-bottom: 0;
  font: normal normal normal 16px / 19px Acrom !important;
  color: #646464;
  background-image: url(../img/pages/lutik-plus/iD.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60px;
}
.solution__block_li {
  position: relative;
  padding-left: 53px;
  margin-bottom: 11px;
  font: normal normal normal 16px / 18px Acrom !important;
  color: #121212;
}
.solution__block_li::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 37px;
  height: 3px;
}
.solution__block_li--1::before {
  content: '';
  background-color: #FF0000;
}
.solution__block_li--2::before {
  content: '';
  background-color: #95CF57;
}
.solution__block_li--3::before {
  content: '';
  background-color: #EFAD94;
}

@media (max-width: 1140px) {
  .solution {
    margin-bottom: 100px;
  }

  .solution__blocks {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .solution__block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .solution__block     .list li {
    font: normal normal normal 14px / 15px Acrom !important;
  }
  .solution__col-1 {
    width: 100%;
  }
  .solution__col-2 {
    width: 100%;
  }
  .solution__block--3 .btn-1 {
    display: none;
  }
  .solution__block--3 .solution__block_sub {
    display: block;
    margin-top: 12px;
  }
  .solution__block--3 .solution__block_sub img {
    margin-bottom: 12px;
  }
  .solution__block_description {
    margin-bottom: 0;
    font: normal normal normal 14px / 17px Acrom !important;
    color: #121212;
  }
  .solution__block--4 .solution__title {
    padding-right: 63px;
    margin-bottom: 12px;
    background-image: url(../img/pages/lutik-plus/iD.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  .solution__block--4 .solution__title span {
    display: inline-block;
    max-width: 240px;
  }

  .solution__description {
    padding-right: 0;
    background: none;
    font: normal normal normal 14px / 17px Acrom !important;
  }
}

@media (max-width: 640px) {
  .solution {
    margin-bottom: 60px;
  }
  .solution .title__h2 {
    margin-bottom: 20px;
  }

  .solution__block {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
  .solution__col-1 {
    padding: 16px;
    width: calc(100% + 40px);
  }
  .solution__col-1 h2 {
    margin-bottom: 6px;
    font: normal normal bold 16px / 18px Acrom !important;
  }
  .solution__block_p {
    font: normal normal normal 14px / 17px Acrom !important;
  }
  .solution__col-2 .solution__block {
    padding: 16px;
    margin-bottom: 12px;
  }
  .solution__col-2 h2 {
    margin-bottom: 4px;
    font: normal normal bold 16px / 20px Acrom !important;
  }
  .solution__block_li {
    padding-left: 28px;
    margin-bottom: 8px;
    font: normal normal normal 12px / 13px Acrom !important;
  }
  .solution__block_li::before {
    content: '';
    width: 20px;
  }
}



.schema {
  margin-bottom: 130px;
}
.schema__blocks {
  position: relative;
}
.schema__block {
  display: none;
}
.schema__block.active {
  display: block;
}

.schema__title h2 {
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}
.schema__title p {
  margin-bottom: 8px;
  font: normal normal normal 18px / 21px Acrom !important;
  text-align: center;
  color: #797979;
}

.schema__arrows {
  top: calc(50% - 82px);
}
.schema__control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.schema__text_title {
  padding-left: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
  font: normal normal 300 50px / 55px Acrom !important;
  color: #121212;
}
.schema__text_description {
  position: relative;
  padding-left: 22px;
  padding-top: 12px;
  padding-bottom: 11px;
  margin-left: 20px;
  margin-bottom: 0;
  font: normal normal normal 24px / 26px Acrom !important;
  color: #575656;
}
.schema__text_description::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 128px;
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
}
.schema__text_list {
  position: relative;
  padding-top: 15px;
  padding-left: 14px;
  padding-bottom: 1px;
}
.schema__text_list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  border-bottom: 1px solid #969696;
}
.schema__text_list li {
  padding-left: 32px;
  margin-bottom: 18px;
}

.schema__btn-frozen {
  display: inline-flex;
  align-items: center;
  padding: 8px 23px 8px 11px;
  border-radius: 23px;
  color: white;
  background-color: #121212;
  transition: all .3s ease;
}
.schema__btn-frozen svg {
  stroke: white;
  width: 29px;
  height: 29px;
}
.schema__btn-frozen span {
  position: relative;
  margin-left: 9px;
  white-space: nowrap;
  font: normal normal normal 16px / 18px Acrom !important;
}
.schema__btn-frozen span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
}
.schema__btn-frozen:hover {
  background-color: #91CF4F;
  text-decoration: none;
}
.schema__btn-frozen:hover,
.schema__btn-frozen:hover span {
  color: white !important;
}

.schema__block--2 {
  padding-bottom: 84px;
}
.schema__block--2 .schema__text {
  position: absolute;
  top: 0;
  left: 58px;
  width: 34%;
}
.schema__block--2 .schema__btn-frozen {
  position: absolute;
  bottom: 78px;
  left: 58px;
}

.schema__block--3 {
  padding-top: 30px;
  padding-bottom: 64px;
}
.schema__block--3 .schema__text {
  position: absolute;
  top: 20px;
  left: 58px;
  width: 29%;
}
.schema__block--3 .schema__btn-frozen {
  position: absolute;
  bottom: 78px;
  left: 58px;
}

@media (max-width: 1400px) {
  .schema__text_list {
    background: rgba(255, 255, 255, .6);
  }
  .schema__text_title {
    font: normal normal 300 45px / 50px Acrom !important;
  }
  .schema__text_description {
    font: normal normal normal 18px / 21px Acrom !important;
  }
  .schema__text_list li {
    font: normal normal normal 16px / 18px Acrom !important;
  }

  .schema__block--3 .schema__text {
    top: 0;
  }
}

@media (max-width: 1140px) {
  .schema {
    margin-bottom: 100px;
  }
  .schema__title h2 {
    padding-right: 100px;
    margin-bottom: 6px;
    text-align: left;
    max-width: 320px;
  }
  .schema__title p {
    margin-bottom: 0;
    font: normal normal normal 16px / 16px Acrom !important;
    text-align: left;
  }
  .schema__arrows {
    top: 0;
    left: auto;
  }
  .schema__arrows .arrow--right {
    margin-left: 5px;
  }
  .schema__control {
    position: static;
    margin-top: 10px;
  }
  .schema__text_title {
    padding-left: 0;
  }
  .schema__text_description {
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .schema__text_description::before {
    display: none;
  }
  .schema__text_list {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    background: transparent;
  }
  .schema__text_list::before {
    display: none;
  }

  .schema__title {
    margin-bottom: 30px;
  }
  .schema__block--1 > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .schema__block--1 .schema__title {
    flex: 1;
  }
  .schema__block--1 .schema__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
  }

  .schema__block--2 {
    padding-bottom: 0;
  }
  .schema__block--2 .schema__content {
    display: flex;
    flex-direction: column;
  }
  .schema__block--2 picture {
    order: 2;
  }
  .schema__block--2 .schema__text {
    position: static;
    width: auto;
    order: 1;
  }
  .schema__block--2 .schema__btn-frozen {
    position: static;
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }

  .schema__block--3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .schema__block--3 .schema__content {
    display: flex;
    flex-direction: column;
  }
  .schema__block--3 picture {
    order: 2;
  }
  .schema__block--3 .schema__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 570px !important;
  }
  .schema__block--3 .schema__text {
    position: static;
    width: auto;
    order: 1;
  }
  .schema__block--3 .schema__btn-frozen {
    position: static;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
}

@media (max-width: 640px) {
  .schema {
    margin-bottom: 60px;
  }
 
  .schema__text_title {
    margin-bottom: 6px;
    font: normal normal 300 24px / 24px Acrom !important;
  }
  .schema__text_description {
    padding-bottom: 0;
    margin-bottom: 12px;
    font: normal normal normal 18px / 21px Acrom !important;
    color: #797979;
  }
  .schema__text_list li {
    padding-left: 0;
    margin-bottom: 14px;
  }
  .schema__text_list li::after {
    display: none;
  }

  .schema__block--2 .schema__img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .schema__block--3 .schema__img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}



.description {
  margin-bottom: 110px;
}
.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__block .btn-1 {
  margin-top: 35px;
  max-width: none;
	width: 100%;
	white-space: nowrap;
}

.description__title {
  display: flex;
  align-items: flex-start;
}
.description__title img {
  margin-right: 16px;
  width: 95px;
  height: 95px;
}
.description__h3 {
  margin-bottom: 8px;
  font: normal normal 500 24px / 29px Acrom !important;
  color: #121212;
}
.description__p {
  margin-bottom: 0;
  font: normal normal normal 20px / 24px Acrom !important;
  color: #121212;
}
.description__ul li {
  font: normal normal normal 20px / 24px Acrom !important;
}
.description__ul li:nth-child(1) {
  max-width: 520px;
}
.description__label h3 {
  margin-bottom: 0;
  font: normal normal bold 40px / 48px Acrom !important;
  color: #121212;
}
.description__label p {
  margin-bottom: 0;
  font: normal normal normal 20px / 20px Acrom !important;
  color: #6B6B6B;
}
.description__block--4 .description__label p {
  max-width: 248px;
}
.description__btns {
	margin-left: -4px;
	margin-right: -4px;
	display: flex;
	align-items: center;
}
.description__btns .btn-1 {
	margin-left: 4px;
	margin-right: 4px;
}

.description__videos {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.description__video {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.description__video > div {
  border-radius: 20px;
  overflow: hidden;
}
.description__video > p {
  margin: 8px 0 0 0;
  font: normal normal normal 20px / 24px Acrom !important;
  color: #121212;
}
.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 {
    margin-bottom: 100px;
  }
  .description__block {
    width: calc(100% - 20px);
  }
  .description__videos {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .description__video {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .description {
    margin-bottom: 60px;
  }
  .description__title {
    flex-direction: column;
  }
  .description__title img {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
    height: 38px;
  }
  .description__h3 {
    font: normal normal 500 18px / 21px Acrom !important;
  }
  .description__p {
    font: normal normal normal 16px / 19px Acrom !important;
  }


  .description__blocks {
    margin-left: 0;
    margin-right: 0;
  }

  .description__block .btn-1 {
    margin-top: 16px;
  }
  .description__block {
    padding: 20px 16px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 12px;
    width: calc(100% + 40px);
    border-radius: 12px;
  }
  .description__ul li {
    font: normal normal normal 16px / 18px Acrom !important;
  }
  .description__block--4 .description__label {
    margin-top: 16px;
  }
  .description__label h3 {
    font: normal normal bold 18px / 21px Acrom !important;
  }
  .description__block--4 .description__label p {
    font: normal normal normal 16px / 16px Acrom !important;
  }

  .description__btns {
		margin-top: 8px;
		margin-left: 0;
    margin-right: 0;
		flex-direction: column;
	}
	.description__btns .btn-1 {
		margin-top: 8px;
	}

  .description__video > p {
    font: normal normal normal 16px / 18px Acrom !important;
  }
}



.melissa {
  margin-bottom: 130px;
}
.melissa__block {
  position: relative;
  border-radius: 20px;
  background-color: white;
}
.melissa__img {
  margin-right: 75px;
  width: calc(100% + 75px);
}
.melissa__text {
  position: absolute;
  top: 60px;
  left: 60px;
}
.melissa__text .title__h2 {
  margin-bottom: 20px;
  max-width: 812px;
  text-transform: uppercase;
}
.melissa__label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.melissa__label img {
  margin-right: 20px;
  width: 95px;
  height: 95px;
}
.melissa__label h3 {
  margin-bottom: 8px;
  text-decoration: underline;
  font: normal normal bold 32px / 35px Acrom !important;
  color: #121212;
}
.melissa__label h3 a {
  color: #121212;
}
.melissa__label p {
  margin-bottom: 0;
  font: normal normal normal 24px / 26px Acrom !important;
  color: #121212;
  max-width: 284px;
}
.melissa__text .list {
  max-width: 400px;
}

@media (max-width: 1400px) {
  .melissa__block {
    padding-top: 120px;
  }
  .melissa__block .title__h2 {
    font: normal normal 300 45px / 50px Acrom !important;
  }
  .melissa__label h3 {
    font: normal normal bold 28px / 32px Acrom !important;
  }
  .melissa__label p {
    font: normal normal normal 21px / 24px Acrom !important;
  }
  .melissa__label img {
    width: 86px;
    height: 86px;
  }
}

@media (max-width: 1140px) {
  .melissa {
    margin-bottom: 100px;
  }
  .melissa__block {
    padding-top: 220px;
  }
  .melissa__block .title__h2 {
    font: normal normal 300 40px / 45px Acrom !important;
  }
  .melissa__img {
    margin-right: 50px;
    width: calc(100% + 50px);
  }
}

@media (max-width: 768px) {
  .melissa__block {
    padding-top: 290px;
  }
  .melissa__text {
    top: 40px;
    left: 40px;
  }
}

@media (max-width: 640px) {
  .melissa {
    margin-bottom: 60px;
  }
  .melissa__block {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 12px;
  }
  .melissa__block .title__h2 {
    font: normal normal 300 24px / 26px Acrom !important;
    max-width: 250px;
  }
  .melissa__text {
    position: static;
    padding-left: 16px;
    padding-right: 16px;
  }
  .melissa__text .list li:last-child {
    max-width: 240px;
  }

  .melissa__label {
    margin-bottom: 20px;
  }
  .melissa__label img {
    margin-right: 12px;
    width: 58px;
    height: 58px;
  }
  .melissa__label h3 {
    margin-bottom: 4px;
    font: normal normal bold 18px / 20px Acrom !important;
  }
  .melissa__label p {
    font: normal normal normal 16px / 18px Acrom !important;
  }
  .melissa__img {
    margin-right: 0;
    margin-top: -88px;
    width: 100%;
  }
}



.continuity {
  margin-bottom: -110px;  
}
.continuity .title__h2 {
  margin-bottom: 12px;
  font: normal normal 300 70px / 70px Acrom !important;
  color: #121212;
  text-align: center;
  text-transform: uppercase;
}
.continuity__description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  font: normal normal normal 24px / 29px Acrom !important;
  color: #121212;
  text-align: center;
  max-width: 990px;
}
.continuity__description p {
  margin-bottom: 0;
}
.continuity__img {
  margin-left: -15%;
  margin-right: -15%;
  width: calc(100% + 30%);
}

@media (max-width: 1140px) {
  .continuity {
    margin-bottom: 100px;
  }
  .continuity .title__h2 {
    font: normal normal 300 55px / 55px Acrom !important;
  }
  .continuity__description {
    font: normal normal normal 21px / 25px Acrom !important;
  }
}

@media (max-width: 640px) {
  .continuity {
    margin-bottom: 60px;
  }
  .continuity .title__h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    font: normal normal 300 24px / 24px Acrom !important;
    max-width: 190px;
  }
  .continuity__description {
    margin-bottom: 16px;
    font: normal normal normal 16px / 20px Acrom !important;
    max-width: 360px;
  }
  .continuity__img {
    margin-left: -5%;
    margin-right: -5%;
    width: calc(100% + 10%);
  }
}


.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;
}

.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,
.library__list a:nth-child(2):before,
.library__list a:nth-child(6):before {
  background: url('../img/pages/lime2/library_i_1.png') no-repeat center;
  background-size: 32px;
}

.library__list a:nth-child(5):before {
  background: url('../img/pages/lime2/library_i_4.png') no-repeat center;
  background-size: 31px 32px;
}

.library__list a:nth-child(3):before {
  background: url('../img/pages/lime2/library_i_2.png') no-repeat center;
  background-size: 30px 28px;
}

.library__list a:nth-child(4):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;
  overflow: hidden;
}

@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;
  }
}



#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;
  }
}
