@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,300italic,300,700);
input {
    outline: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%!important
}

body {
    margin: 0;
    height: 100%!important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body {
    height: 100%
}

body {
    overflow-x: hidden;
    min-width: 320px;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

a {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    -webkit-transition-property: color, background-color, opacity, border;
    -o-transition-property: color, background-color, opacity, border;
    transition-property: color, background-color, opacity, border;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

a:hover {
    color: #f03c28
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

p {
    color: #191919;
    line-height: 24px;
    margin: 0;
    font-weight: 300
}

p+p {
    margin-top: 18px
}

.page_wrapper {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1px;
    padding-top: 60px
}

.inner {
    max-width: 780px;
    min-width: 300px;
    margin: 0 auto;
    padding: 0 10px
}

.play-btn-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 57px;
    left: 0
}

.play-btn {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    z-index: 10
}

.play-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/sprites.png) no-repeat -43px -38px;
    width: 19px;
    height: 22px;
    margin-top: -4px;
    margin-right: 12px
}

.next-slide-btn {
    position: absolute;
    background: #fff;
    left: 50%;
    bottom: 0;
    width: 66px;
    height: 23px;
    margin-left: -33px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center
}

.next-slide-btn::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background: url(../img/icon/sprites.png) no-repeat -1px -1px;
    height: 13px;
    width: 24px;
    margin-bottom: -4px
}

.main-title,
.centre-title {
    font-size: 2.14em;
    font-weight: 400
}

.main-title::after,
.centre-title::after {
    content: '';
    display: block;
    margin-top: 19px;
    height: 2px;
    width: 80px;
    background: #ef4225
}

.read-all-proj,
.read-all {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0062ad;
    border-bottom: 1px dotted #0062ad;
    margin-top: 12px
}

.read-all-proj {
    margin-left: 19px
}

.read-all-proj::after,
.read-all::after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-top: 3px solid #0062ad;
    top: 9px;
    right: -15px
}

.subscribe-form {
    position: relative
}

#subscribeResult {
    position: absolute;
    top: 100%;
    left: 0
}

.menu-socials {
    display: none!important;
}

.more-link {
    color: #0062ad;
    font-weight: 400
}

.more-link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 3px solid transparent;
    border-left: 3px solid #0062ad;
    margin-top: -1px;
    margin-left: 6px
}

.centre-title {
    text-align: center
}

.centre-title::after {
    margin: 19px auto 0
}

.main-btn {
    display: inline-block;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .85em;
    text-decoration: none;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000;
    text-align: center
}

.main-btn:hover {
    color: #0062ad
}

.red-btn {
    display: inline-block;
    border: 1px solid #e4573e;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .85em;
    text-decoration: none;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #e4573e
}

.red-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
    background: url(../img/icon/utube.png) no-repeat;
    width: 19px;
    height: 15px
}

.blue-btn {
    z-index: 10;
    display: none;
    position: absolute;
    right: 24px;
    top: 80px;
    border: 1px solid #2875ae;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .85em;
    text-decoration: none;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #2875ae;
    padding: 0 30px
}

.blue-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
    background: url(../img/icon/blue-btn-ico.png) no-repeat;
    width: 19px;
    height: 15px
}

.red-btn:hover,
.blue-btn:hover {
    color: #fff;
    opacity: .8
}

.page_index .page_header,
.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

.page_index .page_wrapper {
    padding-top: 0
}

.page_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 90000000!important;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 #aaa;
    box-shadow: 0 1px 3px 0 #aaa
}

.page_header-inner {
    position: relative
}

.header-top {
    padding: 0 10px;
    max-width: 1255px;
    min-width: 300px;
    margin: 0 auto;
    height: auto;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    width: 119px;
    height: 19px
}

.top-menu-btn {
    display: none;
    width: 21px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.top-menu-inner {
    position: relative;
    height: 100%
}

.top-menu-btn::after {
    content: '';
    display: block;
    height: 2px;
    background: #000;
    width: 100%
}

.top-menu {
    /*overflow: hidden*/
    overflow: visible; /* ### */
    height: 100%;
    width: 100%;
    margin-left: 28px;
    padding-left: 27px;
    border-left: 1px solid #e5e5e5
}

.top-sub-menu-outer {
    position: absolute;
    height: 49px;
    width: 100%;
    top: 100%;
    left: 0;
    background: #e9e9e9;
    -webkit-box-shadow: inset 0 1px 3px 0 #e7e7e7;
    box-shadow: inset 0 1px 3px 0 #e7e7e7;
    z-index: 111
}

.top-sub-menu {
    box-sizing: border-box;
    max-width: 1255px;
    margin: 0 auto!important;
    list-style: none;
    padding: 0 0 0 175px;
    line-height: 49px
}

.top-sub-menu>li {
    display: inline-block
}

.top-sub-menu>li+li {
    margin-left: 21px
}

.top-sub-menu>li>a {
    font-weight: 400;
    font-size: 15px
}

.top-sub-menu>li>a:hover {
    color: #f73e1b
}

.top-sub-menu-1 a, .top-sub-menu-2 a {
    font-size: 14px;
    text-transform: none;
    font-weight: 400!important;
    color: #484848!important;
}

.top-sub-menu-1 a.link_current, .top-sub-menu-2 a.link_current {
    font-weight: 700!important;
}

.menu-vac {
    vertical-align: top;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #000
}

.menu-vac::before {
    content: '';
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/vacanc_ico.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 14px;
    margin-right: 4px
}

.top-menu .pitch {
    color: #eb3613
}

.top-menu .pitch>img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
    width: 28px;
    margin-top: -3px
}

.top-menu .pitch:hover {
    color: #e19f00
}

.top-menu .pitch:hover::before {
    background-position: 0 -20px
}

.top-search {
    position: relative;
    margin-left: 17px;

}

#search-result-list {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 12px;
    background: #fff;
    padding: 6px 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #7f7f7f
}

#search-result-list .item {
    list-style: none;
    padding: 3px 10px;
    margin: 0;
    display: block
}

#search-result-list .item a {
    display: block
}

#search-result-list .item a span {
    font-weight: 700;
    color: #f03c28
}

.search-page {
    min-height: 400px
}

.search-block {
    display: block
}

#search-form {
    display: block;
    position: relative
}

#search-form:before {
    content: "";
    background: url(../img/icon/header_ico.png) no-repeat -19px 0 #fff;
    display: block;
    position: absolute;
    left: 7px;
    top: 9px;
    width: 21px;
    height: 20px
}

#search-page-inp {
    width: 50%;
    border: 1px solid #7f7f7f;
    padding: 8px 10px 8px 34px
}

.search-result {
    display: block
}

.search-result .search-result-title {
    display: block;
    margin: 40px 0 20px
}

.search-result .search-result-content {
    display: block
}

.search-result .search-result-content table {
    display: table;
    width: 100%;
    border-collapse: collapse
}

.search-result .search-result-content td {
    vertical-align: top
}

.search-result .search-result-content td a {
    display: block
}

.search-result .search-result-content td a span {
    font-weight: 700;
    color: #f03c28
}

.search-result .search-result-content td .list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

.search-result .search-result-content td .item {
    margin: 10px 0
}

.top-search-inp {
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    position: absolute;
    right: -680px;
    background: #fff;
    width: 470px;
    display: block
}

.top-search-inp>input {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    border: 1px solid #7f7f7f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 25px;
    font-size: 12px
}

.close-top-search {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    margin-right: 7px;
    margin-top: 1px
}

.top-search-btn {
    display: inline-block;
    margin-top: 2px;
    width: 21px;
    height: 20px;
    background: url(../img/icon/header_ico.png) no-repeat -19px 0 #fff;
    border: none;
    outline: none;
    cursor: pointer!important
}

.top-search:hover {
    background-position: -20px -20px
}

.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    /*overflow: visible; /* ### */
}

.header-right {
    position: relative;
    height: 100%;
    width: 215px
}

.top-phone {
    font-weight: 300;
    font-size: 1.28em;
    text-decoration: none;
    color: #191919;
    line-height: 58px;
    letter-spacing: -.7px
}

.footer-phone {
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #191919;
    line-height: normal;
    letter-spacing: -.7px;
    margin-right: 15px;
}



.lang {
    position: absolute;
    top: 0;
    right: 0
}

.lang>a {
    font-size: .78em;
    text-transform: uppercase;
    color: #8d8d8d;
    font-weight: 600;
    padding-top: 3px;
    display: inline-block;
    text-decoration: none;
    border-top: 2px solid transparent
}

.lang>a:hover {
    color: #0062ad
}

.lang>a+a {
    margin-left: 3px
}

.lang>.selected {
    color: #000;
    border-top-color: #ef4225
}

#section_1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    min-width: 320px;
    min-height: 480px;
}

.idx-about {
    max-width: 940px;
    min-width: 300px;
    padding: 0 10px;
    margin: 0 auto
}

.idx-about>.main-title {
    margin-bottom: 0
}

.idx-about-left {
    margin-top: 21px
}

.idx-about .main-btn {
    display: block;
    width: 158px;
    margin-top: 16px
}

.idx-about-year {
    display: block;
    font-size: 3.57em
}

.idx-about-year-txt {
    display: block;
    margin-bottom: 4px;
    font-weight: 300;
    font-size: 1.14em;
    color: #191919
}

.idx-about-hours_content-txt {
    font-size: 2.84em;
    position: relative;
    top: 17px;
}

.idx-about-link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    margin-top: 22px
}

.idx-about-link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/about_link.png) no-repeat 0 -14px;
    width: 8px;
    height: 13px;
    margin-left: 8px
}

.idx-about-link:hover {
    color: #0062ad
}

.idx-about-link:hover::after {
    background-position: 0 0
}

.idx-about-txt {
    margin: 0 0 5px;
    font-weight: 300;
    line-height: 28px;
    font-size: 1.14em
}

.idx-about-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    width: 200px
}

.idx-about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.idx-about-row+.idx-about-row {
    margin-top: 35px
}

