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

.form-control {
  padding: 19px 24px !important;
  background-color: white !important;
  height: 60px !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: 24px;
  height: 24px;
  min-width: 24px;
  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: 20px !important;
  line-height: 100%;
  font-weight: normal;
  width: auto;
  height: auto;
  border-radius: 30px;
  background-color: #FAFAFA;
  text-align: center;
}
.control a.active span {
  transition: all 0.3s ease;
  opacity: 1;
}




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

/* HERRO */
.hero {
  overflow: hidden;
}
.hero .container {
  position: relative;
}

.hero__video video {
  width: 100%;
  height: auto;
}

.hero__title {
  position: absolute;
  top: 246px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 450px;
  z-index: 5;
}

.hero__title-label {
  padding: 0 12px;
  margin: 0 0 20px 0;
  font: normal normal normal 16px / 34px Acrom !important;
  color: white;
  height: 34px;
  border-radius: 4px;
  background-color: #0C0C0D;
}

.hero__title-name {
  padding: 0 0 24px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #121212;
}

.hero__title-text {
  padding: 0;
  margin: 0 0 32px 0;
  font: normal normal normal 20px/120% Acrom !important;
  color: #5A5A5A;
}

.hero__title .btn-1 {
  max-width: none;
  width: 100%;
}


@media (max-width: 1140px) {
  .hero__title {
    top: 116px;
    width: 320px;
  }
  .hero__title-label {
    padding: 8px 12px;
    font: normal normal normal 16px / 110% Acrom !important;
    height: auto;
  }
}

@media (max-width: 768px) {
  .hero__video {
    margin-left: -15px;
    margin-right: -15px;
    height: 480px;
    background: url('../img/pages/melissa2/hero_m.jpg') no-repeat center;
    background-size: cover;
  }
  .hero__video video {
    display: none;
  }
  .hero__video img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .hero__title {
    position: static;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 540px;
  }
  .hero__title-label {
    border-radius: 8px;
    width: 100%;
  }
}



/* description  */
.description {
  margin-top: 60px;
  margin-bottom: 160px;
  overflow: hidden;
}
.description__content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.description__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FAFAFA;
  border-radius: 8px;
}
.description__item img {
  height: 50px;
  width: auto !important;
}
.description__item p {
  padding: 0;
  margin: 8px 0 0 0;
  font: normal normal normal 18px/110% Acrom !important;
  color: #5A5A5A;
  text-align: center;
}

@media (max-width: 1400px) {
  .description__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .description__item {
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 1140px) {
  .description__content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .description__item {
    padding: 16px 14px 16px 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    flex-direction: row;
    width: 100%;
  }
  .description__item img {
    margin-right: 8px;
  }
  .description__item p {
    margin: 0;
    font: normal normal normal 16px / 110% Acrom !important;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .description {
    margin-bottom: 60px;
  }
}



/* cards */
.cards {
  margin-bottom: 160px;
  overflow: hidden;
}
.cards__content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.cards__item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.cards__item img {
  border-radius: 30px;
}
  
.cards__label {
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  padding: 24px 30px;
  height: 142px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: rgba(255,255,255, .9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5%);
}
.cards__label p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px/110% Acrom !important;
  color: #5A5A5A;
}
.cards__title {
  display: inline-flex;
  margin-bottom: 8px;
}
.cards__title--1 svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #E63434;
}
.cards__title--2 svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #91CF4F;
}
.cards__title h3 {
  padding: 0;
  margin: 0 0 0 8px;
  font: normal normal normal 24px/110% Acrom !important;
  color: #212121;
}


@media (max-width: 1400px) {
  .cards__label {
    height: 162px;
  }
}

