.empty {
    display: none;
}
.header-mobile{
    display: none;
}
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;
}

h3 a {
    color: #00b8f4;
    text-decoration: none;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.b-our-clients.b-center.mobile {
    display: none;
}

.mtb-40 {
    margin: 40px 0;
}
.landing-title-our-clients,
.landing-title-gallery {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    color: #00b8f4;
    margin: 30px 0;
    line-height: 1.1;
}

@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, select, textarea {
    padding: 5px;
}

.white {
    color: #fff !important;
}

.b-grey {
    background: #f2f2f2 !important;
}

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

.b-right {
    text-align: right;
}

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

.preload #loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
    background: #fff url(/images/preloader.gif) 50% 50% no-repeat;
}

@media (min-width: 1600px) {
    .header-top .container, .header-bottom .container{
        width: 1565px
    }
}
/* 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;
}

.b-contacts .b-contacts li:nth-child(1) {
    background: url(/images/time_ic.svg) no-repeat;
}

.b-contacts .b-contacts li:nth-child(2) {
    background: url(/images/email_ic.svg) no-repeat;
}

.btn-calc {
    background: #fdb93e;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
    margin: -30px 30px 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;
}

.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-our-clients.b-center.mobile {
        display: block;
    }

    #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: 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, .b-menu-top > li a.active {
    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;
}

.b-menu-top li i {
    font-weight: 200;
}

@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;
        margin-bottom: 10px;
        border-top: #e5e5e5 solid 1px;
        font-weight: 600;
    }

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

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

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

    ul.b-mob-phones {
        margin: 0;
        padding: 0;
        width: 140px;
        margin: 10px auto;
    }

    .b-mob-phones li {
        list-style: none;
        background: url(/images/phone.png) 0 50% no-repeat;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        margin: 0;
        padding-left: 22px !important;
    }

    #b-menu-top li.sub-menu > a:after {
        display: inline-block;
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        float: right;
        color: #fdb93e;
    }

    #b-menu-top .sub-menu ul {
        position: relative;
        box-shadow: none;
        margin-top: -10px;
    }

    #b-menu-top .sub-menu ul li a {
        font-size: 1em;
        color: #575757 !important;
        font-weight: 300;
        border-top: none;
        margin-left: 10px;
    }
}

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

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

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

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

@media (max-width: 768px) {
    .bx-wrapper .bx-caption span {
        font-size: 2em;
    }
}

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

img#logo {
    margin-right: 10px;
}
@media (min-width: 998px) {
    img#logo {
        width: 100%;
        height: auto;
    }
}

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

.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;
    }
}
@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;
    }
}
/* 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: 25px 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;
}

ul.b-menu-left > li ul {
    margin: 10px 0;
    padding-left: 15px;
    display: none;
}

ul.b-menu-left > li ul li {
    list-style-type: disc;
}

ul.b-menu-left > li li a {
    text-transform: none;
}

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

.b-menu-left li.active ul {
    display: block;
}

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

    ul.b-menu-left > li ul li {
        list-style-type: none;
    }

    ul.b-menu-left > li ul li a {
        color: #aeaeae;
    }

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

@media (min-width: 992px) {
    .b-action {
        width: 24%;
    }
}

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

.b-categories {
    margin: 15px auto;
}

.b-category {
    padding-top: 25px;
    padding-bottom: 25px;
}

.b-category-name a {
    color: #393939;
    text-decoration: none;
    font-size: 1.3em;
}

/* 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.b4 li {
    width: 25%;
}

.b-advantages li > a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 78px;
    height: 78px;
}

.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 */
.b-why-we {
    display: block;
    padding: 45px 10px;
    background: url(/images/image_3.jpg) 50% 50% no-repeat;
}

.b-why-we h3 {
    color: #fff;
}

.b-why-we-body {
    display: block;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0px 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: 0px 5px;
    }

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

/* 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, .our-clients img {
    width: 200px;
    height: 116px;
}

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

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

.our-clients-name {
    display: block;
    text-align: center;
    min-height: 46px;
}

@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 */
.b-info {
    display: block;
    padding: 20px 20px 60px 20px;
    color: #4b4b4b;
}