.idx-part {
    max-width: 940px;
    min-width: 320px;
    padding: 0 10px 20px;
    margin: 0 auto
}

.idx-part .main-btn {
    width: 138px
}

.idx-part-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 58px;
    max-width: 745px;
    min-width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.idx-part-itm {
    padding-left: 10px;
    max-width: 149px
}

.idx-part-itm+.idx-part-itm {
    margin-left: 10px
}

.idx-part-list img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .3s
}

.idx-part-itm:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.idx-part-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#section_3 .fp-tableCell {
    background: #121212
}

.idx-projects {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 80px;
    position: relative;
    background: #121212;
    width: 100%;
    color: #fff
}

.idx-projects>.inner {
    width: auto;
    max-width: 100%
}

.idx-projects .centre-title {
    margin-top: 0
}

.idx-projects-list {
    text-align: center;
    list-style: none;
    margin: 0 auto;
    max-width: 1261px;
    min-width: 320px;
    padding: 0 10px
}

.idx-projects-itm {
    position: relative;
    display: inline-block;
    width: 300px;
    max-height: 253px;
    margin: 0 0 0 16px;
    text-align: left
}

.idx-projects-itm:nth-child(n+5) {
    margin-top: 35px
}

.idx-projects-itm:nth-child(4n+1) {
    margin-left: 0
}

.idx-projects-lb {
    position: absolute;
    width: 110px;
    text-align: center;
    top: 0;
    right: 0;
    background: #1678c4;
    color: #fff;
    font-size: .71em;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 100
}

.idx-projects-lb::after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #1678c4;
    border-right: 6px solid #1678c4;
    left: -12px;
    top: 0
}

.idx-projects-lb::before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-right: 6px solid #1678c4;
    border-bottom: 6px solid #1678c4;
    left: -12px;
    bottom: 0
}

.idx-projects-itm:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.idx-projects-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 225px;
    display: block
}

.idx-projects-img>img {
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    -o-transition: transform .9s ease, -o-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease, -o-transform .9s ease;
    max-width: 100%;
    max-height: 100%;
    height: 100%
}

.idx-projects-title {
    font-weight: 300;
    font-size: 1.42em;
    margin-top: 2px;
    margin-bottom: 0;
    text-decoration: none;
    color: #fff
}

.idx-projects-title:hover {
    color: #e19f00
}

.idx-projects-downl {
    z-index: 10;
    top: 70px;
    right: 20px;
    position: absolute;
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.28em;
    background: #df391c;
    text-align: center
}

.idx-projects-downl::before {
    content: '';
    display: block;
    background: url(../img/icon/downl.png) no-repeat;
    width: 19px;
    height: 18px;
    margin: 18px auto 3px
}

.idx-projects-downl:hover {
    color: #fff;
    background: #e4573e
}

.idx-projects-itm:hover .idx-projects-hov {
    opacity: 1
}

.idx-projects-hov {
    z-index: 10;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: rgba(45, 45, 45, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.14em;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.idx-projects-hov>a {
    color: #fff;
    text-decoration: none;
    display: block
}

.idx-projects-hov .idx-projects-trailer {
    color: #e19f00;
    margin-top: 22px
}

.idx-projects-trailer::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/play_ico.png) no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 8px
}

.idx-projects-bot {
    margin-top: 33px;
    text-align: center;
    color: #fff
}

.idx-projects-bot>a {
    color: #fff;
    width: 218px
}

.idx-projects-bot>a+a {
    margin-left: 16px
}

.idx-projects-bot>a.main-btn:hover {
    color: #e19f00
}

.idx-projects-info {
    display: block;
    width: 590px;
    margin: 0 auto 35px;
    font-size: 1.14em;
    line-height: 28px;
    text-align: center
}

.idx-projects-info>p {
    color: #fff
}

.idx-news {
    max-width: 795px;
    min-width: 280px;
    padding: 20px 20px 0;
    margin: 0 auto
}

.news-list-img {
    display: block;
    width: 253px;
    border: 1px solid #eaeaea
}

.news-list-img>img {
    display: block;
    width: 100%;
    height: 100%
}

.page_news {
    margin-top: 80px!important
}

.page_corp-info {
    margin-top: 80px!important
}

.page_corp-info .file-list li {
    margin-bottom: 10px;
}

.news_result {
    margin-top: 30px
}

.news-list-itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-list-itm.showanime {
    opacity: 0
}

.news-list-itm+.news-list-itm {
    margin-top: 34px
}

.news-list-img {
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-list-info {
    width: 515px
}

.idx-news-date {
    color: #787d82;
    font-weight: 300
}

.idx-news-source-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #517FA4;
    padding-left: 10px;
}

.idx-news-title {
    margin: 3px 0 0;
    font-size: 1.42em;
    line-height: 30px
}

.idx-news-title::after {
    content: '';
    display: block;
    width: 220px;
    height: 1px;
    background: #e5e5e5;
    margin-top: 8px
}

.idx-news-title>a {
    text-decoration: none;
    color: #191919;
    font-weight: 400
}

.idx-news-title>a:hover {
    color: #f03c28
}

.idx-news-txt {
    margin: 5px 0 0;
    line-height: 28px;
    font-size: 1.14em;
    font-weight: 300
}

.idx-news-more {
    display: inline-block;
    color: #0062ad;
    font-weight: 400;
    text-decoration: none
}

.idx-news-more::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 3px solid transparent;
    border-left: 3px solid #0062ad;
    margin-top: -1px;
    margin-left: 6px
}

.idx-news-more:hover {
    color: #e19f00
}

.idx-news-more:hover::after {
    border-left-color: #e19f00
}

.idx-news-bot {
    margin-top: 40px
}

.idx-news-bot>.main-btn {
    max-width: 158px;
    margin-right: 14px;
    min-width: 140px
}

.idx-news-bot>.red-btn {
    width: 278px;
    letter-spacing: 1px
}

.idx-news-bot>.red-btn::before {
    margin-top: -6px;
    background-image: url(../img/icon/msg_ico.png);
    width: 19px;
    height: 19px;
    margin-right: 14px
}

.page_index #section_5 {
    position: relative
}

.idx-cont-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.idx-contacts {
    padding-right: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 68px;
    padding-bottom: 77px
}

.idx-cont-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 90px
}

.idx-cont-inner::after {
    content: '';
    left: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff
}

#section_5 {
    position: relative
}

#section_5 .fp-tableCell {
    line-height: 0;
}

#section_5 .fp-tableCell .idx-cont {
    line-height: initial;
}

.idx-cont {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #f4f3ef;
    display: flex;
    align-items: center;
    height: inherit
}

.idx-adr-small {
    font-weight: 400
}

.idx-cont-map {
    text-transform: lowercase;
    font-weight: 300!important;
    text-decoration: none;
    color: #ef3d1e
}

.idx-cont-map::before {
    content: '';
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/map_small_point.png) no-repeat;
    width: 10px;
    height: 13px;
    margin-right: 2px;
    margin-left: 11px
}

.idx-cont-map:hover {
    color: #e19f00
}

.idx-cont-adr {
    margin-top: 35px;
    color: #191919
}

.idx-adr-big {
    margin-bottom: 7px;
    font-size: 1.71em
}

.idx-adr-small,
.idx-adr-numb {
    font-size: 1.26em
}

.idx-adr-numb {
    margin-top: 27px
}

.idx-adr-numb>a {
    color: #0062ad
}

.idx-cont-phone {
    display: block;
    font-weight: 300;
    text-decoration: none;
    color: #191919;
    margin-bottom: 10px
}

.idx-adr-vack-ico {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    background: url(../img/icon/vacanc_ico.png) no-repeat;
    width: 16px;
    height: 18px
}

.idx-adr-line {
    height: 1px;
    background: #dbdad7;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    border: 0
}

.show-all-vac {
    display: none;
    width: 220px;
    margin-top: 30px
}

.idx-vac-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px
}

.idx-vac-top .more-link {
    font-size: 1.14em
}

.idx-vac-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 720px
}

.idx-vac-itm {
    display: inline-block;
    vertical-align: top;
    width: 44.45%;
    line-height: 24px;
    margin-left: 10%;
    margin-top: 45px;
    height: 91px
}

.idx-vac-itm:nth-child(2n+1) {
    margin-left: 0
}

.idx-vac-title {
    color: #000;
    font-weight: 400!important;
    font-size: 1.28em;
    margin: 0 0 9px
}

.idx-vac-phone,
.idx-vac-mail {
    display: block;
    font-weight: 300;
    font-size: 1.14em
}

.idx-vac-mail {
    color: #0062ad
}

.idx-vac-phone {
    margin-bottom: 10px
}

.idx-feedback {
    position: relative;
    z-index: 15;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 68px 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 440px;
    min-width: 320px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff
}

.idx-feedback::after {
    content: '';
    position: absolute;
    height: 1000px;
    background: #fff;
    width: 100000px;
    top: 100%;
    left: 0
}

.idx-feedback::before {
    content: '';
    position: absolute;
    height: 1000px;
    background: #fff;
    width: 100000px;
    bottom: 100%;
    left: 0
}

.idx-feedback form {
    width: 320px
}

.idx-feedback .inp-txt,
.idx-feedback .inp-file {
    margin-top: 28px
}

.inp-textarea {
    margin-top: 21px
}

.idx-feedback .form-btn {
    margin-top: 29px
}

.idx-feedback-title {
    font-weight: 400;
    font-size: 2.14em;
    margin-bottom: 50px
}

.idx-feedback-top {
    width: 100%;
    height: 42px;
    background: #eee;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.idx-feedback-top>a {
    display: block;
    width: 53%;
    text-align: center;
    font-weight: 400;
    float: left;
    height: 100%;
    line-height: 42px;
    text-transform: uppercase;
    font-size: .82em
}

.idx-feedback-top>a:first-child {
    width: 47%
}

.select-form {
    background: #000;
    color: #fff!important
}

.idx-feedback-resume {
    color: #2d2d2d
}

.inp-lab {
    display: block;
    color: #787d82;
    text-transform: uppercase;
    font-size: .85em;
    margin-bottom: 7px
}

