
* {
    margin: 0;
    outline: none;
    border: none;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
}

*,
*:after,
*:before {
    box-sizing: border-box !important;
}

main,
article,
section,
footer,
header,
aside,
canvas {
    display: block;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

table {
    border-collapse: collapse;
}

button,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: none;
}

:focus {
    outline: none;
}

section,
header,
footer {
    position: relative;
}

a {
    color: inherit;
}

button,
input[type=submit] {
    cursor: pointer;
}

.sep {
    margin: 0 0.25em;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

body {

    color: #000000;
    cursor: default;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    min-height: 100%;
    min-width: 1170px;
    padding-top: 71px;
}
.zagolovok-b a {
    text-decoration: none !important;
}


#wrap {
    max-width: 1590px;
    min-width: 1170px;
    min-height: 100%;
    background: #ffffff url("../img/bg-gray.png") repeat-y center;
    margin: 0 auto;
}

#content {
    font-size: 1rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 0;
    position: relative;
    width: 1030px;
}
#content .tpl-component-eventlive-h1 h1:first-child {
    margin: -60px 0 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    width: 30%;
}
.clear {
    clear:both;
}
.clear:before,
.clear:after {
    content: '';
    display: table;
}
.absolute {
    position: absolute;
}
.center {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-align: center;
    top: 0;
}
.inner {
    position: relative;
    width: 942px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inner:after {
    content: '';
    display: table;
    clear: both;
}

/**/

/*Кнопки*/
.button {
    width: 264px;
    height: 38px;
    display: inline-block;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 40px;
    text-align: left;
    line-height: 38px;
    text-decoration: none;
}

.button:hover,
.button:active,
.button:focus {
    text-decoration: none;
}

.button-big {
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: 300;

    width: 337px;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
}

.button-big:hover {
    text-decoration: none;
    color: #ffffff;
    background: #99C63A;
}

/*End Кнопки*/

/*3-и колонки*/
.coloms-3 {
    display: inline-table;
    margin-bottom: 55px;
}

.coloms-3 .column {
    width: 296px;
    display: table-cell;
}

.coloms-3 .column-null {
    width: 27px;
    display: table-cell;
}

.coloms-3 .column .zagolovok {
    width: 296px;
    height: 33px;
    background-image: url('../img/zagolovok-bg.png');
    display: block;

    font-size: 17px;
    font-weight: 700;
    line-height: 33px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.coloms-3 .column img {
    width: 296px;
    margin-bottom: 25px;
}

.coloms-3 .column .zagolovok-s {
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: -0.7em;
    text-transform: uppercase;
}

.coloms-3 .column .podzagolovok {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 16px;
    text-transform: uppercase;
}

.coloms-3 .column .text {
    color: #626262;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    height: 55px;
    overflow: hidden;
}
.ssylka a {
    text-decoration: underline !important;
}
.coloms-3 .column .ssylka {
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    font-style: italic;
}
.coloms-3 .column-null:last-child {
    display: none;
}
/*End 3-и колонки*/

/*2-е колонки*/
.coloms-2 {
    display: inline-table;
}

.coloms-2 .column-1 {
    width: 619px;
    display: table-cell;
}

.coloms-2 .column-2 {
    width: 296px;
    display: table-cell;
}

.coloms-2 .column-2 p {
    margin: 0 0 10px;
}

.coloms-2 .column-null {
    width: 27px;
    display: table-cell;
}
.coloms-2 .column-null:last-child {
    display: none;
}
.coloms-2 .column-1 .zagolovok {
    width: 619px;
    height: 33px;
    background-image: url('../img/zagolovok-orange-big-bg.png');
    display: block;

    font-size: 14px;
    font-weight: 300;
    line-height: 37px;

    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.coloms-2 .column-2 .zagolovok {
    width: 296px;
    height: 33px;
    background-image: url('../img/zagolovok-orange-bg.png');
    display: block;

    font-size: 14px;
    font-weight: 300;
    line-height: 37px;

    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.coloms-2 .ssylka {
    /*font-size:12px;*/
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    font-style: italic;
    margin-bottom: 15px !important;
}

.coloms-2 .column-1 img {
    width: 619px;
    margin-bottom: 15px;
}
.coloms-2 .column-1 p img {
    margin-bottom: 5px;
}

.coloms-2 .column-2 img {
    width: 296px;
    margin-bottom: 10px;
}
.coloms-2 .column-2 p img {
    margin-bottom: 0;
}

.coloms-2 .column-2 .zagolovok-s {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 5px;
}

.coloms-2 .column-1 .zagolovok-b {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 10px;
}

.coloms-2 .column-1 .text,
.coloms-2 .column-2 .text {
    color: #626262;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
    height: 75px;
    overflow: hidden;
}

.coloms-2 .column-1 .text {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 15px;
}

/*End 2-е колонки*/

/* 1-а колонкп*/
.coloms-1 {
    display: inline-table;
}

.coloms-1 .column-1 {
    width: 323px;
    display: table-cell;
}

.coloms-1 .column-1 img {
    width: 323px;
}

.coloms-1 .column-2 {
    width: 592px;
    display: table-cell;
    vertical-align: top;
}

.coloms-1 .column-null {
    width: 27px;
    display: table-cell;
}

.coloms-1 .ssylka {
    /*font-size:12px;*/
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    font-style: italic;
    margin-bottom: 15px;
}

.coloms-1 .column-2 .zagolovok-b {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 25px;
}

.coloms-1 .column-2 .text {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 33px;
    overflow: hidden;
}

/*End 1 колонка*/

/*4-и колонки*/
.coloms-4 {
    display: inline-table;
}

.coloms-4 .column {
    width: 225px;
    display: table-cell;
}

.coloms-4 .column-null {
    width: 14px;
    display: table-cell;
}

.coloms-4 .column .zagolovok {
    width: 225px;
    height: 33px;
    background-image: url('../img/zagolovok-blue-bg.png');
    display: block;

    font-size: 14px;
    font-weight: 300;
    line-height: 37px;

    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.coloms-4 .column img {
    width: 225px;
    margin-bottom: 10px;
}

.coloms-4 .column .zagolovok-s {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: auto;
    line-height: 1.1;
}

.coloms-4 .column .text {
    color: #626262;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    height: 165px;
    overflow: hidden;
}

.coloms-4 .column .ssylka {
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    font-style: italic;
}

/*End 4-и колонки*/

/*5-и колонки*/
.coloms-5 {
    display: inline-table;
}

.coloms-5 .column {
    width: 169px;
    display: table-cell;
}

.coloms-5 .column-null {
    width: 24px;
    display: table-cell;
}
.coloms-5 .column-null:last-child {
    display: none;
}
/*.coloms-5 .column .zagolovok {
	width:169px;
	height:33px;
	background-image: url('../img/zagolovok-blue-bg.png');
	display:block;

	font-size: 14px;
	font-weight: 300;
	line-height: 37px;

	padding-left:30px;
	text-transform:uppercase;
	margin-bottom:10px;

}*/
.coloms-5 .column img {
    width: 169px;
    margin-bottom: 10px;
}

.coloms-5 .column .zagolovok-s {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.coloms-5 .column .text {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    height: 65px;
    overflow: hidden;
    text-transform: uppercase;
}

.coloms-5 .column .ssylka {
    font-size: 10px;
    font-weight: 300;
    text-align: right;
    font-style: italic;
}

/*End 5-и колонки*/

/*Верхнее меню*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 71px;
    background: url('../img/menu-bg.png') center 0 repeat-x;
}

.site-navigation {
    display: block;
    position: relative;
    width: 1034px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
}

.site-navigation:after {
    content: '';
    display: table;
    clear: both;
}

.site-navigation > ul {
    display: table;
    width: 100%;
    height: 100%;
    /*table-layout: fixed;*/
}

.site-navigation .tpl-block-dropdown ul {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 0 0 2px #dedede;
    display: none;
    margin: 0 0 0 -70px;
    padding: 0 0 12px;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: 200;
}
.site-navigation .tpl-block-dropdown ul::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fafafa;
    border-style: solid;
    border-width: 0 20px 20px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: auto;
    width: 0;
}

.site-navigation > ul > li,
.site-navigation > ul > li > ul > li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.site-navigation > ul > li > ul.menu > li > ul > li {
    padding: 0;
    text-align: left;
}
.site-navigation > ul > li > ul.menu > li > ul > li a {
    color: #000000;
    font-size: 13px;
    line-height: 120%;
    transition: none 0s ease 0s ;
    display: block;
    padding: 6px 20px 10px;
    text-decoration: none;
}
.site-navigation > ul > li > ul.menu > li > ul > li a small {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}
.site-navigation > ul > li > ul.menu > li > ul > li a:hover small {

}

.site-navigation > ul > li > ul.menu li a:hover {
    background: none;
    text-decoration: none;
}
.site-navigation > ul > li > ul.menu li a:hover span {
    text-decoration: underline;
}
.site-navigation li.logo {
    width: 183px;
}

.site-navigation li.subsrube {
    width: 146px;
    padding-top: 0;
}

.site-navigation li.subsrube a {
    width: 146px;
    height: 26px;
    display: block;
    background-image: url('../img/podpisatsja-top.png');
    color: #fff;
    line-height: 26px;
    padding-left: 20px;
    font-size: 14px;
    text-decoration: underline;
}

.site-navigation li ul.menu {
    display: table;
    height: 100%;
    margin: auto;
    width: 600px;
}

.site-navigation li ul.menu li {
    padding: 0 7px;
}

.site-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navigation a:hover {
    color: #6e8d30;
    text-decoration: underline;
}
.site-navigation .active > a,
.site-navigation a.active {
    color: #6e8d30;
}
.site-navigation.podmenu .active > a {
    color: #000000;
    font-weight: 500;
}

/*End Верхнее меню*/

/*Слайдер*/
header + .tpl-component-eventlive-galleries {
    height: 309px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    min-width: 1170px;
}
.main-slider {
    height: 309px;
    width: 100%;
}
header + .tpl-component-eventlive-galleries .main-slider {
    position: static;
}
.main-slider > div.slides,
.fotorama__wrap,
.fotorama__wrap--css3 .fotorama__stage__shaft {
    min-width: 1170px;
}
.main-slider {
    height: 309px;
    left: 0;
    margin: 0 auto;
    max-width: 1590px;
    min-width: 1170px;
    right: 0;
    width: 100%;
}
.main-slider > div.slides {
    height: 309px;
    overflow: hidden;
}

.main-slider .slide {
    background: url('../img/slide-01.jpg') center 0 no-repeat;
    height: 309px;
    width: 100%;
}
.main-slider .inner {
    display: block;
    height: 100%;
    cursor: pointer;
}
.main-slider .inner h2 {
    font-size: 39px;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 0;
}

.main-slider .inner p {
    font-size: 30px;
    font-style: italic;
    padding-top: 30px;
    text-align: center;
    line-height: 1.3;
    font-family: 'Open Sans', verdana, helvetica, sans-serif;
}

.main-slider .carousel-controls {
    bottom: 0;
    margin: 0 auto;
    position: relative;
    width: 942px;
}

.main-slider .fotorama__nav-wrap {
    width: 50px;
    height: 10px;
    position: absolute;
    bottom: 35px;
    display: block;
}

.main-slider .fotorama__nav--dots .fotorama__nav__frame {
    height: 30px;
    width: 24px;
}

.main-slider .fotorama__nav-wrap .fotorama__nav {
    display: block;
}

.main-slider .fotorama__nav-wrap .fotorama__nav .fotorama__dot {
    width: 12px;
    height: 12px;
    opacity: .7;
    background: #fff;
    border: 0 none;
}

.main-slider .fotorama__nav-wrap .fotorama__nav .fotorama__active .fotorama__dot {
    opacity: .9;
}

.main-slider .carousel-control {
    filter: alpha(opacity=70);
    opacity: .7;
    width: 43px;
    height: 62px;
    position: absolute;
    bottom: 23px;
    display: block;
}

.main-slider .carousel-control:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.main-slider .carousel-control.left {
    background-image: url('../img/slide-left.png');
}

.main-slider .carousel-control.right {
    background-image: url('../img/slide-right.png');
    right: 0;
    left: auto;
}

.main-slider .round {
}

.main-slider .poisk {
    position: absolute;
    right: 0;
    top: 15px;
}

.main-slider .poisk input {
    border-radius: 0;
    border: 1px solid #e0e0e0;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    padding-left: 10px;
    width: 152px;
    height: 26px;
    background-color: #fff;
}

.main-slider .poisk:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: 160px;
    width: 31px;
    height: 31px;
    background: url('../img/poisk-img.png') no-repeat scroll 0 0 transparent;;
}

/*End Слайдер*/

/*Слайдер №2 (Мероприятия)*/
.main-slider.event-slider {
    height: 433px;
    margin-top: 0;
    position: relative;
}

.main-slider.event-slider .slide {
    background: url('../img/slide-v2-01.jpg') center 0 no-repeat;
    height: 433px;
    width: 100%;
}

/*End Слайдер №2 (Мероприятия)*/

/*Блок В фокусе*/
#in-focus {
    padding-top: 344px; /* 309 + 35*/
}
#in-focus a {
    text-decoration: none;
}
#content #in-focus {
    padding-top: 0;
}