.b-info .row > div {
    padding: 0;
}

div.b-info-body {
    padding: 10px 20px !important;
    display: table;
    height: 368px;
}

.b-info-text {
    display: table-cell;
    vertical-align: middle;
}

.b-info-right {
    text-align: right;
}

.b-info .b-float-right {
    float: right;
}


@media (max-width: 768px) {
    div.b-info-body {
        padding: 10px !important;
        height: auto;
    }

    .b-info-right {
        text-align: left;
    }

    .b-info .b-float-right {
        float: none;
    }
}

/* reviews */
.b-reviews {
    display: block;
    padding: 20px 20px 10px 20px;
    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;
    margin: 20px 0;
}

.slider-reviews .review-commet {
    margin: 20px 0;
    font-weight: bold;
}

.slider-reviews .review-date {
    color: #a0a0a0;
}

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

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

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

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

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

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

.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 select.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;
    margin-bottom: 10px;
}

.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;
    }
}
@media (max-width: 767px){
    .b-contacts{
        width: 0px;
    }
}
.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-content h1, .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 ul {
    margin: 0;
    padding: 0;
}

.frm-order li {
    list-style: none;
}

.frm-order li label {
    padding-left: 30px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
    display: inline-block; /* width: 195px; */
}

.frm-order li.o-icon-01 label {
    background: url(/images/ic/1_ic.svg) no-repeat;
}

.frm-order li.o-icon-02 label {
    background: url(/images/ic/2_ic.svg) no-repeat;
}

.frm-order li.o-icon-03 label {
    background: url(/images/ic/3_ic.svg) no-repeat;
}

.frm-order li.o-icon-04 label {
    background: url(/images/ic/4_ic.svg) no-repeat;
}

.frm-order li.o-icon-05 label {
    background: url(/images/ic/5_ic.svg) no-repeat;
}

.frm-order li.o-icon-06 label {
    background: url(/images/ic/6_ic.svg) no-repeat;
}

.frm-order li.o-icon-07 label {
    background: url(/images/ic/7_ic.svg) no-repeat;
}

.frm-order li.o-icon-08 label {
    background: url(/images/ic/8_ic.svg) no-repeat;
}

.frm-order li.o-icon-09 label {
    background: url(/images/ic/9_ic.svg) no-repeat;
}

.frm-order input[type="radio"] {
    width: 25px;
    height: 26px;
    margin: 0 5px;
    display: block;
    float: left;
}

.frm-order input[type="radio"]:before {
    display: block;
    position: absolute;
    background: url(/images/radio.png);
    content: '';
    width: 25px;
    height: 26px;
}

.frm-order input[type="radio"]:checked:before {
    display: block;
    position: absolute;
    background: url(/images/radio-checked.png);
    content: '';
    width: 25px;
    height: 26px;
}

.b-radio-block {
    display: inline-block;
    vertical-align: middle;
}

.b-radio-block:nth-child(3), .b-radio-block:nth-child(4) {
    margin-left: 10px;
}

.b-radio-block span {
    display: block;
    float: left;
    line-height: 30px;
}

.frm-order input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.frm-order input[type="checkbox"]:before {
    display: block;
    position: absolute;
    background: url(/images/checkbox.png);
    content: '';
    width: 30px;
    height: 30px;
}

.frm-order input[type="checkbox"]:checked:before {
    display: block;
    position: absolute;
    background: url(/images/checkbox-checked.png);
    content: '';
    width: 30px;
    height: 30px;
}

.file-upload {
    display: block;
    height: 30px;
    position: relative;
}

.file-upload label {
    text-decoration: underline;
}

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

.b-fields-data {
    margin-top: 30px;
}

.b-fields-data input {
    width: 100%;
    display: inline-block;
    margin-right: 37px;
}

.b-fields-data input:last-child {
    margin-right: 0;
}

.frm-order button[type="submit"] {
    margin: 20px auto;
    border-radius: 0;
    width: 33%;
    display: block;
}

.frm-order .b-fields-data div.form-group, .frm-order .b-fields-data div.phone-input-custom {
    display: inline-block;
    width: 30%;
    margin-right: 37px;
}