.inp-txt>input,
.inp-txt>textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3ef;
    border: 1px solid #e0e0e0;
    outline: none;
    height: 40px;
    width: 100%;
    padding: 0 0 0 8px;
    color: #191919;
    font-size: 1.14em
}

.inp-txt>textarea {
    padding-top: 5px;
    height: 167px;
    resize: none
}

.inp-file>.inp-lab {
    margin-bottom: 15px
}

.inp-file>input {
    display: none
}

.inp-file>label {
    width: 178px;
    cursor: pointer
}

.inp-file-size {
    margin-left: 9px
}

.form-btn {
    width: 250px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #191919;
    text-transform: uppercase;
    outline: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffa912;
    font-weight: 400
}

.form-btn:hover {
    background: #ffb635
}

.page_footer {
    z-index: 20;
    position: absolute;
    bottom: -1px;
    background: #000;
    width: 100%;
    height: 50px
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 740px; */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 940px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-left_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 740px; */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-left_comp {
    min-width: 200px;
}

.nowrap {
    white-space: nowrap;
}

.foot-logo {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle
}

.foot-logo>img {
    display: block;
    margin-top: -6px
}

.page_footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width: 1260px;
    min-width: 300px;
    padding: 0 10px;
    margin: 0 auto;
    color: #bababa
}

.page_footer-inner a {
    color: #bababa;
    font-weight: 400
}

.page_footer-inner a:hover {
    color: #e19f00
}

.foot-16 {
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon/16.png) no-repeat;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    padding-right: 10px
}

.foot-social {
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon/social.png) no-repeat
}

.foot-social.fb {
    background-position: 0 0;
    width: 8px;
    height: 16px
}

.foot-social.vk {
    background-position: -14px 0;
    width: 18px;
    height: 16px;
    margin-top: 2px
}

.foot-social.yt {
    background-position: -37px 0;
    width: 18px;
    height: 17px
}

.foot-social.in {
    background-position: -59px 0;
    width: 13px;
    height: 17px
}

.foot-social.tw {
    background-position: -76px 0;
    width: 16px;
    height: 17px
}

.foot-social.fb:hover {
    background-position: 0 -17px
}

.foot-social.vk:hover {
    background-position: -14px -17px
}

.foot-social.yt:hover {
    background-position: -37px -17px
}

.foot-social.in:hover {
    background-position: -59px -17px
}

.foot-social.tw:hover {
    background-position: -76px -17px
}

.foot-social+.foot-social {
    margin-left: 10px
}

.header-socials {
    position: relative;
    top: 0px; /*top: 20px*/
    margin-left: 30px;
}




/**/

.head-social {
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon/social.png) no-repeat
}

.head-social.fb {
    background-position: 0 -34px;
    width: 8px;
    height: 16px
}

.head-social.vk {
    background-position: -14px -34px;
    width: 18px;
    height: 16px;
    margin-top: 2px
}

.head-social.yt {
    background-position: -36px -34px;
    width: 19px;
    height: 17px
}

.head-social.in {
    background-position: -58px -34px;
    width: 14px;
    height: 17px
}

.head-social.tw {
    background-position: -76px -34px;
    width: 16px;
    height: 17px
}

.head-social.fb:hover {
    background-position: 0 -17px
}

.head-social.vk:hover {
    background-position: -14px -17px
}

.head-social.yt:hover {
    background-position: -36px -17px
}

.head-social.in:hover {
    background-position: -58px -17px
}

.head-social.tw:hover {
    background-position: -76px -17px
}

/**/




.head-social+.head-social {
    margin-left: 10px
}

.idx-banner-wrap {
    position: relative;
    height: inherit;
    overflow: hidden;
    min-width: 980px
}

.idx-banner-wrap .bx-wrapper {
    height: inherit;
    margin: 0 auto
}

.idx-banner-wrap .bx-wrapper .bx-pager {
    top: 25px;
    padding-top: 0;
    bottom: auto
}

.idx-banner-wrap .bx-wrapper .bx-viewport {
    height: inherit;
    border-top: 0
}

.idx-banner-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 12px
}

.idx-banner-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f03c28
}

.idx-banner-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.idx-banner-wrap .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    opacity: .2
}

.idx-banner {
    height: inherit;
    color: #fff
}

.idx-banner-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 768px
}

.idx-banner-slider {
    position: relative;
    height: 100%;
    min-width: 320px
}

.idx-banner-back.idx-banner-animation-start {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.idx-banner-front.idx-banner-animation-start {
    -webkit-transform: translate(0, 1%);
    -ms-transform: translate(0, 1%);
    -o-transform: translate(0, 1%);
    transform: translate(0, 1%)
}

.idx-banner-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-transition: -webkit-transform 7s
}

.idx-banner-front {
    position: absolute;
    bottom: -150px;
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s;
    transition: -webkit-transform 7s;
    -o-transition: transform 7s, -o-transform 7s;
    transition: transform 7s;
    transition: transform 7s, -webkit-transform 7s, -o-transform 7s;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto 100%;
    height: 108%;
    min-height: 89%;
    min-width: 350px
}

.idx-banner-bg::before,
.idx-banner-bg::after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 50
}

.idx-banner-bg::after {
    bottom: 0;
    height: 460px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent)
}

.idx-banner-bg::before {
    height: 170px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.idx-banner-info {
    color: #fff;
    position: absolute;
    bottom: 40px;
    max-width: 580px;
    margin-bottom: 100px;
    min-width: 300px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 100
}

.idx-banner-txt {
    font-size: 1.14em;
    line-height: 28px
}

.idx-banner-txt>a {
    color: #fff
}

.idx-banner-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 5.14em;
    font-weight: 300;
    text-align: center
}

.idx-banner-title>a {
    color: #fff
}

.idx-banner-title::after {
    content: '';
    display: block;
    height: 2px;
    width: 120px;
    margin: 14px auto 0;
    background: #fff
}

.idx-banner-bot {
    margin-top: 20px
}

.idx-banner-bot span {
    font-weight: 300
}

.idx-banner-bot>a {
    width: 137px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.idx-banner-bot>a:hover {
    color: #ffc71e
}

#section_1 {
    position: relative;
    min-height: 768px
}

#section_1 .fp-slidesNav ul li a span {
    width: 7px;
    height: 7px;
    background: #fff;
    margin: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#section_1 .fp-slidesNav ul li a.active span {
    background: #000
}

#section_1 .fp-slidesNav ul li a span:hover {
    background: #df391c!important
}

#section_1 .fp-slidesNav.top {
    top: 25px;
    z-index: 70
}

.bx-wrapper img {
    max-height: 100%;
    margin: 0 auto
}

.idx-banner-more {
    margin-left: 8px;
    padding-left: 13px;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.idx-banner-play::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/trail_ico.png) no-repeat 0 -23px;
    width: 19px;
    height: 22px;
    margin-right: 12px;
    margin-top: -3px
}

.idx-banner-play:hover::before {
    background-position: 0 0
}

.idx-banner-bot>a {
    display: inline-block;
    height: 53px;
    line-height: 53px
}

.project-slider .slick-prev,
.project-slider .slick-next,
.fp-controlArrow {
    background: url(../img/icon/slider_arrows.png) no-repeat!important;
    border: 0;
    height: 72px;
    width: 40px!important;
    bottom: 158px;
    top: auto;
    opacity: 1;
    background: transparent;
    z-index: 100
}

.project-slider .slick-prev,
.fp-controlArrow.fp-prev {
    background-position: 0 0!important;
    left: 20%
}

.project-slider .slick-next,
.fp-controlArrow.fp-next {
    background-position: -43px 0!important;
    right: 20%
}

.project-slider .slick-next {
    right: 3%
}

.project-slider .slick-prev {
    left: 3%
}

.project-slider .slick-disabled {
    display: none!important
}

.project-slider .slick-next,
.project-slider .slick-prev {
    top: 50%
}

.project-slider .slick-prev:before,
.project-slider .slick-next:before {
    display: none
}

.project-slider .slick-prev:hover,
.project-slider .slick-next:hover,
.fp-controlArrow:hover {
    opacity: 1
}

.idx-banner-video {
    position: absolute;
    width: 100%;
    height: inherit!important;
    max-height: 919px;
    left: 0;
    top: 0;
    background: #000;
    z-index: 180
}

.video-js, .mejs__layer {
    width: 100%!important;
    height: 100%!important
}

.mejs__container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.idx-banner-video-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.idx-slider-next {
    position: absolute;
    width: 66px;
    height: 26px;
    background: #fff url(../img/icon/arrow_dwn.png) no-repeat center;
    bottom: -2px;
    z-index: 100;
    left: 50%;
    margin-left: -28px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.team-list {
    margin-top: 20px
}

.idx-banner-year {
    position: absolute;
    right: 45px;
    top: 20px;
    background: url(../img/icon/slider_year.png) no-repeat;
    width: 199px;
    height: 60px;
    z-index: 80
}

.idx-banner-year:hover {
    background-position: 0 -62px
}

.map-wrap {
    padding-top: 0!important
}

.vac-map {
    margin-bottom: 50px
}

.vac-map .map-wrap {
    padding-top: 0!important;
    margin-bottom: 38px
}

.vac-map .idx-feedback::before {
    display: none
}

.idx-banner-video-inner video {
    /*min-width:100%!important;min-height:100%!important;width:auto!important;height:auto!important*/
}

.vac-map .close-map {
    top: 0
}

.vac-map .idx-feedback,
.vac-map .idx-cont-inner::after {
    border-top: 1px solid #f4f3ef
}

.vac-map .idx-contacts {
    padding-bottom: 115px
}

.map-wrap {
    position: relative;
    top: 6px;
    height: 875px
}

.close-map,
.close-btn,
.close-video {
    z-index: 100;
    top: 0;
    right: 0;
    background: #fff;
    position: absolute;
    width: 75px;
    height: 75px
}

.close-video {
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: transparent
}

.close-video::after {
    opacity: .5!important;
    background-size: contain
}

.close-map::after,
.close-btn::after,
.close-video::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    background: url(../img/icon/close.png) no-repeat center;
    opacity: .2;
    cursor: pointer
}