#in-focus .speaker {
    width: 23%;
    padding: 0 15px;
    display: inline-block;
    float: left;
}

#in-focus .speaker p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

#in-focus .speaker p a {
    text-decoration: underline;
}

#in-focus .speaker p a:hover {
    text-decoration: none;
}

#in-focus .speaker p a.button-expert {
    width: 182px;
    height: 25px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    margin-top: 10px;
}

#in-focus .info {
    padding: 0 15px 0 5px;
    display: inline-block;
    float: left;
    width: 77%;
}

#in-focus .info h2 {
    font-size: 33px;
    font-weight: 400;
    text-align: left;
    margin: 5px 0 40px;
    line-height: 40px;
}

#in-focus .info p {
    font-size: 23px;
    font-weight: 300;
    padding: 0 0 25px 0;
    line-height: 1.3;
}

#in-focus .info p span {
    font-size: 19px;
    font-weight: 500;
    font-style: italic;
}

/*End Блок В фокусе*/

/*Блок В фокусе - 3 колонки*/
#in-focus-3 {
    padding: 15px 0 20px;
}
#in-focus-3 a {
    text-decoration: none;
}
#in-focus-3 .button-2 > div {
    width: 50%;
    float: left;
}

#in-focus-3 .rss {
    float: right;
    margin-right: 15px;
}