.frm-order .b-fields-data div.phone-input-custom div.form-group {
    width: 100%;
    margin-right: 0px;
    display: block
}

.frm-order .b-fields-data div.form-group:last-child {
    margin-right: 0;
}

.frm-order .b-fields-data input {
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .frm-order li label {
        display: block;
    }

    .b-fields-data input {
        width: 100%;
        margin: 10px 0;
    }

    .frm-order .b-fields-data div.form-group {
        display: block;
        width: 100%;
    }

    .b-fields-data {
        margin-top: 10px;
    }

    .frm-order button[type="submit"] {
        width: 100%;
        margin: 10px auto;
    }
}

/* contacts map */
.b-contacts-map {
    display: block;
    min-height: 515px;
    background: url(/images/map.png) 50% 50% no-repeat;
    padding: 20px 0;
    font-weight: 500;
}

.b-contacts-map .title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 45px;
}

.b-contacts-map .title:after {
    display: block;
    content: '';
    background: #fbb93e;
    width: 15%;
    margin-top: 15px;
    height: 3px;
}

.b-contacts-map > div .title:first-child {
    margin-top: 0;
}

.b-contacts-map ul {
    margin: 0;
    padding: 0;
}

.b-contacts-map li {
    list-style: none;
    background: url(/images/phone.svg) no-repeat;
    padding-left: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .b-contacts-map {
        background: none;
    }

    .b-contacts-map > div .title:first-child {
        margin-top: 45px;
    }
}

.b-consultation.b-contacts-page {
    padding: 30px 0;
    background: #fdb93e;
}

.b-contacts-page .frm-order {
    padding: 0 125px;
}

.b-contacts-page .b-fields-data input {
    margin-right: 41px;
}

.b-contacts-page .b-fields-data input:last-child {
    margin-right: 0;
}

.b-contacts-page input, .b-contacts-page textarea {
    border: none;
    font-weight: 300;
    font-size: 1.2em;
    font-style: italic;
    padding: 15px 10px;
}

.b-contacts-page textarea {
    height: 150px;
}

.b-contacts-page .frm-order button[type="submit"] {
    background: #00b7f3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .b-contacts-page .frm-order {
        padding: 0;
    }

    .b-contacts-page .b-fields-data input {
        margin-right: 0;
    }
}

.b-gallery img {
    border-radius: 5px;
    border: #fdb93e solid 1px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .b-gallery > div {
        padding: 5px;
    }

    .b-gallery img {
        margin-bottom: 5px;
    }
}

/* page gallery */
.b-page-gallery {
    text-align: center;
}

.b-page-gallery div {
    display: inline-block;
}

.b-page-gallery img {
    display: inline-block;
    margin: 3px;
    border-radius: 5px;
    border: #fdb93e solid 1px;
}

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

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

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

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

.b-products h3 {
    text-transform: none;
    color: #575757;
}

/* item info */
.b-item-info {
    display: block;
    margin-bottom: 30px;
    border-bottom: #c6c6c6 solid 1px;
    font-size: 1em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    color: #575757;
    font-weight: 500;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background: none;
    border: none;
    color: #a3a3a3;
    font-weight: 500;
}

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

.b-content .nav-tabs li:first-child {
    margin: 0 15px 0 0;
}

.b-content .nav-tabs li a {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

.b-content .nav-tabs li.active a {
    border-bottom: #fdb93e solid 2px;
}

.tab-content > div {
    padding: 20px 5px;
}

.tab-content table td {
    padding: 5px;
}

.b-object-photos {
    text-align: center;
    margin-bottom: 25px;
    border: #fdb93e solid 1px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
}

.b-object-list-photos ul {
    margin: 0;
    padding: 0;
}

.b-object-list-photos li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.b-object-list-photos li img {
    opacity: .5;
}

.b-object-list-photos li img.active {
    opacity: 1;
    border: #c8c8c8 solid 1px;
}

.b-object-list-photos .bx-wrapper {
    max-width: 100% !important;
}

.b-object-list-photos .bx-viewport {
    height: 120px !important;
}

.b-object-main-photo {
    margin-bottom: 30px;
    padding: 10px;
}

.b-object-main-photo img {
    margin: 3px auto;
}

.b-to-order {
    color: #0ca500;
    font-weight: 700;
    font-size: 2em;
    margin: 20px 0;
}

.b-size-box {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px 0;
    font-weight: 500;
    text-align: center;
    color: #acacac;
}

.b-size-box:before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    border-top: #acacac solid 1px;
    width: 100%;
}

