


/* Start:/bitrix/templates/corp_services_blue/styles.css*/
/* Text */
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 0.7em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:190%; margin:0 0 1em; }
h2 { font-size:150%; }
h3 { font-size:130%; font-weight: bold;}
h4 { font-size:120%;}
h5 
{ 
	font-size:1.8em;
    display: block;
    font-weight: bold;
	}
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

/*
#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}
*/


table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}
table.data-table th { text-align: left;}
table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}
table.data-table tr.alt-row { background-color: #F0F0F0; }


/* new */

.banner {
    background: url('/bitrix/templates/corp_services_blue/images/update/banner_main.jpg') no-repeat 15% 35%;
    background-size: cover;
    overflow: hidden;
    color: white;
}

.banner-container {
    padding: 5% 2% 5% 2%;
    display: flex;
    justify-content: space-around;
}

.banner-block {
    width: 45%;
}

.banner-block h1 {
    font-size: 55px;
}

.banner-list {
    font-size: 25px;
    line-height: 1.3;
    padding: 0;
}

.banner-list>li {
    padding-bottom: 3%;
}

.about-container {
    padding: 2% 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center
}

.about-container div:nth-child(1) {
    text-align: left;
}

.about-container div:nth-child(2) {
    text-align: center;
}

.about-block {
    margin-left: -25px;
}

.content-text {
    height: 65%;
    width: 40%;
    margin-top: 5%;
    background-color: white;
    z-index: 500;
    line-height: 2;
}

.partners {
    clear: both;
    background-color: #DDF4EA;
}

.partners-container {
    padding: 1% 0; 
}

.partners-list {
    width: 50%;
    padding: 2% 0%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.partners-list li {
    margin-bottom: 2%;   
}

.questions-container {
    padding: 2% 12%;
    display: flex; 
    justify-content: space-between;
    flex-wrap: wrap;
}

.questions-block {
    width: 30%;
    height: 400px;
    margin-bottom: 10%;
}

.questions-block-top {
    height: 20%;
    padding: 5%;
    color: white;
    border: 1px solid #2C5D49;
    border-radius: 35% 35% 0% 0px;
    background-color: #2C5D49;
}

.questions-block-bottom {
    height: 80%;
    padding: 5%;
    line-height: 1.4;
    border: 1px solid black;
}

.questions-text--big{
    font-size: 20px;
    margin: 0;
}

.questions-text--min {
    font-size: 12px;
    color: gray;
}

.questions-list {
    font-size: 18px;
    margin: 0;
}

.questions-mob {
    display: none; 
}

.questions-mob .questions-block-top {
    border-radius: inherit;
}

.questions-mob .questions-block-bottom {
    display: none;
}

.h3-main.h3-qa, .h3-main.h3-news {
    margin: 0;
}

.contacts-container {
    height: 600px;
    position: relative;
}

.contacts-block {
    padding: 2%;
    position: absolute;
    background-color: white;
    top: 20%;
    left: 10%;
}

.contacts-list {
    font-size: 20px;
    line-height: 1.5;
}

.contacts-list li a{
    color: #2C5D49;
}

.contacts-list li a:hover {
    opacity: 0.7;
}

.covid {
color: red !important;
}

.covid_pics {
display: flex;
width: 230px;
text-align: center;
}

.covid_pics div {
margin-left: 15px;
}

.covid_img {
height: 3vw;
}
.spig2025_slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 913px;
    touch-action: pan-y; /* Разрешаем только вертикальную прокрутку */
}

.spig2025_slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    will-change: transform; /* Оптимизация для анимации */
}

.spig2025_slide {
    min-width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.spig2025_slide-content {
    position: absolute;
    top: 80px;  /* Увеличено с 50px */
    left: 80px; /* Увеличено с 50px */
    width: 55%; /* Увеличено с 45% */
    max-width: 600px; /* Увеличено с 500px */
    padding: 40px; /* Увеличено с 25px */
    background: rgba(42, 91, 71, 0.7);
    border-radius: 12px; /* Увеличено с 8px */
    color: white;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Увеличено с 4px 10px */
}

.spig2025_slide-title {
    font-size: 48px; /* Увеличено с 28px */
    font-weight: bold;
    margin-bottom: 25px; /* Увеличено с 15px */
    line-height: 1.2;
}

.spig2025_slide-text {
    font-size: 24px; /* Увеличено с 16px */
    line-height: 1.5;
}

.spig2025_slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.spig2025_slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 3;
}

.spig2025_slider-button {
    background: rgba(42, 91, 71, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.spig2025_slider-button:hover {
    background: rgba(42, 91, 71, 0.9);
    transform: scale(1.1);
}

.spig2025_slider-button:active {
    transform: scale(0.95);
}

.spig2025_slider-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 3;
}

.spig2025_slider-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #2A5B47;
}

.spig2025_slider-dot:hover {
    background: rgba(42, 91, 71, 0.7);
}