#in-focus-3 .note {
    float: left;
    margin-left: 15px;
}

#in-focus-3 .rss:before {
    content: '';
    display: inline;
    position: absolute;
    margin-left: -30px;
    margin-top: 10px;
    width: 20px;
    height: 18px;
    background: url('../img/rss-bth-icon.png') no-repeat scroll 0 0 transparent;;
}

#in-focus-3 .note:before {
    content: '';
    display: inline;
    position: absolute;
    margin-left: -30px;
    margin-top: 7px;
    width: 22px;
    height: 21px;
    background: url('../img/note-bth-icon.png') no-repeat scroll 0 0 transparent;;
}

/*End Блок В фокусе - 3 колонки*/

.inner > h2 {
    font-size: 25px;
    font-weight: 700;
    padding: 35px 0;
    text-align: center;
    position: relative;
}

.arhive {
    position: absolute;
    top: 20px;
    right: 292px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}

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

/*Блок Новости*/
section#news {
    padding: 15px 0 20px;
}
section#news a {
    text-decoration: none;
}
section#news .look a {
    text-decoration: underline;
}
section#news h2.violet:before,
section#news h2.violet:after {
    position: absolute;
    content: '';
    width: 382px;
    height: 4px;
    background: #92278f;
    top: 50%;
    margin-top: -2px;
}

section#news h2.violet:before {
    left: 0;
}

section#news h2.violet:after {
    right: 0;
}

section#news .coloms-3 {
    margin-bottom: 0;
}

section#news .coloms-3 .column .zagolovok {
    background-image: url('../img/zagolovok-violet-bg.png');
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
    line-height: 37px;
}

section#news .coloms-3 .picture-day {
    padding-top: 20px;
}

section#news .coloms-3 .picture-day .data {
    color: #688c1e;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

section#news .coloms-3 .picture-day .ssylka {
    position: relative;
    margin-top: -30px;
}

section#news .coloms-3 .picture-day .text {
    font-size: 14px;
    line-height: 16px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 30px;
    height: 65px;
}

section#news .coloms-3 .column .ssylka {
    font-size: 11px;
}

.dijest {

}

.dijest .years {
    /*width: 75%;*/
    width: 100%;
    margin: auto;
    display: table;
    table-layout: fixed;
    font-size: 17px;
    font-weight: 700;
    color: #cdcdcd;
}

.dijest .years a {
    display: table-cell;
    text-align: center;
}

.dijest .years a:hover,
.dijest .years a:active,
.dijest .years a.active,
.dijest .month .choise-month a:hover,
.dijest .month .choise-month a:active,
.dijest .month .choise-month a.active {
    color: #000;
}

.dijest .years a:hover,
.dijest .month .choise-month a:hover {
    text-decoration: none;
}

.dijest .month {
    margin-top: 10px;
    overflow: hidden;
}

.dijest .month img {
    width: 123px;
    float: left;
    margin: 0 20px 12px 0;
    border: 1px solid #8d8d8d;
}

