form {
    margin: 0
}

h3, h4, h5, h6 {
    font-weight: 400
}

h2, h3, h4, h5, h6, p, ul, ol, dl, address {
    margin: 1em 0
}

h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em
}

h2 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700
}

h3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700
}

h4 {
    font-size: 1em;
    font-weight: 700
}

h5 {
    font-size: 1em;
    font-weight: 700
}

h6 {
    font-size: 1em
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ''
}

blockquote, q {
    quotes: "" ""
}

img {
    vertical-align: top
}

a img {
    border: none;
    vertical-align: middle
}

:focus {
    outline: 0
}

a:focus, a[href]:hover {
    text-decoration: none
}

a {
    color: #d62429;
    text-decoration: underline
}

blockquote {
    margin: 1.5em;
    font-style: italic
}

strong, dfn {
    font-weight: 700
}

em, dfn {
    font-style: italic
}

sup, sub {
    line-height: 0
}

abbr, acronym {
    border-bottom: 1px dotted #666
}

address {
    font-style: italic
}

del {
    color: #666
}

pre {
    margin: 1.5em 0;
    white-space: pre
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5
}

ul, ol, dd {
    padding-left: 1.5em;
    margin-left: 0
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

dt {
    font-weight: 700
}

table {
    border-collapse: separate;
    border-spacing: 0
}

th {
    font-weight: 700
}

thead th {
    text-align: center
}

th, td, caption {
    padding: 2px
}

tfoot {
    font-style: italic
}

caption {
    background: #eee
}

fieldset {
    padding: 0;
    border: none
}

fieldset, input, textarea, select {
    margin: 0;
    vertical-align: top
}

textarea {
    resize: none
}

select {
    padding: 3px
}

option {
    padding: 0 6px
}

.error {
    color: red
}

.hidden {
    display: none
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list > li {
    margin: 1em 0
}

.cols, .grid {
    display: table
}

.cols > .row, .grid > .row {
    display: table-row
}

.cols .col, .grid .cell {
    display: table-cell
}

.cols .col {
    vertical-align: top
}

.grid .cell {
    vertical-align: middle
}

.animated {
    overflow: hidden;
    position: relative
}

#browse span {
    float: left;
    text-align: right
}

#browse .next {
    float: right;
    text-align: left
}

#browse a {
    position: fixed;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -30px;
    text-indent: -1000em;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 40px;
    z-index: 800;
    display: block
}

#browse .next a {
    text-align: left;
    text-indent: -1000em;
    right: 0;
    margin-right: 0;
    width: 80px;
    height: 80px
}

#browse .prev a {
    margin-left: 0;
    width: 80px;
    height: 80px;
    text-indent: -1000em
}

#browse span:hover a {
    background-color: rgba(0, 0, 0, .9)
}

#browse a:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 28px;
    width: 20px;
    height: 28px;
    background: url(../images/browse.png) no-repeat 0 1px;
    overflow: hidden;
    text-indent: -1000em
}

#browse .next a:before {
    background-position: 100% 0;
    left: auto;
    right: 28px
}

#browse a:after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif)
}

#browse .next a:after {
    margin-left: 80px
}

#browse .clone {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif)
}

#browse .next .clone {
    margin-left: 0
}

#browse span:hover .clone {
    background: none
}

html, body {
    height: 100%
}

#page {
    background-color: #e6e6e6
}

#content {
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 20px
}

.detail #content {
    padding-top: 80px
}

