/* Template-specific stuff
 * 	DELETE RESPONSIVE BOOTSTRAP.CSS
 */

/* Account for fixed navbar */
body,
.navbar-fixed-top,
.navbar-fixed-bottom {
min-width: 970px;
}
/* Don't let the lead text change font-size. */
.lead {
font-size: 16px;
}
/* Finesse the page header spacing */
.page-header {
margin-bottom: 30px;
}
.page-header .lead {
margin-bottom: 10px;
}
/* Non-responsive overrides
*
* Utilize the following CSS to disable the responsive-ness of the container,
* grid system, and navbar.
*/

/* Reset the container */
.container {
width: 970px;
max-width: none !important;
}
.container .navbar-header,
.container .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
visibility: visible !important;
}
.navbar-toggle {
display: none;
}
.navbar-collapse {
border-top: 0;
}
.navbar-brand {
margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding: 15px 12px; /* padding: 15px;*/
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
position: absolute;
float: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff !important;
background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #999 !important;
background-color: transparent !important;
}
/* Undo form expansion */
.navbar-form {
float: left;
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
/* Undo inline form compaction on small screens */
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
/*****************************************************************************************************************/
body{
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
}
a {
color: #337ab7;
text-decoration: none;
}
.color_b{color:#337ab7;}
a:focus, a:hover {
color: #337ab7;
text-decoration: underline;
}
@font-face {
font-family: 'ecoico';
src:url('../fonts/ecoico.eot');
src:url('../fonts/ecoico.eot?#iefix') format('embedded-opentype'),
url('../fonts/ecoico.woff') format('woff'),
url('../fonts/ecoico.ttf') format('truetype'),
url('../fonts/ecoico.svg#ecoico') format('svg');
font-weight: normal;
font-style: normal;
}
.cbp-vimenu {
position: absolute;
overflow: hidden;
top: 12.25em;
left: 0;
height: 100%;
list-style-type: none;
margin: 0;
padding: 0;
background: #f8f8f8;
z-index: 1;
}
.cbp-vimenu.affix{
position: fixed;
top: 0px;
}
.cbp-vimenu li a {
display: block;
text-indent: 5em;
height: 3.5em;
width: 3.5em;
line-height: 3.5em;
text-align: left;
color: #999;
position: relative;
border-bottom: 1px solid rgba(0,0,0,0.05);
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
white-space: nowrap;
padding: 0;
}
.cbp-vimenu.affix li a{
/*width: 21rem;*/
width: 15.4rem;
text-indent: 5rem;
text-align: left;
}
.cbp-vimenu:hover li a{
width: 15.4rem;
text-indent: 3.7em;
/*text-align: left;*/
}
.cbp-vimenu li a:focus{
text-decoration: none;
}
.cbp-vimenu li a:hover
/*.cbp-vimenu li:first-child a*/{
text-decoration: none;
background: #337ab7;
color: #fff;
}
/* class for current item */
.cbp-vimenu li.cbp-vicurrent a {
background: #fff;
color: #47a3da;
}
.cbp-vimenu li a:before {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
/*text-indent: 0.43em;*/
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 2em;
-webkit-font-smoothing: antialiased;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
.cbp-vimenu li a.icon-conference:before{
text-indent: 0.45em;
}
.cbp-vimenu li a.icon-laptop:before{
text-indent: 0.36em;
}
.cbp-vimenu li a.icon-library:before{
text-indent: 0.33em;
}
.cbp-vimenu li a.icon-profile:before{
text-indent: 0.38em;
}
.cbp-vimenu li a.icon-bubbles4:before{
text-indent: 0.31em;
}
.cbp-vimenu.offset li a:before{
/*text-indent: 0.35em;*/
}
.cbp-vimenu .main-link{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/*line-height: 1;*/
}
/*********************************************  CUSTOM.CSS  ***********************************************/
.wrap-sovetnmo{
background: #EEEEEE;
}
.main-block{
text-align: left;
position: relative;
}
.main{
/*width: 100%;*/
/*max-width: 70em !important;*/
/*margin: 0 auto;*/
/*padding: 0 4em 0em 4em;*/
/*background: #fff;*/
}
.margin-stick{
padding-top: 0px;
}
.wrap-header.stick {
position: fixed;
width: 100%;
margin-bottom: 0px;
top: 0;
left: 0;
}
.dropdown.open .dropdown-animation {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.p-0{
padding-left: 0px;
padding-right: 0px;
}
.pl-0{
padding-left: 0px;
}
.pr-0{
padding-right: 0px;
}
.content_1col{
/*background: #ffffff;*/
}
.white-container{
background: #ffffff;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 15px;
min-height: 44em;
}
.text-danger{
color: #D5652C;
}
/*********************************************  HEADER-TOP  ***********************************************/
.header-top{
padding-top: 10px;
padding-bottom: 10px;
background: #337ab7;
}
.left-header{
padding-left: 0px;
padding-right: 0px;
vertical-align: middle;
display: inline-block;
float: none;
}
.right-header{
padding-left: 0px;
padding-right: 0px;
vertical-align: middle;
display: inline-block;
float: none;
}
.left-part{
padding-left: 0px;
padding-right: 15px;
vertical-align: middle;
display: inline-block;
float: none;
text-align: right;
/*border-right: 4px solid #DA3200;*/
text-transform: uppercase;
font-weight: 400;
}
.left-part:before{
content: "";
position: absolute;
right: 0;
top: 3px;
border-right: 4px solid #d5652c;
height: 95%;
}
.left-part:after{
content: "";
position: absolute;
right: 4px;
top: 3px;
border-right: 4px solid #6ead52;
height: 95%;
}
.right-part{
padding-left: 7px;
padding-right: 0px;
vertical-align: middle;
display: inline-block;
float: none;
text-transform: uppercase;
text-align: left;
}
.logo-link{
display: block;
font-size: 1.3rem;
text-decoration: none;
color: #F7F7F7;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.logo-link:focus{
color: #F7F7F7;
}
.logo-link:hover{
color: #FFFFFF;
}

.logo-text{
font-size: 1.6rem;
margin: 0px;
line-height: 1.3;
}
.last-header{
padding-left: 0px;
padding-right: 0px;
vertical-align: middle;
display: inline-block;
float: none;
}
.in-circle{
display: inline-block;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-box-shadow: 0px 0px 4px #FFF;
-webkit-box-shadow: 0px 0px 4px #FFF;
box-shadow: 0px 0px 4px #FFF;
width: 100%;
text-align: center;
position: relative;
display: inline-block;
width: 4em;
height: 4em;
line-height: 4em;
vertical-align: middle;
/*margin-right: 0.3rem;*/
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* Вход / выход */
.wrap-login-cont .control-label{
margin-bottom: 3px;
font-size: 0.8em;
}
/* Аккаунт */
.last-header .navbar-right .dropdown-menu{
min-width: 300px;
margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
}
.last-header .in-circle i{
line-height: 2em;
font-size: 2em;
}
.last-header .navbar-nav>li>a{
padding: 0px;
color: #F7F7F7;
}
.last-header .navbar-nav>li>a:hover{
color: white;
}
.last-header .navbar-nav>li>a:hover .in-circle{
-moz-box-shadow: 0px 0px 14px #FFF;
-webkit-box-shadow: 0px 0px 14px #FFF;
box-shadow: 0px 0px 14px #FFF;
}
.last-header .navbar-nav .dropdown.open .in-circle{
-moz-box-shadow: 0px 0px 14px #FFF;
-webkit-box-shadow: 0px 0px 14px #FFF;
box-shadow: 0px 0px 14px #FFF;
}
.last-header .navbar-nav>li>a:hover,
.last-header .navbar-nav>li>a:focus{
background: transparent;
}
.last-header .navbar-right{
margin-right: 0px;
}
.wrap-account-inputs{
/*padding-top: 15px;*/
/*padding-bottom: 15px;*/
}
.wrap-account-inputs .has-feedback label~.form-control-feedback {
top: 35px;
}
.wrap-enter{
text-align: center;
display: block;
margin-bottom: 15px;
}
.wrap-rees{
padding: 0px;
}
.wrap-reg{
padding: 0px;
text-align: right;
}
.wrap-rees a,
.wrap-reg a{
text-decoration: none;
color: gray;
}
.wrap-rees a:hover,
.wrap-reg a:hover{
text-decoration: underline;
}
.link-rees{
font-size: 1.1rem;
text-transform: lowercase;
}
.link-reg{
font-size: 1.1rem;
text-transform: lowercase;
}
.login-frag-guest{
padding-top: 15px;
padding-bottom: 15px;
}
/*######################################## Блок с ссылками пользователя ##############################################*/
.wrap-account-info-links{

}
.wrap-block-user-link{
/*padding-left: 15px;*/
/*padding-right: 15px;*/
}
.fio-user{
text-align: center;
padding: 15px 15px 15px 15px;
background: #EFF1F3;
font-weight: 300;
font-style: italic;
color: #696969;
}
.wrap-user-links{
text-align: left;
list-style: none;
padding-left: 0;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.wrap-user-links li{
position: relative;
}
.wrap-user-links li a,
.wrap-user-links li>input,
.wrap-user-links li .utab_button_disabled{
display: block;
padding: 8px 15px;
font-size: 14px;
color: #333333;
border: none;
border-bottom: 1px solid #f7f7f7;
-webkit-transition: none;
-o-transition: none;
transition: none;
position: relative;
text-decoration: none;
text-align: center;
width: 100%;
background: transparent;
margin-right: 0px;
}
.wrap-user-links li>input:focus,
.wrap-user-links li .utab_button_disabled:focus{
outline: 0;
}
.wrap-user-links li .utab_button_disabled{
color: #D6D6D6;
}
.wrap-user-links li a:hover,
.wrap-user-links li>input:hover{
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.wrap-user-links li>input.utab_button_disabled:hover{
background: transparent;
color: #D6D6D6;
}
.wrap-exit{
display: block;
padding: 15px 15px 15px 15px;
text-align: center;
background: #EFF1F3;
}
.user_reg_ex{
background: transparent;
border: none;
width: 100%;
height: auto;
padding: 0px;
margin: 0;
text-align: center;
}
.user_reg_ex a{
font-weight: 300;
color: #999999;
display: block;
padding: 15px 15px 15px 15px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.user_reg_ex a:hover{
text-decoration: none;
background: #EEEEEE;
}
.btn-nmo{
color: #fff;
padding: 4px 30px;
font-size: 1.3rem;
background-color: #337AB7;
border-color: #337AB7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-style: normal !important;
}
.btn-nmo:hover{
background-color: #135084;
border-color: #135084;
color: white;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #FDFDFD inset !important;
}
/*############################ Стили для блоков с сообщениями об ошибках и успехе #############################*/
.wrap-ssp-err{

}
.wrap-ssp-message{

}
.wrap-ssp{
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 15px;
margin-top: 15px;
background: white;
}
.wrap-err{
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 15px;
margin-top: 15px;
background: white;
}
.wrap-ssp-message .def_ssp_msg,
.wrap-err-message .def_err_msg{
padding: 20px;
/*border: 1px solid #CC0C2F;*/
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
margin-bottom: 15px;
}
.wrap-err-message .def_err_msg{
background: #FFEAEA;
}
.wrap-ssp-message .def_ssp_msg{
background: #DDEFD9;
}
.page-guest-child .wrap-ssp-message .def_ssp_msg,
.page-guest-child .wrap-err-message .def_err_msg{
margin-top: 50px;
margin-bottom: 0px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background: #E8E8E8;
width: 75%;
float: right;
}
.page-user-child .wrap-ssp-message .def_ssp_msg,
.page-user-child .wrap-err-message .def_err_msg{
margin-top: 50px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin-bottom: 15px;
background: #E8E8E8;
}
.wrap-ssp-message .hdr,
.wrap-err-message .hdr{
font-size: 1.5rem;
font-weight: 200;
display: inline-block;
color: black;
padding-bottom: 2px;
margin-bottom: 10px;
border-bottom: 1px solid #999999;
}
.wrap-ssp-message ul,
.wrap-err-message ul{
margin-bottom: 0px;
padding-left: 25px;
}
.wrap-ssp-message li,
.wrap-err-message li {
list-style-type: none;
padding: 3px 0px;
position: relative;
font-style: italic;
text-indent: 0px;
}
.wrap-ssp-message li:before,
.wrap-err-message li:before{
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.8em;
color: #CC0C2F;
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wrap-ssp-message li:before{
color: #60AB50;
}
.wrap-ssp:empty{
display: none;
}
.wrap-err:empty{
display: none;
}
.wrap-title-list:empty{
display: none;
}
/*********************************************  HEADER  ***********************************************/

.navbar-nmo{
margin-bottom: 0px;
}
.search-nmo{
/*float: right;*/
text-align: right;
}
.search-nmo .navbar-form {
float: right;
}
.nav-nmo{
/*float: right;*/
}
.navbar-default .nav-nmo>li>a{
text-transform: uppercase;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.navbar-default .nav-nmo>li>a:hover {
background-color: #eee;
}
.nav-nmo>li>.dropdown-menu{
/*min-width: 300px;*/
padding: 0px;
}
.nav-nmo>li>.dropdown-menu>li>a{
/*white-space: normal;*/
padding: 10px 20px;
border-bottom: 1px solid #F5F5F5;
}
.btn-default {
padding: 9px 12px;
}
.last-header .nav .open>a, 
.last-header .nav .open>a:focus, 
.last-header .nav .open>a:hover{
background: transparent;
}
h1 {
font-size: 1.8em;
font-weight: normal;
/*color: #0064A0;*/
}
h2 {
font-size: 1.6em;
font-weight: normal;
color: #0064A0;
}
.search-nmo .search-btn{
margin-right: 1px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/********************************************  Умный поиск  *********************************************/
.search-tips-block{
display: none;
position: absolute;
z-index: 1000;
right: 1px;
width: 181.9%;
top: 35px;
border: 1px solid #ccc;
border-top-color: #d9d9d9;
background: rgb(251, 251, 251);
box-shadow: -15px 20px 30px 5px rgba(0,0,0,0.2);
-moz-box-shadow: -15px 20px 30px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: -15px 20px 30px 5px rgba(0,0,0,0.2);
}
/*.search-tips-block{
display: none;
position: absolute;
z-index: 1000;
left: -28.5em;
width: 125%;
top: 35px;
background: #fff;
border: 1px solid #ccc;
border-top-color: #d9d9d9;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}*/
.pr{
cursor: pointer;
font-size: 1.1em;
font-weight: 300;
padding: 0.5em 2em 0.5em 2em;
line-height: 1.5;
/* padding-left: 0.5em; */
text-align: left;
width: 100%;
display: block;
float: left;
border-bottom: 1px solid #EAEAEA;
-webkit-font-smoothing: antialiased;
color: #444444;
}
.search-tips-block .cur {
background: #E6E6E6;
}
.pr .h {
color: black;
font-weight: 600;
}
.search-tips-block .cur .h {
/*font-weight: 400;*/
}
.pr:hover{
background:#d9d9d9;
}
.prompt-text{

}
/*********************************************  PARALLAX  ***********************************************/
.parallax-background {
/*margin-top: 300px;*/
width: 100%;
height: 292px;
background-size: cover;
transition: background-position 0.05s linear;
padding: 30px;
position: relative;
/*margin-top: 15px;*/
margin-bottom: 15px;
}
/*.parallax-background:before {
background: rgba(119, 170, 202, 0.15) none repeat scroll 0 0;
content: " ";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}*/
.wrap-kagramanyan-words{
padding: 15px 20px;
background: rgba(255, 255, 255, 0.8);
}
.kagramanyan-words{
padding: 0px 0px 0px 20px;
margin: 0;
margin-bottom: 15px;
font-size: 1.5rem;
}
.sign-letter-one{
text-align: right;
font-size: 1.2rem;
margin-bottom: 2px;
font-style: italic;
}
.sign-letter-two{
text-align: right;
font-size: 1.5rem;
margin-bottom: 0px;
font-style: italic;
}

/*********************************************  TARGETS  ***********************************************/
.wrap-targets{

}
.wrap-why{
padding-left: 0px;
}
.heading-why,
.heading-target{
margin: 0;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 4px solid #337ab7;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 300;
}
.colored-span{
color: #337ab7;
font-weight: 400;
}
.content-why{
padding-left: 25px;
}
.task{
list-style-type: none;
padding: 3px 0px;
position: relative;
}
.task:before{
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
color: #D5652C;
/*color: #6EAD52;*/
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.wrap-targets{
padding-right: 0px;
margin-bottom: 10px;
}
.content-target{

}
.colored-link{
color: #337ab7;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.colored-link:hover{
/*text-decoration: none;*/
/*color: #999999;*/
color: #337ab7;
}
.thin-text{
font-weight: 300;
}
.weight-text{
font-weight: 500;
}
.wrap-applications,
.wrap-questions{
padding-left: 25px;
}
.application,
.question{
list-style-type: none;
padding: 3px 0px;
position: relative;
}
.question:before{
content: "\f059";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
/*color: #D5652C;*/
color: #6EAD52;
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.application-link,
.question-link{
color: #337ab7;
font-weight: 300;
}
.application-link:hover,
.question-link:hover{
color: #337ab7;
}
.application:before{
content: "\f0f6";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
/*color: #D5652C;*/
color: #6EAD52;
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.application-link{

}
/********************************************** SOVET *************************************************/
.wrap-section-sovet{
margin-bottom: 40px;
}
.wrap-sovet{

}
.section-title{
margin: 0;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 4px solid #337ab7;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 300;
}
.separator{
width: 100%;
margin-bottom: 6px;
position: relative;
height: 10px;
}
.separator:after{
height: 10px;
background: rgba(51, 122, 183, 1);
background: -moz-linear-gradient(left, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51, 122, 183, 0.18)), color-stop(35%, rgba(51, 122, 183, 0.12)), color-stop(70%, rgba(51, 122, 183, 0.05)), color-stop(100%, rgba(51, 122, 183, 0)));
background: -webkit-linear-gradient(left, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: -o-linear-gradient(left, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: -ms-linear-gradient(left, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: linear-gradient(to right, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.image-box{

}
.style-left{

}
.va-m{
vertical-align: middle;
float: none;
display: inline-block;
}
.foto-wrap{
padding: 0px;
}
.overlay-container{
background: #DBE8F2;
}
.wrap-image{
width: 100%;
}
.body{

}
.title{
margin-top: 0px;
margin-bottom: 4px;
font-weight: 100;
font-size: 2.5rem;
color: #777777;
}
.desc-title{
margin-bottom: 0px;
font-style: italic;
font-size: 1.3rem;
}
.style-right .body{
text-align: right;
}
.separator-1{
width: 100%;
margin-bottom: 6px;
position: relative;
height: 10px;
}
.separator-1:after{
height: 10px;
background: rgba(51, 122, 183, 1);
background: -moz-linear-gradient(right, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(51, 122, 183, 0.18)), color-stop(35%, rgba(51, 122, 183, 0.12)), color-stop(70%, rgba(51, 122, 183, 0.05)), color-stop(100%, rgba(51, 122, 183, 0)));
background: -webkit-linear-gradient(right, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: -o-linear-gradient(right, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: -ms-linear-gradient(right, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
background: linear-gradient(to left, rgba(51, 122, 183, 0.18) 0%, rgba(51, 122, 183, 0.12) 35%, rgba(51, 122, 183, 0.05) 70%, rgba(51, 122, 183, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.sovet-sostav {
margin-top: 30px;
padding: 10px 0px 0px 0px;
text-align: justify;
font-size: 1.49rem;
font-style: italic;
}
.wrap-order-links{

}
.wrap-order-links .pr-0{
text-align: right;
}
.order-link{
font-size: 1.25rem;
font-style: italic;
}
.wrap-info-block{
padding: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ddd;
margin-bottom: 30px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-moz-box-shadow: 0px 0px 10px 1px #EAEAEA;
-webkit-box-shadow: 0px 0px 10px 1px #EAEAEA;
box-shadow: 0px 0px 10px 1px #EAEAEA;
}
.wrap-info-block:hover{
-moz-box-shadow: 3px 5px 8px 1px #EAEAEA;
-webkit-box-shadow: 3px 5px 8px 1px #EAEAEA;
box-shadow: 3px 5px 8px 1px #EAEAEA;
}
.info-block{

}
.info-block p:last-child{
margin-bottom: 0px;
margin-bottom: 0px;
color: #D5652C;
font-weight: 200;
font-style: italic;
}
/******************************************** basic_2015 *************************************************/
.pg_title{
font-size: 2rem;
margin-top: 0px;
margin-bottom: 30px;
display: inline-block;
border-bottom: 1px solid #999999;
color: #616161;
}
.page-xcontent-id .p_l-10 span>p{
margin-bottom: 0px;
}
.page-xcontent-id .p_l-10 span ul{

}
.page-xcontent-id .p_l-10 span ul li{
list-style-type: none;
padding: 3px 0px;
font-weight: 300;
position: relative;
}
.page-xcontent-id .p_l-10 span ul li:before{
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
color: #D5652C;
/* color: #6EAD52; */
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.p_l-10 p{

}
/***************************************** page-documents-nmo ******************************************/
.page-documents-nmo{

}
.page-documents-komis .p_l-10>a,
.page-documents-nmo .p_l-10>a{
display: block;
}
.page-documents-komis .p_l-10 a h3,
.page-documents-nmo .p_l-10 a h3{
margin-top: 0px;
font-size: 1.3rem;
font-style: italic;
}
/**************************************** page-publication-nmo ******************************************/
.page-publication-nmo{

}
.wrap-publications{
padding-left: 22px;
}
.wrap-publications li{
list-style-type: none;
padding: 3px 0px;
font-weight: 300;
position: relative;
}
.wrap-publications li a{
position: relative;
font-style: italic;
}
.nmo-link:before{
content: "\f08e";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
/*color: #D5652C;*/
color: #6EAD52;
margin-left: -1.5em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.nmo-pptx:before{
content: "\f1c4";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
/*color: #D5652C;*/
color: #6EAD52;
margin-left: -1.5em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.nmo-pdf:before{
content: "\f1c1";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
/*color: #D5652C;*/
color: #6EAD52;
margin-left: -1.5em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
/***************************************** page-request-event ******************************************/
.page-request-event{

}
.icon-docs{
color: #999999;
font-size: 1.8rem;
vertical-align: super;
}
.page-request-event a{
font-weight: 300;
font-style: italic;
}
/******************************************* page-request-mod ******************************************/
.page-request-mod{

}
.page-request-mod p:last-child{
margin-bottom: 0px;
}
/************************************************ events ***********************************************/
.page-offline-events #CP_Country,
.page-offline-events #country_xxxxx{
display: none;
}
.has-feedback .wrap-select-style .form-control-feedback{
right: auto;
background: #777777;
color: white;
font-size: 0.7rem;
width: 34px;
height: 34px;
line-height: 34px;
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
.wrap-select-style{
position: relative;
}
.control-label{
font-weight: 300;
}
select.select2{
width: 100% !important;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
margin: 0;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
line-height: 1.42857143;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 34px;
padding-right: 14px;
padding-left: 40px;
border-color: #e1e1e1;
color: #777777;
position: relative;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wrap-country-select .select1, .wrap-country-select .select2{
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
margin: 0;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
line-height: 1.42857143;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 34px;
padding-right: 7px;
padding-left: 43px;
border-color: #e1e1e1;
color: #777777;
position: relative;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
width: 100% !important;
}
.select_over {
position: relative;
display: inline-block;
}
.page-my-data .select_over:after,
.page-registration .select_over:after{
content: "\f078";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
color: #ffffff;
position: absolute;
left: 0px;
top: 0;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background: #777777;
padding-left: 14px;
font-size: 0.7rem;
width: 34px;
height: 34px;
line-height: 34px;
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
.wrap-country-select .select_over:first-child {
margin-right: 8px;
}
.wrap-country-select .select_over:nth-child(2) {
width: 76.2%;
}
#country_xxxxx{
/*display:none;*/
}
.between-title{
color: #337AB7;
font-style: italic;
margin-top: 30px;
}
.form-horizontal .form-control-feedback{
line-height: 34px;
}
.form-horizontal .connect-block{
text-align: right;
}
.form-horizontal .connect-block .btn-default{
padding: 6px 32px;
}
.form-horizontal .clarification{
padding-top: 6px;
}
.wrap-user-general{
margin-bottom: 40px;
}
.wrap-user-general1 .wrap-country-select .select_over:nth-child(2) {
width: 76.2%;
}
.clarifications {
font-style: italic;
text-align: justify;
margin-bottom: 30px;
font-size: 1.3rem;
}
/*****************************************  CONF-POST-STICKER  ************************************/
.wrap-conf-sticker{
margin-bottom: 20px;
padding: 20px;
border: 1px solid gainsboro;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
-moz-box-shadow: 3px 5px 8px 1px #EAEAEA;
-webkit-box-shadow: 3px 5px 8px 1px #EAEAEA;
box-shadow: 3px 5px 8px 1px #EAEAEA;
}
.date-conf{

}
.date-conf .fa:before{
color: #6EAD52;
}
.wrap-sticker-body{

}
.conf-sticker-name{
padding-left: 15px;
}
.conf-sticker-link{
padding: 10px 0px;
display: block;
}
.place-conf{
margin-bottom: 10px;
}
.place-conf .fa:before{
/*padding-left: 15px;*/
/*margin-bottom: 10px;*/
color: #D5652C;
}
.org-conf{
margin-bottom: 10px;
padding-left: 12px;
font-style: italic;
font-weight: 300;
}
.wrap-conf-speciality{
padding-left: 12px;
}
.speciality-title{
font-weight: 600;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wrap-spec-list{

}
.wrap-spec-list li{
list-style-type: none;
padding: 3px 0px;
position: relative;
}
.wrap-spec-list li:before{
content: "\f111";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
color: #DDDDDD;
margin-left: -1.5em;
font-size: 1rem;
position: absolute;
left: 0;
top: 56%;
margin-top: -.5em;
}
/******************************************  CONF-POSTS  *****************************************/
.edu-notification{

}
.wrap-access-fragment{

}
.wrap-conf-posts .title-name{
margin-bottom: 25px;
}
.wrap-conf-posts .date-conf{
margin-bottom: 10px;
}
.title-accr{
display: inline-block;
/*font-style: italic;*/
font-size: 1em;
font-weight: bold;
}
.wrap-acc{

}
.title-credits{
/*text-decoration: underline;*/
display: inline-block;
/*font-style: italic;*/
font-size: 1em;
font-weight: bold;
/*margin-bottom: 4px;*/
}
.wrap-count{
display: inline-block;
}
.title-info-conf{
font-size: 1.4em;
font-weight: 400;
 text-decoration: underline; 
text-align: center;
}
.title-contacts{
display: inline-block;
/*font-style: italic;*/
font-size: 1em;
font-weight: bold;
}
/***************************************  MODUL-POST-STICKER  ************************************/
.wrap-module-add-guest{
margin-bottom: 20px;
padding: 20px;
border: 1px solid gainsboro;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
-moz-box-shadow: 6px 10px 14px -8px #D5652C;
-webkit-box-shadow: 6px 10px 14px -8px #D5652C;
box-shadow: 6px 10px 14px -8px #D5652C;
background: rgba(213, 101, 44, 0.06);
text-align: center;
}
.link-reg-add{

}
.wrap-modul-sticker{
margin-bottom: 20px;
padding: 20px;
border: 1px solid gainsboro;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
-moz-box-shadow: 3px 5px 8px 1px #EAEAEA;
-webkit-box-shadow: 3px 5px 8px 1px #EAEAEA;
box-shadow: 3px 5px 8px 1px #EAEAEA;
}
.wrap-modul-sticker:empty{
display: none;
}
.sticker-link-text{
padding-left: 6px;
}
.wrap-sticker-body{

}
.modul-sticker-name{
padding-left: 15px;
}
.modul-sticker-link{
padding: 10px 0px;
display: block;
}
.wrap-modul-speciality{
padding-left: 0px;
}
/*.wrap-spec-list li:before{
content: "\f111";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
color: #DDDDDD;
margin-left: -1.5em;
font-size: 1rem;
position: absolute;
left: 0;
top: 56%;
margin-top: -.5em;
}*/
.wrap-opinion{

}
.opinion-title{

}
.opinion-text{
padding-left: 15px;
}
/********************************************  PAGINATION  *******************************************/
.wrap-title-list{
margin-bottom: 30px;
font-weight: 300;
text-transform: uppercase;
font-size: 0.75rem;
}
.wrap-sres-list {
margin-bottom: 30px;
}
.page-lists-sres-no-top .wrap-title-list{
font-size: 1.2rem;
font-style: italic;
}
.wrap-top-navigator{
margin-bottom: 30px;
}
.wrap-botom-navigator{
margin-top: 30px;
}
.wrap-ul-pagination{
border-top: 1px solid #C5C5C5;
border-bottom: 1px solid #C5C5C5;
padding-top: 4px;
padding-bottom: 4px;
position: relative;
}
.wrap-ul-pagination img{
height: 16px;
width: 16px;
}
.pagination-ros{
list-style: none;
padding-left: 0;
padding-right: 0;
margin-top: 0px;
margin-bottom: 0px;
/*text-align: center;*/
text-align: left;
}
.pagination-ros li{
margin: 0 5px 0px 0;
display: inline-block;
vertical-align: middle;
}
.wrap-count-stickers{
position: relative;
height: 70px;
width: 70px;
overflow: hidden;
background-color: #E6E6E6;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.wrap-count-stickers:before { 
content: "";
position: absolute;
left: 35%;
width: 100%;
height: 100%;
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.5);
top: 35%;
border-left: 1px solid #C5C5C5;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.wrap-range{
display: inline-block;
position: absolute;
left: 8px;
top: 16px;
color: #909090;
}
.wrap-total{
display: inline-block;
position: absolute;
right: 14px;
top: 40px;
color: #3D3D3D;
}
.shown-pages{
/*font-size: 0.6rem;*/
text-align: left;
}
.pagination-ros li a{
display: inline-block;
vertical-align: middle;
padding: 8px 8px;
color: #818181;
text-decoration: none;
}
.pagination-ros .bg-link-page{
display: inline-block;
vertical-align: middle;
border: 1px solid #e7e7e7;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: relative;
z-index: 1;
background-color: whitesmoke;
}
.pagination-ros .bg-link-page:hover{
background-color: #FBFBFB;
}
.pagination-ros .bg-link-page > img{
margin: 8px 8px;
}
.pagination-ros li:first-child{
/*width: 35%;*/
}
.wrap-go-to{
/*width: 50%;*/
width: 35%;
text-align: left;
padding: 2px 10px;
background: #E4E4E4;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 1rem;
position: relative;
font-weight: 300;
}
.wrap-go-to input{
display: inline-block;
width: 40%;
padding: 4px 10px;
font-size: 1rem;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border-color: #e1e1e1;
color: #000000;
font-weight: 300;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
margin-right: 6px;
margin-left: -8px;
vertical-align: middle;
}
.pagination-ros .wrap-go-to input:focus{
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px;
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.pagination-ros .wrap-go-to a{
padding: 0px;
display: inline-block;
position: absolute;
right: 4px;
top: 22%;
margin-top: -.24em;
padding: 5px 5px;
background: white;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.pagination-ros .wrap-go-to a:hover{
background: #F3F3F3;
-moz-box-shadow: 0px 0px 6px #8C8C8C;
-webkit-box-shadow: 0px 0px 6px #8C8C8C;
box-shadow: 0px 0px 6px #8C8C8C;
}
.pagination-ros .wrap-go-to a img{
width: 16px;
height: 16px;
}
.range-ros{
/*padding-left: 0;*/
padding-right: 0px;
text-align: right;
}
.range-ros > div{
margin: 0 20px 0px 0;
display: inline-block;
vertical-align: middle;
}
.range-ros > div a{
display: inline-block;
vertical-align: middle;
color: #3D3D3D;
text-decoration: none;
font-weight: 300;
}
.range-ros > div a:hover{
text-decoration: underline;
}
.range-ros > div img{
display: inline-block;
vertical-align: middle;
position: relative;
}
.va-ros{
float: none;
position: relative;
vertical-align: middle;
display: inline-block;
padding-left: 0px;
padding-right: 0px;
}
.wrap-botom-navigator{

}
.wrap-botom-navigator .wrap-go-to{
width: auto;
padding: 8px 14px;
background: transparent;
border: 1px solid #EAEAEA;
cursor: default;
}
.wrap-botom-navigator .pagination-ros{
text-align: center;
}
.wrap-botom-navigator .shown-pages{
text-align: right;
position: absolute;
right: 0;
top: -12px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-moz-box-shadow: 0px 0px 16px #8C8C8C;
-webkit-box-shadow: 0px 0px 16px #8C8C8C;
box-shadow: 0px 0px 16px #8C8C8C;
}
.wrap-botom-navigator .wrap-ul-pagination{
text-align: center;
}
.pagination-ros-num{
display: inline-block;
padding-left: 0;
margin: 0px 0px;
border-radius: 4px;
}
.pagination-ros-num li{
display: inline;
}
.pagination-ros-num>li>a, 
.pagination-ros-num>li>span {
position: relative;
float: left;
padding: 6px 6px;
/* margin-left: -1px; */
line-height: 1.8;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border: none;
font-weight: 300;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
height: 35px;
width: 35px;
text-align: center;
}
.pagination-ros-num>li>a:hover, 
.pagination-ros-num>li>span:hover {
background-color: #EFEFEF !important;
}
.pagination-ros-num>li:first-child>img{
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
margin-left: 0;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
position: relative;
float: left;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination-ros-num>li:last-child>img {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
position: relative;
float: left;
margin-left: -1px;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination-ros-num img[src*="three-dotes-gray"] {
display: none;
}
.no-active-number-page{
color: #000 !important;
}
.a_jmp_page{
color: #000 !important;
}
.active-number-page {
background-color: #EFEFEF !important;
color: #000 !important;
font-weight: 600 !important;
/* font-size: 1.3em; */
line-height: 1.7 !important;
border: 1px solid #D2D2D2 !important;
}
.pagination-ros-num img{
width: 18px;
height: 18px;
margin-top: 2px;
}
.pagination-ros-num>li>span.wrap-img-arrow{
padding: 6px 6px;
}
.news-main-frame {
padding-top: 40px;
}
.main-frame-title{
margin-top: 0px;
margin-bottom: 30px;
font-weight: 300;
text-transform: uppercase;
font-size: 0.75rem;
}
.news-main-frame .pagination-ros{
width: 32%;
}
.news-main-frame .wrap-ul-pagination{
text-align: center;
}
.news-main-frame .wrap-top-navigator .wrap-go-to{
width: 45%;
}
/**********************************************  CALENDAR  ****************************************/
.select_dialog{
/*width: 278px;*/
}
.custom-calendar-wrap{
margin: 10px auto;
position: relative;
}
.custom-inner{
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
width: 100%;
}
.custom-header{
background: #fff;
padding: 5px 10px 0px 10px;
/*height: 70px;*/
position: relative;
/*border-top: 5px solid #ef4f69;*/
/*border-bottom: 1px solid #ddd;*/
border-top: 5px solid #2588D8;
}
.wrap-from,
.wrap-to{
text-align: center;
}
.middle-to,
.middle-from{
display: inline-block;
width: 1.5em;
/* color: #D5652C; */
/* color: #6EAD52; */
margin-left: 1em;
font-size: 1em;
position: absolute;
/* left: 0; */
top: 76%;
margin-top: -.5em;
}
.wrap-from input,
.wrap-to input{
text-align: center;
}
.dscr{
text-align: center;
position: relative;
border-bottom: 1px solid #DDDDDD;
margin-bottom: 20px;
padding-bottom: 0px;
display: block;
}
.mprev,
.mnext {
position: relative;
/* top: 0px; */
width: 25px;
height: 25px;
color: #999999;
font-weight: 300;
cursor: pointer;
/* margin: 0 1px; */
font-size: 1.2rem;
line-height: 25px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/*background: #999999;*/
text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
padding: 4px;
display: inline-block;
/*text-indent: -99999px;*/
vertical-align: middle;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: transparent;
}
.mprev{
/*left:0px;*/
margin-right: 10px;
}
.mprev:before{
content: "\f060";
color: gray;
vertical-align: middle;
}
.mcur{
font-size: 1.2rem;
}
.mnext {
/*right: 0px;*/
margin-left: 10px;
}
.mnext:before {
content: "\f061";
color: gray;
vertical-align: middle;
}
.mprev:hover,
.mnext:hover{
text-decoration: none;
color: transparent;
/*color: #D5652C;*/
/*background: gray;*/
}
.wrap-dt-from{
width: 100%;
}
.wrap-dt-to{
position: relative;
display: block;
top: auto !important;
left: auto !important;
}
table.tmdays{
position: relative;
width: auto;
/*padding: 10px 10px 10px 10px;*/
/*padding: 4.3%;*/
padding: 0% 4.3% 4.3% 4.3%;
/* background: #f6f6f6; */
-moz-box-shadow: inset 0 1px rgba(255,255,255,0.8);
-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.8);
box-shadow: inset 0 1px rgba(255,255,255,0.8);
height: 225px;
/*width: 100%;*/
display: block;
margin: 0 auto;
}
table.tmdays>tbody{
display: block;
position: relative;
width: 100%;
/*height: 100%;
height: -moz-calc(100% - 0px);
height: -webkit-calc(100% - 0px);
height: calc(100% - 0px);*/
border: 1px solid #ddd;
-moz-box-shadow: 0px 0px 8px 2px #EAEAEA;
-webkit-box-shadow: 0px 0px 8px 2px #EAEAEA;
box-shadow: 0px 0px 8px 2px #EAEAEA;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
table.tmdays>tbody:before,
table.tmdays>tbody:after{
display: table;
content: " ";
}
table.tmdays>tbody:after{
clear: both;
}
table.tmdays>tbody:hover{
-moz-box-shadow: 0px 0px 2px 0px #EAEAEA;
-webkit-box-shadow: 0px 0px 2px 0px #EAEAEA;
box-shadow: 0px 0px 2px 0px #EAEAEA;
}
table.tmdays>tbody tr:first-child{
/*height: 30px;*/
height: 14.29%;
line-height: 30px;
background: #ccc;
color: #2588D8;
background: transparent;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}
table.tmdays>tbody tr:first-child td{
text-align: center;
font-weight: 300;
font-size: 1.1rem;
}
table.tmdays>tbody tr{
width: 100%;
border-bottom: 1px solid #ddd;
/*height: 14.29%;
height: -moz-calc(100%/7);
height: -webkit-calc(100%/7);
height: calc(100%/7);
display: block;*/
position: relative;
}
table.tmdays>tbody tr>td{
display: block;
float: left;
width: 36px;
height: 28px;
border-right: 1px solid #ddd;
overflow: hidden;
position: relative;
}
table.tmdays>tbody tr>td:last-child{
border-right: none;
}
table.tmdays>tbody tr td a.dchoose{
position: relative;
width: 36px;
height: 28px;
font-size: 1.2rem;
line-height: 28px;
font-weight: 700;
color: #ddd;
/* text-shadow: 0 -1px 0 rgba(255,255,255,0.8); */
text-align: right;
text-align: center;
color: #686a6e;
font-weight: 400;
text-decoration: none;
display: block;
background: #F3F3F3;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
table.tmdays>tbody tr>td:last-child a.dchoose{
/*margin: -16px 0 0 -16px;*/
}
table.tmdays>tbody tr td a.dchoose:hover{
background: #EAF3E7;
text-decoration: none;
}
/****************************************** pages.imp_info *********************************************/
.wrap-check-imp, .wrap-questions-content p:last-child{
padding: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ddd;
margin-bottom: 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-moz-box-shadow: 0px 0px 10px 1px #EAEAEA;
-webkit-box-shadow: 0px 0px 10px 1px #EAEAEA;
box-shadow: 0px 0px 10px 1px #EAEAEA;
}
.checkbox-unit{

}
/***************************************** pages.f_comitet *********************************************/

.iframe-form .form-control-feedback,
.page-f-comitet .form-control-feedback{
line-height: 34px;
}
.page-f-comitet .form-horizontal .control-label{
padding-top: 0px;
}
.page-f-comitet #org_contact_email,
.page-f-comitet textarea.form-control{
margin-bottom: 6px;
}
.page-f-comitet .clarification:first-child{
margin-bottom: 30px;
}
.wrap-head{
padding: 20px 0px 20px 0px;
}
.wrap-head h4{
margin-bottom: 4px;
}
.clarification{
font-style: italic;
text-align: justify;
margin-bottom: 0px;
}
.wrap-head .clarification{

}
.page-f-comitet .wrap-check-imp {
padding-bottom: 7px;
margin-bottom: 15px;
}
.wrap-check-imp:hover {
-moz-box-shadow: 0px 0px 10px -2px #EAEAEA;
-webkit-box-shadow: 0px 0px 10px -2px #EAEAEA;
box-shadow: 0px 0px 10px -2px #EAEAEA;
}
.wrap-add-member .wrap-enter {
margin-bottom: 30px;
margin-top: 30px;
text-align: left;
}
.wrap-checks-next .wrap-enter{
margin-bottom: 0px;
padding-top: 15px;
}
/*.wrap-iframe-content{
position: relative;
}*/
.wrapper-iframe{
position: relative
}
.iframe-custom{

}
.iframe-custom body{
overflow-x: hidden;
}
.iframe-custom-body{
min-width: 100% !important;
overflow-x: hidden;
}
/****************************************** pages.questions ********************************************/
.wrap-questions-content{

}
.wrap-questions-content h2{
font-size: 1.7rem;
color: #1B2F11;
position: relative;
margin-left: 16px;
font-style: italic;
}
.wrap-questions-content h2:before{
content: "\f059";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.3em;
/* color: #D5652C; */
color: #6EAD52;
margin-left: -1.3em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
/*********************************************** FORUM *************************************************/
.wrap-buttons-forum{

}
.btn-forum-new{

}
.btn-forum-all{

}
.wrap-new-theme,
.wrap-discuss-theme{
position: relative;
margin: 1rem -1rem;
border: solid #f7f7f9;
border-width: .2rem 0 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 1.5rem;
border-width: .2rem;
}
.forum_head{
font-size: 1.7rem;
padding-left: 4px;
margin-bottom: 15px;
display: inline-block;
}
.wrap-new-theme .forum_head{
border-left: 4px solid #D5652C;
}
.wrap-discuss-theme .forum_head{
border-left: 4px solid #6EAD52;
}
.forum_table{
width: 100%;
max-width: 100%;
/*margin-bottom: 1rem;*/
}
.forum_table tbody tr:nth-child(n+2):hover {
background-color: #f5f5f5;
}
.forum_table tbody tr td,
.forum_table tbody tr:first-child th {
padding: .75rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #eceeef;
}
.forum_table tbody tr:first-child th{
font-size: 1.4rem;
font-style: normal;
font-weight: 300;
}
/******************************************* PORTFOLIO ***********************************************/
.wrap-portfolio-table{
position: relative;
margin: 1rem -1rem;
border: solid #f7f7f9;
border-width: .2rem 0 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 1.5rem;
border-width: .2rem;
margin-bottom: 40px;
}
.portfolio-title{
color: #616161;
font-size: 1.7rem;
padding-left: 4px;
margin-bottom: 15px;
display: inline-block;
border-left: 4px solid #6EAD52;
}
.portfolio{
width: 100%;
max-width: 100%;
/*margin-bottom: 1rem;*/
}
.portfolio tbody tr:nth-child(n+2):hover {
background-color: #f5f5f5;
}
.portfolio tbody tr td,
.portfolio tbody tr:first-child td {
padding: .75rem;
line-height: 1.5;
vertical-align: middle;
border-top: 1px solid #eceeef;
}
.portfolio tbody tr:first-child td{
font-size: 1.4rem;
font-style: normal;
font-weight: 300;
vertical-align: top;
}
.portfolio tbody tr td.c7{
text-align: center;
}
.portfolio tbody tr td.c7 .rem-x{
width: 20px;
height: 20px;
line-height: 18px;
border: 1px solid #D56830;
border-radius: 50%;
display: block;
margin-right: 0px;
color: #D5652C;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
text-decoration: none;
}
.portfolio tbody tr td.c7 .rem-x:hover{
text-decoration: none;
background: rgba(213, 101, 44, 0.57);
color: white;
}

/********************************************* CONTACTS *************************************************/
.wrap-xcontent{

}
/****************************************** email/password **********************************************/
.captcha a:hover {
background: #337ab7;
border-left: 1px solid #337ab7;
border-bottom: 1px solid #337ab7;
border-right: 1px solid #337ab7;
color: white;
}
.captcha a {
display: inline-block;
width: 100%;
text-decoration: none;
padding-left: 0px;
padding-top: 3px;
padding-bottom: 4px;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
-webkit-border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
color: #999999;
background: transparent;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 0.9em;
font-weight: 300;
text-align: center;
}
.captcha img {
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
display: block;
width: 100%;
}
.wrap-email-notice-top,
.wrap-email-notice-bottom{
margin-left: 25%;
padding-left: 7px;
padding-bottom: 15px;
padding-top: 15px;
}
.restore-password .form-horizontal .form-group{
margin-bottom: 0px;
}
.restore-password .form-horizontal{
margin-bottom: 20px;
}
/*************************************** pages.xcontent.new_post ***************************************/
.wrap-only-reg{
text-align: center;
margin-bottom: 15px;
}
.wrap-go-reg{
text-align: center;
}
/****************************************** modules.main_frame *****************************************/
.wrap-modules-xcontent{

}
.wrap-title-link{
text-align: center;
padding-top: 10px;
}
.title-link{
text-transform: uppercase;
font-size: 1.1em;
}
.title-name{
color: black;
font-size: 1.4em;
font-weight: 300;
border-bottom: 1px solid gray;
padding-bottom: 8px;
}
.wrap-module-info{

}
.wrap-modul-content{

}
.modul-authors{

}
.modul-authors .ath_title{
display: block;
font-size: 1em;
font-weight: bold;
margin-bottom: 4px;
}
.modul-authors .ath{
margin-bottom: 15px;
}
.modul-authors .ath .ath_name{
display: block;
font-size: 1em;
/* font-weight: 300; */
font-style: italic;
}
.modul-authors .ath .ath_cv{
display: block;
font-size: 0.9em;
font-weight: 300;
}
.modul-recomended{
margin-bottom: 15px;
}
.modul-recomended .head{
display: block;
font-size: 1em;
font-weight: bold;
margin-bottom: 4px;
}
.modul-recomended .value{
display: block;
font-size: 1em;
font-weight: 300;
}
.modul-specialties{
padding-left: 0;
margin-bottom: 0;
list-style: none;
margin-bottom: 15px;
}
.modul-specialties .head{
display: block;
font-size: 1em;
font-weight: bold;
margin-bottom: 4px;
}
.modul-specialties .value{
display: block;
padding-left: 1.3em;
}
.modul-specialties .specialty-modul{
list-style-type: none;
padding: 3px 0px;
position: relative;
}
.modul-specialties .specialty-modul:before{
content: "\f111";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
color: #DDDDDD;
margin-left: -1.5em;
font-size: 1rem;
position: absolute;
left: 0;
top: 56%;
margin-top: -.5em;
}
.modul-videos{
margin-bottom: 15px;
}
.modul-videos .head{
display: block;
font-size: 1em;
font-weight: bold;
margin-bottom: 4px;
}
.modul-videos .value{
text-transform: lowercase;
}
.modul-annotation{
margin-bottom: 15px;
}
.modul-annotation .value{
font-weight: 300;
font-size: 1em;
}
.modul-annotation .value ul{
padding-left: 2.5em;
padding-top: 10px;
margin-bottom: 0;
list-style: none;
}
.modul-annotation .value ul li{
padding-left: 3px 0px;
position: relative;
}
.modul-annotation .value ul li:before{
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.5em;
color: #D00000;
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.modul-bonus{

}
.modul-bonus .head{
display: block;
font-size: 1em;
font-weight: bold;
margin-bottom: 4px;
}
.modul-bonus .value{
display: block;
font-size: 1em;
font-weight: 300;
}
.text-center{
text-align: center;
}
.uac_button{
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
background-color: #337AB7;
border-color: #337AB7;
border: 1px solid transparent;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-style: normal !important;
padding: 4px 30px;
font-size: 1.3rem;
cursor: pointer;
color: white;
}
.uac_button:hover{
background-color: #135084;
border-color: #135084;
color: white;
text-decoration: none;
}
.uac_button.start{
margin-right: 20px;
background-color: #DDEFD9;
border-color: #C3D2C0;
color: #676D66;
}
.uac_button.rem{
background-color: #FFEAEA;
border-color: #DCCDCD;
margin-left: 20px;
color: #7B6D6D;
}
.uac_button.rem:hover{
background-color: #F5D2D2;
border-color: #F5D2D2;
}
.uac_button.start:hover{
background-color: #C2DABD;
border-color: #C2DABD;
}
.wrap-module-info .confirm_start{
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-style: normal !important;
padding: 4px 30px;
font-size: 1.3rem;
cursor: pointer;
background-color: #DDEFD9;
border-color: #C3D2C0;
color: #676D66;
}
.wrap-module-info .confirm_start:hover{
background-color: #C2DABD;
border-color: #C2DABD;
text-decoration: none;
color: #676D66;
}
.attantion-title{
margin-bottom: 5px;
font-size: 1.3em;
color: #D5652C;
font-weight: 300;
}
.wrap-notice-btn{
margin-bottom: 15px;
font-style: italic;
font-weight: 300;
font-size: 1em;
}
/********************************************* DOCUMENTS ***********************************************/
.wrap-xdocuments .wrap-title-link{
margin-bottom: 30px;
}
.title-doc{
margin: 0px;
font-size: 1.2em;
font-weight: 300;
font-style: italic;
}
.wrap-down-doc{
padding: 0px;
/*text-align: center;*/
}
.download-doc{
text-align: center;
display: block;
}
.dnl_file a{
display: block;
}
.edu-notification{

}
/***************************************** DOCUMENTS-MINZDRAV ******************************************/
.wrap-custom-order{
margin-bottom: 15px;
font-size: 1.3rem;
font-style: italic;
}
.wrap-custom-order a{
display: block;
}
/********************************************* DEMANDS *************************************************/
.page-content-demands .wrap-info-block{

}
.page-content-demands .clarifications{

}
.wrap-list-categories{

}
.wrap-list-categories li{
list-style-type: none;
padding: 3px 0px;
position: relative;
/*font-style: italic;*/
text-indent: 0px;
}
.wrap-list-categories li:before{
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
width: 1.8em;
color: #D5652C;
margin-left: -1.8em;
font-size: 1em;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.link-order-provider{

}
/********************************************** FOOTER *************************************************/
.wrap-footer{
width: 68%;
max-width: 70em;
margin: 0 auto;
padding: 0 0em 0em 0.85em;
background: #337AB7;
}
.footer{
color: white;
line-height: 1.3;
font-size: 1.3rem;
font-weight: 300;
padding: 15px;
}
.nmo-footer{
margin-top: 15px;
}
.divfoot {
padding: 15px;
background: #337AB7;
border-top: 4px solid #1A5E98;
color: white;
text-align: justify;
font-weight: 300;
}
.wrap-foot-text{

}
.wrap-section-down {
/*border-bottom: 15px solid rgb(51, 122, 183);*/
/*padding-bottom: 40px;*/
/*margin-bottom: 5px;*/
}
.wrap-section-down .wrap-info-block{
margin-bottom: 0px;
}
.wrap-info-block .clarifications {
margin-bottom: 15px;
font-size: 1.3em;
color: #D5652C;
}
@media (max-width:1200px){
.cbp-vimenu{
display: none;
}
}