.spig2025_slider-dot.active {
    background: #2A5B47;
    transform: scale(1.2);
}
/* Адаптивность */
@media (max-width: 768px) {
    .spig2025_slider-container {
        height: 400px;
    }

    .spig2025_slider-button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .spig2025_slider-dots {
        bottom: 20px;
    }

    .spig2025_slider-dot {
        width: 16px;
        height: 16px;
    }
    .spig2025_slide-content {
        top: 50px; /* Увеличено с 30px */
        left: 50px; /* Увеличено с 30px */
        width: 70%; /* Увеличено с 60% */
        padding: 30px; /* Увеличено с 20px */
    }
    
    .spig2025_slide-title {
        font-size: 36px; /* Увеличено с 22px */
        margin-bottom: 20px; /* Увеличено с 10px */
    }
    
    .spig2025_slide-text {
        font-size: 20px; /* Увеличено с 16px */
    }
}

@media (max-width: 480px) {
    .spig2025_slider-container {
        height: 300px;
    }

    .spig2025_slider-button {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .spig2025_slide-content {
        top: 30px; /* Увеличено с 20px */
        left: 30px; /* Увеличено с 20px */
        width: 85%; /* Увеличено с 80% */
        padding: 25px; /* Увеличено с 15px */
    }
    
    .spig2025_slide-title {
        font-size: 28px; /* Увеличено с 18px */
    }
    
    .spig2025_slide-text {
        font-size: 18px; /* Увеличено с 14px */
    }
}
/* End */



/* Start:/bitrix/templates/corp_services_blue/template_styles.css*/
html { width:100%; height:auto }


form { margin:0; padding:0;}
form.main-form
{ 
	display: block;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
}
 
/*
#page-wrapper
{	
	margin: 15px auto;
	width: 1180px;
	background:#EFEFEF;
	box-shadow:0 0 7px #000000 !important
}

* html #page-wrapper { height: 100%; }

#header { height: 140px; position: relative;}
*/

/*
#slogan {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}
#slogan img {
	width:100% !important;
}
*/
/*
#header {
    background-image: url('/bitrix/templates/corp_services_blue/images/header.png');
    background-repeat: repeat-x;
}
*/
/*
td#logo { padding-left: 32px;}
td#logo a { outline: none;}
*/
/*#slogan {width: 1220px;  font-size: 1.2em; font-style: italic; position: relative; left:-21px; top:20px; box-shadow:0 0 5px #000;}*/

/*
#search {
    background-image: url('/bitrix/templates/corp_services_blue/images/search.png');
    background-position: left 2px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    margin-top: 4px;
    padding: 0 0 0 18px;
    position: relative;
    width: 210px;
	margin-right:5px;
}
* html #search div.search-box { margin-right:-82px;	}

#search div.search-box input
{
	border:1px solid;
	width:98%;
	height: 18px;
	padding:0;
	margin:0;
}

#search input { vertical-align: top;}
#search-button { float: right; width:48px; border: 1px solid;}
#search-button input::-moz-focus-inner { border: 0; padding: 0; }Remove button padding in FF
*/
/*
#search-button input 
{
	display: block;
	border: none;
	background: none;	
	width:48px;
	padding:0;
	margin:0;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 19px;
	cursor: pointer;
	cursor: hand;
	outline: none;	
}

div.search-item h4 { margin-bottom: 0.4em;}
*/

/*
#top-menu { margin: 0 0 0 32px; padding: 0; list-style-type: none; overflow: hidden; zoom:1;}
#top-menu li { float: left; margin: 0 1.5em 0 0; }
#top-menu a  
{
	display: block; 
	border-bottom-width: 2px;
	border-bottom-style: solid;

	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	outline: none;
	padding: 11px 0 7px;	
	margin: 0 16px 3px;
}

#top-menu li.selected a { padding: 11px 16px 10px; margin: 0;}
#top-menu li.selected .r1 { border-left: 1px solid; border-right: 1px solid; }
#top-menu li.selected .r0 { border-left: 1px solid; border-right: 1px solid; }
*/

/*
* html #top-menu .r1 { width: 2px;}
* html #top-menu .r0 { width: 2px;}

#top-menu li.selected .r1 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 4 + 'px'); }
#top-menu li.selected .r0 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 2 + 'px'); }

#breadcrumb  {float:left; position:absolute;}
#breadcrumb p { margin: 0 10px;}

#breadcrumb a, #breadcrumb span { font-size: 0.85em; padding:0 0.4em; text-decoration: none;}
#breadcrumb a:hover { text-decoration: underline;}
#breadcrumb b { border-right: 1px solid; border-left: 1px solid;}
#breadcrumb b.top { margin-bottom: 2px;}
#breadcrumb b.bottom { margin-top: 2px;}
*/

/*
#content-wrapper { overflow: hidden; margin: 0px 0 50px; zoom:1;}
#content { float: right; width: 100%; overflow: hidden; }
#sidebar-inner { margin-right: 21px;}

#workarea-wrapper { margin: 0 5px 0 25px;}
*/
/*
#left-menu { width: 100%; top:0px; position:relative; }

ul.left-menu { font-weight: bold; list-style-type: none; margin: 0; padding: 0 0 0 1.5em;}
*/

/* Root */
/*
ul.left-menu a { font-size: 1.1em; outline: none;}
ul.left-menu .selected a { text-decoration: none; }

ul.left-menu ul a { font-size: 0.85em !important; text-decoration: underline !important; outline: none; vertical-align:top; }

ul.left-menu li.current { padding: 0; overflow: hidden; zoom:1; display: block; margin-top: 0.3em;}
ul.left-menu .current i  
{
	padding: 1px 10px 2px 13px; 
	text-decoration: none !important;
	display: block;
	zoom:1;
	font-style:normal;
	font-size: 0.85em !important;
	vertical-align:top;
}

ul.left-menu .current b { border-left:1px solid; border-right:1px solid; }
ul.left-menu ul { font-weight: normal; margin: 0.5em 0 0 -4px; padding: 0; list-style-type: none;}
ul.left-menu ul ul { margin: 0.5em 0 0 1em; }
ul.left-menu li li
{ 
	margin-bottom: 0.7em; 
	padding:0 13px 0;
	text-indent: 0;
	background: url('/bitrix/templates/corp_services_blue/images/left-menu-arrow.gif') no-repeat 5px 3px;
	list-style-type: none; 
}

ul.left-menu li
{
	behavior:expression( !this.before ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	background: none;
	padding:0;
	margin-bottom: 1.5em;
}
ul.left-menu li li { behavior: '';}

ul.left-menu li:before { content:'\2014\a0'; }
ul.left-menu li li:before { content:'';}

ul.left-menu li li li { margin-bottom: 0.3em; }
*/
/*

#workarea { float: right; width: 100%; clear:right; margin-top:10px; }
#workarea-inner { margin-left: 25px;}
*/

/*
#banner 
{ 
	height: 175px; 
	margin: 0 28px 40px 19px; 
	overflow:hidden; 
	position:relative; 
}

#banner-image { height:175px; width: 425px; overflow:hidden; text-decoration: none; display: block; }
*/
/*
#banner-text 
{ 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	position: absolute;
	left: 35%;
	top: 0;
	left:0;
	width: 100%;
	height: 175px;
	z-index:10;
	
}

#banner-text td {padding:0;}
#banner-text a { text-decoration: none; display: block;}

#banner-text small { font-size: 0.5em; padding-top: 1em; display: block; padding-left: 30px;}
#banner-text big { font-size: 1.4em; display: block; }
#banner-text span { padding-left: 30px; display:block;}
#banner-overlay
{ 
	z-index:5; 
	height: 175px; 
	width: 100%; 
	position: absolute; 
	top: 0;
	left: 0; 
	outline: none;
	display: block;
	cursor: pointer;
	cursor: hand;
}
*/




/*
#footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #295C47;
    border-color: #444444;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
	box-shadow:0 0 5px #000;
}
#footer {
    background-image: url('/bitrix/templates/corp_services_blue/images/footer.png');
    background-repeat: repeat-x;
    margin: 0 -16px;
    min-height: 80px;
    overflow: visible;
    padding: 0;
    position: relative;
	top:-15px;
}

#copyright { padding:30px 0 0 35px; font-size: 14px; !important; width: 49%;}
#copyright p { margin:0;}

#footer-links { margin:0; padding:0; list-style: none;}
#bottom-menu { width:50%; position:absolute; right:25px; top: 20px;  text-align: right;}
#footer-links li { display: inline; padding-left:1.5em;}
*/

/* Navigation */
div.navigation { font-size:100%; line-height:200%; }
span.navigation-title { padding-right:0.65em; font-weight: bold;}
div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}
span.nav-current-page { padding:0.2em 0.3em; }
div.navigation span.arrow { font-size:100%; font-family:Times, serif; }
div.navigation span.ctrl { font-size:85%; }

