html{
    font-size: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #585858;
    font-size: 1.1rem;
}
html, body { 
    height: 100%;
    width: 100%;
}
.header-box{
    background-color: white;
}
.container-fluid{
    max-width: 1600px;
}
.main-page-bg {
    background: url("../images/intro-bg.jpg") top center no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.menu-box {
    background: #2A3144;
    position: relative;
    z-index: 2;
}
.nav-fill li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-pills li a.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-pills li:hover{
    background: #37446a;
    transition: 0.3s ease all;
}
.nav-pills li a{
    display: block;
    padding: 1rem 1rem;
    text-decoration: none!important;
    color: #fff;
}
.nav-pills li span.separator {
    display: block;
    padding: 1rem 1rem;
    text-decoration: none!important;
    color: #fff;
    cursor: pointer;
}
.nav-pills li:hover span.separator {
    background: #37446a;
}
.nav-pills li.divider.deeper.parent{
    position: relative;
}
.nav-pills li.divider.deeper.parent:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 20px;
}
.nav-pills li.divider.deeper.parent ul {
    position: absolute;
    top: 58px;
    left: 0;
    width: 375px;
    padding: 0;
    background: #37446a;
    list-style-type: none;
    display: none;
    transition: 0.3s ease all;
}
.nav-pills li.divider.deeper.parent:hover ul {
    display: block;
    transition: 0.3s ease all;
}
.nav-pills li.divider.deeper.parent ul li a {
    text-align: left;
    padding: 0.5rem 1rem;
}
.nav-pills li.divider.deeper.parent ul li:hover {
    background: #2A3144;
    transition: 0.3s ease all;
}
.logo-link {
    display: block;
}
.intro-inner-box {
    background: rgba(205,205,205,0.7);
    border-radius: 45px;
}
.intro-box {
    min-height: calc(100vh - 189px);
}
.featured-item {
    text-align: center;
    font-weight: 600;
}
.featured-item span{
    display: block;
}
.intro-callback-box {
    background: #2A3144;
    border-radius: 45px;
    padding: 65px 30px 40px;
}
.intro-callback-box p.h4 {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.intro-callback-box p.h5 {
    display: block;
    color: #0072FF;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
.contacts-box label,
.intro-inner-box label {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.intro-callback-box .form-control {
    height: 62px;
    border-radius: 62px;
    border-color: transparent;
    color: #333;
    font-weight: 600;
}
.btn-intro-callback, .btn-blue {
    padding: 1rem;
    border-radius: 62px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.intro-callback-box label.form-check-label {
    font-size: 10px;
    font-weight: 400;
}
.intro-wrap-box h1 {
    line-height: 46px;
}
h3 {
    font-size: 40px;
    font-weight: 600;
}
.uslugi-teaser {
    box-shadow: 5px 5px 15px rgba(0, 114, 255, 0.25);
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.uslugi-teaser a{
    color: #585858;
    font-size: 20px;
    line-height: 20px;
    display: block;
}
.uslugi-teaser .arrow-box {
    background: #479AFF;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 75px;
    margin-right: 15px;
}
.jbzoo .row, .jbzoo .row-fluid {
    margin-bottom: 0;
}
.btn-primary {
    background-color: #0072FF;
    border-color: #0072FF;
}
.even {
    background: #F6F7F9;
}
.kompleks-uslugi-teaser .btn-blue {
    display: block;
}
.kompleks-uslugi-teaser .item-title a,
.kompleks-uslugi-teaser .item-price{
    font-size: 24px;
    color: inherit;
    font-weight: 700;
    text-decoration: none!important;
}
.kompleks-uslugi-teaser .item-title a{
    display: block;
    line-height: 30px;
}
.kompleks-uslugi-teaser:hover .item-title a{
    color: #479AFF;
}
.kompleks-uslugi-teaser .item-desc {
    font-size: 20px;
}
.kompleks-uslugi-teaser {
    padding: 45px 40px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 114, 255, 0.25);
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    margin-top: 30px;
}
.dark {
    background: #2A3144;
}
.intro-callback-box.white {
    background: #fff;
}
.intro-callback-box.white p.h4{
    color: #585858;
}
.intro-callback-box.white label {
    font-size: 18px;
    font-weight: 600;
}
.intro-callback-box.white .form-control {
    background: #E1E1E1;
}
.intro-callback-box label.form-check-label {
     font-size: 10px;
     font-weight: 400;
 }
.callback-box-text{
    color: #fff;
}
.callback-features-box {
    background: rgba(219, 235, 255, 0.52);
    border: 1px solid rgba(196, 211, 255, 0.49);
    box-shadow: 5px 5px 15px rgba(0, 114, 255, 0.25);
    margin-bottom: 20px;
    padding: 20px;
    max-width: 340px;
}
.callback-features-box span {
    color: #000;
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 65px;
}
.callback-features-box img {
    float: left;
    margin-left: 20px;
}
#yoo-zoo h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: .5rem;
}
.otzyv-teaser {
    background: #F6F7F9;
    box-shadow: 5px 5px 15px rgba(0, 114, 255, 0.25);
    padding: 30px;
}
/*.jbzoo .item-column,*/
/*.jbzoo .items .item-box,*/
/*.jbzoo .items .jbzoo-item{*/
    /*display: flex;*/
/*}*/
.usluga-photo img {
    max-width: 100%;
    height: auto;
}
.category-wrapper a,
.item-title-teaser a,
span.jsAddToCart,
.subcategory-title a{
    width: 100%;
    text-decoration: none!important;
    display: block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 20px;
    min-height: 54px;
    display: flex;
    border-radius: 75px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    align-items: center!important;
    justify-content: center;
}
.category-wrapper a,
.item-title-teaser a,
.subcategory-title a{
    color: inherit;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    margin-bottom: 20px;
}
span.jsAddToCart{
    background-color: #007bff;
    background-image: none;
    border-color: #007bff;
    text-transform: uppercase;
}
.item-title-teaser{
    flex: 0 0 100%;
    max-width: 100%;
}
.category-wrapper a:not(:disabled):not(.disabled),
.item-title-teaser a:not(:disabled):not(.disabled),
.subcategory-title a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.category-wrapper a:hover,
.item-title-teaser a:hover,
.subcategory-title a:hover{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
span.jsAddToCart:hover{
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}
span.jsAddToCart:active{
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.jsAddToCart:not(:disabled):not(.disabled).active,
.jsAddToCart:not(:disabled):not(.disabled):active,
.show>.jsAddToCart.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5)!important;
}
.item-title-teaser a.focus,
.item-title-teaser a:focus,
.category-wrapper a:focus,
span.jsAddToCart:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5)!important;
}
.tovar-photo a {
    display: block;
}
.news-photo img,
.gallery-full img,
.tovar-photo a img,
.tovar-photo img{
    flex: 0 0 100%;
    max-width: 100%;
}
.tovar-title a, .tovar-title{
    font-weight: 600;
    color: inherit;
    font-size: 18px;
    line-height: 22px;
}
.tovar-props li strong {
    font-weight: 400;
}
.tovar-props li.element-text strong {
    float: left;
}
.tovar-props li.element-text {
    text-align: right;
    position: relative;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    margin-bottom: 0!important;
}
li.element.element-textarea{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    margin-bottom: 0!important;
}
li.element.element-textarea.last{
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem!important;
}
li.element.element-textarea p{
    margin-bottom: 0!important;
}
li.element.element-textarea:hover,
.tovar-props li.element-text:hover{
    background-color: rgba(0,0,0,.075);
}
.tovar-props li {
    margin-bottom: 5px;
}
.jbzoo .unstyled {
    font-size: 16px;
}
.jbprice-tmpl-teaser span.jbprice-value-label {
    display: none;
}
.jbprice-tmpl-teaser .jbprice-value.jsElement.jsPriceElement {
    float: right;
    margin: 0;
    line-height: 24px;
}
span.jsAddToCart{
    cursor: pointer;
    font-weight: 600;
}
.jbprice-buttons.jsPriceButtons{
    margin-top: 2rem;
}

.gallery-photo {
    margin: 0 -10px;
}
.callback-box-text h3 {
    font-size: 36px;
}
.contacts-info-box {
    color: #fff;
    background: #2A3144;
    padding: 30px;
}
.footer-box{
    background: url("../images/footer-bg.png") top center no-repeat;
    background-size: cover;
    color: #fff;
}
.contacts-box {
    position: relative;
}
.contacts-box .contacts-info-box,
.contacts-box .intro-callback-box{
    position: relative;
    z-index: 1;
}
.ya-map {
    position: absolute;
    width: 100%;
    max-width: 900px;
    top: calc(50% - 265px);
    left: calc(50% - 450px);
    z-index: 0;
}
.jbzoo .jbcart-col-image, .jbzoo .jbcart-image {
    width: 200px;
    text-align: left;
}
.jbzoo .jbcart-col-delete {
    width: 125px;
}
.jbzoo .jbcart-delete{
    text-align: right;
    padding-right: 8px!important;
}
.jbzoo .jbcart-col {
    border-bottom: 1px solid #ccc;
}
.jbzoo .jbform-actions {
    padding: 0;
    background: transparent;
    margin: 0;
    border: none;
}
.jbzoo .jbcart-row-total td{
    border-bottom: none!important;
}
.jbzoo .jbcart .jbcart-form-control input[type="text"], .jbzoo .jbcart-form-control input {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none!important;
}
.jbzoo .jbcart input[type="text"]:focus, .jbzoo .jbcart-form-control input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.jbzoo .jbcart-form-label {
    width: 100%;
    margin-bottom: 10px;
}
.jbzoo .jbcart-form-control{
    width: 100%;
}
.jbzoo .jbcart-shipping-wrapper label {
    display: initial;
    margin-bottom: .5rem;
}
.jbzoo .jbcart-shipping-row:hover, .jbzoo .jbcart-shipping-row.active {
    background: transparent;
    border: none;
}
.jbzoo .jbcart-shipping-row {
    width: 100%;
    margin-bottom: 4px;
    background: transparent;
    border: none;
}
.jbzoo .jbcart-shipping-full .jbcart-shipping-col, .jbzoo .jbcart-shipping-full .jbcart-shippingfield-col {
    float: none;
    width: 100%;
    border: none!important;
}
.jbzoo .jbcart-shippingfield-empty{
    display: none!important;
}
.jbzoo .jbcart-shippingfield-row {
    padding: 0;
    background: transparent;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
}
.jbcart-form.row {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: none;
    padding-bottom: 0;
}
.jbcart-shipping.jbcart-shipping-full {
    padding-top: 0;
    margin-top: 0;
    border: none;
    margin: 0;
    padding: 0;
}
.jbcart-shippingfield-col.jsShippingFieldWrapper p.jbcart-title {
    display: none;
}
a.back-to-cart-btn.btn.btn-default {
    border: 1px solid #ccc;
    border-radius: 26px;
    color: #666;
}
.jbzoo .jbform-actions .btn {
    padding: 1rem 3rem;
    font-weight: 600;
}
.alert.alert-error {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    font-size: 14px;
}
.jbcart-module-line {
    margin: 0;
}
.cart-box a {
    display: block;
    color: inherit;
}
.cart-box a .moduletable{
    float: left;
    margin-right: 15px;
    line-height: 40px;
}
.cart-box a img {
    display: block;
    float: left;
    width: 40px;
}
.messages-block span {
    display: block;
}
.messages-block-calc span,
.messages-block span,
.messages-block-contact span,
.messages-block-second span,
.messages-block-intro span{
    display: block;
    font-size: 14px;
}
.special-offer-box {
    color: #fff;
}
ul.monument-features {
    list-style-type: none;
}
ul.monument-features i {
    font-size: 46px;
    color: #2A3144;
}
ul.monument-features span {
    line-height: 20px;
    padding-left: 15px;
}
ul.monument-features li {
    margin-bottom: 30px;
}
.category-info-box .moduletable{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center!important;
}
.footer-menu-inner-box .nav-pills li.divider.deeper.parent ul {
    bottom: 58px;
    top: auto;
}
.footer-menu-inner-box{
    position: relative;
    z-index: 2;
}
@media (min-width: 768px){
    .category-info-box .moduletable h3{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .category-info-box .moduletable .custom{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.ingallery-loadmore-btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 1rem 5rem;
}
.form-check-input {
    margin-top: 9px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.calc-full .form-control {
    background: #E1E1E1;
    border-color: transparent;
    border-radius: 50px;
    height: 50px;
}
.step-title {
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.custom-control + .custom-control {
    margin-top: 15px;
}
.badge-pill {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.step-title span {
    font-weight: 600;
    /* opacity: 0.7; */
    background: #007bff;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 15px;
}
.custom-control {
    padding: 20px 40px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 15px rgba(0, 114, 255, 0.25);
    border: 1px solid #CCCCCC;
}
.step-desc {
    font-size: 1rem;
}
.quiz-controls{
    margin-top: 30px;
}
.quiz-controls .btn {
    border-radius: 50px;
    padding: 0.4rem 1.5rem;
    font-weight: 500;
}
.alert-danger {
    background: #df4150;
    border-color: #df4150;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.calc-finish-step .form-group label {
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.1rem;
}
.calc-finish-step .form-check-label {
    font-size: 0.8rem;
}
.finish-step-wrap {
    background: #2A3144;
    border-radius: 45px;
    padding: 45px;
    color: #fff;
}
.total-price span,
.discount-price span {
    font-weight: 800;
    font-size: 1.3rem;
}
@media (max-width: 1200px){
    .form-box {
        padding: 0 10px!important;
    }
}
@media (min-width: 990px){
    #collapseExample {
        display: block!important;
    }
    .navbar-toggler{
        display: none;
    }
}
@media (max-width: 990px){
    .navbar-toggler {
        width: 60px;
        height: 51px;
        outline: none!important;
    }
    span.icon-bar {
        background: #fff!important;
        height: 3px!important;
        width: 100%!important;
        display: block;
        margin: 5px 0;
        border-radius: 5px;
    }
    .nav-fill li {
        flex: 100%;
        text-align: left;
    }
    .nav-pills li.divider.deeper.parent:hover ul {
        width: 100%;
        position: relative;
        background: #2a3144;
        top: 0;
    }
    .nav-pills li:hover span.separator {
        background: #2a3144;
    }
    .nav-pills li.divider.deeper.parent ul {
        display: block;
        position: relative;
        background: #2a3144;
        width: 100%;
        left: 30px;
        top: 0;
    }
    .nav-pills li.divider.deeper.parent:after{
        display: none;
    }
    .nav-pills li:hover{
        background: #2a3144;
    }
    .menu-box.collapsed {
        position: absolute;
        left: 0;
        width: 100%;
    }
    .categories-box.even .item-column.col-md-4 {
        flex: 50%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .categories-box.odd .item-column.col-md-4 {
        max-width: 100%;
        width: 100%;
        flex: 50%;
        margin-bottom: 0;
    }
    .kompleks-uslugi-teaser {
        margin-bottom: 0;
    }
    .callback-features-box {
        margin: 20px auto;
    }
    .callback-box-text {
        text-align: center;
    }
    .monument-teaser-box.text-center {
        margin-bottom: 30px;
    }
    .consultant-box {
        text-align: center;
    }
    .contacts-box .intro-callback-box {
        margin-top: 30px;
    }
    .ya-map {
        display: none;
    }
    .contacts-info-box {
        background: transparent;
        color: inherit;
        padding: 0;
    }
    .footer-menu-inner-box {
        display: none;
    }
    .module-items.jbzoo-no-border.module-items-col-4 {
        display: none;
    }
    .yoo-zoo.jbzoo.jbcategory-module.jbcategory-module-default{
        display: none;
    }
    .jbzoo-view-category.jbzoo-app-katalog .item-column.col-md-3{
        flex: 50%;
        max-width: 50%;
    }
    .contacts-box .contacts-info-box, .contacts-box .intro-callback-box {
        z-index: inherit;
    }
    .intro-box {
        min-height: 100%;
    }
    .intro-inner-box {
        margin: 45px 0;
    }
    .nav-pills li a {
        padding: 3px 0;
    }
    .nav-pills li span.separator {
        padding: 0;
    }
    #collapseExample{
        padding-bottom: 15px;
    }
}
@media (max-width: 768px){
    .categories-box.even .item-column.col-md-4 {
        flex: 100%;
    }
    .uslugi-teaser {
        padding: 15px;
    }
    .uslugi-teaser .arrow-box {
        background: #479AFF;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .categories-box.odd .item-column.col-md-4 {
        flex: 100%;
    }
    .category-info-box .moduletable{
        margin: 0;
    }
    .tovar-photo {
        text-align: center;
    }
    .nav-pills li.divider.deeper.parent ul{
        left: 0;
    }
}
@media (max-width: 576px){
    .jbzoo-view-category.jbzoo-app-katalog .item-column.col-md-3{
        flex: 100%;
        max-width: 100%;
    }
    #yoo-zoo h1 {
        font-size: 30px;
    }
    h3,
    .callback-box-text h3{
        font-size: 24px;
    }
    .cart-box {
        text-align: right;
        float: right;
    }
    .contacts-box label, .intro-inner-box label {
        font-size: 14px;
    }
    body{
        font-size: 14px;
    }
    .intro-callback-box p.h4,
    .intro-callback-box p.h5{
         font-size: 16px;
     }
    .intro-callback-box .form-control{
        height: 46px;
    }
    .pt-5 {
        padding-top: 2rem!important;
    }
    .pb-5 {
        padding-bottom: 2rem!important;
    }
    .btn-intro-callback, .btn-blue {
        font-size: 14px;
        padding: 0.7rem 0.5rem;
    }

}