html {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 100%;
	color: black;
	background: #e8e8e8;
}

a, area {
	text-decoration:none; 
	color:#313131; 
	border: 0px; 
	outline: none;
}

a img, area {
	border:none;
}

.clear {
	clear:both;
}

.relative {
	position: relative;
}

.outer {
	position:relative;
	width:100%;
	min-height:100%;
	min-width: 1365px;
}

.header {
	width:100%;
	background: #fbfbfb;
	height: 100px;
}

.footer {
	background: #d4d4d4;
	height: 260px;
}

.footer .top {
	height: 180px;
	text-align: center;
}

.footertext {
	line-height: 120%;
	max-width: 1000px;
	margin: auto;	
	font-size: 14px;
	color: #666;
}

.footer .top img {
	margin: 30px 0 0 0;
}

.footer .bottom {
	background: #313131;
	height: 50px;
}

.footer .bottom .copyright {
	color: #848484;
	font-size: 20px;
	font-weight: 300;
	padding: 19px;
	float: left;
}

.footer .bottom .producer {
	color: #848484;
	font-size: 20px;
	font-weight: 300;
	float: right;
}

.footer .bottom .producer a {
	color: #848484;
	padding: 19px;
	display: inline-block;
}

.footer .bottom .producer a:hover {
	color: white;
}

.inner {
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	min-width: 1300px;
}

.logo {
	float: left;
	margin: 13px 0 0 33px;
}

.slideshow {
	height: 350px;
	width: 100%;
	position: relative;
}

.slideshow.small {
	height: 220px;
	width: 100%;
}

.content {
	width: 100%;
	padding: 20px 0;
}

.content .right {
    float:right;
    width:30%;
    margin-left: -30%;
}
.content .left {
    float:left;
    width:100%;
}

.content .left .left-content {
    margin-right:32%;
}

.content .left .blocks {
	float: left;
	position: relative;
	width: 100%;
}




.content .left .blocks .block {
	background: #2A628F;
	width: 31%;
	float: left;
	color: white;
	text-align: center;
	/*font-size: 1.3vw;*/
	font-size: 16px;
	line-height: 110%;
	margin: 0 3.5% 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	vertical-align: middle;
	box-sizing: border-box;
	/*padding: 1vw 3vw;*/
	padding: 10px 30px;
	display: block;
	max-width: 285px;
	max-height: 75px;
	position: relative;
}

@media screen and (min-width: 1250px) {
	
	.content .left .blocks .block {
		font-size: 20px;
		line-height: 110%;
		padding: 15px 20px;
	}
}

.content .left .blocks .block.last {
	margin: 0;
}

.content .right .block  {
	padding: 0 0 30px 0;
}

.content .right .block .title {
	font-size: 30px;
	text-align: center;
	color: #a4a4a4;
	line-height: 110%;
	padding: 0 0 0 0;
}

.content .right .block .subtitle {
	font-size: 18px;
	text-align: center;
	line-height: 110%;
	background: #f0f0f0;
	padding: 0 0 10px 0;
}

.content .right .block .subtitle a {
	color: #2A628F;
	font-weight: 400;
}

.content .right .block .title.large {
	padding: 10px 0 0 0;
}


.content .left .news {
	padding: 0px 0;
	clear: both;
}

.content .left .news .new {
	clear: both;
	padding: 10px 0;
}

.content .left .news.covidfont .title {
	font-size: 17px;
	color: black;
	font-weight: 700;
}

