html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header,
main,
nav {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

img {
    border: 0
}

button,
input,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

textarea {
    overflow: auto
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.h3,
h1,
h2,
h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

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

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
@media (min-width: 1600px) {
    .header-top .container, .header-bottom .container{
        width: 1565px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-9,
.col-sm-12,
.col-sm-2,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-2 {
    width: 16.66666667%
}

@media (min-width: 768px) {

    .col-sm-12,
    .col-sm-2,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-2 {
        width: 16.66666667%
    }
}

@media (min-width: 992px) {

    .col-md-12,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.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;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active {
    background-image: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.header-pc .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}



.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D9D9D9;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #00B7F3
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span,
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 35%;
    left: 98%;
}


.bx-wrapper .bx-pager {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
}


.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0
}

.home-slider .bx-wrapper .bx-controls-direction a {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

@media (min-width: 1199px) {
    #header {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
        background-color: #fff
    }

    .b-slider {
        margin-top: 160px
    }
}

@media (max-width: 768px) {
    #b-menu-top > ul {
        height: 65vh;
        overflow: overlay
    }

    .navbar-default .navbar-toggle {
        border: none;
        display: flex !important
    }

    .menu-text {
        color: #fff;
        padding-left: 10px;
        font: 14px/18px Roboto, sans-serif;
        font-size: 1.3em
    }
}

.mobile {
    display: block
}

.desktop {
    display: none
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none
    }

    .desktop {
        display: block
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.container:after,
.container:before,
.modal-header:after,
.modal-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.modal-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}


.bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}


.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}


body {
    font: 14px/18px Roboto, sans-serif;
    color: #585858
}

h1,
h2,
h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    color: #00b8f4;
    margin: 30px 0
}

@media (max-width: 768px) {

    h1,
    h2,
    h3 {
        font-size: 1.2em;
        margin: 15px 0
    }
}

h2 {
    font-size: 1.8em
}

h3 {
    font-size: 1.6em
}

a,
a:hover {
    text-decoration: none
}

input,
textarea {
    padding: 5px
}

.b-white {
    background: #fff !important
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0)
}

.b-contacts {
    display: block;
    background: #ffeeda;
    padding: 15px 0
}

.b-contacts ul,
.b-phones ul {
    padding: 0;
    margin: 0;
    display: inline-block
}

.b-contacts li,
.b-phones li {
    list-style: none;
    font-weight: 400;
    display: block;
    padding-left: 25px;
    margin: 5px auto
}

.btn-calc {
    background: #fdb93e;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
    margin: -30px 0 0 30px
}

.b-phones ul {
    display: block
}

.b-phones .blck-phones li {
    display: inline-block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1em;
    margin: 25px 0;
    padding-left: 15px
}

.b-phones .blck-phones li a {
    color: #585858
}

.header-top{
    padding: 10px 0;
    background: #FFEEDA;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    text-align: left;
    color: #181818;
}

.header-top__elements{
    display: flex;
    justify-content: space-between;
}
.header-top__medals{
    width: 130px;
    margin-right: 50px;
}
.header-top__medals img{
    width: 41px;
}
.header-top__medals a {
    display: inline-block;
    width: 21%;
}
.header-top__info{
    display: flex;
    column-gap: 18px;
    margin-right: 10px;
}
.header-top__work-time, .header-top__info-emails, .header-top__info-phones, .header-top__info .blck-phones{
    display: flex;
}
.header-top__info .blck-phones {
    width: max-content;
}
.header-top__work-time div, .header-top__info-emails div, .header-top__info-phones div, .header-top__info div {
    align-self: center;
}
.header-top__info-emails a, .header-top__info .blck-phones a{
    color: #181818;
}
.header-top__info-mails a:first-child{
    margin-right: 15px;
}
.header-top__info .blck-phones a:not(:last-child){
    margin-right: 10px;
}
.header-top__clock, .header-top__envelope, .header-top__phone{
    margin-right: 10px;
}

.header-bottom{
    margin-top: 10px;
}
.header-bottom__elements{
    display: flex;
}
.header-bottom__logo{
    width: 116px;
    margin-right: 30px;
}
.header-bottom__btns{
    display: flex;
    column-gap: 23px;
    align-self: center;
}
.header-bottom__btns .header-bottom__btn{
    background: #00B7F3;
    padding: 12px 20px;
    border-radius: 5px;
}
.header-bottom__btns .header-bottom__btn a{
    color: #fff !important;
}
.header-bottom__menu{
    align-self: center;
    margin-right: 30px;
}
@media (min-width: 1600px){
    .header-top__info {
        column-gap: 75px;
    }
    .header-bottom__logo, .header-top__medals {
        margin-right: 150px;
    }
    .header-bottom__menu {
        margin-right: 113px;
    }
}


