html,
body,
p {
  padding: 0;
  margin: 0;
  word-break: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal !important;
}
img {
  display: block;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.container-big {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
.container-flex {
  display: flex;
  margin-bottom: -262px;
  justify-content: center;
}
body .container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px !important;
}
.body {
  width: 100%;
  background-color: #000606;
  overflow: hidden;
}

.btn-1 {
  display: flex;
  padding: 0 10px;
  align-items: center;
  font: lighter normal normal 40px/48px Acrom !important;
  color: white;
  height: 70px;
  background-color: #343434;
  text-decoration: none;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 0 10px 2px rgba(28, 28, 28, 0.5);
  transition: all 0.3s ease;
}
.btn-1:hover {
  color: white;
  background-color: #1c1c1c;
  box-shadow: 0 0 0 0 rgba(28, 28, 28, 0.5);
  text-decoration: none;
}

.btn-1--monitor {
  position: relative;
  padding-left: 78px;
}
.btn-1--monitor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
  height: 36px;
  background: url("../img/pages/kiwi/monitor-icon-white.png") no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}
.btn-1--phone {
  position: relative;
  padding-left: 78px;
}
.btn-1--phone::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
  height: 36px;
  background: url("../img/pages/kiwi/phone-icon-white.png") no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

.btn-2 {
  display: flex;
  padding: 11px 10px;
  align-items: center;
  font: normal normal normal 20px/24px Acrom !important;
  height: 70px;
  background-color: #F6FBF1;
  text-decoration: none;
  white-space: nowrap;
  color: #6a6a6a;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(28, 28, 28, 0.5);
  transition: all 0.3s ease;
}
.btn-2:hover {
  color: #84d137;
  text-decoration: none;
}
.btn-2--black {
  color: white;
  background-color: #1c1c1c;
  border: 1px solid white;
}
.btn-2--monitor {
  position: relative;
  padding-left: 68px;
}
.btn-2--monitor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 42px;
  height: 34px;
  background: url("../img/pages/kiwi/monitor-icon-black.png") no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}
.btn-2--phone {
  position: relative;
  padding-left: 68px;
}
.btn-2--phone::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 46px;
  height: 36px;
  background: url("../img/pages/kiwi/phone-icon-black.png") no-repeat center;
  background-size: auto 100%;
  transform: translateY(-50%);
}
.btn-2--black.btn-2--phone::after {
  background: url("../img/pages/kiwi/phone-icon-white.png") no-repeat center;
  background-size: auto 100%;
}
.btn-2--black.btn-2--monitor::after {
  background: url("../img/pages/kiwi/monitor-icon-white.png") no-repeat center;
  background-size: 100%;
}

.btn-2--app {
  position: relative;
  padding-left: 68px;
}
.btn-2--app::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 46px;
  height: 36px;
  background: url("../img/pages/kiwi/link-black.png") no-repeat center;
  background-size: auto 100%;
  transform: translateY(-50%);
}
.btn-2--black.btn-2--app::after {
  background: url("../img/pages/kiwi/link-white.png") no-repeat center;
  background-size: auto 100%;
}

.btn-2--app-v2::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 24px;
  height: 24px;
  background: url("../img/pages/kiwi/download-v2.svg") no-repeat center;
  background-size: auto 100%;
  transform: translateY(-50%);
}

.btn-2--app-v2-dark::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 24px;
  height: 24px;
  background: url("../img/pages/kiwi/download-v2-dark.svg") no-repeat center;
  background-size: auto 100%;
  transform: translateY(-50%);
}

.link-1 {
  position: relative;
  padding-left: 30px;
  padding-bottom: 0;
  margin: 0;
  font: bold normal normal 20px/24px Acrom !important;
  color: #84d137;
  text-decoration: none;
}
.link-1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 20px;
  background: url("../img/pages/kiwi/link.png") no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
  text-decoration: none;
}
.link-1:hover {
  color: #84d137;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .btn-2 {
    font: normal normal normal 18px/21px Acrom !important;
  }
  .btn-1 {
    font: lighter normal normal 40px/48px Acrom !important;
  }
}