.b-size-box > div {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

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

.b-item-info .frm-order {
    padding-right: 27px;
}

@media (max-width: 768px) {
    .b-object-list-photos li {
        width: 30%;
        height: auto;
        margin: 3px;
    }

    .b-object-list-photos li img {
        width: 100%;
        height: auto;
    }

    .b-content .nav-tabs li a {
        border-bottom: rgba(0, 0, 0, 0) solid 2px;
    }
}

@media (max-width: 500px) {
    .b-content .nav-tabs li:last-child {
        margin-left: 0;
    }
}

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, .b-info .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;
    }
}

.fancybox-nav span {
    visibility: visible;
}

.order-item div.form-group {
    display: inline-block;
    margin-bottom: 0;
}

.order-item .b-inputs div.form-group {
    display: block;
    margin-bottom: 0;
}

.order-item div.help-block {
    margin-bottom: 0;
}

.field-zakazform-length, .field-zakazform-width, .field-zakazform-height, .field-Binded, .field-zakazform-types {
    display: inline-block;
    margin-bottom: 0;
}

.field-zakazform-length div.help-block, .field-zakazform-width div.help-block, .field-zakazform-height div.help-block {
    margin-bottom: 0;
}

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

.b-langs ul li {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.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;
}
@media (max-width: 1024px) {
    .b-langs {
        margin-left: 0;
    }

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

a.btn-add-fields {
    color: #575757 !important;
}

a.btn-add-fields i {
    color: #c3a686 !important;
    font-size: 14px;
}

.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 .links img {
        width: 100%;
    }

    .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) {
    .scheme-img {
        margin-top: 20%;
    }

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

.field-orderform-notprint, .field-orderform-print {
    display: block !important;
}

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;
}
.header-top .link-lang:first-child{
    /*margin-right: 15px;*/
}

.link-lang.active > a,
.link-lang.active > span {
    font-weight: bold;
    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;
}

.form-group.field-contactform-recaptcha div {
    margin: 20px auto 0 auto;
}

.input-file-hidden {
    width: 300px;
    overflow: hidden;
    margin-top: -31px;
    margin-left: 190px;
}

.input-file-hidden input {
    height: 30px;
    width: 305px;
    margin-left: -158px;
    opacity: 0;
    position: relative !important;
}

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

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

    .b-menu-left + .hidden_desktop {
        display: none;
    }
}