.header-mobile{
    display: none;
}
.b-phones .blck-phones li:nth-child(1) {
    background-size: contain;
    background: url(/storage/Group1.png) 0 50% no-repeat;
    padding: 2px 0
}

.b-phones .blck-phones li:after {
    display: inline-block;
    content: '/';
    margin-left: 15px;
    font-style: normal;
    color: #b4b4b4
}

.b-phones .blck-phones li:last-child:after {
    content: ''
}

@media (max-width: 768px) {
    .b-phones ul {
        margin: 5px 0
    }

    .b-phones .blck-phones li {
        background: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        margin: 0
    }

    .b-phones .blck-phones li:after {
        content: '';
        margin-left: 0
    }

    .b-phones .container {
        padding: 0
    }

    .b-phones .blck-phones li:nth-child(1) {
        background: none;
        line-height: 21px
    }
}

@media (max-width: 1024px) {

    .b-phones .blck-phones li,
    .b-phones .blck-phones li a {
        font-size: 1em;
        padding-left: 15px
    }

    .b-phones .blck-phones li:nth-child(1) {
        padding-left: 15px
    }
}

.header-pc nav.navbar {
    background: unset;
    border-radius: 0;
    /*border-color: none;*/
    margin-bottom: 0
}
.header-mobile nav.navbar {
    background: #00b7f3;
    border-radius: 0;
    border-color: #00b7f3;
    margin-bottom: 0;
}
ul.b-menu-top {
    padding: 0;
    margin: 0 auto;
    height: 50px;
    display: flex
}

.b-menu-top > li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    align-self: center;
}

.b-menu-top > li > a:hover {
    border-bottom: #fdb93e solid 2px
}

.b-menu-top > li a {
    color: #181818 !important;
    text-decoration: none;
    padding: 15px 0;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;

}

.b-menu-top > li ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    z-index: 99;
    padding: 10px;
    margin-top: 2px;
    border-radius: 3px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2)
}

.b-menu-top > li:hover ul {
    display: block
}

.b-menu-top > li li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left
}

.b-menu-top > li ul a {
    color: #000 !important;
    line-height: 36px
}

.b-menu-top > li ul a:hover {
    text-decoration: underline
}

@media (max-width: 768px) {
    .navbar .container {
        padding: 0;
        margin: 0
    }

    #b-menu-top {
        display: none;
        position: absolute;
        z-index: 9999;
        top: 50px;
        background: #fff;
        height: auto;
        width: 100%;
        padding: 10px 0 0;
        box-shadow: 0 0 10px #000
    }

    .b-menu-top > li {
        display: block
    }

    .b-menu-top > li a {
        color: #575757 !important;
        display: block;
        text-align: left;
        padding: 0;
        border-top: #e5e5e5 solid 1px;
        font-weight: 600
    }

    .b-menu-top > li > a:hover {
        border-bottom: none
    }

    #b-menu-top > ul {
        background: #fff;
        height: auto
    }

    #b-menu-top .btn-calc {
        margin: 10px auto;
        display: block;
        width: 220px
    }
}

.bx-wrapper {
    border: none;
    margin-bottom: 30px;
    background: 0 0 !important;
    box-shadow: none
}

.home-slider .bx-caption,
.bx-wrapper .bx-caption {
    height: 100%;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    display: table
}

.home-slider .bx-caption span,
.bx-wrapper .bx-caption span {
    font-family: Roboto, sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
    left: 10%;
}

.home-slider .bx-caption span p,
.bx-wrapper .bx-caption span p {
    font-family: Roboto, sans-serif;
    font-size: .5em;
    line-height: 1.2em;
    font-weight: 300
}
.home-slider .bx-caption span p.slider__title,
.bx-wrapper .bx-caption span p.slider__title {
    font-family: Roboto;
    font-size: 96px;
    font-weight: 500;
    line-height: 89.34px;
    text-align: left;
    max-width: 813px;
}
.home-slider .bx-caption span p.slider__caption,
.bx-wrapper .bx-caption span p.slider__caption {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 300;
    line-height: 40.05px;
    text-align: left;
}
.slider__btn{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left;
    padding: 17px 71px;
    background: #00B7F3;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 41px;
}
.bx-wrapper .btn-calc {
    margin: 0 auto
}

.bxslider_caption {
    opacity: 0
}

.bx-wrapper img {
    margin: 0 auto
}
@media (max-width: 1600px) {

    .home-slider .bx-caption span p.slider__title,
    .bx-wrapper .bx-caption span p.slider__title {
        font-family: Roboto;
        font-size: 52px;
        font-weight: 500;
        line-height: 47px;
        text-align: left;
        max-width: 813px;
    }
    .home-slider .bx-caption span p.slider__caption,
    .bx-wrapper .bx-caption span p.slider__caption {
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        line-height: 24px;
        text-align: left;
    }
    .slider__btn{
        padding: 17px 51px;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-top: 31px;
    }
}