@media (max-width: 540px) {
  .btn-1 {
    font: lighter normal normal 32px/40px Acrom !important;
  }
  .btn-2 {
    font: normal normal normal 17px/20px Acrom !important;
    height: 62px;
  }
  .btn-2--monitor,
  .btn-2--phone {
    padding-left: 60px;
  }
  .btn-2--monitor::after {
    left: 11px;
    width: 36px;
    height: 30px;
  }
  .btn-2--phone::after {
    left: 11px;
    width: 38px;
    height: 32px;
  }
  .link-1 {
    font: bold normal normal 16px/20px Acrom !important;
  }
}

.site {
  background-color: white;
}

.kiwi__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  box-shadow: 0 0 30px 5px rgba(28, 28, 28, 0.1);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}

.kiwi__header {
  position: relative;
  padding-top: 30px;
  background: url("../img/pages/kiwi/header.jpg") no-repeat center;
  background-size: cover;
  height: 900px;
  z-index: 2;
}

.kiwi__header__container {
  height: 100%;
}

.kiwi__header__text {
  position: absolute;
  top: 70px;
  left: 0;
  width: 50%;
}

.kiwi__header__text h1 {
  padding-bottom: 30px;
  margin: 0;
  font: normal normal normal 200px/200px Acrom !important;
  color: #1c1c1c;
}

.kiwi__header__text_ul {
  padding-bottom: 75px;
  margin: 0;
  list-style: none;
}

.kiwi__header__text_ul p {
  padding: 0;
  margin-bottom: 28px;
  font: normal normal normal 24px/29px Acrom !important;
  color: #1c1c1c;
  max-width: 350px;
}
.kiwi__header__text_ul li {
  position: relative;
  padding: 0 0 10px 28px;
  margin: 0;
  font: normal normal normal 24px/29px Acrom !important;
  color: #1c1c1c;
}

.kiwi__header__text_ul li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c1c1c;
}

.kiwi__header__btn {
  display: flex;
}

.kiwi__header_dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.kiwi__header_dot {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #a2a2a2;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.kiwi__header_dot:hover {
  background-color: #a2a2a2;
}
.kiwi__header_dot.active {
  background-color: #a2a2a2;
}

.kiwi__header__items {
  position: absolute;
  top: 326px;
  left: calc(50% - 152px);
  width: 575px;
  height: 361px;
}

.kiwi__header__item {
  display: none;
}
.kiwi__header__item.active {
  display: block;
}

@media (max-width: 1920px) {
  .kiwi__header__text h1 {
    padding-bottom: 20px;
    font: normal normal normal 160px/160px Acrom !important;
  }
  .kiwi__header__text {
    left: 20px;
  }
  .kiwi__header__text_ul p {
    margin-bottom: 20px;
    font: normal normal normal 20px/24px Acrom !important;
  }
  .kiwi__header__text_ul li {
    padding: 0 0 10px 24px;
    font: normal normal normal 20px/24px Acrom !important;
  }
  .kiwi__header__text_ul li::after {
    bottom: 17px;
  }
}

@media (max-width: 1440px) {
  .kiwi__header__text {
    width: 33%;
  }
}