.close-video::after {
    background: url(../img/icon/close_video.png) no-repeat center
}

.idx-banner-video-inner .video-js .vjs-big-play-button {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding: 0;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.idx-banner-video-inner .video-js .vjs-big-play-button:before {
    display: table-cell;
    position: relative;
    width: 140px;
    height: 140px;
    text-align: center;
    vertical-align: middle
}

.close-map:hover::after,
.close-btn:hover::after,
.close-video:hover::after {
    opacity: 1
}

.idx-feedback .close-btn {
    display: none
}

.form-body {
    display: none
}

.open-form {
    display: block
}

.inp-select-list {
    display: none;
    padding: 0;
    margin: 0;
    background: #fff
}

.inp-select-btn {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3ef;
    border: 1px solid #e0e0e0;
    outline: none;
    height: 38px;
    line-height: 36px;
    width: 100%;
    padding: 0 0 0 8px;
    color: #191919;
    font-size: 1em
}

.inp-select-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border: 5px solid transparent;
    border-top: 5px solid #787d82
}

.inp-select {
    position: relative
}

.inp-select-list {
    position: absolute;
    left: 0;
    right: 0;
    list-style: none;
    top: 100%;
    background: #f4f3ef;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #f4f3ef
}

.inp-select-list>li {
    cursor: pointer;
    padding-left: 8px;
    height: 38px;
    line-height: 36px;
    border-bottom: 1px solid #e0e0e0
}

.inp-select {
    margin-top: 20px
}

.footer-right {
    width: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px
}

.footer-right a {
    display: block;
    position: relative
}

.footer-right a+a {
    margin-left: 18px
}

.footer-right a+a::before {
    content: '';
    height: 22px;
    position: absolute;
    width: 1px;
    background: #fff;
    opacity: .2;
    margin: 0 8px;
    left: -17px;
    top: -6px
}

.footer-right img {
    display: block
}

.hide_ {
    display: none
}

.about-banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-attachment: scroll;
    background-size: cover;
    height: 774px;
    color: #fff
}

.about-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2
}

.about-ban-txt-wrap {
    max-width: 920px;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.about-ban-txt {
    position: relative;
    z-index: 5;
    padding: 0 10px;
    max-width: 457px;
    min-width: 300px;
    font-size: 1.42em
}

.about-ban-txt>div {
    line-height: 30px
}

.about-history {
    margin-top: 65px
}

.about-history p a {
    color: #166db1;
    text-decoration: underline
}

.about-history p a:hover {
    color: #ef4222;
    text-decoration: none
}

.about-team {
    margin-top: 75px
}

.about-ban-title {
    font-size: 1.8em;
    margin: 0
}

.about-ban-title:first-letter {
    text-transform: uppercase
}

.about-ban-hr {
    width: 80px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 25px 0 30px
}

.history-txt>p {
    font-size: 1.28em;
    line-height: 30px;
    margin-top: 30px
}

.team-itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #f5f4f7
}

.team-itm+.team-itm {
    margin-top: 16px
}

.team-itm:last-child {
    border-bottom: transparent
}

.team-itm-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.team-itm-img>img {
    width: 100%;
    height: 100%
}

.team-itm-txt {
    -ms-flex-negative: 1;
    margin-left: 20px
}

.team-itm-title {
    font-weight: 400;
    font-size: 1.28em
}

.team-itm-title>span {
    font-size: .8em;
    color: #46464b
}

.team-itm-art {
    font-weight: 300;
    line-height: 24px;
    font-size: 1.14em;
    margin-top: 8px
}

.team-load-btn {
    display: block;
    text-align: center;
    border: 1px solid #d1d1d1;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 378px;
    min-width: 300px;
    height: 48px;
    line-height: 48px
}

.team-load-btn::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/sprites.png) no-repeat -26px -1px;
    width: 14px;
    height: 10px;
    margin-left: 9px
}

.team_sep {
    display: block;
    text-align: center;
    margin: 16px 0 12px;
    color: #a7a7a7;
    font-weight: 300
}

.team-link-wrap {
    text-align: center
}

.team-link::before,
.team-link::after {
    content: '';
    display: inline-block;
    vertical-align: middle
}

.team-link::before {
    background: url(../img/icon/sprites.png) no-repeat -26px -12px;
    width: 17px;
    height: 20px;
    margin-right: 8px
}

.team-link::after {
    border: 3px solid transparent;
    border-left: 3px solid #7f7f7f;
    margin-left: 6px
}

.about-projects {
    max-width: 867px;
    margin: 110px auto 40px
}

.projects-title {
    text-align: center;
    margin: 0 0 12px;
    font-size: 2.14em
}

.about-projects .bx-wrapper .bx-controls-direction a {
    background: url(../img/icon/proj_slider_arr.png) no-repeat 0 0;
    height: 45px;
    width: 23px
}

.about-projects .bx-wrapper .bx-controls-direction a:hover {
    opacity: .3
}

.about-projects .bx-wrapper .bx-next {
    background-position: -24px 0!important;
    right: 0
}

.about-projects .bx-wrapper .bx-prev {
    left: 0
}

.about-projects .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none
}

.about-projects .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 82px
}

.about-projects .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 11px
}

.about-projects .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.about-projects .bx-wrapper img {
    width: 780px
}

.projects-slider>div {
    position: relative
}

.projects-slider>div::after {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, .3) 10%, transparent);
    left: 44px;
    bottom: 0;
    width: 780px;
    height: 120px
}

.about-projects .bx-wrapper {
    margin-bottom: 15px
}

.about-proj-title {
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 22px;
    font-size: 2.14em
}

.projects-txt a {
    color: #166db1
}

.projects-txt>p {
    font-size: 1.28em;
    line-height: 30px
}

.proj-down-wrap {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    -ms-flex-negative: 1;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.proj-down {
    display: inline-block;
    color: #fff!important;
    line-height: normal;
    border-bottom: 1px dotted #fff;
    font-size: 1.4em;
    position: relative
}

.proj-down::before {
    content: '';
    position: absolute;
    background: url(../img/icon/sprites.png) no-repeat -1px -31px;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 8px
}

.about-prize {
    margin-top: 83px
}

.prize-info {
    line-height: 30px;
    font-weight: 300;
    font-size: 1.28em
}

.prize-img {
    width: 125px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.prize-img>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.prize-img+div {
    -ms-flex-negative: 1
}

.prize-list {
    margin-top: 60px;
    margin-bottom: 55px
}

.prize-itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.prize-itm+.prize-itm {
    margin-top: 40px
}

.prize-title {
    margin-top: 8px;
    font-size: 1.28em
}

.prize-txt {
    overflow: hidden
}

.prize-txt>p {
    line-height: 28px;
    font-size: 1.14em
}

.about-partners {
    margin-top: 110px;
    margin-bottom: 115px
}

.about-partn-list {
    margin-top: 45px;
    margin-bottom: 60px
}

.about-partn-list>div {
    width: 17.9%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%
}

.about-partn-list>div>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.about-partn-list>div:nth-child(4n+1) {
    margin-left: 0
}

.about-partn-list>div:nth-child(n+6) {
    margin-top: 45px
}

.partn-load-btn {
    display: block;
    text-align: center;
    border: 1px solid #d1d1d1;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 378px;
    min-width: 300px;
    height: 48px;
    line-height: 48px
}

.inner-projects {
    max-width: 940px;
    min-width: 300px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden
}

.inner-course {
    max-width: 940px;
    min-width: 300px;
    padding: 0 10px;
    margin: 40px auto;
    overflow: hidden;
}

.projects-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 29px
}

.projects-head>.main-title {
    margin: 0 20px 0 0
}

.projects-raid {
    width: 249px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.projects-raid>a {
    display: inline-block;
    height: 35px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    padding-left: 16px;
    font-size: .78em;
    background: #fdfdfd
}

.projects-raid>a:first-child {
    width: 114px;
    margin-right: -1px;
    border-right-color: #d0d0d0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.projects-raid>a:last-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left-color: #d0d0d0
}

.projects-raid>a.selected-menu {
    background-color: #ececec;
    border-color: #d0d0d0
}

.projects-menu>.projects-menu-list {
    max-width: 940px;
    white-space: nowrap
}

.projects-menu {
    position: relative
}

.projects-menu>.projects-menu-list>a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    font-weight: 400
}

.projects-menu>.projects-menu-list>a.selected-menu {
    background: #f73e1b;
    color: #fff
}

.projects-menu-wrapper {
    position: relative;
    opacity: 0
}

.projects-sub-menu-wrapper {
    display: none;
    position: absolute;
    right: 20px;
    top: 180%;
    width: 200px;
    border: 1px solid #dfdfdf;
    background: #ececec;
    z-index: 1000;
    padding: 10px 0;
    border-radius: 3px
}

.projects-sub-menu {
    position: relative
}

.projects-sub-menu>a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    width: 120px;
    border-radius: 2px
}

.projects-sub-menu>a.selected-menu {
    background: #f73e1b;
    color: #fff
}

.projects-menu-btn>div {
    display: none;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ececec;
    top: 33px;
    z-index: 10000000;
    right: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf
}

.projects-sub-menu-empty>span {
    padding: 3px 5px;
    background: #ff3915;
    color: #fff;
    border-radius: 3px
}

.projects-menu-btn {
    position: relative;
    margin-left: 5px;
    width: 21px;
    margin-top: 2px
}

.projects-menu>.projects-menu-list>a.projects-menu-btn {
    display: none
}

.projects-menu-btn>span,
.projects-menu-btn::before,
.projects-menu-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000
}

.projects-menu-btn>span {
    margin: 5px 0
}

.projects-list {
    margin-top: 35px;
    margin-bottom: 65px
}

.projects-animate .projects-list-itm {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.projects-list-itm {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin-left: 2%;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    margin-bottom: 45px
}

.projects-list-itm:nth-child(3n+1) {
    margin-left: 0
}

.projects-list-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 9px
}