.dijest .month .choise-month .now {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.dijest .month .choise-month .all-month {
    font-size: 12px;
    color: #a3a3a3;
    line-height: 16px;
    width: 50%;
    display: table;
    margin-top: 17px;
}

.dijest .month .choise-month .all-month .col {
    display: table-cell;
}

.dijest .month .choise-month .all-month .col a {
    display: block;
}

.dijest .month .choise-month .look {
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.dijest .text {
    min-height: 142px;
}

.dijest .text strong {
    font-weight: 500;
}

/*End Блок Новости*/

/*Блок Диалоги*/
#dialogs {
    padding: 15px 0 20px;
}
#dialogs a {
    text-decoration: none;
}
#dialogs h2.orange:before,
#dialogs h2.orange:after {
    position: absolute;
    content: '';
    width: 382px;
    height: 4px;
    background: #f26522;
    top: 50%;
    margin-top: -2px;
}

#dialogs h2.orange:before {
    left: 0;
}

#dialogs h2.orange:after {
    right: 0;
}

#dialogs .arhive {
    right: 306px;
}

/*End Блок Диалоги*/

/*Блок ЦИФРЫ И ФАКТЫ*/
#facts {
    padding: 15px 0 20px;
}
#facts a {
    text-decoration: none;
}
#facts h2.green:before,
#facts h2.green:after {
    position: absolute;
    content: '';
    width: 335px;
    height: 4px;
    background: #9ac83a;
    top: 50%;
    margin-top: -2px;
}

#facts h2.green:before {
    left: 0;
}

#facts h2.green:after {
    right: 0;
}

#facts .arhive {
    right: 230px;
}

/*End Блок ЦИФРЫ И ФАКТЫ*/

/*Баннер*/
.banner {
    padding: 5px 0 0;
}
.banner table {
    width: 100%;
}
.banner table tr:hover {
    background: none;
}
.banner table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: 0 none !important
}

/*End Баннер*/

/*Блок Кейсы*/
#cases {
    padding: 15px 0 20px;
}
#cases a {
    text-decoration: none;
}
#cases .ssylka a {
    text-decoration: underline;
}
#cases h2.blue:before,
#cases h2.blue:after {
    position: absolute;
    content: '';
    width: 400px;
    height: 4px;
    background: #00aeef;
    top: 50%;
    margin-top: -2px;
}

#cases h2.blue:before {
    left: 0;
}

#cases h2.blue:after {
    right: 0;
}

#cases .arhive {
    right: 323px;
}

/*End Блок Кейсы*/

/*Блок ДЕСТИНАЦИИ*/
#destinations {
    padding: 0 0 20px;
}
#destinations a {
    text-decoration: none;
}
#destinations h2.pink:before,
#destinations h2.pink:after {
    position: absolute;
    content: '';
    width: 360px;
    height: 4px;
    background: #f5e5eb;
    top: 50%;
    margin-top: -2px;
}

#destinations h2.pink:before {
    left: 0;
}

#destinations h2.pink:after {
    right: 0;
}

#destinations .arhive {
    right: 253px;
}

/*End Блок ДЕСТИНАЦИИ*/

/*Блок МЕРОПРИЯТИЯ*/
#events1 {
    padding: 15px 0 0;
}
#events1 a {
    text-decoration: none;
}
#events1 h2.dark-green:before,
#events1 h2.dark-green:after {
    position: absolute;
    content: '';
    width: 355px;
    height: 4px;
    background: #00a651;
    top: 50%;
    margin-top: -2px;
}

#events1 h2.dark-green:before {
    left: 0;
}

#events1 h2.dark-green:after {
    right: 0;
}

#events1 .arhive {
    right: 243px;
}

#events2 {
    padding: 35px 0 35px;
}
#events2 a {
    text-decoration: none;
}
#events2 .coloms-3 {
    margin-bottom: 0;
}

#events2 .coloms-3 .zagolovok {
    line-height: 37px;
}

#events2 .coloms-3 .column img {
    margin-bottom: 20px;
}

#events2 .coloms-3 .column .zagolovok-s {
    height: auto;
    margin-bottom: 3px;
}

#events2 .coloms-3 .column .podzagolovok {
}

/*End Блок МЕРОПРИЯТИЯ*/

/*Блок Учиться*/
#study {
    padding: 15px 0 20px;
}

#study .inner {
    border: 1px solid #000;
}

#study h2 {
    text-transform: uppercase;
    padding: 20px 0 15px;
}

#study .stydy-tab {
    display: table;
    width: 100%;
    padding: 0 15px;
}

#study .stydy-tab > div {
    display: table-cell;
    width: 25%;
    padding: 5px 10px 10px;
}

#study .stydy-tab span {
    display: block;
    margin-bottom: 7px;
}

#study .stydy-tab .icon {
    height: 24px;
}

#study .stydy-tab .name {
    font-size: 18px;
    font-weight: 700;
}

#study .stydy-tab .text {
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    text-decoration: underline;
    height: 70px;
    overflow: hidden;
}

#study .stydy-tab .ssylka {
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    text-align: right;
}

#study .stydy-tab a:hover {
    text-decoration: none;
}

/*End Блок Учиться*/

/*Блок тегов*/
#tags {
    padding: 15px 0 20px;
}
#tag_cloud a {
    backface-visibility: hidden;
    border-radius: 5vh;
    display: inline-block;
    font-weight: 300;
    line-height: 100%;
    margin: 4px 2px;
    padding: 10px;
    text-decoration: none;
}
#tags .for-link {
    width: 100%;
    overflow: hidden;
}

#tags .button-round {
    border: 1px solid #000;
    display: block;
    width: 135px;
    height: 25px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    border-radius: 10px;
    position: relative;
}

#tags .button-round:hover {
    text-decoration: underline;
}

#tags .bth-left {
    float: left;
}

#tags .bth-left:after {
    position: absolute;
    content: '';
    width: 807px;
    height: 1px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    left: 135px;
}

#tags .bth-right {
    float: right;
    text-align: right;
    padding-right: 10px;
}

#tags .bth-right:after {
    position: absolute;
    content: '';
    width: 807px;
    height: 1px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    right: 135px;
}

#tags .bth-right:before {
    content: '';
    display: inline;
    position: absolute;
    margin-left: -17px;
    margin-top: 6px;
    width: 20px;
    height: 18px;
    background: url('../img/tags-bth-icon.png') no-repeat scroll 0 0 transparent;
}

