a:hover {
  color: #93df1c !important;
}
#page {
  overflow: hidden;
}
.body {
  overflow: hidden;
}

a:hover {
  color: #93df1c !important;
}
#page {
  overflow: hidden;
}

.body {
  overflow: hidden;
}

.list-1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-1 li {
  position: relative;
  margin-bottom: 4px;
  text-indent: 14px;
  font: normal normal normal 16px / 18px Acrom !important;
}

.list-1 li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #272727;
}

.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;
}
.title_h3 {
  margin-bottom: 32px;
  font: normal normal normal 36px/42px Acrom !important;
  color: #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;
  }
}

/*
  MAIN
*/
.main__btn {
  display: flex;
  padding: 12px 20px;
  align-items: center;
  color: #fff;
  text-align: left;
  max-width: 330px;
  height: 48px;
  border: 1px solid #272727;
  border-radius: 6px;
  background: #272727;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main__btn > p {
  margin-bottom: 0;
  font-family: "Acrom", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.main__btn svg {
  margin-right: 10px;
}
.main__btn:hover svg {
  fill: #93df1c;
}
.main__btn--1 {
  color: #fff;
  background: #272727;
}
.main__btn--1:hover {
  color: #93df1c !important;
  text-decoration: none;
}
.main__btn--1 svg {
  margin-left: 6px;
  width: 18px;
  height: 23px;
  fill: #ffffff;
  transition: all .3s ease;
}
.main__btn--2 {
  color: #272727;
  background: #fff;
}
.main__btn--2:hover {
  color: #93df1c !important;
  text-decoration: none;
}
.main__btn--2 svg {
  width: 26px;
  height: 32px;
  fill: #272727;
}

.main {
  position: relative;
  padding-top: 70px;
  z-index: 10;
}
.main__body {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main__name {
  padding-bottom: 0;
  margin-bottom: 0;
  font: normal normal normal 80px / 96px Bicubik !important;
  color: #272727;
  width: 800px;
}

.main__name_description {
  padding-bottom: 0;
  margin-bottom: 0;
  font: normal normal normal 24px/29px Acrom !important;
  color: #272727;
}
.main__text {
  position: relative;
  margin-right: 40px;
  width: calc(47% - 40px);
  z-index: 1;
}

.main__text-up {
  margin-bottom: 38px;
}
.main__text-down ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main__text-down li {
  position: relative;
  margin-bottom: 24px;
  text-indent: 14px;
  font: normal normal normal 16px/20px Acrom !important;
  color: #272727;
}

.main__text-down li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #272727;
}

.main__btns {
  margin-top: 32px;
}
.main__btns > .main__btn--1 {
  margin-bottom: 8px;
}

.main__img {
  position: relative;
  display: flex;
  align-items: center;
  width: 53%;
}
.main__img picture {
  margin-top: 80px;
  transform: scale(1.35);
}

.main__badge {
  position: absolute;
  top: 128px;
  right: 20px;
  width: 450px;
  padding: 14px 20px;
  border-radius: 20px;
  font: normal normal normal 20px / 30px Acrom !important;
  color: white;
  text-align: center;
  background-color: #272727;
}

@media (max-width: 1100px) {
  .main__text {
    margin-right: 30px;
    width: calc(60% - 30px);
  }
  .main__text-up {
    max-width: 620px;
  }
  .main__img {
    flex-direction: column;
    width: 40%;
    max-width: 40%;
  }
  .main__img picture {
    transform: scale(2.1);
  }
  .main__badge {
    top: auto;
    bottom: -100px;
    width: 360px;    
    
    padding: 10px 10px;
    border-radius: 10px;

    font: normal normal normal 14px / 20px Acrom !important;
  }
  .main__text-down li {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .main__body {
    flex-direction: column-reverse;
  }
  .main__text {
    margin-top: -200px;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .main__name {
    font: normal normal normal 68px / 76px Bicubik !important;
    width: auto;
  }
  .main__img {
    margin-left: auto;
    width: 100%;
    max-width: 460px;
  }
  .main__img picture {
    margin-top: 0;
    transform: scale(1.1);
  }
  .main__badge {
    bottom: auto;
    top: 0;
  }
}

@media (max-width: 768px) {
  .main__text-up {
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 10px;
  }
  .main__name {
    font: normal normal normal 56px / 68px Bicubik !important;
  }
}

@media (max-width: 576px) {
  .main__name {
    margin-bottom: 0;
    font: normal normal normal 42px / 50px Bicubik !important;
  }
  .main__name_description {
    margin-bottom: 20px;
    font: normal normal normal 18px / 21px Acrom !important;
  }
  .main__text-down .li {
    font: normal normal normal 14px / 18px Acrom !important;
  }
  .main__img {
    margin-right: -20%;
  }
  .main__badge {
    right: 22%;
  }
}

@media (max-width: 500px) {
  .main__img img {
    transform: translateY(60px);
  }
  .main__badge {
    top: 54px;
  }
}

/**/
.peculiarities {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.peculiarities::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #272727;
  z-index: 2;
}
.bcg_1 {
  position: absolute;
  top: -390px;
  right: 0;
  width: 612px;
  height: 1430px;
  background: url("../img/pages/complex/bcg_1.jpg") no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.bcg_2 {
  position: absolute;
  bottom: -330px;
  left: 0;
  width: 654px;
  height: 1430px;
  background: url("../img/pages/complex/bcg_2.jpg") no-repeat center;
  background-size: 100%;
}
.peculiarities .container {
  position: relative;
  background-image: url("../img/pages/complex/peculiarities.png");
  background-repeat: no-repeat;
  background-size: auto 1100px;
  background-position: right 20px top calc(50% + 120px);
  z-index: 2;
}
.peculiarities__list {
  padding-top: 60px;
  width: 53%;
}
.peculiarities__list-circle {
  padding: 0 0 70px 0;
  list-style: none;
}
.peculiarities__list-circle li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  font: normal normal normal 20px / 30px Acrom !important;
}
.peculiarities__list-circle li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border: 3px solid #272727;
  border-radius: 50%;
}
.peculiarities__list-circle li::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 17px;
  height: 1px;
  width: 1000px;
  background-color: #272727;
}
.peculiarities__list-circle li strong {
  font-weight: 500;
}

.peculiarities__list-square {
  padding: 0;
  list-style: none;
}
.peculiarities__list-square li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  font: normal normal normal 20px / 30px Acrom !important;
}
.peculiarities__list-square li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border: 3px solid #272727;
}
.peculiarities__list-square li::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 17px;
  height: 1px;
  width: 1000px;
  background-color: #272727;
}
.peculiarities__list-square li strong {
  font-weight: 500;
}