@media (max-width: 768px) {

    .home-slider .bx-caption span,
    .bx-wrapper .bx-caption span {
        font-size: 2em;
    }
    .home-slider .bx-caption span p.slider__title,
    .bx-wrapper .bx-caption span p.slider__title {
        font-family: Roboto;
        font-size: 24px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        max-width: 813px;
    }
    .home-slider .bx-caption span p.slider__caption,
    .bx-wrapper .bx-caption span p.slider__caption {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 300;
        line-height: 16px;
        text-align: left;
    }
    .slider__btn{
        padding: 10px 21px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin-top: 11px;
    }
    .bx-wrapper .bx-caption {
        top: 0;
        bottom: unset
    }
}
@media (max-width: 575px) {
    .home-slider .bx-caption span,
    .bx-wrapper .bx-caption span {
        left: unset;
    }
}
.b-logo {
    position: absolute;
    top: -75px;
    right: 20px
}


.b-center {
    text-align: center
}

@media (max-width: 1024px) {
    .b-logo img {
        display: inline-block;
        width: 35%;
        margin-right: 0 !important
    }
}

@media (max-width: 768px) {
    .b-logo {
        position: relative;
        top: 0;
        right: 0
    }

    .b-logo img {
        width: 45%
    }
}

ul.b-menu-left {
    display: block;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2)
}

ul.b-menu-left > li {
    display: block;
    list-style: none;
    border-bottom: #d6d6d6 solid 1px;
    margin: 10px 0;
    padding: 5px 0
}

ul.b-menu-left > li:first-child {
    margin-top: 0;
    padding-top: 0
}

ul.b-menu-left > li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

ul.b-menu-left > li a {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #484848;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 90%
}

.b-menu-left > li i {
    float: right;
    color: #fcc96d;
    font-weight: 200
}

@media (max-width: 768px) {
    ul.b-menu-left > li a {
        text-transform: none;
        font-weight: 500
    }
}

.b-products {
    display: block;
    margin-bottom: 10px
}

.b-product {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
    text-align: center;
    border: #fbc45d solid 1px;
    padding: 10px
}

.b-product-name,
.b-product-price {
    color: #0ea502;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px auto
}

.b-product-price {
    height: 1.2em
}

.b-product-name,
.b-product-name a {
    color: #393939;
    text-decoration: none;
    min-height: 40px
}

@media (max-width: 768px) {
    .b-product-name {
        font-size: 1em
    }

    .b-products > div {
        padding-right: 8px;
        padding-left: 8px
    }

    .b-product {
        margin-bottom: 15px
    }
}

.b-advantages {
    display: block;
    background: #f2f2f2;
    padding: 25px 10px;
    border-top: #dbdbdb solid 1px;
    margin-top: 30px
}

.b-advantages ul {
    margin: 45px 0 20px;
    padding: 0
}

.b-advantages li {
    display: block;
    float: left;
    list-style: none;
    width: 20%;
    padding: 15px
}

.b-advantages li img {
    margin-bottom: 30px
}

.b-advantages li div {
    display: block;
    height: 50px;
    margin-top: 30px;
    color: #727272;
    text-transform: uppercase;
    font-weight: 700
}

.b-advantages li .custom_lightbox_images {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100vh;
    padding: 5vh 10vw;
    margin: 0
}

.b-advantages li .custom_lightbox_images img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 40px
}

.b-advantages li .custom_lightbox_images img:last-child {
    margin-right: 0
}

@media (max-width: 768px) {
    .b-advantages .bx-viewport {
        height: auto !important
    }

    .b-advantages .bx-wrapper {
        margin-bottom: 0
    }

    .b-advantages {
        background: #f2f2f2 !important
    }
}

.b-advantages li div a {
    color: #727272;
    text-transform: none;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em;
    text-decoration: underline
}

.b-why-we {
    display: block;
    padding: 45px 10px;
    background: url(/images/image_3.jpg) 50% 50% no-repeat
}

.b-why-we-body {
    display: block;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0 165px
}

a.btn-why-we {
    background: #fdb93e;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 5px 30px
}

@media (max-width: 768px) {
    .b-why-we {
        padding: 0
    }

    .b-why-we-body {
        padding: 0 5px
    }

    a.btn-why-we {
        margin: 20px auto
    }
}

.b-our-clients {
    display: block;
    background: #f2f2f2;
    padding: 25px 10px;
    color: #656565;
    font-size: 1.2em
}

.b-our-clients .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 0 150px
}

.our-clients-slider {
    margin-top: 20px
}

.our-clients-slider img {
    width: 200px;
    height: 116px
}

.b-our-clients .bx-viewport {
    height: 185px !important
}

.our-clients-slider a {
    color: #656565
}