#tags p {
    padding: 25px 0 20px;
}

/*End Блок тегов*/

/*Блок Соц.сети*/
#socseti {
    padding: 15px 0 20px;
}

#socseti .inner {
    background: rgba(0, 0, 0, 0) url("../img/socseti-bg.png") repeat scroll 0 0;
    padding: 0 0 40px;
}

#socseti h2 {
    padding: 30px 0 20px 0;
}

#socseti h2.white:before,
#socseti h2.white:after {
    position: absolute;
    content: '';
    width: 321px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
}

#socseti h2.white:before {
    left: 0;
}

#socseti h2.white:after {
    right: 0;
}

#socseti .socseti-tab {
    width: 100%;
    padding: 0 40px;
}

#socseti .socseti-tab .nc_row {
    float: left;
    padding: 0 6px 12px;
}
#socseti .socseti-tab .nc_row + .nc_row {
}

.socseti-tab .nc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    /*End Блок Соц.сети*/

/*Блок Партнеры*/
#partner {
    padding: 5px 0 30px;
}

#partner ul {
    font-size: 0;
    line-height: 0;
    text-align: justify;
}

#partner li {
    display: inline-block;
    width: 157px;
    height: 100px;
    text-align: center;
}

#partner ul.mainpart {
    text-align: center;
}

#partner ul.mainpart li {
    width: 250px;
}

/*End Блок Партнеры*/

/*Footer*/
.site-footer {
    height: 300px;
    color: #fff;
    background: #111111;
    font-weight: 300;
}

.site-footer .footer-2-col {
    display: table;
    width: 100%;
}

.site-footer .footer-2-col .col-1,
.site-footer .footer-2-col .col-2 {
    display: table-cell;
}

.site-footer .footer-2-col .col-1 {
    width: 297px;
    font-size: 13px;
    padding-top: 25px;
}

.site-footer .footer-2-col .col-1 p {
    padding-top: 7px;
    text-transform: uppercase;
}

.site-footer .footer-2-col .col-2 {
    padding-top: 40px;
}

/*Меню в Footer*/
.site-footer .site-navigation {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: auto;
}

.site-footer .site-navigation ul {
    width: 100%;
    margin: auto;
}

.site-footer .site-navigation li {
    padding: 0 5px;
}

.site-footer .site-navigation a:hover {
    color: #fff;
    text-decoration: underline;
}

/**/
.site-footer .nav-2 {
    display: inline-table;
    font-size: 18px;
    font-weight: 300;
}

.site-footer .nav-2 li {
    padding: 0 13px;
    border-right: 1px solid #fff;
}

.site-footer .nav-2 li:nth-child(1) {
    padding-left: 7px;
}

.site-footer .nav-2 li:nth-last-child(1) {
    border-right: 0;
}

/*End Меню в Footer*/

.site-footer .footer-2-col .col-2 .adress {
    padding: 60px 0 5px 7px;
    font-size: 14px;
    line-height: 16px;
}

.site-footer .footer-2-col .col-2 .privacy_policy {
    padding: 3px 0 9px 7px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.agree-privacy_policy {
    font-size: 60%; line-height: 1; margin-top: -11px; margin-bottom: 9px;
    text-align: left;
}

.site-footer .footer-2-col .col-2 a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer .footer-2-col .col-2 a:hover {
    text-decoration: underline;
}

.site-footer .footer-2-col .col-2 p.svidetelstvo {
    padding: 10px 0 0 7px;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}

.site-footer .footer-2-col .col-2 .age {
    display: block;
    width: 76px;
    height: 76px;
    background-image: url('../img/age-16.png');
    position: absolute;
    top: 100px;
    right: 0;
}

/*End Footer*/
h1, .h1{
    font-size: 30px;
    font-weight: 300;
    padding: 0 0 35px;
}
#content .zagolovok {

}
h3 {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 30px;
    text-transform: uppercase;
}

/********** МЕРОПРИЯТИЯ **********/
/*Рекомендуем посетить*/
#recommend-visit {
    padding: 0;
}
#recommend-visit a {
    text-decoration: none;
}
#recommend-visit .coloms-3 .column img {
    margin-bottom: 10px;
}

#recommend-visit .coloms-3 .column .zagolovok-s {
    margin-bottom: 5px;
    height: auto;
}

#recommend-visit .coloms-3 .column .data-i-mesto {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 19px;
    margin-bottom: 15px;
}

/*Календарь*/
#calendar {
    padding: 0 0 30px;
}

#calendar .calendar-tab {
    height: 115px;
    display: table;
}

#calendar .calendar-tab .col-1 {
    width: 296px;
    display: table-cell;
    border: 3px solid #000;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

#calendar .calendar-tab .col-1 .year {
    font-size: 48px;
    display: block;
}

#calendar .calendar-tab .col-1 .month {
    font-size: 30px;
}

#calendar .calendar-tab .col-null {
    width: 27px;
    display: table-cell;
}

#calendar .calendar-tab .col-2 {
    width: 619px;
    display: table-cell;
    vertical-align: top;
}

#calendar .calendar-tab .col-2 .years {
    margin-bottom: 15px;
}

#calendar .calendar-tab .col-2 .years > div,
#calendar .calendar-tab .col-2 .months > div {
    display: table-cell;
    width: 100px;
    color: #cdcdcd;
}

#calendar .calendar-tab .col-2 .years > div a {
    font-size: 27px;
}

#calendar .calendar-tab .col-2 .months > div a {
    font-size: 19px;
    display: block;
}

#calendar .calendar-tab .col-2 .months > div {
    line-height: 25px;
}

#calendar .calendar-tab .col-2 a:hover {
    text-decoration: none;
}

#calendar .calendar-tab .col-2 a.active {
    color: #000;
}

/*Мероприятия*/
#event-cal {
    padding: 35px 0 10px;
}

#event-cal .all-events {
    display: table;
    width: 100%;
}

#event-cal .event-row {
    display: table-row;
}

#event-cal .event-row .col-1 {
    width: 296px;
    display: table-cell;
    padding-bottom: 45px;
}