@media (max-width: 1400px) {
  .peculiarities .container {
    background-size: auto 810px;
    background-position: right 20px center;
  }
}

@media (max-width: 1100px) {
  .peculiarities .container {
    background-size: auto 760px;
  }
  
  .peculiarities__list-circle li,
  .peculiarities__list-square li {
    padding-left: 50px;
    font: normal normal normal 18px / 26px Acrom !important;
  }
}

@media (max-width: 960px) {
  .peculiarities {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .peculiarities .container {
    background-size: auto 650px;
    background-position: right top 40px;
  }
  .peculiarities__list {
    padding-top: 100px;
    width: 100%;
  }
  .peculiarities__list-circle {
    width: 53%;
  }
}

@media (max-width: 768px) {
  .peculiarities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .peculiarities .container {
    background-size: auto 580px;
    background-position: right top 200px;
  }
  .bcg_1 {
    top: -130px;
    width: 204px;
    height: 477px;
  }
  .bcg_2 {
    bottom: -110px;
    width: 218px;
    height: 477px;
  }
  .peculiarities__list {
    padding-top: 0;
  }
  .peculiarities__list-circle {
    padding: 0 0 400px 0;
    width: 100%;
  }
  .peculiarities__list-circle li,
  .peculiarities__list-square li {
    font: normal normal normal 16px / 21px Acrom !important;
  }
}

@media (max-width: 540px) {
  .peculiarities .container {
    background-position: right top 230px;
  }
}


/**/
.schema {
  padding-top: 60px;
  border-bottom: 1px solid #272727;
}
.schema__body {
  position: relative;
}
.schema__img {
  margin-left: 170px;
  overflow-x: auto;
  transform: translateX(156px);
}
.schema__img img {
  width: 1200px;
  height: 760px;
}
.schema__list {
  position: absolute;
  top: 0;
  left: 20px;
  right: 30px;
  bottom: 0;
  padding-top: 50px;
}
.schema__row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
}
.schema__num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272727;
  width: 62px;
}
.schema__num p {
  padding: 0;
  margin: 0;
  font: normal normal bold 36px / 40px Acrom !important;
  color: white;
  text-align: center;
}
.schema__li {
  display: flex;
  padding-left: 24px;
  align-items: center;
  width: 280px;
}
.schema__li p {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #272727;
}
.schema__list .schema__row:nth-child(1) {
  height: 46px;
}
.schema__list .schema__row:nth-child(2) {
  height: 77px;
}
.schema__list .schema__row:nth-child(3) {
  height: 87px;
}
.schema__list .schema__row:nth-child(4) {
  height: 77px;
}
.schema__list .schema__row:nth-child(5) {
  height: 190px;
  border-bottom: 1px solid #272727;
}
.schema__label {
  padding: 12px 24px;
  margin-top: 7px;
  background-color: #272727;
}
.schema__label p {
  padding: 0;
  margin: 0;
  color: white;
  font: normal normal normal 16px / 30px Acrom !important;
}
.schema__label p strong {
  font-weight: bold;
}