@media (max-width: 1140px) {
  .cards__content {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .cards__item {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .cards__label {
    padding: 18px 16px;
    height: auto;
  }
  .cards__title h3 {
    font: normal normal normal 18px / 110% Acrom !important;
  }
  .cards__label p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
}

@media (max-width: 768px) {
  .cards {
    margin-bottom: 60px;
  }
}


/* solution */
.solution {
  margin-bottom: 160px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .solution {
    margin-bottom: 60px;
  }
}

/* application */
.application {
  margin-bottom: 160px;
  overflow: hidden;
}
.application__header {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 540px;
}
.application__header h2 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal normal 50px/100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.application__header p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/110% Acrom !important;
  color: #5A5A5A;
}
.application__content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.application__content--mobile {
  display: none;
}
.application__col {
  margin-left: 10px;
  margin-right: 10px;
}
.application__item {
  position: relative;
  border-radius: 20px;
}
.application__item--1,
.application__item--3,
.application__item--5 {
  margin-bottom: 20px;
}
.application__label {
  position: absolute;
  padding: 12px 16px;
  background-color: white;
  font: normal normal normal 20px/100% Acrom !important;
  color: #121212;
}
.application__item--1 .application__label {
  top: 46px;
  width: 215px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.application__item--2 .application__label {
  top: 48px;
  width: 210px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.application__item--3 .application__label {
  top: 46px;
  width: 194px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.application__item--4 .application__label {
  bottom: 40px;
  width: 180px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.application__item--5 .application__label {
  top: 46px;
  right: 0;
  width: 300px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.application__item--6 .application__label {
  top: 118px;
  left: 0;
  width: 220px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}


@media (max-width: 1140px) {
  .application__header {
    margin-bottom: 20px;
  }
  .application__header h2 {
    padding: 0;
    margin: 0 0 6px 0;
    font: normal normal normal 24px / 100% Acrom !important;
  }
  .application__header p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .application__label {
    padding: 6px 7px;
    font: normal normal normal 12px / 100% Acrom !important;
  }
  .application__item--1 .application__label {
    top: 14px;
    width: 119px;
  }
  .application__item--2 .application__label {
    top: auto;
    bottom: 14px;
    width: 119px;
  }
  .application__item--3 .application__label {
    top: auto;
    bottom: 14px;
    width: 109px;
  }
  .application__item--4 .application__label {
    bottom: 14px;
    width: 100px;
  }
  .application__item--5 .application__label {
    top: auto;
    bottom: 10px;
    width: 100px;
  }
  .application__item--6 .application__label {
    top: auto;
    bottom: 14px;
    width: 124px;
  }
}

@media (max-width: 768px) {
  .application {
    margin-bottom: 60px;
  }
  .application__content--desctop {
    display: none;
  }
  .application__content--mobile {
    display: flex;
  }
  .application__content {
    margin-left: -4px;
    margin-right: -4px;
  }
  .application__col {
    margin-left: 4px;
    margin-right: 4px;
  }
  .application__item--1,
  .application__item--2,
  .application__item--3,
  .application__item--5 {
    margin-bottom: 8px;
  }
}



/* characteristics */
.characteristics {
  margin-top: 100px;
  margin-bottom: 160px;
  overflow: hidden;
}
.characteristics__content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.characteristics__item {
  padding: 36px 28px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 12px;
  background-color: #FAFAFA;
}
.characteristics__body {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.characteristics__item--0 {
  display: none;
}
.characteristics__item--1 .characteristics__text-1 {
  padding: 0;
  margin: 0;
  font: normal normal 700 132px/120% Acrom !important;
  color: #2E2E2E;
}
.characteristics__item--1 .characteristics__text-2 {
  padding: 0;
  margin: 0;
  font: normal normal 700 72px/100% Acrom !important;
  color: #CFCFCF;
}
.characteristics__item--1 .characteristics__text-3 {
  padding: 0;
  margin: 0 0 30px 0;
  font: normal normal normal 22px/74% Acrom !important;
  color: #CFCFCF;
}

.characteristics__item--2 .characteristics__body::after {
  content: '°C';
  position: absolute;
  padding: 0;
  margin: 0 50px 0 0;
  font: normal normal 700 140px/110% Acrom !important;
  color: #CFCFCF;
}
.characteristics__item--2 .characteristics__text-1 {
  position: relative;
  padding: 0;
  margin: 0 50px 0 0;
  font: normal normal 700 86px/110% Acrom !important;
  color: #2E2E2E;
  text-align: right;
  z-index: 2;
}
.characteristics__item--2 .characteristics__text-2 {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  font: normal normal normal  18px/100% Acrom !important;
  color: #2E2E2E;
  width: 170px;
  transform-origin: center right;
  transform: rotate(-90deg) translate(50%, -50%);
  z-index: 2;
}
.characteristics__item--3 .characteristics__body {
  align-items: flex-end;
}
.characteristics__item--3 .characteristics__text-1 {
  padding: 0;
  margin: 0;
  font: normal normal normal 82px/160% Acrom !important;
  color: #2E2E2E;
  text-align: right;
}
.characteristics__item--3 .characteristics__text-2 {
  padding: 0;
  margin: 0;
  font: normal normal 700 140px/120% Acrom !important;
  color: #2E2E2E;
  text-align: right;
}
.characteristics__item--4 {
  padding: 12px 28px;
}

@media (max-width: 1400px) {
  .characteristics__content {
    flex-wrap: wrap;
  }
  .characteristics__item {
    margin-bottom: 20px;
  }
  .characteristics__item--1 {
    max-width: 340px;
  }
  .characteristics__item--3 {
    margin-left: auto;
  }
  .characteristics__item--4 {
    max-width: 360px;
  }
}

@media (max-width: 992px) {
  .characteristics__item--0 {
    display: block;
  }
  .characteristics__item--0 .characteristics__body {
    flex-direction: column;
  }
  .characteristics__item--0 .characteristics__text-1 {
    margin-bottom: 0;
    font: normal normal 700 92px / 100% Acrom !important;
  }
  .characteristics__item--0 .characteristics__text-2 {
    font: normal normal normal 15px / 110% Acrom !important;
    max-width: 210px;
  }
}

@media (max-width: 768px) {
  .characteristics {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .characteristics__content {
    flex-direction: column;
    align-items: center;
  }
  .characteristics__item {
    padding: 36px 20px;
    max-width: 340px;
    width: 100%;
  }
  .characteristics__body {
    justify-content: center;
  }
  .characteristics__item--1 .characteristics__text-1 {
    font: normal normal 700 124px / 120% Acrom !important;
  }
  .characteristics__item--1 .characteristics__text-2 {
    width: 180px;
  }
  .characteristics__item--1 .characteristics__text-3 {
    font: normal normal 700 22px / 74% Acrom !important;
    width: 180px;
  }
  .characteristics__item--2 .characteristics__text-2 {
    right: 32px;
  }
  .characteristics__item--3 {
    margin-left: 10px;
  }
  .characteristics__item--3 .characteristics__text-1 {
    font: normal normal normal 84px / 160% Acrom !important;
  }
  .characteristics__item--3 .characteristics__text-2 {
    font: normal normal 700 150px / 120% Acrom !important;
  }
  .characteristics__item--4 img {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto;
  }
}



/* supply */
.supply {
  margin-bottom: 160px;
  overflow: hidden;
}
.supply__header {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 754px; 
}
.supply__header h2 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal normal 50px/100% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.supply__header p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/110% Acrom !important;
  color: #5A5A5A;
}

.supply__content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.supply__item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.supply__title {
  position: absolute;
  top: 32px;
  left: 24px;
}
.supply__title h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font: normal normal 700 24px/110% Acrom !important;
  color: #636363;
}
.supply__title p {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal normal 18px/100% Acrom !important;
  color: #636363;
}
.supply__label {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 12px 16px;
  margin: 0;
  font: normal normal normal 20px/100% Acrom !important;
  color: #121212;
  background-color: white;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.supply__item--2 .supply__title {
  max-width: 167px;
}
.supply__item--2 .supply__label {
  max-width: 155px;
}
.supply__item--3 .supply__title {
  max-width: 220px;
}
.supply__item--3 .supply__label {
  max-width: 236px;
}

@media (max-width: 1140px) {
  .supply__header {
    margin-bottom: 20px;
  }
  .supply__header h2 {
    padding: 0;
    margin: 0 0 6px 0;
    font: normal normal normal 24px / 100% Acrom !important;
  }
  .supply__header p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
  .supply__content {
    flex-wrap: wrap;
  }
  .supply__item--1,
  .supply__item--2 {
    width: calc(50% - 20px);
  }
  .supply__item--3 {
    margin-top: 20px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .supply {
    margin-bottom: 60px;
  }
  .supply__label {
    top: 14px;
    bottom: auto;
    padding: 6px 7px;
    font: normal normal normal 12px / 100% Acrom !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .supply__title h3 {
    font: normal normal 700 16px / 100% Acrom !important;
  }
  .supply__title p {
    font: normal normal normal 10px / 100% Acrom !important;
  }
  .supply__item--2 .supply__title {
    top: auto;
    bottom: 22px;
    left: 7px;
  }
  .supply__item--3 .supply__title {
    top: 12px;
    left: 16px;
    max-width: 160px;
  }
  .supply__item--3 .supply__label {
    top: auto;
    bottom: 22px;
    max-width: 146px;
  }
}


.base {
  margin-bottom: 160px;
  overflow: hidden;
}
.base__title {
  padding: 0;
  margin: 0 0 30px 0;
  font: normal normal normal 50px/100% Acrom !important;
  color: #121212;
  text-align: center;
  text-transform: uppercase;
}
.base__list {
  display: none;
}
.base__block {
  display: none;
  margin-left: 56px;
  margin-right: 56px;
}
.base__control {
  margin-top: 0;
}

@media (max-width: 768px) {
  .base {
    margin-bottom: 60px;
  }
  .base__title {
    margin: 0 80px 12px 80px;
    font: normal normal normal 24px/100% Acrom !important;
  }
  .base__block {
    margin-left: 0;
    margin-right: 0;
  }
  .base__block img {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
  }
  .base__list {
    display: block;
    margin-top: 12px;
  }
  .base__item {
    margin-bottom: 5px;
  }
  .base__item p {
    padding: 0;
    margin: 0;
    font: normal normal normal 12px/100% Acrom !important;
    color: #5B5B5B;
  }
  .base__arrows {
    top: 0;
  }
}

@media (max-width: 500px) {
  .base__block img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}


.count {
  margin-bottom: 160px;
  overflow: hidden;
}
.count .container {
  height: 800px;
  border-radius: 20px;
  overflow: hidden;
}
.count__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.count__label {
  position: absolute;
  right: 0;
  bottom: 157px;
  padding: 16px 0 16px 24px;
  background-color: #FBFBFB;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.count__label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 2000px;
  background-color: #FBFBFB;
}
.count__label h3 {
  padding: 0;
  margin: 0 0 4px 0;
  font: normal normal normal 24px/100% Acrom !important;
  color: #121212;
}
.count__label p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px/100% Acrom !important;
  color: #121212;
}

@media (max-width: 768px) {
  .count {
    margin-bottom: 60px;
    height: auto;
    overflow: visible;
  }
  .count .container {
    position: static;
    transform: translateX(0);
    height: auto;
    border-radius: 0;
    overflow: auto;
  }
  .count__video {
    position: static;
    margin-left: -15px;
    margin-right: -15px;
    height: 280px;
    transform: translate(0, 0);
    border-radius: 12px;
    overflow: hidden;
  }
  .count__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .count__label {
    position: static;
    padding: 15px 24px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .count__label::after {
    display: none;
  }
  .count__label h3 {
    margin: 0 0 2px 0;
    font: normal normal normal 16px/100% Acrom !important;
  }
  .count__label p {
    font: normal normal normal 12px/100% Acrom !important;
  }
}

@media (max-width: 500px) {
  .count__video {
    height: 182px;
  }
}


.complex {
  margin-bottom: 160px;
  overflow: hidden;
}
.complex__content {
  display: flex;
}
.complex__text {
  margin-right: 56px;
  width: 610px;
  min-width: 610px;
}
.complex__text h2 {
  padding: 0;
  margin: 0 0 16px 0;
  font: normal normal normal 50px/107% Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.complex__text p {
  padding: 0;
  margin: 0 0 18px 0;
  font: normal normal normal 20px/120% Acrom !important;
  color: #121212;
  opacity: .7;
}
.complex__text .btn-1 {
  margin-top: 32px;
  max-width: none;
  width: 100%;
}

@media (max-width: 1140px) {
  .complex__content {
    flex-direction: column-reverse;
  }
  .complex__text {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
    min-width: auto;
  }
  .complex__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px; 
  }
}

@media (max-width: 768px) {
  .complex {
    margin-bottom: 60px;
  }
  .complex__text h2 {
    margin: 0 0 8px 0;
    font: normal normal normal 24px / 107% Acrom !important;
  }
  .complex__text p {
    font: normal normal normal 14px / 120% Acrom !important;
  }
  .complex__text .btn-1 {
    margin-top: 20px;
  }
}


.connection {
  margin-bottom: 160px;
  overflow: hidden;
}
.connection .container {
  position: relative;
}
.connection__label {
  position: absolute;
  top: 53px;
  left: 60px;
}
.connection__label h2 {
  padding: 0;
  margin: 0 0 24px 0;
  font: normal normal 300 50px/110% Acrom !important;
  color: #121212;
  text-transform: uppercase;
  max-width: 920px;
}
.connection__item {
  margin-bottom: 24px;
  width: 280px;
}
.connection__item a {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal 700 32px/110% Acrom !important;
  color: #121212;
  text-decoration: underline;
  transition: all .3s ease;
}
.connection__item p {
  padding: 0;
  margin: 0;
  font: normal normal normal 24px/110% Acrom !important;
  color: #121212;
}

@media (max-width: 1400px) {
  .connection__label h2 {
    margin: 0 0 18px 0;
    font: normal normal 300 32px / 110% Acrom !important;
    max-width: 680px;
  }
  .connection__item a {
    font: normal normal 700 24px / 110% Acrom !important;
  }
  .connection__item p {
    font: normal normal normal 18px / 110% Acrom !important;
  }
}

@media (max-width: 1140px) {
  .connection__label {
    top: 40px;
    left: 20px;
  }
  .connection__label h2 {
    margin: 0 0 16px 0;
    font: normal normal 300 24px / 110% Acrom !important;
  }
  .connection__item a {
    margin: 0 0 4px 0;
    font: normal normal 700 18px / 110% Acrom !important;
  }
  .connection__item p {
    font: normal normal normal 16px / 110% Acrom !important;
  }
}

@media (max-width: 768px) {
  .connection {
    margin-bottom: 60px;
  }
  .connection__label {
    position: static;
  }
  .connection img {
    margin-top: -30px;
  }
}


.app {
  margin-bottom: 100px;
  overflow: hidden;
}
.app__content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: stretch;
}
.app__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FAFAFA;
  border-radius: 20px;
  width: 50%;
}
.app__item .btn-1 {
  max-width: none;
  width: 100%;
}
.app__body {
  display: flex;
  margin-bottom: 35px;
}
.app__body svg {
  margin-right: 16px;
  width: 92px;
  height: 92px;
}
.app__body h3 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal 500 24px/100% Acrom !important;
  color: #121212;
}
.app__body p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/100% Acrom !important;
  color: #121212;
}

@media (max-width: 1140px) {
  .app__content {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .app__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .app {
    margin-bottom: 32px;
  }
  .app__item {
    padding: 20px 16px;
  }
  .app__body {
    margin-bottom: 16px;
    flex-direction: column;
  }
  .app__body svg {
    margin-right: 0;
    margin-bottom: 10px;
    width: 38px;
    height: 38px;
  }
  .app__body h3 {
    margin: 0 0 5px 0;
    font: normal normal 500 18px / 100% Acrom !important;
  }
  .app__body p {
    font: normal normal normal 16px / 100% Acrom !important;
  }
}


.review {
  margin-bottom: 160px;
  overflow: hidden;
}
.review__content {
  display: flex;
  align-items: stretch;
}
.review__video {
  position: relative;
  width: 50%;
}
.review__video > p {
  margin: 8px 0 0 0;
  font: normal normal normal 20px / 24px Acrom !important;
  color: #121212;
}
.review__video > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pages/melissa2/icon-play.svg) no-repeat center;
  background-size: 62px;
  transition: .3s ease;
}
.review__video > a:hover {
  background-size: 82px;
}
.review__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  width: 50%;
}
.review__text h2 {
  padding: 0;
  margin: 0;
  font: normal normal 700 92px/120% Acrom !important;
  color: #DEDEDE;
  text-align: right;
}
.review__text p {
  padding: 0;
  margin: 0;
  font: normal normal normal 48px/120% Acrom !important;
  color: #E1E1E1;
  text-align: right;
  max-width: 340px;
}

@media (max-width: 1140px) {
  .review__content {
    align-items: flex-start;
  }
  .review__text h2 {
    font: normal normal 700 58px / 120% Acrom !important;
  }
  .review__text p {
    font: normal normal normal 27px / 120% Acrom !important;
  }
}

@media (max-width: 768px) {
  .review {
    margin-bottom: 60px;
  }
  .review__video {
    width: 100%;
  }
  .review__video > p {
    font: normal normal normal 16px / 120% Acrom !important;
  }
  .review__text {
    display: none;
  }
}



.toggler-icon-animated span,
.toggler-icon span {
  background-color: #101010 !important;
}

.nav-link {
  color: #101010 !important;
}

.navbar-social {
  color: #101010 !important;
}

#header-phone {
  color: #101010 !important;
}

#contact-footer {
  color: #6f6f6f !important;
}

#social-footer a {
  color: #6f6f6f !important;
}