@media (max-width: 768px) {
    .b-our-clients .bx-wrapper {
        padding: 0 15px
    }

    .our-clients-slider li {
        width: 270px !important
    }
}

.b-info {
    display: block;
    padding: 20px 20px 60px;
    color: #4b4b4b
}

.b-reviews {
    display: block;
    padding: 20px 20px 10px;
    background: #f2f2f2;
    color: #656565;
    font-size: 1.2em
}

.b-reviews .bx-wrapper {
    width: 100%;
    max-width: 100% !important
}

.review-slide {
    display: block;
    margin: 0 auto;
    width: 750px
}

.slider-reviews .review-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;

}

.slider-reviews .review-commet {
    margin-top: 20px;
    color: #949494;
    font-size: 16px;
}
.slider-reviews .review-rating {
    color: #ffc807;
}
.slider-reviews .owl-nav  {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.slider-reviews .owl-nav button:after {
    content: '';
    display: block;
    width: 95px;
    height: 16px;
    background-image: url(./images/arrow.svg);
}

.slider-reviews .owl-nav button.owl-prev:after {
    transform: rotate(180deg);
}

.feedback-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.feedback-strong {
    font-size: 32px;
    margin-bottom: 11px;
}

.feedback-form {
    background: #ffeeda;
    border-radius: 5px;
    padding: 20px 32px;

}

.feedback-form input.form-control,
.feedback-form textarea.form-control {
    border-radius: 5px;
    border: 1px solid #00b7f3;
}

.row.flex {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .review-slide {
        width: 100%
    }

    .b-reviews .bx-wrapper {
        margin-bottom: 0
    }
}

.b-consultation {
    display: block;
    padding: 70px 20px;
    background: #fdb93e url(/images/feedback-bg.jpg) center no-repeat;
    background-size: cover;
}

.b-const-text {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.4em;
    padding-left: 130px;
    padding-top: 65px
}

.b-const-form {
    padding-right: 100px
}

.b-consultation .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 40px;
    font-size: 1.1em;
    font-style: italic
}

.b-consultation textarea.form-control {
    height: 80px
}

.b-consultation .btn-primary {
    height: 40px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #00b7f3;
    width: 100%;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .b-consultation .btn-primary {
        font-size: .95em
    }
}

@media (min-width: 768px) {
    .b-const-form {
        padding: 5px 20px 5px 0;
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .b-const-form {
        padding: 5px 20px;
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .b-const-text {
        padding-left: 0;
        font-size: 1.2em;
        text-align: center
    }

    .b-consultation .btn-primary {
        font-size: 1em
    }

    .b-consultation .row.flex {
        justify-content: center;
        gap: 30px;
    }

    .feedback-form {
        width: 90%;
    }
}

.b-footer-contacts {
    display: block;
    padding: 40px 0;
    background: #343434;
    border-bottom: #00b7f3 solid 10px
}

.b-contacts-bottom ul,
.b-menu-bottom ul {
    margin: 0;
    padding: 0
}

.b-contacts-bottom li,
.b-menu-bottom li {
    list-style: none
}

.b-contacts-bottom li,
.b-contacts-bottom li a,
.b-menu-bottom li a {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em
}

.menu-bottom-title {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #f9b93d;
    margin-bottom: 20px
}

.b-contacts-bottom li {
    line-height: 1.2em;
    padding-left: 25px;
    margin-bottom: 25px
}

.b-contacts-bottom li:nth-child(1) {
    background: url(/images/loc.png) no-repeat
}

.b-contacts-bottom li:nth-child(2) {
    background: url(/images/phone.png) no-repeat
}

.b-contacts-bottom li:nth-child(3) {
    background: url(/images/email.png) no-repeat
}

.b-contacts-bottom li:nth-child(4) {
    background: url(/images/time.png) no-repeat
}

@media (max-width: 768px) {
    .b-menu-bottom {
        margin-bottom: 20px
    }

    .b-contacts-bottom li:nth-child(1) {
        background: url(/images/loc.png) no-repeat
    }

    .b-contacts-bottom li:nth-child(2) {
        background: url(/images/phone.png) no-repeat
    }

    .b-contacts-bottom li:nth-child(3) {
        background: url(/images/email.png) no-repeat
    }

    .b-contacts-bottom li:nth-child(4) {
        background: url(/images/time.png) no-repeat
    }
}

.b-inputs {
    border-top: #acacac solid 1px;
    padding-top: 10px
}

.b-inputs input,
.b-inputs textarea {
    width: 100%;
    border: #fdb93e solid 1px;
    padding: 10px 15px;
    font-style: italic;
    margin: 5px 0
}

.b-inputs button[type=submit] {
    width: 100%;
    margin-top: 10px
}

a.btn-menu-left {
    color: #fff;
    font-size: 1.3em;
    line-height: 50px;
    margin-left: 15px
}

a.btn-menu-left i {
    margin-right: 10px
}

#myModalMenu {
    opacity: 1;
    z-index: 9999;
    top: 50px;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

#myModalMenu .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

#myModalMenu .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

#myModalMenu .modal-content {
    max-height: 98vh;
    overflow-y: auto
}

#myModalMenu .modal-header {
    background: #ececec;
    border-radius: 5px 5px 0 0
}