/*Site Map */
table.map-columns { width: 100%;}
table.map-columns td { vertical-align: top; padding: 0;}
table.map-columns ul { padding:0 0 2em 0; font-weight: bold;}
table.map-columns li { margin: 0 0 1.5em 0 !important;}
table.map-columns li li { margin: 0 0 0.6em 0 !important;}
table.map-columns ul ul { font-weight: normal; padding:0 0 0 1.5em; margin: 0.6em 0}


/* Ask a question */
#support {position: relative; margin:0 0 3em; padding-top: 3px;}
#support-question { position: absolute; width: 30px; height: 30px; top: 0; left:0;}
#support-text { height: 20px; margin-left: 15px; padding-left: 22px; padding-top: 2px; overflow:hidden;}
#support-text a { font-size: 14px; font-weight: bold; text-decoration: none;}
#support b { border-right:1px solid; margin-left: 15px;}

/* Schedule */
#schedule { margin: 0 0 3em; }
#schedule div.schedule { font-size: 0.85em; }
#schedule p { margin: 0 0 1em; }

/* Telephone*/
#telephone  
{
	padding: 0 0 0 37px;
	margin: 0 0 1.5em;
	min-height: 30px;
}

* html #telephone { padding-top: 6px;}

#telephone nobr { font-family: Georgia, serif;  font-size: 1.6em;}