@media (max-width: 960px) {
  .schema__row {
    background-color: white;
  }
  .schema__list {
    right: auto;
    width: 360px;
  }
  .schema__label {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .schema__label {
    width: 395px;
  }
  .schema__label p {
    font: normal normal normal 14px / 24px Acrom !important;
  }
}

@media (max-width: 540px) {
  .schema {
    padding-bottom: 60px;
  }
  .schema__img {
    margin-left: 60px;
  }
  .schema__list {
    padding-left: 10px;
    width: 200px;
  }
  .schema__label {
    width: 300px;
  }
  .schema__num p {
    font: normal normal bold 18px / 24px Acrom !important;
  }
  .schema__li p {
    font: normal normal normal 12px / 14px Acrom !important;
  }
}


/*
  options
*/
.options {
  position: relative;
  padding-bottom: 76px;
  margin-top: -40px;
}
.bcg_3 {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 1642px;
  height: 1430px;
  transform: translateX(-50%);
  background: url("../img/pages/complex/bcg_3.jpg") no-repeat center;
  background-size: 100%;
}
.options__body {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
.options__carousel {
  position: relative;
  padding: 45px 110px 0 110px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 1px solid #272727;
  background-color: #ffffff;
}
.options__block {
  display: none;
  position: relative;
  z-index: 2;
}
.options__block.active {
  display: block;
}
.options__block > div {
  display: flex;
}
.options__block_img {
  width: 45%;
  display: flex;
  align-items: flex-end;
}
.options__block_text {
  padding-top: 80px;
  padding-bottom: 20px;
  width: 55%;
}
.options__block_text h2 {
  padding: 0;
  margin-bottom: 20px;
  color: #272727;
  font: normal normal bold 36px / 42px Acrom !important;
}
.options__block_text p {
  padding: 0;
  margin-bottom: 10px;
  color: #272727;
  font: normal normal normal 16px / 20px Acrom !important;
}
.options__block_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.options__block_text li {
  position: relative;
  padding-left: 24px;
  color: #272727;
  font: normal normal normal 16px / 20px Acrom !important;
}
.options__block_text li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #272727;
}

.options__list {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  z-index: 2;
}
.options__list a {
  display: block;
  padding: 20px 10px;
  margin: 0 7px 15px 7px;
  width: calc(50% - 14px);
  font: normal normal normal 14px/20px Acrom !important;
  color: white;
  border-radius: 8px;
  background-color: #272727;
  text-align: center;
  transition: all 0.3s ease;
}
.options__list a.active,
.options__list a:hover {
  color: white !important;
  background-color: #80b647;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .options {
    margin-top: 40px;
  }
  .options__carousel {
    padding: 40px 60px 0 60px;
  }
  .options__block_text {
    padding-top: 40px;
  }
}

