@font-face {
    font-family: "Futura New";
    src: url("fonts/FuturaNew.woff") format('woff');
}

body {
    font-family: "Futura New", Myriad Pro, sans-serif;
}

.section {
    text-align: center;
}

nav.header-menu {
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: rgba(34,34,34,.8);
    text-align: right;
    font-size: 16px;
}

#logo {
    width: 150px;
    height: 65px;
    display: block;
    float: left;
}

nav.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.header-menu ul>li {
    float: left;
    position: relative;
}

nav.header-menu ul>li>a {
    color: #ccc;
    outline: 0;
    line-height: 65px;
    display: block;
    padding-left: 24px;
}

nav.header-menu ul>li * {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100500;
}

#page-preloader .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 100px;
    text-align: center;
    font-size: 10px;
}

#page-preloader .spinner>div {
    box-sizing: initial;
}

.spinner .circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(255,108,0,.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #FF6C00;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinRight 1s infinite ease-in-out;
    -webkit-animation: spinRight 1s infinite linear;
}

.spinner .circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(255,255,255,.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinLeft 1s infinite linear;
    -webkit-animation: spinLeft 1s infinite linear;
}

nav.header-menu ul>li.active>a, nav.header-menu ul>li>a.active, nav.header-menu ul>li>a:hover {
    color: #FF6C00;
    text-decoration: none;
}