.panel {
  height: 100%;
  width: 100%;
}

.panel.green {
  margin-bottom: 400px
}

#hero {
  max-width: 1920px;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


#hero-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}


#hero-video {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  display: block;
}

#hero-video-media {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 10%;
}

.containers {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

.container.form__body {
  position: relative;
  display: flex !important;
  padding-bottom: 50px;
  justify-content: flex-start;
  align-items: center;
}
.form__body > div {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .container.form__body {
      padding-bottom: 50px;
      flex-direction: column;
  }
  .form__body > div {
      margin-bottom: 50px;
      margin-right: 0;
  }
}

.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;
  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: white;
  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_1.png') no-repeat center;
  background-size: 30px 28px;
}
.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__list a:nth-child(5):before {
  background: url('../img/pages/lime2/library_i_4.png') no-repeat center;
  background-size: 30px 28px;
}
.library__list a:nth-child(6):before {
  background: url('../img/pages/lime2/library_i_1.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: #FAFAFA;
  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;
    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;
  }
}


.modal__schema {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index: 25;
  display: none;
  transition: all .3s ease;
  overflow: auto;
}
.modal__schema.active {
  display: flex;
}
.modal__content {
  position: relative;
  padding: 40px 60px;
  margin-top: 74px;
  max-width: 1240px;
  background-color: white;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .4);
  animation: modalopen .3s ease;
  animation-fill-mode: forwards;
}
@keyframes modalopen {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
}

.btn-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #4A4A4A;
  transition: all .3s ease;
}

.btn-close span:nth-child(1) {
  transform: rotate(45deg);
}

.btn-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.btn-close:hover span:nth-child(1) {
  transform: rotate(-45deg);
}

.btn-close:hover span:nth-child(2) {
  transform: rotate(-135deg);
}

