@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.otf') format('opentype'), url('../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'ProximaNova-Regular';
    color: #000000;
}
/* HTML5 display-role reset for older browsers */

li {
    list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover {
    text-decoration: none;
}
div, input, textarea {
    box-sizing: border-box;
}
.validation {
    box-shadow: 0 0 10px rgba(255, 0, 0, .1) !important;
    border: 1px solid rgb(255, 0, 0) !important;
}
.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.container:before, .container:after, .cf:before, .cf:after {
    content: "";
    display: table;
}
.container:after, .cf:after {
    clear: both;
}
.container, .cf {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}
.mw {
    min-width: 1000px;
    width: 100%;
}
* {
    box-sizing: border-box;
}
.border {
    border: 1px solid black;
}
.fl {
    float: left;
}
.header {
    height: 109px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 110;
}
.box-1 {
    background: url(../images/bg-box-1.png) center top no-repeat;
    height: 585px;
}
.logo {
    margin-left: 37px;
    margin-top: 8px;
}
.header .row {
    font-size: 14px;
    margin-top: 17px;
}
.header .row-1 {
    margin-left: 17px;
}
.header .row-2 {
    margin-left: 63px;
}
.header .row-3 {
    margin-left: 38px;
    margin-top: 15px;
}
.header .row-3 span {
    display: block;
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
}
a.btn-order__header {
    color: #fff;
    font-size: 13px;
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    width: 156px;
    height: 36px;
    background-color: #FF9B16;
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #FF9B16 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    display: block;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(188, 102, 1, 0.75);
}
.header .row-4 {
    margin-left: 19px;
    margin-top: 16px;
}
.header:after {
    position: absolute;
    height: 1px;
    background: #e0e0e0;
    width: 100%;
    content: "";
    margin-top: 9px;
}
.nav {
    position: relative;
    margin-left: 89px;
    margin-top: 20px;
}
.nav>ul>li {
    float: left;
}
.nav>ul>li>a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: 'ProximaNova-Semibold';
    margin-right: 68px;
    border-bottom: 1px solid #d4d4d4;
    transition: border .4s;
}
.nav>ul>li:last-child>a {
    margin-right: 0;
}
.nav>ul>li>a:hover {
    border-bottom: 0;
}
.box-1 .slogan {
    position: relative;
    background: #fff;
    color: #000;
    font-family: 'ProximaNova-Extrabld';
    font-size: 44px;
    text-align: center;
    width: 925px;
    margin: 100px auto 0;
    padding: 14px 0;
    text-transform: uppercase;
}
.box-1 .comment {
    background: #fff;
    color: #000000;
    font-size: 23px;
    font-family: 'ProximaNova-Extrabld';
    width: 771px;
    margin: 0 auto 0;
    text-transform: uppercase;
    text-align: center;
    height: 34px;
}
.box-play {
    background: url(../images/f1.png);
    width: 553px;
    height: 373px;
    position: absolute;
    margin-top: 72px;
    margin-left: 212px;
}
.box-play__content {
    width: 250px;
    margin-top: 68px;
    margin-left: 1px;
    height: 195px;
}
.play-trigger {
    position: relative;
    margin-left: 100px;
    top: 20px;
    ;
}
a.play-trigger__link {
    display: block;
    background: url(../images/sprites.png);
    width: 55px;
    height: 55px;
    background-position: -1px -1px;
}
.play-text_link {
    position: relative;
    text-align: center;
    margin-top: 35px;
}
.play-text_link a {
    text-decoration: none;
    font-size: 22px;
    font-family: 'ProximaNova-Semibold';
}
.play-text_link a span {
    font-size: 16px;
}
.box-btn__play {
    ;
}
.box-btn__play a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    color: #fff;
    font-size: 14px;
    width: 185px;
    height: 35px;
    background-color: #FF9B16;
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #FF9B16 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    display: block;
    line-height: 35px;
    text-align: center;
    margin: 12px auto 0;
}
.box-2 {
    background: #f4f4f4;
    height: 311px;
}
.box-2 .container {
    padding-top: 102px;
    padding-left: 37px;
}
.box-2 .col {
    float: left;
    text-align: center;
    margin-right: 60px;
}
.box-2 .col:last-child {
    margin-right: 0;
}
.box-2 .col .title {
    font-size: 60px;
    color: #002250;
    font-family: 'ProximaNova-Extrabld';
    position: relative;
}
.box-2 .col .title:after {
    background: url(../images/sprites.png);
    background-position: -1px -69px;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 0;
    top: -6px;
}
.box-2 .col .description {
    color: #000;
    font-size: 16px;
    margin-top: 7px;
}
.box-3 {
    height: 888px;
    background: #fff;
}
.head {
    font-size: 44px;
    font-family: 'ProximaNova-Extrabld';
    text-align: center;
    padding-top: 70px;
    text-transform: uppercase;
}
.head__white {
    color: #fff;
}
.head__black {
    color: #000;
}
.box-3__wrapper {
    position: relative;
    background: url(../images/bg-box-3.png);
    width: 762px;
    height: 606px;
    margin: 56px auto 0;
}
.box-3__wrapper .caption {
    font-size: 20px;
    color: #000;
    font-family: 'ProximaNova-Bold';
    text-align: center;
    width: 260px;
    position: absolute;
}
.c1 {
    margin-left: -67px;
    margin-top: 120px;
}
.c2 {
    margin-left: 261px;
    margin-top: 120px;
}
.c3 {
    margin-left: 570px;
    margin-top: 121px;
}
.c4 {
    margin-top: 350px;
    margin-left: -70px;
}
.c5 {
    margin-left: 576px;
    margin-top: 354px;
}
.c6 {
    margin-top: 609px;
    margin-left: -71px;
}
.c7 {
    margin-top: 605px;
    margin-left: 259px;
}
.c8 {
    margin-left: 581px;
    margin-top: 604px;
}
.box-4 {
    background: url(../images/bg-box-4.jpg) center top no-repeat;
    height: 1109px;
}
.box-4 .comment {
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.box-4 .head {
    margin-top: -6px;
    margin-bottom: 11px;
}
.box-4 .item {
    float: left;
    height: 206px;
    margin-right: 70px;
    margin-right: 50px\9;
    text-align: center;
    width: 140px;
}
.box-4 .item .title {
    color: #fff;
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    margin-top: 6px;
}
.box-4 .item:nth-child(5n+5) {
    margin-right: 0;
}
.list {
    position: relative;
    margin-top: 38px;
    margin-left: 13px;
}
.box-4 .text-bottom {
    text-align: center;
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    color: #fff;
}
.box-5 {
    background: url(../images/bg-box-5.jpg) center top no-repeat;
    height: 678px;
}
.box-5 .box {
    width: 1000px;
    background: #fff;
    height: 588px;
    margin: 55px auto 0;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.22);
}
.box-5 .box .box-top {
    background: url(../images/f2.jpg);
    width: 862px;
    height: 173px;
    margin: 0 auto;
}
.box-5 .box .head {
    padding-top: 44px;
    padding-bottom: 23px;
}
.box-5 .box .item {
    text-align: center;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    position: absolute;
}
.box-5 .box .item-1 {
    margin-top: 166px;
    margin-left: 10px;
}
.box-5 .box .item-2 {
    margin-top: 149px;
    margin-left: 236px;
}
.box-5 .box .item-3 {
    margin-left: 494px;
    margin-top: 149px;
}
.box-5 .box .item-4 {
    margin-top: 160px;
    margin-left: 728px;
}
.box-5 .box-bottom {
    background: #f1f1f1;
    height: 231px;
}
.box-5 .box-bottom .box-play__content {
    margin: 73px auto 0;
}
.box-5 .box-btn__play a {} .box-5 .box-bottom .comment {
    text-align: center;
    font-size: 12px;
    color: #757575;
    margin-top: 11px;
}
.box-6 {
    height: 927px;
    ;
}
.box-6 .head {
    padding-top: 49px;
    ;
}
.box-6 .list {
    position: relative;
    margin-top: 46px;
    margin-left: 7px;
}
.box-6 .list .item {
    position: relative;
    float: left;
    width: 231px;
    height: 556px;
    background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    margin-right: 19px;
    margin-right: 15px\9;
}
.box-6 .list .item:last-child {
    margin-right: 0;
}
.box-6 .list .item .title {
    width: 100%;
    height: 69px;
    background: #29407b;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-family: 'ProximaNova-Extrabld';
    text-align: center;
    padding-top: 26px;
}
.box-6 .list .item .title span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'ProximaNova-Extrabld';
}
.box-6 .list .item .image {
    position: relative;
    width: 100%;
    height: 191px;
    margin: 19px auto 0;
    text-align: center;
}
.box-6 .list .item .txt {
    text-align: center;
    font-size: 16px;
    color: #010202;
    margin-top: 16px;
    line-height: 19px;
    height: 198px;
}
.box-6 a.btn-more {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: 185px;
    height: 35px;
    background-color: #FF9B16;
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #FF9B16 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    display: block;
    margin: 0 auto 0;
    color: #fff;
    line-height: 35px;
}
.box-text {
    position: relative;
    text-align: center;
    font-family: 'ProximaNova-Bold';
    margin-top: 51px;
    ;
}
.box-text .span-1 {
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
}
.box-text .span-2 {
    font-size: 30px;
    font-family: 'ProximaNova-Bold';
    margin-top: 7px;
}
a.btn-info {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    width: 465px;
    height: 43px;
    background-color: #0A1F5A;
    background-image: -moz-linear-gradient(bottom, #0A1F5A 0%, #354E91 100%);
    background-image: -o-linear-gradient(bottom, #0A1F5A 0%, #354E91 100%);
    background-image: -webkit-linear-gradient(bottom, #0A1F5A 0%, #354E91 100%);
    background-image: linear-gradient(to top, #0A1F5A 0%, #354E91 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.22);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.22);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.22);
    display: block;
    margin: 17px auto 0;
    line-height: 44px;
    padding-left: 25px;
    position: relative;
    transition: .4s;
}
a.btn-info:after {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    width: 22px;
    height: 24px;
    background-position: -34px -65px;
    left: 12px;
    top: 9px;
}
a.btn-info:hover {
    background: #0A1F5A;
    border: 1px solid #0A1F5A;
}
.box-7 {
    background: url(../images/bg-box-7.jpg) center top no-repeat;
    height: 923px;
}
.box-7 .row {
    position: relative;
    margin-top: 47px;
    margin-left: 44px;
}
.box-7 .head {
    padding-top: 82px;
}
.box-7 .col {
    float: left;
    margin-right: 68px;
}
.box-7 .col .item {
    color: #fff;
    font-size: 19px;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 31px;
    line-height: 22px;
    position: relative;
}
.box-7 .col-3 {
    margin-right: 0;
}
.box-7 .col .item:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../images/sprites.png);
    background-position: -69px -3px;
    left: -35px;
    top: 1px;
}
.box-7 .btn-more {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(103, 61, 11, 0.75);
    font-family: 'ProximaNova-Bold';
    text-decoration: none;
    width: 557px;
    height: 43px;
    background-color: #FF9B16;
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #FF9B16 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    display: block;
    line-height: 43px;
    text-align: center;
    margin: 41px auto 0;
    padding-left: 36px;
    padding-top: 2px;
    position: relative;
    transition: .4s;
}
.box-7 .btn-more:after {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    width: 22px;
    height: 24px;
    background-position: -34px -65px;
    left: 12px;
    top: 9px;
}
.box-7 .btn-more:hover {
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #fc7400 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #fc7400 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #fc7400 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #fc7400 100%);
}
.box-8 {
    background: url(../images/bg-box-8.jpg) center top;
    height: 652px;
}
.box-8 .head {
    padding-top: 40px;
}
.box-8 .comment {
    text-align: center;
    font-size: 30px;
    font-family: 'ProximaNova-Bold';
}
.box-tv {
    position: relative;
    background: url(../images/tv.png);
    width: 650px;
    height: 453px;
    margin: 34px auto 0;
    padding-top: 134px;
}
.box-tv a {
    background: url(../images/sprites.png);
    width: 96px;
    height: 96px;
    margin: 0 auto 0;
    background-position: -9px -102px;
    text-align: center;
    display: block;
    position: relative;
    opacity: .8;
    transition: .4s;
}
.box-tv a:hover {
    opacity: 1;
}
.box-9 {
    min-height: 1200px;
}
.box-9 .head {
    padding-top: 64px;
    padding-bottom: 5px;
}
.box-9 .comment {
    text-align: center;
    font-size: 30px;
    font-family: 'ProximaNova-Bold';
    margin-bottom: 20px;
}
.box-9 .images>a {
    float: left;
    padding: 0;
    margin-top: 0px;
}
.box-9 .images a, .box-9 .images a img,
.box-9 .images div {
    margin: 0;
    padding: 0;
}
.box-10 {
    height: 650px;
}
.box-10 .row .item {
    float: left;
}
.box-11 {
    margin-top: 50px;
    height: 700px;
}
.map {
    height: 504px;
    margin-top: -10px;
}
.footer {
    height: 57px;
    background: rgba(255, 255, 255, .84);
    background: #fff\9;
    margin-top: -47px;
    z-index: 99999;
    position: relative;
}
.copy {
    float: right;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}
.copy a {
    color: #0f7bdf;
    font-family: 'ProximaNova';
    font-size: 16px;
    text-decoration: none;
    outline: none;
}
.copy a:hover {
    text-decoration: underline;
}
.f-box {
    float: left;
    padding-top: 20px;
    margin-left: 150px;
}
.f-box span {
    font-size: 26px;
    color: #000;
    font-family: 'ProximaNova-Extrabld';
    text-transform: uppercase;
}
.f-box a {
    font-size: 20px;
    color: #0f7bdf;
    font-family: 'ProximaNova-Bold';
    display: inline-block;
    margin-left: 30px;
}
.h-fix {
    position: fixed;
    height: 58px;
}
.h-fix .row-1, .h-fix .row-2, .h-fix .row-3, .h-fix .logo {
    display: none;
}
.h-fix .nav>ul>li>a {
    margin-right: 35px;
}
.h-fix .row-4 {
    position: absolute;
    right: 0;
    top: -7px;
}
.h-fix:after {
    height: 0 !important;
}
.h-fix .nav {
    margin-top: 20px;
    margin-left: 112px;
}
.logo2 {
    display: none;
    float: left;
}
.h-fix .logo2 {
    float: left;
    overflow: hidden;
    display: block;
    margin-top: 3px;
    margin-left: 37px;
}
.horizontal-images.content li div {
    clear: both;
}
.popup {
    background: #fff;
    display: none;
}
.popup-callback {
    width: 380px;
    height: 388px;
}
.close {
    position: absolute;
    background: url(../images/sprites.png);
    background-position: -9px -228px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
.popup .title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-family: 'ProximaNova-Bold';
    padding-top: 40px;
}
.popup .comment {
    text-align: center;
    font-size: 17px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.popup .fields {
    text-align: center;
    display: block;
    margin-bottom: 25px;
}
.popup .fields input[type=text] {
    font-size: 17px;
    color: #b7b7b7;
    width: 269px;
    height: 46px;
    background-color: #FFF;
    border: 1px solid #CDCDCD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.38);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.38);
    padding-left: 30px;
}
.popup .fields input[type=submit] {
    width: 267px;
    height: 52px;
    background-color: #FF9B16;
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #FF9B16 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    border: 0;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(103, 61, 11, 0.75);
    font-family: 'ProximaNova-Bold';
}
.popup-price {
    width: 380px;
    height: 480px;
}
.popup-product {
    width: 905px;
    min-height: 519px;
    background-color: #FFF;
    border: 1px solid #B3B3B3;
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.29);
}
.popup-header {
    width: 903px;
    height: 37px;
    background: #EBEBEB;
    line-height: 37px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Extrabld';
    font-size: 18px;
    padding-left: 32px;
}
a.btn-hover, .popup .fields input.btn-hover {
    transition: .4s;
}
a.btn-hover:hover, .popup .fields input.btn-hover:hover {
    background: none;
    color: #000000;
    border: 1px solid #FF9B16;
    box-shadow: 0 1px 2px rgba(238, 120, 22, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
}
.popup-product .row {
    padding-top: 23px;
    padding-left: 32px;
    ;
}
.popup-play__video {
    position: relative;
}
.popup-play__video:after {
    position: absolute;
    background: url(../images/sprites.png);
    width: 55px;
    height: 55px;
    background-position: -94px -37px;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    top: -156px;
}
.popup-product .caption {
    font-size: 14px;
    color: #969696;
    padding-top: 5px;
    padding-left: 20px;
}
.popup-content {
    width: 486px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-left: 31px;
}
.popup-content p {
    margin-bottom: 20px;
}
a.btn-order__popup {
    position: relative;
    display: block;
    width: 267px;
    height: 35px;
    background-color: #FF9B16;
    background-image: -moz-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -o-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: -webkit-linear-gradient(bottom, #EE7816 0%, #FF9B16 100%);
    background-image: linear-gradient(to top, #EE7816 0%, #FF9B16 100%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.46), inset 0 2px 0 rgba(255, 255, 255, 0.36);
    margin: 17px auto 0;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(103, 61, 11, 0.75);
    font-family: 'ProximaNova-Bold';
    text-decoration: none;
    line-height: 35px;
    text-align: center;
}
.map-box {
    position: absolute;    
    width: 300px;
    height: 377px;
    background-color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    right: 50px;
    top: 46px;
    text-align: center;
}
.map-box .title {
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
    font-family: 'ProximaNova-Extrabld';
    padding-top: 25px;
    margin-bottom: 35px;
}
.map-box ul li {
    text-align: left;
    position: relative;
    font-size: 16px;
    margin-left: 76px;
    margin-bottom: 20px;
    line-height: 17px;
}
.m-home:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    background-position: -20px -277px;
    width: 23px;
    height: 23px;
    left: -37px;
    top: 0px;
}
.m-phone:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    background-position: -69px -277px;
    width: 25px;
    height: 25px;
    left: -38px;
    top: 0px;
}
.m-fax:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    background-position: -10px -317px;
    width: 22px;
    height: 22px;
    left: -35px;
    top: 2px;
}
.m-mail:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    background-position: -59px -315px;
    width: 20px;
    height: 20px;
    left: -33px;
    top: -1px;
}
.m-time:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    background-position: -13px -356px;
    width: 19px;
    height: 19px;
    left: -35px;
    top: 2px;
}
.m-company:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.png);
    background-position: -56px -356px;
    width: 23px;
    height: 23px;
    left: -35px;
    top: 2px;
}
.popup-sucess {
    width: 450px;
    height: 130px;
    background: #fff;
}
.box-9 .cols {
    background: url(../assets/media/images/col.jpg);
    width: 979px;
    height: 1175px;
}
.box-9 .block {
    display: none;
    float: left;
    position: absolute;
}