@media (max-width: 1140px) {
  .kiwi__header__items {
    position: absolute;
    top: 335px;
    left: 125px;
    width: 524px;
    height: 328px;
  }
  .kiwi__header {
    background: url("../img/pages/kiwi/header-2.jpg") no-repeat bottom;
    background-size: cover;
  }
  .kiwi__header__text {
    bottom: -60px;
    left: 60px;
    right: 60px;
    width: auto;
  }
  .kiwi__header__text h1 {
    padding-bottom: 10px;
    font: normal normal normal 110px/110px Acrom !important;
  }
  .kiwi__header__text_ul p {
    margin-bottom: 10px;
    font: normal normal normal 20px/24px Acrom !important;
    max-width: none;
  }
  .kiwi__header__text_ul li {
    padding: 0 0 4px 24px;
  }
  .kiwi__header__text_ul li::after {
    bottom: 12px;
  }
  .kiwi__header_dots {
    bottom: 80px;
  }
  .kiwi__header__btn {
    margin-top: 450px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .kiwi__header {
    height: 720px;
  }
  .kiwi__header__text h1 {
    font: normal normal normal 70px/70px Acrom !important;
  }
  .kiwi__header__text_ul p {
    margin-bottom: 18px;
    font: normal normal normal 18px/21px Acrom !important;
  }
  .kiwi__header__text_ul p {
    margin-bottom: 18px;
    font: normal normal normal 16px/20px Acrom !important;
  }
  .kiwi__header__text_ul li {
    padding: 0 0 2px 24px;
    font: normal normal normal 16px/20px Acrom !important;
  }
  .kiwi__header__text_ul li::after {
    bottom: 8px;
  }
  .kiwi__header__items {
    top: 314px;
    left: 88px;
    width: 368px;
    height: 232px;
  }
  .kiwi__header_dots {
    bottom: 50px;
  }
  .kiwi__header__btn {
    margin-top: 310px;
  }
}

@media (max-width: 540px) {
  .kiwi__header {
    height: 650px;
    background-size: 540px;
  }
  .kiwi__header__text {
    left: 40px;
    right: 40px;
    bottom: 0;
  }
  .kiwi__header__text h1 {
    padding-bottom: 4px;
  }
  .kiwi__header__text_ul p {
    margin-bottom: 2px;
  }
  .kiwi__header__items {
    top: auto;
    bottom: 239px;
    left: 50%;
    width: 368px;
    height: 138px;
    transform: translateX(-49.5%);
  }
  .kiwi__header__btn {
    margin-top: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .kiwi__header_dots {
    bottom: 52px;
  }
}

@media (max-width: 520px) {
  .kiwi__header {
    height: 690px;
    background-size: 520px;
  }
  .kiwi__header__items {
    bottom: 224px;
    width: 354px;
  }
}

@media (max-width: 420px) {
  .kiwi__header {
    background-size: 420px;
  }
  .kiwi__header__items {
    bottom: 154px;
    width: 286px;
  }
  .kiwi__header_dots {
    bottom: 42px;
  }
}

@media (max-width: 340px) {
  .kiwi__header {
    height: 590px;
    background-size: 350px;
  }
  .kiwi__header__items {
    bottom: 106px;
    width: 238px;
  }
  .kiwi__header_dots {
    bottom: 32px;
  }
  .kiwi__header__btn {
    bottom: -50px;
  }
}

/*
* blocks
*/
.kiwi__blocks {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}

.kiwi__blocks__body {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -60px;
  align-items: stretch;
  flex-wrap: wrap;
}
.kiwi__block {
  margin-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(50% - 60px);
  border-radius: 10px;
  height: 450px;
}

.kiwi__block .btn-2{
  line-height: 1.2em !important;
}

.kiwi__block.block-1 {
  display: flex;
  align-items: stretch;
  background: url("../img/pages/kiwi/block-i.jpg") no-repeat center;
  background-size: cover;
}
.kiwi__block.block-1 .btn-2 {
  box-shadow: 0 0 10px 2px rgba(182, 253, 255, 0);
}
.kiwi__block.block-1 .btn-2:hover {
  box-shadow: 0 0 0 0 rgba(182, 253, 255, 0);
}

.block-1__one {
  flex-grow: 1;
  padding-top: 24px;
  padding-left: 21px;
}
.block-1__one > img {
  padding: 0;
  margin-bottom: 32px;
  width: 120px;
  height: 120px;
  border-radius: 14px;
  box-shadow: 0 3px 6px 2px rgba(28, 28, 28, 0.16);
}
.block-1__one ul {
  margin: 0;
  list-style: none;
}
.block-1__one li {
  position: relative;
  padding: 0px 0 2px 14px;
  margin: 0;
  font: normal normal normal 18px/22px Acrom !important;
  color: white;
}
.block-1__one li::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: white;
}
.block-1__two {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.block-1__two--padding-fix{
  padding: 30px 30px 30px 0;
}

.block-1__two h2 {
  padding: 0;
  margin-bottom: 26px;
  margin-left: auto;
  font: normal normal normal 18px/22px Acrom !important;
  color: white;
  width: 180px;
}
.block-1__two .btn-2 {
  margin-top: 16px;
}

.kiwi__block .btn-2 {
  max-width: 280px;
  white-space: normal;
}
.kiwi__block.block-2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-m.jpg") no-repeat center;
  background-size: cover;
}
.kiwi__block.block-2 .btn-2,
.kiwi__block.block-4 .btn-2 {
  box-shadow: 0 0 10px 2px rgba(141, 162, 119, 0.56);
}
.kiwi__block.block-2 .btn-2:hover,
.kiwi__block.block-4 .btn-2:hover {
  box-shadow: 0 0 0 0 rgba(141, 162, 119, 0.56);
}
.block-2__one {
  display: flex;
  padding: 36px 20px 36px 0;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 70px);
  height: 100%;
}
.block-2__one h2 {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  font: lighter normal normal 50px/67px Comfortaa !important;
  color: #6a6a6a;
}
.block-2__one h2::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -90px;
  width: 80px;
  height: 80px;
  background: url("../img/pages/kiwi/melissa-icon.jpg") no-repeat center;
  background-size: 100%;
  border-radius: 4px;
}
.block-2__one p {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}