@media (max-width: 960px) {
  .options {
    padding-bottom: 0;
  }
  .options__carousel {
    padding: 30px 40px 0 40px
  }
  .options__block > div {
    flex-direction: column;
  }
  .options__block_text {
    padding-top: 0;
    width: auto;
  }
  .options__block_img {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .bcg_3 {
    top: 50px;
    width: 547px;
    height: 477px;
  }
  .options__list li {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .options__list {
    margin-bottom: 30px;
  }
  .options__carousel {
    padding: 20px 20px 0 20px;
  }
}


/**/
.execution {
  padding-bottom: 100px;
}

.execution__body {
  display: flex;
  align-items: stretch;

  margin-left: -20px;
  margin-right: -20px;
}
.execution__block {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
  border: 1px solid #272727;
  border-radius: 20px;
  background-color: white;
}

.execution__block--1 .execution__badge {
  position: absolute;
  top: 50%;
  right: 0;

  padding: 16px 22px;
  width: 310px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #272727;

  transform: translateY(-50%);

  color: white;
  font: normal normal normal 16px/20px Acrom !important;
}

.execution__block--1 h2 {
  padding: 0 52px 32px 52px;
  margin: -70px 0 0 0;
  text-align: right;
  color: #272727;
  font: normal normal bold 64px/64px Acrom !important;
  text-transform: uppercase;
}
.execution__block--2 h2 {
  padding: 42px 32px 48px 32px;
  margin: 0;
  text-align: center;
  color: #272727;
  font: normal normal bold 36px/46px Acrom !important;
  text-transform: uppercase;
}
.execution__block--2 p {
  padding: 0 32px 32px 32px;
  margin: 0;
  text-align: center;
  color: #272727;
  font: normal normal normal 16px/20px Acrom !important;
}

@media (max-width: 1400px) {
  .execution__block--1 h2 {
    padding: 0 20px 32px 20px;
  }
}

@media (max-width: 1100px) {
  .execution__body {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .execution__block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .execution__block--1 h2 {
    font: normal normal bold 48px / 54px Acrom !important;
  }
  .execution__block--2 h2 {
    padding: 30px 20px 20px 20px;
    font: normal normal bold 28px / 34px Acrom !important
  }
}

@media (max-width: 576px) {
  .execution {
    padding-bottom: 50px;
  }
}


/*
equipment
*/
.equipment {
  position: relative;
  padding-bottom: 90px;
}
.equipment::before {
  content: '';
  position: absolute;
  top: 330px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cfcfcf;
}
.equipment h2 {
  font-size: 96px !important;
  line-height: 115px !important;
}
.equipment__body {
  position: relative;
  z-index: 2;
}
.equipment__row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-left: -29px;
  margin-right: -29px;
}
.equipment__block {
  position: relative;
  display: flex;
  margin-left: 29px;
  margin-right: 29px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  height: 348px;
  width: calc(20% - 58px);
  background-color: #fff;
  overflow: hidden;
}
.equipment__block a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: 2;
}
.equipment__block a:hover~img {
  transform: scale(1.1);
}
.equipment__block img {
  transition: all .3s ease;
}
.equipment__block h3 {
  padding: 0 20px;
  margin-bottom: 0;
  font: bold normal normal 14px/17px Acrom !important;
  color: #272727;
  text-align: center;
}
.equipment__block p {
  padding: 0 20px;
  margin-bottom: 0;
  font: normal normal normal 14px/17px Acrom !important;
  color: #272727;
  text-align: center;
}
.equipment__block > div {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.equipment__row_text {
  margin-bottom: 0;
  margin-left: 29px;
  margin-right: 29px;
  width: calc(40% - 50px);
}

@media (max-width: 1400px) {
  .equipment__row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .equipment__block {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 36px;
    width: calc(20% - 34px);
  }
  .equipment__block h3 {
    padding: 0 14px;
  }
  .equipment__block p {
    padding: 0 14px;
  }
}

@media (max-width: 1100px) {
  .equipment__block {
    width: calc(33.33% - 34px);
  }
  .equipment__row {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .equipment__row_text {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  .equipment__block {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .equipment {
    padding-bottom: 50px;
  }
  .equipment__block {
    height: 300px;
  }
  .equipment h2 {
    font-size: 58px !important;
    line-height: 64px !important;
  }
}

@media (max-width: 576px) {
  .equipment h2 {
    font-size: 42px !important;
    line-height: 56px !important;
  }
  .equipment__block {
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 34px);
    height: 150px;
    max-width: none;
  }
  .equipment__block > div {
    position: relative;
    z-index: 1;
  }
  .equipment__block > img {
    width: auto;
  }
}

/*
  advantages
*/
.advantages {
  position: relative;
  padding-bottom: 80px;
}
.bcg_4 {
  position: absolute;
  top: -870px;
  left: 0;
  width: 1165px;
  height: 1430px;
  background: url("../img/pages/complex/bcg_4.jpg") no-repeat center;
  background-size: 100%;
}
.advantages__body {
  position: relative;
  z-index: 2;
}
.advantages__blocks {
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  align-items: stretch;
}
.advantages__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 36px 34px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(50% - 80px);
  min-height: 270px;
  border-radius: 20px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 10px #00000026;
}
.advantages__block h2 {
  padding: 0;
  margin-bottom: 30px;
  font: normal normal normal 29px/34px Acrom !important;
  color: #272727;
}
.advantages__block p {
  margin-bottom: 0;
  font: normal normal normal 14px/18px Acrom !important;
  color: #272727;
}
.advantages__btn {
  display: block;
  padding: 12px 20px;
  align-items: center;
  color: #fff;
  text-align: left;
  max-width: 330px;
  border-radius: 6px;
  background: #1c1c1c;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Acrom", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 260px;
}
.advantages__btn::after {
  box-shadow: 0px 3px 6px #272727;
}
.advantages__btn:hover {
  color: #93df1c !important;
  text-decoration: none;
}
.advantages__block--2 p:first-child {
  margin-bottom: 10px;
}
.advantages__block--1 {
  background-image: url("../img/pages/complex/advantages-1.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
  background-color: white;
  text-align: right;
  align-items: flex-end;
}
.advantages__block--1 p {
  max-width: 360px;
}
.advantages__block--1 .advantages__strong {
  margin-top: 30px;
}
.advantages__block--1 .advantages__btn {
  margin-top: 32px;
}
.advantages__block--2 {
  background-image: url("../img/pages/complex/advantages-2.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right -20px bottom;
  background-color: #e4dfdc;
}
.advantages__block--2 p {
  max-width: 360px;
}
.advantages__block--2 .advantages__btn {
  margin-top: 32px;
}

@media (max-width: 1400px) {
  .advantages__blocks {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .advantages__block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 680px;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .bcg_4 {
    top: -290px;
    width: 388px;
    height: 477px;
  }
  .advantages__block p {
    font: normal normal normal 16px / 19px Acrom !important;
  }
  .advantages__block--1 {
    background-position: left -110px bottom;
  }
  .advantages__block--2 {
    background-position: right -90px bottom;
  }
  .advantages__block--2 > div {
    width: 330px;
  }
}

@media (max-width: 576px) {
  .advantages__block {
    padding: 14px 18px;
  }
  .advantages__block--1 {
    background-position: left -70px bottom;
  }
  .advantages__block--1 > div {
    width: calc(100% - 80px);
  }
  .advantages__block--1 p {
    max-width: none;
  }
  .advantages__block--2 {
    background-position: right -50px bottom -20px;
  }
  .advantages__block--2 > div {
    width: auto;
  }
  .advantages__block--2 p {
    width: calc(100% - 80px);
  }
  .advantages__block p {
    font: normal normal normal 14px / 16px Acrom !important;
  }
}

@media (max-width: 500px) {
  .advantages__block--1 {
    background-size: 70%;
  }
  .advantages__block--2 {
    background-size: 60%;
  }
}

/* examples */
.examples {

}
.examples__statistik {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.examples__statistik .title_h2 {
  padding: 0;
  margin: 0;
  font: normal normal normal 96px / 110px Acrom !important;
}
.examples__statistik_text {
  text-align: right;
}
.examples__statistik_text p {
  padding: 0;
  margin: 0;
  color: #272727;
  font: normal normal normal 31px / 44px Acrom !important;
}
.examples__statistik_text div {
  color: #272727;
  font: normal normal bold 140px / 130px Acrom !important;
  text-wrap: nowrap;
}

.examples__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.examples__img {
  position: relative;
  height: 400px;
}
.examples__img_num {
  display: none;
}
.examples__img img {
  height: 100%;
  width: auto;
}
.examples__img > div {
  position: absolute;
  bottom: 0;
}

.examples__img--1 img {
  transform: translateY(45px);
}

.examples__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding-top: 60px;

  position: relative;
  width: 520px;
  z-index: 2;
}
.examples__list > div {
  display: flex;
}
.examples__col {
  width: 50%;
}
.examples__col > p {
  padding: 0;
  margin-bottom: 14px;

  color: #272727;
  font: normal normal normal 18px / 24px Acrom !important;
  text-transform: uppercase;
}
.examples__col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.examples__col li {
  position: relative;
  text-indent: 20px;
  font: normal normal normal 14px / 18px Acrom !important;
}
.examples__col li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #272727;
}

.examples__btn {
  display: block;
  padding: 12px 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  color: #fff;
  text-align: left;
  max-width: 330px;
  border-radius: 6px;
  background: #1c1c1c;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Acrom", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 260px;
}
.examples__btn::after {
  box-shadow: 0px 3px 6px #272727;
}
.examples__btn:hover {
  color: #93df1c !important;
  text-decoration: none;
}

.examples__description {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 80px;
  transform: translateY(30px);
}
.examples__description p {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 20px Acrom !important;
}
.examples__description_text--2 {
  text-align: right;
}
.examples__description .examples__btn {
  display: none;
}

@media (max-width: 1400px) {
  .examples__statistik {
    flex-direction: column;
    align-items: flex-start;
  }
  .examples__statistik .title_h2 {
    margin-bottom: 10px;
  }
  .examples__statistik_text {
    text-align: left;
  }
  .examples__img--1 {
    width: 38%;
  }
  .examples__img--1 img {
    transform: translateY(80px);
  }
  .examples__img--2 {
    width: 58%;
  }
  .examples__list {
    display: none;
  }
  .complex__block img {
    width: 100%;
    height: auto;
    scale: 1;
  }
  .examples__description {
    padding-bottom: 10px;
  }
  .examples__description .examples__btn {
    display: block;
    transform: translateY(-30px);
    order: 2;
  }
  .examples__description_text--1 {
    order: 1;
  }
  .examples__description_text--2 {
    order: 3;
  }
}

@media (max-width: 1100px) {
  .examples__body {
    justify-content: center;
  }
}

@media (max-width: 960px) {
  .examples__img_num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #272727;
    color: white;
    font: normal normal normal 10px / 12px Acrom !important;
    cursor: pointer;
  }
  .examples__img--1 img {
    transform: translateY(50px);
  }
  .examples__img--1 .examples__img_num {
    top: 29%;
    left: 70%;
  }
  .examples__img--2 .examples__img_num {
    top: 29%;
    right: 75%;
  }
  .examples__description {
    flex-direction: column;
    align-items: center;
    transform: translateY(-20px);
  }
  .examples__description .examples__btn,
  .examples__description_text {
    order: 0;
    transform: translateY(0);
    text-align: left;
  }
  .examples__description_text {
    display: none;
    position: relative;
  }
  .examples__description_text--1::before {
    content: '1';
    position: absolute;
    top: 8px;
    left: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #272727;
    font: normal normal normal 12px / 14px Acrom !important;
    color: white;
  }
  .examples__description_text--2::before {
    content: '2';
    position: absolute;
    top: 8px;
    left: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #272727;
    font: normal normal normal 12px / 14px Acrom !important;
    color: white;
  }
  .examples__description_text.active {
    display: block;
  }
  .examples__description .examples__btn {
    margin-top: 18px;
  }

  .examples__statistik .title_h2 {
    font: normal normal normal 72px / 72px Acrom !important;
  }
  .examples__statistik_text div {
    font: normal normal bold 100px / 100px Acrom !important;
  }
  .examples__statistik_text p {
    font: normal normal normal 32px / 38px Acrom !important;
  }
  .examples__col > p {
    margin-bottom: 10px;
    font: normal normal normal 18px / 21px Acrom !important;
  }
  .examples__col li {
    font: normal normal normal 12px / 16px Acrom !important;
  }
}

@media (max-width: 768px) {
  .examples__description {
    transform: translateY(10px);
  }
  .examples__img--1 .examples__img_num {
    top: 34%;
  }
  .examples__img--2 .examples__img_num {
    top: 34%;
  }
  .examples__statistik .title_h2 {
    font: normal normal normal 52px / 52px Acrom !important;
  }
  .examples__img {
    height: auto;
  }
  .examples__img--1 img {
    transform: translateY(37px);
  }
}

@media (max-width: 576px) {
  .examples__img--1 .examples__img_num {
    top: 40%;
  }
  .examples__img--2 .examples__img_num {
    top: 40%;
  }
  .examples__statistik .title_h2 {
    font: normal normal normal 42px / 42px Acrom !important;
  }
  .examples__statistik_text div {
    font: normal normal bold 70px / 70px Acrom !important;
  }
  .examples__statistik_text p {
    font: normal normal normal 21px / 24px Acrom !important;
  }
}


/*
  complex
*/
.complex {
  padding-top: 70px;
  padding-bottom: 100px;
}
.complex__carousel {
  position: relative;
}
.complex__blocks {
  position: relative;
}
.complex__block {
  position: relative;
  display: none;
}
.complex__block img {
  scale: 1.1;
}
.complex__block--5 img {
  scale: 1;
}
.complex__block.active {
  display: block;
}
.complex__block_description {
  position: relative;
}
.complex__block_description p {
  margin-bottom: 0;
  font: normal normal normal 16px/19px Acrom !important;
  text-align: center;
}

.complex__arrows {
  position: absolute;
  left: 50%;
  bottom: 260px;
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.complex__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;
}
.complex__arrows a:hover {
  text-decoration: none;
}
.complex__arrow svg {
  stroke: #7f7f7f;
  width: 8px;
  height: 13px;
  transition: all .3s ease;
}
.complex__arrow:hover svg {
  stroke: #93df1c;
}
.complex__arrow:hover {
  border-color: #93df1c;
}
.complex__arrow--left {
  transform: translateX(-200%);
}
.complex__arrow--left svg {
  transform: rotate(180deg);
}
.complex__arrow--right {
  transform: translateX(200%);
}

.complex__control {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.complex__control > div {
  display: flex;
  align-items: center;
}
.complex__control a {
  display: inline-block;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  height: 8px;
  width: 8px;
  border: 1px solid #272727;
  border-radius: 4px;
  background-color: #272727;
  transition: all 0.3s ease;
}
.complex__control a:hover {
  text-decoration: none;
}
.complex__control a.active {
  padding: 0;
  width: 34px;
  background-color: transparent;
}

@media (max-width: 1600px) {
  .complex__arrows {
    bottom: calc(50% - 30px);
  }
  .complex__arrow--left {
    transform: translateX(0%);
  }
  .complex__arrow--right {
    transform: translateX(0%);
  }
}

@media (max-width: 576px) {
  .complex__block_description {
    padding-left: 40px;
    padding-right: 40px;
  }
  .complex__block_description p {
    font: normal normal normal 11px/12px Acrom !important;
  }
}

#header-phone a {
  color: white;
  transition: color 0.3s ease;
}
#header-phone a:hover {
  color: #005a6e;
  text-decoration: none;
}

.form {
  padding-top: 70px;
  background-color: #ffffff;
}
.container.form__body {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form__body > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-image: url(http://new.i-mt.su/wp-content/uploads/2021/06/paper-plane.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 640px;
}

#iris-o-form {
  position: relative;
  background: #F9F9F9;
  padding: 30px 160px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-right: auto;
  border-radius: 20px;
  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: 30px 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;
  }
}

#skolkovo-footer img {
  width: 80px;
}

.form__img {
  position: absolute;
  top: 50%;
  right: -25%;
  width: 220px;
  transform: translateY(-50%);
}

#header-phone a {
  color: white;
  transition: color 0.3s ease;
}
#header-phone a:hover {
  color: #005a6e;
  text-decoration: none;
}

.alert {
  max-width: 700px;
}
