html, body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    height: 7000px;
}

@media screen and (max-width: 1200px) {
    body {
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1 {
    font-family: 'Neucha', cursive;
    font-size: 32px !important;
}

.tab-content img {
    height: 200px;
    cursor: pointer;
}
.modal-dialog {
    text-align: center;
}
.modal-dialog img {
    max-height: 900px;
    height: 100%;
}
#LOAD {
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.9) none repeat scroll 0% 0%;
    z-index: 9999;
}
#LOAD .center {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}
.span3 {
    width: 25%;
    float: left;
}
.span4 {
    width: 33%;
    float: left;
}
.span6 {
    width: 50%;
    float: left;
}
.span12 {
    width: 100%;
}
.fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7000px;
    background-image: url("../img/oxi.png");
    background-position: center top;
    overflow: hidden;
    opacity: 0;
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.pad10 {
    padding: 10px;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}
/* TOP HEADER */
.hTop {
    position: relative;
    height: 83px;
    transition: all 500ms;
}
.header_small .hTop {
    height: 0;
    overflow: hidden;
}
.logo_block {
    width: 240px;
    height: 83px;
}
.logo_block a span {
    color: #fff;
    position: relative;
    top: 15px;
}
.logo {
    position: relative;
    top: 16px;
}

.btn_block {
    position: absolute;
    top: 14px;
    right: 240px;
}
.hBtn {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 5px 9px;
    border-radius: 10px;
    transition: all 300ms;
    border: 2px solid #be2632;

    /* IE10+ */
    background-image: -ms-linear-gradient(top, #D6303C 0%, #ab212c 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #D6303C 0%, #ab212c 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #D6303C 0%, #ab212c 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D6303C), color-stop(100, #ab212c));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #D6303C 0%, #ab212c 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #D6303C 0%, #ab212c 100%);
}

.hBtn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 10px #ab212c;
}
.phone_block {
    position: absolute;
    top: -6px;
    right: 0;
}
.phone_block p {
    margin-bottom: -5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.phone_block p a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.phone_block img {
    position: relative;
    top: -5px;
}

/* BOTTOM HEADER MENU */
.hBot {

}

.menu_block {

}

.menu {
    list-style: none;
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
    height: 47px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid #b45a17;
    border-left: 1px solid #b45a17;

    /* IE10+ */
    background-image: -ms-linear-gradient(top, #FFA812 0%, #FF6F02 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFA812 0%, #FF6F02 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #FFA812 0%, #FF6F02 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFA812), color-stop(100, #FF6F02));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFA812 0%, #FF6F02 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #FFA812 0%, #FF6F02 100%);
}

.menu > li {
    display: table-cell;
    text-align: center;
}
.menu > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 14px;
    font-weight: bold;
    transition: all 300ms;
}
.menu > li > a:hover {
    color: #fff;
}
.menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #b45a17;
    border-right: 1px solid #ffcc7b;
}
.menu > li:last-child > a:before {
    border-right: 0;
    background: transparent;
}


/* BLOCK HEADER */
.hBlock {
    position: relative;
    width: 100%;
    height: 721px;
    background-image: url("../img/bg-h.jpg");
    background-position: top;
}
.hBlock .form_block h4 {
    position: relative;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.hBlock .form_block h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 1px;
    background-color: #2d97dc;
}
.hBlock .form_block {
    position: absolute;
    top: 218px;
    right: 8%;
    height: 430px;
    width: 430px;
    background-color: #fff;
    box-shadow: 0 0 0 10px #f3920d;
    border-radius: 10px;
    text-align: center;
    padding: 20px 60px;
}



.hBlock .form_block input {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #f3920d;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #f3920d;
}
.hBlock .form_block .btn-red {
    width: 100%;
    animation-name: tops;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.slider_header {
    width: 650px;
    position: absolute;
    top: 244px;
    left: 0;
}
.btn-red {
    display: block;
    font-size: 18px;
    min-width: 200px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #a0160d;
    transition: all 300ms;
    animation-name: tops;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    /* IE10+ */
    background-image: -ms-linear-gradient(top, #DD3428 0%, #b1281d 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #DD3428 0%, #b1281d 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #DD3428 0%, #b1281d 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DD3428), color-stop(100, #b1281d));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #DD3428 0%, #b1281d 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #DD3428 0%, #b1281d 100%);
}
.btn-red:hover {
    color: #fff;
    box-shadow: 0 0 10px -2px #000;
    text-decoration: none;
    border: 1px solid #e11b10;
}

.btn-blue {
    display: block;
    font-size: 18px;
    min-width: 200px;
    color: #ffffff;
    background: #3682b7;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3682b7;
    text-decoration: none;
    transition: all 300ms;
}
.btn-blue:hover {
    color: #3682b7;
    background-color: #ffffff;
}
/* BLOCK 1 */
.b1 {
    width: 100%;
    height: 493px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}
.b1 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
}
.b1 img {
    max-width: 100%;
    padding-top: 42px;
    margin-bottom: -40px;
}
.b1 .item {
    font-size: 16px;
    font-weight: bold;
    width: 25%;
    float: left;
    padding: 60px 40px;
}
.left_truba {
    position: absolute;
    width: 257px;
    height: 25px;
    background: url(/img/truba.png);
    transform: rotate(90deg);
    left: -90px;
    top: 84px;
}
.left_truba:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 87px;
    background: url(/img/wtf.png);
    transform: rotate(270deg);
    left: 90px;
    top: -59px;
}

