/* Default */
/* --------------------------------------- */
body {
	margin: 0;
	padding: 0;
background: url(/sm.aspx?guid=43223);


/* --background: url(/sm.aspx?guid=40373) no-repeat;
   background-color: #eff4f5;-- */
    background-attachment: fixed;
    background-position: left bottom;	

	font-family: 'Roboto', sans-serif;
}
iframe {
	margin: 0;
	padding: 0;
	border: none;	
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
/* --------------------------------------- */

/* -----------Новый год--------- */

.averin_newyear {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 136px;
		z-index: 500;
		display: block;
		background: url(/sm.aspx?guid=47513) no-repeat top center;
		background-size: cover;
}

/* Table */
/* --------------------------------------- */
.table {
	height: auto;
	overflow: hidden;
	border-spacing: 0;
	border: 0;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: table;
}
@media screen and (max-width: 580px) {
	.table {
		display: block;
	}
}
.table tr {
	display: table-row;
	background: #fafafa;
}
.table tr:nth-of-type(odd) {
	background: #e9e9e9;
}
.table tr:first-child {
	font-weight: 900;
	color: #ffffff;
	background: #007f99d4;
	
}
.table tr:first-child td {
	text-align: center;
}
@media screen and (max-width: 580px) {
	.table tr {
		padding: 14px 0 7px;
		display: block;
	}
	.table tr:first-child {
		padding: 0;
		height: 6px;
	}
	.table tr:first-child td {
		display: none;
	}
	.table tr td {
		margin-bottom: 10px;
	}
	.table tr td:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #969696;
		display: block;
	}
}
.table td {
	padding: 10px 12px;
	display: table-cell;
	border: none;
}
@media screen and (max-width: 580px) {
	.table td {
		padding: 2px 16px;
		display: block;
	}
}
/* --------------------------------------- */

/* Radio */
/* --------------------------------------- */
.radio {
	margin : 2px 0;
	display : block;
	cursor : pointer;
}
.radio input {
	display : none;
}
.radio input + span {
	line-height : 22px;
	padding-left : 22px;
	display : block;
	position : relative;
}
.radio input + span:not(:empty) {
	padding-left : 30px;
}
.radio input + span:before, .radio input + span:after {
	content : '';
	width : 22px;
	height : 22px;
	display : block;
	border-radius : 50%;
	left : 0;
	top : 0;
	position : absolute;
}
.radio input + span:before {
	background : #D1D7E3;
	transition : background 0.2s ease, transform 0.4s cubic-bezier(0.175,0.885,0.32,2);
}
.radio input + span:after {
	background : #fff;
	transform : scale(0.78);
	transition : transform 0.6s cubic-bezier(0.175,0.885,0.32,1.4);
}
.radio input:checked + span:before {
	transform : scale(1.04);
	background : #2892a7;
}
.radio input:checked + span:after {
	transform : scale(0.4);
	transition : transform 0.3s ease;
}
.radio:hover input + span:before {
	transform : scale(0.92);
}
.radio:hover input + span:after {
	transform : scale(0.74);
}
.radio:hover input:checked + span:after {
	transform : scale(0.4);
}
/* --------------------------------------- */

/* Responsive */
/* --------------------------------------- */
.responsive-image {
	background-size: cover;
}
.responsive-iframe,
.responsive-video,
.responsive-object,
.responsive-embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
	
}
.responsive-image img {
	width: 100%;
}
.responsive-iframe iframe, 
.responsive-video video, 
.responsive-object object, 
.responsive-embed embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	min-height: 100%;
	height: auto; 
}
/* --------------------------------------- */