#event-cal .event-row .col-1 .date,
#event-cal .event-row .col-1 .prev {
    display: table-cell;
    vertical-align: top;
}

#event-cal .event-row .col-1 .date {
    text-align: left;
    width: 127px;
}

#event-cal .event-row .col-1 .date .chisla,
#event-cal .event-row .col-1 .date .god {
    display: block;
}

#event-cal .event-row .col-1 .date .chisla {
    font-size: 30px;
    line-height: 25px;
    font-weight: 700;
}

#event-cal .event-row .col-1 .date .god {
    font-size: 10px;
    font-weight: 700;
    color: #c5c2c2;
    line-height: 1.2;
    padding-top: 5px;
    text-transform: uppercase;
}

#event-cal .event-row .col-1 .date .god.god-1,
#event-cal .event-row .col-1 .date .god.god-2 {
    display: inline-block;
    width: 50%;
}

#event-cal .event-row .col-1 .date .god.god-1 {
    float: left;
}

#event-cal .event-row .col-1 .date .god.god-2 {
    float: right;
}

#event-cal .event-row .col-1 .prev {
    text-align: right;
    width: 169px;
}

#event-cal .event-row .col-1 .prev img {
    width: 169px;
}

#event-cal .event-row .col-null {
    width: 27px;
    display: table-cell;
}

#event-cal .event-row .col-2 {
    width: 619px;
    display: table-cell;
    vertical-align: top;
}
#event-cal .event-row .col-2 a {
    text-decoration: none;
}
#event-cal .event-row .col-2 p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #646464;
}

#event-cal .event-row .col-2 .zagolovok {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#event-cal .event-row .col-2 .zagolovok span {
    color: #717171;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: -2px;
    padding-left: 0;
    vertical-align: top;
}

#event-cal .event-row .col-2 p.text {
}

#event-cal .event-row .col-2 .dop-info {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 0 15px;
    color: #000;
}

#event-cal .event-row .col-2 .dop-info .status {
    display: block;
    font-size: 10px;
    font-weight: 300;
    height: 15px;
    text-transform: uppercase;
}

#event-cal .event-row .col-2 .dop-info .status a {
    margin-left: 16px;
}

#event-cal .event-row .col-2 .dop-info .status a:before {
    content: '';
    display: inline;
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
    width: 10px;
    height: 11px;
    background: url('../img/green-img.png') no-repeat scroll 0 0 transparent;
}

#event-cal .event-row .col-2 .dop-info .ssylka {
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    margin-top: -3px;
}

#event-cal .button-big {
    margin: 15px 0 40px 127px;
    text-decoration: none !important;
}
#event-cal .button-big:hover,
#event-cal .button-big:active {
    color: #fff;
    box-shadow: none;
}

.ban-events {
    padding: 50px 0;
}

/********** END МЕРОПРИЯТИЯ **********/

/********** СТРАНИЦА МЕРОПРИЯТИЯ **********/

/*Блок с картинкой*/
#event-promo {
    padding: 0 0 20px;
}
#event-promo .button-big {
    display: block;
}

#event-promo .inner {
    padding: 0;
}

#event-promo .ssylka {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 0;
}

#event-promo .ssylka a {
    color: #c51f5f;
}

#event-promo .ssylka a:hover {
    text-decoration: none;
}

#event-promo .fb {
    display: block;
    width: 145px;
    height: 39px;
    background-image: url('../img/FB-go.jpg');
    position: absolute;
    right: 0;
    bottom: 50px;
}

/*Информация о мероприятии*/
#about-event {
    padding: 0 0 20px;
}

#about-event h1 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#about-event .slogan {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding: 15px 0;
}

#about-event .text {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}

/*Фотогалерея*/
#photogallery {
    padding: 15px 0 30px;
}

#photogallery .slider {

}

#photogallery .slider .flex-prev,
#photogallery .slider .flex-next {
    display: block;
    position: absolute;
    top: 33%;
    left: 0;
    width: 43px;
    height: 62px;
    opacity: 1;
    text-indent: -200em;
}

#photogallery .slider .flex-prev:hover,
#photogallery .slider .flex-next:hover {
    filter: alpha(opacity=50);
    opacity: .5;
}

#photogallery .slider .flex-prev {
    background-image: url('../img/slide-icon-prev.png');
}

#photogallery .slider .flex-next {
    background-image: url('../img/slide-icon-post.png');
    right: 0;
    left: auto;
}

#photogallery .slider .slide {
    width: 750px;
    margin: auto;
    display: table;
}

#photogallery .slider .slide li.item {
    width: 250px;
    height: 171px;
    text-align: center;
}

/*Место проведения*/
#place {
    padding: 30px 0 20px;
    line-height: 1.2;
}

#place .zagolovok {
    text-align: center;
    font-size: 18px;
}

#place .name-place {
    font-size: 26px;
    text-align: center;
    padding: 5px 0 20px;
}

#place .map {
    position: relative;
    width: 1034px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#place .contacts {
    padding: 15px 0;
    display: table;
    width: 820px;
    margin: auto;
}

#place .contacts > p {
    display: table-cell;
    font-size: 18px;
    padding-left: 32px;
}

#place .contacts > p:before {
    content: '';
    display: inline;
    position: absolute;
    margin-left: -32px;
    margin-top: 2px;
}

#place .contacts p.email:before {
    width: 24px;
    height: 17px;
    background: url('../img/email-icon.png') no-repeat scroll 0 0 transparent;
}

#place .contacts p.tel:before {
    width: 24px;
    height: 24px;
    background: url('../img/phone-icon.png') no-repeat scroll 0 0 transparent;
    margin-top: -2px;
}

#place .contacts p.fax:before {
    width: 22px;
    height: 21px;
    background: url('../img/fax-icon.png') no-repeat scroll 0 0 transparent;
}

#place .contacts a {
    text-decoration: none;
}

#place .contacts a:hover {
    text-decoration: underline;
}

#place .button-big {
    font-size: 25px;
    font-weight: 400;
    width: 240px;
    height: 48px;
    line-height: 50px;
    margin: 40px auto;
}