@font-face {
    font-family: DINPro;
    src: url(../fonts/dimpro-medium-webfont.eot);
    src: url(../fonts/dimpro-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/dimpro-medium-webfont.woff2) format('woff2'), url(../fonts/dimpro-medium-webfont.woff) format('woff'), url(../fonts/dimpro-medium-webfont.ttf) format('truetype'), url(../fonts/dimpro-medium-webfont.svg#dinpromedium) format('svg');
    font-weight: 500
}

@font-face {
    font-family: DINPro;
    src: url(../fonts/dimpro-light-webfont.eot);
    src: url(../fonts/dimpro-light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/dimpro-light-webfont.woff2) format('woff2'), url(../fonts/dimpro-light-webfont.woff) format('woff'), url(../fonts/dimpro-light-webfont.ttf) format('truetype'), url(../fonts/dimpro-light-webfont.svg#dinprolight) format('svg');
    font-weight: 300
}

#content {
    font-family: DINPro, sans-serif
}

.container {
    width: 1096px;
    margin: 0 auto
}

h2.second-heading {
    color: #58595b;
    font-size: 33px;
    font-weight: 500;
    line-height: 39px;
    text-indent: 15px;
    margin-top: 32px;
    margin-bottom: 26px
}

.under-slider {
    height: 130px;
    width: 100%;
    position: relative
}

.logo {
    display: block;
    position: absolute;
    bottom: 27px;
    left: 19px
}

.soc-icon {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    background: #d7d8d9 url(../images/soc-icon--sprite.png);
    -webkit-background-size: 119px 119px;
    background-size: 119px;
    behavior: url(../css/pie.php)
}

.soc-icon.icon--vk {
    background-position: -43px 0
}

.soc-icon.icon--fb {
    background-position: 0 0
}

.soc-icon.icon--yt {
    background-position: -85px 0
}

.icon--vk:hover {
    background-color: #5081a7;
    background-position: -43px -35px
}

.icon--fb:hover {
    background-color: #26609e;
    background-position: 0 -35px
}

.icon--yt:hover {
    background-color: #ce332e;
    background-position: -85px -35px
}

.social-toolbox {
    position: absolute;
    right: 0;
    bottom: 27px;
    width: 141px;
    height: 34px;
    text-align: justify
}

.social-toolbox:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%
}

.slider-wrapper {
    height: 320px;
    width: 100%
}

#slider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 2600px;
    height: 320px !important
}

#slider .pagination {
    z-index: 8
}

#slider:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/slider--front-layer.png) no-repeat;
    width: 531px;
    height: 320px;
    z-index: 7
}

#slider .slider {
    width: 100%;
    height: 100%
}

#slider .slider-wrapper {
    width: 387px;
    margin: 0 auto;
    height: 320px
}

#slider .slider .slide {
    float: left;
    width: 1096px;
    height: 320px;
    -webkit-background-size: cover;
    background-size: cover
}

.slide > img {
    max-width: 100%
}

.slider-arr {
    display: block;
    width: 41px;
    height: 48px;
    position: absolute;
    top: 135px;
    background-image: url(../images/slider--arrows.png)
}

.arr--left {
    left: 0
}

.arr--right {
    right: 0;
    background-position: top right
}

.pagination {
    position: absolute;
    bottom: 17px;
    width: 129px;
    height: 19px;
    left: 50%;
    margin-left: -42px;
    text-align: justify
}

.pagination:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%
}

.pagination > a {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid white;
    width: 18px;
    height: 19px;
    -webkit-box-shadow: 0 0 6px -2px #777;
    box-shadow: 0 0 6px -2px #777;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    behavior: url(../css/pie.php)
}

.pagination > a.selected, .pagination > a:hover {
    background-color: #fff
}

.steps-of-project-full .slider-wrapper {
    height: 115px;
    width: 355px;
    padding: 15px 60px 0 62px;
    color: #fff
}

#slider2 {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 2600px;
    height: 115px !important
}

#slider2 .slider .slide {
    float: left;
    width: 355px;
    height: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#slider2 .counter {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    font-size: 53px;
    line-height: 55px;
    font-weight: 300
}

#slider2 .stext {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    width: 83%;
    font-size: 16px;
    font-size: 1.039rem;
    padding-top: 15px;
    line-height: 1.111
}

#slider2 .pagination > a {
    width: 9px;
    height: 9px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

#slider2 .pagination {
    width: 130px;
    left: 118px;
    bottom: 3px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.panel.active #slider2 .pagination {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.panels_top {
    margin-top: 40px
}

.panels_bottom {
    margin-bottom: 55px
}

.panel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    padding: 18px 10px 9px 16px;
    margin-bottom: 9px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.panel.active .panel-heading {
    z-index: 9
}

.panel.active .panel-content {
    z-index: 8
}

.panel-big {
    width: 540px;
    height: 191px
}

.panel-medium {
    width: 265px;
    height: 191px
}

.panel-large {
    width: 540px;
    height: 124px
}

.panel_column {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 540px;
    height: 391px;
    margin-right: 12px
}

.panel_column.second_column {
    margin-right: 0
}

.panel_column:after {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 100%;
    height: 0
}

.panel_column:last-of-type {
    margin-right: 0
}

.panel-heading {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #58595b;
    font-weight: 500;
    position: relative;
    z-index: 7
}

.panel-content {
    font-weight: 300;
    font-size: 17px;
    font-size: 1.067rem;
    line-height: 1.111;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 5;
    display: block;
    color: #fff;
    overflow: hidden;
    padding: 18px 10px 9px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.panel-content > div {
    position: relative
}

.panel-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 8px
}