/* Aspect Ratio */
/* --------------------------------------- */
.aspect-raito {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
   overflow: hidden;
}
.aspect-raito img {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}
.w1-h1 {
	padding-top: 100%; /* 1:1 Aspect Ratio */
}
.w3-h2 {
	padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.w4-h3 {
	padding-top: 75%; /* 4:3 Aspect Ratio */
}
.w8-h5 {
    padding-top: 62.5%; /* 8:5 Aspect Ratio */
}
.w16-h9 {
	padding-top: 80%; /* 16:9 Aspect Ratio  56.25%*/
}
.w16-h10 {
	padding-top: 62.5%; /* 16:10 Aspect Ratio */
}
/* --------------------------------------- */

/* Cover */
/* --------------------------------------- */
.cover {
    height: 100%;
    object-fit: cover;
}
/* --------------------------------------- */

/* Link */
/* --------------------------------------- */
.link {
    display: inline-block;
    color: #3391D6;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.link:after {
    background-color: #3391D6;
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    left: 50%;
    position: absolute;
    transition: width .1s ease-in-out;
    transform: translateX(-50%);
}
.link:hover:after,
.link:focus:after {
    width: 100%;
}
/* --------------------------------------- */

/* Button */
/* --------------------------------------- */
.button {
	display: inline-block;
	padding: .8em 1.4em;
	background-color: #2892a7e0;
	
	text-decoration: none;
	transition: all 0.3s ease;
	color: #FFFFFF;
	cursor: pointer;border-radius: 5px;
}
.button:hover {background-color: #eff4f500;
    color: #2892a7;
        border: 0.5px solid #2892a7;
  	
}

.button p {
	display: inline-block;
	padding: .8em 1.4em;
	background-color: #2892a7e0;
	
	text-decoration: none;
	transition: all 0.3s ease;
	color: #FFFFFF;
	cursor: pointer;border-radius: 5px;
}

/* --------------------------------------- */

/* Wrapper */
/* --------------------------------------- */
.wrapper {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2px 0;
}
@media (max-width: 1200px) {
	.wrapper {
		padding: 0;
	}
}
/* --------------------------------------- */

/* Top Navigation */
/* --------------------------------------- */
#top-navigation-checkbox {
	display: none;
}
#top-navigation {
	background-color: #FFFFFF;
	margin: 0 0 2px 0;
	clear: both;
	overflow: auto;
}
#top-navigation .toggle-bar {
	float: left;
	padding: 0.35em 0.6em;
	font-size: 20px;
	color: #3391D6;
	cursor: pointer;
	display: none;
}
@media (max-width: 992px) {
	#top-navigation .toggle-bar {
		display: inline-block;
	}
}
#top-navigation .toggle-bar:hover {
	background-color: #3391D6;
	color: #FFFFFF;
}
#top-navigation .top-navigation-menu {
	padding: 0;
	margin: 0 0 0 0.5em;
	float: left;
}
@media (max-width: 992px) {
	#top-navigation .top-navigation-menu {
		margin: 40px 0 0 0;
		background-color: #FFFFFF;
		position: absolute;
		float: none;
		display: none;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		padding: 7px 0;
	}
	#top-navigation-checkbox:checked + #top-navigation > .top-navigation-menu {
		display: block;
	}
}
#top-navigation .top-navigation-menu li {
	list-style-type: none;
	float: left;
}
@media (max-width: 992px) {
	#top-navigation .top-navigation-menu li {
		float: none;
	}
}
#top-navigation .top-navigation-menu li a {	
	display: block;
	font-size: 12px;
	padding: 0.9em 1em;
	text-decoration: none;
	color: #333333;
}
@media (max-width: 992px) {
	#top-navigation .top-navigation-menu li a {	
		display: inline-block;
		margin: 0 10px;
	}
}
#top-navigation .top-navigation-menu li a:hover {	
	color: #3391D6;
}
#top-navigation .top-social-icons-menu {
	padding: 0;
	margin: 0 0 0 2%;
	float: right;
}
#top-navigation .top-social-icons-menu li {
	list-style-type: none;
	float: left;
}
#top-navigation .top-social-icons-menu li a {
	display: inline-block;
	padding: 0.35em;
	text-decoration: none;
	font-size: 20px;
}
#top-navigation .top-social-icons-menu li a:hover span {
	color: #000000 !important;
}
#top-navigation .top-links {
	float: right;
	padding: 0;
	margin: 0 0 0 0.5em;
}
#top-navigation .top-links li {
	list-style-type: none;
	float: left;
}
#top-navigation .top-links li a {	
	display: block;
	font-size: 12px;
	padding: 0.9em 1em;
	text-decoration: none;
	color: #333333;
}
#top-navigation .vision {
	float: right;
	display: inline-block;
	padding: 0.35em 0.5em;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}
#top-navigation .vision:hover {
	background-color: #333333;
	cursor: pointer;
	color: #FFFFFF;
}
#top-navigation .translate {
	float: right;
	padding: 0;
	margin: 4px 0 0 1%;
}
#top-navigation .translate li {
	float: left;
	list-style-type: none;
	font-size: 12px;
}
#top-navigation .translate li a {
	display: block;
	background-color: rgba(68, 68, 68, 0.1);
	padding: 5px 7px;
	margin: 2px;
	border-radius: 4px;
	color: #333333;
	text-decoration: none;
}
#top-navigation .translate li a:hover {
	background-color: rgba(68, 68, 68, 1);
	color: #FFFFFF;
}
#top-navigation .translate li .active {
	background-color: rgba(68, 68, 68, 1);
	color: #FFFFFF;
}
/* --------------------------------------- */

/* Header */
/* --------------------------------------- */
#masthead {
	overflow: auto;
	clear: both;
	background-color: #FFFFFF;
}
#masthead .masthead-left {
	width: calc(100% - 3.6em - 390px);
	float: left;
	padding: 2.2em 1.8em;
}
@media (max-width: 768px) {
	#masthead .masthead-left {
		clear: both;
		padding: .8em;
		width: calc(100% - 1.6em);
	}
}
#masthead .masthead-left h1 {
	margin: 0;
	padding: 0;
}
#masthead .masthead-left .mgiro {
	display: inline-block;
	color: #333333; 
	text-decoration: none;
	font-size: 14px;
	margin-top: 12px;
}
#masthead .masthead-left .iso {
	display: block;
	color: #2892a7;
	text-decoration: none;
	padding-top: 15px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 10px;
}
@media (max-width: 1200px) {
	#masthead .masthead-left .iso {
		line-height: 1em;
	}
}
#masthead .masthead-right {
	width: 360px;
	float: right;
	padding: 1.8em 1.8em 1.8em 0;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
@media (max-width: 768px) {
	#masthead .masthead-right {
		clear: both;
		padding: .8em;
		width: calc(100% - 1.6em);
	}
}
#masthead .masthead-right a {
	color: #3391D6;
	text-decoration: none;
}
#masthead .masthead-right a:hover {
	color: #333333;
	text-decoration: underline;
}
/* --------------------------------------- */

/* QRCode */
/* --------------------------------------- */
#qrcode {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 20px;
}
/* --------------------------------------- */