/*Новости мероприятий*/
#event-news {
    padding: 0 0 20px;
}
#event-news a {
    text-decoration: none;
}
#event-news .inner {
    width: 851px;
    padding: 0;
}

#event-news h3 {
    font-size: 19px;
}

#event-news .all-news {
    display: table;
}

#event-news .news-row {
    display: table-row;
    line-height: 1.4;
}

#event-news .news-row .col-1 {
    width: 169px;
    display: table-cell;
    padding-bottom: 30px;
    vertical-align: top;
}

#event-news .news-row .col-1 img {
    width: 169px;
}

#event-news .news-row .col-null {
    width: 15px;
    display: table-cell;
}

#event-news .news-row .col-2 {
    width: 667px;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 20px;
}

#event-news .news-row .col-2 p.text {
    font-size: 14px;
    line-height: 19px;
    color: #6d6d6d;
    padding-right: 40px;
    padding-top: 3px;
}

#event-news .news-row .col-2 .zagolovok {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-right: 40px;
}

#event-news .news-row .col-2 .data {
    font-size: 10px;
    font-weight: 300;
    vertical-align: top;
    color: #302d2d;
    font-style: italic;
    text-transform: uppercase;
}

#event-news .news-row .ssylka {
    display: inline-block;
    float: right;
    font-size: 10px;
    font-style: italic;
    padding: 15px 15px 0 0;
    color: #6d6d6d;
}

.ban-event {
    padding: 20px 0 50px;
}

/********** END СТРАНИЦА МЕРОПРИЯТИЯ **********/

/********** УЧИТЬСЯ **********/
/*Подменю*/
.site-navigation.podmenu {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    margin: 0 43px 35px 30%;
    width: auto;
}

.site-navigation.podmenu ul {

}

.site-navigation.podmenu li {
    padding: 0 20px;
}

.site-navigation.podmenu a:hover {
    color: #000;
    text-decoration: underline;
}

.site-navigation.podmenu a.active {
    font-weight: 700;
    color: #000;
}

/**/
/*Заголовок на сером фоне*/
#konkurs {
    padding: 0 0 30px;
}

.gray-zagolovok {
    width: 942px;
    height: 33px;
    background-image: url('../img/zagolovok-gray.png');
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 37px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.study-tech h1 {
    padding: 55px 0 20px;
}

/*Новости мероприятий*/
#archive-news {
    padding: 0 0 20px;
}
#archive-news a {
    text-decoration: none;
}
#archive-news .all-news {
    display: table;
}

#archive-news .news-row {
    display: table-row;
    line-height: 1.4;
}

#archive-news .news-row .col-1 {
    width: 169px;
    display: table-cell;
    padding-bottom: 30px;
    vertical-align: top;
}

#archive-news .news-row .col-1 img {
    width: 169px;
}

#archive-news .news-row .col-null {
    width: 15px;
    display: table-cell;
}

#archive-news .news-row .col-2 {
    width: 758px;
    display: table-cell;
    vertical-align: top;
}

#archive-news .news-row .col-2 p.text {
    font-size: 14px;
    line-height: 19px;
    color: #6d6d6d;
    padding-top: 3px;
}

#archive-news .news-row .col-2 .zagolovok {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#archive-news .news-row .col-2 .data {
    font-size: 10px;
    font-weight: 300;
    vertical-align: top;
    color: #302d2d;
    font-style: italic;
    text-transform: uppercase;
}
#archive-news .news-row .col-2 .full-text {
    line-height: 100%;
}
#archive-news .news-row .col-2 .full-text small {
    line-height: 120%;
}
#archive-news .news-row .col-2 .dop-info .ssylka {
    display: inline-block;
    float: right;
    font-size: 10px;
    font-style: italic;
    padding: 7px 0 0 0;
    color: #6d6d6d;
}

#archive-news .news-row .col-2 .dop-info {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0 0;
    color: #000;
}

#archive-news .news-row .col-2 .dop-info .status {
    display: inline-block;
    float: left;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
#archive-news .news-row .col-2 .dop-info .status a {
    margin-left: 16px;
}
#archive-news .news-row .col-2 .dop-info .status a:before {
    content: '';
    display: inline;
    position: absolute;
    margin-left: -15px;
    width: 10px;
    height: 11px;
    background: url('../img/gray-img.png') no-repeat scroll 0 0 transparent;
}

#archive-news .button-big {
    font-size: 14px;
    width: 162px;
    height: 37px;
    line-height: 37px;
    margin: 10px auto;
    display: block;
}

/*Вакансии*/
#vacancies {
    padding: 0 0 20px;
}

#vacancies .vacanc-tab {
    display: table;
    width: 100%;
}

#vacancies .vacanc-tab > div {
    display: table-cell;
    vertical-align: top;
}

#vacancies .vacanc-tab .banner {
    width: 468px;
}

#vacancies .vacanc-tab .work > div {
    width: 390px;
    min-height: 379px;
    border: 1px solid #000;
    margin: auto;
    padding: 15px 20px;
}

#vacancies .vacanc-tab .work h3 {
    font-size: 18px;
}

#vacancies .vacanc-tab .work .variants {
    padding: 5px 0 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
}

#vacancies .vacanc-tab .work .variants p {
    padding-bottom: 16px;
}

#vacancies .vacanc-tab .work .variants a {
    text-decoration: none;
}

#vacancies .vacanc-tab .work .variants a:hover {
    text-decoration: underline;
}

#vacancies .vacanc-tab .work .links {
    padding-left: 20px;
}

#vacancies .vacanc-tab .work .links a {
    padding-right: 20px;
    color: #005c9d;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

#vacancies .vacanc-tab .work .links a:hover {
    text-decoration: none;
}

/********** END УЧИТЬСЯ **********/

/********** НОВОСТИ **********/
.news-focus {
}

#news-top {

}

#news-top h1 {
    padding: 55px 0 45px;
    margin: -10px 0;
}

