html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:focus {
    outline: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
img {
    vertical-align: middle;
}

* {
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
section {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	padding-right: 0 !important;
	background: #fff;
}
p,a,li,div,button,input,textarea {
	font-family: 'LiberationSans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
}
p strong {
	font-weight: 700;
}
h1,h2,h3 {
	font-family: 'LiberationSans', sans-serif;
}
a, a:hover, a:active, a:focus, textarea,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
	text-decoration: none !important;
	outline: none !important;
}
ul {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
strong {
	font-weight: 700;
}
i {
	font-style: italic;
}
input.button,
button {
	border: none;
}
a {
	cursor: pointer;
}
.wrp {
	width: 1200px;
	margin: 0 auto;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 90%;
}
body {
	padding-top: 50px;
}
#header {
	padding-top: 18px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
}
#header .wrp {
	border-bottom: 1px solid #C5C5C5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}
.header-logo {
	display: flex;
	align-items: center;
	color: #08C;
	font-size: 14px;
}
.header-logo img {
	margin-right: 7px;
}
.header-menu li {
	display: inline-block;
	margin-right: 20px;
}
.header-menu li a {
	color: #08C;
	font-size: 14px;
	position: relative;
}
.header-menu li a:after {
	content: "";
	background: #08C;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -12px;
	left: 0;
	transition: .4s;
	transform: scale(0);
}
.header-menu li a:hover:after {
	transform: scale(1);
}
.header-menu li.dropdown a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #08C;
    position: absolute;
    right: -13px;
    top: 6px;
}

#main {
	padding: 40px 0 120px 0;
	text-align: center;
}
#main h1 {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	color: #4D4D4D;
	font-weight: 700;
	margin: 25px 0 20px 0;
}
#main h1 + p {
	color: #8C8C8C;
	font-size: 20px;
	font-weight: 300;
	line-height: 90%;
	text-transform: lowercase;
}

#info {
	padding-bottom: 135px;
}
#info .wrp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.info-text {
	width: 48%;
}
.info-text h2 {
	color: #08C;
}
.info-text p {
	color: #08C;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	margin-top: 40px;
}
.info-img {
	width: 40%;
	position: relative;
}
.info-img img:last-child {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#adva {
	padding-bottom: 120px;
}
#adva h2 {
	text-align: center;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
}
.adva-list {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.adva-list-item {
	width: 284px;
	margin: 0 8px 40px 8px;
	text-align: center;
}
.adva-list-item .img img {
	width: 180px;
}
.adva-list-item .text-h {
	color: #08C;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 12px;
	margin-top: 20px;
}

/* NEWS */

#news {
	padding-bottom: 200px;
}
#news h2 {
	text-align: center;
	color: #08C;
	margin-bottom: 40px;
	text-align: center;
}
.news {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.news-item {
	width: calc(50% - 10px);
}
.news-item a {
	display: block;
}
.news-item-img {
	width: 100%;
	height: 382px;
	margin-bottom: 20px;
}
.news-item-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.news-item-name {
	color: #08C;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.news-item-text {
	color: #333 !important;
	margin-bottom: 10px;
	font-size: 14px;
}
.news-item-date {
	color: #8C8C8C;
	font-weight: 700;
	font-size: 14px;
}

/* АДАПТИВ */
@media (max-width: 1340px) {
	.wrp {
		width: 970px;
	}
	.info-text p {
		font-size: 27px;
	}
	.info-img {
		width: 46%;
	}
	.news-item-img {
		height: 300px;
	}
	#news {
		padding-bottom: 100px;
	}
}

@media (max-width: 992px) {
	.wrp {
		width: 728px;
	}
	.info-text p {
		font-size: 22px;
		margin-top: 30px;
	}
	.info-text h2 {
		font-size: 22px;
		margin-top: 30px;
	}
	.info-img img:last-child {
		bottom: -20px;
		width: 180px;
	}
	#main {
		padding: 40px 0 80px 0;
	}
	#info {
		padding-bottom: 95px;
	}
	#adva {
		padding-bottom: 80px;
	}
	.news-item-img {
		height: 228px;
	}
}

@media (max-width: 746px) {
	.wrp {
		width: calc(100% - 20px);
	}
	#main h1 + p {
		font-size: 14px;
	}
	#main {
		padding: 20px 0 60px 0;
	}
	#info {
		padding-bottom: 60px;
	}
	#info .wrp {
		display: block;
	}
	.info-text {
		width: 100%;
	}
	.info-text h2 {
		font-size: 18px;
		margin-top: 0;
	}
	.info-text p {
		font-size: 18px;
		margin-top: 20px;
	}
	.info-img {
		width: 100%;
		margin-top: 40px;
	}
	.info-img img:first-child {
		width: 290px;
	}
	.info-img img:last-child {
		bottom: -10px;
		width: 180px;
		right: auto;
		left: 220px;
	}
	#adva h2 {
		font-size: 20px;
	}
	.adva-list-item {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#adva {
		padding-bottom: 60px;
	}
	#news h2 {
		font-size: 20px;
	}
	.news-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.news-item-img {
		height: auto;
	}
	.news-item-name {
		font-size: 16px;
	}
	.header-logo {
		display: none;
	}
	.header-menu {
		margin: 0 auto;
	}
	#footer {
		display: block !important;
		position: fixed;
		width: 100%;
		bottom: 0;
		background: #fff;
	}
	#footer .wrp {
		border-top: 1px solid #C5C5C5;
		padding: 13px 0 18px 0;
		display: flex;
		justify-content: center;
	}
	.footer-logo {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #08C;
	}
	.footer-logo img {
		margin-right: 7px;
	}
}

@media (max-width: 420px) {
	.info-img img:first-child {
		width: 70%;
	}
	.info-img img:last-child {
		left: 49%;
	}
}