/* Main Navigation */
/* --------------------------------------- */
#main-navigation-checkbox {
	display: none;
}
#main-navigation {
	font-size: 14px;
	background-color: #007f99d4;
	height: 40px;
	color: #FFFFFF;
	position: relative;
	z-index: 99;
}
#main-navigation a {
	line-height: 20px;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
}
#main-navigation a:hover {
	background-color: #0f5765;
}
#main-navigation ul {
	padding: 0;
	margin: 0;
}
#main-navigation ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
#main-navigation .toggle-button {
	float: left;
	cursor: pointer;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	width: 36px;
}
#main-navigation .toggle-button:hover {
	background-color: #0f5765;
}
#main-navigation > .menu {
	display: none;
	clear: both;
	background-color: #444444;padding-left: 20px;
}
#main-navigation > .menu > ul > li > ul {
	display: none;
}
#main-navigation > .menu > ul > li:hover > a {
	background-color: #0f5765;
}
#main-navigation > .menu > ul > li > ul > li {
	clear: both;
	background-color: #2892a7;
}
#main-navigation > .menu > ul > li > ul > li > a {
	display: block;
}
#main-navigation > .menu > ul > li > ul > li > a:hover {
	background-color: #0f5765;
}
@media (max-width: 1200px) {
	#main-navigation > .menu > ul > li > a {
		width: calc(100% - 80px);
	}
	#main-navigation > .menu > ul > li:hover > ul {
		display: block;
	}
	#main-navigation > .menu > ul > li > ul > li {
		width: calc(100% - 60px);
	}
}
@media (min-width: 1200px) {
	#main-navigation {
		padding: 0 5px;
	}
	#main-navigation .toggle-button {
		display: none;
	}
	#main-navigation > .menu {
		display: block;
	}
	#main-navigation > .menu > a {
		float: left;
	}
	#main-navigation > .menu > ul {
		float: left;
	}
	#main-navigation > .menu > ul > li {
		float: left;
	}
	#main-navigation > .menu > ul > li > a {
		float: left;
	}
	#main-navigation > .menu > ul > li > ul {
		position: absolute;
		margin-top: 40px;
	}
	#main-navigation > .menu > ul > li:hover > ul {
		display: block;
		background-color: #3391D6;
	}
}
#main-navigation-checkbox:checked + #main-navigation > .menu {
	display: block;
}
/* --------------------------------------- */

/* Content */
/* --------------------------------------- */
.content {
	clear: both;
	overflow: auto;
	background-color: #FFFFFF;
}
/* --------------------------------------- */

/* Primary */
/* --------------------------------------- */
#primary {
	margin: 25px;
	clear: both;
	overflow: hidden;
}
@media (max-width: 768px) {
	#primary {
		margin: .8em;
		width: calc(100% - 1.6em) !important;
	}
}
#primary .selection {
	clear: both;
	margin: 20px 0;
	overflow: auto;
}
#primary .selection:first-child {
	margin-top: 0;
}
#primary .selection:last-child {
	margin-bottom: 0;
}
/* --------------------------------------- */

/* Posts */
/* --------------------------------------- */
.posts {
	padding: 0;
	margin: 0;
}
.posts li {
	padding: 0;
	margin: 10px;
	list-style-type: none;
	width: calc(50% - 10px);
	float: left;
}
.posts li:first-child {
	margin: 0 10px 10px 10px;	
}
.posts li:last-child {
	margin: 10px 10px 0 10px;	
}
@media (max-width: 992px) {
	.posts li {
		width: 100%;
		border-bottom: 1px dashed #E2E2E2;
		padding-bottom: 20px;
		margin: 10px 0 !important;
	}
	.posts li:first-child {
		margin: 0 0 10px 0 !important;
	}
	.posts li:last-child {
		margin: 10px 0 0 0 !important;
	}
}
.posts li .featured {
	width: 40%;
	float: left;
	padding-right: 10px;
	margin-bottom: 5px;
}
@media (max-width: 992px) {
	.posts li .featured {
		width: 100%;
		padding: 0 0 10px 0;
	}
}
.posts li .featured .responsive-image a img {
	transition: all 0.3s ease;
}
.posts li .featured .responsive-image a img:hover {
	width: 150%;
	left: -25%;
}
.posts li h3 {
	width: calc(60% - 10px);
	float: right;
	padding: 0;
	margin: 0;
	font-size: 14px;
	padding-bottom: 7px;
}
@media (max-width: 992px) {
	.posts li h3 {
		width: 100%;
	}
}
.posts li h3 a { 
	font-size: .85rem;
	color: #2892a7;
	text-decoration: none;
	transition: all 0.1s ease;
	font-weight: bold;
}
.posts li h3 a:hover { 
	color: #444444;
}
.posts li span {
	display: block;
	font-size: 12px;
	color: #444444;
}
.posts li span i {
	margin-right: 7px;
	position: relative;
	font-size: 10px;
	bottom: 1px;
}
.posts li p {
	line-height: 1.4;
	font-size: 0.8125rem;
	display: none;
	color: #444444;
}
@media (max-width: 992px) {
	.posts li p {
		display: block;
	}		
}
.posts li .button {
	display: none;
	font-size: 12px;
}
@media (max-width: 992px) {
	.posts li .button {
		display: inline-block;
	}
}
/* --------------------------------------- */

