/* Home Page */
.home-page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-page, .advantages, .about {
  margin-bottom: 100px;
}
.home-page h1 {
  margin-top: 180px;
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
}
.home-page h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}

.hero-main-banner-image {
  position: relative;
  right: -20px;
  margin-top: 85px;
}
.hero-main-banner-image img {
  position: absolute;
}
.hero-main-banner-image img:nth-child(1) {
  z-index: 3;
  top: -130px;
  left: -18px;
}
.hero-main-banner-image img:nth-child(2) {
  right: 145px;
  top: -287px;
}
.hero-main-banner-image img:nth-child(3) {
  left: 25px;
  top: -20px;
}
.hero-main-banner-image img:nth-child(4) {
  right: 12%;
  top: 118px;
  z-index: 1;
}
.hero-main-banner-image img:nth-child(5) {
  left: 28%;
  top: -120px;
  z-index: 2;
}
.hero-main-banner-image img:nth-child(6) {
  right: 35%;
  z-index: 1;
  top: -150px;
}
.hero-main-banner-image img:nth-child(7) {
  right: 20px;
  top: -110px;
}
.hero-main-banner-image img:nth-child(8) {
  right: 25px;
  top: -140px;
}
.hero-main-banner-image img:nth-child(9) {
  right: 30%;
  z-index: 1;
  top: -35px;
}
.hero-main-banner-image img:nth-child(10) {
  left: 37%;
  top: -28px;
  z-index: 1;
}
.hero-main-banner-image img:nth-child(11) {
  left: 37%;
  top: -160px;
  z-index: 1;
}
.hero-main-banner-image img:nth-child(12) {
  left: 90px;
  top: -110px;
}
.hero-main-banner-image img:nth-child(13) {
  left: 56%;
  top: -25px;
  z-index: 2;
}
.hero-main-banner-image img:nth-child(14) {
  right: 105px;
  top: -28px;
}
.hero-main-banner-image img:last-child {
  display: none;
}
@media (max-width: 1200px) {
	.hero-main-banner-image {
    right: 0;
  }
	.hero-main-banner-image img {
    display: none;
    position: relative;
  }
  .hero-main-banner-image img:last-child {
    display: inline-block;
  }
}
@media (max-width: 1142px) {
	.home-page {
		justify-content: center;
	}
	.home-page h1 {
		margin-top: 60px;
		font-size: 32px;
		text-align: center;
	}
	.hero-main-banner-image {
		text-align: center;
		margin-top: 0;
	}
	.home-page h3 {
		font-size: 20px;
		text-align: center;
	}
	.header-contact {
	  display: flex;
	  align-items: center;
	  justify-content: space-around;
	}
	.social {
		margin-top: 0;
		font-size: 18px;
	}
	.btn {
  	font-size: 10px;
		padding: 12px 20px;
	}
}
@media (max-width: 920px) {
	.advantages-title {
		font-size: 16px;
	}
	.advantages-text {
		font-size: 14px;
	}
	.home-page, .advantages, .about {
		margin-bottom: 50px;
	}
}
/*
.hero-main-banner-image img:nth-child(2) {
  animation: pulse 2.5s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}*/
h2 {
	color: #000;
	text-align: center;
	font-family: Museo Sans Cyrl;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 1142px) {
	h2 {
		font-size: 26px;
	}
}
.advantages-block {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.advantages-top {
  align-items: center;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: linear-gradient(318deg, rgba(0, 0, 0, 0.40) 0%, rgba(255, 255, 255, 0.40) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  box-shadow: 5px 5px 10px 0px #A6ABBD, -5px -5px 10px 0px #FAFBFF;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  width: 130px;
  height: 130px;
}
.advantages-top img {
  width: 100px;
}
.advantages-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.advantages-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
}
.advantages p {
	margin: 20px auto 30px;
}
.about h2 {
	margin: 0 auto 50px;
}
.view-all {
	margin-bottom: 50px;
}
.service_single_content {
  border-radius: 10px;
  box-shadow: none;
  padding: 40px 30px;
  margin-bottom: 30px;
  background: #202a7c;
  display: flex;
}
.service_icon
{
  margin-right: 15px;
}
.service_content h6
{
  color: #fff;
  font-size: 22px;
}
.service_content p
{
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}