/*Заголовок на фиолетовом фоне*/
.fiolet-zagolovok {
    width: 942px;
    height: 33px;
    background-image: url('../img/zagolovok-fiolet.png');
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 37px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

/*Дайджест*/
#didgest {
    padding: 0 0 30px;
}

#didgest .didgest-tab {
    display: table;
    width: 100%;
    margin-top: -15px;
}

#didgest .didgest-tab .col-1,
#didgest .didgest-tab .col-2 {
    display: table-cell;
    vertical-align: top;
}

#didgest .didgest-tab .col-1 {
    width: 296px;
    padding: 0 25px;
}

#didgest .didgest-tab .null {
    width: 27px;
    display: table-cell;
}

#didgest.didgest-tab .col-2 {
    width: 619px;
}

#didgest .didgest-tab .col-1 .years > div,
#didgest .didgest-tab .col-1 .months > div {
    display: table-cell;
    width: 60px;
    color: #a3a3a3;
    padding-bottom: 5px;
}

#didgest .didgest-tab .col-1 .years > div a {
    font-size: 17px;
    font-weight: 500;
}

#didgest .didgest-tab .col-1 .months > div a {
    font-size: 12px;
    display: block;
    line-height: 16px;
    font-weight: 500;
}

#didgest.didgest-tab .col-1 .months > div {

}

#didgest .didgest-tab .col-1 a:hover {
    text-decoration: none;
}

#didgest .didgest-tab .col-1 a.active {
    color: #000;
}

#didgest .didgest-tab .col-1 .ssilka {
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    padding-top: 5px;
}

#didgest .didgest-tab .col-2 img {
    width: 123px;
    float: left;
    margin: 0 20px 12px 0;
    border: 1px solid #8d8d8d;
}

#didgest .didgest-tab .col-2 .year {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#didgest .didgest-tab .col-2 .year a:hover {
    text-decoration: none;
}

#didgest .didgest-tab .col-2 .text {
    font-size: 14px;
    line-height: 18px;
    color: #626262;
    font-weight: 300;
}

#didgest .didgest-tab .col-2 .text strong {
    font-weight: 500;
    color: #000;
}

#didgest .didgest-tab .col-2 .ssilka {
    float: right;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    padding-top: 5px;
    color: #000;
}

#archive-news.fiolet .news-row .col-2 .dop-info .status a:before {
    background: url('../img/fiolet-img.png') no-repeat scroll 0 0 transparent;
}

/********** END НОВОСТИ **********/

.tpl-block-auth a {
    font-weight: 300;
    font-size: 10px;
    text-transform: none;
    padding-left: 10px;
}

input[type="number"],
input[type="phone"],
input[type="email"],
input[type="password"],
input[type="text"] {
    background: #eaeff2 none repeat scroll 0 0;
    box-shadow: 0 0 0 2px #b0b0b0;
    width: auto;
}

input[type="submit"] {
    background: #102889 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 40px;
    margin: 0 10px 10px 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

/* fontawesome */
[class*="fa-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.tpl-block-auth-form input[type="number"],
.tpl-block-auth-form input[type="phone"],
.tpl-block-auth-form input[type="email"],
.tpl-block-auth-form input[type="password"],
.tpl-block-auth-form input[type="text"] {
    width: 100%;
}

.load_html {
    transition: transform 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}

.reklama-image img {
    max-width: 100%;
}
.flexslider-holder {
    position: absolute;
    left: 0;
    margin: 0 auto;
    max-width: 1590px;
    min-width: 1170px;
    right: 0;
    width: 100%;
    height: 433px;
    overflow: hidden;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: 0
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.slides li {
    float: left;
}


.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    height: 433px;
    background: rgba(111, 111, 111, 0.09) none repeat scroll 0 0;
}

.flexslider .slides img {
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 367px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.main-slider .flex-prev {
    background-image: url("../img/slide-left.png");
    left: 50px;
}

.main-slider .flex-next {
    background-image: url("../img/slide-right.png");
    left: auto;
    right: 50px;
}

.main-slider .flex-direction-nav a {
    bottom: auto;
    display: block;
    height: 62px;
    opacity: 0.7;
    position: absolute;
    text-indent: -200em;
    width: 43px;
}


.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}
.flexslider .flex-viewport {
    overflow: inherit !important;
}
.nc_subdivision_list ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.nc_subdivision_list li {
    display: table-cell;
    width: 1%;
}
.nc_pagination {
    display: inline-block;
    margin:  0 auto;
}
.nc_pagination .tpl-state-current {
    font-weight: 500;
    color: #000;
}
#ImgWaiting {
    position: absolute;
    top: -50px;
    left: 50%;
}

.prev-next.table {
    display: table;
    width: 100%;
    margin: 50px 0;
}

.prev-next.table > div {
    display: table-cell;
    padding: 0 40px;
    width: 50%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}
#commonsubscriber.tpl-block-popup {
    background: rgba(0, 0, 0, 0) url("../img/popup-subscribe.png") no-repeat scroll 0 0;
    height: 700px;
    padding: 380px 270px 20px 120px;
    width: 700px;
}
#commonsubscriber.tpl-block-popup .tpl-block-mfp-close {
    opacity: 1;
    padding: 0;
    right: 0;
    top: 0;
}
#commonsubscriber.tpl-block-popup .tpl-block-mfp-close .icon-popup-close {
    background-color: #ffffff;
    background-position: center center;
    background-size: 70% auto;
    border: 2px solid #444444;
    border-radius: 50%;
}
#commonsubscriber.tpl-block-popup input[type="text"] {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 2px solid #444444;
    border-radius: 5px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
    width: 100%;
}
#commonsubscriber.tpl-block-popup button {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 2px solid #444444;
    border-radius: 5px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.62);
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
    width: 100%;
}
#commonsubscriber.tpl-block-popup button:active {
    box-shadow: none
}
#commonsubscriber.tpl-block-popup .error-captcha {
    margin-top: -23px;
    position: absolute;
    z-index: 1;
}
#commonsubscriber.tpl-block-popup input[type="text"].tpl-state-error {
    border: 2px solid red;
}