/* Actual */
/* --------------------------------------- */
.actual li {
	margin: 10px 0 10px 10px;
}
.actual li:nth-child(1) {
	margin: 0 10px 10px 0;
}
.actual li:nth-child(1) .featured {
	width: 100%;
	padding: 0 0 10px 0;
}
.actual li:nth-child(1) h3 {
	width: auto;
	float: none;
}
.actual li:nth-child(1) p {
	display: block;
	height: 102px;
	overflow: hidden;
}
@media (max-width: 992px) {
	.actual li:nth-child(1) p {
		height: auto;
	}
}
.actual li:nth-child(2) {
	margin: 0 0 10px 10px;
}
.actual li:last-child {
	margin: 10px 0 10px 10px;
}
/* --------------------------------------- */

/* Breadcrumbs */
/* --------------------------------------- */
#breadcrumbs {
	clear: both;
	padding: .5em 0;
	margin: 0;
	font-size: 16px;
	color: #222;
	
	border-bottom: 1px solid #ddd;
	overflow: auto;
}
#breadcrumbs li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#breadcrumbs li:before {
	content: "/";
	margin: 0 7px;
}
#breadcrumbs li:first-child:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f07c";
	margin-left: 0;
}
#breadcrumbs li a {
	color: #3391D6;
	text-decoration: none;
	font-size: 0.9rem;
	transition: all 0.1s ease;
}
#breadcrumbs li a:hover {
	color: #404040
}
/* --------------------------------------- */

/* Sidebar */
/* --------------------------------------- */
#sidebar {
	padding: 25px;
}
@media (max-width: 768px) {
	#sidebar {
		padding: .8em !important;
		width: auto !important;
	}
}
#sidebar .selection {
	clear: both;
	margin: 1.5em 0;
	overflow: auto;
}
#sidebar .selection:first-child {
	margin-top: 0;
}
#sidebar .selection:last-child {
	margin-bottom: 0;
}
/* --------------------------------------- */

/* Sidebar Navigation */
/* --------------------------------------- */
#sidebar-navigation ul {
	padding-left: 20px;
}
#sidebar-navigation ul:first-child {
	margin: 0;
	padding: 0;
}
#sidebar-navigation ul li {
	list-style-type: none;
}
#sidebar-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #2893a8;
	padding: 3px 0;
	font-size: 0.9rem;
	transition: all 0.1s ease;
}
#sidebar-navigation ul li a:hover {
	color: #333;
}
/* --------------------------------------- */

/* Widget Header */
/* --------------------------------------- */
.widget-header {
	margin: 0 0 1.5em 0;
	border-top: 1px solid #fe663721;
    
}
.widget-header h3 {
	
	margin: 0;
	padding: .7em 1em;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #fe6637;
}
.widget-header > a {
	padding: .5em 1em;
	font-size: 14px;    width: 100%;
}
.widget-header > span > a {
	display: block;
	font-size: 14px;
	float: right;
	padding: .5em;
	transition: all 0.3s ease;
	color: #444444;
}
.widget-header > span > a:hover {
	background-color: #444444;
	background-color: rgba(68, 68, 68, 0.2);
}
/* --------------------------------------- */

/* Footer */
/* --------------------------------------- */
.footer {
	padding: 20px 1.8em 18px 1.8em;
	clear: both;
	background-color: #3795A7;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
}
@media (max-width: 768px) {
	.footer {
		padding: .8em;
		min-height: 150px;
	}
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/* --------------------------------------- */

/* News Timeline */
/* --------------------------------------- */
.timeline {
	position: relative;
	display: block;
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	right: 11px;
	height: 100%;
	width: 1px;
	background: #d7e4ed;
	box-sizing: border-box;
}
.timeline .timeline-block {
	position: relative;
	margin: 1em 0;
}
.timeline .timeline-block:first-child {
	margin-top: 0;
}
.timeline .timeline-block:last-child {
	margin-bottom: 0;
}
.timeline .timeline-block .timeline-picture {
	background-color: #2892a7;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	/* box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); */
}
.timeline .timeline-block .timeline-picture i {
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px 5px;
}
.timeline .timeline-block .timeline-content {
	position: relative;
	margin-right: 40px;
	background: #f5f8f8;
	border-radius: 0.5em;
	padding: 1em;box-shadow: 0 0 2px #2892a76e;
	
}
.timeline .timeline-block .timeline-content:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-left: 7px solid #F7F7F7;
	box-sizing: border-box;
}
.timeline .timeline-block .timeline-content a {
	line-height: 1.4;
	font-size: 0.865rem;
	margin: 0;
	color: #444444;
	text-decoration: none;
	display: block;
	transition: all 0.1s ease;
}
.timeline .timeline-block .timeline-content a:hover {
	color: #2892a7;
}
.timeline .timeline-block .timeline-content span {
	font-size: 0.8rem;
	padding: .8em 0 0 0;
	opacity: .6;
	display: block;
}
/* --------------------------------------- */

/* Search */
/* --------------------------------------- */
#search .search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#search .search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: .5em 2.5em .5em .7em;
	box-sizing: border-box;
	color: #444444;
	border: 1px solid #D3D3D3;
	font-size: 16px;
}
#search .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: #979c9b;
	padding: .6em .7em;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #FFFFFF;
}
#search .search-form .search-submit:hover {
	background-color: #444444;
}
/* --------------------------------------- */

