/*** uncss> filename: https://vpak.com.ua/assets/d03cda6f/css/all.styles.css ***/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

a {
    background-color: transparent
}

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

strong {
    font-weight: 700
}

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

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

sup {
    top: -.5em
}

img {
    border: 0
}

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

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -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
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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
    }

    img {
        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: rgba(0, 0, 0, 0)
}

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
}

.h3, h1, h2, h3 {
    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
}

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%
    }
}

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

@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
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.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
    }
}

.clearfix:after, .clearfix:before, .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: " "
}

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

@-ms-viewport {
    width: device-width
}

@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;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

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

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

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;

}

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

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

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

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    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
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/* Overlay helper */

/* Title helper */

/*Retina graphics!*/

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

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

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width: 768px) {

    .modal {
        height: 80% !important;
        margin: 5% !important;
    }


    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    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-grey {
    background: #f2f2f2 !important;
}

.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);
}

/* header */
.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: 0px 1px 15px rgba(0, 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-mobile{
     display: none;
 }

.b-phones .blck-phones li:nth-child(1) {
    background-size: contain;
    background: url(/storage/Group1.png) 0 50% no-repeat;
    padding-left: 30px;
    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-menu-top > ul {
        height: 65vh;
        overflow: overlay;
    }

    .b-phones ul {
        margin: 5px 0;
    }

    .b-phones .blck-phones li {
        background: url(/images/phone.png) 0 50% no-repeat;
        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: url(/storage/Group1.png) 0 50% no-repeat;
        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;
    }
}

/* top menu */
.header-pc nav.navbar {
    background: #00b7f3;
    border-radius: 0;
    border-color: #00b7f3;
    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: 0px 1px 15px rgba(0, 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) {
    #b-menu-top > ul {
        height: 65vh;
        overflow: overlay;
    }

    .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 0;
        box-shadow: 0px 0px 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;
    }

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

.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;
}
.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: 77px;
}
.header-top__work-time, .header-top__info-emails, .header-top__info-phones, .header-top__info .blck-phones{
    display: flex;
}
.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;
    }
}

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

.bx-wrapper img {
    margin: 0 auto;
}

.b-logo {
    position: absolute;
    top: -75px;
    right: 20px;
}

img#logo {
    margin-right: 10px;
}
@media (min-width: 998px) {
    img#logo {
        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;
    }
}
.b-center {
    text-align: center;
}


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

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

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

/* left menu */
ul.b-menu-left {
    display: block;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 1px 15px rgba(0, 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;
}

.b-menu-left li.active > a {
    color: #00b7f7;
}

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

    .b-menu-left li.active > a {
        color: #fbba3e;
    }
}

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

    .b-products > div {
        padding-right: 8px;
        padding-left: 8px;
        width: 100% !important;
        margin-left: 0 !important;
    }

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

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

.b-advantages.b-white {
    border-top: none;
}

.b-advantages ul {
    margin: 45px 0 20px 0;
    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: bold;
}

@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: normal;
    font-size: 1.2em;
    line-height: 1.4em;
    text-decoration: underline;
}

/* why we */

/* our clients */
.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-our-clients.b-grey {
        background: #fff !important;
    }
}

/* info */

/* reviews */

/* consultation */

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


.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;
}
.b-const-text {
    color: #fff;
    font-weight: bold;
    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: bold;
    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 0px;
        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 {
        padding: 30px 20px;
        background: #fdb93e;
    }

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

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

.b-menu-bottom {
}

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

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

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

.menu-bottom-title {
    font-size: 1.2em;
    font-weight: bold;
    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;
    }
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 15px 0;
    font-size: .8em;
}

.breadcrumb a {
    font-size: 1.1em;
    color: #ffc253;
}

/* content */
.b-content {
    color: #575757;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 30px;
}

.b-products h1 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #575757;
    text-transform: none;
    font-size: 1.8em;
}

.b-content h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #575757;
    text-transform: none;
    font-size: 1.3em;
}

.b-content li {
    margin: 0 0 15px 0;
}

/* form order */

/*.frm-order input[type="file"] { position: absolute; top: -3px; height: 30px; width: 200px; left: 25px; opacity: 0; }*/