a, a:active, a:focus, a:hover {
    outline: 0!important;
    text-decoration: none;
    color: #ff640c;
}
a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.active .animated, .active-animated {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

.animated {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.text-primary {
    color: #fb9459;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #3296CB;
}

.text-blue-green {
    color: #02aa9e;
}

.text-grey {
    color: #313131;
}

.delay-3-9 {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

.delay-3-8 {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.delay-3-7 {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

.delay-3-6 {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.delay-3-5 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.delay-3-4 {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.delay-3-3 {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.delay-3-2 {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.delay-3-1 {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.delay-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay-2-9 {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.delay-2-8 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.delay-2-7 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.delay-2-6 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.delay-2-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-2-4 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.delay-2-3 {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.delay-2-2 {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.delay-2-1 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.delay-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-1-9 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay-1-8 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-1-7 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-1-6 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-1-5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1-4 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-1-3 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-1-2 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-1-1 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-0-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.slidebox1{
    background: #fff url("/images/backgrounds/slide2-background.png") center no-repeat;
}

.slidebox2{
    background: #fff url("/images/backgrounds/slide2-background.png") center no-repeat;
}
.slidebox3{
    background: #fff url("/images/backgrounds/slide2-background.png") center no-repeat;
}
.slidebox4{
    background: #fff url("/images/backgrounds/slide2-background.png") center no-repeat;
}
.slidebox5{
    background: #fff url("/images/backgrounds/slide2-background.png") center no-repeat;
}

.slidebox6{
    background: #fff url("/images/backgrounds/slide-contacts-background.jpg") center no-repeat;
}

.scroll-down {
    bottom: 5%;
    left: 50%;
    color: #6D6D6D;
    margin-left: -125px;
    width: 250px;
    font-family: GothaProReg,Myriad Pro;
}

.scroll {
    position: absolute;
    text-align: center;
    z-index: 9999;
}

.scroll .wrapper-table-vertical {
    display: inline;
}

.scroll .wrapper-table-vertical i:nth-child(1) {
    -webkit-animation: fadeIn 1.5s linear .5s infinite alternate;
    -moz-animation: fadeIn 1.5s linear .5s infinite alternate;
}

.scroll .wrapper-table-vertical i:nth-child(2) {
    -webkit-animation: fadeIn 1.5s linear 1s infinite alternate;
    -moz-animation: fadeIn 1.5s linear 1s infinite alternate;
}

.scroll .wrapper-table-vertical i:nth-child(3) {
    -webkit-animation: fadeIn 1.5s linear 1.5s infinite alternate;
    -moz-animation: fadeIn 1.5s linear 1.5s infinite alternate;
}

.scroll .wrapper-table-vertical i {
    display: block;
    font-size: 24px;
    margin: -15px 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
    content: "\f107";
}

.text-white-2 {
    color: #fff;
}

.text-size-normal {
    font-size: 18px;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.h4, h4 {
    font-size: 18px;
}

.h3, h3 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 30px;
}

.h1, h1 {
    font-size: 36px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.caption-mini {
    min-height: 34px;
    margin-bottom: 20px;
}

.btn-primary {
    border-color: #FF640C;
    background-color: inherit;
    color: #FF640C;
}

.btn-blue {
    border-color: #3296CB;
    background-color: inherit;
    color: #3296CB;
}

.btn {
    border-radius: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    border-color: #FF640C;
    color: #fff;
    background-color: #FF640C;
}

.btn-blue.active, .btn-blue.focus, .btn-blue:active, .btn-blue:focus, .btn-blue:hover, .open>.dropdown-toggle.btn-blue {
    border-color: #3296CB;
    color: #fff;
    background-color: #3296CB;
}

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

[data-toggle='collapse']:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    background-image: url("/images/arrow-up.png");
}

.collapsed[data-toggle='collapse']:before {
    background-image: url("/images/arrow-down.png");
}

.collapse-separate {
    width: 100%;
    height: 3px;
    border: 1px solid;
    border-radius: 100%;
    margin-bottom: 5px;
}

.separate-primary {
    border-color: #FF640C;
    background-color: #FF640C;
}

.separate-blue {
    border-color: #3296CB;
    background-color: #3296CB;
}

.separate-grey {
    border-color: #a0a0a0;
    background-color: #a0a0a0;
}

.collapse-block{
    width: 61px;
    height: 44px;
    cursor: pointer;
}

.collapse-container p {
    margin: 0;
    padding: 10px;
}



.w100h5 {
    width: 100%;
    height: 5px;
}

.w100h15 {
    width: 100%;
    height: 15px;
}

.p-10 {
    padding: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.bg-light-grey {
    background-color: #f7f7f6;
}

.bg-blue-green {
    background-color: #009e92;
}

.bg-orange {
    background-color: #fb884f;
}

.home-block-sm {

}

.home-block-sm > div {
    padding: 0;
    height: 150px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.home-block-sm > div > div {
    display: table-cell;
    vertical-align: middle;
}

.home-block-sm > div > div > p {
    padding: 0 50px;
}

.home-block {
    height: 300px;
    position: relative;
}

.home-block:after {
    content: "";
    background: url(/images/coog_vasya.png) no-repeat center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;

    width: 513px;
    height: 300px;
    top: 0;
    left: 50%;
    margin-left: -256px;
}

.home-block > div {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-block > div > div {
    height: 100%;
}

.mt-40 {
    margin-top: 40px;
}

.col-fluid {
    padding: 0;
}

.bl-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bl-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.btn-white {
    background-color: rgba(255,255,255,0.7);
    border-radius: 20px;
    color: black;
}

.btn-white:hover {
    background-color: rgba(255,255,255,1);
}

.bg-blue-green .btn-white {
    border: #fb884f 2px solid;
}

.bg-orange .btn-white {
    border: #009e92 2px solid;
}

.w100 {
    width: 100%;
}

.pr-255 {
    padding-right: 255px;
    padding-left: 0;
}

.pl-255 {
    padding-left: 255px;
    padding-right: 0;
}

span.required {
    color: #a94442;
}

.panel {
    margin-bottom: 0;
}

.panel-footer button {
    margin-left: 10px;
}

.panel-primary {
    border-color: #FF640C;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #FF640C;
    border-color: #FF640C;
}

#modal-video .modal-header{
    display: none;
}

.video-item-container > video{
    width: 100%;
}

vvideo-item-container{
    width: 100%;
}

.video-wrapper .bx-viewport {
    height: 450px !important;
}

.video-wrapper .bx-viewport ul > li{
    width: 898px !important;
}


/*.bx-viewport {
    height: 270px !important;
}

.bx-viewport ul > li{
    width: 480px !important;
}*/

body .fp-controlArrow.fp-prev {
    border-color: transparent #FF640C transparent transparent; /*#777777*/

}
body .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #FF640C; /*#777777*/
}

@-moz-keyframes spinRight {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinRight {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spinRight {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@-moz-keyframes spinLeft {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spinLeft {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); }
}
@keyframes spinLeft {
    from {transform:rotate(0deg);}
    to {transform:rotate(-360deg);}
}

@media (min-width: 768px) {
    nav.header-menu ul {
        display: inline-block;
    }
}