/* Slider */
/* --------------------------------------- */
#slider {
	height: 295px;
	padding: 25px;
	padding-bottom: 0;
	position: relative;
}
@media (max-width: 768px) {
	#slider {
		padding: .8em;
	}
}
.slider {
	height: inherit;
	overflow: hidden;
	position: relative;
	width: inherit;
}
.slides {
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
	transform: scale(1.5);
	transition: transform ease-in-out .5s, opacity ease-in-out .5s;
}
#slide1:checked ~ .slider > .slides:nth-child(1),
#slide2:checked ~ .slider > .slides:nth-child(2),
#slide3:checked ~ .slider > .slides:nth-child(3),
#slide4:checked ~ .slider > .slides:nth-child(4),
#slide5:checked ~ .slider > .slides:nth-child(5),
#slide6:checked ~ .slider > .slides:nth-child(6),
#slide7:checked ~ .slider > .slides:nth-child(7),
#slide8:checked ~ .slider > .slides:nth-child(8),
#slide9:checked ~ .slider > .slides:nth-child(9),
#slide10:checked ~ .slider > .slides:nth-child(10),
#slide11:checked ~ .slider > .slides:nth-child(11),
#slide12:checked ~ .slider > .slides:nth-child(12) {
	opacity: 1;
	z-index: 1;
	transform: scale(1);
}
#slider > input {
	display: none;
}
#slider .controls {
	position: absolute;
	z-index: 25;
	bottom: 8px;
}
@media (max-width: 768px) {
	#slider .controls {
		bottom: 22px;
	}
}
#slider label {
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 25px 0 0 16px;
	position: relative;
	width: 30px;
	transition: background ease-in-out .5s;
}
#slider label:hover, 
#slide1:checked ~ .controls label:nth-of-type(1),
#slide2:checked ~ .controls label:nth-of-type(2),
#slide3:checked ~ .controls label:nth-of-type(3),
#slide4:checked ~ .controls label:nth-of-type(4),
#slide5:checked ~ .controls label:nth-of-type(5),
#slide6:checked ~ .controls label:nth-of-type(6),
#slide7:checked ~ .controls label:nth-of-type(7),
#slide8:checked ~ .controls label:nth-of-type(8),
#slide9:checked ~ .controls label:nth-of-type(9),
#slide10:checked ~ .controls label:nth-of-type(10),
#slide11:checked ~ .controls label:nth-of-type(11),
#slide12:checked ~ .controls label:nth-of-type(12) {
	background-color: rgba(255,255,255,1);
}
#slider label:after {
	content: " ";
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
	background-color: rgba(255,255,255,.7);
}
#slider .slide-featured {
	width: 65%;
	float: left;
}
#slider .slide-featured .aspect-raito {
	padding-top:40%;
}
@media (max-width: 1200px) {
	#slider .slide-featured {
		width: 50%;
	}
	#slider .slide-featured .aspect-raito {
		padding-top: 70%;
	}
	#slider .slide-featured .aspect-raito img {
		width: 130%;
		left: -15%;
	}
}
@media (max-width: 992px) {
	#slider .slide-featured {
		display: none;
	}
}
#slider .slide-content {
	width: calc(35% - 50px);
	float: left;
	padding: 20px;
	border-left: 10px solid #FFFFFF;
	background: linear-gradient(to right bottom, #2892a7, #00cc99);
	height: 260px;
	position: relative;
}
@media (max-width: 1200px) {
	#slider .slide-content {
		width: calc(50% - 50px);
	}
}
@media (max-width: 992px) {
	#slider .slide-content {
		width: calc(100% - 40px);
		border-left: none;
	}
}
#slider .slide-content h2 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #FFFFFF;
	
	display: inline;
	padding: 0 0 .1em;
	margin: 0;
	word-wrap: break-word;
	clear: both;
}
#slider .slide-content h2 a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease
}
#slider .slide-content p {
	margin-top: 30px;
	color: #fff;
}
#slider .slide-content .button {
	background-color: #eff4f500;
    font-size: 0.8125rem;
    position: absolute;
    bottom: 25px;
    border: 0.5px solid #fff;
    border-radius: 5px;
}
@media (max-width: 1200px) {
	#slider .slide-content .button {
		right: 15px;
		bottom: 17px;
	}
}
@media (max-width: 576px) {
	#slider .slide-content .button {
		display: none;
	}
}
#slider .slide-content .button:hover {
	color: #FFFFFF;background-color: #2892a7;
}
/* --------------------------------------- */

/* Bottom */
/* --------------------------------------- */
#bottom {
	clear: both;
	padding: 25px;
	background-color: #ffffff;
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	overflow: auto;
}
.area {
	width: calc(25% - 20px);
	float: left;
	padding: 0 10px;
}
.area:first-child {
	width: calc(25% - 10px);
	padding: 0 10px 0 0;
}
.area:last-child {
	width: calc(25% - 10px);
	padding: 0 0 0 10px;
}
@media (max-width: 992px) {
	.area {
		margin-top: 1.5em;
	}
	.area:nth-child(1) {
		width: calc(50% - 10px);
		padding: 0 10px 0 0;
		margin-top: 0;
	}
	.area:nth-child(2) {
		width: calc(50% - 10px);
		padding: 0 0 0 10px;
		margin-top: 0;
	}
	.area:nth-child(3) {
		clear: both;
		width: calc(50% - 10px);
		padding: 0 10px 0 0;
	}
	.area:nth-child(4) {
		width: calc(50% - 10px);
		padding: 0 0 0 10px;
	}
}
@media (max-width: 768px) {
	#bottom {
		padding: .8em;
	}
	.area:nth-child(1) {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	.area:nth-child(2) {
		width: 100%;
		padding: 0;
		margin-top: 1.5em;
	}
	.area:nth-child(3) {
		width: 100%;
		padding: 0;
		margin-top: 1.5em;
	}
	.area:nth-child(4) {
		width: 100%;
		padding: 0;
		margin-top: 1.5em;
	}
}
/* --------------------------------------- */