/* Content Block List */
dl.block-list { margin: 0 0 3.2em 0; padding:0; }
dl.block-list dt { margin: 0; padding: 0 0 0.3em; font-size: 1em;}
dl.block-list dd { margin:0 0 1.8em; padding:0; font-size: 0.85em;}

/* Information Box*/
div.information-box .r1 { border-left:1px solid; border-right:1px solid; }
div.information-box .r0 { border-left:1px solid; border-right:1px solid; }
div.information-box-content { font-size: 0.9em; padding: 12px 15px;}

/* News List */
div.news-list { margin: 0 0 2em;}
div.news-item { margin: 0 0 1.3em; }
div.news-date { margin: 0 0 0.5em; }
div.news-title { font-size: 1.2em; margin: 0 0 0.5em; }
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}

/* Forms */
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select 
{ 	
	border:1px solid;  
	border-color: #777 #CCCCCC #CCCCCC #777
}
 
div.content-form div.field label.field-title { font-size: 1.117em; }

/*
.heckl, .heckr {
    border-top: 10px solid #222222;
}
.heckl {
    border-left: 19px solid transparent;
    height: 0;
    left: -20px;
    line-height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.heckr {
    border-right: 19px solid transparent;
    height: 0;
    line-height: 0;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 0;
}
*/
/*
#subhead {
    background-color: #F9F9F9;
    border: 1px solid #FFFFFF;
	position:relative;
}
#subhead {
    background-image: url('/bitrix/templates/corp_services_blue/images/subhead.png');
    background-repeat: repeat-x;
    height: 33px;
    margin: 10px 0.2% 0;
    width: 99.5%;
}
.breadcrumbs, .breadcrumbs span {
    color: #555555;
}
.breadcrumbs {
    float: left;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: -5px 0 0 6px;
    padding: 0 7px;
    width: 650px;
}
*/

/*
#topmenu_container {
    height: auto;
    margin: 0;
    min-height: 30px;
    width: 100%;
	margin-top:15px;
}

#topmenu {
    height: auto;
    margin: auto;
	position:relative;
}
#topmenu ul.menu {
    background-color: #295C47 !important;
    border-bottom: 3px double #FFFFFF !important;
    border-top: 3px double #FFFFFF !important;
}
#topmenu ul.menu {
    background-image: url('/bitrix/templates/corp_services_blue/images/dropdown.png');
    background-repeat: repeat-x;
}
#topmenu ul.menu, #topmenu ul.menu ul {
    display: inline-block;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#topmenu ul.menu {
    background-color: #222222;
    border-bottom: 3px double #FFFFFF;
    border-top: 3px double #FFFFFF;
}

#topmenu ul.menu li {
    border-right: 1px solid #555555 !important;
}
#topmenu ul.menu li {
    float: left;
    position: relative;
}
#topmenu ul.menu li, #topmenu ul.menu ul li {
    list-style: none outside none;
}
#topmenu ul.menu li {
    border-right: 1px solid #555555;
}

#topmenu ul.menu li a, #topmenu ul.menu li span.separator {
    background-color: #295C47;
    border-color: #000000 #222222 #333333 #000000 !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #CCCCCC;
}
#topmenu ul.menu li a, #topmenu ul.menu li span.separator, #topmenu ul.menu li a span {
    font-size: 14px;
}
#topmenu ul.menu li a, #topmenu ul.menu li span.separator {
    background-image: url('/bitrix/templates/corp_services_blue/images/dropdown.png');
    background-repeat: repeat-x;
    display: block;
    min-height: 24px;
    padding: 10px 15px;
    text-decoration: none;
    vertical-align: middle;
}
#topmenu ul.menu li a, #topmenu ul.menu li span.separator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 #222222 #333333 #000000;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
#topmenu ul.menu a:hover {
	color:#FFF;
}
*/

