html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    background-color: #fff;
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    overflow-x: hidden;
    min-width: 320px;
    padding-right: 0 !important;
    margin: 0;
}
footer,
header,
nav,
section {
    display: block;
}
a {
    outline: 0 !important;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    color: #0d98cd;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
b,
strong {
    color: #333;
    font-weight: 700;
}
img {
    vertical-align: middle;
    border: 0;
}
a:focus {
    color: #23527c;
    outline: 5px auto 0;
    outline-offset: -2px;
    text-decoration: none;
}
a:hover {
    color: #23527c;
    outline: 0;
    text-decoration: none;
}
p {
    margin: 0 0 10px;
}
ul {
    margin: 0;
    padding: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}
.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66666667%;
}
.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333333%;
}
.navbar {
    position: relative;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    min-height: auto;
    margin-bottom: 0;
    border: none;
}
.carousel {
    overflow: hidden;
    position: relative;
}
.container:after {
    display: table;
    content: " ";
    clear: both;
}
.container:before {
    display: table;
    content: " ";
}
.navbar:after {
    display: table;
    content: " ";
    clear: both;
}
.navbar:before {
    display: table;
    content: " ";
}
.row:after {
    display: table;
    content: " ";
    clear: both;
}
.row:before {
    display: table;
    content: " ";
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hidden {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-xs {
    display: none !important;
}
@font-face {
    font-family: icomoon;
    src: url(fonts/icon-font/icomoon.eot?5rtlr4#iefix) format(embedded-opentype), url(fonts/icon-font/icomoon.ttf?5rtlr4) format(truetype), url(fonts/icon-font/icomoon.woff?5rtlr4) format(woff),
        url(fonts/icon-font/icomoon.svg?5rtlr4#icomoon) format(svg);
    font-weight: 400;
    font-style: normal;
}
a:active {
    outline: 0;
    text-decoration: none;
}
.owl-nav > button {
    outline: none;
    cursor: pointer;
    height: 41px;
    width: 41px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #bbb;
    font-weight: 400;
}
::-moz-placeholder {
    color: #bbb;
    font-weight: 400;
}
:-moz-placeholder {
    color: #bbb;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
}
.tr {
    text-align: right;
}
.owl-nav {
    position: absolute;
    top: 47px;
    right: 0;
    width: 100%;
}
.owl-nav > div:hover {
    opacity: 0.9;
}
.owl-nav .owl-prev {
    width: 41px;
    height: 41px;
    background: url(/img/slide-prev.png) center no-repeat !important;
    background-size: 41px !important;
    left: -17px;
}
.owl-nav .owl-next {
    width: 41px;
    height: 41px;
    background: url(/img/slide-next.png) center no-repeat !important;
    background-size: 41px !important;
    right: -17px;
    left: auto;
}
.tel__wrap_phone_link {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: inline-block;
}
.tel__wrap_phone_link i {
    font-size: 16px;
    color: #0d98cd;
    margin-right: 5px;
}
.navbar_menu li a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #0d98cd;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: MuseoSans, sans-serif;
}
.navbar_menu li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    float: left;
}
.navbar_menu li:first-child {
    border: 0;
}
.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: rgba(150, 150, 150, 0.5) 1px 1px 14px;
}
.fixed-nav ~ .nav-space {
    height: 60px;
}
.catalog {
    width: 100%;
}
#footer {
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    padding: 15px 0;
}
#bx-slider li {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    padding: 100px 0 50px;
}
a:visited {
    text-decoration: none;
}
.navbar .container {
    padding: 0 15px;
}
.navbar_menu img {
    height: 43px;
    margin: 6px 0;
}
.nidecall {
    position: absolute;
    right: 16px;
    margin-top: -48px;
}
.left-content ul li {
    list-style-position: inside;
}
.bx-pager {
    position: absolute;
    left: calc(50% - 44px);
    bottom: 7px;
}
.bx-controls-auto-item {
    height: 0;
}
.bx-pager-item {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.bx-pager-item a {
    background-color: #a09d97;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 50%;
}
.bx-pager-item .active {
    background-color: #007cc3;
}
.bx-next {
    z-index: 1;
    display: block;
    position: absolute;
    margin-top: -37px;
    top: 50%;
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    right: 6px;
}
.bx-prev {
    z-index: 1;
    display: block;
    position: absolute;
    margin-top: -37px;
    top: 50%;
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    left: 6px;
}
.bx-next:after {
    content: " ";
    width: 20px;
    height: 3px;
    background: #a69b96;
    border-radius: 3px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 21px;
    bottom: 23px;
    margin: auto;
}
.bx-next:before {
    content: " ";
    width: 20px;
    height: 3px;
    background: #a69b96;
    border-radius: 3px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 21px;
    top: 24px;
    margin: auto;
}
.bx-prev:after {
    content: " ";
    width: 20px;
    height: 3px;
    background: #a69b96;
    border-radius: 3px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 21px;
    bottom: 23px;
    margin: auto;
}
.bx-prev:before {
    content: " ";
    width: 20px;
    height: 3px;
    background: #a69b96;
    border-radius: 3px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 21px;
    top: 24px;
    margin: auto;
}
.bx-next:hover:after {
    background: #847771;
}
.bx-next:hover:before {
    background: #847771;
}
.bx-prev:hover:after {
    background: #847771;
}
.bx-prev:hover:before {
    background: #847771;
}
.bx-next:active:after {
    background: #be0027;
}
.bx-next:active:before {
    background: #be0027;
}
.bx-prev:active:after {
    background: #be0027;
}
.bx-prev:active:before {
    background: #be0027;
}
.bx-controls-direction {
    display: none;
}
.show-video {
    position: absolute;
    z-index: 2;
    display: none;
    background-color: #000;
    padding: 0;
}
.youtube-preview {
    height: 130px;
    width: 130px;
    cursor: pointer;
}
.item {
    margin-right: 10px;
    height: 130px;
    width: 130px;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    display: inline-block;
}
.close-video {
    padding: 5px;
    color: #fff;
    position: absolute;
    right: 24px;
    font-weight: 800;
    text-shadow: 1px 2px #666;
    margin-top: 5px;
    cursor: pointer;
    z-index: 10;
}
.item img {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
}
.item img:hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: rgba(100, 100, 100, 0.6);
}
.owl-stage-outer {
    min-height: 130px;
    height: 130px;
    max-height: 130px;
}
[class*=" icon-"] {
    font-family: icomoon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 48px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media print {
    a {
        text-decoration: underline;
    }
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    .navbar {
        display: none;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .col-sm-12,
    .col-sm-3,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .navbar_menu img {
        height: 40px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .col-md-12,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    #footer,
    #footer .copyright {
        text-align: center;
    }
    .navbar .container {
        width: 100%;
    }
    #top {
        margin-top: 55px;
    }
    nav {
        margin: 0;
        background: 0;
    }
}
@media only screen and (max-width: 600px) {
    .logo {
        display: inline-block;
    }
    .logo {
        text-align: left;
        margin: 0 auto;
    }
    .nav-space_mob {
        display: block !important;
    }
}
@media only screen and (max-width: 414px) {
    #bx-slider {
        max-height: 133px;
        min-width: 133px;
    }
    #ytplayer {
        min-height: 133px;
        z-index: 2;
        left: 0;
        height: 133px !important;
    }
    #bx-slider li {
        min-height: 133px;
        padding: 100px 0 10px;
    }
    #top {
        margin-top: 55px;
    }
}
@media only screen and (min-width: 415px) {
    #bx-slider {
        max-height: 207px;
        min-width: 207px;
    }
    #bx-slider li {
        min-height: 207px;
        padding: 100px 0 20px;
    }
    #ytplayer {
        min-height: 207px;
        z-index: 2;
        left: 0;
        height: 207px !important;
    }
}
@media screen and (min-width: 1000px) {
    #bx-slider {
        max-height: 490px;
        min-width: 490px;
    }
    nav .tel__wrap_phone_link {
        font-size: 20px;
    }
    #bx-slider li {
        min-height: 490px;
    }
    .catalog {
        padding: 0px 30px;
    }
}
@media (max-width: 480px) {
    br {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .container {
        padding: 0px 3px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .nidecall {
    }
}
@font-face {
    font-family: icomoon;
    src: url(fonts/icon-font/icomoon.eot?5rtlr4);
    src: url(fonts/icon-font/icomoon.eot?5rtlr4#iefix) format("embedded-opentype"), url(fonts/icon-font/icomoon.ttf?5rtlr4) format("truetype"), url(fonts/icon-font/icomoon.woff?5rtlr4) format("woff"),
        url(fonts/icon-font/icomoon.svg?5rtlr4#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"] {
    font-family: icomoon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 48px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
    content: "\e90b";
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.body-carousel,
.owl-carousel,
.owl-stage-outer {
    min-height: 130px;
    height: 130px;
    max-height: 130px;
}
.about-box_btn {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    background-color: #007cc3;
    color: white;
}
.edit_content{
    cursor: pointer;
    position: absolute;
    margin: -16px;
    color: blue;
}
.myDrag{
    background-color: #aaa;
}