/* Pool */
/* --------------------------------------- */
#pool {
	color: #444444;
}
#pool .question {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 0.9rem;
	background-color: #FFFFFF;
}
#pool .radio span {
	font-size: 0.9rem;
}
#pool .button {
	margin-top: 7px;
	font-size: 0.725rem;
}
/* --------------------------------------- */

/* Contacts */
/* --------------------------------------- */
#contacts .pole {
	background-color: #FFFFFF;
	
	height: 160px;
}
#contacts .pole h3 {
	color: #444444;
	margin-top: 0;
	font-size: 1em;
}
#contacts .pole .address {
	font-size: 0.875rem;
	margin-bottom: 15px;
	color: #444444;
}
#contacts .pole .phone {
	font-size: 0.875rem;
	color: #444444;
}

#contacts .pole .email a {
	margin-top: 15px;
	font-size: 0.865rem;
	color: #3391D6;
	text-decoration: none;
	display: block;
}
#contacts .pole .email a:hover {
	color: #333333;
	text-decoration: underline;
}
#contacts .pole .email a i {
	color: #444444;
	font-size: 0.815rem;
	margin-right: 10px;
}

#contacts .pole .phone a {
	color: #3391D6;
	text-decoration: none;
}
#contacts .pole .phone a:hover {
	color: #333333;
	text-decoration: underline;
}
/* --------------------------------------- */

/* Slick Slider */
/* --------------------------------------- */
#slick-slider {
	clear: both;
	width: 100%;
}
#slick-slider a {
	float: left;
	margin-right: 12px;
	margin-bottom: 1.8em;
}
/* --------------------------------------- */