.clr {
    clear: both;
}
.shadow-left {
    background-image: url('/bitrix/templates/corp_services_blue/images/shadow-l.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 8px;
}

.shadow-right {
    background-image: url('/bitrix/templates/corp_services_blue/images/shadow-r.png');
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 8px;
    margin-bottom: 10px;
    margin-top: -8px;
}

/*
#workarea-inner {
    background-color: #F9F9F9;
    border: 3px double #E9E9E9;
}
#workarea-inner {
    background-image: url('/bitrix/templates/corp_services_blue/images/background.png');
    margin: 10px 0 0;
    min-height: 200px;
    overflow: hidden;
    padding: 20px 3%;
}
.contentheading {
    background-repeat: no-repeat;
    line-height: 32px;
    margin: 10px 0;
    min-height: 32px;
}
.contentheading, .contentheading a {
	color:#295C47 !important
}
.contentheading1 {
    background-repeat: no-repeat;
    line-height: 32px;
    margin: 10px 0;
    min-height: 32px;
}
.contentheading1, .contentheading1 a {
	color:#295C47 !important
}
*/

input, inputbox {
    background-color: #EFEFEF;
    border-color: #CCCCCC #FFFFFF #FFFFFF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #555555;
}
input, inputbox {
    font-size: 11px;
    margin: 2px 3px;
    padding: 2px 3px;
}
input:hover, inputbox:hover {
	background:#F9F9F9;
	color:#555555;
}
input:focus, inputbox:focus {
	background:#F9F9F9;
	color:#555555;
}

/*
.feckl, .feckr {
    border-bottom: 10px solid #222222;
}
.feckl {
    border-left: 14px solid transparent;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: -11px;
    width: 0;
}
.feckr {
    border-right: 14px solid transparent;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: -11px;
    width: 0;
}
#title-search-input {
	width:197px !important;
}
*/

/*
#leftcol h3.moduleh3 {
    border-left: 1px solid #999999;
    border-right: 1px solid #555555;
}
#leftcol h3.moduleh3, #wrapper #rightcol h3.moduleh3 {
    background-color: #295C47;
    border-top: 1px solid #555555;
    color: #DDDDDD;
}
#leftcol h3.moduleh3 {
    border-bottom: 0 none;
    line-height: 35px;
    margin: 10px 0 0 -20px;
    min-height: 35px;
    padding: 0 10px 0 28px;
    position: relative;
    text-align: left;
}
#leftcol h3.moduleh3, #rightcol h3.moduleh3 {
    background-image: url('/bitrix/templates/corp_services_blue/images/h3-module.png');
    background-repeat: repeat-x;
    font-size: 120%;
}

#leftcol {
    width: 100% !important;
}
#leftcol {
    float: left;
    margin: 0;
    padding: 0 0 10px;
	position:relative;
	left:7px;
	margin-top:10px;
	margin-bottom:40px;
}
.h3eckl, .h3eckr {
    border-top: 10px solid #222222;
}
.h3eckl {
    border-left: 11px solid transparent;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
*/
/*
#leftcol .module div.lvround-inner,  #leftcol .module_menu div.lvround-inner, #leftcol .module_text div.lvround-inner, #rightcol .module div.lvround-inner, #rightcol .module_menu div.lvround-inner, #rightcol .module_text div.lvround-inner {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    color: #505050;
}
#leftcol .module div.lvround-inner, #leftcol .module_menu div.lvround-inner, #leftcol .module_text div.lvround-inner, #rightcol .module div.lvround-inner, #rightcol .module_menu div.lvround-inner, #rightcol .module_text div.lvround-inner {
    margin: 0;
    padding: 10px 3%;
}
.module_menu ul.menu {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.menu {
    line-height: 22px;
}

.module_menu ul.menu li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 4px;
	position:relative;
}

.module_menu ul.menu li a, .module_menu ul.menu li span.separator {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
}
.module_menu ul.menu li a, .module_menu ul.menu li span.separator {
    clear: both;
    display: block;
    margin: 4px 0 0;
    overflow: visible;
    padding: 3px 0;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
	width:210px;
}

#leftcol .module div div, #leftcol .module_menu div div, #leftcol .module_text div div, #rightcol .module div div, #rightcol .module_menu div div, #rightcol .module_text div div {
    border: 1px solid #FFFFFF;
}
*/

/*
#leftcol .module, #leftcol .module_menu, #leftcol .module_text, #rightcol .module, #rightcol .module_menu, #rightcol .module_text {
    background-color: transparent;
    border: 0 none;
    margin-top: 0;
}
.module_menu ul.menu li a:hover {
	color:#000;
}
*/
#area {
	position:relative;
	margin-top:15px;
}
.bx-system-auth-form {
	background-color: #F9F9F9;
    border: 1px solid #DDDDDD !important;
    color: #505050;
	padding:10px 5px;
}
.login_input {
	width:204px;
}
#fontsize {
    right:10px;
	top:18px;
	position:absolute;
}
#fontsize a {
	color:#FFF;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
	margin:2px;
}
#fontsize a:hover {
	border-bottom:2px solid #FFF;
}
.news-date-time {
	color:#000 !important;
}
/*
.jclock {
	color:#FFF;
	position:absolute;
	right:70px;
	top:18px;
	font-size:14px !important;
}
*/
/*
#footer a#gotop {
    color: #FFFFFF;
}
*/
/*
a#gotop {
    display: inline;
    height: 50px;
    text-align: center;
    width: 100%;
	font-size:14px !important;
	margin-right:25px;
}
*/

