body {
	background-color: #0007B8;
	margin: 0;
	padding: 0;
}
div.activeblock {
	display: block;
}
.popwrapper {
	  position: fixed;
    top: 20px;
    width: 100%;
}
.popcallback, .popcontactform {
	margin: auto;
	top: 10px;
	display: none;
	max-width: 720px;
	position: relative;
}
.buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.buttons a {
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    text-align: center;
    width: 160px;
    text-transform: uppercase;
}
.clousepopcallback, .clousecontactform {
	  position: absolute;
    font-size: 30px;
    right: 20px;
    display: block;
    z-index: 31;
    cursor: pointer;
}
.contactbutton {
	background-color: #15aae2b3;
}
.conteiner-fluid {
	padding-top: 100px;
}
.container {
	width: 1440px;
	margin: auto;
	padding-bottom: 30px;
}
.slider {
	box-sizing: border-box;
	background: linear-gradient(90deg, #030074 0%, #020140 100%);
	/*border-top: 4px solid #C933E1;*/
	height: 500px;
	display: flex;

}
.slidercontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	height: 400px;
	border-radius: 25px;

	background: linear-gradient(269.9deg, #2D0066 -15.4%, #1D0041 117.57%);
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 25px;
	margin: auto;
  transition: .5s background;
}
.slidercontainer:hover {

	background: linear-gradient(269.9deg, #5414a5 -15.4%, #1D0041 117.57%);
  transition: .5s background;
}
.sliderleftpart {
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 50px;
	line-height: 2;
	/*padding-left: 100px;*/
	justify-content: center;
}
.sliderrightpart {
	color: white;
	font-size: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
   /* padding-left: 230px;*/
}
.itemlogo {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	padding-right: 3px;
}
.slideritemlogo {
	background-color: red;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 10px;
}
.contactitem {
	display: flex;
	align-items: center;
	gap: 5px;
}
.sliderleftitem {
	display: flex;
	align-items: center;
}
.headmenu-wrapper {
	position: fixed;
	background-color: #0007B8;
	top: 0;
	left: 0;
	width: 100%;
}
.headmenu {
	display: flex;
	align-items: center;
	color: white;
  justify-content: space-around;
  border-bottom: 4px solid #C933E1;
  padding-top: 10px;
}
.headmenu a {
	color: white;
	text-decoration: none;
}
.logo img {
	height: 90px;
}
.services {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	padding-top: 50px;
	justify-content: space-between;
	transition: .5s background-color;
}
.service {
	width: 700px;
	background-color: #350944;
	border-radius: 28px 28px 10px 10px;
	border-bottom: 7px solid #FF9900;
	transition: .5s background-color;
}
.service:hover {
	background-color: #6c2e81;
}
.servicetitle {
	background-color: #18132a;
	border-radius: 28px;
	height: 130px;
	display: flex;
	align-items: center;
}
.servicetitletext {
	padding-left: 75px;
	font-size: 30px;
	color: #a0a0a0;
	width: 300px;
    line-height: 0.9;
}
.serviceconntent {
	padding: 40px 0;
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    flex-direction: column;
}
.serviceconntentitem {
	display: flex;
	padding: 0 20px;
	gap: 20px;
}
.serviceconntentitemlogo {
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	background: linear-gradient(180deg, #4F0505 0%, #7A0B4E 100%);
	border: 3px solid #3A0000;
	border-radius: 50%;
	margin-top: 7px;

}
.serviceconntentitemtext {
	font-size: 30px;
	color: white;
}
.footer {
	background-color: #878787;
}
.footer_content {
	margin: auto;
	display: flex;
	
	width: 1440px;
	padding: 30px 0px;
	padding-left: 20px;
}
.footer_title {
	font-size: 30px;
}
.footer ul {
	 margin: 0;
 	 padding: 0;
}
.footer li {
 list-style-type: none;
 padding-left: 10px;
 font-size: 18px;
 padding: 5px 0 0 10px;
 color: white;
}
.footer li a {
	text-decoration: none;

 color: white;
}

.copyright {
	width: 100%;
	font-size: 20px;
	padding: 10px 0;
}
.footer__services, .footer__contacts {
	width: 40%; 
}

@media (max-width: 1470px) {
  .container { 
     width: 1200px;
  }
  .services {
  	justify-content: space-evenly;
  }
  .service {
  	width: 48%;
  }
  .footer_content {
  	width: auto;
  }
/*  .headmenu {
  	gap: 30px;
  }*/

.footer__services, .footer__contacts {
	width: 90%; 
}


}

@media (max-width: 1250px) {
  .container { 
     width: 100%;
  }

  .slidercontainer {
  	width: 95%;
  }
  .services {
  	justify-content: space-evenly;
  }
  .service {
  	width: 48%;
  }
/*  .headmenu {
  	gap: 10px;
  }*/
  .sliderleftpart {
  	font-size: 40px;
  	line-height: 1.4;
  }
  .servicetitletext {
  	padding-left: 20px;
  }
  .serviceconntentitemtext {
  	width: 90%;
  }
  .locations {
  	display: none;
  }

}

@media (max-width: 768px) {
	.conteiner-fluid {
		padding-top: 60px;
	}
	.buttons {
		flex-direction: row;
		padding-top: 10px;
		font-size: 10px;
	}
		.headmenu {
		font-size: 12px;
		padding: 10px 0;
		flex-wrap: wrap;
	}

.buttons a {
    padding: 5px 5px;
    width: 110px;
  }

	.logo img {
		height: 50px;
	}
/*	.headmenu {
  	flex-direction: column;
  }*/
	.services {
		padding-top: 50px;
	}
  .service {
  	width: 90%;

  }
  .slidercontainer {
  	flex-direction: column;
  }
  .sliderleftpart {
  	padding-left: 30px;
  }
  .sliderrightpart {
  	padding-left: 30px;
  }
  .numitemsecond {
  	display: none;
  }
	.servicetitle {
		height: 90px;
	}
	.footer_content {
		flex-direction: column;
	}

}

@media (max-width: 520px) {
	.headmenu {
		font-size: 12px;
		padding: 10px 0;
	}
	.logo img {
    height: 20px;
   }
   .serviceconntentitemtext {
   	font-size: 20px;
   }
   .servicetitletext {
   	font-size: 20px;
   }
   .serviceconntent {
   	row-gap: 10px;
   }
   .footer_title {
   	font-size: 24px;
   }
   .footer li {
   	font-size: 16px;
    padding: 5px 0 0 10px;
    color: white;


   }
}