#myModalMenu .b-menu-left {
    box-shadow: none;
    padding: 5px
}

.modal {
    z-index: 9999;
    top: 50px
}

.b-product .img-responsive {
    margin: 3px auto;
    max-height: 190px
}

.b-contacts div[class^=col-] {
    padding: 0
}

@media (max-width: 769px) {
    .navbar-toggle {
        display: block !important
    }
}

@media (max-width: 379px) {
    .mob-phone {
        display: block;
        width: 100%
    }

    .mob-phone .blck-phones {
        display: table;
        margin: auto
    }

    .mob-phone .blck-phones li {
        display: block
    }

    .b-logo {
        right: -85px !important
    }

    .b-langs {
        margin-left: 50px !important
    }
}

.header-pc .b-langs {
    display: inline-block;
    position: relative;
    align-self: center;
    text-align: center;
    border: 1px solid #00B7F3;
    cursor: pointer;
    border-radius: 5px;
    max-height: 40px;
}
.header-mobile .b-langs{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 35px;
    vertical-align: top;
    line-height: 35px;
    margin-top: 5px;
    margin-left: 20px;
    text-align: center;
}
.b-langs ul {
    display: none;
    background: #fff;
    border: #ddd solid 1px;
    border-radius: 0 0 5px 5px;
    width: 35px;
    position: absolute;
    z-index: 9999
}

.header-pc .link-lang:not(.active) {
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 99;
    padding-top: 50px;
    top: 0;
}
.header-mobile .link-lang:not(.active) {
    cursor: pointer;
}
.header-bottom__langs:hover .link-lang:not(.active){
    display: block;
}
@media (max-width: 1024px) {
    .b-langs {
        margin-left: 0
    }

    .b-contacts .container {
        padding: 0
    }
}

.b-langs a {
    color: #585858
}

.b-langs a:hover {
    text-decoration: underline
}