.panel.active .panel-content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff
}

.panel .panel-content:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 25%;
    background: #00a566;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    behavior: url(../css/pie.php)
}

.panel.active .panel-content:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.panel-medium.active .panel-content:before {
    width: 135%;
    left: -37%;
    top: -55%;
    height: 150%
}

.panel-big.active .panel-content:before {
    top: -175%;
    left: -35%;
    width: 145%;
    height: 300%
}

.panel-large.active .panel-content:before {
    top: -520px;
    left: -238px;
    width: 800px;
    height: 800px
}

.panel-content p > a {
    display: inline-block;
    color: #fff;
    position: relative;
    text-decoration: none;
    line-height: 1;
    height: 19px
}

.panel-content p > a:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .7)
}

.panel .icon {
    width: 74px;
    height: 73px;
    position: relative;
    z-index: 6;
    background-image: url(../images/icon_sprite.png)
}

.icon-task {
    background-position: 0 -1245px
}

.icon-main-idea {
    background-position: 0 -830px
}

.icon-mechanic {
    background-position: 0 -913px
}

.icon-site {
    background-position: 0 -1079px
}

.icon-step-projects {
    background-position: 0 -1162px
}

.icon-technology {
    background-position: 0 -1328px
}

.icon-results {
    background-position: 0 -996px
}

.icon-project_boss {
    background-position: 0 -498px
}

.panel.active .icon-task {
    background-position: -74px -1245px
}

.panel.active .icon-main-idea {
    background-position: -74px -830px
}

.panel.active .icon-mechanic {
    background-position: -74px -913px
}

.panel.active .icon-site {
    background-position: -74px -1079px
}

.panel.active .icon-step-projects {
    background-position: -74px -1162px
}

.panel.active .icon-technology {
    background-position: -74px -1328px
}

.panel.active .icon-results {
    background-position: -74px -996px
}

.panel.active .icon-project_boss {
    background-position: -74px -498px
}

.panel .icon-container {
    height: 73px;
    width: 74px;
    position: absolute;
    right: 10px;
    bottom: 9px
}

.panel .icon-container > .icon > img {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.panel.active .icon-container > .icon > img {
    position: relative;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    top: 0;
    left: 0;
    behavior: url(../css/pie.php)
}

.panel .icon-container:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #482670;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -ms-behavior: url(PIE.htc)
}

.panel.active .icon-container:after {
    border-radius: 50%;
    width: 72px;
    height: 71px;
    top: 1px;
    left: 1px;
    behavior: url(../css/pie.php)
}

.icon.icon-manegers {
    width: 242px;
    background: none;
    position: absolute;
    right: 8px;
    text-align: justify;
    bottom: 8px
}

.icon.icon-manegers:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%
}

.icon-manegers div.icon-container {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    height: 73px;
    position: relative
}

.icon-manegers1 {
    background-position: 0 -83px
}

.icon-manegers2 {
    background-position: 0 -166px
}

.icon-manegers3 {
    background-position: 0 -249px
}

.icon-technical_director {
    background-position: 0 -664px
}

.icon-creative {
    background-position: 0 0
}

.icon-proectiovshchik {
    background-position: 0 -332px
}

.icon-verstal {
    background-position: 0 -747px
}

.icon-programmer {
    background-position: 0 -415px
}

.panel.active .icon-manegers1 {
    background-position: -74px -83px
}

.panel.active .icon-manegers3 {
    background-position: -74px -249px
}

.panel.active .icon-manegers2 {
    background-position: -74px -166px
}

.panel.active .icon-technical_director {
    background-position: -74px -664px
}

.panel.active .icon-creative {
    background-position: -74px 0
}

.panel.active .icon-proectiovshchik {
    background-position: -74px -332px
}

.panel.active .icon-verstal {
    background-position: -74px -747px
}

.panel.active .icon-programmer {
    background-position: -74px -415px
}

.panel > .panel-heading {
    z-index: 2
}

.panel.active > .panel-heading, .panel .panel-content .panel-heading {
    visibility: hidden
}

.panel.active > .panel-content .panel-heading {
    visibility: visible
}

.panel.active .panel-heading {
    color: #fff;
    width: 215px;
    -webkit-transition: color .15s ease;
    -moz-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

.panel-full-close {
    cursor: pointer
}

.panel.active .main-idea-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 391px
}

.main-idea-full > div:not(.icon-container), .mechanic-full > div:not(.icon-container) {
    width: 426px;
    font-size: 16px;
    font-size: 1.038rem;
    font-weight: 300;
    line-height: 1.111
}

