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;
  }
}

.btn-10 {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 330px;
  height: 50px;
  color: white;
  border: 1px solid #94D055;
  border-radius: 25px;
  background-color: #94D055;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-10 p {
  margin-bottom: 0;
  font: normal normal normal 16px / 20px Acrom !important;
  color: white;
  transition: all .3s ease;
}

.btn-10 svg {
  margin-left: 28px;
  width: 18px;
  stroke: white;
  transition: all .3s ease;
}

.btn-10:hover {
  border-color: #050505;
  background-color: #050505;
  text-decoration: none !important;
}

.btn-20 {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 330px;
  height: 50px;
  border: 1px solid #050505;
  border-radius: 25px;
  background: transparent;
  transition: all 0.3s ease;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #050505;
  cursor: pointer;
}

.btn-20:hover,
a.btn-20:hover {
  border-color: #94D055;
  background-color: #94D055;
  color: white !important;
  text-decoration: none !important;
}

/*
  MAIN
*/
.main {
  padding-bottom: 120px;
  background-color: #F5F7FC;
}

.main__body {
  position: relative;
}

.main__img {
  margin-left: -10%;
  width: 75%;
}

.main__img img {
  transform: scale(1.4);
}

.main__block {
  position: absolute;
  top: 172px;
  right: 86px;
  padding: 60px;
  width: 550px;
  background-color: white;
  border-radius: 20px;
}

.main__title {
  position: relative;
  padding-left: 115px;
  padding-bottom: 0;
  margin-bottom: 22px;
  height: 109px;
  font: normal normal normal 80px / 109px Acrom !important;
  text-transform: uppercase;
  color: #050505;
}

.main__title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 97px;
  background: url(../img/pages/kiwi_2/logo.png) no-repeat center;
  background-size: 97px;
}

.main__block__text {
  padding: 0;
  margin: 0 0 6px 0;
}

.main__block__text a {
  font: normal normal normal 18px / 24px Acrom !important;
  color: #494949;
  text-decoration: underline;
  transition: all .3s ease;
}

.main__block__text a:hover {
  color: #94D055;
}

.main__btn {
  margin-top: 36px;
  width: 280px;
}

.main__block__description {
  margin-top: 8px;
  margin-bottom: 0;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #818181;
}

@media (max-width: 1100px) {
  .main__block {
    right: 0;
    padding: 24px 28px;
    width: 376px;
  }

  .main__title {
    padding-left: 67px;
    height: 62px;
    font: normal normal normal 50px / 58px Acrom !important;
  }

  .main__title::before {
    width: 55px;
    background-size: 55px;
  }

  .main__block__text {
    font: normal normal normal 16px / 20px Acrom !important;
  }

  .main__block__description {
    font: normal normal normal 14px / 17px Acrom !important;
  }

  .main__btn {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .main {
    padding-bottom: 60px;
  }

  .main__body {
    display: flex;
    flex-direction: column;
  }

  .main__img {
    width: 100%;
  }

  .main__block {
    position: static;
    margin-top: -80px;
    width: calc(100% - 50px);
    z-index: 1;
  }

  .main__btn {
    max-width: 262px;
    width: auto;
  }
}

@media (max-width: 574px) {
  .main__img {
    width: calc(100% + 56%);
    margin-left: -26%;
  }
}

.description {
  background-color: #F5F7FC;
}

.description__blocks {
  position: relative;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.description__blocks.fade {
  opacity: 0;
}

.description__block {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 50px 60px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
  border-radius: 20px;
}

.description__block>div {
  flex: 1;
}

.description__block h3 {
  padding: 0;
  margin: 0 0 16px 0;
  font: normal normal 500 24px / 29px Acrom !important;
  color: #050505;
}

.description__block p {
  padding: 0;
  margin: 0 0 16px 0;
  font: normal normal normal 18px / 22px Acrom !important;
  color: #494949;
}

.description__block .btn-20 {
  margin-top: 32px;
}

.description__swiper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 2;
}

.description__swiper.active {
  display: block;
}

.description__swiper__blocks {
  position: relative;
}

.description__swiper__block {
  position: relative;
  display: none;
  align-items: stretch;
}

.description__swiper__block img {
  margin-right: 50px;
  width: calc(50% - 50px);
  height: 100%;
  border-radius: 20px;
}

.description__swiper__back {
  margin-top: 10px;
  width: 237px;
}

.description__swiper__block_text {
  display: flex;
  flex-direction: column;
}

.description__swiper__block_text>div {
  flex: 1;
}

.description__swiper__block_description {
  margin-bottom: 2px;
  font: normal normal normal 16px / 18px Acrom !important;
  color: #A7A7A7;
}

.description__swiper__block_title {
  padding-bottom: 0;
  margin-bottom: 10px;
  font: normal normal normal 24px / 27px Acrom !important;
  color: #050505;
}

.description__swiper__block_p {
  padding-bottom: 0;
  margin-bottom: 10px;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #494949;
}

.description__swiper__block_ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.description__swiper__block_ul li {
  position: relative;
  padding-left: 12px;
  padding-bottom: 0;
  margin-bottom: 4px;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #494949;
}

.description__swiper__block_ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #494949;
  transform: translateY(-50%);
}