/* contacts map */

/* page gallery */

.pagination > li > a, .pagination > li > span {
    border: none;
    color: #7e7e7e;
    font-weight: bold;
}

.pagination {
    margin: 0 auto 40px auto;
}

.pagination > li:first-child > span, .pagination > li:last-child > a {
    border-radius: 0;
}

.pagination > li > a:hover, .pagination > li.active > a, .pagination > li > span:hover {
    background: #00b8f4;
    color: #fff;
    border-radius: 5px;
}

/* item info */

.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 .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;
}

.b-product .img-responsive {
    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;
    top: 0;
    padding-top: 50px;
}
.header-mobile .link-lang:not(.active) {
    cursor: pointer;
}
@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;
    }
}

@media only screen and (min-width: 769px) {
    .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;
    }

}

@media only screen and (max-width: 768px) {

    .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: 40%;
    }
}

.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;
}

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

.link-lang:not(:last-of-type) {
    /*margin-right: 5px;*/
}

.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 {
    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: flex-start;
    }
}

.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-logo{
        right: -70px !important;
    }
    .links {
        display: inline-block;
        width: 53%;
    }
    .links a {
        display: inline-block;
        width: 32%;
    }
    .b-logo .links a img{
        width: 100%;
    }
    .links a:last-child {
         display: none;
     }
}

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

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

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

@media (max-width: 768px) {
    .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: 100%
    }


    .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%;
    }

    .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: 54%;
        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 .phone_cont.active .blck-phones > li {
        display: block;
    }

    .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: 54%;
        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
    }

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

    .logo_cont .b-logo > a > img {
        margin-top: -20px;
        position: inherit;
        z-index: 9999;
    }
}

@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: 0px;
    }

    .b-phones-mob-header .logo_cont .b-logo > .links {
        margin-left: 100%;
    }

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

@media (max-width: 768px) {

    .action_good_block {

    }

    .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
    }

    .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;
    }
}

@media (max-width: 991px) {
    .custom-aside-block .action_good_block{
        display: none;
    }
    .b-products .col-md-4 .b-product .img-responsive{
        height: 190px;
    }
}
@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
    }
}

.faq-section {

}

.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 15px;
}

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

.faq-section .questions-header {
    font-size: 1.6em;
    font-weight: bold;
    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: bold;
}

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


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

.action-product .action-sticker {
    position: absolute;
    top: 18px;
    display: block;
    width: 140px;
    padding: 0 20px;
    left: -35px;
    background: #ff0000;
    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;
}
.custom-message-class {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 25px;
}

.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-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.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 (min-width: 1199px) {
    #header {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
        background-color: #fff;
    }

    main {
        margin-top: 160px;
    }
}

.h3 {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    color: #00b8f4;
    margin: 30px 0;
    line-height: 1.1;
}

.b-content a {
    color: #337ab7 !important;
}

#header {
    z-index: 9990;
}

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

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

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

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

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

.steps {
    padding: 50px 0px;
}

.steps .page-head {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.steps .page-subhead {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.steps__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.steps__image {
    position: relative;
}

.steps__image:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F5A618;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.steps__item:after {
    content: '';
    position: absolute;
    display: block;
    background: #F5A618;
    height: 6px;
    width: 100%;
    top: 87px;
    left: 50%;
}

.steps__item:last-child:after {
    display: none;
}

.steps__item {
    width: calc(100% / 6);
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
}

.steps__text {
    font-weight: 300;
    font-size: 14px;
    transform: rotate(-30deg);
    margin-top: 80px;
}

@media (max-width: 768px) {
    .steps__item {
        width: 100%;
        max-width: 280px;
    }

    .steps__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .steps__text {
        transform: none;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .steps__item:after {
        width: 6px;
        height: 100%;
        left: -5px;
        top: 25px;
    }

    .steps__image:before {
        left: -112px;
        bottom: 50%;

    }

}

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

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

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

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

.img-2 {
    clear: both;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.img-2 img {
    width: 49%;
}
.header-bottom__langs:hover .link-lang:not(.active) {
    display: block;
}
@media (max-width: 768px) {
    .img-2 img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 768px){
    .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;
    }
}


.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;
}
@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;
    }
}