.projects-list-img>img {
    display: block;
    width: 100%;
    height: 100%
}

.projects-list-title {
    font-weight: 300;
    font-size: 1.28em
}

.watch_yt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/sprites.png) no-repeat -22px -32px;
    width: 20px;
    height: 15px;
    margin-right: 8px
}

.proj-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 840px;
    margin: 0 auto;
}

.proj-btns .proj-btn {
    width: 200px;
    margin: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #000;
}

.proj-btn.red-btn::before {
    display: none;
}

@media screen and (max-width: 570px) {
    .proj-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .proj-btns .proj-btn {
        width: 100%;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px;
    }
}

.proj-down-wrap_b {
    height: 140px;
    width: 100%;
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 1;
    text-align: center
}

.proj-down-wrap_b-wrapper {
    padding-bottom: 160px
}

.project-img {
    position: relative;
    max-width: 1260px;
    min-width: 320px;
    max-height: 720px;
    margin: 0 auto
}

.project-img>img {
    display: block;
    max-width: 100%;
    /*max-height: 100%*/
    width: 100%;
}

.project-img-info {
    position: absolute;
    bottom: 30px;
    left: 160px
}

.course-img-info {
    position: absolute;
    bottom: 30px;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.project-img-info>a {
    color: #fff;
    font-size: 1.14em;
    margin-left: 32px;
    white-space: nowrap
}

.project-img-info>a::before {
    margin-top: -4px
}

.project-main-title {
    display: inline-block;
    font-size: 2.57em;
    margin: 0;
    color: #fff
}

.project-txt {
    max-width: 980px;
    min-width: 300px;
    margin: 35px auto 0;
    padding: 0 10px 30px;
    border-bottom: 1px solid #ebebeb
}

.project-txt p {
    font-size: 1.14em;
    line-height: 28px;
    color: #191919
}

.project-info-gird table {
    width: 100%;
    margin-top: 25px;
    line-height: 25px
}

.project-info-gird td {
    padding: 9px 0;
    vertical-align: top
}

.project-info-gird td>div+div {
    margin-top: 14px
}

.project-info-gird td>div>span {
    font-weight: 300
}

.project-info-gird td:first-child {
    color: #787d82;
    min-width: 135px;
    font-weight: 300;
    padding-right: 10px
}

.project-info-gird td:last-child {
    padding-left: 15px;
    width: 325px;
    color: #191919
}

.project-info-gird {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-left {
    margin-right: 7%
}

.project-right,
.project-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 45%
}

.project-right td:first-child {
    width: 180px
}

.project-left td:first-child {
    width: 135px
}

.project-actors {
    margin-left: 160px;
    overflow: hidden
}

.d-mw-720 {
    display: none;
}

.d-n-mw-720 {
    display: block;
}

@media screen and (max-width: 720px) {
    .d-mw-720 {
        display: block;
    }

    .d-n-mw-720 {
        display: none;
    }

    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

.ml-0 {
    margin-left: 0px !important;
}

.project-actors-cast {
    color: #787d82;
    min-width: 135px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 19px;
    padding: 9px 10px 9px 0;
}

.project-actors-itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-actors-itm>a {
    font-weight: 400
}

.project-actors-itm+.project-actors-itm {
    margin-top: 16px
}

.project-actors-img {
    display: block;
    width: 35px;
    height: 35px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.project-actors-title {
    color: #00476c
}

.project-actors-title>span {
    display: none;
    color: #787d82
}

.project-actors-show {
    display: inline-block;
    margin-left: 160px;
    margin-top: 23px;
    border-bottom: 1px dotted #c6c6c6
}

.news-show-more {
    margin-top: 72px
}

.pagination {
    text-align: center;
    margin-top: 45px
}

.pagination>span {
    display: inline-block;
    margin-top: 4px;
    color: #858585;
    font-size: 1.14em;
    margin-right: 17px
}

.pagination>a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .92em;
    color: #191919;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-weight: 400
}

.pagination>a:last-child {
    background: url(../img/icon/pagination_arr.png) no-repeat no-repeat center center
}

.pagination>a:hover {
    border-color: #d1d1d1;
    color: #f03918
}

.pagination>a.selected {
    background: #f03918;
    color: #fff
}

.news-subscribe-wrapper {
    padding: 0 10px;
    margin: 0 auto
}

.news-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    margin: 103px auto 92px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-left: 2px solid #ef3d1e;
    max-width: 940px;
    min-width: 300px;
    padding: 35px 10px 38px
}

.subscribe-title {
    font-size: 1.71em;
    font-weight: 300;
    line-height: 30px;
    color: #191919;
    margin-right: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.subscribe-title img {
    width: 101px
}

.subscribe-inp {
    display: inline-block
}

.subscribe-inp>label {
    display: block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #787d82;
    font-size: .85em;
    margin-bottom: 10px
}

.subscribe-inp>input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 221px;
    min-width: 130px;
    height: 34px;
    border: 1px solid #dedede;
    border-top-color: #bdbdbd;
    border-bottom-color: #f4f4f4;
    padding-left: 8px;
    -webkit-box-shadow: inset 0 2px 2px 0 #dedede;
    box-shadow: inset 0 2px 2px 0 #dedede
}

.subscribe-btn {
    text-transform: uppercase;
    color: #fff;
    background: #ef3d1e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 190px;
    min-width: 110px;
    height: 34px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none
}

.subscribe-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    width: 14px;
    height: 13px;
    background: url(../img/icon/sprites.png) no-repeat -44px -1px
}

.news-detailed {
    padding-top: 45px
}

.back-btn {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    width: 144px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #bbbec0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 400
}

.back-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/sprites.png) no-repeat -60px -1px;
    width: 8px;
    height: 15px;
    margin-right: 15px
}

.back-btn:hover {
    color: #fff
}

.news-date {
    font-size: .92em;
    font-weight: 300;
    color: #787d82
}

.news-title {
    font-size: 2.14em;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 27px
}

.person-detailed-name {
    margin-bottom: 0;
    line-height: 30px;
}

.person-detailed-position {
    margin-top: 10px;
}

.person-detailed-photo {
    float: left;
    margin-right: 20px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.person-detailed-info {
    padding-left: 320px;
}

@media screen and (max-width: 767.98px) {
    .person-detailed-photo {
        float: none;
        margin: 0 auto;
    }

    .person-detailed-name,
    .person-detailed-position {
        text-align: center;
    }

    .person-detailed-info {
        padding-left: 0;
    }

    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

.news-detailed-text p {
    line-height: 30px;
    font-size: 18px;
    color: #191919
}

.news-detailed-text img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
}

.news-detailed-text a>img {
    display: inline-block;
    vertical-align: middle
}

.news-detailed-text a {
    color: #166db1
}

.news-detailed-text a:hover {
    color: #ef4222
}

.news-detailed-text blockquote {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ece1b4;
    background: #fff9e0;
    margin: 20px 0 25px;
    padding: 24px 34px 27px
}

.news-detailed-text blockquote div {
    max-width: 590px
}

.news-detailed-text blockquote img {
    flex-shrink: 0;
    display: block;
    border-radius: 50%;
    max-height: 100%
}

.news-detailed-text blockquote div+img,
.news-detailed-text blockquote img+div {
    margin-left: 15px
}

.news-detailed-text blockquote p {
    font-weight: 400
}

img+span {
    display: block;
    color: #787d82;
    font-size: 13px;
    margin-top: 3px;
    line-height: 20px
}

.news-detailed-text b,
.news-detailed-text strong {
    font-weight: 400
}

.news-detailed-text ul {
    padding: 0;
    list-style: none;
    margin: 20px 0
}

.news-detailed-text ol {
    padding: 0;
    margin: 20px 0;
    padding-left: 15px
}

.news-detailed-text li {
    font-weight: 300;
    margin: 0
}

.news-detailed-text li>ul,
.news-detailed-text li>ol {
    padding-left: 15px;
    margin: 10px 0 20px
}

.news-detailed-text ul li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ef3f1f;
    margin-right: 12px;
    margin-top: -2px
}

.news-detailed-text li+li {
    margin-top: 17px
}

.news-detailed-text table {
    width: 100%;
    margin: 15px 0
}

.news-detailed-text td {
    border: 1px solid #a9a9a9;
    padding: 5px 0 5px 10px
}

.info_quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.info_quote-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 44px;
    width: 91px;
    height: 91px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.info_quote-img+div {
    -ms-flex-negative: 1
}

.info_quote-img>img {
    width: 100%;
    height: 100%;
    display: block
}

blockquote span:first-child {
    display: block;
    font-weight: 400;
    font-size: 1.28em;
    line-height: 28px;
    min-height: 66px;
    margin-bottom: 6px
}

blockquote span:last-child {
    font-weight: 300
}

.news-watch {
    margin-top: 35px;
    text-align: center;
    font-size: 1.28em;
    line-height: 30px;
    font-weight: 300
}

.news-watch-links {
    margin-top: 22px
}

.news-watch-links>a {
    display: inline-block;
    color: #166db1;
    font-weight: 400
}

.news-watch-links>a:hover {
    color: #ef4222
}

.watch_site::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/sprites.png) no-repeat -44px -17px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 8px
}