/*
body {
    color: #222222;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
body, #leftnav, #tbdi, #hidden_modes, #hmp {
    background: none repeat scroll 0 0 #FFFFFF;
}
body {
    margin: 0;
    overflow-y: scroll;
}
body {
    display: block;
}
*/
address, address[dir], article, article[dir], aside, aside[dir], blockquote, blockquote[dir], body, body[dir], caption, caption[dir], center, center[dir], col, col[dir], colgroup, colgroup[dir], dd, dd[dir], dir, dir[dir], div, div[dir], dl, dl[dir], dt, dt[dir], fieldset, fieldset[dir], figcaption, figcaption[dir], figure, figure[dir], footer, footer[dir], form, form[dir], h1, h1[dir], h2, h2[dir], h3, h3[dir], h4, h4[dir], h5, h5[dir], h6, h6[dir], header, header[dir], hgroup, hgroup[dir], hr, hr[dir], html, html[dir], legend, legend[dir], li, li[dir], listing, listing[dir], main, main[dir], marquee, marquee[dir], menu, menu[dir], nav, nav[dir], noframes, noframes[dir], ol, ol[dir], p, p[dir], plaintext, plaintext[dir], pre, pre[dir], section, section[dir], summary, summary[dir], table, table[dir], tbody, tbody[dir], td, td[dir], tfoot, tfoot[dir], th, th[dir], thead, thead[dir], tr, tr[dir], ul, ul[dir], xmp, xmp[dir] {
    unicode-bidi: -moz-isolate;
}


#scroll_up {
    float: right;
    width: 30%;
	position:relative;
	top:-30px;
	text-align: right;
}

.lefttd {
    width:21%;
}
.righttd {
    width:79%
}
.news-list img {
	width:400px !important;
	height:auto;
}
.NewsCalHeader {
	width:15px;
}
.news-calendar {
	margin:0px;
	padding-top:15px;
	padding-left:15px;
	width:290px;
}
.news-calendar td {
	height:25px;
}
#mainimages img {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	z-index:10;
	position:relative;
	margin:3px;
	background:#99CAB4;
	margin-top:4px;
}
#mainimages img:hover {
	opacity:0;
	cursor:pointer;
}
#mainimages {
	position:relative;
}
#mainimages .mainimage {
	font-weight:bold;
	color:#295C47;
	font-size:36px;
	line-height:32px;
	position:absolute;
	z-index:0;
	width:250px;
	display:block;
	padding:10px;
	height:227px;
	text-align:center;
	line-height:36px;
	padding-top:165px;
	border-radius:15px;
	border:1px solid #295C47;
	background:#99CAB4;
	box-shadow:2px 1px 3px #666;
	text-shadow:1px 1px 1px #666;
	background-image:url('/bitrix/templates/corp_services_blue/images/background.png');
}
#enter_private {
	position:absolute;
	color:#FFF;
	font-size:14px;
	width:120px;
	height:25px;
	text-align:center;
	display:block;
	background:#99CAB4;
	border:1px solid#FFF;
	border-radius:5px;
	line-height:25px;
	right:190px;
	top:13px;
	box-shadow:2px 1px 2px #666;
}
#enter_private:hover {
	cursor:pointer;
	background:#FEFEFE;
	color:#666;
}
/*
#topmenu ul.menu .selected > a {
	color:#FFF !important;
}
.module_menu ul.menu .selected a {
	padding-left:10px;
	color:#000 !important;
}
*/
#news-cal {
	padding:0 !important;
	width:100% !important;
}
.bx-core-waitwindow {
	display:none;
}
.search-tags-cloud {
	min-height:150px;
	border:none !important;
	
}
.photo-control-edit.photo-control-album-edit {
	width:70px;
	
	margin-left:20px !important;
}
#norm_pict {
	height:150px;
	position:relative;
	display:block;
}
.name_norm {
	top:40px;
	position:relative;
}
/*
.menu ul {
	position:absolute;
	top:-15px;
	left:217px;
	line-height:22px;
	background:#EEE;
	border:1px solid #DDDDDD;
	color:#505050;
	margin:0px !important;
	padding:10px 3% !important;
	width:230px;
	box-shadow:1px 1px 2px #666;
	display:none;
}
*/
.secbord {
	border:1px solid #F9F9F9;
}
.current {
	border-bottom:1px dotted #CCCCCC;
}
/*
.lev1 {
	z-index:500;
}
.lev2 {
	z-index:700;
}
*/
.mfeedback {
	font-size:12px;
}
.mfeedback .form-input textarea {
	width:500px !important;
	height:185px;
}
.sitemap {
	color:#FFF !important;
	display:inline;
	padding-right:15px;
}
#sitemap {
	position: absolute;
	width:14px;
	height:14px;
	background:url('/bitrix/templates/corp_services_blue/images/site_map.png');
	right:240px;
	top:8px;
}
#sitemap:hover {
	opacity:0.5;
}
.NewsCalTable .NewsCalDefault:hover {
	background:#DADDED;
}

