@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,cyrillic);
/* ----------------- reset ----------------- */
html {
    font-size: 100%;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    font-family: arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q,
s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, figure, fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
}
address {
    font-style: normal;
}
a {
    cursor: pointer;
}
a:hover, a:active, a:focus {
    outline: none;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    background: #ccc;
    margin: 20px 0;
    padding: 0;
    box-sizing: content-box;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff9;
    color: #000;
}
pre, code, kbd, samp {
    font-family: arial, sans-serif;
    font-size: 100%;
    line-height: 1.4;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol, dd {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
img {
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
label {
    cursor: pointer;
}
legend {
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    line-height: 1.4;
    font-family: arial, sans-serif;
    vertical-align: top;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-transform: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:invalid, textarea:invalid {
    background-color: #e2e1e6;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
::-moz-selection {
    background: #2c76fd;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #2c76fd;
    color: #fff;
    text-shadow: none;
}
/* ----------------- print ----------------- */
@media print {
    @page {
        margin: 0.5cm;
    }
    * {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: arial, sans-serif !important;
    }
    a {
        text-decoration: underline;
    }
    pre, blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
/* ----------------- global ----------------- */
html {
    background: #fff;
}
a {
    text-decoration: underline;
    color: #00918d;
}
a:hover {
    text-decoration: none;
}
.wrapper {
    min-width: 1260px;
    overflow: hidden; 
    position: relative;
}
/* ----------------- header ----------------- */
.header_first {
    padding: 20px 0;
}
.header__inner {
    width: 1260px;
    margin: 0 auto;
}
.header__inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.header__left {
    width: 420px;
    float: left;
    padding: 14px 0 18px 80px;
}
.header__right {
    width: 683px;
    float: left;
    padding: 5px 77px 5px 0;
    text-align: right;
}
.header__logo {
    width: 381px;
    height: 49px;
    display: block;
    background: url(../img/logo.png) no-repeat;
}
.header_first .header__logo {
    background-image: url(../img/logo-first.png);
}
.header__contact {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    margin-right: 40px;
}
.header__order {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #cba675;
    padding: 14px 20px 12px 50px;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cba675;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
.header_first .header__order {
    border-color: #fff;
    color: #fff;
}
.header_first .header__order:before {
    background-position: 0 100%;
}
.header__order:before {
    background: url(../img/order.png) no-repeat;
    left: 21px;
    top: 14px;
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
}
.header__order:hover {
    background: #cba675;
    color: #fff;
    border-color: #cba675;
}
.header__order:hover:before {
    background-position: 0 100%;
}
.header__top {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-family: open sans, sans-serif;
}
.header_first .header__top {
    color: #fff;
}
.header__tel {
    font-family: open sans, sans-serif;
    font-size: 25px;
    line-height: 28px;
}
.header__code {
    font-weight: 300;
    color: #006f78;
}
.header_first .header__code {
    color: #fff;
}
.header__numb {
    font-weight: 700;
    color: #000;
}
.header_first .header__numb {
    color: #fff;
}
.header__mail {
    font-family: open sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #006f78;
}
.header_first .header__mail {
    color: #fff;
}
/* ----------------- header-scroll ----------------- */
.header-scroll {
    top: -200px;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.header-scroll.show {
    opacity: 1;
    top: 0;
}
/* ----------------- nav ----------------- */
.nav {
    background: #00b9cf;
    padding: 8px 0;
}
.nav__inner {
    width: 1260px;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.nav__inner:first-child {
    display: block;
}
.nav__link {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    line-height: 16px;
    font-family: open sans, sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.nav__link:hover, .nav__link_active {
    background: #fff;
    color: #00b9cf;
}
/* ----------------- section-1 ----------------- */
.section-1 {
    height: 810px;
    background: url(../img/section-1.jpg) 50% 0 no-repeat;
}
/* ----------------- first ----------------- */
.first {
    width: 1260px;
    margin: 0 auto;
}
.first:after {
    height: 680px;
    display: inline-block;
    width: 1px;
    vertical-align: middle;
    content: "";
}
.first__left {
    margin: 0 100px 0 100px;
    width: 540px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
}
.first__right {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
}
.first__h {
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    margin: 0 0 40px 35px;
    font-family: open sans, sans-serif;
}
.first__dot {
    background: url(../img/dot-white.gif) 0 90% repeat-x;
    text-decoration: none;
    color: #fff;
}
.first__button {
    display: inline-block;
    margin: 0 0 0 35px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.first__button:hover, .first__button.hover {
    background: #cba675;
    border-color: #cba675;
}
.first__hidden {
    display: none;
}
.first__h-sm {
    text-transform: uppercase;
    margin: 0 0 20px 35px;
    color: #ffcc99;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    font-family: open sans, sans-serif;
}
.first__anc {
    display: inline-block;
    text-decoration: none;
    padding: 8px 20px 8px 35px;
    color: #fff;
    font-weight: bold;
    font-family: open sans, sans-serif;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.first__anc:hover {
    background: rgba(0,0,0,0.2);
    color: #ffcc99;
}
.first__anc:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #ffcc99;
    position: absolute;
    left: 17px;
    top: 17px;
}
.first__place {
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
	bottom: -50px;
	background: url(../img/blank.gif) repeat;
}
/* ----------------- bg-1 ----------------- */
.bg-1 {
    background: url(../img/bg-1.jpg) 50% 100% repeat-x;
}
.bg-1__inner {
    width: 1260px;
    margin: 0 auto;
    padding: 95px 0 225px;
}
/* ----------------- section-2 ----------------- */
.section-2 {
    height: 720px;
    background: url(../img/section-2.jpg) 50% 0 no-repeat;
}
.section-2__inner {
    width: 1260px;
    margin: 0 auto;
    padding: 145px 0 0;
}
/* ----------------- section-3 ----------------- */
.section-3 {
    height: 720px;
    background: url(../img/section-3.jpg) 50% 0 no-repeat;
}
.section-3__inner {
    width: 1260px;
    margin: 0 auto;
    padding: 145px 0 0;
}
/* ----------------- section-4 ----------------- */
.section-4 {
    height: 720px;
    background: url(../img/section-4.jpg) 50% 0 no-repeat;
}
.section-4__inner {
    width: 1260px;
    margin: 0 auto;
    padding: 145px 0 0;
}
/* ----------------- section-5 ----------------- */
.section-5 {
    height: 729px;
    background: url(../img/section-5.jpg) 50% 0 no-repeat;
}
/* ----------------- section-6 ----------------- */
.section-6 {
    height: 700px;
    background: url(../img/section-6.jpg) 50% 0 no-repeat;
}
/* ----------------- product ----------------- */
.product {
    margin-left: 135px;
}
.product__top {
    color: #cba675;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: open sans, sans-serif;
}
.product_bg .product__top {
    color: #ffcc99;
}
.product__h {
    color: #000;
    font-weight: bold;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 40px;
}
.product_bg .product__h {
    color: #fff;
}
.product__cols:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.product__list {
    width: 480px;
    float: left;
    padding-bottom: 40px;
}
.product__li {
    margin-bottom: 10px;
    position: relative;
    color: #000;
    font-family: open sans, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}
.product_bg .product__li {
    color: #fff;
}
.product__li:after {
    content: "";
    background: #006f78;
    width: 7px;
    height: 7px;
    display: block;
    top: 7px;
    left: 0;
    position: absolute;
}
.product_bg .product__li:after {
    background: #cba675;
}
.product__button {
    display: inline-block;
    border: 2px solid #cba675;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: open sans, sans-serif;
    font-weight: bold;
    color: #cba675;
    margin-right: 18px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.product_bg .product__button {
    color: #fff;
    border-color: #fff;
}
.product__button:hover {
    background: #cba675;
    color: #fff;
    border-color: #cba675;
}
/* ----------------- vantage ----------------- */
.vantage {
    padding-top: 115px;
    width: 1260px;
    margin: 0 auto;
}
.vantage {
    padding-top: 65px;
}
.vantage__head {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: open sans, sans-serif;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 20px;
}
.vantage__head-2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: open sans, sans-serif;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 20px;
}
.vantage__block {
    height: 386px;
    width: 1260px;
    position: relative;
    background: url(../img/vantage.png) 390px 0 no-repeat;
}
.vantage__item {
    width: 250px;
    position: absolute;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 21px;
    font-family: open sans, sans-serif;
}
.vantage__item_1 {
    text-align: right;
    left: 130px;
    top: 35px;
}
.vantage__item_2 {
    text-align: right;
    left: 130px;
    top: 175px;
}
.vantage__item_3 {
    text-align: right;
    left: 130px;
    top: 345px;
}
.vantage__item_4 {
    left: 880px;
    top: 25px;
}
.vantage__item_5 {
    top: 170px;
    left: 880px;
}
.vantage__item_6 {
    top: 330px;
    left: 880px;
}
.vantage__val {
    color: #049ba9;
    font-weight: bold;
}
.vantage__item2 {
    width: 310px;
    position: absolute;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-family: open sans, sans-serif;
}
.vantage__item2_1 {
    text-align: right;
    left: 70px;
    top: 45px;
}
.vantage__item2_2 {
    text-align: right;
    left: 70px;
    top: 195px;
}
.vantage__item2_3 {
    text-align: right;
    left: 70px;
    top: 355px;
}
.vantage__item2_4 {
    left: 880px;
    top: 45px;
}
.vantage__item2_5 {
    top: 195px;
    left: 880px;
}
.vantage__item2_6 {
    top: 355px;
    left: 880px;
}
.vantage__it-top {
    color: #ffcc99;
    font-weight: bold;
    text-transform: uppercase;
}
/* ----------------- algorithm ----------------- */
.algorithm {
    width: 1260px;
    margin: 0 auto;
    padding-top: 70px;
}
.algorithm_2 {
    padding-top: 125px;
}
.algorithm__head {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: open sans, sans-serif;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 140px;
    text-transform: uppercase;
}
.algorithm_2 .algorithm__head {
    color: #000;
    margin-bottom: 80px;
}
.algorithm__block {
    background: url(../img/algorithm.png) 75px 100% no-repeat;
    height: 190px;
    position: relative;
}
.algorithm_2 .algorithm__block {
    background: url(../img/algorithm2.png) 75px 100% no-repeat;
    height: 270px;
}
.algorithm__item {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}
.algorithm__item_1 {
    left: 40px;
}
.algorithm__item_2 {
    left: 310px;
}
.algorithm__item_3 {
    left: 570px;
}
.algorithm__item_4 {
    left: 840px;
}
.algorithm__item_5 {
    left: 1110px;
}
.algorithm__item_6 {
    left: 220px;
}
.algorithm__item_7 {
    left: 400px;
}
.algorithm__item_8 {
    left: 580px;
}
.algorithm__item_9 {
    left: 750px;
}
.algorithm__item_10 {
    left: 930px;
}
.algorithm__item_11 {
    left: 1110px;
}
.algorithm__count {
    display: block;
    color: #cba675;
    font-size: 25px;
    line-height: 28px;
    font-weight: 800;
    font-family: open sans, sans-serif;
    margin-bottom: 15px;
}
.algorithm_2 .algorithm__count {
    color: #006f78;
}
.algorithm__title {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-family: open sans, sans-serif;
}
.algorithm_2 .algorithm__title {
    color: #000;
}
.algorithm__start {
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100px;
    left: 45px;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    font-family: open sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
}
.algorithm_2 .algorithm__start {
    color: #000;
}
.algorithm__start:before {
    content: "";
    width: 27px;
    height: 12px;
    background: url(../img/start.png) no-repeat;
    display: block;
    margin: 0 auto 10px;
}
.algorithm__end {
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100px;
    left: 1110px;
    font-size: 13px;
    line-height: 21px;
    font-family: open sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-top: 15px;
}
.algorithm_2 .algorithm__end {
    color: #000;
}
.algorithm__end:before {
    content: "";
    width: 29px;
    height: 32px;
    background: url(../img/finish.png) no-repeat;
    margin: 0 auto 15px;
    display: block;
}
/* ----------------- contact ----------------- */
.contact {
    margin-bottom: 65px;
    padding-top: 40px;
}
.contact__inner {
    width: 1260px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.contact__inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.contact__head {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    font-size: 45px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: open sans, sans-serif;
}
.contact__left {
    width: 520px;
    float: left;
    margin-left: 230px;
}
.contact__right {
    width: 380px;
    float: left;
}
.contact__p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    font-family: open sans, sans-serif;
}
.contact__tel {
    font-weight: bold;
    color: #000;
}
/* ----------------- map ----------------- */
.map {
    height: 500px;
}
/* ----------------- form ----------------- */
.form {
    margin: 0 auto 75px;
    width: 1100px;
}
.form__row {
    margin: 0 0 40px 120px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
}
.form__text {
    border: 2px solid #ecf0f1;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 18px;
    color: #222;
    font-family: open sans, sans-serif;
	background: #fff!important;
}
.form__wrap {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    margin-right: 38px;
    position: relative;
}
.form__p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 30px;
    font-family: open sans, sans-serif;
}
.form__p-bot {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 30px;
    font-family: open sans, sans-serif;
    text-align: center;
}
.form__submit {
    text-align: center;
}
.form__label {
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    right: 2px;
    bottom: 2px;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-family: open sans, sans-serif;
}
.form__button {
    display: inline-block;
    border: 2px solid #cba675;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: open sans, sans-serif;
    font-weight: bold;
    color: #cba675;
    margin-right: 18px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    background: none;
}
.form__button:hover {
    background: #cba675;
    color: #fff;
    border-color: #cba675;
}
.form__ch {
    vertical-align: middle;
}
.form__hidden {
	display: none;
	margin: 0 120px;
}
/* ----------------- checkbox ----------------- */
.checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
}
.checkbox__el {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.checkbox__bg {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ecf0f1;
    background: url(../img/check.png) 0 1000px no-repeat;
}
.checkbox__el:checked + .checkbox__bg {
    background-position: 0 0;
}
/* ----------------- footer ----------------- */
.footer {
    height: 182px;
    background: url(../img/footer.jpg) 50% 0 no-repeat;
}
.footer__inner {
    width: 1100px;
    margin: 0 auto;
    padding-top: 35px;
}
.footer__row {
    margin-bottom: 10px;
}
.footer__row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.footer__col-1 {
    width: 50%;
    float: left;
}
.footer__col-2 {
    width: 50%;
    float: left;
    text-align: right;
}
.footer__col-3 {
    width: 245px;
    float: left;
}
.footer__col-4 {
    width: 325px;
    float: left;
}
.footer__col-5 {
    width: 190px;
    float: left;
}
.footer__p {
    color: #fff;
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.footer__mark {
    color: #ffcc99;
}
.footer .tel {
    font-weight: bold;
}
.footer .email {
    color: #fff;
}
.footer__dev {
    width: 70px;
    height: 11px;
    background: url(../img/dev.png) no-repeat;
    display: inline-block;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.footer__dev:hover {
    border-bottom-color: transparent;
}
/* ----------------- post ----------------- */
.post {
    display: none;
}
/* ----------------- project-1 ----------------- */
.project-1 {
    height: 720px;
    background: url(../img/project-1.jpg) 50% 0 no-repeat;
}
.project-1__inner {
    width: 1260px;
    margin: 0 auto;
    padding-top: 145px;
}
/* ----------------- project-2 ----------------- */
.project-2 {
    height: 720px;
    background: url(../img/project-2.jpg) 50% 0 no-repeat;
}
.project-2__inner {
    width: 1260px;
    margin: 0 auto;
    padding-top: 145px;
}
/* ----------------- project-3 ----------------- */
.project-3 {
    height: 720px;
    background: url(../img/project-3.jpg) 50% 0 no-repeat;
}
.project-3__inner {
    width: 1260px;
    margin: 0 auto;
    padding-top: 145px;
}
/* ----------------- project-4 ----------------- */
.project-4 {
    height: 730px;
    background: url(../img/project-4.jpg) 50% 0 no-repeat;
}
/* ----------------- project-5 ----------------- */
.project-5 {
    height: 740px;
    background: url(../img/project-5.jpg) 50% 0 no-repeat;
}
/* ----------------- project-6 ----------------- */
.project-6 {
    height: 682px;
    background: url(../img/project-6.jpg) 50% 0 no-repeat;
}
/* ----------------- carousel ----------------- */
.carousel {
    width: 1260px;
    margin: 0 auto;
    padding-top: 110px;
}
.carousel__head {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: open sans, sans-serif;
}
.carousel__wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.carousel__block {
    width: 850px;
    overflow: hidden;
    margin: 0 auto;
}
.carousel__list {
    width: 50000px;
}
.carousel__list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.carousel__li {
    float: left;
    margin-right: 110px;
}
.carousel__prev {
    width: 40px;
    height: 40px;
    border: 2px solid #cba675;
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.carousel__prev:before {
    height: 15px;
    width: 9px;
    display: block;
    content: "";
    left: 16px;
    top: 13px;
    position: absolute;
    background: url(../img/prev.png) no-repeat;
}
.carousel__next {
    width: 40px;
    height: 40px;
    border: 2px solid #cba675;
    display: block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.carousel__next:before {
    height: 15px;
    width: 9px;
    display: block;
    content: "";
    left: 16px;
    top: 13px;
    position: absolute;
    background: url(../img/next.png) no-repeat;
}
.carousel__prev:hover, .carousel__next:hover {
    background: #cba675;
}
.carousel__prev:hover:before, .carousel__next:hover:before {
    background-position: 0 100%;
}
/* ----------------- project ----------------- */
.project {
    display: none;
}
/* ----------------- side ----------------- */
.side {
	position: fixed;
	top: 40%;
	right: 7px;
	z-index: 5;
	text-align: right;
	width: 23px;
}
.side__back {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #cba675;
}
.side__anc {
	width: 8px;
	height: 8px;
	border: 4px solid #cba675;
	background: #cba675;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.side__anc:hover {
	background: none;
	border-color: transparent;
	box-shadow: 0 0 0 4px #cba675;
}
.side__anc_active {
	background: none;
}
.side__back-block {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	height: 10px;
}
.side__back {
	position: absolute;
	right: 30px;
	top: 0;
	width: 260px;
}
.side__sep {
	width: 2px;
	background: #cba675;
	height: 32px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 15px;
}
.side__arr {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: #cba675 url(../img/prev-lite.png) 12px 9px no-repeat;
}
.side__arr_2 {
	background-image: url(../img/next-lite.png);
}
.side__title {
	color: #cba675;
	font-size: 11px;
	line-height: 19px;
	text-transform: uppercase;
	position: absolute;
	right: 40px;
	top: -5px;
	display: none;
	white-space: nowrap;
}
.side__part {
	display: none;
}
.side__text {
	display: inline-block;
	vertical-align: middle;
}