.description__swiper__block>div {
  display: flex;
}

.description__swiper__arrows {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.description__swiper__arrow {
  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;
  cursor: pointer;
}

.description__swiper__arrow:hover {
  text-decoration: none;
}

.description__swiper__arrow svg {
  stroke: #7f7f7f;
  width: 8px;
  height: 13px;
  transition: all .3s ease;
}

.description__swiper__arrow:hover svg {
  stroke: white;
}

.description__swiper__arrow:hover {
  border-color: #94D055;
  background-color: #94D055;
}

.description__swiper__arrow--left svg {
  transform: rotate(180deg);
}

.description__swiper__control {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.description__swiper__control>div {
  display: flex;
  align-items: center;
}

.description__swiper__control a {
  display: inline-block;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #494949;
  transition: all 0.3s ease;
}

.description__swiper__control a:hover {
  text-decoration: none;
}

.description__swiper__control a.active {
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #94D055;
}

@media (max-width: 1100px) {
  .description__blocks {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .description__block {
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    max-width: 600px;
    background-color: white;
  }

  .description__block h3 {
    margin: 0 0 12px 0;
    font: normal normal 500 20px / 20px Acrom !important;
  }

  .description__block p {
    margin: 0;
    font: normal normal normal 14px / 17px Acrom !important;
  }

  .description__block .btn-20 {
    margin-top: 24px;
  }

  .description__blocks.fade {
    display: none;
  }

  .description__swiper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: auto;
  }

  .description__swiper__block {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }

  .description__swiper__block>div {
    flex-direction: column;
  }

  .description__swiper__block img {
    margin-right: 0;
    width: 100%;
  }

  .description__swiper__block_description {
    font: normal normal normal 14px / 16px Acrom !important;
  }

  .description__swiper__block_title {
    font: normal normal normal 20px / 22px Acrom !important;
  }

  .description__swiper__block_text {
    padding-top: 40px;
  }

  .description__swiper__block_ul li {
    font: normal normal normal 14px / 16px Acrom !important;
  }

  .description__swiper__block .btn-20 {
    margin-top: 20px;
  }

  .description__swiper__back {
    margin-left: auto;
    margin-right: auto;
  }

  .description__swiper__arrows {
    top: 180px;
  }

  .description__swiper__control {
    bottom: auto;
    top: 380px;
  }
}

@media (max-width: 768px) {
  .description__swiper__block img {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px !important;
  }

  .description__swiper__arrows {
    top: 110px;
  }

  .description__swiper__control {
    top: 278px;
  }
}

@media (max-width: 574px) {
  .description__swiper__block img {
    max-width: 440px !important;
  }

  .description__swiper__arrows {
    top: 110px;
  }

  .description__swiper__control {
    top: 264px;
  }
}

@media (max-width: 500px) {
  .description__swiper__block img {
    max-width: 342px !important;
  }

  .description__swiper__arrows {
    top: 80px;
  }
  .description__swiper__control {
    top: 210px;
  }
}

.advantages {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F5F7FC;
}

.advantages__body {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

.advantages__blocks {
  position: relative;
}

.advantages__block {
  display: none;
}

.advantages__block>div {
  display: flex;
  align-items: center;
}

.advantages__img {
  width: 50%;
}

.advantages__text {
  width: 50%;
}

.advantages__text__blocks {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
}

.advantages__text__block {
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  min-width: calc(33.33% - 32px);
}

.advantages__text__title {
  padding: 0;
  margin: 0 0 22px 0;
  font: normal normal normal 32px / 35px Acrom !important;
  color: #050505;
}

.advantages__text__p {
  padding: 0;
  margin: 0 0 16px 0;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #494949;
}

.advantages__text__block h4 {
  padding: 0;
  margin: 0 0 6px 0;
  font: normal normal bold 18px / 28px Acrom !important;
  color: #818181;
}

.advantages__text__block p {
  padding: 0;
  margin: 0;
  font: normal normal normal 16px / 20px Acrom !important;
  color: #494949;
  word-break: normal;
}

.advantages__text__block a {
  text-decoration: underline;
  color: #94D055;
  transition: all .3s ease;
}

.advantages__text__block a:hover {
  text-decoration: none;
}

.advantages__arrows {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.advantages__arrow {
  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;
  cursor: pointer;
}

.advantages__arrow:hover {
  text-decoration: none;
}

.advantages__arrow svg {
  stroke: #7f7f7f;
  width: 8px;
  height: 13px;
  transition: all .3s ease;
}

.advantages__arrow:hover svg {
  stroke: white;
}

.advantages__arrow:hover {
  border-color: #94D055;
  background-color: #94D055;
}

.advantages__arrow--left svg {
  transform: rotate(180deg);
}

.advantages__control {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages__control>div {
  display: flex;
  align-items: center;
}

.advantages__control a {
  display: inline-block;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #494949;
  transition: all 0.3s ease;
}

.advantages__control a:hover {
  text-decoration: none;
}

.advantages__control a.active {
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #94D055;
}

@media (max-width: 1400px) {
  .advantages__text__blocks {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .advantages__text__block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    min-width: none;
  }

  .advantages__text__block h4 {
    margin: 0;
    font: normal normal bold 16px / 16px Acrom !important;
  }

  .advantages__text__block p {
    font: normal normal normal 14px / 17px Acrom !important;
  }
}

@media (max-width: 1100px) {
  .advantages {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .advantages__body {
    padding-left: 0;
    padding-right: 0;
  }

  .advantages__block>div {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
    max-width: 650px;
  }

  .advantages__text {
    padding-top: 32px;
    width: auto;
  }

  .advantages__text__title {
    margin: 0 0 12px 0;
    font: normal normal normal 20px / 22px Acrom !important;
  }

  .advantages__img {
    width: 100%;
  }

  .advantages__arrows {
    top: 250px;
  }

  .advantages__control {
    top: 356px;
    bottom: auto;
  }
}

@media (max-width: 768px) {
  .advantages__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px !important;
  }

  .advantages__arrows {
    top: 110px;
  }

  .advantages__control {
    top: 256px;
  }
}

@media (max-width: 574px) {
  .advantages__img {
    max-width: 230px !important;
  }

  .advantages__arrows {
    top: 50px;
  }

  .advantages__control {
    top: 136px;
  }
}

#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;
}

.form-control {
  padding: 19px 24px !important;
  background-color: #F8F8F8 !important;
  height: 60px !important;
}

@media (max-width: 1100px) {
  .form-control {
    background-color: white !important;
  }
}