.social-likes {
    font-size: 0;
    margin: 75px 0 0;
    list-style: none;
    padding: 0;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.social-likes>div {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 0;
    cursor: pointer;
    -webkit-transition-property: color, background-color, opacity, border;
    -o-transition-property: color, background-color, opacity, border;
    transition-property: color, background-color, opacity, border;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.social-likes>div+div {
    border-left: 1px solid #e9e9e9
}

.social-likes>div:hover {
    background: #f9f9f9;
    color: #f03c28
}

.social-likes__button::before {
    content: "";
    display: inline-block;
    vertical-align: middle
}

.social-likes__button.social-likes__button_facebook::before {
    background: url(../img/upload/fb.png) no-repeat;
    width: 10px;
    height: 18px;
    margin-right: 10px;
    margin-top: -4px
}

.social-likes__button.social-likes__button_twitter::before {
    background: url(../img/upload/tw.png) no-repeat;
    width: 18px;
    height: 14px;
    margin-right: 8px;
    margin-top: -2px
}

.social-likes__button.social-likes__button_livejournal::before {
    background: url(../img/upload/lj.png) no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 12px
}

.social-likes__button.social-likes__button_vkontakte::before {
    background: url(../img/upload/vk.png) no-repeat;
    width: 18px;
    height: 10px;
    margin-top: -2px;
    margin-right: 10px
}

.news-tags {
    margin-top: 18px;
    color: #787d82
}

.news-tags>a {
    color: #0062ad
}

.news-other {
    margin: 100px 0;
    padding-bottom: 80px
}

.news-other-title {
    position: relative;
    font-weight: 300;
    font-size: 1em;
    text-align: center
}

.news-other-title>span {
    position: relative;
    background: #fff;
    z-index: 5;
    display: block;
    width: 125px;
    margin: 0 auto
}

.news-other-title::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    background: #e5e5e5
}

.news-other-list {
    margin-top: 35px
}

.news-other-itm {
    display: inline-block;
    vertical-align: top;
    width: 226px;
    height: 100px;
    margin-left: 46px
}

.news-other-itm:nth-child(3n+1) {
    margin-left: 0
}

.news-other-itm>.news-date {
    display: block;
    font-size: 14px;
    margin-bottom: 14px
}

.news-other-itm>a {
    font-weight: 400;
    font-size: 16px
}

.vacancies-list {
    margin-bottom: 49px
}

.vacancies-itm {
    margin-top: -1px;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 45px 80px 43px 77px
}

.vacancies-itm+.vacancies-itm {
    border-top: 1px solid #e9e9e9
}

.vacancies-title {
    font-size: 1.57em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 14px
}

.vacancies-info-msg {
    position: absolute;
    right: 15px;
    top: 11px;
    color: #46464b
}

.vacancies-info-msg::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/info_ico.png) no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    margin-top: -2px
}

.vacancies-txt {
    color: #46464b;
    font-size: 1.14em;
    line-height: 24px
}

.vacancies-list-title {
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px
}

.vacancies-req {
    margin: 0;
    padding: 0;
    list-style: none
}

.vacancies-req>li {
    font-weight: 300;
    font-size: 1.14em
}

.vacancies-req>li+li {
    margin-top: 9px
}

.vacancies-req>li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #f73e1b;
    margin-right: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -3px
}

.vacancies-btn {
    margin-top: 30px
}

.vacancies-btn>input {
    display: none;
    cursor: pointer
}

.vacancies-btn label {
    display: block;
    width: 178px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.vacancies-more {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #0062ad;
    color: #0062ad;
    font-weight: 400;
    margin-top: 16px
}

.vacancies-more::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    border: 3px solid transparent;
    border-top: 3px solid #0062ad;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}

.vacancies-more.open_vac::after {
    transform: rotate(180deg);
    top: 7px
}

.vacancies-more:hover {
    border-bottom-color: #f03c28
}

.vacancies-more:hover::after {
    border-top-color: #f03c28
}

.subscribe {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    margin-bottom: 115px
}

.subscribe::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/m_ico.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    margin-right: 18px
}

.vacancies_page {
    margin-top: 40px!important;
    margin-bottom: 30px
}

#find_error .popup-body {
    height: auto
}

.error_page {
    background: #71e438;
    color: #191919;
    height: 100vh
}

.error-code {
    text-align: center;
    font-size: 72px;
    font-weight: 300
}

.error-title {
    margin-top: -4px;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center
}

.error-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #191919;
    margin: 0 auto;
    margin-top: 23px
}

.error-wrap {
    position: relative;
    height: 100%;
    max-height: 98%;
    max-width: 1260px;
    padding: 0 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.error-img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    left: 240px;
    bottom: -10px
}

.error-info {
    bottom: 285px;
    right: 340px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 460px;
    text-align: center
}

.error-txt {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 300
}

.error-txt>a {
    font-weight: 400;
    color: #191919
}

.error-links>a {
    display: block;
    width: 200px;
    height: 45px;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 45px;
    font-weight: 400
}

.error-links>.error-main {
    border: 1px solid #6bc040;
    margin-top: 32px
}

.error-links>.error-back {
    background: #355c22;
    color: #fff;
    margin-top: 20px
}

.error-links>.error-back::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/sprites.png) no-repeat -60px -1px;
    width: 8px;
    height: 15px;
    margin-right: 15px
}

.agreement {
    margin-top: 37px;
    margin-bottom: 150px
}

.agreement div {
    font-weight: 400;
    font-size: 16px
}

.agreement div+div {
    margin-top: 40px
}

.agreement p {
    font-weight: 300;
    font-size: 14px;
    margin-top: 12px;
    line-height: 24px
}

.agreement_info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px
}

.agreement_link {
    font-weight: 300;
    font-size: 16px;
    color: #166db1
}

.agreement_page {
    margin-top: 40px!important
}

.vacancies-wrap {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.open_vac.vacancies-wrap::after {
    display: none
}

.vacancies-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, #fff, #ffffff)
}

.inp-error {
    border: 1px solid #ff2b3c!important
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000
}

.popup-title {
    margin-top: 0
}

.popup-body {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -153px 0 0 -250px;
    background: #fff;
    width: 500px;
    height: 306px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px
}

.popup-body .form-btn {
    margin-top: 20px
}

.static .fp-tableCell {
    height: auto!important;
    min-height: 768px
}

.vac-map .map-wrap,
.static .map-wrap {
    padding-top: 0!important;
    top: -7px
}

.static .page_footer {
    bottom: -43px
}

.static .close-map {
    top: 0
}

.static .news-list {
    padding-bottom: 30px
}

.close-top-menu {
    display: none
}

.popup-close-btn {
    display: block;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .85em;
    text-decoration: none;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    width: 150px;
    margin: 125px auto 0
}

.loading {
    background: url(../img/icon/load.gif) no-repeat center center;
    width: 100%;
    height: 40px;
    padding-top: 50px
}

