/* Внутренние стили */
html,
body,
p {
  padding: 0;
  margin: 0;
}
img {
  display: block;
  width: 100%;
}

@media (min-width: 1920px) {
  body .container {
    max-width: 1600px !important;
  }
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px !important;
}

@media (max-width: 1700px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1139px) {
  .container {
    max-width: 720px !important;
  }
}

@media (max-width: 719px) {
  .container {
    max-width: 450px !important;
  }
}

.body {
  background-color: #101414;
  overflow: hidden;
}
.laym.body {
  background-color: #ebeef5;
}
.iris.body {
  background-color: #272727;
}
.melissa.body,
.laurel.body {
  background-color: #f9f9f9;
}

.btn-1 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font: normal normal normal 18px/24px Acrom;
  color: white;
  height: 46px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border-radius: 23px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
a.btn-1 {
  font: normal normal normal 18px/45px Acrom;
}
a.btn-1:hover {
  text-decoration: none;
  color: #54ce0e;
}
button.btn-1:hover,
button.btn-1:active,
button.btn-1:focus,
a.btn-1:hover,
a.btn-1:active,
a.btn-1:focus {
  color: #54ce0e !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
button.btn-1:hover:after,
button.btn-1:active:after,
button.btn-1:focus:after,
a.btn-1:hover:after,
a.btn-1:active:after,
a.btn-1:focus:after {
  color: #54ce0e !important;
}
.btn-1--arrow::after {
  content: ">";
  position: absolute;
  top: 8px;
  right: 16px;
  font: normal normal 300 30px/30px Acrom;
  color: white;
  transition: color 0.3s ease;
}
.btn-1--down::after {
  content: ">";
  position: absolute;
  top: 12px;
  right: 16px;
  font: normal normal 300 24px/24px Acrom;
  transform: rotate(90deg);
  color: white;
}

.laym .btn-1 {
  color: black !important;
  background-color: #d4d7de !important;
}
.laym .btn-1--arrow::after {
  color: black !important;
}
.laym .btn-1--down::after {
  color: black !important;
}
.melissa .btn-1 {
  background-color: #797979 !important;
}
.laurel .btn-1 {
  color: black !important;
  border: 1px solid black !important;
  background-color: white !important;
}
.laurel .btn-1--arrow::after {
  color: black !important;
}
.laurel .btn-1--down::after {
  color: black !important;
}

.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 48px;
  background-image: url("../img/pages/main/play.png");
  background-size: 21px 24px;
  background-position: 55%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-video:hover {
  border-color: #54ce0e;
}

@media (max-width: 719px) {
  .btn-1 {
    padding: 0 30px;
    font: normal normal normal 15px/18px Acrom;
  }
  .btn-1--arrow::after {
    font: normal normal 300 18px/30px Acrom;
  }
}

/*
* Main
*/
.m__m {
  position: relative;
  height: 856px;
  z-index: 2;
}
.melissa .m__m {
  background-image: url("../img/pages/main/melissa-bcg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m__carousel {
  position: relative;
  height: 100%;
}
.m__carousel__array {
  position: absolute;
  top: 50%;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  font: normal normal normal 24px/29px Acrom;
  color: white;
  text-decoration: none;
  transform: translateY(calc(-50% - 120px));
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
  transition: all 0.3s ease;
}
.m__carousel__array:hover {
  color: #54ce0e;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.m__carousel__array--left {
  left: -24px;
}
.m__carousel__array--right {
  right: -24px;
}

.laym .m__carousel__array {
  color: black;
  background-color: #d4d7de;
}
.melissa .m__carousel__array {
  background-color: #bebebe;
}
.laurel .m__carousel__array {
  color: black;
  background-color: transparent;
  border: 1px solid black;
}

.m__altey {
  background-image: url("../img/pages/main/altey-main.jpg");
  background-size: auto 117%;
  -o-background-size: auto 117%;
  -webkit-background-size: auto 117%;
  background-position: 45% 20%;
}
.m__iris__circle-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.m__altey__circle-2,
.m__iris__circle-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.m__altey__circle-3,
.m__iris__circle-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1420px;
  height: 1420px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.m__iris__line-1 {
  position: absolute;
  left: 37%;
  top: 38%;
  width: 560px;
  height: 1px;
  transform: rotate(-55deg);
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.m__laurel__square-1 {
  position: absolute;
  right: 55%;
  top: 0;
  width: 5000px;
  height: 580px;
  background-color: #f6f6f6;
  z-index: 2;
}

.m__altey__content,
.m__laym__content,
.m__iris__content,
.m__melissa__content,
.m__laurel__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  z-index: 3;
}
.m__altey__text,
.m__laym__text,
.m__iris__text,
.m__melissa__text,
.m__laurel__text {
  position: relative;
  margin-left: 100px;
  z-index: 2;
}
.m__altey__text_version {
  position: absolute;
  top: -40px;
  left: 340px;
  font: normal normal normal 300px/381px Bicubik;
  letter-spacing: 30px;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
.m__altey__text_undertitle,
.m__laym__text_undertitle,
.m__iris__text_undertitle,
.m__melissa__text_undertitle,
.m__laurel__text_undertitle {
  position: relative;
  padding: 0;
  margin: 0 0 51px 0;
  font: normal normal normal 24px/29px Acrom;
  color: white;
  z-index: 2;
}
.m__melissa__text_undertitle,
.m__laurel__text_undertitle {
  color: black;
}
.m__laym__text_undertitle {
  color: #212222;
}

.m__altey__text_title {
  margin-bottom: 40px;
  height: 76px;
  width: 405px;
}
.m__laym__text_title {
  padding: 0;
  margin: 32px 0 18px 0;
  font: normal normal 300 110px/100px Acrom !important;
  color: #212222;
}
.m__iris__text_title {
  padding: 0;
  margin: 0 0 18px 0;
  font: normal normal normal 110px/110px Bicubik !important;
  color: white;
}
.m__melissa__text_title {
  padding: 0;
  margin: 0 0 28px 0;
  font: normal normal normal 100px/100px Comfortaa !important;
  color: #7d7d7d;
}
.m__laurel__text_title {
  padding: 0;
  margin: 0 0 28px 0;
  font: normal normal 300 100px/100px Segoe UI !important;
  letter-spacing: 15px;
  color: #7d7d7d;
}
.m__altey__text_description,
.m__laym__text_description,
.m__iris__text_description,
.m__melissa__text_description,
.m__laurel__text_description {
  margin-bottom: 40px;
  font: normal normal normal 24px/29px Acrom;
  color: white;
}
.m__melissa__text_description,
.m__laurel__text_description {
  color: black;
}
.m__laym__text_description {
  color: #212222;
}

.m__laym__text_label {
  position: absolute;
  left: 100px;
  bottom: 40px;
  font: normal normal normal 14px/17px Acrom;
  color: #212222;
  z-index: 2;
}
.m__iris__text_label {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.m__melissa__text_label {
  position: absolute;
  left: 100px;
  bottom: 40px;
  font: normal normal normal 14px/17px Acrom;
  color: black;
}
.m__laurel__text_label {
  position: absolute;
  left: 100px;
  bottom: 40px;
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: black;
}

.m__iris__text_number {
  padding: 0;
  margin: 0 5px 0 0;
  font: normal normal bold 100px/120px Acrom;
  color: black;
}
.m__iris__text_black {
  padding: 0;
  margin: 0;
  font: normal normal normal 24px/29px Acrom;
  color: black;
}
.m__iris__text_white {
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom;
  color: white;
}

.m__laym__img {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 80%;
  z-index: 1;
}
.m__iris__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
}
.m__melissa__img {
  position: absolute;
  top: 70%;
  left: 47%;
  width: 50%;
  transform: translate(0%, -50%);
}
.m__laurel__img {
  position: absolute;
  top: 70%;
  left: 54%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* .m__laurel__img_label {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 1;
} */
.m__laurel__label {
  position: absolute;
  top: 70px;
  right: 0;
  padding: 0;
  margin: 0;
  width: 30%;
  font: normal normal normal 210px/200px Bicubik;
  color: #e0e0e0;
}
.m__laurel__label::after {
  content: "";
  position: absolute;
  bottom: 180px;
  right: 219px;
  width: 22px;
  height: 140px;
  background-color: #e0e0e0;
}
.m__laurel__label::before {
  content: "";
  position: absolute;
  bottom: 180px;
  left: 74px;
  width: 22px;
  height: 140px;
  background-color: #e0e0e0;
}

.m__iris__text-bcg {
  position: absolute;
  top: 23%;
  left: 25%;
  padding: 0;
  margin: 0;
  font: normal normal bold 90px/90px Acrom;
  color: #343434;
  text-transform: uppercase;
  transform: rotate(-55deg);
}

.m__laym__img_text {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 170px;
  z-index: 2;
}

.m__altey__blocks,
.m__laym__blocks,
.m__melissa__blocks,
.m__laurel__blocks {
  position: relative;
  display: flex;
  height: 256px;
  z-index: 3;
}
.m__iris__number {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  height: 256px;
  width: 800px;
  z-index: 2;
}
.m__iris__number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  height: 1px;
  width: 2000px;
  background-color: rgba(255, 255, 255, 0.4);
}
.m__iris__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  height: 1px;
  width: 2000px;
  background-color: rgba(255, 255, 255, 0.4);
}
.m__iris__number > img {
  width: auto;
}
.m__iris__number_link,
.m__iris__number > div {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.m__iris__number_link:hover {
  text-decoration: none;
}
.m__iris__number_link > img {
  transition: all 0.3s ease;
}
.m__iris__number_link:hover > img {
  transform: translateY(-4px);
}
.m__iris__number_line-1 {
  position: absolute;
  top: 42px;
  left: 27%;
  right: 0;
  height: 1px;
  background-color: #d4d4d4;
}
.m__iris__number_line-2 {
  position: absolute;
  bottom: 27px;
  left: 5%;
  right: 0;
  height: 1px;
  background-color: #d4d4d4;
}

.m__altey__blocks {
  margin-left: -7px;
  margin-right: -7px;
}
.m__laym__blocks {
  margin-left: -16px;
  margin-right: -16px;
}
.m__melissa__blocks,
.m__laurel__blocks {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(50% + 14px);
}

.m__altey__blocks > div {
  margin-left: 7px;
  margin-right: 7px;
}

.m__laym__blocks > div {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(50% - 32px);
  border-radius: 20px;
}
.m__melissa__blocks > div,
.m__laurel__blocks > div {
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 20px;
}

.m__altey__block-1 {
  position: relative;
  width: calc(50% - 14px);
  background: transparent
    linear-gradient(0deg, #000000 0%, #000000d6 43%, #00000000 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 20px;
}
.m__altey__block-1 > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.m__altey__block-1_text {
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 15%;
  right: 3.45%;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}
.m__altey__block-1_left h4 {
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom;
  color: white;
}
.m__altey__block-1_left p {
  padding: 0;
  margin-bottom: 12px;
  font: normal normal normal 24px/29px Acrom;
  color: white;
}
.m__altey__block-1_left a {
  font: normal normal normal 14px/17px Acrom;
  text-decoration: underline;
  color: white;
  transition: color 0.3s ease;
}
.m__altey__block-1_left a:hover {
  color: #54ce0e;
}
.m__altey__block-1_right {
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.m__altey__block-1_right p {
  padding: 0;
  margin: 0 9px 0 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}

.m__altey__block-2,
.m__altey__block-3,
.m__altey__block-4 {
  position: relative;
  width: calc(16.66% - 14px);
  border-radius: 21px;
  background-color: white;
  overflow: hidden;
}

.m__altey__block-2 > img,
.m__altey__block-3 > img,
.m__altey__block-4 > img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}

.m__altey__block-2 > p,
.m__altey__block-3 > p,
.m__altey__block-4 > p {
  position: absolute;
  top: 16px;
  left: 16px;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.m__altey__block-4 > p {
  left: auto;
  right: 16px;
  text-align: right;
}
.m__altey__block-2_text,
.m__altey__block-3_text,
.m__altey__block-4_text {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: flex;
  padding: 0 16px 10px 16px;
  align-items: flex-end;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}
.m__altey__block-2_left,
.m__altey__block-3_left,
.m__altey__block-4_left {
  padding-top: 20px;
}
.m__altey__block-2_left > p,
.m__altey__block-3_left > p,
.m__altey__block-4_left > p {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.m__altey__block-2_left > a,
.m__altey__block-3_left > a,
.m__altey__block-4_left > a {
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.m__altey__block-2_left > a:hover,
.m__altey__block-3_left > a:hover,
.m__altey__block-4_left > a:hover {
  color: #54ce0e;
}
.m__altey__block-2_right > p,
.m__altey__block-3_right > p,
.m__altey__block-4_right > p {
  padding: 0;
  margin: 0;
}

.m__altey__block-2_right a,
.m__altey__block-3_right a,
.m__altey__block-4_right a {
  display: block;
  padding: 0;
  margin: 0;
  text-align: right;
  text-decoration: underline;
  font: normal normal normal 14px/30px Acrom;
  color: white;
  transition: all 0.3s ease;
}
.m__altey__block-2_right a:hover,
.m__altey__block-3_right a:hover,
.m__altey__block-4_right a:hover {
  color: #54ce0e;
}

.m__laym__block-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url("../img/pages/main/laym-1.png");
  background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-position: center 34%;
  background-color: white;
}
.m__laym__block-1_left {
  position: relative;
  padding: 0 20px;
  z-index: 2;
}
.m__laym__block-1_left > p {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: black;
}
.m__laym__block-1_right {
  display: flex;
  padding: 10px 20px 40px 20px;
  position: relative;
  justify-content: flex-end;
  z-index: 2;
}

.m__laym__block-2 {
  position: relative;
  background-color: #000000;
}
.m__laym__block-2 > div {
  height: 100%;
  overflow: hidden;
}
.m__laym__block-2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67%;
}
.m__laym__block-2 a {
  display: inline-block;
  padding: 20px 0 0 20px;
  margin: 0;
  font: normal normal normal 80px/96px Acrom !important;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.m__laym__block-2 a:hover {
  color: #54ce0e;
  text-decoration: none;
}
.m__laym__block-2_text {
  padding: 0 0 10px 20px;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.m__laym__block-2_label {
  padding: 0;
  margin: 0;
  font: normal normal bold 130px/100px Acrom;
  color: white;
  transform: translateY(30px);
}

.m__melissa__block-1 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d4d4d4;
  width: calc(66.66% - 14px);
}
.m__melissa__block-1_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64%;
}
.m__melissa__block-1_right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  max-width: 150px;
}
.m__melissa__block-1_right h3 {
  padding: 0;
  margin: 0 0 6px 0;
  font: normal normal bold 40px/48px Acrom !important;
  color: black;
}
.m__melissa__block-1_right p {
  padding: 0;
  margin: 0px 0 16px 0;
  font: normal normal normal 14px/17px Acrom;
  color: black;
}
.m__melissa__block-1_right a {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  text-decoration: underline;
  color: black;
  transition: color 0.3s ease;
}
.m__melissa__block-1_right a:hover {
  color: #54ce0e;
}
.m__melissa__block-2,
.m__laurel__block-2 {
  position: relative;
  width: calc(33.33% - 14px);
  background-color: grey;
  background-image: url("../img/pages/main/repey-1.jpg");
  background-size: cover;
  background-position: center;
}
.m__melissa__block-2 > p,
.m__laurel__block-2 > p {
  position: absolute;
  top: 16px;
  left: 16px;
  font: normal normal normal 14px/17px Acrom;
  color: black;
}
.m__melissa__block-2_text,
.m__laurel__block-2_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 16px 10px 16px;
  align-items: flex-end;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.m__melissa__block-2_left,
.m__laurel__block-2_left {
  padding-top: 20px;
}
.m__melissa__block-2_left > p,
.m__laurel__block-2_left > p {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.m__melissa__block-2_left > a,
.m__laurel__block-2_left > a {
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom !important;
  color: white;
  transition: all 0.3s ease;
}
.m__melissa__block-2_left > a:hover,
.m__laurel__block-2_left > a:hover {
  color: #54ce0e;
  text-decoration: none;
}

.m__laurel__block-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url("../img/pages/main/sopt-1.jpg");
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: calc(66.66% - 14px);
}
.m__laurel__block-1_title {
  display: flex;
  margin-right: 20px;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-end;
}
.m__laurel__block-1_title > h3 {
  padding: 0;
  margin: 0 0 12px 0;
  font: normal normal bold 80px/96px Acrom !important;
  color: black;
}
.m__laurel__block-1_row {
  display: flex;
  padding: 0 20px 20px 20px;
  align-items: flex-end;
}
.m__laurel__block-1_col-1 > p {
  padding: 0;
  margin: 0 0 4px 0;
  font: normal normal normal 24px/29px Acrom;
  color: white;
}
.m__laurel__block-1_col-1 > a {
  font: normal normal normal 14px/17px Acrom;
  text-decoration: underline;
  color: white;
  transition: color 0.3s ease;
}
.m__laurel__block-1_col-2 > p {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  text-align: right;
  text-decoration: underline;
  color: white;
  white-space: nowrap;
}
.m__laurel__block-1_col-2 a {
  font: normal normal normal 14px/17px Acrom;
  text-align: right;
  text-decoration: underline;
  color: white;
  transition: all 0.3s ease;
}
.m__laurel__block-1_col-2 a:hover {
  color: #54ce0e;
  text-decoration: underline;
}

.m__laurel,
.m__laym,
.m__iris,
.m__melissa,
.m__altey {
  display: none;
  height: 100%;
}

.m__laurel > div,
.m__laym > div,
.m__iris > div,
.m__melissa > div,
.m__altey > div {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}

/* .m__altey,
.m__laym,
.m__iris,
.m__melissa,
.m__laurel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
} */

/* .m__laurel,
.m__laym,
.m__iris,
.m__melissa,
.laym .m__altey,
.iris .m__altey,
.melissa .m__altey,
.laurel .m__altey {
  display: none;
}

.laym .m__laym,
.iris .m__iris,
.melissa .m__melissa,
.laurel .m__laurel {
  display: flex;
} */

@media (max-width: 1920px) {
  .m__laurel__label::after {
    right: 230px;
  }
}

@media (max-width: 1700px) {
  .m__altey {
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 20%;
  }
  .m__laym__img {
    top: 32%;
    right: 3%;
  }
  .m__laurel__img {
    top: 74%;
    left: 64%;
  }
  .m__iris__text-bcg {
    top: 30%;
    left: 30%;
    font: normal normal bold 70px/70px Acrom;
  }

  .m__melissa__blocks,
  .m__laurel__blocks {
    width: calc(75% + 14px);
  }
  .m__laurel__label::after {
    right: 80px;
  }
  .m__altey__block-1_text {
    left: 20px;
  }
  .m__altey__block-1 {
    width: calc(40% - 14px);
  }
  .m__altey__block-1_left {
    width: 52%;
  }
  .m__altey__block-1_left h4 {
    font: normal normal bold 32px/36px Acrom;
  }
  .m__altey__block-1_right {
    width: 48%;
  }
  .m__laym__block-2_label {
    font: normal normal bold 92px/92px Acrom;
    transform: translateY(42px);
  }
  .m__altey__block-2,
  .m__altey__block-3,
  .m__altey__block-4 {
    width: calc(20% - 14px);
  }
  .m__altey__block-2_left > a,
  .m__altey__block-3_left > a,
  .m__altey__block-4_left > a {
    font: normal normal bold 27px/32px Acrom;
  }
  .m__altey__text_version {
    font: normal normal normal 190px/320px Bicubik;
  }
  .m__melissa__block-1_left {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .m__carousel__array--left {
    left: 0;
  }
  .m__carousel__array--right {
    right: 0;
  }
}

@media (max-width: 1139px) {
  .m__altey {
    background-size: 200% auto;
    -o-background-size: 200% auto;
    -webkit-background-size: 200% auto;
    background-position: 50% 60%;
    background-repeat: no-repeat;
  }
  .m__altey__circle-2,
  .m__iris__circle-2 {
    width: 600px;
    height: 600px;
  }
  .m__altey__circle-3,
  .m__iris__circle-3 {
    width: 800px;
    height: 800px;
  }

  .m__iris__img {
    width: 120%;
  }
  .m__iris__text-bcg {
    top: 45%;
    left: 34%;
    font: normal normal bold 40px/40px Acrom;
  }
  .m__laym__img {
    top: 49%;
    right: -14%;
    width: 90%;
  }
  .m__laym__img_text {
    right: -8%;
    width: 140px;
  }
  .m__laurel__img {
    top: 54%;
    left: 65%;
    width: 60%;
  }
  /* .m__laurel__img_label {
    top: 70px;
    right: -70px;
    font: normal normal normal 130px/120px Bicubik;
  } */
  .m__laurel__label {
    font: normal normal normal 130px/120px Bicubik;
  }
  .m__laurel__label::after {
    bottom: 110px;
    right: 51px;
    width: 14px;
    height: 80px;
  }
  .m__laurel__label::before {
    bottom: 110px;
    left: 43px;
    width: 14px;
    height: 80px;
  }
  .m__melissa__blocks,
  .m__laurel__blocks {
    width: calc(100% + 14px);
  }

  .m__altey__text_undertitle,
  .m__laym__text_undertitle,
  .m__iris__text_undertitle,
  .m__melissa__text_undertitle,
  .m__laurel__text_undertitle {
    margin: 0 0 40px 0;
    font: normal normal normal 21px/27px Acrom;
  }
  .m__altey__text,
  .m__laym__text,
  .m__iris__text,
  .m__melissa__text,
  .m__laurel__text {
    margin-left: 60px;
    z-index: 3;
  }
  .m__altey__text_version {
    top: -40px;
    left: 220px;
    font: normal normal normal 140px/260px Bicubik;
  }

  .m__altey__text_title {
    margin-bottom: 30px;
    height: 50px;
    width: 270px;
  }
  .m__laurel__text_title {
    margin: 0 0 20px 0;
    font: normal normal 300 60px/70px Segoe UI !important;
  }
  .m__altey__text_description,
  .m__laym__text_description,
  .m__iris__text_description,
  .m__melissa__text_description,
  .m__laurel__text_description {
    font: normal normal normal 21px/27px Acrom;
    max-width: 320px;
  }

  .m__laym__text_label {
    left: 60px;
  }
  .m__laurel__text_label {
    left: 60px;
    max-width: 300px;
    z-index: 3;
  }

  .m__iris__text_number {
    font: normal normal bold 60px/80px Acrom;
  }
  .m__iris__text_black {
    font: normal normal normal 18px/21px Acrom;
  }
  .m__iris__text_white {
    font: normal normal bold 32px/36px Acrom;
  }

  .m__altey__blocks {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .m__altey__blocks > div {
    display: flex;
    align-items: center;
    height: 50%;
  }
  .m__altey__block-1 {
    margin-bottom: 12px;
    width: calc(50% - 14px);
  }
  .m__altey__block-1_text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .m__altey__block-1_left h4 {
    font: normal normal bold 24px/30px Acrom;
  }
  .m__altey__block-1_left p {
    margin-bottom: 8px;
    font: normal normal normal 14px/16px Acrom;
  }
  .m__altey__block-2,
  .m__altey__block-3,
  .m__altey__block-4 {
    width: calc(40% - 14px);
  }
  .m__altey__block-2::before,
  .m__altey__block-3::before,
  .m__altey__block-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .m__altey__block-2_left > a,
  .m__altey__block-3_left > a,
  .m__altey__block-4_left > a {
    font: normal normal bold 18px/22px Acrom;
  }
  .m__altey__block-2_right > p,
  .m__altey__block-3_right > p,
  .m__altey__block-4_right > p {
    font: normal normal normal 12px/20px Acrom;
  }
  .m__altey__block-2 > img,
  .m__altey__block-3 > img,
  .m__altey__block-4 > img {
    height: auto;
    width: 100%;
  }
  .m__altey__block-2 > p,
  .m__altey__block-3 > p,
  .m__altey__block-4 > p {
    top: 10px;
    left: 10px;
    font: normal normal normal 12px/14px Acrom;
  }
  .m__iris__number {
    width: 520px;
  }
  .m__iris__number_line-1 {
    top: 72px;
  }
  .m__iris__number_line-2 {
    bottom: 62px;
  }

  .m__laym__block-1 {
    background-repeat: no-repeat;
  }
  .m__laym__block-1 {
    background-size: 120% auto;
    -o-background-size: 120% auto;
    -webkit-background-size: 120% auto;
    background-position: 9% -19%;
  }
  .m__laym__block-2_label {
    font: normal normal bold 60px/60px Acrom;
    transform: translateY(112px);
  }
  .m__laym__block-2 img {
    width: 80%;
  }
  .m__laym__block-2 h3 {
    padding: 10px 0 0 10px;
    font: normal normal normal 60px/60px Acrom !important;
  }
  .m__laym__block-2_text {
    padding: 0 0 10px 10px;
  }

  .m__laurel__block-1_title > h3 {
    margin: 0 0 8px 0;
    font: normal normal bold 48px/56px Acrom !important;
  }
  .m__laurel__block-1_col-1 > p {
    font: normal normal normal 18px/24px Acrom;
  }
  .m__melissa__block-2_left > p,
  .m__laurel__block-2_left > p {
    font: normal normal normal 12px/14px Acrom;
  }
  .m__melissa__block-2_left > a,
  .m__laurel__block-2_left > a {
    font: normal normal bold 27px/32px Acrom !important;
  }
}

@media (max-width: 719px) {
  .m__m {
    height: auto;
  }
  .m__altey {
    margin-left: -14px;
    margin-right: -14px;
    background-image: url("../img/pages/main/altey-main-m.jpg");
    background-position: 105% 5%;
    background-size: 110% auto;
    -o-background-size: 110% auto;
    -webkit-background-size: 110% auto;
  }
  .m__laym,
  .m__iris {
    margin-left: -14px;
    margin-right: -14px;
  }

  .m__altey__text_version {
    top: -70px;
    left: 110px;
    font: normal normal normal 100px/180px Bicubik;
  }

  .m__altey__content,
  .m__laym__content,
  .m__iris__content,
  .m__melissa__content,
  .m__laurel__content {
    padding-left: 14px;
    padding-right: 14px;
    height: 560px;
  }
  .m__carousel__array {
    top: 400px;
  }
  .m__altey__text,
  .m__laym__text,
  .m__iris__text,
  .m__melissa__text,
  .m__laurel__text {
    position: relative;
    display: flex;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-left: 0;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: calc(100% - 70px);
  }

  .m__altey__text_btn,
  .m__laym__text_btn,
  .m__iris__text_btn,
  .m__melissa__text_btn,
  .m__laurel__text_btn {
    display: flex;
    padding-top: 140px;
    justify-content: center;
  }

  .m__melissa__text_label {
    left: 0;
    max-width: 220px;
    padding: 0;
    margin: 0;
    bottom: 140px;
  }

  .m__laurel__text_label {
    left: 0;
    bottom: 140px;
    max-width: 360px;
  }
  .m__laurel__label::before {
    right: auto;
    left: 77px;
  }

  .m__laym__img_text {
    right: 0%;
    width: 70px;
  }
  .m__laurel__img {
    top: 48%;
    left: 60%;
    width: 80%;
  }
  .m__laym__img {
    top: 18%;
    right: -34%;
    width: 150%;
  }
  .m__iris__img {
    top: 40%;
    left: 20%;
    width: 190%;
  }
  .m__iris__text-bcg {
    top: 17%;
    left: -6%;
  }
  .m__melissa__img {
    top: 44%;
    left: 35%;
    width: 80%;
  }

  .m__laym__text_label {
    bottom: 138px;
    left: 14px;
    right: 14px;
  }
  /* .m__laurel__img_label {
    top: 24%;
    right: -40%;
    width: 60%;
  } */
  .m__laurel__label {
    top: 70px;
    right: -10px;
    width: 110px;
    font: normal normal normal 70px/70px Bicubik;
  }
  .m__laurel__label::after {
    bottom: 60px;
    left: 24px;
    width: 7px;
    height: 50px;
  }
  .m__laurel__label::before {
    bottom: 60px;
    right: 26px;
    width: 7px;
    height: 50px;
  }
  .m__iris__text_label {
    position: absolute;
    margin-top: 0;
    transform: translateY(0px);
    bottom: 120px;
  }
  .m__iris__text_black {
    color: white;
    font: normal normal normal 14px/18px Acrom;
  }
  .m__iris__text_number {
    color: white;
    font: normal normal bold 42px/48px Acrom;
  }
  .m__iris__text_white {
    font: normal normal bold 21px/27px Acrom;
  }

  .m__altey__text_undertitle,
  .m__laym__text_undertitle,
  .m__iris__text_undertitle,
  .m__melissa__text_undertitle,
  .m__laurel__text_undertitle {
    margin: 0px 0 20px 0;
    font: normal normal normal 18px/22px Acrom;
  }

  .m__laurel__text_title {
    margin: 0 0 10px 0;
    font: normal normal 300 42px/48px Segoe UI !important;
  }
  .m__altey__text_title {
    margin-bottom: 0px;
    position: absolute;
    bottom: 135px;
    right: 65px;
    height: 34px;
    width: 180px;
  }
  .m__laym__text_title {
    margin-top: 0;
    margin-bottom: 4px;
    font: normal normal 300 52px/60px Acrom !important;
  }
  .m__iris__text_title {
    padding: 0;
    margin: 0 0 18px 0;
    font: normal normal normal 52px/60px Bicubik !important;
  }
  .m__melissa__text_title {
    font: normal normal normal 50px/60px Comfortaa !important;
  }

  .m__melissa__text_description,
  .m__laurel__text_description {
    font: normal normal normal 18px/22px Acrom !important;
    max-width: 320px;
  }
  .m__altey__text_description,
  .m__laym__text_description,
  .m__iris__text_description {
    font: normal normal normal 18px/22px Acrom;
    max-width: 170px;
  }

  .m__altey__blocks,
  .m__laym__blocks,
  .m__melissa__blocks,
  .m__laurel__blocks {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
    height: auto;
    width: auto;
  }

  .m__melissa__blocks,
  .m__laurel__blocks {
    margin-left: 0;
    margin-right: 0;
  }
  .m__iris__number {
    height: 68px;
    width: 270px;
  }
  .m__iris__number_line-1 {
    top: 5px;
  }
  .m__iris__number_line-2 {
    bottom: 0;
  }

  .m__laym__blocks > div {
    margin-bottom: 12px;
    width: calc(100% - 32px);
  }
  .m__altey__blocks > div {
    margin-bottom: 12px;
    height: 160px;
  }
  .m__melissa__blocks > div,
  .m__laurel__blocks > div {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .m__altey__block-1,
  .m__altey__block-2,
  .m__altey__block-3,
  .m__altey__block-4 {
    width: calc(100% - 14px);
  }
  .m__laurel__block-1,
  .m__laurel__block-2,
  .m__melissa__block-2 {
    height: 220px;
    width: 100%;
  }
  .m__melissa__block-1 {
    height: 160px;
    width: 100%;
  }

  .m__altey__block-1_text {
    flex-direction: column;
    align-items: flex-start;
  }
  .m__altey__block-1_right {
    width: 100%;
    justify-content: flex-end;
  }
  .m__laym__block-1_left > p {
    padding: 20px 0 0 0;
  }
  .m__laym__block-1_right {
    padding: 10px 20px 10px 20px;
  }
  .m__laym__block-2 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .m__laym__block-2 img {
    bottom: 20px;
    width: 70%;
  }
  .m__laym__block-2 h3 {
    padding: 10px 0 0 10px;
    font: normal normal normal 32px/50px Acrom !important;
  }
  .m__melissa__block-1_right h3 {
    font: normal normal bold 32px/38px Acrom !important;
  }
  .m__laym__block-2_text {
    font: normal normal normal 12px/17px Acrom !important;
    max-width: 130px;
  }
  .m__laurel__block-1_title > h3 {
    font: normal normal bold 32px/38px Acrom !important;
  }
  .m__laurel__block-1_col-1 > p {
    font: normal normal normal 14px/17px Acrom;
  }
  .m__laurel__block-1_col-2 > p,
  .m__laurel__block-1_col-1 > a {
    font: normal normal normal 12px/14px Acrom;
  }
  .m__melissa__block-1_right p {
    font: normal normal normal 12px/14px Acrom;
    max-width: 120px;
  }
}

/*
* m__about
*/
.m__about {
  padding-top: 80px;
  margin-bottom: 70px;
}
.m__about__body {
  display: flex;
  align-items: center;
}
.m__about__description {
  position: relative;
  display: flex;
  align-items: center;
  width: 60%;
  z-index: 2;
}
.m__about__img {
  width: 38%;
}
.m__about__text {
  margin-left: 20px;
  width: 40%;
}
.m__about__text > p {
  padding: 0;
  margin: 0 0 20px 0;
  font: normal normal normal 14px/18px Acrom;
  color: white;
}
.laym .m__about__text > p,
.melissa .m__about__text > p,
.laurel .m__about__text > p {
  color: #212222;
}
.m__about__text > p strong {
  font: normal normal bold 24px/28px Acrom;
}
.m__about__text > p b {
  font-weight: bold;
}
.m__about__text > button {
  margin-top: 24px;
}

.m__about__list {
  display: flex;
  position: relative;
  margin-bottom: 70px;
  align-items: center;
  width: 40%;
}
.m__about__map-black,
.m__about__map-grey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 205%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.m__about__map-grey,
.laym .m__about__map-black,
.melissa .m__about__map-black,
.laurel .m__about__map-black {
  display: none;
}
.laym .m__about__map-grey,
.melissa .m__about__map-grey,
.laurel .m__about__map-grey {
  display: block;
}
.m__about__list > div {
  position: relative;
  width: 33.33%;
  z-index: 2;
}
.m__about__list p {
  padding: 0;
  margin: 0;
  font: normal normal bold 24px/30px Acrom;
  color: white;
}
.melissa .m__about__list p,
.laurel .m__about__list p {
  color: black;
}
.m__about__list strong {
  display: block;
  font: normal normal bold 80px/70px Acrom;
}

@media (max-width: 1700px) {
  .m__about__map-black,
  .m__about__map-grey {
    top: 20%;
    left: 50%;
    width: 160%;
  }
  .m__about__description {
    width: 50%;
  }
  .m__about__img {
    width: 40%;
  }
  .m__about__text {
    margin-left: 20px;
    width: 60%;
  }
  .m__about__list {
    margin-left: 30px;
    width: 50%;
  }
  .m__about__list p {
    font: normal normal bold 18px/21px Acrom;
  }
}

@media (max-width: 1139px) {
  .m__about__body {
    flex-direction: column;
  }
  .m__about__description {
    width: 100%;
  }
  .m__about__list {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 719px) {
  .m__about__description {
    flex-direction: column;
  }
  .m__about__img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    width: 100%;
  }
  .m__about__text {
    margin-left: 0;
    width: 100%;
  }
  .m__about__list p {
    font: normal normal normal 12px/14px Acrom;
  }
  .m__about__list strong {
    font: normal normal bold 42px/48px Acrom;
  }
}

/*
* m__advantage
*/
.m__advantage {
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}
.m__advantage__body {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  align-items: stretch;
}
.m__advantage__block {
  margin-left: 7px;
  margin-right: 7px;
  border: 1px solid white;
  border-radius: 20px;
  background-color: #171b1a;
}
.laym .m__advantage__block,
.melissa .m__advantage__block,
.laurel .m__advantage__block {
  background-color: #e8ebf2;
}
.m__advantage__block h3 {
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom !important;
  color: white;
}
.laym .m__advantage__block h3,
.laym .m__advantage__block li,
.melissa .m__advantage__block h3,
.melissa .m__advantage__block li,
.laurel .m__advantage__block h3,
.laurel .m__advantage__block li {
  color: black;
}
.m__advantage__block > div {
  background-color: #050507;
}
.m__advantage__block p {
  padding: 25px 34px;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.m__advantage__block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.m__advantage__block li {
  position: relative;
  padding: 0 30px 4px 82px;
  font: normal normal normal 24px/40px Acrom;
  color: white;
}
.m__advantage__block li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 58px;
  height: 1px;
  background-color: white;
}
.m__advantage__block li::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 56px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.m__advantage__block--1 > div {
  border-top: 1px solid white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.m__advantage__block--1 h3 {
  padding: 35px 34px 10px 34px;
  margin: 0;
}
.m__advantage__block--1 > ul {
  margin-bottom: 10px;
}
.m__advantage__block--2 > div {
  border-bottom: 1px solid white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.m__advantage__block--2 h3 {
  padding: 24px 34px 10px 34px;
  margin: 0;
}

@media (max-width: 1139px) {
  .m__advantage__body {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .m__advantage__block {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .m__advantage__block p {
    padding: 20px;
  }
  .m__advantage__block h3 {
    font: normal normal bold 32px/38px Acrom !important;
  }
  .m__advantage__block--2 h3 {
    padding: 12px 20px 6px 20px;
  }
  .m__advantage__block li {
    position: relative;
    padding: 0 30px 4px 82px;
    font: normal normal normal 18px/26px Acrom;
  }
  .m__advantage__block li::after {
    top: 10px;
  }
  .m__advantage__block li::before {
    top: 14px;
  }
}

@media (max-width: 719px) {
  .m__advantage__block--1 h3 {
    padding: 20px 20px 10px 20px;
    font: normal normal bold 24px/28px Acrom !important;
  }
  .m__advantage__block li {
    padding: 0 20px 4px 40px;
    font: normal normal normal 14px/21px Acrom;
  }
  .m__advantage__block li::after {
    top: 7px;
    left: 20px;
  }
  .m__advantage__block li::before {
    top: 11px;
    width: 21px;
  }
}

/*
* statistic
*/
.m__statistic {
  margin-bottom: 80px;
}
.m__statistic__body {
  display: flex;
  align-items: center;
}
.m__statistic__list {
  width: 50%;
}
.m__statistic__list ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 200px;
}
.m__statistic__list li {
  position: relative;
  padding: 0;
  margin: 0;
}
.m__statistic__list__p {
  position: relative;
  padding: 80px 0;
  margin: 0;
  font: normal normal bold 24px/30px Acrom;
  color: white;
  z-index: 2;
}
.laym .m__statistic__list__p,
.melissa .m__statistic__list__p,
.laurel .m__statistic__list__p {
  color: black;
}
.laym .m__statistic__list__bcg,
.melissa .m__statistic__list__bcg,
.laurel .m__statistic__list__bcg {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
}
.m__statistic__list__bcg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: normal normal bold 190px/70px Acrom;
  color: #e6e8e6;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.m__statistic__carousel {
  position: relative;
  width: 50%;
  z-index: 2;
}
.m__statistic__carousel > div {
  position: relative;
  border-radius: 20px;
  height: 600px;
  background-color: #598030;
  overflow: hidden;
}

.m__statistic__carousel_blocks {
  height: 100%;
}
.m__statistic__carousel_blocks > div {
  display: none;
  height: 100%;
}
/* TODO: Удалить */
.m__statistic__carousel_blocks > div.active {
  display: block;
}

.m__statistic__carousel_block-1 {
  position: relative;
  background-image: url("../img/pages/main/distributive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m__statistic__carousel_block-2 {
  position: relative;
  background-image: url("../img/pages/main/ses.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m__statistic__carousel_block-3 {
  position: relative;
  background-image: url("../img/pages/main/tvtower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m__statistic__carousel_block-1 > div,
.m__statistic__carousel_block-2 > div,
.m__statistic__carousel_block-3 > div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 280px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: rgba(26, 26, 26, 0.4);
}
.m__statistic__carousel_block-1 > div p,
.m__statistic__carousel_block-2 > div p,
.m__statistic__carousel_block-3 > div p {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.m__statistic__carousel_block-1 > div h3,
.m__statistic__carousel_block-2 > div h3,
.m__statistic__carousel_block-3 > div h3 {
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom !important;
  color: white;
}
.m__statistic__carousel_block-1 > div .row,
.m__statistic__carousel_block-2 > div .row,
.m__statistic__carousel_block-3 > div .row {
  display: flex;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.m__statistic__carousel_block-1 > div .row a,
.m__statistic__carousel_block-2 > div .row a,
.m__statistic__carousel_block-3 > div .row a {
  padding: 4px 10px;
  margin: 0;
  text-decoration: underline;
  font: normal normal normal 14px/17px Acrom;
  color: white;
  transition: color 0.3s ease;
}
.m__statistic__carousel_block-1 > div .row a:hover,
.m__statistic__carousel_block-2 > div .row a:hover,
.m__statistic__carousel_block-3 > div .row a:hover {
  color: #54ce0e;
}
.m__statistic__carousel_block-1 > div .row a:first-child,
.m__statistic__carousel_block-2 > div .row a:first-child,
.m__statistic__carousel_block-3 > div .row a:first-child {
  border-right: 1px solid white;
}

.m__statistic__carousel_dots {
  position: absolute;
  bottom: 20px;
  right: 25px;
  display: flex;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
}
.m__statistic__carousel_dots a {
  display: inline-block;
  padding: 0;
  margin: 0 12px;
  width: 36px;
  height: 36px;
  border: 4px solid white;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}

.m__statistic__carousel_dots a:hover,
.m__statistic__carousel_dots a.active {
  background-color: white;
}

@media (max-width: 1700px) {
  .m__statistic__list {
    width: 40%;
  }
  .m__statistic__list__bcg {
    font: normal normal bold 160px/70px Acrom;
  }
  .m__statistic__carousel {
    width: 60%;
  }
  .m__statistic__carousel_block-1 > div,
  .m__statistic__carousel_block-2 > div,
  .m__statistic__carousel_block-3 > div {
    right: 210px;
  }
  .m__statistic__carousel_block-1 > div h3,
  .m__statistic__carousel_block-2 > div h3,
  .m__statistic__carousel_block-3 > div h3 {
    font: normal normal bold 32px/48px Acrom !important;
  }
}

@media (max-width: 1139px) {
  .m__statistic__body {
    flex-direction: column-reverse;
  }
  .m__statistic__list {
    width: 100%;
  }
  .m__statistic__carousel {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 719px) {
  .m__statistic__carousel > div {
    height: 320px;
  }
  .m__statistic__carousel_dots a {
    margin: 0 8px;
    width: 22px;
    height: 22px;
    border: 2px solid white;
  }
  .m__statistic__carousel_block-1 > div,
  .m__statistic__carousel_block-2 > div,
  .m__statistic__carousel_block-3 > div {
    bottom: 60px;
    left: 10px;
    right: 10px;
    padding: 10px;
  }
  .m__statistic__carousel_block-1 > div h3,
  .m__statistic__carousel_block-2 > div h3,
  .m__statistic__carousel_block-3 > div h3 {
    font: normal normal bold 18px/24px Acrom !important;
  }
  .m__statistic__carousel_block-1 > div p,
  .m__statistic__carousel_block-2 > div p,
  .m__statistic__carousel_block-3 > div p {
    font: normal normal normal 12px/14px Acrom;
  }
  .m__statistic__carousel_block-1 > div .row a,
  .m__statistic__carousel_block-2 > div .row a,
  .m__statistic__carousel_block-3 > div .row a {
    font: normal normal normal 12px/14px Acrom;
  }

  .m__statistic__list__p {
    padding: 30px 0;
    font: normal normal bold 18px/22px Acrom;
  }
  .m__statistic__list__bcg {
    font: normal normal bold 70px/70px Acrom;
  }
}

/*
* blog
*/
.m__blg {
  padding-bottom: 70px;
}
.m__blg__body {
  position: relative;
  display: flex;
  align-items: stretch;
}
.m__blg__body > img {
  position: absolute;
  top: 50%;

  left: -7%;
  width: 80%;
  transform: translateY(-50%);
  z-index: 1;
}
.m__blg__body > div {
  position: relative;
  width: 50%;
  z-index: 2;
}

.m__blg__blocks {
  width: 50%;
}
.m__blg__blocks > div {
  position: relative;
  padding: 42px 32px;
  width: 80%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  background-color: rgba(23, 27, 26, 0.95);
}
.laym .m__blg__blocks > div {
  border: 1px solid white;
  background-color: rgba(232, 235, 242, 0.95);
}
.melissa .m__blg__blocks > div,
.laurel .m__blg__blocks > div {
  border: 1px solid white;
  background-color: rgba(222, 222, 222, 0.95);
}
.m__blg__link {
  position: absolute;
  top: 28px;
  right: 22px;
  width: 28px;
  height: 28px;
}
.m__blg__title {
  padding: 0 30px 12px 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom !important;
  color: white;
}
.laym .m__blg__title,
.melissa .m__blg__title,
.laurel .m__blg__title {
  color: black;
}
.m__blg__block {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.m__blg__block_img {
  margin-right: 38px;
  width: 26%;
  min-width: 26%;
  border-radius: 10px;
  opacity: 0.98;
}
.m__blg__block h3 {
  padding: 0 0 10px 0;
  margin: 0;
  font: normal normal bold 24px/29px Acrom !important;
  color: white;
}
.laym .m__blg__block h3,
.melissa .m__blg__block h3,
.laurel .m__blg__block h3 {
  color: black;
}

.m__blg__block .date {
  padding: 0 0 10px 0;
  margin: 0;
  font: normal normal normal 10px/13px Acrom;
  color: #54ce0e;
}
.m__blg__block .text {
  padding: 0 0 5px 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
}
.laym .m__blg__block .text,
.melissa .m__blg__block .text,
.laurel .m__blg__block .text {
  color: black;
}

.m__blg__block a {
  text-decoration: underline;
  font: normal normal normal 14px/17px Acrom;
  letter-spacing: 0px;
  color: #54ce0e;
  transition: color 0.3s ease;
}
.m__blg__block a:hover {
  color: white;
}
.laym .m__blg__block a:hover {
  color: black;
}

.m__blg__videos {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.m__blg__videos .video {
  position: relative;
  display: flex;
  margin-left: 8px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  height: 220px;
  width: calc(50% - 16px);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.m__blg__videos .video > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.m__blg__videos .video > .btn-video {
  position: relative;
  z-index: 2;
}

.m__blg__text {
  padding: 0;
  margin: 30px 0;
  font: normal normal bold 24px/29px Acrom;
  color: white;
}
.m__blg__text a {
  color: #54ce0e;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.m__blg__text a:hover {
  color: white;
}
.m__blg__catalog {
  display: flex;
  padding: 20px;
  align-items: flex-end;
  background-color: #171b1a;
  border-radius: 20px;
}
.laym .m__blg__catalog,
.melissa .m__blg__catalog,
.laurel .m__blg__catalog {
  background-color: #d9dce1;
}
.m__blg__catalog_title {
  position: relative;
  margin-bottom: 42px;
  z-index: 1;
}
.m__blg__catalog_title h3 {
  position: relative;
  padding: 0;
  margin: 0;
  font: normal normal bold 40px/48px Acrom !important;
  color: white;
  z-index: 2;
}
.m__blg__catalog_title p {
  position: absolute;
  left: 20px;
  top: 50%;
  font: normal normal bold 120px/144px Acrom;
  color: #0f1314;
  white-space: nowrap;
  transform: translateY(-50%);
  z-index: 1;
}
.m__blg__catalog_text {
  margin-right: 40px;
}
.m__blg__catalog_text > a {
  position: relative;
  margin-bottom: 18px;
  z-index: 2;
}
.m__blg__catalog_text > p {
  position: relative;
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/17px Acrom;
  color: white;
  z-index: 2;
}
.laym .m__blg__catalog_text > p,
.melissa .m__blg__catalog_text > p,
.laurel .m__blg__catalog_text > p {
  color: black;
}
.laym .m__blg__catalog_text .btn-1,
.melissa .m__blg__catalog_text .btn-1,
.laurel .m__blg__catalog_text .btn-1 {
  color: black;
  background-color: white;
}
.m__blg__catalog_img {
  height: 230px;
  width: 50%;
  border-radius: 10px;
  background-color: white;
}

@media (max-width: 1700px) {
  .m__blg__blocks > div {
    padding: 30px 20px;
    width: calc(100% - 30px);
  }
  .m__blg__videos .video {
    height: 150px;
  }
}

@media (max-width: 1139px) {
  .m__blg__body {
    flex-direction: column;
  }
  .m__blg__body > div {
    margin-bottom: 30px;
    width: 100%;
  }

  .m__blg__blocks > div {
    padding: 30px 20px;
    width: 100%;
  }
  .m__blg__title {
    padding: 0 20px 8px 0;
    font: normal normal bold 32px/40px Acrom !important;
  }
  .m__blg__block h3 {
    font: normal normal bold 21px/26px Acrom !important;
  }

  .m__blg__body > img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -20%;
    width: 100%;
  }
}

@media (max-width: 719px) {
  .m__blg__title {
    padding: 0 30px 8px 0;
    font: normal normal bold 21px/24px Acrom !important;
  }
  .m__blg__block {
    margin-top: 20px;
    flex-direction: column;
  }
  .m__blg__block_img {
    margin-right: auto;
    margin-bottom: 8px;
    width: 100%;
    min-width: auto;
    max-width: 120px;
  }
  .m__blg__block h3 {
    font: normal normal bold 18px/21px Acrom !important;
  }
  .m__blg__block .text {
    font: normal normal normal 12px/14px Acrom;
  }

  .m__blg__videos {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .m__blg__videos .video {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 100%;
    height: 160px;
  }

  .m__blg__body > img {
    bottom: 11%;
    left: -50%;
    width: 150%;
  }

  .m__blg__catalog {
    flex-direction: column-reverse;
  }
  .m__blg__catalog_text {
    margin-right: 0;
    margin-top: 20px;
  }
  .m__blg__catalog_title {
    margin-bottom: 20px;
  }
  .m__blg__catalog_title h3 {
    font: normal normal bold 21px/27px Acrom !important;
  }
  .m__blg__catalog_title p {
    left: 10px;
    font: normal normal bold 42px/42px Acrom;
  }
  .m__blg__catalog_img {
    height: 200px;
    width: 100%;
  }
}

.header-phone a,
.iris .header-phone a {
  color: #dcdcdc;
  transition: color 0.3s ease;
}

.laym .header-phone a,
.melissa .header-phone a,
.laurel .header-phone a,
.laym .header-phone,
.melissa .header-phone,
.laurel .header-phone {
  color: #1c1c1c !important;
  transition: color 0.3s ease;
}

.header-phone a:hover {
  color: #54ce0e;
}

.m__btn {
  position: fixed;
  bottom: 40px;
  width: 60px;
  height: 60px;
  z-index: 100;
}

.m__btn_left {
  left: 40px;
  background-image: url("../img/pages/main/share.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.m__btn_right {
  right: 40px;
  background-image: url("../img/pages/main/message.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