.right_truba {
    position: absolute;
    width: 176px;
    height: 25px;
    background: url(/img/truba.png);
    transform: rotate(90deg);
    right: -46px;
    bottom: -61px;
}
.truba_ugol {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(/img/tugol.png);
    transform: rotate(180deg);
    right: 30px;
    bottom: -170px;
}
.truba_ugol:before {
    content: '';
    position: absolute;
    width: 1055px;
    height: 25px;
    background: url(/img/truba.png);
    bottom: 16px;
    left: 40px;
}
.truba_ugol:after {
    content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(/img/tugol.png);
    transform: rotate(180deg);
    right: -1095px;
    bottom: 16px;
}

/* BLOCK 2 */
.b2 {
    width: 100%;
    height: 569px;
    text-align: center;
    position: relative;
    box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.29);

    /* IE10+ */
    background-image: -ms-linear-gradient(top, #FF6E02 0%, #ffa912 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FF6E02 0%, #ffa912 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #FF6E02 0%, #ffa912 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF6E02), color-stop(100, #ffa912));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FF6E02 0%, #ffa912 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #FF6E02 0%, #ffa912 100%);
}
.b2 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    color: #fff;
}
.b2 .left_block {
    width: 50%;
    margin-top: 60px;
}
.b2 .item {
    font-size: 16px;
    font-weight: bold;
    width: 48%;
    float: left;
    padding: 30px;
    height: 180px;
    margin: 1%;
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #FFA912 0%, #FF6E02 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFA912 0%, #FF6E02 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #FFA912 0%, #FF6E02 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFA912), color-stop(100, #FF6E02));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFA912 0%, #FF6E02 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #FFA912 0%, #FF6E02 100%);
}
.b2 .item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.b2 .form_block h4 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.b2 .form_block h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 1px;
    background-color: #2d97dc;
}
.b2 .form_block {
    position: absolute;
    top: 148px;
    right: 20px;
    height: 380px;
    width: 430px;
    background-color: #fff;
    box-shadow: 0 0 0 5px #f3920d;
    border-radius: 10px;
    text-align: center;
    padding: 20px 60px;
}

.b2 .form_block input {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #f3920d;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #f3920d;
}
.b2 .form_block .btn-red {
    width: 100%;
}