.box-9 .block:hover {
    border:2px solid #ffaf3c;
}

.box-9 .block .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(30,51,107,.91);
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display:none;
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}
.box-9 .block:hover .caption {
    display: block;
}
.box-9 .block .caption .title {
    color: #fff;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    margin-bottom: 5px;
}
.box-9 .block .caption .description {
    color: #ff983c;
    font-size: 12px;
}
.i-1 {
    width: 489px;
    height: 293px;
    display: block !important;
}
.i-2 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: 489px;
}
.i-3 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: 734px;
}
.i-4 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: 489px;
    margin-top: 147px;
}
.i-5 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-top: 147px;
    margin-left: 734px;
}
.i-6 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-top: 294px;
    margin-left: -1px;
}
.i-7 {
    width: 491px;
    height: 293px;
    display: block !important;
    margin-left: 244px;
    margin-top: 294px;
}
.i-8 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: 734px;
    margin-top: 294px;
}
.i-9 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: 734px;
    margin-top: 441px;
}
.i-9-1 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: -1px;
    margin-top: 441px;
}
.i-10 {
    width: 490px;
    height: 294px;
    display: block !important;
    margin-top: 587px;
}
.i-11 {
    width: 490px;
    height: 294px;
    display: block !important;
    margin-top: 587px;
    margin-left: 490px;
}
.i-12 {
    width: 489px;
    height: 293px;
    display: block !important;
    margin-top: 882px;
}
.i-13 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-top: 882px;
    margin-left: 488px;
}
.i-14 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-left: 733px;
    margin-top: 882px;
}
.i-15 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-top: 1029px;
    margin-left: 487px;
}
.i-16 {
    width: 246px;
    height: 146px;
    display: block !important;
    margin-top: 1029px;
    margin-left: 733px;
}