.content .left .news .new.covid19new h2 a {
	background: #dcdbdb;
	color: #2A628F;
	padding: 5px 10px;
	line-height: 120%;
	display: block;
	margin: 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.content .left .news .new.covid19new h2 {
	padding: 0;
}


.content .left .news.covidfont .new h2 {
	padding: 0;
}

.content .left .news.covidfont .new a {
	font-size: 17px;
}

.content .left .news .new h2 {
	margin: 0;
	padding: 4px 0 0 0;
	font-weight: 300;
	color: #313131;
	font-size: 22px;
	line-height: 110%;
	margin-left: 110px;
}

.content .left .news .new h2 a:hover {
	text-decoration: underline;
}

.content .left .news .new .date {
	float: left;
	color: white;
	padding: 6px 8px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 16px;
	line-height: 110%;
}

.content .left .news .new .date.type1 {
	background: #00a501;
}

.content .left .news .new .date.type2 {
	background: #2A628F;
}

.content .left .news .new .date.type3 {
	background: #2A628F; /* Old browsers */
	background: -moz-linear-gradient(left,  #2A628F 0%, #00a501 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2A628F 0%,#00a501 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2A628F 0%,#00a501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A628F', endColorstr='#00a501',GradientType=1 ); /* IE6-9 */
}

.content .left .news .title {
	font-size: 30px;
	color: #505050;
	line-height: 110%;
	padding: 25px 0 15px 0;
	float: left;
}

.content .left .news .text {
	background: #f0f0f0;
	float: left;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.content .right .block .title {
	background: #f0f0f0;
	padding: 10px 0;
}

.content .right .block .text {
	background: #f0f0f0;
	min-height: 100px;
}


.text a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
	line-height: 110%;
	
}

.maintext {
	font-size: 17px;
	line-height: 140%;
	text-align: justify;
	word-wrap: break-word;
}

.maintext .parapgraph {
	font-size: 17px;
	clear: both;
}

.maintext a {
	color: #1585c9;
}

.maintext a:hover {
	color: #0e70ac;
}

.maintext .date div {
	float: left;
	color: white;
	padding: 6px 8px;
	margin: 0 18px 10px 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 16px;
	line-height: 110%;
}

.maintext .date div.type1 {
	background: #00a501;
}

.maintext .date div.type2 {
	background: #2A628F;
}

.maintext .date div.type3 {
	background: #2A628F; /* Old browsers */
	background: -moz-linear-gradient(left,  #2A628F 0%, #00a501 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2A628F 0%,#00a501 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2A628F 0%,#00a501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A628F', endColorstr='#00a501',GradientType=1 ); /* IE6-9 */
}


.maintext .back {
	background: #cbcbcb;
	float: left;
	color: black;
	padding: 6px 20px;
	margin: 0 18px 10px 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 16px;
	line-height: 110%;
	font-weight: 400;
	cursor: pointer;
}

.maintext .back:hover {
	background: #bfbfbf;
}

.read_more {
	background: #cbcbcb;
	float: right;
	color: black;
	padding: 6px 20px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 16px;
	line-height: 110%;
	font-weight: 400;
	cursor: pointer;
	display: block;
}

.read_more:hover {
	background: #bfbfbf;
}

.ad {
	text-align: center;
	margin: 0 0 30px 0;
}

.link ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}

.link ul li {
	clear: both;
	padding: 10px 15px;
}

.link ul li a {
	font-size: 18px;
	padding: 0 0 0 0;
	float: left;
	cursor: pointer;
	width: 85%;
	line-height: 110%;
}

.link ul li a:hover {
	text-decoration: underline;
}

.circle {
	width: 19px;
	height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color: white;
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin: 0 10px 0 0;
	font-style: normal;
	padding: 0 0 0 1px;
}

.circle.t1 {
	background: #0184cc;
}

.circle.t2 {
	background: #ed1c24;
}

.link .desc {
	padding: 30px 15px 10px 15px;
}

.link .desc div {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 0 30px 15px 0;
}

.news .item {
	float: left;
	width: 23%;
	background: #f1f1f1;
	margin: 0 2.66% 0 0;
	padding: 0.5%;
	box-sizing: border-box;
	position: relative;
}

.news .item.full {
	float: left;
	width: 100%;
	background: #f1f1f1;
	margin: 0;
	padding: 0.5%;
	box-sizing: border-box;
	position: relative;
}

.content .left .news .text {
	background: none;
	font-size: 17px;
line-height: 140%;
text-align: justify;
word-wrap: break-word;
padding: 0 0 10px 0;
}

.news .item.paddingbottom20 {
	margin-bottom: 20px;
	display: inline-block; 
	vertical-align: top;
}

.news .item.nofill {
	background: none;
}

.news .item.last {
	margin: 0;
}

.news .item a {
	display: block;
}
.news .item-container {
	clear: both;
	padding: 0 0 30px 0;
}

.news .item-container h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	line-height: 110%;
	font-weight: normal;
	font-size: 22px;
	clear: both;
}

.news .item-container .album-text {
	
}

.news .item span {
	padding: 5px;
	display: block;
	line-height: 110%;
	text-align: center;
	font-size: 18px;
}

.news .item i.date {
	color: #737373;
	font-size: 17px;
	text-align: center;
	font-style: normal;
	display: block;
	padding: 10px 0;
}

.youtube-play {
	position:absolute;
	left:50%;
	top:50px;
	width:53px;
	height:53px;
	margin-left: -22px;
	background:url(../include/images/youtube-play-button.png) center center no-repeat;
}

.full .youtube-play {
	position:absolute;
	left:50%;
	top:50%;
	width:53px;
	height:53px;
	margin-left: -22px;
	margin-top: -52px;
	background:url(../include/images/youtube-play-button.png) center center no-repeat;
}

.video {
	padding: 20px 0;
}

.languages {
	position: absolute;
	top: 100px;
	left: 55px;
	z-index: 9999;
}

.languages a {
	display: block;
	background: #fff;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 0 10px;
	color: #313131;
	font-weight: 400;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
}

.languages a.active {
	background: #ea212d;
	color: white;
}

.album-text {
	padding: 0 0 20px 0;
}

.row {
	clear: both;
}

.toogle {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.toogle li.show i {
	background: #f4f4f4;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	margin: 6px 0;
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}

.toogle li div.hidden {
	padding: 0 10px;
	margin: 0;
	display: none;
}

.toogle li.show i:hover {
	background: white;
}

.toogle li span.tt {
	text-decoration: none;
	float: left;
	padding: 6px 8px 0 10px;
	width: 15px;
	text-align: center;
}

.calendar {
	color: #313131;
	margin: 0 20px;
}

.calendar .year {
	text-align: center;
	font-size: 23px;
	line-height: 110%;
	padding: 10px 0;
}

.calendar .month {
	text-align: center;
	font-size: 23px;
	line-height: 110%;
	padding: 0;
	font-size: 40px;
	font-weight: 300;
}

.calendar .days {
	padding: 10px 0 20px 0;
}

.calendar .calendar-day-head {
	text-align: center;
	height: 37px;
	font-size: 16px;
}

.calendar .calendar-day {
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
}

.calendar .calendar-day div {
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50px;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    border: 3px solid white;
    cursor: pointer;
}

.calendar .calendar-day div:hover {
	background: #efefef;
	border: 3px solid #ccc;

}

.calendar .calendar-day.today div {
    border: 3px solid #a3a3a3;
}

.calendar .calendar-day.active div {
	/*background: #2A628F;*/
	background: #4cb75b;
	color: white;
}

.calendar .calendar-day.special div {
	background: #ed1c24;
	color: white;
}

.calendar .calendar-day.active div span {
	color: white;
	display: block;
}

.calendar a:hover {
	text-decoration: none;
}

.calendar .previous {
	float: left;
	width: 30px;
	height: 44px;
	background: url(../include/images/previous-month.png) no-repeat center center;
	cursor: pointer;
}

.calendar .next {
	float: right;
	width: 30px;
	height: 44px;
	background: url(../include/images/next-month.png) no-repeat center center;
	cursor: pointer;
}

.popup {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../include/images/popup.png);
	padding:0;
	margin:0;
	z-index:9999;
	top:0;
	left:0;
	min-width:1000px;
	text-align:center;
	display: none;
}

.popup-content{
	position:relative;
	text-align:left;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}


.pxlarge {
	width: 800px;
	margin: 150px auto 50px auto;
	padding: 30px 35px;
}

.plarge {
	width: 700px;
	margin: 175px auto 50px auto;
	padding: 20px 25px;
}

.psmall {
	width: 700px;
	margin:100px auto 50px auto;
	padding: 20px 25px;
}

.pxsmall {
	width: 400px;
	margin: 175px auto 50px auto;
	padding: 20px 25px;
}


.close {
	position: absolute;
	top: 12px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	color: #333;
}

.close:hover {
	color: #666;
}

.popup h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	color: black;
}