.custom-type-field {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.custom-type-field .form-group {
    margin-bottom: 0;
}

.frm-order li.custom-type-field label {
    height: 19px;
}

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

.tooltip .tooltip-inner {
    background-color: #575757;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #575757;
}

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

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

.b-product-pdf .b-product-name {
    margin-top: 40px;
}

.b-content .error_title {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.b-content .error_subtitle {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.b-content .error_btns {
    margin-top: 50px;
    text-align: center;
}

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

    .b-phones-mob-header .tobottom {
        /*margin-top: 0;*/
    }

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

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

    .b-phones-mob-header .phone_cont.active .blck-phones > li {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .b-menu-left + .hidden_mobile {
        display: none;
    }

    .action_good_block {

    }

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

    .b-contacts .b-contacts li:nth-child(1) {
        background: none;
    }

    .b-contacts .b-contacts li:nth-child(2) {
        background: none;
    }

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

    .file-upload .input-file-hidden {
        width: auto;
    }

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

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

.bx-slider a.img-slide {
    display: block;
    height: 190px;
}

.file-name {
    margin-left: 20px;
}

.item-view .input-file-hidden {
    width: 300px;
    overflow: hidden;
    margin-top: -28px;
    margin-left: 155px;
}

.item-view .input-file-hidden input {
    margin-left: -127px;
    opacity: 0;
}

.input-file-hidden .has-success input {
    opacity: 1;
}

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

#header {
    z-index: 9990;
}

.fancybox-overlay {
    z-index: 9991;
}

@media (max-width: 768px) {
    .item-view .input-file-hidden {
        width: auto;
    }
}

.tab-content {
    font-size: 14px;
}

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

.b-product, .b-category {
    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;
}

.b-action {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
}

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

.m-0 {
    margin: 0;
}

.review-form .form-control {
    border-radius: 0;
}

.item-reviews-container {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.item-reviews-container .item-review {
    border: 1px solid #fdb93e;
}

.item-reviews-container .item-review .item-review-header {
    border-bottom: 1px solid #fdb93e;
    padding: 10px 15px;
}

.item-reviews-container .item-review .item-review-header .item-review-name {
    font-weight: 700;
    margin-right: 10px;
}

.item-reviews-container .item-review .item-review-content {
    padding: 15px;
}

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

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

.b-content .like-h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: bold;
}

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

.img-3 img {
    width: 33%;
}

.img-2 img {
    width: 49%;
}

.img-1 img {
    width: 100%;
}

@media (max-width: 768px) {
    .img-2 img,
    .img-3 img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: 10px 0;
    }

    .frm-order .b-fields-data div.phone-input-custom {
        display: inline-block;
        width: 100%;
        margin-right: 37px;
    }
}

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

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

.phone-input-custom-message {
    font-size: 12px;
    line-height: 12px;
}

.phone-input-custom input {
    margin-bottom: 0;
}

.phone-input-custom {
    margin-bottom: 10px;
}

.b-fields-data.b-fields-data-flexed {
    display: flex;
    flex-wrap: wrap;
}

.b-our-clients .bx-wrapper.bx-loading {
    display: none;
}

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

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


.rate input {
    width: initial;
    display: none;
}

.rate-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rate-area label {
  margin: 0 2px;
  font-size: 20px;
  color: #ccc;
}

.rate-area input:checked ~ label,
.rate-area label:hover,
.rate-area label:hover ~ label {
    color: #fdb93e;
}

.rate-area label::before {
  content: '\e006';
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.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;
}
.header-bottom__langs:hover .link-lang:not(.active) {
    display: block;
}
/*284975*/
.mb-40 {
    margin-bottom: 40px;
}
.category-for-landing {
    margin: 40px 0;
}
.category-for-landing .categorys_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.category-for-landing .category__image {
    width: 100%;
    height: 221px;
    overflow: hidden;
    margin-bottom: 10px;
}
.category-for-landing .category__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all .5s;
    opacity: 1;
}
.category-for-landing .category__item {
    width: 31%;
}
.category-for-landing .category__text {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    transition: all .5s;
}
.category-for-landing .category__item a:hover .category__text {
    color: #337ab7;
}

.category-for-landing .category__item a:hover > .category__image {
    opacity: .8;
}

.cta-block {
    margin: 40px 0;
    text-align: center;
}
.cta-block .header-bottom__btn,
.cta-block .btn.open-examples-form {
    padding: 20px 80px;
    text-transform: uppercase;
    font-weight: 700;
}
.cta-block .header-bottom__btn{
    background: #00B7F3;
    border: none;
}
.landing-title-our-clients a {
    color: #00B7F3;
    font-size: 22.4px;
}
.list-with-counter ul {
    padding-left: 0;
}
.list-with-counter ul li {
    list-style: none;
    position: relative;
    min-height: 32px;
    align-items: center;
    padding-left: 48px;
    counter-increment: section;
    margin-bottom: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.list-with-counter ul li:before {
    content: counter(section, decimal-leading-zero);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 16px;
    border-radius: 50%;
    letter-spacing: 0.005em;
    color: #45655D;
    border: 1px solid #748B86;
}
@media (max-width: 768px){
    .category-for-landing .category__item {
        width: 47%;
    }
    .category-for-landing .category__text {
        text-align: center;
    }
    .cta-block .btn.open-examples-form {
        padding: 20px 0px;
        width: 100%;
    }
}
/*284975*/
@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;
    }
}

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