@media only screen and (min-width: 1201px) {
    .b-phones .blck-phones li:nth-child(1) {
        padding-left: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .b-phones .blck-phones li {
        font-size: 1.3em
    }

    .b-logo {
        right: -40px
    }

    .b-logo img:first-child {
        width: 40%
    }

    .b-logo img:last-child {
        width: 35%
    }

    .b-logo {
        right: -40px
    }

    .b-phones .blck-phones li:nth-child(1) {
        padding-left: 25px
    }

    .ssl_logo img {
        width: 60px !important;
        margin-top: 0 !important
    }

    .ssl_logo {
        margin-right: 0 !important;
        margin-top: -10px !important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .ssl_logo img {
        width: 60px !important;
        margin-top: 0 !important
    }

    .ssl_logo {
        margin-right: -20px !important;
        margin-top: -55px !important
    }
}

@media only screen and (max-width: 992px) {
    .b-logo {
        position: relative
    }

    .b-phones .blck-phones li {
        font-size: 1em
    }

    .b-logo {
        top: 0;
        right: -40px
    }
}

@media only screen and (min-width: 769px) {
    .hide-on-desktop {
        display: none
    }

    .navbar-toggle {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .alt-container {
        width: 100% !important
    }

    .b-menu-top > li {
        margin: 0 5px
    }
}

.b-phones-mob-header .work-time {
    display: none
}

.b-phones-mob-header .phone_cont i {
    display: none
}

.home-slider .bxslider_caption.bx-caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0
}

.bx-wrapper .bx-controls-direction a {
    text-decoration: none;
    -o-transition: border 0.3s, background 0.3s, color .3s;
    -ms-transition: border 0.3s, background 0.3s, color .3s;
    -moz-transition: border 0.3s, background 0.3s, color .3s;
    -webkit-transition: border 0.3s, background 0.3s, color .3s
}

.b-logo {
    overflow: visible;
    width: 100%
}

.b-logo > a {
    display: inline-block
}

.b-logo img:last-child {
    width: auto;
    height: 7.15vw
}

.b-logo .links img {
    height: 5.4vw;
    width: auto
}

.home-slider .bxslider li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 769px) {
    .home-slider .bxslider .bxslider_caption {
        height: 30.7vw;
        overflow: hidden
    }
    .home-slider .bxslider  img{
        height: auto;
        width: 100%;
    }
    .home-slider .bxslider {
        width: 100%;
        height: 30.7vw;
        overflow: hidden;
        display: block
    }

    .home-slider li {
        height: 30.7vw
    }

    .home-slider {
        width: 100%;
        height: 30.7vw;
        display: block;
        /*overflow: hidden*/
    }
}

@media only screen and (max-width: 768px) {
    .home-slider .bxslider .bxslider_caption {
        height: 48.1vw
    }

    .b-slider.home-slider {
        padding-top: 0;
        height: 48.1vw;
        overflow: hidden
    }

    .home-slider .bxslider {
        height: 48.1vw;
        overflow: hidden
    }

    .home-slider .bx-wrapper {
        height: 48.1vw;
        overflow: hidden
    }

    .home-slider .bxslider li {
        height: 48.1vw;
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: center
    }

    .home-slider .bxslider li img {
        max-width: none;
        width: auto;
        height: 48vw
    }

    .b-phones .blck-phones li {
        padding-left: 25px
    }

    .b-logo {
        right: -40px
    }

    .b-logo img:first-child {
        width: 40%
    }

    .b-logo img:last-child {
        width: auto;
        height: 19.7vw
    }


    .b-phones-mob-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .b-phones-mob-header .logo_cont {
        order: 1;
        width: 38%;
        margin-right: 7%
    }

    .b-phones-mob-header .logo_cont .b-logo {
        right: 0 !important;
        display: flex;
        flex-direction: column
    }

    .b-phones-mob-header .logo_cont .b-logo > a {
        order: 2
    }

    .b-phones-mob-header .logo_cont .b-logo > .links {
        order: 1;
        margin-left: 110%;
        white-space: nowrap;
    }

    .b-phones-mob-header .lang_cont {
        order: 3;
        z-index: 9999999
    }

    .b-phones-mob-header .lang_cont .b-langs {
        margin: 0 !important;
        position: relative
    }

    .b-phones-mob-header .phone_cont {
        order: 2;
        width: 53%;
        display: flex;
        justify-content: space-between
    }

    .b-phones-mob-header .phone_cont i {
        cursor: pointer;
        margin-left: 15px;
        margin-top: 5px;
        display: block
    }

    .b-phones-mob-header .phone_cont .blck-phones {
        margin: 0;
        width: auto;
        display: block
    }

    .b-phones-mob-header .phone_cont .blck-phones > li {
        display: none
    }

    .b-phones-mob-header .phone_cont .blck-phones > li:nth-child(1) {
        display: block
    }

    .b-phones-mob-header .lang_cont {
        margin-top: -40px;
        text-align: right;
        padding-right: 33px;
        width: 100%
    }

    .b-phones-mob-header .work-time {
        display: block;
        order: 4;
        width: 55%;
        margin-left: 35%;
        float: left
    }

    .fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #fff
    }

    .b-phones-mob-header .phone_cont.active .blck-phones > li {
        display: block
    }

    header ~ div:nth-child(2) {
        padding-top: 155px
    }

    .logo_cont .b-logo > a {
        margin-bottom: 20px
    }

    .logo_cont .b-logo > a > img {
        margin-top: -20px
    }
}

@media (max-width: 330px) {
    .b-phones-mob-header .phone_cont {
        order: 2;
        width: 57%;
        display: flex;
        justify-content: space-between
    }

    .b-phones-mob-header .logo_cont {
        margin-right: 5%
    }

    .b-phones .blck-phones li,
    .b-phones .blck-phones li a {
        padding-left: 0
    }

    .b-phones .blck-phones li:nth-child(1) {
        padding-left: 0;
        margin-left: 10px
    }
}

.our-clients-slider > li {
    font-size: 14px
}

div:not(.b-inputs) .help-block {
    display: none
}

div.b-inputs .help-block {
    display: block
}

div.has-error .help-block {
    display: block !important
}

.header-pc .link-lang {
    display: inline-block;
    padding: 12px 8px;
}
.header-mobile .link-lang {
    display: inline-block;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.alert_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0, 0, 0, .3)
}

.alert_modal_container .alert {
    font-size: 20px;
    max-width: 550px;
    line-height: 35px;
    text-align: center
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.link-lang.active > a,
.link-lang.active > span {
    font-weight: 500;
    color: #00b7f3
}


.b-langs {
    width: auto
}

.ssl_logo img {
    width: 80px;
    margin-top: 6px
}

.b-langs .link-lang i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -18px
}

@media (max-width: 768px) {
    .b-products {
        display: flow-root
    }

    .b-product .img-responsive {
        width: 190px;
        height: 190px
    }

    .links a:last-child {
        display: none;
    }

}

.b-product {
    margin-bottom: 10px
}