.kiwi__block.block-3 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-r.jpg") no-repeat center;
  background-size: cover;
}
.kiwi__block.block-3 .btn-2,
.kiwi__block.block-5 .btn-2 {
  box-shadow: 0 0 10px 2px rgba(132, 126, 165, 1);
}
.kiwi__block.block-3 .btn-2:hover,
.kiwi__block.block-5 .btn-2:hover {
  box-shadow: 0 0 0 0 rgba(132, 126, 165, 1);
}
.block-3__one {
  display: flex;
  padding: 36px 20px 36px 0;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 40px);
  height: 100%;
}
.block-3__one h2 {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal normal 60px/60px Bicubik !important;
  color: #6a6a6a;
}
.block-3__one p {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}

.kiwi__block.block-4 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-k.jpg") no-repeat center;
  background-size: cover;
}
.block-4__one {
  display: flex;
  padding: 36px 20px 36px 0;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 40px);
  height: 100%;
}
.block-4__one h2 {
  padding: 0;
  margin-bottom: 10px;
  font: normal normal normal 54px/100% Bicubik !important;
  color: #6a6a6a;
}
.block-4__one p {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}
.block-4__one .btn-2 {
  margin-top: 16px;
}

.kiwi__block.block-5 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-l.jpg") no-repeat center;
  background-size: cover;
}
.block-5__one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block-5__one h2 {
  padding: 0;
  margin-bottom: 10px;
  font: normal normal normal 54px / 100% "Segoe UI" !important;
  color: #6a6a6a;
  letter-spacing: 200;
}
.block-5__one p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}

.kiwi__block.block-5-1{
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #484948 url("../img/pages/kiwi/ph.png") no-repeat bottom left 20px;
  color: #ffffff;
}

.block-5-1__one{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.block-5-1__one h2{
  padding: 0;
  margin-bottom: 10px;
  font: normal normal normal 53px/100% Bicubik !important;
  color: #FFF;
}

.block-5-1 p{
  padding: 0;
  margin-bottom: 4px;
  font: normal normal normal 20px/24px Acrom !important;
}

.block-5-1__icount{
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  border-radius: 5px;
  padding: 8px 12px;
  left: 30px;
  bottom: 30px;
}

.block-5-1__icount-value{
  display: flex;
  align-items: center;
}

.block-5-1__icount-value:before{
  content: '';
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 20px;
  background: url("../img/pages/kiwi/phwh.svg") no-repeat center;
  margin-right: 6px;
}


.kiwi__block.block-6 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-a.jpg") no-repeat center;
  background-size: cover;
}
.kiwi__block-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 30px 0;
  margin-left: auto;
  height: 100%;
  width: 50%;
  min-width: 50%;
}
.kiwi__block-col h2 {
  padding: 0;
  margin-bottom: 10px;
  font: normal normal normal 53px / 100% Bicubik !important;
  color: #6a6a6a;
}
.kiwi__block-col p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}
.kiwi__block.block-6 h2,
.kiwi__block.block-6 p {
  color: white;
}
.kiwi__block.block-7 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-l.png") no-repeat left bottom;
  background-size: auto 100%;
  background-color: #EAEDE6;
}
.kiwi__block.block-8 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-l+.png") no-repeat left bottom;
  background-size: auto 100%;
  background-color: #EAEDE6;
}
.kiwi__block.block-9 {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: url("../img/pages/kiwi/block-lm+.png") no-repeat left bottom;
  background-size: auto 100%;
  background-color: #EAEDE6;
}


