* {
	vertical-align: baseline;
	font-weight: inherit;
	/*font-family: inherit;*/
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: Roboto;
}

body, a {
	text-decoration: none;
	color: #3f3f3f;
	font-size: 16pt;
}

body {
	background-color: #edf2f8;
}



/* common width */
.contWidth {
	width: 67%;
	margin: 0 auto;
}

@media screen and (max-width: 1390px) {
	.contWidth {
		width: 80%;
	}
}

@media screen and (max-width: 1170px) {
	.contWidth {
		width: 100%;
	}
}

@media screen and (max-width: 970px) {
	.contHdrMenu_menu {
		flex-wrap: wrap;
	}
	ul.contContMenu_menu {
		display: block;
	}
	div.photo_cont {
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}


/********  header menu ********/
.contHdrMenu > div {
	display: flex;
}
.contHdrMenu_menu {
	display: flex;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}
.contHdrMenu_menu > li {
	margin: 10px 20px 10px 0;
}
.contHdrMenu_menu a {
    padding: 6px 10px;
    display: block;
	transition: all 0.3s ease-in-out;
}
.contHdrMenu_menu a:hover {
	/*color: #073c78;*/
	color: #21618d;
	background-color: white;
	box-shadow: 0 0px 18px 10px white;
}



/********  content block banner ********/
.contBanner {
	background-color: #073c78;
}
/*.contBanner > div {
	min-height: 850px;
	background: center/contain no-repeat url('images/olimp_logo.png');
}*/
.contBanner img {
	width: 100%;
	margin-bottom: -5px;
}



/******** content menu ********/
.contContMenu_menu {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	background: left/contain repeat-x url('images/back_letter.png');
}
.contContMenu_menu li {
    text-align: center;
	padding: 50px 0;
}
.contContMenu_menu a {
	background-color: #073c78;
	color: white;
	padding: 30px 40px;
    min-width: 200px;
    display: inline-block;
	transition: all 0.3s ease-in-out;
}
.contContMenu_menu a:hover {
	background-color: #21618d;
	transform: scale(1.1);
}



/******** content common ********/
.cont_hdr {
    padding: 20px 0;
    background-color: #d6e2ee;
    font-size: 24pt;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
	color: #073c78;
}
.cont_inn {
	padding: 40px;
}
.cont_inn p, .cont_inn li {
	text-align: justify;
}



/******** content news ********/
.contContNews > div {
	background: #fafcff;
}

.ccn_hdr1 {
    font-size: 18pt;
    font-weight: bold;
    padding: 20px 0;
}
.ccn_link {
	display: flex;
	margin: 0 80px;
	padding: 5px 0;
}
.ccn_link span {
	font-size: 8pt;
    vertical-align: super;
	margin-right: 10px;
}
.ccn_link a {
	display: flex;
	transition: all 0.3s ease-in-out;
}
.ccn_link a:before {
	content: " ";
	display: block;
	width: 26px;
	min-width: 26px;
	height: 26px;
	min-height: 26px;
	margin-right: 10px;
	background: center/contain no-repeat url('images/link.png');
}
.ccn_link a:hover {
	color: #21618d;
}



/******** content about ********/
.contContAbout > div {
	background: #fafcff;
}
.contContAbout p {
	text-indent: 40px;
}
.contContAbout p, .contContAbout li {
	line-height: 24pt;
}
.contContAbout ul, .contContAbout ol {
    padding-left: 110px;
}



/******** content documents ********/
.contContDocs > div {
	background: #fafcff;
}



/******** content partners ********/
.contContPrts > div {
	background: #fafcff;
}



/******** content media ********/
.contContMedia > div {
	background: #fafcff;
}
p.ccm_hdr1 {
	font-size: 18pt;
    font-weight: bold;
    padding: 20px 0;
	text-align: center;
}
p.ccm_video {
	text-align: center;
}
.photo_cont {
	margin: 0 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.photo_cont a {
	/*margin: 10px;*/
	transition: all 0.3s ease-in-out;
}
.photo_cont a:hover {
	transform: scale(1.1);
}
.photo_cont img {
	width: 100%;
	border-radius: 0 30px;
}



/******** content feedback ********/
.contContFeedback .cont_inn {
    background-color: #073c78;
    color: white;
}

.contContFeedback a {
	color: white;
}
.contContFeedback p {
    max-width: 600px;
	margin: 0 auto;
	line-height: 24pt;	
    margin-bottom: 14px;
}
.ccf_person span {
	font-weight: bold;
}
.ccf_person:before {
	content: " ";
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background: center/contain no-repeat url(images/person.png);
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.ccf_mail:before {
	content: " ";
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background: center/contain no-repeat url(images/mail.png);
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.ccf_phone:before {
	content: " ";
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background: center/contain no-repeat url(images/phone_w.png);
    position: relative;
    top: 4px;
    margin-right: 10px;
}



.cont_soc {
	text-align: center;
	width: 50%;
    border-top: 2px solid #7e98b7;
	margin: 0 auto;
	margin-top: 20px;
    padding-top: 16px;
}
.cont_soc a {
	width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 10px;
    transition: 0.3s;
	display: inline-block;
}
.cont_soc a:hover {
    transform: scale(1.2);
}
.cont_soc a div {
	content: " ";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: 0.3s;
    background: center/contain no-repeat url(images/soc_link_tg_w.png);
}
.cont_soc a:hover div {
	opacity: 1;
}
a.cont_soc_tg div {
	background-image: url(images/soc_link_tg_w.png) !important;
}
a.cont_soc_fb div {
	background-image: url(images/soc_link_fb_w.png) !important;
}
a.cont_soc_vk div {
	background-image: url(images/soc_link_vk_w.png) !important;
}



