@font-face {
  font-family: 'Arial Rounded MT Pro Cyr';
  src: url("../fonts/ArialRoundedMTProCyr-Bold.eot");
  src: url("../fonts/ArialRoundedMTProCyr-Bold.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/ArialRoundedMTProCyr-Bold.woff2") format("woff2"), 
    url("../fonts/ArialRoundedMTProCyr-Bold.woff") format("woff"), 
    url("../fonts/ArialRoundedMTProCyr-Bold.ttf") format("truetype"), 
    url("../fonts/ArialRoundedMTProCyr-Bold.svg#ArialRoundedMTProCyr-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; 
}
body {
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
img {
  display: block;
}
.conteiner {
  width: auto;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 15px;
}
.button {
  width: 200px;
  height: 46px;  
  background: #3DCD58;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all .5s;
}
.button:hover {
  color: #fa6408;
  background: #FFFFFF;
  border: 1px solid #fa6408;
}
.red {
  color: #FF4444;
}
.orange {
  color: #fa6408;
} 
.menu {
  background: #3DCD58;
}
.menu .conteiner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main .button {
  position: absolute;
  left: 50%;
  top: 329px;
  margin-left: 355px;
}
.main__img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.main__alliance {
  position: absolute;
  left: 50%;
  top: 131px;
  margin-left: 355px;
  width: 200px;
}

.block {
  padding-top: 55px;
}
.block__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.block__img {
  width: 100%;
  max-width: 550px;
}
.block__block {
  padding: 0 20px 0 41px;
}
.block__block--left {
  padding: 0 41px 0 20px;
}
.block__title {
  font-family: "Arial Rounded MT Pro Cyr", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 38px;
  color: #3DCD58;
  padding-bottom: 22px;
}
.block__text {
  font-size: 18px;
  line-height: 24px;
}
.solution {
  background: #3DCD58;
  padding: 90px 0;
}
.solution__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.solution__item--1 {
  margin-right: 80px;
}
.solution__title {
  font-family: "Arial Rounded MT Pro Cyr", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 38px;
  color: #FFFFFF;
}
.solution__text {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px 0 40px;
}
.solution .button {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3DCD58;
}
.solution .button:hover {
  background: #FFFFFF;
  border: 1px solid #fa6408;
  color: #fa6408;
}
.empty {
  padding: 50px 0;
}
.empty__title {
  font-family: "Arial Rounded MT Pro Cyr", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  color: #3DCD58;
  padding-bottom: 16px;
}
.empty__text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.icons {
  background: #3DCD58;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 480px;
  box-sizing: border-box;
  padding-top: 70px;
}
.icons__icon {
  width: 265px;
  background: #3DCD58;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 70px 0px 30px;
  margin: 0 11px;
  position: relative;
  margin-bottom: 50px;
}
.icons__icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -30px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid #3DCD58;
  border-radius: 50%;
  margin-left: -40px;
}
.icons__icon--1:before {
  background: #ffffff url('../images/icon-1.png') no-repeat 50% 50%;
  background-size: 32px auto;
}
.icons__icon--2:before {
  background: #ffffff url('../images/icon-2.png') no-repeat 50% 50%;
  background-size: 46px auto;
}
.icons__icon--3:before {
  background: #ffffff url('../images/icon-3.png') no-repeat 50% 50%;
  background-size: 46px auto;
}
.icons__icon--4:before {
  background: #ffffff url('../images/icon-4.png') no-repeat 50% 50%;
  background-size: 45px auto;
}
.icons__icon--5:before {
  background: #ffffff url('../images/icon-5.png') no-repeat 50% 50%;
  background-size: 46px auto;
}
.icons__icon--6:before {
  background: #ffffff url('../images/icon-6.png') no-repeat 50% 50%;
  background-size: 30px auto;
}
.icons__icon--7:before {
  background: #ffffff url('../images/icon-7.png') no-repeat 50% 50%;
  background-size: 30px auto;
}
.icons__icon--8:before {
  background: #ffffff url('../images/icon-8.png') no-repeat 50% 50%;
  background-size: 48px auto;
}
.icons__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  min-height: 44px;
  padding-bottom: 18px;
}
.icons__text {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 0 15px;
}
.icons__icon:hover .icons__text {
  display: block;
}
.icons__icon:hover {
  background: #FFFFFF;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
}
.icons__icon:hover .icons__title {
  color: #fa6408;
}


.module {
  background-color: #EDEDED;
  padding: 80px 0 95px;
}
.module__title {
  font-family: "Arial Rounded MT Pro Cyr", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  color: #3DCD58;
  padding-bottom: 47px;
  max-width: 800px;
  margin: 0 auto;
}
.module__items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module__items--two {
  justify-content: center;
}
.module__item {
  width: 358px;
  background: #FFFFFF;
  padding: 25px 28px;
  box-sizing: border-box;
}
.module__items--two .module__item {
  margin: 0 10px;
}
.module__img img{
  width: 100%;
}
.module__img iframe{
  width: 100%;
  height: auto;
}

.module__img--big {
  margin: -25px auto -47px;
}
.module__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3DCD58;
  padding: 24px 0 16px;
  min-height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.module__text {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.module--white {
  background-color: #ffffff;
}
.module--white .module__item {
  border: 2px solid #3DCD58;
}
.plan {
  padding-bottom: 80px;
}
.plan__img {
  margin: 0 auto 50px;
  max-width: 1256px;
  width: 100%;
  height: auto;
  display: block;
}
.plan__link {
  cursor: pointer;
}
.plan__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 0 100px;
  flex-wrap: wrap;
}
.plan__item {
  width: 300px;
}
.plan__item-title {
  font-family: "Arial Rounded MT Pro Cyr", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #3DCD58; 
  padding-bottom: 18px;
}
.plan__item-text {
  font-size: 13px;
  line-height: 16px;
}
.plan__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 25px;
}
.plan__text {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #3DCD58;
  margin-bottom: 25px;
}
.plan .button {
  margin: 0 auto;
}


@media screen and (max-width: 1280px) {
  .main {
    position: relative;
  }
  .main__alliance {
    margin-left: 0;
    top: 20px;
    left: 15px;
  }
  .main {
    padding-bottom: 60px;
  }
  .main .button {
    margin-left: -100px;
    top: inherit;
    bottom: -10px;
  }
}
@media screen and (max-width: 1150px) {
  .module__items {
    justify-content: center;
  }
  .module__item {
    margin: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .menu .conteiner {
    height: 45px;
  }
  .menu img {
    width: 143px;
  }
  .block__img {
    max-width: 350px;
  }
  .block__title {
    font-size: 18px;
    line-height: 20px;
  }
  .block__text {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 25px;
  }
  .solution__title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .solution__text {
    font-size: 14px;
    line-height: 18px; 
  }
  .empty__title {
    font-size: 18px;
    line-height: 22px;
  }
  .empty__text {
    font-size: 14px;
    line-height: 18px;
  }
  .module__title {
    font-size: 18px;
    line-height: 22px;    
  }
  .plan__items {
    justify-content: center;
    padding: 40px 0;
  }
  .plan__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .solution {
    padding: 47px 0 40px;
  }
  .block__item {
    flex-direction: column;
  }
  .block__img {
    padding-bottom: 40px;
    order: 2;
  }
  .block__block {
    padding: 0;
    order: 1;
  }
  .block__item {
    margin-bottom: 0;
  }
  .solution__items {
    flex-direction: column;
  }
  .solution__item {
    padding-bottom: 40px;
    margin: 0;
  }
  .solution .button {
    margin: 0 auto;
  }
  .main__alliance {
    width: 113px;
  }
}