.mechanic-full > div:not(.icon-container) {
    width: 490px;
    font-size: 16px;
    font-size: 1.000rem
}

.panel.active .mechanic-full {
    position: absolute;
    left: -275px;
    top: 0;
    width: 540px;
    height: 391px
}

.panel.active .mechanic-full:before, .panel.active .main-idea-full:before {
    top: -340px;
    left: -275px;
    width: 900px;
    height: 800px
}

.panel.active .steps-of-project-full {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 546px;
    height: 191px
}

.panel.active .steps-of-project-full:before {
    width: 800px;
    left: -250px;
    top: -300px;
    height: 600px
}

.panel.active .results-full {
    display: block;
    position: absolute;
    left: -275px;
    top: -200px;
    width: 540px;
    height: 679px;
    padding-left: 0;
    padding-right: 0
}

.panel.active .results-full .panel-heading {
    margin-bottom: 40px
}

.panel.active .photo_results > div.active.slider-wrapper {
    visibility: visible
}

.panel.active .results-full .panel-heading {
    padding-left: 16px
}

.panel.active .results-full:before {
    width: 1000px;
    left: -358px;
    top: -400px;
    height: 1200px
}

.panel.active .panel-full-close {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 21px;
    height: 20px;
    background: url(../images/panel-close-icon.png) no-repeat center;
    z-index: 10
}

.chapter_switch {
    text-align: center
}

.chapter_switch span {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 52px;
    height: 52px;
    opacity: .5;
    filter: alpha(opacity=50);
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    behavior: url(../css/pie.php)
}

.chapter_switch .photo {
    background: url(../images/icon_photo.png) no-repeat center;
    margin-right: 66px
}

.chapter_switch .video {
    background: url(../images/icon_camera.png) no-repeat center
}

.chapter_switch span.active {
    border-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.photo_page {
    margin-top: 25px;
    display: none
}

.video_page {
    margin-top: 25px;
    display: none
}

.panel:not(.active) .video_page {
    display: none
}

.results-full div > div.active {
    display: block
}

.photo_list, .video_list {
    padding-left: 34px;
    margin-bottom: 20px
}

.photo_list:after, .video_list:after {
    display: block;
    clear: both;
    content: "";
    font-size: 1px
}

.photo_list > ul > li, .video_list > ul > li {
    font-size: 17px;
    line-height: 21px;
    font-weight: 300;
    margin-right: 18px;
    float: left;
    color: #fff;
    border-bottom: 1px dashed #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.photo_list a, .video_list a {
    text-decoration: none;
    color: #fff
}

.photo_list .active, .video_list .active {
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom: none
}

.photo_results .slider-wrapper {
    height: 438px;
    width: 539px;
    display: none
}

.photo_results .slider-wrapper.active {
    display: block
}

.photo_results .universal_slider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 2600px;
    height: 438px !important
}

.photo_results .universal_slider .slider .slide {
    height: 358px;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
    width: 539px !important
}

.photo_results .pagination > a {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    behavior: url(../css/pie.php);
    border: 1px solid white
}

.photo_results .pagination {
    width: 368px;
    bottom: 40px;
    left: 50%;
    margin-left: -184px;
    text-align: center
}

video.video {
    display: none
}

video.video.active {
    display: block
}

.video_frame {
    width: 540px;
    height: 311px;
    font-size: 1px;
    margin-bottom: 31px
}

.video_control {
    width: 230px;
    margin: 0 auto;
    text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video_control:after {
    display: inline-block;
    content: "";
    height: 0;
    width: 100%
}

.video_control span {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 33px;
    background-image: url(../images/player_sprite.png)
}

.video_control .play {
    background-position: 0 -86px
}

.video_control .pause {
    background-position: 0 -43px
}

.video_control .refresh {
    background-position: 0 -129px
}

.video_control .left {
    background-position: 0 0
}

.video_control .right {
    background-position: 0 -172px
}

.video_frame #player1 {
    width: 540px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.soc-panel {
    position: absolute;
    right: 0;
    bottom: 27px;
    z-index: 9
}

.soc-panel > div {
    padding-left: 20px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    nav ul li.media a i, nav ul li.media strong i, nav ul li.support a i, nav ul li.support strong i, nav ul li.archive a i, nav ul li.archive strong i {
        background-image: url(../images/menu-icon-sprite-2.png);
        -webkit-background-size: 50px 60px;
        background-size: 50px 60px
    }
}