.button-order-container {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.button-order-container .price {
    color: #00A800;
    font-weight: 700;
    font-size: 16px;
    font-family: Roboto;
    line-height: 1.12em;
    padding: 10px 0;
    text-align: center;
    display: block
}

.button-order-container .order-button {
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #FDB93E;
    color: #FEF6FF;
    height: 37px
}

@media only screen and (min-width: 769px) {
    .flex-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.links {
    display: inline-block;
    width: 40%;
    white-space: nowrap;
}

.links a {
    display: inline-block;
    width: 32%
}

.links a img {
    width: 140%
}

.links a:first-of-type {
    display: inline-block;
    width: 32%
}

@media only screen and (max-width: 768px) {
    #b-menu-top > ul {
        height: 65vh;
        overflow: overlay
    }

    .b-logo {
        right: -70px !important
    }

    .links {
        display: inline-block;
        width: 56%
    }

    .links a {
        display: inline-block;
        width: 45%
    }

    .b-logo .links a img {
        width: 8.6vw;
        height: 8.6vw
    }

    .container.b-phones-mob-header {
        height: 29vw
    }
}

.bx-wrapper .bx-controls-direction a {
    text-decoration: none;
    -o-transition: border 0.3s, background 0.3s, color .3s;
    -ms-transition: border 0.3s, background 0.3s, color .3s;
    -moz-transition: border 0.3s, background 0.3s, color .3s;
    -webkit-transition: border 0.3s, background 0.3s, color .3s
}

.modal {
    z-index: 9999;
    top: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.homepage_b-info {
    padding-bottom: 0
}

.action-product {
    position: relative;
    overflow: hidden
}

.action-product .action-sticker {
    position: absolute;
    top: 18px;
    display: block;
    width: 140px;
    padding: 0 20px;
    left: -35px;
    background: red;
    transform: rotate(-45deg);
    color: #fff
}

.no-border {
    border: none
}

.action-form .b-inputs .form-control {
    border-radius: 0
}

.action-form .b-inputs button {
    margin: 0;
    border-radius: 0
}

.modal-dialog .modal-content {
    border-radius: 0
}

.faq-section .panel-body {
    text-align: left;
    color: #575757;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 300
}

.faq-section .panel-title a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    align-items: center
}

.faq-section .panel-title a.collapsed i:before {
    content: "\e114"
}

.faq-section .panel-heading {
    background-color: #00B7F3;
    border-radius: 0;
    padding: 15px
}

.faq-section .panel-group .panel {
    border-radius: 0;
    border: 1px solid #00B7F3
}

.faq-section .questions-header {
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b8f4;
    margin: 30px 0;
    line-height: 1.1
}

.faq-section .panel-title a {
    font: 14px/18px Roboto, sans-serif;
    color: #727272;
    text-transform: uppercase;
    font-weight: 700
}

.b-advantages li .custom_lightbox_images {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100vh;
    padding: 5vh 10vw;
    margin: 0
}

.b-advantages li .custom_lightbox_images span {
    position: absolute;
    right: 150px;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 0 0 #fff;
    letter-spacing: 1px
}

.b-advantages li .custom_lightbox_images img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 40px
}

.b-advantages li .custom_lightbox_images img:last-child {
    margin-right: 0
}

@media (max-width: 1500px) {
    .b-advantages li .custom_lightbox_images span {
        right: 50px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.b-content h1,
.b-products h1,
.b-content h2,
.b-products h2 {
    color: #00b8f6;
    font-family: Roboto, sans-serif;
    text-transform: none;
}

h1,
.h1,
.b-content h1,
.b-products h1 {
    font-size: 32px;
}

h2,
.h2,
.b-content h2,
.b-products h2 {
    font-size: 28px;
}

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

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

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.copyright_sprava {
    text-align: center;
    color: #fff;
}

.copyright_sprava img {
    width: 90px;
    margin-bottom: 2px;
}

img#logo {
    margin-right: 10px;
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 1400px) {
    img#logo{
        width: 116px;
        margin-right: 0;
    }
    .header-bottom__logo{
        width: unset;
        margin-right: 0;
    }
    .b-menu-top > li a{
        font-size: 13px;
    }
    .header-pc .link-lang{
        font-size: 13px;
    }
    .header-bottom__btns .header-bottom__btn a{
        font-size: 13px;
    }
    .header-bottom__btns{
        column-gap: 10px;
    }
    .header-bottom__elements{
        justify-content: space-between;
    }
    .header-top__info{
        column-gap: 20px;
    }
    .header-top__medals{
        margin-right: 15px;
    }
    .header-top__work-time div, .header-top__info-emails div, .header-top__info-phones div, .header-top__info div{
        flex-direction: row;
    }
    .b-phones-mob-header .phone_cont {
        justify-content: flex-end;
    }

    .b-phones-mob-header .phone_cont.active .blck-phones > li {
        padding: 0;
    }

    .b-phones-mob-header .phone_cont.active {
        z-index: 99999999;
    }

    .b-phones .blck-phones li:nth-child(1) {
        padding: 0;
    }

    .b-phones-mob-header .phone_cont .blck-phones {
        background: #fff;
    }
}
@media only screen and (max-width: 768px) {
    img#logo{
        width: 62px;
        margin-right: 0;
    }
    .header-bottom__logo{
        width: unset;
        margin-right: 0;
    }
    .b-menu-top > li a{
        font-size: 10px;
    }
    .header-pc .link-lang{
        font-size: 10px;
    }
    .header-bottom__btns .header-bottom__btn a{
        font-size: 10px;
    }
    .header-bottom__btns{
        column-gap: 10px;
    }
    .header-bottom__elements{
        justify-content: space-between;
    }
    .header-top__info{
        column-gap: 20px;
    }
    .header-top__medals{
        margin-right: 15px;
    }
    .header-top__work-time div, .header-top__info-emails div, .header-top__info-phones div, .header-top__info div{
        flex-direction: row;
    }
    .header-top__info .blck-phones{
        flex-direction: column;
    }
    .header-top__info-emails div{
        display: flex;
        flex-direction: column;
    }
    .b-phones-mob-header .phone_cont {
        justify-content: flex-end;
    }

    .b-phones-mob-header .phone_cont.active .blck-phones > li {
        padding: 0;
    }

    .b-phones-mob-header .phone_cont.active {
        z-index: 99999999;
    }

    .b-phones .blck-phones li:nth-child(1) {
        padding: 0;
    }

    .b-phones-mob-header .phone_cont .blck-phones {
        background: #fff;
    }
}
@media (max-width: 991px) {
    .header-top__info .blck-phones{
        flex-direction: column;
    }
    .header-top__info-emails div{
        display: flex;
        flex-direction: column;
    }
}