.NewsCalTable .NewsCalWeekend:hover {
	background:#DADDED;
}
.photo-title {
	display:none;
}
/*
#lang {
	position:absolute;
	width:80px;
	height:25px;
	right:260px;
	top:4px;
}

.rus {
	background:url('/bitrix/templates/corp_services_blue/images/rus.png') top left no-repeat;
	width:36px;
	height:25px;
	display:inline-block;
	opacity:0.7;
}
.eng {
	background:url('/bitrix/templates/corp_services_blue/images/eng.png') top left no-repeat;
	width:36px;
	height:25px;
	display:inline-block;
}

ul.lk_menu {
        list-style: none !important;
}

ul.lk_menu li {
        text-align:center;
	font-size: 2em;
        color: white;
        background-color: #295C47;
        padding: 1vw;
        margin-top: 1vw;
        list-style: none !important;
}

ul.lk_menu li:before {
display: none !important;
}

ul.lk_menu li:hover {
	cursor: pointer;
}

ul.lk_menu li a {
	text-decoration: none;
	color: white;
}
*/


/* new styles */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: century gothic;
}

.h2-main {
    font-size: 40px;
    text-align: center;
    padding: 1% 0;
    margin: 1% 0;
}

.h3-main {
    font-size: 28px;
    text-align: center;
    margin: 0;
	color: white;
}