.c-drivers{
  padding: 40px;
  background: #F8F8F8;
  margin: 60px 30px 60px 30px;
  border-radius: 10px;
}

.c-drivers__title{
  text-align: center;
  margin-bottom: 40px;
  font-size: 42px;
}

.c-drivers__row{
  display: flex;
}

.c-drivers__col{
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {

  .c-drivers{
    margin-bottom: 0;
  }

  .c-drivers__row{
    display: block;
  }

  .c-drivers__col{
    width: 100%;
  }

  .c-drivers__col:first-child{
    margin-bottom: 40px;
  }

}

@media (max-width: 540px) {
  .kiwi__block.block-5-1 {
    background: #484948 url("../img/pages/kiwi/ph.png") no-repeat bottom center;
    background-size: 100%;
  }
  .block-5-1__one {
    padding: 16px;
    width: 100%;
  }

  .block-5-1__one h2 {
    font: normal normal normal 32px/32px Bicubik !important;
  }

  .block-5-1__one p {
    margin-bottom: 0;
    font: normal normal normal 14px/18px Acrom !important;
  }

  .kiwi__block{
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 370px !important;
  }

  .block-5-1__icount{
    display: none;
  }

  .c-drivers{
    margin-left: 0;
    margin-right: 0;
  }

  .c-drivers__col .link-1{
    margin-bottom: 8px;
    display: block;
  }
}

.kiwi__block.block-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 10px; */
}
.block-6__row-1 {
  flex-grow: 1;
}
.block-6__row-1 p {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}
.block-6__row-1 p strong {
  font: bold normal normal 20px/24px Acrom !important;
  color: #6a6a6a;
}
.block-6__row-2 p {
  padding: 0;
  margin-bottom: 8px;
  font: normal normal normal 20px/24px Acrom !important;
  color: white;
}
.block-6__row-2 p strong {
  font: bold normal normal 20px/24px Acrom !important;
  color: white;
}
.block-6__row-1 > div,
.block-6__row-2 > div {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}

.block-2__one,
.block-3__one,
.block-4__one,
.block-5__one,
.block-5-1__one {
  padding: 30px 30px 30px 0;
  width: 50%;
  min-width: 50%;
}
.kiwi__block .btn-2 {
  max-width: none;
  width: 100%;
}