@media screen and (min-width: 721px) {
    .top-menu ul {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none
    }
    .top-menu div>ul {
        padding-left: 175px
    }
    .top-menu ul>li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 2px solid transparent;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .top-menu ul>li.active {
        border-top-color: #ef4020
    }
    .top-menu ul>li+li {
        margin-left: 17px
    }

    .top-menu ul>li>ul>li {
        margin-left: 0px;
    }

    .top-menu ul>li>a {
        position: relative;
        text-decoration: none;
        font-size: .92em;
        color: #0c0c0c;
        font-weight: 600;
        text-transform: uppercase
    }
    .top-menu ul>li>a:first-letter {
        text-transform: uppercase
    }
    .top-menu ul>li:first-child>a::after {
        display: none;
        content: '';
        position: absolute;
        background: url(../img/icon/menu_angle.png) no-repeat;
        width: 16px;
        height: 8px;
        left: 50%;
        margin-left: -8px;
        bottom: -20px
    }
    .top-menu a:hover {
        color: #0062ad
    }

    ul.top-sub-menu-1, ul.top-sub-menu-2 {
        display: none;
        position: absolute;
        top: 45px;
        left: -10px;
        background: #ffffff;
        padding: 5px 10px 8px 10px;
        z-index: 2;
        box-shadow: 0px 3px 3px 0px #cccccc;
    }

    .top-sub-menu-1>li:nth-child(2), .top-sub-menu-2>li:nth-child(2) {
        border-top: 5px solid transparent
    }






    .top-menu ul>li:nth-child(2)>a, .top-menu ul>li:nth-child(3)>a, .top-menu ul>li:nth-child(2), .top-menu ul>li:nth-child(3) {
        position: relative;
    }
    .top-menu ul>li:nth-child(2)>a:after, .top-menu ul>li:nth-child(3)>a:after{
        display: block;
        content: '';
        position: absolute;
        background: url(../img/icon/arr_d.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 8px;
        margin-left: -8px;
        bottom: 1px;
        right: -12px;
    }



    ul.top-sub-menu-1 a:after, ul.top-sub-menu-2 a:after {
        display: none!important;
    }
    ul.top-sub-menu-1 a, ul.top-sub-menu-2 a {
        text-transform: none!important;
    }
    /*ul.top-sub-menu-1 a:hover, ul.top-sub-menu-2 a:hover {
        font-weight: 700!important;
    }*/
    ul.top-sub-menu-1, ul.top-sub-menu-2 {
        height: auto;
    }
    ul.top-sub-menu-1 {
        width: 65px;
    }
    ul.top-sub-menu-2 {
        width: 130px;
    }
}

@media screen and (max-width: 1280px) {
    .project-slider {
        width: 100%!important
    }
    .top-menu div>ul {
        padding-left: 185px
    }
    .idx-cont-inner,
    .idx-cont-grid {
        position: static
    }
    .idx-feedback {
        position: absolute;
        width: auto
    }
    .idx-cont-inner::after {
        background: transparent
    }
    .idx-feedback .close-btn {
        display: block
    }
    .blue-btn {
        display: block
    }
    .idx-feedback {
        display: none
    }
    .idx-about {
        max-width: 795px;
        min-width: 300px
    }
    .idx-projects-itm:last-child,
    .idx-projects-itm:nth-last-child(2) {
        display: none
    }
    .idx-projects-itm:nth-child(4n+1) {
        margin-left: 16px
    }
    .idx-projects-itm:nth-child(3n+1) {
        margin-left: 0
    }
    .idx-part-itm:last-child {
        display: none
    }
    .vacancies-req>li+li {
        margin-top: 7px
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 1050px) {
    .header-right {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .fp-controlArrow.fp-next {
        right: 12%
    }
    .fp-controlArrow.fp-prev {
        left: 12%
    }
    .top-menu div>ul {
        padding-left: 163px;
        justify-content: center
    }
    .idx-feedback form {
        width: auto
    }
    #section_5::before {
        display: none
    }
    .idx-cont {
        height: inherit
    }
    .projects-menu-btn {
        display: inline-block!important
    }
    .header-right {
        display: none
    }
    .header-left {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .top-menu {
        border-left: 0;
        margin-left: 0;
        padding-left: 0
    }
    .hide_960 {
        display: none
    }
    .idx-projects-itm:nth-child(3n+1) {
        margin-left: 16px!important
    }
    .idx-projects-itm:nth-child(n+3) {
        margin-top: 35px
    }
}

@media screen and (max-width: 800px) {
    .news-other-itm,
    .news-other-itm:nth-child(3n+1) {
        margin-left: 46px
    }
    .news-other-itm {
        width: 46%
    }
    .news-other-itm:nth-child(2n+1) {
        margin-left: 0
    }
    .projects-menu {
        padding-bottom: 20px
    }
    .error-img {
        display: none
    }
    .error-info {
        margin: 0 auto
    }
    .idx-about-right {
        display: none
    }
    .idx-part-wrap {
        display: block
    }
    .idx-part .main-btn {
        width: 172px;
        margin-top: 20px
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (min-width: 640px) and (max-width: 830px) {
    .footer-left_info {
        max-width: 400px;
    }
    .footer-left_info + div {
        max-width: 250px;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 639.98px) {
    .footer-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-left_comp {
        min-width: unset;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 880px) {
    .footer-right {
        display: none
    }
    .footer-left {
        width: 100%
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 720px) {
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
    .projects-sub-menu-wrapper {
        top: 96%
    }
    .close-top-menu {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: Arial, sans-serif;
        font-size: 20px;
        width: 20px;
        text-align: center
    }
    .top-menu {
        top: 0;
        display: none;
        position: fixed;
        width: 70%;
        background: #fff;
        left: -70%;
        z-index: 1000;
        height: 100%;
        -webkit-box-shadow: 210px 0 0 9px rgba(0, 0, 0, .5);
        box-shadow: 210px 0 0 9px rgba(0, 0, 0, .5);
        border-radius: 1px;
    }
    .top-menu ul {
        padding-top: 20px;
        list-style: none
    }
    .top-menu ul>li+li {
        margin-top: 20px
    }
    .top-sub-menu-1>li+li, .top-sub-menu-2>li+li {
        margin-top: 5px!important;
    }
    .top-menu a {
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 700
    }
    .top-menu .pitch:before {
        margin-top: 2px
    }
    .top-menu a::first-letter {
        text-transform: uppercase
    }
    .top-menu-btn {
        display: block
    }
    .project-right,
    .project-left {
        max-width: 100%;
        margin: 0
    }
    .project-main-title {
        display: block;
        font-size: 2rem;
        line-height: 2.1rem;
    }
    .project-img-info {
        left: 0;
        text-align: center;
        width: 100%
    }
    .project-img-info>a {
        margin: 0
    }
    .menu-socials {
        display: list-item!important;
    }
    .top-sub-menu-1 a, .top-sub-menu-2 a {
        font-size: 14px;
        text-transform: none;
        font-weight: 400!important;
    }
    .top-menu a.pitch {
        font-weight: 400!important;
    }
    .top-menu ul>li:nth-child(2)>a, .top-menu ul>li:nth-child(3)>a {
        position: relative;
    }
    .top-menu ul>li:nth-child(2)>a:after, .top-menu ul>li:nth-child(3)>a:after{
        display: block;
        content: '';
        position: absolute;
        background: url(../img/icon/arr_d_b.png) no-repeat;
        background-size: contain;
        /*width: 15px;
        height: 8px;
        margin-left: -8px;
        bottom: 6px;
        right: -22px;*/
        width: 8px;
        height: 5px;
        margin-left: -8px;
        bottom: 8px;
        right: -15px
    }
    .menu-arr-up:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    ul.top-sub-menu-1 a:after, ul.top-sub-menu-2 a:after {
        display: none!important;
    }

    .head-social {
        display: inline-block;
        vertical-align: top;
        background: url(../img/icon/social_new.png) no-repeat;
        background-size: 120px;
    }

    @media screen and (max-width: 600px) {
        .news-list-img {
            width: 100%;
        }
        .news-detailed {
            padding-top: 0px
        }
        .project-main-title {
            font-size: 1.2rem;
            line-height: 1.1rem;
        }
    }

    .head-social.fb {
        background-position: 0 0px;
        width: 9px;
        height: 20px
    }

    .head-social.vk {
        background-position: -27px -6px;
        width: 22px;
        height: 13px;
        margin-top: 6px
    }

    .head-social.yt {
        background-position: -97px -3px;
        width: 23px;
        height: 19px;
        margin-top: 2px;
    }

    .head-social.in {
        background-position: -64px -3px;
        width: 17px;
        height: 17px;
        margin-top: 3px
    }


    .head-social.fb:hover {
        background-position: 0 -20px
    }

    .head-social.vk:hover {
        background-position: -27px -26px
    }

    .head-social.yt:hover {
        background-position: -97px -23px
    }

    .head-social.in:hover {
        background-position: -64px -23px
    }


}


@media screen and (max-width: 650px) {
    .idx-projects-itm {
        display: block!important
    }
    .idx-projects-img>img {
        margin: 0 auto
    }
    .static .fp-tableCell,
    .idx-banner-bg {
        min-height: 0!important
    }
    .page_wrapper {
        padding-top: 45px;
        /*overflow-x: hidden*/
    }
    .about-partn-list>div:nth-child(5n+1),
    .about-partn-list>div {
        margin-left: 8%
    }
    .proj-down::before {
        display: none
    }
    .about-partn-list>div:nth-child(4n+1) {
        margin-left: 0
    }
    .projects-list-itm {
        width: 48%
    }
    .projects-list-itm,
    .projects-list-itm:nth-child(3n+1) {
        margin-left: 3%
    }
    .projects-list-itm:nth-child(2n+1) {
        margin-left: 0
    }
    .news-list-itm {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .news-list-info {
        margin-top: 10px
    }
    .idx-news-title {
        font-size: 1em;
        line-height: 20px
    }
    .idx-news-txt {
        font-size: 1em;
        line-height: 24px
    }
    .idx-news-more {
        margin-left: 0
    }
    .subscribe-title,
    .subscribe-form {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .news-other-itm {
        margin-left: 0!important;
        width: 100%
    }
    .news-other {
        margin-top: 40px
    }
    .vacancies-itm {
        padding-left: 15px;
        padding-right: 15px
    }
    .idx-vac-itm {
        display: block;
        margin-left: 0;
        width: 100%
    }
    .idx-vac-itm:nth-child(n+3) {
        display: none
    }
    .show-all-vac {
        display: block
    }
    .blue-btn {
        top: 30px
    }
    .hide_650 {
        display: none
    }
    .idx-projects-list .idx-projects-itm {
        margin: 0!important
    }
    .idx-projects .bx-wrapper .bx-controls-direction a {
        display: none
    }
    .idx-projects .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff;
        width: 10px;
        height: 10px;
        bottom: auto;
        margin: 0 10px
    }
    .idx-projects .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #f73e1b
    }
    .idx-projects .bx-wrapper {
        padding-top: 23px;
        margin-bottom: 35px
    }
    .idx-projects .bx-wrapper .bx-pager {
        top: 0;
        padding: 0;
        bottom: auto
    }
    .idx-projects .bx-wrapper .bx-viewport {
        background: transparent;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .idx-projects-info {
        display: none
    }
    .idx-projects-title {
        display: block;
        width: 100%;
        text-align: center
    }
    .top-search-inp {
        width: 355px
    }
    .top-search-inp>input {
        width: 90%
    }
    .idx-banner-txt {
        max-width: 420px;
        margin: 0 auto
    }
    .fp-controlArrow.fp-prev {
        left: 4%
    }
    .fp-controlArrow.fp-next {
        right: 4%
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 500px) {
    .project-slider .slick-prev {
        height: 47px!important;
        width: 20px!important;
        background-size: cover!important
    }
    .project-slider .slick-next {
        height: 57px!important;
        width: 29px!important;
        background-size: cover!important
    }
    .hide_500,
    .red-btn::before {
        display: none
    }
    .idx-projects-bot>a {
        width: 135px
    }
    .idx-news-bot>.red-btn {
        width: 135px
    }
    .idx-news-bot>.main-btn {
        margin-right: 8px
    }
    .team-itm {
        align-items: flex-start
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 435px) {
    .hide_435 {
        display: none
    }
    .bx-controls-direction {
        display: none
    }
    .proj-down {
        border-bottom: none
    }
    .about-banner {
        height: 525px
    }
    .projects-list-itm {
        width: 100%;
        margin-left: 0!important
    }
    .news-subscribe {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .subscribe-form {
        margin-top: 20px
    }
    .social-likes>div {
        display: block;
        border: 1px solid #e9e9e9!important
    }
    .social-likes>div+div {
        border-top: 0!important
    }
    .social-likes ul {
        border: 0
    }
    .info_quote {
        display: block
    }
    .info_quote-img {
        margin: 0 auto 20px
    }
    .hide_mob,
    .blue-btn::before {
        display: none
    }
    .idx-cont-inner {
        padding-left: 10px
    }
    .idx-adr-big,
    .idx-adr-small,
    .idx-adr-numb {
        font-size: 1.14em
    }
    .close-btn {
        height: 60px;
        width: 60px
    }
    .idx-adr-small {
        font-size: 1.15em
    }
    .foot-logo {
        margin-right: 10px
    }
    .foot-logo>img {
        margin-top: -4px
    }
    .idx-banner-title {
        font-size: 2.14em;
        margin-bottom: 30px;
        font-weight: 300
    }
    .idx-banner-title::after {
        display: none
    }
    .idx-banner-txt {
        display: none
    }
    .idx-projects-downl {
        top: 5px;
        right: 5px;
        width: 52px;
        height: 52px;
        font-size: 12px
    }
    .idx-projects-downl::before {
        width: 12px;
        height: 12px;
        background-size: contain;
        margin-top: 10px
    }
    .idx-banner-year {
        right: 50%;
        top: 45px;
        margin-right: -115px
    }
    .idx-banner-front {
        height: 110%
    }
    #section_1 .fp-slidesNav.top {
        top: 30px
    }
    .fp-controlArrow.fp-next {
        right: 9%
    }
    .fp-controlArrow.fp-prev {
        left: 9%
    }
    .top-search-inp>input {
        width: 90%
    }
    .idx-vac-mail {
        color: #0062ad
    }
    .idx-vac-title,
    .idx-vac-phone {
        margin-bottom: 0
    }
    .idx-vac-itm {
        height: auto;
        margin-top: 25px
    }
    .show-all-vac {
        margin-top: 20px
    }
    .idx-contacts {
        padding-bottom: 34px;
        padding-top: 38px
    }
    .idx-vac-top {
        margin-top: 25px
    }
    .idx-cont-phone {
        margin-bottom: 0
    }
    .idx-cont-phone+a {
        color: #0062ad
    }
    .idx-adr-big {
        margin-bottom: 16px
    }
    .main-title::after,
    .centre-title::after {
        display: none
    }
    /* .idx-news-txt,
    .idx-news-title::after {
        display: none
    } */
    .team-list .line .team-itm1 {
        width: 50% !important;
    }
    #section_1 {
        height: 525px;
        min-height: 570px
    }
    .idx-about .main-btn {
        position: relative;
        display: inline;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 1em;
        text-decoration: none;
        font-weight: 300;
        height: auto;
        line-height: normal;
        text-transform: none;
        color: #c61f00;
        text-align: left;
        margin-left: 7px
    }
    .idx-about .main-btn::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        border: 3px solid transparent;
        border-left: 3px solid #c61f00;
        margin-top: -1px;
        margin-left: 6px
    }
    .idx-banner-info {
        margin-bottom: 8px
    }
    .fp-controlArrow.fp-next {
        right: 6%;
        background-position: -21px 0!important
    }
    .fp-controlArrow.fp-prev {
        left: 6%
    }
    .fp-controlArrow {
        background-size: 40px 36px!important;
        height: 36px;
        width: 20px!important;
        bottom: 130px
    }
    .idx-projects .bx-wrapper .bx-pager.bx-default-pager a {
        width: 4px;
        height: 4px
    }
    .centre-title {
        margin-bottom: 40px
    }
    .hide_ {
        display: inline
    }
    .idx-banner-more {
        margin-left: 13px;
        padding-left: 17px
    }
    .projects-list {
        margin-top: 0
    }
    .projects-head {
        margin-bottom: 20px
    }
    .idx-feedback {
        height: 100%
    }
    .static .page_footer {
        padding-bottom: -55px
    }
    .idx-cont {
        min-height: 100%;
        height: 100%
    }
    .page_index #section_5 {
        min-height: 630px
    }
    .static .fp-tableCell {
        height: 100%!important;
        min-height: 630px!important
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 375px) {
    .news-list-img {
        width: 100%;
    }
    .inp-txt>textarea {
        height: 100px
    }
    .idx-banner-front {
        height: 107%
    }
    .idx-banner-bg::after {
        height: 170px
    }
    .idx-banner-year {
        top: 33px
    }
    #section_1 .fp-slidesNav.top {
        top: 50px
    }
    #section_1 {
        padding-top: 45px;
        /*max-height: 550px;*/
        min-height: 510px
    }
    .header-top {
        height: 45px
    }
    .idx-about .main-btn {
        margin-left: 0
    }
    .idx-about>.main-title {
        margin-top: 40px
    }
    .idx-projects .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 8px
    }
    .idx-projects-bot {
        display: flex;
        justify-content: space-between
    }
    .idx-projects-bot>a:first-child {
        min-width: 138px;
        flex-grow: 5
    }
    .idx-projects-bot>a:last-child {
        min-width: 128px;
        margin-left: 6px;
        flex-grow: 3
    }
    .idx-news-bot>.main-btn {
        flex-grow: 5
    }
    .idx-news-bot>.red-btn {
        flex-grow: 3;
        flex-shrink: 0
    }
    .idx-projects-bot {
        padding: 0 10px
    }
    .idx-projects-bot {
        margin-top: 57px
    }
    .idx-projects-downl {
        top: 4px
    }
    .idx-projects {
        padding-top: 60px
    }
    #section_3,
    #section_3>.fp-tableCell {
        height: 525px!important
    }
    .idx-news {
        padding-top: 10px
    }
    .news-list-itm+.news-list-itm {
        margin-top: 15px
    }
    .static .news-list {
        padding-bottom: 20px
    }
    .main-title,
    .centre-title {
        font-size: 1.42em
    }
    .idx-news-bot {
        display: flex;
        justify-content: space-between;
        margin-top: 25px
    }
    .blue-btn {
        right: 20px
    }
    .idx-news-bot>.red-btn {
        width: 124px
    }
    .news-list-img {
        width: 124px
    }
    .top-search-inp {
        width: 300px
    }
    .subscribe-btn::before {
        display: none
    }
    .idx-feedback {
        width: 100%;
        padding-top: 0
    }
    .idx-feedback .close-btn {
        top: 10px
    }
    .idx-feedback {
        padding-left: 10px;
        padding-right: 10px
    }
    .idx-feedback .inp-txt,
    .idx-feedback .inp-file {
        margin-top: 10px
    }
    .idx-feedback .form-btn {
        margin-top: 13px
    }
    .idx-feedback-title {
        margin-top: 10px
    }
    .inp-lab {
        margin-bottom: 2px
    }
    .blue-btn {
        padding: 0 21px
    }
    #section_1 .fp-slidesNav ul li a span {
        width: 5px;
        height: 5px
    }
    .hide_375 {
        display: none;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .news-list-img {
        width: 100%;
    }
    .top-search-inp {
        width: 245px
    }
    .blue-btn {
        padding: 0 16px
    }
    .news-detailed {
        padding-top: 0px;
    }
}

.idx-projects-list .slick-dots {
    bottom: auto;
    top: -30px
}

.idx-projects-list .slick-dots li button:before {
    width: 4px;
    height: 4px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%
}

.idx-projects-list .slick-dots li.slick-active button:before {
    background: #f73e1b
}

.project-slider {
    width: 1260px;
    margin: 0 auto;
    margin-top: 16px;
}

.team-list .line {
    clear: both;
}

.team-list .line_2_items {
    text-align: center;
}

.team-list .line .team-itm1 {
    width: 33%;
    text-align: center;
    float: left;
    margin: 0 auto
}
.team-list .line.line_1_item .team-itm1{
    margin: 0;
}
.team-list .line .team-itm2 {
    width: 33%;
    text-align: center;
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.team-list .line.line_1_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-list .line.line2 .team-itm1 {
    width: 25%;
}

.team-list .line .team-itm1 .team-itm-img {
    text-align: center;
    margin: 0 auto
}

.team-list .line .team-itm1 .team-itm-img img {
    margin: 0 auto;
    display: inline-block;
}

.team-list .line .team-itm1 .team-itm-txt {
    margin-left: 0
}

@media (max-width: 668px) {
    .team-list .line .team-itm1 .team-itm-img,
    .team-list .line .team-itm1 .team-itm-img img {
        width: 80px;
        height: 80px;
    }
    .team-list .line .team-itm1 .team-itm-txt .team-itm-title {
        font-size: 16px;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media (max-width: 480px) {
    .team-list .line .team-itm1 .team-itm-img,
    .team-list .line .team-itm1 .team-itm-img img {
        width: 60px;
        height: 60px;
    }
    .team-list .line .team-itm1 .team-itm-txt .team-itm-title {
        font-size: 14px;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 650px) {
    .idx-vac-itm1 {
        height: 770px!important;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 570px) {
    .idx-vac-itm1 {
        height: 970px!important;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-width: 435px) {
    .idx-vac-itm1 {
        height: 400px!important;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

.idx-vac-itm1 {
    width: 95%!important;
}

@media screen and (max-height: 799px) {
    .idx-vac-itm1 {
        height: 200px!important;
    }
    .news-list-img {
        width: 100%;
    }
}

@media screen and (max-height: 799px) and (max-width: 650px) {
    .idx-vac-itm1 {
        height: 300px!important;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (max-height: 799px) and (max-width: 500px) {
    .idx-vac-itm1 {
        height: 400px!important;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px
    }
}

@media screen and (min-height: 800px) and (min-width: 651px) {
    .idx-vac-top {
        margin-top: 5px;
    }
    .idx-contacts {
        padding-top: 168px;
    }
    .news-detailed {
        padding-top: 0px;
    }
}
.foot-icon-phone {
    display: inline-block;
    vertical-align: baseline;
    background: url(../img/icon/phone-icon-footer.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    padding-right: 5px;
}
.top-sub-menu-1, .top-sub-menu-2 {
    display: none;
}
@media screen and (min-width: 721px) and (max-width: 900px) {
    .top-menu-red-text {
        max-width: 47%;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
    .top-menu-red-text {
        max-width: 47%;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px;
    }
}

.top-menu-red-text1 {
    flex-direction: column;
    align-items: baseline!important;
}
.top-menu-red-text1 a:last-child {
    display: block;
    padding-top: 5px;
}

/*.top-menu-red-text1 {
    width: 150px;
}
.top-menu-red-text2 {
    width: 150px;
}*/
/*.header-right {
    width: 135px;
}
.header-socials {
    margin-left: 20px;
}
@media screen and (min-width: 1170px) {
    .top-menu-red-text1 {
        width: auto;
    }
}
@media screen and (min-width: 721px) and (max-width: 860px) {
    .top-menu-red-text1 {
        width: 100px;
    }
    .top-menu-red-text2 {
        width: 100px;
    }
}
.top-menu {
    padding-left: 10px;
}*/
@media screen and (max-width: 720px) {
    .project-right td:first-child {
        width: 135px;
    }
    .project-info-gird .d-mw-720 {
        width: 100%;
    }
    .news-list-img {
        width: 100%;
    }
    .news-detailed {
        padding-top: 0px;
    }
}