body {
	font-family: 'Fira Sans', sans-serif;
	background: #231D4F;
	color: #fff;
}

.agency .jumbotron {
	background: url(/images/agency/bg_1.jpg) no-repeat;
	background-size: cover;
}

.agency .jumbo {
	padding: 220px 0;
}

.agency .jumbo h1 {
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 72px;
	text-shadow: 0px 1.77663px 1.77663px rgba(0, 0, 0, 0.09);
}

.agency .jumbo-header-2 {
	font-family: Nunito;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 27px;
	text-shadow: 0px 1.77663px 1.77663px rgba(0, 0, 0, 0.09);
}

.agency .jumbo-buttons {
	margin-top: 100px;
}

.agency .jumbo-buttons .btn {
	color: #fff;
	padding: 15px 35px;
	height: 54px;
	border-radius: 7px;
	transition: 0.3s all ease-in-out;

}

.agency .jumbo-buttons img {
	margin-right: 10px;
}

.agency .jumbo-buttons .btn-email {
	background: radial-gradient(99.95% 134.94% at 16.83% -14.06%, #FF91C6 0%, #FF76B8 35.99%, #FF64AE 100%);
	box-shadow: 0px 11.2671px 18.7786px rgba(0, 0, 0, 0.09);
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
}

.agency .jumbo-buttons .btn-tg {
	background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
	box-shadow: 0px 11.2671px 18.7786px rgba(0, 0, 0, 0.09);
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	margin-left: 50px;
}

.agency .jumbo-buttons .btn-email:hover {
	background: radial-gradient(99.95% 134.94% at 16.83% -14.06%, #c2578a 0%, #c2578a 35.99%, #c2578a 100%);

}

.agency .jumbo-buttons .btn-tg:hover {
	background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #453bbf 0%, #453bbf 33.87%, #453bbf 91.62%);
}

.what-we-do {
	padding: 90px 0;
}

.what-we-do h2 {
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}

.what-we-do-grid {
	padding: 70px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.what-we-do-block {
	width: calc(100% / 3);
	height: 400px;
	background: url(/images/agency/rectangle.svg) no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	text-align: center;
	padding: 65px 65px 100px 65px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.what-we-do-block.block-2,
.what-we-do-block.block-4,
.what-we-do-block.block-6 {
	background: url(/images/agency/rectangle_2.svg) no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.what-we-do-block:before {
	content: "1";
	position: absolute;
	display: block;
	background: #FF72B6;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	top: 20px;
	left: 25px;
	font-weight: 900;
	font-size: 20px;
	line-height: 40px;
	box-shadow: 2px 2px 10px #FF72B6;
}

.what-we-do-block.block-2:before {
	content: "2";
}

.what-we-do-block.block-3:before {
	content: "3";
}

.what-we-do-block.block-4:before {
	content: "4";
}

.what-we-do-block.block-5:before {
	content: "5";
}

.what-we-do-block.block-6:before {
	content: "6";
}

.what-we-do-block:after {
	content: "";
	position: absolute;
	width: 70%;
	top: 130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid rgba(102, 102, 173, 0.2);
}

.what-we-do-block-header {
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
}

.what-we-do-block-header span {
	font-family: Nunito;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

.what-we-do .btn {
	background: radial-gradient(99.95% 134.94% at 16.83% -14.06%, #FF91C6 0%, #FF76B8 35.99%, #FF64AE 100%);
	box-shadow: 0px 11.2671px 18.7786px rgba(0, 0, 0, 0.09);
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	padding: 15px 30px;
	color: #fff;
	display: block;
	width: 200px;
	margin: 0 auto;
}

.what-we-do .btn:hover {
	background: radial-gradient(99.95% 134.94% at 16.83% -14.06%, #c2578a 0%, #c2578a 35.99%, #c2578a 100%);

}

.why-we-are-cool {
	padding: 90px 0;
	background: url(/images/agency/bg_3.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.why-we-are-cool h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 90px;
}

.why-we-are-cool ul {
	list-style: none;
	padding-left: 0;
	
}

.why-we-are-cool ul li {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
}

.why-we-are-cool ul li:before {
	content: url(/images/agency/Light.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

.agency .box__title-name {
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto 60px;
}

.agency .news {
	padding: 90px 0;
}

.agency .news a {
	text-decoration: none;
}

.news_box1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.news__item {
	margin: 1em;
	border-radius: 22.8483px;
	padding: 0;
	background: #211A54;
	width: calc(100% / 4 - 2em);
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
}

.news__img,
.media__img {
	height: 200px;
	width: 100%;
}

.news__title {
	padding: 15px;
	font-family: Nunito;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
}

.news__title a {
	color: #fff;
}

.img-increase {
	transition: 0.3s all ease-in-out;
	position: relative;
}

.img-increased {
	height: 100%;
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s all ease-in-out;
	position: relative;
	border-radius: 5%;
}

.img-increased:hover {
	filter: blur(1px) grayscale(150%);
}

.img-increase:hover::after {
	content: url(/images/agency/chevron.svg);
	width: 19px;
	height: 28px; 
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

._news .btn {
	background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
	box-shadow: 0px 11.2671px 18.7786px rgba(0, 0, 0, 0.09);
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	padding: 15px 30px;
	color: #fff;
	display: block;
	width: 300px;
	margin: 50px auto 0;
}

._news .btn:hover {
	background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #453bbf 0%, #453bbf 33.87%, #453bbf 91.62%);

}

.agency-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
}

.agency-header .header-links a {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  margin-left: 65px;
}

.agency-header .header-links .btn {
  background: radial-gradient(99.95% 134.94% at 16.83% -14.06%, #FF91C6 0%, #FF76B8 35.99%, #FF64AE 100%);
  box-shadow: 0px 11.2671px 18.7786px rgba(0, 0, 0, 0.09);
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 30px;

}

.agency-header .header-links .btn:hover {
  background: radial-gradient(99.95% 134.94% at 16.83% -14.06%, #c2578a 0%, #c2578a 35.99%, #c2578a 100%);

}


@media only screen and (max-width: 768px) {
	.agency .jumbo {
		padding: 150px 0;
	}
	
	.what-we-do-grid {
		flex-direction: column;
	}
	
	.what-we-do-block {
		width: 100%;
		height: 370px;
	}
	
	.agency .jumbo-buttons .btn {
		width: 100%;
	}
	
	.agency .jumbo-buttons .btn-tg {
		margin-top:  20px;
		margin-left: 0;
	}
	
	.why-we-are-cool {
		background-position: left;
	}
	
	.news_box1 {
		flex-direction: column;
		padding: 0 10px;
	}
	
	.news__item {
		width: 100%;
		margin: 1em 0;
	}
	
	.why-we-are-cool h2 {
		text-align: center;
	}
	
	.why-we-are-cool-list ul {
		padding-left: 0;
	}
	
	.agency .jumbo h1 {
		font-size: 40px;
	}

	.agency .jumbo {
		padding: 160px 20px
	}

	.agency-header .header-links a:not(.btn) {
		display: none;
	}
}

@media screen and (max-width: 900px) and (orientation: landscape) {
	
	.what-we-do-block {
		width: 50%;
	}
	
	.what-we-do-block:before {
		top: 35px;
	}
	
	.why-we-are-cool ul li {
		width: 60%;
	}
	
	.news__item {
		width: calc(50% - 2em);
	}
	
}