@media (max-width: 1920px) {
  .kiwi__blocks {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .kiwi__block {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }

  .kiwi__block.block-2 {
    background: url("../img/pages/kiwi/block-m.jpg") no-repeat left bottom;
    background-size: 80%;
    background-color: #f9fff0;
  }
  .kiwi__block.block-4 {
    background: url("../img/pages/kiwi/block-k.jpg") no-repeat left bottom;
    background-size: 80%;
    background-color: #f9fff2;
  }

  .block-6__row-2 p,
  .block-6__row-2 p strong {
    color: #6a6a6a;
  }
}

@media (max-width: 1400px) {
  .block-1__two,
  .block-2__one,
  .block-3__one,
  .block-4__one,
  .block-5__one,
  .block-5-1__one {
    min-width: 60%;
  }
}

@media (max-width: 1240px) {
  .kiwi__blocks__body {
    align-items: center;
    flex-direction: column;
  }
  .kiwi__block {
    width: 780px;
  }
  .block-1__two,
  .block-2__one,
  .block-3__one,
  .block-4__one,
  .block-5__one,
  .block-5-1__one {
    min-width: 50%;
  }
}

@media (max-width: 1140px) {
  .kiwi__blocks {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .kiwi__block {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 480px;
  }
  .block-5__one h2 {
    margin-bottom: 8px;
    font: normal normal normal 50px/50px "Segoe UI" !important;
  }
  .block-5__one p {
    font: normal normal normal 18px/22px Acrom !important;
  }


}

@media (max-width: 768px) {
  .kiwi__block {
    height: 420px;
  }
  .kiwi__block.block-1 {
    background: url("../img/pages/kiwi/block-i.jpg") no-repeat 100%;
    background-color: #424242;
    background-size: cover;
  }
  .block-1__one {
    position: absolute;
    flex-grow: 0;
    padding: 0;
    top: 30px;
    left: 40px;
  }
  .block-1__one ul {
    display: none;
  }
  .block-1__one > img {
    margin-bottom: 0;
    width: 80px;
    height: 80px;
  }
  .block-1__two {
    padding: 10px;
    width: 100%;
  }
  .block-1__two h2 {
    font: normal normal normal 16px/20px Acrom !important;
    width: 160px;
  }

  .kiwi__block.block-2 {
    background: url("../img/pages/kiwi/block-m.jpg") no-repeat 70% bottom;
    background-size: auto 100%;
  }

  .block-2__one h2 {
    font: lighter normal normal 40px/40px Comfortaa !important;
  }
  .block-2__one h2::after {
    left: -70px;
    width: 60px;
    height: 60px;
  }
  .block-2__one p {
    font: normal normal normal 16px/20px Acrom !important;
  }
  .block-2__one p {
    font: normal normal normal 16px/20px Acrom !important;
  }

  .block-3__one h2 {
    font: normal normal normal 40px/40px Bicubik !important;
  }
  .block-3__one p {
    font: normal normal normal 16px/20px Acrom !important;
  }

  .kiwi__block.block-4 {
    background: url(../img/pages/kiwi/block-k.jpg) no-repeat 70% bottom;
    background-size: auto 100%;
  }

  .block-4__one h2 {
    font: normal normal normal 40px/40px Bicubik !important;
  }
  .block-4__one p {
    font: normal normal normal 16px/20px Acrom !important;
  }

  .kiwi__block.block-5 {
    background: url("../img/pages/kiwi/block-l.jpg") no-repeat 70%;
    background-size: auto 100%;
  }
  .block-5__one h2 {
    font: normal normal normal 40px/40px "Segoe UI" !important;
  }
  .block-5__one p {
    font: normal normal normal 16px/20px Acrom !important;
  }

  .kiwi__block.block-5-1 {
    background: #484948 url(../img/pages/kiwi/ph.png) no-repeat bottom left -140px;
    background-size: auto 100%;
  }
  .block-5-1__one h2 {
    font: normal normal normal 42px / 48px Bicubik !important;
  }

  .kiwi__block.block-6 {
    height: 420px;
  }

  .block-2__one,
  .block-3__one,
  .block-4__one,
  .block-5__one,
  .block-5-1__one {
    padding: 15px 15px 15px 0;
    width: 60%;
    min-width: 60%;
  }


  .kiwi__block.block-7 {
    background: url("../img/pages/kiwi/block-l.png") no-repeat -50% bottom;
  }
  .kiwi__block.block-8 {
    background: url("../img/pages/kiwi/block-l+.png") no-repeat -50% bottom;
  }
  .kiwi__block.block-9 {
    background: url("../img/pages/kiwi/block-lm+.png") no-repeat -50% bottom;
  }
}

@media (max-width: 540px) {
  .kiwi__block {
    margin-left: auto;
    margin-right: auto;
    /* height: 490px; */
    height: 650px;
    max-width: 280px;
  }
  /* .kiwi__block .btn-2 {
    max-width: 242px;
  } */
  .kiwi__block.block-1 {
    position: relative;
    background: url("../img/pages/kiwi/block-i_m.jpg") no-repeat center;
    background-color: #424242;
    background-size: cover;
  }

  .block-1__one {
    left: 20px;
  }
  .block-1__two {
    justify-content: space-between;
  }
  .block-1__two h2 {
    margin-top: 20px;
    margin-left: 110px;
    font: normal normal normal 13px/16px Acrom !important;
    width: 152px;
    text-align: left !important;
  }

  .kiwi__block.block-2 {
    background: url("../img/pages/kiwi/block-m.jpg") no-repeat center 59%;
    background-color: #f9fff0;
    background-size: 210%;
  }
  .block-2__one {
    padding: 16px;
    width: 100%;
  }
  .block-2__one > div {
    padding-left: 40px;
  }
  .block-2__one h2 {
    font: lighter normal normal 32px/32px Comfortaa !important;
  }
  .block-2__one h2::after {
    top: -6px;
    left: -46px;
    width: 40px;
    height: 40px;
  }
  .block-2__one p {
    margin-bottom: 0;
    font: normal normal normal 14px/18px Acrom !important;
  }

  .kiwi__block.block-3 {
    background: url("../img/pages/kiwi/block-r_m.jpg") no-repeat center;
    background-color: #dbd7ec;
    background-size: auto 100%;
  }
  .block-3__one {
    padding: 16px;
    width: 100%;
    justify-content: flex-end;
  }

  .block-3__one h2 {
    font: normal normal normal 32px/32px Bicubik !important;
    color: white;
  }
  .block-3__one p {
    margin-bottom: 25px;
    font: normal normal normal 14px/18px Acrom !important;
    color: white;
  }

  .kiwi__block.block-4 {
    background: url("../img/pages/kiwi/block-k.jpg") no-repeat 20% 23%;
    background-color: #f9fff2;
    background-size: 200%;
  }
  .block-4__one {
    padding: 16px;
    width: 100%;
  }
  .block-4__one h2 {
    font: normal normal normal 32px/32px Bicubik !important;
  }
  .block-4__one p {
    margin-bottom: 0;
    font: normal normal normal 14px/18px Acrom !important;
  }

  .kiwi__block.block-5 {
    background: url("../img/pages/kiwi/block-l.jpg") no-repeat 20% 62%;
    background-color: #e7eae2;
    background-size: 200%;
  }
  .block-5__one {
    padding: 16px;
    width: 100%;
  }
  .block-5__one h2 {
    font: normal normal normal 32px/32px "Segoe UI" !important;
  }
  .block-5__one p {
    margin-bottom: 0;
    font: normal normal normal 14px/18px Acrom !important;
  }

  .kiwi__block.block-6 {
    height: 430px;
  }
  .block-6__row-1 > div,
  .block-6__row-2 > div {
    margin-top: 10px;
  }
  .block-6__row-1 > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-6__row-1 .link-1 {
    margin-bottom: 4px;
  }
  .block-6__row-1 p,
  .block-6__row-2 p {
    margin-bottom: 4px;
    font: normal normal normal 15px/20px Acrom !important;
  }
  .block-6__row-1 p strong,
  .block-6__row-2 p strong {
    font: bold normal normal 15px/20px Acrom !important;
  }

  .block-5-1__one {
    padding: 16px;
    width: 100%;
  }

  .kiwi__block-col {
    padding: 20px;
    width: 100%;
  }
  .kiwi__block .kiwi__block-col .btn-2 {
    max-width: none;
  }
  .kiwi__block-col h2 {
    font: normal normal normal 48px / 100% Bicubik !important;
  }
  .kiwi__block-col p {
    font: normal normal normal 16px / 100% Acrom !important;
  }

  .kiwi__block.block-7 {
    background: url(../img/pages/kiwi/block-l.png) no-repeat center;
    background-size: 90%;
    background-color: #EAEDE6;
  }
  .kiwi__block.block-8 {
    background: url("../img/pages/kiwi/block-l+.png") no-repeat center;
    background-size: 90%;
    background-color: #EAEDE6;
  }
  .kiwi__block.block-9 {
    background: url("../img/pages/kiwi/block-lm+.png") no-repeat center;
    background-size: 90%;
    background-color: #EAEDE6;
  }
  .kiwi__block.block-6 {
    background: url("../img/pages/kiwi/block-a_m.jpg") no-repeat center;
    background-size: 100%;
  }
  .kiwi__block.block-5-1 {
    background: #484948 url("../img/pages/kiwi/ph.png") no-repeat center;
  }
}

/*
* Монитор
*/
.kiwi__monitor {
  padding-top: 200px;
  align-items: stretch;
  background: url("../img/pages/kiwi/monitor.jpg") no-repeat center;
  background-size: 100%;
  height: 1180px;
}
.kiwi__monitor__header {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
}
.kiwi__monitor__header h2 {
  padding: 0;
  margin-bottom: 12px;
  font: bold normal normal 48px/58px Acrom !important;
  color: #1c1c1c;
}
.kiwi__monitor__header h2 strong {
  font: bold normal normal 48px/58px Acrom !important;
  color: white;
}
.kiwi__monitor__header p {
  padding: 0;
  margin-bottom: 20px;
  font: normal normal normal 20px/24px Acrom !important;
  color: white;
}

.kiwi__monitor__body {
  display: flex;
  justify-content: flex-end;
}
.kiwi__monitor__block {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 10px;
}
.kiwi__monitor__block h3 {
  padding: 0;
  margin-bottom: 12px;
  font: bold normal normal 60px/72px Acrom !important;
  -webkit-text-stroke: 2px #1c1c1c;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1c1c1c;
  color: transparent;
}
.kiwi__monitor__block ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
.kiwi__monitor__block li {
  position: relative;
  padding: 0 0 10px 36px;
  margin: 0;
  font: normal normal normal 20px/24px Acrom !important;
  color: #1c1c1c;
}
.kiwi__monitor__block li::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c1c1c;
}
@media (max-width: 1920px) {
  .kiwi__monitor {
    padding-top: 50px;
    height: 700px;
  }
  .kiwi__monitor__header p {
    max-width: 520px;
    text-align: center;
  }
  .kiwi__monitor__block {
    padding: 20px;
  }
  .kiwi__monitor__block h3 {
    font: bold normal normal 40px/40px Acrom !important;
  }
  .kiwi__monitor__block li {
    padding: 0 0 10px 20px;
  }
  .kiwi__monitor__block li::after {
    left: 0;
  }
}

@media (max-width: 1140px) {
  .kiwi__monitor {
    padding-top: 30px;
    margin-bottom: 50px;
    height: 460px;
  }
  .kiwi__monitor__body {
    display: none;
  }
  .kiwi__monitor__header {
    margin-bottom: 0;
  }
  .kiwi__monitor__header p {
    max-width: 400px;
  }
  .kiwi__monitor__header .btn-1 {
    margin-top: 250px;
  }
}

@media (max-width: 768px) {
  .kiwi__monitor {
    height: 330px;
  }
  .kiwi__monitor__header h2,
  .kiwi__monitor__header h2 strong {
    margin-bottom: 8px;
    font: bold normal normal 36px/36px Acrom !important;
  }
  .kiwi__monitor__header p {
    margin-bottom: 0;
    max-width: 340px;
    font: normal normal normal 16px/20px Acrom !important;
  }
  .kiwi__monitor__header .btn-1 {
    margin-top: 180px;
  }
}
@media (max-width: 540px) {
  .kiwi__monitor {
    padding-top: 20px;
    background: url("../img/pages/kiwi/monitor.jpg") no-repeat 60% 50%;
    background-size: 170%;
  }
}

@media (max-width: 1240px) {
  .kiwi__container {
    max-width: 1140px;
  }
}

@media (max-width: 1140px) {
  .kiwi__container {
    max-width: 768px;
  }
  .site {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .kiwi__container {
    max-width: 540px;
  }
}

@media (max-width: 540px) {
  .kiwi__container {
    max-width: auto;
  }
  .kiwi__monitor__header h2,
  .kiwi__monitor__header h2 strong {
    margin-bottom: 4px;
    font: bold normal normal 32px/32px Acrom !important;
  }
  .kiwi__monitor__header p {
    font: normal normal normal 14px/20px Acrom !important;
  }
  .kiwi__monitor__header .btn-1 {
    margin-top: 200px;
  }
}

#header-phone {
  color: #1c1c1c !important;
}
#header-phone a {
  color: #1c1c1c;
  transition: color 0.3s ease;
}
#header-phone a:hover {
  color: #84d137;
  text-decoration: none;
}

#iris-o-form-container {
  position: relative;
  background-color: #000606;
  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: right;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

#iris-o-form-container > div {
  position: relative;
  margin-right: auto;
}

#iris-o-form {
  position: relative;
  background: transparent
    radial-gradient(closest-side at 25% 34%, #000000 0%, #343434 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 60px #000000;
  padding: 30px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

#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: #84d137;
  border-color: #84d137;
  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%;
}

#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%);
}

.mb-14-fix{
  margin-bottom: 14px !important;
}

.mb-none-fix{
  margin-bottom: 0 !important;
}