.popup {
	line-height: 130%;
	font-size: 15px;
	color: #333;
}

.ici2 {
	float: left;
	clear: both;
	position: relative;
	margin: 20px auto 0 auto;
	overflow: hidden;
	border: 1px solid #2d638d;
	line-height: 120%;
	width: 100%;
	max-width: 900px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*min-width: 850px;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}

.ici2-header {
	background: url(../include/images/ici2-map-3.jpg) no-repeat left top;
	height: 325px;
}

.ici2-footer {
	height: 65px;
	background: white;
	text-align: right;
}

.ici2-footer-top {
	padding: 12px 10px 0 0;
	line-height: 110%;
	font-size: 12px;
}

.ici2-footer-bottom {
	padding: 10px 10px 0 0;
	line-height: 110%;
	font-size: 14px;
}

.ici2-footer p {
	margin: 0;
	padding: 0;
}

.ici2-slogan {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 260px;
	height: 91px;
	text-align: center;
}

.ici2 a {
	color: #1a3c84;
	display: block;
}

.ici2 a:hover {
	color: black;
}

.ici2-logo {
	float: left;
	margin: 14px 0 0 20px;
}

.ici2-icon1-lv {
	position: absolute;
	left: 318px;
	top: 10px;
	height: 45px;
	background: url(../include/images/ici2-icon1.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon2-lv {
	position: absolute;
	left: 283px;
	top: 55px;
	height: 45px;
	background: url(../include/images/ici2-icon2.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon3-lv {
	position: absolute;
	left: 255px;
	top: 105px;
	height: 45px;
	background: url(../include/images/ici2-icon3.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon4-lv {
	position: absolute;
	left: 237px;
	top: 157px;
	height: 45px;
	background: url(../include/images/ici2-icon4.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon5-lv {
	position: absolute;
	left: 227px;
	top: 213px;
	height: 45px;
	background: url(../include/images/ici2-icon5.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon6-lv {
	position: absolute;
	left: 223px;
	top: 270px;
	height: 45px;
	background: url(../include/images/ici2-icon6.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}


.ici2-icon1-en {
	position: absolute;
	left: 318px;
	top: 10px;
	height: 45px;
	background: url(../include/images/ici2-icon2.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon2-en {
	position: absolute;
	left: 283px;
	top: 55px;
	height: 45px;
	background: url(../include/images/ici2-icon1.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon3-en {
	position: absolute;
	left: 255px;
	top: 105px;
	height: 45px;
	background: url(../include/images/ici2-icon4.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon4-en {
	position: absolute;
	left: 237px;
	top: 157px;
	height: 45px;
	background: url(../include/images/ici2-icon5.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon5-en {
	position: absolute;
	left: 227px;
	top: 213px;
	height: 45px;
	background: url(../include/images/ici2-icon6.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}

.ici2-icon6-en {
	position: absolute;
	left: 223px;
	top: 270px;
	height: 45px;
	background: url(../include/images/ici2-icon3.png) left center no-repeat;
	padding: 0 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 47px;
}


.ici2-icon1-ru {
	position: absolute;
	left: 318px;
	top: 10px;
	height: 45px;
	background: url(../include/images/ici2-icon2.png) left center no-repeat;
	padding: 0 0 0 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
}

.ici2-icon5-ru {
	position: absolute;
	left: 283px;
	top: 55px;
	height: 45px;
	background: url(../include/images/ici2-icon4.png) left center no-repeat;
	padding: 0 0 0 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
}

.ici2-icon3-ru {
	position: absolute;
	left: 255px;
	top: 105px;
	height: 45px;
	background: url(../include/images/ici2-icon5.png) left center no-repeat;
	padding: 0 0 0 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
}

.ici2-icon4-ru {
	position: absolute;
	left: 237px;
	top: 157px;
	height: 45px;
	background: url(../include/images/ici2-icon3.png) left center no-repeat;
	padding: 0 0 0 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
}

.ici2-icon2-ru {
	position: absolute;
	left: 227px;
	top: 213px;
	height: 45px;
	background: url(../include/images/ici2-icon1.png) left center no-repeat;
	padding: 0 0 0 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
}

.ici2-icon6-ru {
	position: absolute;
	left: 223px;
	top: 270px;
	height: 45px;
	background: url(../include/images/ici2-icon6.png) left center no-repeat;
	padding: 0 0 0 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
}


.ici2-right {
	float: right;
	width: 420px;
}

.ici2-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 100%;
	text-align: center;
	color: #1a3c84;
	text-transform: uppercase;
	margin: auto;
	width: 300px;
	padding: 25px 0 25px 0;
}

.ici2-phones {
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	color: #1a3c84;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.ici2-header-bottom-right-lv, .ici2-header-bottom-right-en {
	float: right;
	padding: 7px 25px 0 0;
}

.ici2-header-bottom-right-ru {
	float: right;
	padding: 7px 20px 0 0;
}

.ici2-header-bottom-left {
	float: left;
	margin: 0 0 0 20px;
}

.ici2-header-bottom {
	padding: 20px 0 0 0;
	width: 400px;
	margin: auto;
}

.ici2-row {
	color: #000;
	clear: both;
}

.ici2-row.office {
	height: 20px;
	background: url(../include/images/ici2-office-phone.png) left 7px no-repeat;
	padding: 5px 0 2px 25px;
	line-height: 25px;
}


.ici2-row.phone {
	height: 20px;
	background: url(../include/images/ici2-phone.png) left center no-repeat;
	padding: 0px 0 2px 25px;
	line-height: 25px;
}

.ici2-row.address {
	height: 20px;
	background: url(../include/images/ici2-address.png) left center no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 25px;
}

.ici2-row.skype {
	height: 20px;
	background: url(../include/images/ici2-skype.png) left center no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 25px;
}

.ici2-row.whatsapp {
	height: 20px;
	background: url(../include/images/ici2-whatsapp.png) left center no-repeat;
	padding: 0px 0 2px 25px;
	line-height: 25px;
}

.ici2-row.email {
	height: 20px;
	background: url(../include/images/ici2-email.png) 0 9px  no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 25px;
}

.ici2-row.email a {
	color: black;
}


.consultation.button {
	clear: both;
	margin: 23px auto 10px auto;
	background: #4cb75b;
	float: right;
	padding: 12px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	color: white;
}

.consultation.button:hover {
	background: #28587e;
}


.consultation {
	padding: 0 0 20px 0;
}


.consultation .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 120%;
	padding: 10px 0 20px 30px;
	color: #4cb75b;
}

.consultation .row {
	clear: both;
	padding: 0 0 5px 30px;
}

.consultation .row .label {
	float: left;
	width: 35%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 0 0;
	text-align: left;
}

.consultation .row .input {
	float: right;
	width: 61%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 0 0;
}

.consultation .row .input input, .consultation .row .input textarea {
	width: 100%;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	outline: none;
}

.consultation .row .input input:focus, .consultation .row .input textarea:focus {
	border-color: #999;
}

.consultation .row .button {
	float: right;
	width: 71%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 0 0;
	position: relative;
}

.consultation .row .button input {
	clear: both;
	background: #4cb75b;
	width: 100%;
	padding: 9px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	color: white;
	margin: none;
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}

.consultation .row .button input:hover {
	background: #44a151;
}

.consultation #loading {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 0px;
	top: 2px;
	pointer-events: none;
	display: none;
}

.consultation .msg {
	display: none;
}

.apply-for-consultation {
	position: fixed;
	/*top: 520px;*/
	top: 295px;
	right: -240px;
	max-width: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	display: none;
}

.apply-for-consultation span {
	color: white;
	padding: 15px 20px 15px 55px;
	font-size: 22px;
	font-weight: 400;
	max-width: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 120%;
	background: #4cb75b url(../include/images/sign-in.png) left center no-repeat;
	cursor: pointer;
	display: block;
}

.apply-for-consultation .close {
	color: white;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 16px;
}

.mobile {
	display: none;
}

.searchform {
	position: absolute;
	left: 20px;
	top: 280px;
	margin: 0;
	padding: 0;
	background: url(../include/images/search-background.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 20.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.searchform input.input {
	border: none;
	line-height: 110%;
	padding: 10px 20px;
	background: none;
	outline: none;
	color: #e8e8e8;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	width: 85%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.searchform input.button {
	border: none;
	line-height: 110%;
	background: url(../include/images/search.png) center center no-repeat;
	background-size: auto 50%; 
	outline: none;
	width: 15%;
	height: 48px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}


.result {
	margin: 0 0 20px 0;
}

.result .title a {
	font-size: 26px;
	line-height: 110%;
	font-weight: 300;
	margin: 0;
	padding: 10px 0 5px 0;
	display: block;
}

.result .text a {
	font-size: 16px;
	line-height: 110%;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #333;
}

.nothing {
	padding: 15px 0;
}


.faq {
	width: 100%;
	height: 64px;
	margin-top: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	display: block;
	float: left;
	font-size: 25px;

}

.faq a {
	display: block;
	float: left;
	font-size: 25px;
	width: 100%;
	line-height: 64px;
	text-align: center;
	background: #47a22e;
	color: white;
}

.faq a:hover {
	background: #409a27;
}

nav {
	clear: both;
	float: left;
	margin: 20px auto 0 auto;
	position: relative;
	height: 288px;
	width: 101%;
}

nav .nav {
	position: absolute;
	width: 19%;
	height: 64px;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	display: table;

}

nav .nav a {
	height: 100%;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 120%;
	display: table;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

nav .nav a span {
	display: block;
}

/*
nav .nav.n1 {border-bottom: 1px solid #fc8ebf;} nav .nav.n1 a span {	color: #fc8ebf; background: url(../include/images/nav1.png) center top no-repeat; padding: 25px 10px 0 10px;}
nav .nav.n2 {border-bottom: 1px solid #51b65f;} nav .nav.n2 a span {	color: #51b65f; background: url(../include/images/nav2.png) left center no-repeat; display: inline-block; padding: 0 0 0 28px;}
nav .nav.n3 {border-bottom: 1px solid #f4a03e;} nav .nav.n3 a span {	color: #f4a03e; background: url(../include/images/nav3.png) left center no-repeat; display: inline-block; padding: 3px 0 3px 35px;}
nav .nav.n4 {border-bottom: 1px solid #9f9998;} nav .nav.n4 a span {	color: #9f9998; background: url(../include/images/nav4.png) left center no-repeat; display: inline-block; padding: 0 0 0 25px;}
nav .nav.n5 {border-bottom: 1px solid #1585c9;} nav .nav.n5 a span {	color: #1585c9; background: url(../include/images/nav5.png) left center no-repeat; display: inline-block; padding: 0 0 0 23px;}
nav .nav.n6 {border-bottom: 1px solid #ea212d;} nav .nav.n6 a span {	color: #ea212d; background: url(../include/images/nav6.png) center top no-repeat; padding: 25px 0 0 0;}
nav .nav.n7 {border-bottom: 1px solid #1585c9;} nav .nav.n7 a span {	color: #1585c9; background: url(../include/images/nav7.png) left center no-repeat; display: inline-block; padding: 0 0 0 23px;}
nav .nav.n8 {border-bottom: 1px solid #7c9f02;} nav .nav.n8 a span {	color: #7c9f02; background: url(../include/images/nav8.png) left center no-repeat; display: inline-block; padding: 3px 0 3px 28px;}
nav .nav.n9 {border-bottom: 1px solid #51769f;} nav .nav.n9 a span {	color: #51769f; background: url(../include/images/nav9.png) left center no-repeat; display: inline-block; padding: 0 0 0 28px;}
nav .nav.n10 {border-bottom: 1px solid #7e5f43;} nav .nav.n10 a span {	color: #7e5f43; background: url(../include/images/nav10.png) left center no-repeat; display: inline-block; padding: 0 0 0 23px;}
nav .nav.n11 {border-bottom: 1px solid #939196;} nav .nav.n11 a span {	color: #939196; background: url(../include/images/nav11.png) left center no-repeat; display: inline-block; padding: 4px 0 0 26px;}
nav .nav.n12 {border-bottom: 1px solid #4F6D7A;} nav .nav.n12 a span {	color: #4F6D7A; background: url(../include/images/nav12.png) left center no-repeat; display: inline-block; padding: 2px 0 0 26px;}
nav .nav.n13 {border-bottom: 1px solid #D19C1D;} nav .nav.n13 a span {	color: #D19C1D; background: url(../include/images/nav13.png) left center no-repeat; display: inline-block; padding: 3px 0 0 26px;}*/

nav .nav.n1 {border-bottom: 1px solid #fc8ebf;} nav .nav.n1 a span {	color: #fc8ebf; background: url(../include/images/nav1.png) center top no-repeat; padding: 25px 10px 0 10px;}
nav .nav.n2 {border-bottom: 1px solid #51b65f;} nav .nav.n2 a span {	color: #51b65f; background: url(../include/images/nav2.png) left center no-repeat; display: inline-block; padding: 0 0 0 28px;}
nav .nav.n3 {border-bottom: 1px solid #f4a03e;} nav .nav.n3 a span {	color: #f4a03e; background: url(../include/images/nav3.png) left center no-repeat; display: inline-block; padding: 3px 0 3px 35px;}
nav .nav.n4 {border-bottom: 1px solid #9f9998;} nav .nav.n4 a span {	color: #9f9998; background: url(../include/images/nav4.png) left center no-repeat; display: inline-block; padding: 0 0 0 25px;}
nav .nav.n5 {border-bottom: 1px solid #1585c9;} nav .nav.n5 a span {	color: #1585c9; background: url(../include/images/nav5.png) left center no-repeat; display: inline-block; padding: 0 0 0 23px;}
nav .nav.n14 {border-bottom: 1px solid #47a22e; background: #4cb75b; } nav .nav.n14 a span {	color: white; background: url(../include/images/nav14.png) center top no-repeat; padding: 35px 0 0 0;}
nav .nav.n7 {border-bottom: 1px solid #1585c9;} nav .nav.n7 a span {	color: #1585c9; background: url(../include/images/nav7.png) left center no-repeat; display: inline-block; padding: 0 0 0 23px;}
nav .nav.n8 {border-bottom: 1px solid #7c9f02;} nav .nav.n8 a span {	color: #7c9f02; background: url(../include/images/nav8.png) left center no-repeat; display: inline-block; padding: 3px 0 3px 28px;}
nav .nav.n9 {border-bottom: 1px solid #51769f;} nav .nav.n9 a span {	color: #51769f; background: url(../include/images/nav9.png) left center no-repeat; display: inline-block; padding: 0 0 0 28px;}
nav .nav.n10 {border-bottom: 1px solid #7e5f43;} nav .nav.n10 a span {	color: #7e5f43; background: url(../include/images/nav10.png) left center no-repeat; display: inline-block; padding: 0 0 0 23px;}
nav .nav.n11 {border-bottom: 1px solid #939196;} nav .nav.n11 a span {	color: #939196; background: url(../include/images/nav11.png) left center no-repeat; display: inline-block; padding: 4px 0 0 26px;}
nav .nav.n12 {border-bottom: 1px solid #4F6D7A;} nav .nav.n12 a span {	color: #4F6D7A; background: url(../include/images/nav12.png) left center no-repeat; display: inline-block; padding: 2px 0 0 26px;}
nav .nav.n13 {border-bottom: 1px solid #D19C1D;} nav .nav.n13 a span {	color: #D19C1D; background: url(../include/images/nav13.png) 10px 10px no-repeat; display: inline-block; padding: 3px 0 0 15px;}
nav .nav.n6 {border-bottom: 1px solid #ea212d;} nav .nav.n6 a span {	color: #ea212d; background: url(../include/images/nav6.png) center top no-repeat; padding: 25px 0 0 0;}
nav .nav.n13.ru a span {	background: url(../include/images/nav13.png) center top no-repeat;  padding: 28px 0 0 0;}
nav .nav.n15 {border-bottom: 1px solid #b22222} nav .nav.n15 a span {	color: #b22222; background: url(../include/images/nav15x2.png) left center no-repeat; display: inline-block; padding: 3px 0 3px 45px;}
nav .nav.n3.ru a span {	color: #f4a03e; background: url(../include/images/nav3.png) 13px 7px no-repeat; display: inline-block; padding: 3px 0 3px 35px;}

nav .nav.row1 {
	top: 0;
}

nav .nav.row2 {
	top: 72px;
}

nav .nav.doubleheight {
	height: 136px;
	max-width: 165px;
}

nav .nav.doublewidth {
	width: 39%;
}

nav .nav.row3 {
	top: 144px;
}

nav .nav.row4 {
	top: 216px;
}

nav .nav.column1 {
	left: 0px;
}

nav .nav.column2 {
	left: 20%;
}

nav .nav.column3 {
	left: 40%;
}

nav .nav.column4 {
	left: 60%;
}

nav .nav.column5 {
	left: 80%;
}

.regionriga {
	text-align: center;	
	padding: 10px 0 10px 0;
}

.regionriga span {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin: 3px 0;
}

.regions {
	padding: 0 0 20px 0;
}

.regions .row {
	clear: both;
}

.regions .row .regionlabel {
	float: left;
	width: 45%;
	text-align: right;
	line-height: 130%;
	padding: 3px 0;
	font-size: 16px;
	font-weight: 400;
}

.regions .row .regionvalue {
	float: right;
	width: 52%;
	text-align: left;
	line-height: 130%;
	padding: 3px 0;
	font-size: 16px;
}

.follow-us {
	position: absolute;
	top: 20px;
	right: 110px;
	display: block;
	width: 195px;
	height: 84px;
	background: url(../include/images/follow-us.png) no-repeat;
	background-size: 195px 84px;
	color: #3b5998;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	padding: 24px 75px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 120%;
}


.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2A628F;
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 130%;
}

.cookies .cc {
	margin: auto;
	max-width: 1000px;
	padding: 20px;
}

.cookies .cc a {
	color: #efefef;
	text-decoration: underline;
}

.cookies .cc a:hover {
	color: white;
}

.cookies span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid white;
	cursor: pointer;
	margin: 5px 10px;
}


.content .right .block .title.reviewicon span {
	background: url(../include/images/review.png) left center no-repeat;
	background-size: 34px;
	display: inline-block;
	padding: 5px 0 3px 45px;
	color: #2A628F;
}


.reviewcover {
	background: #dcdbdb;
	margin: 20px 0;
}

.content .right .block .reviewcover .title, .content .right .block .reviewcover .text {
	background: none;
	min-height: auto;
}

.review {
	text-align: center;
}

.review.main {
	text-align: left;
	max-width: 500px;
	padding-bottom: 30px;
}

.review input, .review textarea {
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}


.review .intro {
	font-size: 17px;
	padding: 5px 10px 15px 10px;
	line-height: 130%;
}

.review input[type=text] {
	width: 90%;
	padding: 10px;
	margin: 0;
	font-size: 15px;
	border: 1px solid #ccc;
	outline: none;
}

.review input[type=button], .review .abutton {
	background: #2A628F;
	color: white;
	padding: 6px 20px;
	margin: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 16px;
	line-height: 110%;
	font-weight: 400;
	cursor: pointer;
	border: none;
	display: inline-block;
	text-decoration: none;
}

.review input[type=button]:hover, .review .abutton:hover {
	background: #2e567e;
	text-decoration: none;
}

.review.main input[type=button] {
	margin-left: 0px;
}


.review textarea {
	width: 90%;
	padding: 10px;
	margin: 0;
	font-size: 15px;
	border: 1px solid #ccc;
	outline: none;
}

.review .placeholder {
	font-size: 15px;
	text-align: left;
	margin-left: 5%;
}

.review.main .placeholder {
	margin-left: 0;
}

.review .stars span, .rew .stars span {
	box-sizing: border-box;
	display: inline-block;
	width: 17%;
	height: 25px;
	background: url(../include/images/star-gray.png) center center no-repeat;
	background-size: 25px;
	cursor: pointer;
	margin: 0;
}

.rew .stars span {
	height: 20px;
	padding: 0;
	margin: 0;
}

.review .stars span.active {
	background: url(../include/images/star.png) center center no-repeat;
	background-size: 25px;
}

.review.main .stars span {
	background: url(../include/images/star-gray.png) left center no-repeat;
	background-size: 25px;
	width:60px;
}

.review.main .msg {
	color: red;
}


.review.main .stars span.active {
	background: url(../include/images/star.png) left center no-repeat;
	background-size: 25px;
}


.rew .stars span.active {
	background: url(../include/images/star-gray.png) left center no-repeat;
	background-size: 15px;
	width:25px;
}

.rew .stars span.active {
	background: url(../include/images/star.png) left center no-repeat;
	background-size: 15px;
}


.review .stars {
	margin: 5px 0 0 0;
}

.review a {
	font-size: 15px;
}

.rew {
	padding: 0 0 20px 0;	
}

.rewname {
	font-weight: 400;
}

.rewname span {
	font-weight: 300;
	font-size: 12px;
}

.rewtext {
	font-size: 15px;
	line-height: 110%;
}

.covid {
	background: #B22222;
	width: 100%;
	float: left;
	color: white;
	text-align: center;
	font-size: 30px;
	line-height: 110%;
	margin: 0 3.5% 20px 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	vertical-align: middle;
	box-sizing: border-box;
	display: block;
	position: relative;
	font-weight: 700;
}

.covid a {
	color: white;
	display: block;
	padding: 10px 30px;
	cursor: pointer;
}

.audio {
	float: right;
	margin-top: 10px;
}

.audio a {
	display: inline-block;
	margin-left: 10px;
	width: 30px;
}

.audio a img {
	width: 100%;
	height: auto;
}