.glyphicon-star::before {
  content: "\e006";
}
.stars__blank {
    font-size: 16px;
    color: #ccc;
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

.stars__full {
    position: absolute;
    top: 0px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    color: #fdb93e;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.review__item {
    background: #fff;
    padding: 32px 20px;
    border-radius: 5px;
    height: 100%;
}

.slider-reviews .owl-stage {
    display: flex;
}
.slider-reviews {
    margin-bottom: 30px;
}

@media (max-width: 575px){
    .header-mobile-top .work-time{
        padding: 5px 0;
        background: #FFEEDA;
        color: #7F7F7F;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: center;
    }
    .header-mobile .b-phones-mob-header{
        height: 22vw;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-mobile .logo_cont .b-logo > a{
       order: unset;
        margin-bottom: unset;
    }
    .header-mobile .logo_cont .b-logo > a > img{
        width: 72px;
        height: 44px;
        margin-top: unset;
    }
    .header-mobile .b-phones-mob-header .logo_cont{
        width: unset;
        margin-right: unset;
        order: unset;
    }
    .header-mobile .b-phones-mob-header .logo_cont .b-logo{
        right: 0 !important;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .header-mobile .b-phones-mob-header .logo_cont .b-logo > .links{
        margin-left: unset;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 80px
    }
    .header-mobile .b-phones .blck-phones li:nth-child(1){
        background: url(/storage/Group1.png) 0 50% no-repeat;
        margin-left: 0;
    }
    .header-mobile .b-phones-mob-header .phone_cont {
        width: 34%;
        display: flex;
        justify-content: center;
        order: unset;
        color: #7F7F7F;
    }
    .header-mobile .b-phones .blck-phones li, .b-phones .blck-phones li a {
        font-size: 13px;
        color: #7F7F7F;
    }
    .header-mobile .links a{
        display: inline-block;
        width: 27%;
    }
    .header-mobile .links a:last-child{
        display: block;
    }
    .header-mobile .b-logo .links a img{
        width: 32px;
        height: 32px;
    }
    .header-mobile .b-langs{
        margin-left: 10px !important;
        width: auto;
    }
    .header-mobile .b-phones-mob-header .phone_cont i {
        cursor: pointer;
        margin-left: 5px;
        margin-top: 3px;
        display: block;
    }
    .header-mobile .link-lang{
        display: flex;
    }
    .header-mobile .link-lang .glyphicon-chevron-down{
        cursor: pointer;
        margin-left: 5px;
        margin-top: 10px;
        display: block;
        position: unset;
        color: #7f7f7f;
    }
    .header-mobile .link-lang .link-lang__lang{
        color: #00B8F6;
        font-size: 12px;
    }
    .header-mobile{
        display: block;
    }
    .header-pc{
        display: none;
    }
}
@media (max-width: 340px){
    .header-mobile .b-phones .blck-phones li:nth-child(1){
        padding-left: 18px;
    }
    .header-mobile .b-phones .blck-phones li, .b-phones .blck-phones li a{
        font-size: 9px;
        padding-left: unset;
    }
}
