body {
  word-break: auto-phrase !important;
}

a:hover {
  color: #93df1c !important;
}

#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
}

a:hover {
  color: #93df1c !important;
}

#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
}

.title_h2 {
  margin-bottom: 32px;
  font: normal normal normal 64px/77px Acrom !important;
  color: #fff;
  -webkit-text-stroke: 2px #272727;
  text-stroke: 2px #272727;
  text-transform: uppercase;
}

.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: 768px) {
  .title_h2 {
    margin-bottom: 24px;
    font: normal normal normal 48px / 62px Acrom !important;
  }
}

.site {
  background-color: #F7F7F7;
}

/*
  MAIN
*/
.main {
  margin-top: 100px;
  margin-bottom: 120px;
}

.main__body {
  position: relative;
}

.main__text {
  position: absolute;
  top: 120px;
  left: 0;
  width: 480px;
}

.main__text h1 {
  padding: 0 0 28px 0;
  margin: 0;
  font: normal normal normal 80px / 60px Bicubik !important;
  color: #121212;
}
.list__title_m {
  display: none;
}

.main__text .list__title::after {
  bottom: 28px;
}
.main__text .list__title::before {
  height: calc(50% + 14px);
}
.main__text .list {
  max-width: 390px;
}

.main__text .btn-1 {
  margin-bottom: 12px;
  width: 438px;
  max-width: none;
}

.list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list__li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 24px;
  font: normal normal normal 20px / 20px Acrom !important;
  color: #121212;
}
.list__li::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #A9A9A9;
}
.list__select {
  position: relative;
}
.list__select::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0px;
  bottom: -25px;
  width: 32px;
  border: 1px solid #A9A9A9;
  border-radius: 17px;
}
.list__select::before {
  content: '';
  position: absolute;
  left: -44px;
  bottom: calc(50% - 11px);
  top: 0;
  width: 44px;
  border-left: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
}
.list__title {
  position: relative;
}
.list__title::after {
  content: '';
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  width: 1px;
  background-color: #A9A9A9;
}
.list__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -44px;
  border-top: 1px solid #A9A9A9;
  border-left: 1px solid #A9A9A9;
  height: 50%;
  width: 26px;
}

.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: #86C344;
  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;
}

.main__img {
  margin-left: 150px;
}

.main__img_m {
  display: none;
}

@media (max-width: 1240px) {
  .main__text h1 {
    font: normal normal normal 68px / 60px Bicubik !important;
  }
}

@media (max-width: 1240px) {
  .main__text .list__title,
  .main__text .list {
    margin-left: 60px;
  }
}

@media (max-width: 992px) {
  .main__img {
    display: none;
  }
  
  .main__img_m {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 300px;
  }
  .main__img_m img {
    height: 100%;
    width: auto;
  }

  .main__text {
    position: static;
    width: auto;
  }
  .main__text .btn-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 574px) {
  .main {
    margin-bottom: 60px;
  }
  .main__img_m {
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
  }
  .main__img_m img {
    height: auto;
    width: 100%;
  }
  .main__text h1 {
    display: none;
  }
  .list__title_m {
    margin-bottom: 18px;
    display: block;
    width: 100%;
  }

  .list__title::after {
    left: -5px;
  }
  .list__title::before {
    left: -14px;
    width: 8px;
  }
  .list__li {
    padding-left: 28px;
    padding-bottom: 13px;
    font: normal normal normal 20px / 20px Acrom !important;
  }
  .list__li::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
  }
  .list__select::after {
    top: -2px;
    left: 1px;
    bottom: -23px;
    width: 22px;
  }
  .list__select::before {
    left: -14px;
    width: 14px;
  }

  .main__text .list__title,
  .main__text .list {
    margin-left: 0;
  }

  .main__text .btn-1 {
    width: 100%;
  }
}

.description {

}
.description__body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -46px;
}
.description__small {
  display: none;
}
.description__img {
  margin-left: -16px;
  width: 59%;
}
.description__imgs img {
  display: none;
}
.description__imgs img.active {
  display: block;
}
.description__col {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-top: 136px;
  width: 41%;
  min-width: calc(41% + 16px);
}
.description__col > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.description__text {
  margin-bottom: 30px;
}
.description__text p {
  margin: 0 0 12px 0;
  font: normal normal normal 18px / 22px Acrom !important;
}

.description__control {
  height: 374px;
}
.description__control .list__title::after {
  top: calc(50% - 38px);
  left: -4px;
  bottom: auto;
  height: 68px;
  transform: translateY(-50%);
}
.description__control .list__title::before {
  width: 40px;
  height: calc(50% + 38px);
}
.description__control .list__select::before {
  left: -52px;
  width: 52px;
}

.description__list {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 20px;
}
.description__item {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.description__item div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border: 2px solid #D8D8D8;
  transition: .3s ease;
  border-radius: 50%;
  overflow: hidden;
}
.description__item img {
  border-radius: 50%;
  transform: scale(1.15);
}
.description__item p {
  font: normal normal normal 20px / 22px Acrom !important;
  color: #6C6C6C;
  text-align: center;
  transition: .3s ease;
}


.description__item:hover div {
  border-color: #787878;
}
.description__item.active div {
  border-color: #121212;
}
.description__item.active p {
  color: #121212;
}

.description__control .list {
  display: none;
}
.description__control .list.active {
  display: block;
}

.description__control_text {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 21px Acrom !important;
  color: #121212;
}

.description__ps {
  display: none;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #6C6C6C;
}
.description__ps.active {
  display: block;
}

@media (max-width: 1400px) {
  .description__body {
    margin-bottom: 0;
    align-items: flex-end;
  }
  .description__control {
    height: 380px;
  }
  .description__col {
    padding-top: 0;
    width: 50%;
    min-width: calc(50% + 16px);
  }
  .description__text p {
    margin: 0 0 8px 0;
    font: normal normal normal 16px / 20px Acrom !important;
  }
  .description__item p {
    font: normal normal normal 16px / 20px Acrom !important;
  }
  .description__control_text {
    font: normal normal normal 16px / 20px Acrom !important;
  }
}