/* BLOCK 3 */
.b3 {
    width: 100%;
    min-height: 665px;
    text-align: center;
    position: relative;
    background-image: url("../img/bg-b3.jpg");
    background-position: center top;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.29);
    z-index: 5;
}
.b3 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 40px;
}
.left_tabs {
    width: 20%;
    float: left;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 100px;
}
.left_tabs li a {
    display: block;
    padding: 10px;
    background: #3682b7;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 10px 0 0 10px;
    transition: all 300ms;
    text-transform: uppercase;
}
.left_tabs li.active a,
.left_tabs li:hover a {
    background: #ffa010;
    box-shadow: inset 5px 0 10px 5px rgba(0, 0, 0, 0.15);
    border: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.right_tabs {
    width: 80%;
    float: left;
    border: 2px solid #ffa010;
    border-radius: 10px;
    overflow: hidden;
}
.right_tabs img {
    padding-bottom: 10px;
    transition: all 300ms;
}
.right_tabs img:hover {
    filter: drop-shadow(0 0 5px #3682b7);
}
.right_tabs .desc {
    padding: 0 10px;
}
.tab-pane {
    padding: 0 0 10px 0;
}
.tabs-top {
    display: table;
    table-layout: fixed;
    list-style: none;
    width: 100%;
    padding: 0;
}
.tabs-top > li {
    display: table-cell;
    height: 100%;
}
.tabs-top > li > a {
    display: block;
    padding: 10px;
    background-color: #3682b7;
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    color: #fff;
    font-size: 16px;
    height: 100%;
}
.tabs-top > li.active > a {
    color: #fff;
    /*background-color: #0c629a;*/
    background-color: #ffa010;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}
.tabs-top > li:hover > a {
    color: #fff;
    background-color: #4097d6;
    text-decoration: none;
}
.tab-pane {
    overflow: hidden;
    background-color: #fff;
}

/* BLOCK 4 */
.b4 {
    width: 100%;
    min-height: 682px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* IE10+ */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #328ac4), color-stop(100, #12659D));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* W3C Markup */
    background-image: radial-gradient(ellipse farthest-corner at center, #328ac4 0%, #12659D 100%);
}
.b4 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    color: #fff;
}
.b4 span {
    color: #fff;
}
.b4 img {
    max-width: 100%;
    padding-top: 60px;
    margin-bottom: -40px;
}
.b4 .item {
    font-size: 18px;
    font-weight: bold;
    color: #ededee;
    position: relative;
    top: 70px;
}

.form_line {
    margin-top: 8%;
}

.form_line input {
    margin-top: 20px;
    display: inline-block;
    padding: 15px;
    width: 25%;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #f3920d;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #f3920d;
}
.form_line .btn-red {
    display: inline-block;
}

.b4 .left_truba {
    top: 102px;
}

.b4 .right_truba {
    bottom: 164px;
    right: -160px;
    width: 405px;
}
.b4 .right_truba:before {
    content: '';
    position: absolute;
    width: 73px;
    height: 73px;
    background: url(/img/kran.png);
    left: 280px;
    top: -75px;
    z-index: 2;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    filter: drop-shadow(0 0px 5px rgba(0,0,0,0.6));
}
.b4 .right_truba:after {
    content: '';
    position: absolute;
    width: 43px;
    height: 10px;
    background: url(/img/truba.png);
    transform: rotate(90deg);
    left: 297px;
    top: -21px;
    z-index: 1;
}



/* BLOCK 5 */
.b5 {
    width: 100%;
    min-height: 604px;
    text-align: center;
    position: relative;
    background-image: url("../img/bg5.png");
    background-position: center top;
    box-shadow: 0 -30px 40px -10px rgba(0, 0, 0, 0.3);
}
.b5 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #000;
}
.prise {
    /*box-shadow: 0 0 40px #000;*/
    padding: 25px 0;
    /* IE10+ */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #328ac4), color-stop(100, #12659D));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* W3C Markup */
    background-image: radial-gradient(ellipse farthest-corner at center, #328ac4 0%, #12659D 100%);
}
.prise .btn-red {
    text-align: center;
    width: 360px;
    margin: 0 auto;
}


/*BLOCK 6 */
.b6 {
    width: 100%;
    min-height: 644px;
    text-align: center;
    position: relative;
    background-image: url(../img/bg6.jpg);
    background-position: center top;
    background-size: cover;

}
.b6 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #000;
}

/* BLOCK 7 */
.b7 {
    width: 100%;
    min-height: 271px;
    text-align: center;

    padding: 25px 0;
    /* IE10+ */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #328ac4), color-stop(100, #12659D));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #328ac4 0%, #12659D 100%);

    /* W3C Markup */
    background-image: radial-gradient(ellipse farthest-corner at center, #328ac4 0%, #12659D 100%);
}
.b7 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}
.b7 .form_line {
    margin: 0;
}
.b7 .form_line input {
    width: 30%;
}
.b7 .btn-red {
    width: 25%;
}


/* BLOCK 8 */
.b8 {
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
.b8 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    position: relative;
}
.b8 h1.line {
    padding-top: 100px;
}
.b8 h1.line:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1150px;
    height: 50px;
    left: 50%;
    margin-left: -575px;
    background-image: url(/img/before.png);
}
.b8 h1.line:after {
    content: '';
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    background-image: url(/img/kranchik.png);
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.b8 .block-usl {
    margin: 20px 0;
    overflow: hidden;
}
.b8_1 {
    width: 14%;
    float: left;
    margin: 1%;
}
.b8_2 {
    width: 26%;
    float: left;
    margin: 1%;
}
.b8 .uslugi {
    overflow: hidden;
    padding: 40px 0;
}
.b8 .span3:first-child .item {
    border-radius: 10px 0 0 10px;

}
.b8 .span3:last-child .item {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #206fa4;
}
.b8 .item {
    position: relative;
    border-top: 1px solid #206fa4;
    border-bottom: 1px solid #206fa4;
    border-left: 1px solid #206fa4;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 500px;
}

.b8 .item.active {
    position: relative;
    top: -20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ffa010;
    border-right: 1px solid #206fa4;
    border-color: #ffa010;
    min-height: 540px;
    width: 296px;
    z-index: 2;
}
.b8 .title {
    display: block;
    background: #3682b7;
    overflow: hidden;
    color: #fff;
}
.b8 .item.active .title {
    background: #ffa010;
}
.b8 .content {
    padding: 20px;
}
.b8 .item.active .content {
    padding: 40px 20px 20px 20px;
}
.b8 .content p {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
.b8 .item.var .title {
    background: #ffffff;
    color: #3682b7;
}
.b8 .item.var {
    background-color: #3682b7;
    color: #fff;
}
.b8 .item.var p {
    border-bottom: 1px solid #417aa2;
}
.b8 .ibtn {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -33%;
}
.b8 .ibtn a {
    color: #3682b7;
    background: #fff;
    border: 1px solid #3682b7;
    border-radius: 10px 10px 0 0;
    transition: all 500ms;
}
.b8 .ibtn a:hover {
    color: #fff;
    border-radius: 0;
    background: #3682b7;
}
.b8 .item.active a {
    color: #ffa010;
    border: 1px solid #ffa010;
}
.b8 .item.active a:hover {
    color: #fff;
    border-radius: 0;
    background: #ffa010;
}
.b8 .right_truba {
    position: absolute;
    width: 236px;
    height: 25px;
    background: url(/img/truba.png);
    transform: rotate(90deg);
    right: -76px;
    bottom: -51px;
    z-index: 2;
}
.b8 .right_truba:after {
    content: '';
    position: absolute;
    width: 43px;
    height: 10px;
    background: url(/img/truba.png);
    transform: rotate(90deg);
    left: 106px;
    top: -21px;
    z-index: 1;
}
.b8 .right_truba:before {
    content: '';
    position: absolute;
    width: 73px;
    height: 73px;
    background: url(/img/kran.png);
    left: 90px;
    top: -75px;
    z-index: 2;
    animation-name: spin_revers;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    filter: drop-shadow(0 0px 5px rgba(0,0,0,0.6));
}
.b8 .info {
    font-weight: 600;
    font-size: 18px;
}
.prise h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding:0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.prise a.link-text {
    display: block;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #ffa210;
    font-family: 'Neucha', cursive;
    text-decoration: underline;
    animation-name: text_shadow;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.go {
    background-image: url("/img/go.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: center center;
    filter: drop-shadow(0 20px 10px rgba(0,0,0,0.4));
    position: relative;
    top: 30px;
}
.go:before {
    content: '';
    position: absolute;
    background-image: url("/img/big_kran.png");
    width: 128px;
    height: 135px;
    left: 114px;
    top: 50%;
    margin-top: -67.5px;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.go:hover:before {
    animation-name: spin_revers;
    animation-duration: 8000ms;
}
.go.prise h1 {
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.go.prise a.link-text {
    color: #ffa010;
    text-shadow: 0 0 5px #000000;
    text-decoration: none;
}

/* BLOCK 9 */
.b9 {
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}
.b9 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
}


/* BLOCK 10 */
.b10 {
    background-color: #3682b7;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
}
.b10 h1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
.b10 h4 {
    font-weight: bold;
}
.b10 p {
    font-size: 18px;
}
.b10 img {
    margin-bottom: 30px;
    height: 40px;
}


/* FOOTER */
footer {
    background-color: #232323;
    text-align: center;
    overflow: hidden;
    padding: 20px;
}
footer p {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
    color: #979797;
}
.extrit {
    float: right;
}
.extrit span {
    color: #979797;
    font-size: 12px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    line-height: 15px;
    padding: 0;
}
.extrit img {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

#formajax .modal-dialog {
    width: 500px;
    margin: 0 auto;
}
#formajax .modal-content {
    width: 500px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30%;
    box-shadow: 0 0 0 5px #f3920d;
}
#formajax .modal-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
#formajax .modal-content .btn-blue {
    margin: 0 auto;
}
#formajax .modal-content input {
    display: block;
    width: 100%;
    padding: 25px 10px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #f3920d;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #f3920d;
}
#success .modal-content .glyphicon {
    color: green;
}
#success .modal-content b {
    color: green;
}

#top-bottom {
    width: 50px;
    height: 50px;
    background: url(/img/up.png) 0 0 no-repeat;
    background-size: 60%;
    filter: drop-shadow(0 0 10px #fff);
    cursor: pointer;
    position: fixed;
    bottom: 14px;
    right: 40px;
    opacity: 0.7;
    z-index: 9999;
    transform: rotate(0deg);
}

.b9 .owl-nav {
    display: none;
}


@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@keyframes spin_revers {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(-360deg);
    }
}


@keyframes tops {
    from {
        box-shadow: 0 0 10px #000;
    }
    to {
        box-shadow: none;
    }
}
@keyframes text_shadow {
    from {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
    to {
        text-shadow: none;
    }
}