/* Walkthrough */
/* --------------------------------------- */
.walkthrough {
  background: linear-gradient(to right bottom, #f4f7f9, #ffffff);
  border-radius: 25px;
  display: none;
  flex-direction: column;
  flex: 0 0 auto;
  font-size: 14px;
  height: 420px;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
}
.walkthrough.show {
  display: flex;
  opacity: 0;
  transform: translateY(72px);
}
.walkthrough.reveal {
  opacity: 1;
  transform: translateY(0);
}
.walkthrough .walkthrough-body {
  align-items: center;
  display: flex;
  flex: 1;
  text-align: center;
}
.walkthrough .walkthrough-body .prev-screen,
.walkthrough .walkthrough-body .next-screen {
  align-self: stretch;
  background: none;
  border: 0;
  margin-top: 40px;
  color: rgb(65, 158, 177);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 24px;
  opacity: 1;
  outline: none;
  padding: 16px;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
}
.walkthrough .walkthrough-body .prev-screen:hover, .walkthrough .walkthrough-body .prev-screen:active,
.walkthrough .walkthrough-body .next-screen:hover,
.walkthrough .walkthrough-body .next-screen:active {
  color: rgb(65, 158, 177);
  transform-origin: center;
  transform: scale(1.25);
}
.walkthrough .walkthrough-body .prev-screen:disabled,
.walkthrough .walkthrough-body .next-screen:disabled {
  opacity: 0;
}
.walkthrough .walkthrough-body .prev-screen {
  order: 1;
}
.walkthrough .walkthrough-body .next-screen {
  order: 3;
}
.walkthrough .walkthrough-body .screens {
  flex: 1;
  align-self: stretch;
  position: relative;
  margin: 0 -16px;
  padding: 0;
  order: 2;
}
.walkthrough .walkthrough-body .screens .screen {
  position: absolute;
  list-style-type: none;
}
.walkthrough .walkthrough-body .media {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 150px;
  height: 150px;
  margin: 32px auto;
  width: 150px;
  overflow: hidden;
}
.walkthrough .walkthrough-body h3 {
  font-size: 15px;
 
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #419eb1;
}
.walkthrough .walkthrough-body p {
  
  font-size: 16px;
  margin-top: 16px;
  padding-top: 0;
  color: rgba(68,68,68);
}

.walkthrough .walkthrough-body a {
  
  
  color: #419eb1;
}


.walkthrough .walkthrough-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.walkthrough .walkthrough-pagination .dot {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 8px;
  margin: 0 4px;
  transform: scale(0.75);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 8px;
}
.walkthrough .walkthrough-pagination .dot.active {
  background: white;
  transform: scale(1);
  transition-delay: 0.4s;
}
.walkthrough .walkthrough-footer {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  padding: 0;
}
.walkthrough .walkthrough-footer button {
  height: 40px;
  border: 0;
  background: #5da3f2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 0;
  color: white;
  flex: 1;
  font-size: 12px;
  margin: 0;
  outline: 0;
  padding: 12px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.walkthrough .walkthrough-footer button:hover {
  background: #6babf3;
}
.walkthrough .walkthrough-footer button:active {
  background: #5da3f2;
}
.walkthrough .walkthrough-footer button:disabled {
  cursor: pointer;
}
.walkthrough .walkthrough-footer button.finish {
  background: #3e94f5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.walkthrough .walkthrough-footer button.finish:hover {
  background: #4d9cf6;
}
.walkthrough .walkthrough-footer button.finish:active {
  background: #3e94f5;
}
.walkthrough .walkthrough-footer button.finish.active {
  transform: scale(1, 1);
  opacity: 1;
}
.walkthrough .screens {
  margin: 0;
}
.walkthrough .screens .media .status-badge {
  left: 136px;
  opacity: 0;
  position: absolute;
  top: 104px;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.6s;
}
.walkthrough .screens .media .status-badge i {
  display: inline;
}
.walkthrough .screens .media.logo .logo {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100px;
}
.walkthrough .screens .media .icon {
  position: absolute;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 132px;
  left: 48px;
  top: 32px;
}
.walkthrough .screens .media.bars .icon {
  transform: translate(40px, 20px);
}
.walkthrough .screens .media.bars .icon:nth-of-type(2) {
  transform: scale(0.25);
  transform-origin: 30% 54%;
}
.walkthrough .screens .media.bars .icon:nth-of-type(3) {
  transform: scale(0.25);
  transform-origin: 30% 40%;
}
.walkthrough .screens .media.bars .icon:nth-of-type(4) {
  transform: scale(0.25);
  transform-origin: 30% 26%;
}
.walkthrough .screens .media.files .icon {
  transform: translate(40px, 20px);
}
.walkthrough .screens .media.comm .icon {
  transform: scale(0.25);
  transform-origin: 29% 73%;
}
.walkthrough .screens .media.comm .icon:nth-child(2) {
  transform-origin: 66% 85%;
}
.walkthrough .screens .screen {
  opacity: 0;
  position: absolute;
  transform: translateX(-72px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.walkthrough .screens .screen.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}
.walkthrough .screens .screen.active ~ .screen {
  opacity: 0;
  transform: translateX(72px);
}
.walkthrough .screens .screen.active .media .status-badge {
  opacity: 1;
  transform: scale(1.75);
}
.walkthrough .screens .screen.active .media.logo .logo {
  opacity: 0.8;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.logo .status-badge {
  transition-delay: 1s;
}
.walkthrough .screens .screen.active .media.books .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.books .icon:nth-child(2) {
  transition-delay: 0.725s;
}
.walkthrough .screens .screen.active .media.books .icon:nth-child(3) {
  transition-delay: 0.850s;
}
.walkthrough .screens .screen.active .media.books .status-badge {
  transition-delay: 1.4s;
}
.walkthrough .screens .screen.active .media.bars .icon {
  opacity: 1;
  transform: translate(0) scale(1);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.bars .icon:nth-child(2) {
  transition-delay: 1.050s;
}
.walkthrough .screens .screen.active .media.bars .icon:nth-child(3) {
  transition-delay: 0.925s;
}
.walkthrough .screens .screen.active .media.bars .icon:nth-child(4) {
  transition-delay: 0.8s;
}
.walkthrough .screens .screen.active .media.files .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.walkthrough .screens .screen.active .media.files .icon:nth-child(3) {
  transition-delay: 0.8s;
}
.walkthrough .screens .screen.active .media.files .icon:nth-child(2) {
  transition-delay: 0.7s;
}
.walkthrough .screens .screen.active .media.files .icon:nth-child(1) {
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.files .status-badge {
  transition-delay: 1.6s;
}
.walkthrough .screens .screen.active .media.comm .icon {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.comm .icon:nth-child(2) {
  transition-delay: 0.8s;
}
.walkthrough .screens .screen.active .media.comm .status-badge {
  transition-delay: 1.6s;
}
/* --------------------------------------- */

/* Block HTML */
/* --------------------------------------- */
.block-html {
	font-size: .9em;
	line-height: 1.4;
	color: #444; 
}
.block-html a {
	text-decoration: none;
	color: #2893a8;
}
.block-html a:hover {
	text-decoration: underline;
	color: #444444;
}
.block-html > img, .block-html > p img {
	max-width: 100% !important;
	height: auto;
}
/* --------------------------------------- */

/* Download */
/* --------------------------------------- */
.word {
	margin: 5px 0;
}
.word td {
	vertical-align: top;
}
.word span {
	display: block;
	font-size: .815em;
	color: gray;
}
.word .icon {
	background: url("/sm.aspx?guid=35673");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 35px;
	height: 45px;
	margin-right: 10px;
}
/* --------------------------------------- */

/* Card */
/* --------------------------------------- */
.card-group {
	flex-flow: row wrap;
	display: flex;
	color: #444444;
}
.card-group .card {
	position: relative;
	flex-direction: row;
	min-width: 21%;
	word-wrap: break-word;
	background-color: #e4ebf166;
	background-clip: border-box;
	margin: 5px;
	border-radius: 13px;
	width: 100%;	
}
.card-group .card:nth-child(1) {
	margin-bottom:20px;
}
.card-group .card:nth-child(2) {
	margin-bottom:20px;
}
.card-group .card:nth-child(3) {
	margin-bottom:20px;
}
.card-group .card:nth-child(4) {
	margin-bottom:20px;
}
@media (min-width: 576px) {
	.card-group .card {
		flex: 1 0 0%;
	}
}
.card-group .card .card-image {
	padding: .5rem .5rem 0 .5rem;
}
.card-group .card .card-image .responsive-image a img {
	transition: all 0.3s ease;
}
.card-group .card .card-body {
	padding: .5rem 1.5em;
    font-size: 0.84rem;
}
.card-group .card .card-fix {
	height: 70px;
}

.card-group .card .card-fix2 {
	height: 35px;
}

.card-group .card .card-footer {
	padding: .5rem;
	padding-bottom: calc(1rem);
	font-size: 0.8rem;
	position: absolute;padding: 20px;
	bottom: 0;
}
/* --------------------------------------- */

/* --------------------------------------- */
.box-event {
	padding: 25px 30px;
	margin: 20px auto;
	border: 1px solid #e8e8e8;
	background: #fff;
	box-shadow: 3px 3px 0px 1px rgba(0,0,0,0.06);
	border-radius: 4px;
	border-left: 5px solid #5bc0de;
}
.box-event h2 {
	padding: 0;
	margin: 0 0 20px 0;
}

.caret {
	display: none;
	width: 40px;
	text-align: center;
}

@media (max-width: 1200px) {
	#main-navigation > .menu > ul > li > .caret {
		display: inline-block;
	}
}

/* --------------------------------------- */
a.button2 {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 8px 26px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fe6637;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif; 
  color: #fe6637;
  transition: .2s ease-in-out;
font-size: 13px;
}
a.button2:before {
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}
a.button2:hover {
  background: #fe6637;
  color: #fff;
}
a.button2:hover:before {
  left: 150px;
  transition: .5s ease-in-out;
}
/* --------------------------------------- */


/* --------------------------------------- */
.advert {
	overflow:auto;
	margin-bottom:30px;
}
.advert .leftblock {
	float:left;
	width:30%;
}
.advert .rightblock {
	float:left;
	width:70%;
}
@media (max-width: 576px) {
	.advert .leftblock {
		display: none;
	}
	.advert .rightblock {
		width: 100%;
	}
}
/* --------------------------------------- */

/* --------------------------------------- */
@media (max-width: 1200px) {
 .best {
  display: none;
 }
}
.slick-slider {
 clear: both;
 background-color: #e4ebf166;
 margin: 1.8em;
 color: #444444;
 font-size: 0.875rem;
}
.slick-slider .name {
 text-align: center;
 color: #419eb1;
 font-size: 18px;
 text-transform: uppercase;
 margin-top: 30px;
 margin-bottom: 10px;
}
.slick-slider .item {
 display: inline-block;
 overflow: auto;
 float: left;
 margin: 20px;
 width: calc(16.22% - 36px);
}
.slick-slider .slide-3 .item, .slick-slider .slide-3 .about {
	padding: 0 96px;
}
.slick-slider .slide-4 .item, .slick-slider .slide-4 .about {
	padding: 0 48px;
}
.slick-slider .slide-5 .item, .slick-slider .slide-5 .about {
	padding: 0 18px;
}
.slick-slider .item .person {
 width: 140px;
 height: 140px;
 border-radius: 50%;
 overflow: hidden;
 cursor: pointer;
 border: 2px solid #e4ebf166;
 transition: 0.5s;
}
.slick-slider .info {
 clear: both;
 height: 80px;
}
.slick-slider .info .about {
 text-align: center;
 line-height: 20px;
 width: calc(16.37% - 20px);
 height: 130px;
 margin: 10px;
 float:left;
 font-size: 12px;
}
.slick-slider .work {
 clear: both;
 position: relative;
 padding: 10px;
 text-align: center;
 margin:2px;
 font-size: 14px;
}
.slick-prev:before, .slick-next:before {
 color: #000 !important;
}
.slick-next {
 right: 10px !important;
 z-index: 1;
}
.slick-prev {
 left: 10px !important;
 z-index: 1;
}
/* --------------------------------------- */

/* --------------------------------------- */
.mytree a {
    display: inline-block;
    color: #3391D6;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.mytree a:hover {
	color: #404040
}
/* --------------------------------------- */

/* --------------------------------------- */
#google_translate_element {
	float: right;
	margin-top: 8px;
}
.goog-te-gadget-icon {
	width: 0 !important;
	height: 0 !important;
}
.goog-te-gadget-simple, .goog-te-gadget-simple .goog-te-menu-value span {
	border: none !important;
	margin-top: 1px;
}
/* --------------------------------------- */

/* --------------------------------------- */
#ctl21 a {
	color: #3391D6;
	text-decoration: none;
	font-size: 0.9rem;
	transition: all 0.1s ease;
}
#ctl21 a:hover {
	color: #404040
}
/* --------------------------------------- */

/*     Вращение картинки */
img.rot {
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
  margin-top: 10px;
  margin-bottom: 20px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  img.rot {
     width: 85%;
     margin-top: 20px;
  }
}

@media (max-width: 480px) {
  img.rot {
     width: 100%;
  }
}

/* Всплывающее окно Cookie */
.cookie-alert{
    position: fixed;
    background-color: #007f99d4;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 12px;
    transform: translateY(100%);
    transition: all .3s ease-in;
}

.is-show {
    transform: translateY(0);
    transition: all .3s ease-in;
}

.cookie-alert-container{
    max-width: 1200px;
    margin: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cookie-alert-left p{
    color: #fff;
    text-align: justify;
    margin: 0;
}

.cookie-alert-left p a{
    color: #000;
}

@media (max-width: 640px) {
   .cookie-alert-container{
       flex-wrap: wrap;
       gap: 0px;      
   }
}

.button-cookie {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #007f99;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fafafa;
    transition: all .5s;
}

.button-cookie-text {
    font-size: 15px;
    color: #0f233a;
}

.button-cookie-text:hover {
    text-decoration: underline;
}