.up {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1000;
    bottom: 3%;
    right: 3%;
    text-align: center;
    background-color: #DDF4EA;
    border: 1px solid #2C5D49;
    border-radius: 100%;
    color: #2C5D49;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

.up:hover {
    opacity: 0.7;
}

.up .fa {
    bottom: 5%;
    left: 19%;
    position: absolute;
}

.content-text {
    font-size: 20px;     
}

h3 {
color: #2A5B47;
}

header, footer, .container {
    width: 100%;
}

.container {
    padding: 10% 0% 1% 0%;
    position: relative;
}

header {
    position: fixed;
    z-index: 1000;
    background-color: white;
}

.header-container {
    padding: 1% 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.logo-block {
    display: flex;
}

.logo {
    width: 100px;
    height: auto;
}

.logo-text {
    width: 100px;
    padding-top: 7%;
    padding-left: 3%;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bolder;
}

.phone {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #2A5B47;
}

.phone:hover {
    opacity: 0.7;
}

.phone-header {
    width: 100%;
    color: #2A5B47;
    margin-bottom: 5%;
    text-align: center;
}

.phone-header .fa.fa-phone {
    color: #2A5B47;
    font-size: 16px;
}

.logo-block-phone {
    display: none;
}

.language-block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.language-block a{
    font-weight: bold;
    color: #2A5B47;
    text-decoration: none;
}

.menu {
    width: 60%;
}

.default-list {
    list-style: none;
}

.menu-list {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
	font-size: 1vw;
}

.menu-list li a {
    text-decoration: none;
    color: #2a5b47;    
}

.menu-list li a:hover {
    opacity: 0.7;
}

.menu-adaptive-burger {
    display: none; 
}

.menu-adaptive-burger:active, .menu-adaptive-burger:focus {
    top: -1px;
    left: -1px;
} 

.header-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 10%;
}

.circle-block {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    border: 1px solid black;
    position: relative;
}

.vk-block {
    background-color: #DDF4EA;
}

.btn-header {
    text-align: center;
}

.header-info>div {
    margin-bottom: 12%;
}

.eye-block, .vk-block, .language-block {
    transition: background-color 1s;
}

.eye-block:hover, .language-block:hover {
    background-color: #DDF4EA;
}

.vk-block:hover {
    background-color: white;
}

.vk-block .fa.fa-vk {
    color: #2A5B47;
    font-size: 30px;
    top: 18%;
    left: 16%;
    position: absolute;
}

.fa.fa-eye, .fa.fa-eye-slash {
    font-size: 30px;
    color: #2A5B47;
    top: 17%;
    left: 19%;
    position: absolute;
}


.btn {
    text-decoration: none;
    font-weight: bold;
    padding: 2%;
}

a.btn-green:hover {
    background-color: #DDF4EA;
}

a.btn-green {
    background-color: #2C5D49;
    color: white !important;
    transition: background-color 1s;
}

.btn-lightGreen {
  background-color: #DDF4EA;  
}

.btn-lightGreen:hover {
  opacity: 0.7;  
}

footer {
    background-color: #2C5D49;
}

.footer-container {
    padding: 1%;
    color: white;
    display: flex;
    justify-content: space-around;
}

.footer-list{
    line-height: 1.5;
}

.footer-list li a{
    text-decoration: underline;
    color: white;
}

.footer-list li a:hover {
    opacity: 0.7;
}

.content_pad {
padding: 0vw 1vw 1vw 1vw;
}

.edu_direction {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 1vw 0vw 1vw 0vw;
font-size: 1vw;
}

.edu_direction div {
font-size: 18px;
width: 40%;
background-color: #DDF4EA;
padding: 1vw 1vw 1vw 1vw;
border: 1px solid #DDF4EA;
border-radius: .5vw;
line-height: 1.5;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
transition: all 0.5s ease-out;
margin: 0vw 1vw 1.5vw 1vw;
}

.edu_direction div:hover {
background-color: #2A5B47;
border: 1px solid #2A5B47;
color: white;
transition: all 0.5s ease-out;
}

.entry2020_adv {
width: 65vw;
background-color: #2A5B47;
border: 1px solid #2A5B47;
padding: 1vw 1vw 1vw 1vw;
text-align: center;
color: white;
margin: auto;
margin-bottom: 1.5vw;
font-size: 1.25vw;
margin-top: 5%;
}
.inside_entry2020 {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5vw;
}
.inside_entry2020 div {
        margin-right: 2vw;
}
.inside_entry2020 div:nth-child(2) {
        width: 40vw;
}
.number {
        width: 6vw;
        height: 6vw;
        font-size: 5vw;
        border: 1px solid #2A5B47;
        border-radius: 3vw 3vw;
        text-align: center;
color: #2A5B47;
}

.partners_logos {
display: flex;
width: 100%;
justify-content: center;
flex-wrap: wrap;
}

.partners_logos div {
margin-bottom: 1vw;
padding: .5vw .5vw .5vw .5vw;
}

.block_about {
            height: 13vw;
            display: flex;
            align-items: center;
            justify-content: center;
margin-bottom: 1.5vw;
        }
        .text_about {
            width: 30vw;
            padding: 0vw 1.5vw 0vw 1.5vw;
line-height: 1.7;
        }

@media (max-width: 1450px) {
	.entry2020_adv {
		margin-top: 10%;
	}
    .container {
        padding: 7% 0% 1% 0%;
    }
    
    .menu-list, .logo-text {
        font-size: 15px;
    }
    
    .menu-list li {
        width: 15%;
    }
    
    .menu {
        width: 70%;
    }
    
    .header-info {
        width: 20%;
    }
    
    .about-container div:nth-child(1) {
        padding-left: 1%;
    }
    
    .h3-main {
        font-size: 20px;
    }
    
    .h3-news {
        font-size: 18px;
    }
    
    .questions-list, .questions-text--big, .news-text {
        font-size: 15px;
    }
    .logo {
        width: 70px;
        height: 80px;
    }
   
}

@media (max-width: 1100px) {
    .banner-block h1 {
        font-size: 35px;
    }
	.entry2020_adv {
        width: 100%;
		margin-top: 5%;
    	font-size: 1.5vw;
	}
    .inside_entry2020 div:nth-child(2) {
        width: 100%;
    }
    .banner-list {
       font-size: 16px; 
    }
    
    .content-text {
       font-size: 18px; 
    }
    
    .menu-adaptive-burger {
       display: block;
        color: #2A5B47;
        font-size: 30px;
    }
    
    .menu, .header-info, .logo-text {
        display: none;
    }
    
    .logo-block-phone {
        display: flex;
        align-items: center;
    }
    
    .logo-block {
        flex-wrap: nowrap;
    }
   
    .header-container {
        padding: 1% 2%;
        justify-content: space-between;
    }
    
    .about-block img {
        width: 100%;
        height: auto;
    }
    
    .questions-block {
        width: 45%;
        overflow: hidden;
        margin-bottom: 5%;
    }
    
    .questions-block-top, .questions-block-bottom, .questions-block {
        height: auto;
    }
    
    .news-block {
        width: 100%;
        margin-bottom: 2%;
    }
    
    .news-flexBox {
        flex-wrap: wrap;
    }
    
    .content-text {
        margin-top: 0;
        line-height: 1.5;
        padding: 1%;
        width: 100%;
    }
    
     .about-container div, .about-container ul  {
        width: 100%;
    } 
    
    .about-block {
        margin-left: 0;
    }
    
    .about-container {
        flex-wrap: wrap;   
    }
}

@media (max-width: 650px) {
    .edu_direction div {
        width: 100%;
    }
	.entry2020_adv {
    	font-size: 3vw;
	}
    .questions-desktop, .news-flexBox {
        display: none; 
    }
    .questions-mob {
        display: flex; 
    }
	.news-container {
		padding: 10% 5%;
	}
	.h2-news { 
		margin: 5% 0%;
	}
    .container {
        padding: 20% 0% 1% 0%;
    }

    .banner-block, .questions-block {
        width: 100%;
    }
    
    .banner-container {
        flex-wrap: wrap;   
    }
    
    .banner-list {
        padding-left: 0;
    }
    
    .h2-main {
        font-size: 30px;
    }


    .contacts-list, .footer-list {
        font-size: 15px;
    }
    
    .contacts-block {
        top: 60%;
    }
    
    .logo, .logo-text {
        float: left;
    }
    
    .banner {
        background: url('/bitrix/templates/corp_services_blue/images/update/banner_main.jpg') no-repeat center;
        background-size: cover;
    }

}

@media (max-width: 480px) {
	.entry2020_adv {
    	font-size: 4.5vw;
	} 
    .h2-main {
        font-size: 25px;
    }
    
    .banner-block h1 {
        font-size: 30px;
    }
    
    .contacts-block {
        left: 0;
    }
}

/* new styles */
/* End */
/* /bitrix/templates/corp_services_blue/styles.css */
/* /bitrix/templates/corp_services_blue/template_styles.css */