@media (max-width: 992px) {
  .description {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .description__body {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .description__img {
    margin-left: 0;
  }
  .description__small.active {
    display: block;
  }
  .description__small .description__ps {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .description__small.active .description__ps {
    display: block;
  }
  .description__col .description__ps,
  .description__control .list.active,
  .description__col .list,
  .description__col .list__title::before,
  .description__col .list__title::after {
    display: none;
  }
  .description__col {
    padding-left: 0;
    margin-bottom: 24px;
    width: auto;
    min-width: none;
  }
  .description__img {
    width: auto;
    max-width: 440px;
  }
  .description__control {
    height: auto;
  }
  .description__control_text {
    margin-bottom: 18px;
  }
}

@media (max-width: 574px) {
  .description__item p {
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .description__ps {
    font: normal normal normal 14px / 17px Acrom !important;
  }
  .description__control_text {
    font: normal normal normal 16px / 20px Acrom !important;
  }
}


.indication {
  margin-bottom: 120px;
}
.indication__body {
  position: relative;
}
.indication__blocks {
  padding-top: 21px;
  background-color: white;
  border-radius: 32px;
}
.indication__block {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1120px;
}
.indication__block.active {
  display: block;
}
.indication__block img {
  margin-left: auto;
  margin-right: auto;
}
.indication__block_title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font: normal normal normal 46px / 50px Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.indication__list {
  display: none;
}
.indication__block--1 {
  position: relative;
}
.indication__block--1 picture {
  position: relative;
}
.indication__block--1 picture::after {
  content: '';
  position: absolute;
  top: 29.7%;
  left: 47.1%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FF3725;
  box-shadow: 0 0 10px 5px #FF3725;
  transition: all .3s ease;
  animation: blink 2s linear infinite;
  animation-duration: 1s;
}
.indication__block--1 picture::before {
  content: '';
  position: absolute;
  top: 23.1%;
  left: 84.5%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF3725;
  box-shadow: 0 0 10px 5px #FF3725;
  transition: all .3s ease;
  animation: blink 2s linear infinite;
  animation-duration: 1s;
  z-index: 2;
}

@keyframes blink{
  0% {
    box-shadow: 0 0 0 0 #FF3725;
    opacity: 0;
  }
  50% {
    box-shadow: 0 0 10px 5px #FF3725;
    opacity: .85;
  }
  100%{
    box-shadow: 0 0 0 0 #FF3725;
    opacity: 0;
  }
}

.indication__block--1 .indication__block_title {
  top: 20px;
  left: -80px;
  width: 520px;
  z-index: 10;
}
.indication__block--1 img {
  transform: translateX(20px);
}

.indication__arrows {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  height: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.indication__arrows a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #7f7f7f;
  transition: all 0.3s ease;
}
.indication__arrows a:hover {
  text-decoration: none;
}
.indication__arrow svg {
  stroke: #7f7f7f;
  width: 8px;
  height: 13px;
  transition: all .3s ease;
}
.indication__arrow:hover svg {
  stroke: white;
}
.indication__arrow:hover {
  background-color: #252423;
  border: 2px solid #252423;
}
.indication__arrow--left svg {
  transform: rotate(180deg);
}

.indication__control {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  padding: 6px;
  border-radius: 24px;
  border: 1px solid #A9A9A9;
  justify-content: center;
  transform: translateX(-50%);
}
.indication__control a {
  display: inline-block;
  padding: 0;
  margin-right: 37px;
  height: 32px;
  width: 32px;
  border: 1px solid #A9A9A9;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s ease;
}
.indication__control a:hover {
  border-color: #121212;
}
.indication__control a:last-child {
  margin-right: 0;
}
.indication__control a:hover {
  text-decoration: none;
}
.indication__control a.active {
  border-color: #121212;
  background-color: #121212;
}

@media (max-width: 1400px) {
  .indication__block--1 {
    margin-right: 90px;
    width: calc(100% - 90px);
  }
  .indication__block--1 picture::after {
    left: 45.3%;
    width: 17px;
    height: 17px;
  }
  .indication__block--1 picture::before {
    left: 82.6%;
  }
  .indication__block--1 img {
    transform: translateX(0);
  }
  .indication__block--1 .indication__block_title {
    top: 10px;
    left: 50px;
    font: normal normal normal 32px / 36px Acrom !important;
  }
}

@media (max-width: 1100px) {
  .indication__block_title {
    font: normal normal normal 24px / 26px Acrom !important;
  }
  .indication__block--1 .indication__block_title {
    width: 260px;
  }
}

@media (max-width: 992px) {
  .indication {
    margin-bottom: 60px;
  }
  .indication__block img {
    margin-left: 0px;
    margin-right: 50px;
    width: calc(100% - 20px);
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .indication__block--1 picture::after {
    top: 28.6%;
    left: 44.1%;
    width: 16px;
    height: 16px;
  }
  .indication__block--1 picture::before {
    top: 23%;
    left: 80.8%;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 876px) {
  .indication__block--1 picture::after {
    left: 43.8%;
  }
  .indication__block--1 picture::before {
    left: 80.1%;
  }
}

@media (max-width: 768px) {
  .indication__body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border-radius: 32px;
  }
  .indication__blocks {
    background-color: transparent;
    border-radius: 0;
  }
  .indication__block--1 {
    margin-right: 0;
    width: 100%;
  }
  .indication__block--1 picture::after {
    top: 28.5%;
    left: 33.8%;
    width: 10px;
    height: 10px;
  }
  .indication__block--1 picture::before {
    top: 21.5%;
    left: 89.7%;
    width: 5px;
    height: 5px;
  }
  .indication__block--1 .indication__list {
    margin-top: -30px;
  }
  .indication__block_title {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    text-align: center;
    width: auto;
  }
  .indication__block_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indication__block img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .indication__list {
    display: block;
    padding: 0 17px;
    margin: 0;
    list-style: none;
  }
  .indication__list li {
    padding-left: 0;
    margin-bottom: 4px;
    font: normal normal normal 12px / 12px Acrom !important;
    color: #121212;
  }
  .indication__arrows {
    top: 290px;
    left: 5px;
    right: 5px;
    transform: translateY(0);
  }
  .indication__control_wrapper {
    display: flex;
    justify-content: center;
  }
  .indication__control {
    position: static;
    display: flex;
    margin-top: 17px;
    transform: translateX(0);
  }
}

@media (max-width: 574px) {
  .indication__block--1 .indication__block_title {
    width: auto;
  }
}

/*
*
*/
.params {
  margin-bottom: 112px;
}
.params__body {
  
}
.params__block_img {
  border-radius: 10px;
}
.params__col {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.params__col-2 {
  display: flex;
  flex-direction: column;
  flex: 2;
  margin-left: 10px;
  margin-right: 10px;
}
.params__row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.params__flow {
  flex: 1;
}
.params__block {
  padding: 24px;
  border-radius: 20px;
  background-color: white;
}
.params__block_big {
  padding: 0;
  margin: 0;
  font: normal normal bold 90px / 80px Acrom !important;
  color: #121212;
  white-space: nowrap;
}
.params__block_text {
  padding: 0;
  margin: 0;
}
.params__block--1 {
  flex: 1;
}
.params__block--1 p {
  padding: 0;
  margin-bottom: 0;
  margin-top: 18px;
  font: normal normal normal 20px / 22px Acrom !important;
  max-width: 400px;
}
.params__block--2 {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  align-items: flex-end;
}
.params__block--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%);
}
.params__block--2 > div {
  position: relative;
  z-index: 2;
}
.params__block--2 .params__block_text {
  position: absolute;
  left: 65%;
  padding: 0;
  margin: 0;
  z-index: 2;
  font: normal normal normal 20px / 22px Acrom !important;
  transform: rotate(-90deg) translate(-42px, 30px);
  transform-origin: left top;
  width: 172px;
}
.params__block--3 {
  margin-bottom: 20px;
}
.params__block--3 .params__block_text {
  padding: 0;
  margin: 0;
  font: normal normal bold 20px / 22px Acrom !important;
  color: #121212;
}
.params__block--4 .params__block_text {
  padding: 0;
  margin: 0;
  font: normal normal bold 20px / 22px Acrom !important;
  color: #121212;
  max-width: 270px;
}
.params__block--4 .params__block_description {
  padding: 0;
  margin-top: 4px;
  margin-bottom: 0;
  font: normal normal normal 16px / 18px Acrom !important;
  color: #121212;
}
.params__block--5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.params__block--5 > div {
  position: relative;
}
.params__block--5 span {
  padding: 0;
  margin: 0;
  font: normal normal bold 78px / 50px Acrom !important;
}
.params__block--5 .params__block_text {
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 14px / 14px Acrom !important;
  width: 120px;
  text-align: right;
}
.params__block--6 img {
  width: 42px;
}
.params__block--7 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.params__block--5 .params__block_big,
.params__block--7 .params__block_big,
.params__block--8 .params__block_big {
  font: normal normal bold 104px / 80px Acrom !important;
}
.params__block--7 .params__block_text {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px / 15px Acrom !important;
  color: #121212;
  transform: rotate(-90deg);
  width: 110px;
  text-align: right;
}
.params__block--8 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.params__block--8 span {
  padding: 0;
  margin: 0;
  font: normal normal normal 70px / 60px Acrom !important;
}
.params__content_s {
  display: none;
}
.params__content_b {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: stretch;
}

@media (max-width: 1400px) {
  .params__block--2 {
    padding-right: 80px;
  }
}

@media (max-width: 1100px) {
  .params__block_big,
  .params__block--5 .params__block_big,
  .params__block--7 .params__block_big,
  .params__block--8 .params__block_big {
    font: normal normal bold 55px / 50px Acrom !important;
  }
  .params__block--1 p {
    margin-top: 9px;
    font: normal normal normal 14px / 17px Acrom !important;
  }
  .params__block--2 {
    padding-right: 60px;
  }
  .params__block--2 .params__block_text {
    left: 71%;
    font: normal normal normal 12px / 12px Acrom !important;
    transform: rotate(-90deg) translate(-26px, 15px);
    width: 110px;
  }
  .params__block--2::after {
    font: normal normal normal 110px / 110px Acrom !important;
  }
  .params__block--3 .params__block_text {
    font: normal normal bold 16px / 16px Acrom !important;
  }
  .params__block--4 .params__block_text {
    font: normal normal bold 16px / 16px Acrom !important;
  }
  .params__block--5 > div {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .params__block--5 .params__block_text {
    position: static;
    font: normal normal normal 12px / 12px Acrom !important;
  }
  .params__block--8 span {
    font: normal normal normal 48px / 51px Acrom !important;
  }
}

@media (max-width: 992px) {
  .params__content_b {
    display: none;
  }
  .params__content_s {
    display: block;
  }
  .params__row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .params__block {
    padding: 10px;
    border-radius: 8px;
  }
  .params__block--1 {
    margin-bottom: 8px;
  }
  .params__block--1 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px !important;
  }
  .params__block--2 {
    margin-right: 8px;
    margin-bottom: 8px;
    justify-content: center;
  }
  .params__block--3 {
    margin-bottom: 8px;
  }
  .params__block--5 {
    margin-bottom: 8px;
  }
  .params__block--7 {
    flex: 1;
    margin-bottom: 8px;
    margin-right: 8px;
    flex-direction: column-reverse;
  }
  .params__block--7 .params__block_text {
    padding-left: 60px;
    margin-bottom: -14px;
    font: normal normal normal 12px / 12px Acrom !important;
    transform: rotate(0);
  }
  .params__block--8 {
    flex: 1;
    margin-top: 0;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .params {
    margin-bottom: 60px;
  }
  .params__block--3,
  .params__block--4 {
    padding: 16px 24px;
  }
  .params__block_big,
  .params__block--5 .params__block_big,
  .params__block--7 .params__block_big {
    font: normal normal bold 50px / 50px Acrom !important;
  }
  .params__block--5 span {
    font: normal normal bold 42px / 36px Acrom !important;
  }
  .params__block--7 {
    flex: 0;
    align-items: flex-start;
  }
  .params__block--7 .params__block_text {
    padding-left: 0;
  }
  .params__block--8 .params__block_big {
    font: normal normal bold 68px / 50px Acrom !important;
  }
}

/*
*
*/
.characteristics {  
  margin-bottom: 120px;
}
.characteristics__body {
  position: relative;
}
.characteristics__controls {
  position: relative;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.characteristics__blocks.fade {
  opacity: 0;
}
.characteristics__block.active {
  display: block;
}

.characteristics__control {
  display: flex;
  flex-direction: column;
  padding: 32px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 20px;
  height: 254px;
  width: calc(50% - 20px);
}
.characteristics__control:nth-child(3) .btn-1 {
  margin-top: 12px;
}

.characteristics__control > div {
  flex: 1;
}

.characteristics__control h2 {
  padding: 0;
  margin: 0 0 6px 0;
  font: normal normal 500 24px / 29px Acrom !important;
  color: #050505;
}

.characteristics__control p {
  padding: 0;
  margin: 0 0 16px 0;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #494949;
  min-height: 50px;
}

.characteristics__control .btn-1 {
  margin-top: 32px;
  max-width: none;
}

.characteristics__block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 16px;
  z-index: 2;
  background-color: white;
  border-radius: 20px;
}

.characteristics__block.active {
  display: block;
}
.characteristics__block > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.characteristics__block_text h2 {
  padding: 0 0 20px 0;
  margin: 0;
  font: normal normal normal 50px / 55px Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.characteristics__block_text h2 span {
  display: inline-block;
  font: normal normal normal 13px / 14px Acrom !important;
  max-width: 230px;
  text-transform: none;
}
.characteristics__block_text p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #121212;
}
.characteristics__block_text a {
  color: #717171;
  text-decoration: underline;
}
.characteristics__block_text a:hover {
  text-decoration: underline;
}
.characteristics__block_text .btn-1,
.characteristics__block_img .btn-1 {
  margin-top: 36px;
  width: 100%;
  max-width: none;
}
.characteristics__btn {
  display: none;
}
.characteristics__block_text .characteristics__btn {
  display: flex;
}

.characteristics__block--1 > div,
.characteristics__block--2 > div {
  align-items: flex-end;
}
.characteristics__block--1 .characteristics__block_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 80px;
  max-width: 400px;
  height: 100%;
}
.characteristics__block--1 .characteristics__block_img {
  margin-left: auto;
  margin-right: 80px;
  max-width: 560px;
}

.characteristics__block--2 .characteristics__block_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 80px;
  max-width: 650px;
  height: 100%;
}
.characteristics__block--2 .list,
.characteristics__block--2 .btn-1 {
  max-width: 400px;
}
.characteristics__block_text .list__li span {
  display: none;
}

.characteristics__block--3 .characteristics__block_text {
  margin-left: 80px;
  max-width: 400px;
}
.characteristics__block--3 .characteristics__block_img {
  display: flex;
  margin-left: 50px;
  align-items: center;
  width: 100%;
}
.characteristics__block--3 .characteristics__block_img img:nth-child(1) {
  width: 40%;
}
.characteristics__block--3 .characteristics__block_img img:nth-child(2) {
  width: 50%;
}
.characteristics__block--4 .characteristics__block_text {
  margin-left: 80px;
  width: 350px;
}
.characteristics__block--4 .characteristics__block_img {
  display: flex;
  margin-left: 50px;
  margin-right: 60px;
  align-items: flex-start;
  width: calc(100% - 490px);
}
.characteristics__block--4 .characteristics__block_img img {
  margin-left: 8px;
  width: auto;
}
.characteristics__block--4 .characteristics__block_img > img:nth-child(1) {
  width: 33%;
}

.characteristics__block--4 .characteristics__block_img picture img {
  width: 100%;
}
.characteristics__block_img p {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #2E2E2E;
}
.characteristics__block_img p.p--opacity {
  opacity: .6;
}
.characteristics__block_img-decription {
  display: flex;
}
.characteristics__block_img-decription p {
  white-space: nowrap;
}
.characteristics__block_img-decription p:nth-child(1) {
  width: 46.5%;
  min-width: 46.5%;
}
.characteristics__block_img--1 {
  width: 34%;
  margin-right: 10px;
}
.characteristics__block_img--2 {
  width: 65%;
}
.characteristics__block_img--1 img {
  margin-top: -30px;
  width: 100% !important;
}
.characteristics__block_img--2 .p--down {
  margin-bottom: 0;
  margin-top: -58px;
  margin-left: 27%;
  width: 270px;
}

.characteristics__videos {
  display: flex;
  align-items: stretch;
  margin-top: 60px;
}
.characteristics__video {
  position: relative;
  width: calc(50% - 10px);
}
.characteristics__video > div {
  border-radius: 20px;
  overflow: hidden;
}
.characteristics__video > p {
  margin: 8px 0 0 0;
  font: normal normal normal 20px / 24px Acrom !important;
  color: #121212;
}
.characteristics__video > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pages/lime2/icon-play.svg) no-repeat center;
  background-size: 62px;
  transition: .3s ease;
}
.characteristics__video > a:hover {
  background-size: 82px;
}
.characteristics__video_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.characteristics__video_title {
  margin: 0;
  font: normal normal bold 93px / 102px Acrom !important;
  color: #DEDEDE;
  text-align: right;
}
.characteristics__video_description {
  margin: 0 0px 32px 0;
  font: normal normal normal 48px / 52px Acrom !important;
  color: #DEDEDE;
  text-align: right;
  max-width: 320px;
  margin-left: auto;
}

@media (max-width: 1400px) {
  .characteristics__block--1 .characteristics__block_text,
  .characteristics__block--2 .characteristics__block_text,
  .characteristics__block--3 .characteristics__block_text {
    margin-left: 0;
  }
  .characteristics__block--1 .characteristics__block_img {
    margin-left: auto;
    margin-right: 0;
  }
  .characteristics__block--2 .list__select::before,
  .characteristics__block--2 .list__title::after,
  .characteristics__block--2 .list__title::before {
    display: none;
  }
  .characteristics__block--4 {
    padding-top: 40px;
  }
  .characteristics__block--4 .characteristics__block_img {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    flex: 1;
  }
  .characteristics__block--4 .characteristics__block_img img:nth-child(1) {
    max-width: 215px !important;
  }
  .characteristics__block--4 .characteristics__block_img img:nth-child(2) {
    max-width: 420px !important;
  }
  .characteristics__block--4 .characteristics__block_text {
    margin-left: 0;
    margin-right: auto;
  }
  .characteristics__block_img p {
    font: normal normal normal 16px / 20px Acrom !important;
  }
  .characteristics__block_img--2 .p--down {
    margin-top: -50px;
  }
}

@media (max-width: 1100px) {
  .characteristics__control h2 {
    margin: 0 0 4px 0;
    font: normal normal 500 18px / 22px Acrom !important;
  }
}

@media (max-width: 992px) {
  .characteristics {
    margin-bottom: 0;
  }
  .characteristics__block_text h2 {
    padding-bottom: 12px;
    font: normal normal 400 20px / 22px Acrom !important;
  }
  .characteristics__block_text .list__li {
    padding-bottom: 16px;
    font: normal normal normal 16px / 18px Acrom !important;
  }
  .characteristics__block--3 > div {
    padding-top: 40px;
    flex-direction: column;
  }
  .characteristics__block--3 .characteristics__block_img {
    margin-top: 40px;
    margin-left: 0;
  }
  .characteristics__block--3 .characteristics__block_img img:nth-child(1) {
    max-width: 220px !important;
  }
  .characteristics__block--3 .characteristics__block_img img:nth-child(2) {
    max-width: 250px !important;
  }
  .characteristics__block--3 .characteristics__block_text {
    margin-left: 0;
    margin-right: auto;
  }
  .characteristics__block--4  > div {
    flex-direction: column;
  }
  .characteristics__block--4 .characteristics__block_img {
    margin-left: 20px;
    margin-right: 20px;
  }
  .characteristics__block_img p {
    margin-bottom: 0;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .characteristics__block_img--1 img {
    margin-top: -20px;
  }
  .characteristics__block_img-decription {
    margin-left: 7px;
  }
  .characteristics__block_img--1 {
    width: 100%;
    max-width: 420px;
  }
  .characteristics__block_img--1 img,
  .characteristics__block_img--2 img {
    margin-left: 0;
  }
  .characteristics__block_img--2 {
    width: 100%;
    max-width: 420px;
  }
  .characteristics__block_img--2 .p--down {
    margin-top: -11%;
    margin-left: 26%;
  }
  .characteristics__block--4 .characteristics__block_img img:nth-child(2) {
    max-width: none !important;
  }

  .characteristics__video_title {
    font: normal normal bold 72px / 76px Acrom !important;
  }
  .characteristics__video_description {
    font: normal normal normal 32px / 36px Acrom !important;
  }
}

@media (max-width: 768px) {
  .characteristics {
    margin-bottom: 60px;
  }
  .characteristics__controls {
    margin-left: 0;
    margin-right: 0;
  }
  .characteristics__controls.fade {
    display: none;
  }
  .characteristics__control {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    height: auto;
    width: 100%;
  }

  .characteristics__block {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
  .characteristics__block > div {
    flex-direction: column;
    height: auto;
  }
  .characteristics__block_text {
    margin-bottom: 20px;
  }
  .characteristics__block_text .btn-1 {
    display: none;
  }
  .characteristics__btn {
    display: flex;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .characteristics__block_text .characteristics__btn {
    display: none;
  }

  .characteristics__block--1 .characteristics__block_img,
  .characteristics__block--2 .characteristics__block_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
  .characteristics__block--1 .characteristics__block_text {
    max-width: none;
  }
  
  .characteristics__block_text h2 span {
    display: block;
    max-width: none;
    color: #717171;
    text-transform: none;
  }
  .characteristics__block_text .list__title::before,
  .characteristics__block_text .list__title::after,
  .characteristics__block_text .list__select::before,
  .characteristics__block_text .list__select::after,
  .characteristics__block_text .list__li::after {
    display: none;
  }
  .characteristics__block_text .list__li {
    padding-left: 0;
  }
  .characteristics__block_text .list__li span {
    display: inline-block;
    margin-right: 4px;
  }
  .characteristics__block--2 .characteristics__block_text {
    margin-left: 0;
    margin-right: auto;
  }

  .characteristics__block--3 > div {
    padding-top: 0;
  }
  .characteristics__block--3 .characteristics__block_img {
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .characteristics__block--3 .characteristics__block_img img:nth-child(1) {
    margin-bottom: 20px;
    max-width: 400px !important;
    width: 100%;
  }
  .characteristics__block--3 .characteristics__block_img img:nth-child(2) {
    max-width: 400px !important;
    width: 100%;
  }
  .characteristics__block--3 .characteristics__btn {
    margin-top: 0;
  }
  .characteristics__block--4 .characteristics__block_text {
    margin-bottom: 0;
  }
  .characteristics__block--4 .characteristics__block_img {
    margin-top: 0;
    flex-direction: column;
  }
  .characteristics__block--4 .characteristics__block_img img:nth-child(1) {
    margin-bottom: 20px;
    max-width: 400px !important;
    width: 100%;
  }
  .characteristics__block--4 .characteristics__block_img img:nth-child(2) {
    max-width: 400px !important;
    width: 100%;
  }
  .characteristics__block--4 .characteristics__block_img img {
    margin-left: 0;
  }

  .characteristics__block_img--1 {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .characteristics__block_img--2 .p--down {
    margin-top: -6%;
  }

  .characteristics__video {
    width: 100%;
  }
  .characteristics__video > p {
    font: normal normal normal 16px / 19px Acrom !important;
  }
  .characteristics__video_text {
    display: none;
  }
}

@media (max-width: 500px) {
  .characteristics__body {
    margin-left: -16px;
    margin-right: -16px;
  }
  .characteristics__btn {
    max-width: none;
  }
  .characteristics__block_img--2 .p--down {
    margin-left: 30%;
    width: 160px;
  }
}

.sensor {
  margin-bottom: 130px;
}
.sensor__body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  border-radius: 32px;
  min-height: 852px;
}

.sensor__block_frost {
  display: flex;
  align-items: center;
  padding-right: 25px;
  border: 1px solid #252423;
  border-radius: 8px;
  width: 226px;
  font: normal normal normal 20px / 20px Acrom !important;
  color: #252423;
  transition: all .3s ease;
  overflow: hidden;
  text-decoration: none;
}
.sensor__block_frost > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  background-color: #252423;
}
.sensor__block_frost > div svg {
  stroke: white;
  width: 42px;
  height: 42px;
}
.sensor__block_frost:hover {
  background-color: #252423;
  color: white !important;
  text-decoration: none;
}

.sensor__blocks {
}
.sensor__block {
  display: none;
  padding-left: 108px;
  padding-right: 100px;
  height: 820px;
}
.sensor__block.active {
  display: block;
}
.sensor__block > div {
  position: relative;
}

.sensor__block_text {
  position: absolute;
  top: 90px;
  left: -30px;
  max-width: 400px;
}
.sensor__block_title {
  padding-bottom: 24px;
}
.sensor__block_title h2 {
  padding: 0;
  margin: 0;
  font: normal normal normal 50px / 55px Acrom !important;
  color: #121212;
  text-transform: uppercase;
}
.sensor__block_title p {
  padding: 0;
  margin: 0;
  font: normal normal normal 24px / 26px Acrom !important;
  color: #575656;
}

.sensor__block_text {
  position: absolute;
  top: 90px;
  left: -30px;
}

.sensor__block--1 .sensor__block_img {
  position: relative;
  padding-left: 100px;
  padding-bottom: 12px;
}
.sensor__block--1 .sensor__block_frost {
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 5;
}
.sensor__block--1 .sensor__block_p {
  position: absolute;
  color: white;
}
/* .sensor__block--1 .sensor__block_p--1 {
  top: 9%;
  left: 47%;
  font: normal normal normal 20px / 22px Acrom !important;
  transform: rotate(5deg);
}
.sensor__block--1 .sensor__block_p--2 {
  top: 16%;
  left: 51%;
  font: normal normal normal 18px / 20px Acrom !important;
  width: 96px;
}
.sensor__block--1 .sensor__block_p--3 {
  top: 16%;
  right: 10%;
  font: normal normal normal 18px / 20px Acrom !important;
  width: 155px;
}
.sensor__block--1 .sensor__block_p--4 {
  top: 15%;
  right: 1.8%;
  font: normal normal normal 18px / 20px Acrom !important;
  transform: rotate(5deg);
}
.sensor__block--1 .sensor__block_p--5 {
  top: 45%;
  right: 20%;
  font: normal normal normal 18px / 20px Acrom !important;
  transform: rotate(-90deg);
  width: 180px;
  text-align: center;
}
.sensor__block--1 .sensor__block_p--6 {
  top: 45%;
  right: 13%;
  font: normal normal normal 18px / 20px Acrom !important;
  transform: rotate(-90deg);
  width: 180px;
  text-align: center;
}
.sensor__block--1 .sensor__block_p--7 {
  top: 45%;
  right: -1%;
  font: normal normal normal 18px / 20px Acrom !important;
  transform: rotate(-90deg);
  width: 160px;
}
.sensor__block--1 .sensor__block_p--8 {
  bottom: 19%;
  right: 27%;
  font: normal normal normal 18px / 20px Acrom !important;
  width: 160px;
  text-align: center;
}
.sensor__block--1 .sensor__block_p--9 {
  bottom: 25%;
  right: 13%;
  font: normal normal normal 18px / 20px Acrom !important;
  width: 160px;
  text-align: right;
} */

.sensor__block--2 .sensor__block_img {
  position: relative;
  padding-top: 140px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 130px;
}
.sensor__block--2 .sensor__block_img2 {
  position: absolute;
  bottom: 23%;
  left: 0;
  width: 120px;
}
.sensor__block--2 .sensor__block_text {
  top: 70px;
  max-width: 320px;
}
.sensor__block--2 .sensor__block_frost {
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 5;
}
.sensor__block--2 .sensor__block_p {
  position: absolute;
  color: white;
}
.sensor__block--2 .sensor__block_p--1 {
  top: 15%;
  right: 47%;
  font: normal normal normal 18px / 20px Acrom !important;
}
.sensor__block--2 .sensor__block_p--2 {
  top: 15%;
  right: 8%;
  font: normal normal normal 18px / 20px Acrom !important;
}
.sensor__block--2 .sensor__block_p--3 {
  top: 29%;
  right: -2%;
  font: normal normal normal 16px / 18px Acrom !important;
  width: 160px;
}
.sensor__block--2 .sensor__block_p--4 {
  top: 52%;
  right: 26%;
  font: normal normal normal 16px / 18px Acrom !important;
  width: 160px;
}
.sensor__block--2 .sensor__block_p--5 {
  bottom: 23%;
  right: 35%;
  font: normal normal normal 16px / 18px Acrom !important;
  width: 200px;
}
.sensor__block--2 .sensor__block_p--6 {
  bottom: 35%;
  right: 6%;
  font: normal normal normal 16px / 18px Acrom !important;
  width: 200px;
  transform: rotate(5deg);
  text-align: center;
}
.sensor__block--2 .sensor__block_p--7 {
  bottom: 27%;
  right: 6%;
  font: normal normal normal 16px / 18px Acrom !important;
  width: 200px;
  transform: rotate(5deg);
  text-align: center;
}


.sensor__block .list__title::after {
  top: 14px;
  left: -15px;
  bottom: 32px;
}
.sensor__block .list__title::before {
  left: -29px;
  bottom: 6px;
  width: 14px;
}
.sensor__block .list__li {
  padding-left: 0;
}
.sensor__block .list__li::after {
  left: -41px;
}
.sensor__block .list__select::after {
  left: -45px;
}
.sensor__block .list__select::before {
  display: none;
}

.sensor__block_frost {
  position: absolute;
}

.sensor__arrows {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  height: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.sensor__arrows a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #7f7f7f;
  transition: all 0.3s ease;
}
.sensor__arrows a:hover {
  text-decoration: none;
}
.sensor__arrow svg {
  stroke: #7f7f7f;
  width: 8px;
  height: 13px;
  transition: all .3s ease;
}
.sensor__arrow:hover svg {
  stroke: white;
}
.sensor__arrow:hover {
  background-color: #252423;
  border: 2px solid #252423;
}
.sensor__arrow--left svg {
  transform: rotate(180deg);
}

.sensor__control {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  padding: 6px;
  border-radius: 24px;
  border: 1px solid #A9A9A9;
  justify-content: center;
  transform: translateX(-50%);
}
.sensor__control a {
  display: inline-block;
  padding: 0;
  margin-right: 37px;
  height: 32px;
  width: 32px;
  border: 1px solid #A9A9A9;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s ease;
}
.sensor__control a:hover {
  border-color: #121212;
}
.sensor__control a:last-child {
  margin-right: 0;
}
.sensor__control a:hover {
  text-decoration: none;
}
.sensor__control a.active {
  border-color: #121212;
  background-color: #121212;
}

.sensor__block_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -70px;
}
.sensor__block--3 {
  padding-top: 20px;
  padding-right: 100px;
}
.sensor__block--3 .sensor__block_title {
  width: 55%;
}
.sensor__block--3 .sensor__block_title p {
  font: normal normal normal 18px / 20px Acrom !important;
  color: #121212;
}
.sensor__block--3 .sensor__block_img {
  padding-top: 20px;
  padding-bottom: 130px;
}
.sensor__block_designations {
  display: flex;
  align-items: stretch;
  padding: 22px 12px 22px 50px;
  border: 1px solid #EBEBEB;
  border-radius: 22px;
}
.sensor__block_designation {
  position: relative; 
  padding-left: 30px;
  padding-right: 8px;
  font: normal normal normal 14px / 14px Acrom !important;
  color: #121212;
}
.sensor__block_designation::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
}
.sensor__block_designation--1,
.sensor__block_designation--2 {
  width: 130px;
}
.sensor__block_designation--3 {
  width: 240px;
}
.sensor__block_designation--1::before {
  background: url(../img/pages/lime2/sensor_3_icon_1.png) no-repeat center;
  background-size: auto 100%;
}
.sensor__block_designation--2::before {
  background: url(../img/pages/lime2/sensor_3_icon_2.png) no-repeat center;
  background-size: auto 100%;
}
.sensor__block_designation--3::before {
  background: url(../img/pages/lime2/sensor_3_icon_3.png) no-repeat center;
  background-size: auto 100%;
}
.sensor__block_img .sensor__block_designations {
  display: none;
}

@media (max-width: 1440px) {
  .sensor__body {
    min-height: 1006px;
  }

  .sensor__block {
    height: 900px;
  }
  .sensor__block > div {
    display: flex;
    flex-direction: column;
  }
  .sensor__block_text {
    position: static;
    max-width: 720px;
  }

  .sensor__block--1 .sensor__block_frost {
    position: static;
    margin-left: auto;
    margin-right: auto;
    order: 5;
  }
  .sensor__block--1 .sensor__block_img {
    padding-left: 0;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }
  .sensor__block--1 .sensor__block_p--1 {
    top: 9%;
    left: 39%;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--2 {
    top: 16%;
    left: 43%;
    font: normal normal normal 12px / 14px Acrom !important;
    width: 68px;
  }
  .sensor__block--1 .sensor__block_p--3 {
    top: 19%;
    right: 12%;
    font: normal normal normal 12px / 14px Acrom !important;
    width: 103px;
  }
  .sensor__block--1 .sensor__block_p--4 {
    top: 15%;
    right: 2.5%;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--5 {
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--6 {
    top: 45%;
    right: 12%;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--7 {
    top: 45%;
    right: -4%;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--8 {
    bottom: 17%;
    right: 34%;
    font: normal normal normal 12px / 14px Acrom !important;
    width: 90px;
  }
  .sensor__block--1 .sensor__block_p--9 {
    bottom: 25%;
    right: 15%;
    font: normal normal normal 12px / 14px Acrom !important;
    width: 100px;
  }

  .sensor__block--2 .sensor__block_frost {
    position: static;
    margin-left: auto;
    margin-right: auto;
    order: 5;
  }
  .sensor__block--2 .sensor__block_img {
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
  .sensor__block--2 .sensor__block_img2 {
    width: 100px;
  }
  .sensor__block--2 .sensor__block_p--1 {
    top: 8%;
    right: 56%;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--2 .sensor__block_p--2 {
    top: 8%;
    right: 9%;
    font: normal normal normal 12px / 14px Acrom !important;
  }
  .sensor__block--2 .sensor__block_p--3 {
    top: 25%;
    right: 3%;
    font: normal normal normal 10px / 12px Acrom !important;
    width: 80px;
  }
  .sensor__block--2 .sensor__block_p--4 {
    top: 55%;
    right: 33%;
    font: normal normal normal 12px / 14px Acrom !important;
    width: 110px;
  }
  .sensor__block--2 .sensor__block_p--5 {
    bottom: 16%;
    right: 43%;
    font: normal normal normal 12px / 14px Acrom !important;
    width: 150px;
  }
  .sensor__block--2 .sensor__block_p--6 {
    bottom: 30%;
    right: 11%;
    font: normal normal normal 10px / 12px Acrom !important;
    width: 110px;
  }
  .sensor__block--2 .sensor__block_p--7 {
    bottom: 21%;
    right: 11%;
    font: normal normal normal 10px / 12px Acrom !important;
    width: 110px;
  }
  .sensor__block--3 .sensor__block_img {
    padding-top: 60px;
  }

  .sensor__block_designations {
    flex-direction: column;
    padding: 14px 20px;
  }
  .sensor__block_designation {
    margin-bottom: 14px;
  }
  .sensor__block_designation--2::before {
    background-position: 3px;
  }

  .sensor__control_wrapper {
    display: flex;
    justify-content: center;
  }
  .sensor__control {
    position: static;
    margin-top: 20px;
    transform: translateX(0);
  }
}

@media (max-width: 992px) {
  .sensor__body {
    min-height: 908px;
  }

  .sensor__block {
    height: 850px;
  }

  .sensor__block--1 .sensor__block_img {
    width: 540px;
    transform: translateX(-60px);
  }
  .sensor__block--1 .sensor__block_p--3 {
    font: normal normal normal 10px / 11px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--4 {
    font: normal normal normal 9px / 11px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--5 {
    right: 17%;
  }
  .sensor__block--1 .sensor__block_p--6 {
    top: 45%;
    right: 7%;
  }
  .sensor__block--1 .sensor__block_p--7 {
    right: -7%;
  }
  .sensor__block--1 .sensor__block_p--8 {
    right: 32%;
    font: normal normal normal 10px / 11px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--9 {
    font: normal normal normal 9px / 10px Acrom !important;
  }

  .sensor__block--2 .sensor__block_img2 {
    position: static;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
  }
  .sensor__block--2 .sensor__block_img {
    width: 540px;
    transform: translateX(-60px);
  }

  .sensor__block--2 .sensor__block_p--1 {
    bottom: 57%;
    top: auto;
  }
  .sensor__block--2 .sensor__block_p--2 {
    bottom: 57%;
    top: auto;
  }
  .sensor__block--2 .sensor__block_p--3 {
    top: auto;
    bottom: 40%;
    right: 0%;
  }
  .sensor__block--2 .sensor__block_p--4 {
    top: auto;
    bottom: 22%;
    right: 28%;
    font: normal normal normal 10px / 12px Acrom !important;
  }
  .sensor__block--2 .sensor__block_p--5 {
    bottom: 11%;
    right: 35%;
    font: normal normal normal 10px / 12px Acrom !important;
  }
  .sensor__block--2 .sensor__block_p--6 {
    bottom: 20%;
    right: 8%;
    font: normal normal normal 9px / 10px Acrom !important;
  }
  .sensor__block--2 .sensor__block_p--7 {
    bottom: 14%;
    right: 8%;
    font: normal normal normal 9px / 10px Acrom !important;
  }

  .sensor__block--3 .sensor__block_title {
    width: auto;
  }
  .sensor__block--3 .sensor__block_img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sensor__block_header .sensor__block_designations {
    display: none;
  }
  .sensor__block_img .sensor__block_designations {
    margin-top: 60px;
    display: flex;
  }
  .sensor__block_designation--1,
  .sensor__block_designation--2,
  .sensor__block_designation--3 {
    width: auto;
  }
  .sensor__block_designation {
    height: 42px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .sensor {
    margin-bottom: 60px;
  }
  .sensor__body {
    min-height: 818px;
  }

  .sensor__block_frost {
    width: calc(100% - 25px);
    max-width: 410px;
  }
  .sensor__arrows {
    top: 20px;
    margin-left: auto;
    width: 96px;
  }

  .sensor__block {
    padding-left: 16px;
    padding-right: 16px;
    height: 710px;
  }
  .sensor__block .list__title::before,
  .sensor__block .list__title::after,
  .sensor__block .list__li::after,
  .sensor__block .list__select::after {
    display: none;
  }
  .sensor__block .list__li {
    padding-bottom: 8px;
    font: normal normal normal 16px / 18px Acrom !important;
  }

  .sensor__block_title h2 {
    margin-bottom: 12px;
    font: normal normal normal 32px / 36px Acrom !important;
  }
  .sensor__block_title p {
    font: normal normal normal 18px / 20px Acrom !important;
  }

  .sensor__block--1 .sensor__block_img {
    width: 520px;
    transform: translateX(-100px);
  }
  .sensor__block--1 .sensor__block_p--3 {
    right: 12%;
    width: 78px;
  }

  .sensor__block--2 .sensor__block_img {
    padding-top: 0;
    margin-top: -20px;
    max-width: 520px;
    transform: translateX(-85px);
    width: calc(100% + 120px);
  }
  .sensor__block_img2 {
    margin-left: calc(50% - 14px);
    width: 106px;
  }

  .sensor__block--3 {
    padding-top: 0;
  }
  .sensor__block--3 .sensor__block_title {
    padding-right: 130px;
  }
  .sensor__block--3 .sensor__block_title p {
    font: normal normal normal 16px / 18px Acrom !important;
  }
  .sensor__block_img .sensor__block_designations {
    margin-top: 40px;
  }

  .sensor__block_header {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .sensor__body {
    min-height: 788px;
  }

  .sensor__block {
    height: 720px;
    overflow: hidden;
  }
  
  .sensor__block--1 .sensor__block_img {
    width: calc(100% + 124px);
    max-width: 560px;
    transform: translateX(-100px);
  }

  .sensor__block--1 .sensor__block_p--1 {
    font: normal normal normal 9px / 10px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--2 {
    top: 20%;
    left: 39%;
    font: normal normal normal 9px / 10px Acrom !important;
  }
  .sensor__block--1 .sensor__block_p--3 {
    right: 10%;
    font: normal normal normal 9px / 10px Acrom !important;
    width: 68px;
  }
  .sensor__block--1 .sensor__block_p--5 {
    right: 19%;
    font: normal normal normal 9px / 10px Acrom !important;
    width: 120px;
  }
  .sensor__block--1 .sensor__block_p--6 {
    right: 12%;
    font: normal normal normal 9px / 10px Acrom !important;
    width: 100px;
  }
  .sensor__block--1 .sensor__block_p--7 {
    font: normal normal normal 9px / 10px Acrom !important;
    width: 110px;
  }

  .sensor__block--3 .sensor__block_title p {
    margin-right: -130px;
  }
}

/*
* library
*/
.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;
}

.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-top: 60px;
    padding-bottom: 60px;
  }

  .library__list {
    padding: 28px 20px 35px 20px;
  }
}

@media (max-width: 1100px) {
  .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: 340px;
  }

  .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: 340px;
    background-color: #F9F9F9;
  }

  .library__form::before,
  .library__form::after {
    background: none;
  }
}

@media (max-width: 768px) {
  .library {
    padding-bottom: 30px;
  }
}


#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: 20px;
  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: 1100px) {
  .form-control {
    background-color: white !important;
  }
}
