/*
Theme Name: zaxidna
Author: zaxidna.pro
Author URI: http://zaxidna.pro
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat:400,400i,600,700&display=swap&subset=cyrillic');


body {
        font-family: 'Montserrat', sans-serif;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
        font-family: 'Merriweather', serif;
}

.h6, h6 {
        font-size: 1.1rem;
        margin-bottom: .1rem;
}


small {
        font-size: .95rem;
}

img {
        max-width: 100%;
}

.fw-600 {
        font-weight: 600;
}

.lead {
        font-weight: 600;
}

.bg-dark {
        background-color: #212529 !important;
}

.bg-light {
        background-color: #f2efef !important;
}

.bg-tan {
        background-color: #eab248 !important;
        color: #fff;
}

a {
        color: #212529;
}

a:hover {
        color: #eab248;
        text-decoration-color: rgba(234,178,72,.45);
}

a:focus {
        outline: none;
}

.dropdown-menu {
        border-radius: .15rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
}



.btn {
        font-weight: 400;
        border-radius: 0;
        box-shadow: none!important;
        line-height: 1.8;
}

.btn i {
        margin-right: .5rem;
}


.btn-primary {
        border: 0;
        background-color: #212529;
        padding-left: 1.8rem;
        padding-right: 1.8rem;

        outline: 1px solid rgba(255,255,255,.15);
        outline-offset: -.4rem;
}

.mainslider .rev-btn {
        outline: 1px solid rgba(255,255,255,.15) !important;
        outline-offset: -.4rem;
}

.btn-primary:hover {
        background-color: #eab248;
        color: #fff;
}

.btn-primary:focus {
        background-color: #eab248;
        color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #eab248;
        color: #fff;
}

.btn-secondary {
        border: 1px solid rgba(255,255,255,.66);
        background-color: transparent !important;
        color: #ffffff !important;
        padding-left: 1rem;
        padding-right: 1rem;
}

.btn-secondary:hover, .btn-secondary:focus {
        border: 1px solid rgba(255,255,255,1);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        border: 1px solid rgba(255,255,255,1);
}


.btn-link {
        color: #212529 !important;
}

.btn-link:hover {
        text-decoration-color: rgba(33,37,41,.45);
}


.form-control {
        border-radius: 0;
        box-shadow: none !important;
}

.form-control:focus {
        border-color: rgba(33,37,41,.45);
}

form .has-error span {
        display: none !important;
}

form .has-error .form-control {
        border-color: #dc3545 !important;
}


.alert {
        border-radius: 0;
        border: 0;
        font-size: .95rem;
        margin-bottom: 0;
}

.page div.wpcf7 .ajax-loader {
        margin-left: .5rem;
}




header {
        background-color: #ffffff;
/*
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 1040;
        transition: .3s;
*/
}


header a {
        text-decoration: none !important;
        color: #212529;
}

header a:hover, header a:focus {

}

.logo svg {
        width: 6rem;
}


header .navbar {
        padding: 0;
        display: inherit;
}

header .navbar-nav .nav-link, header .navbar .dropdown-item {
        font-weight: 600;
}

header .navbar-nav .nav-link:hover {
        color: #212529;
}

header .navbar .dropdown-item:hover {
        color: #212529;
        background-color: #f7f7f9 !important;
}

header .navbar .dropdown-item:focus, .dropdown .dropdown-item:focus {
        color: #212529;
        background-color: #f7f7f9 !important;
}

header .navbar .dropdown-menu .current_page_item .dropdown-item {
        color: #212529;
        background-color: #f7f7f9 !important;
}

/*
header .navbar .dropdown, header .navbar .row > div {
        position: static;
}

header .navbar .dropdown-menu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
}
*/

header .dropdown-submenu {
        position: relative;
}

header .dropdown-submenu > a::after {
        transform: rotate(-90deg);
}

header .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: -1px;
        margin-right: -1px;
}





header .btn.btn-link {
        padding: 0;
        color: #212529;
}

header .navbar-button .btn.btn-link i {
        margin-right: 0;
}

header .navbar-button .btn.btn-link {
        font-size: 1.5rem;
}


header .phones a {
        color: #ffffff !important;
}



.intro hr {
        border-color: #eab248;
        width: 50%;
}

.about {
        margin-top: -27rem;
        position: relative;
        z-index: 2;
}

.about .bg-white {
        min-height: 30rem;
}


.products div span {
        outline: .5rem solid rgba(0,0,0,.15);
        outline-offset: -.5rem;
}

.parent-pageid-27 .products div span, .parent-pageid-31 .products div span, .parent-pageid-142 .products div span,
.parent-pageid-25 .products div span {
        outline: 0 !important;
        outline-offset: 0 !important;
}



.products hr {
        border-color: #eab248;
        width: 25%;
}

.products .list-inline li {
        font-size: 1.1rem;
}


.service-img span {
        outline: .5rem solid rgba(0,0,0,.15);
        outline-offset: -.5rem;
}


.breadcrumbs .current-item {
        display: none !important;
}






.card {
        border-radius: .15rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
}




.table {
        margin-top: 1.5remrem;
        margin-bottom: 1.5rem;
}

.table-responsive .table {
        margin-top: 0;
        margin-bottom: 0;
}

.table-responsive {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
}


.table thead th, .table th {
        font-weight: 600;
        vertical-align: top;
}

article hr {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
}

article h3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
}

article h5, article h4 {
        margin-bottom: 1rem;
}


article ul {
        list-style-type: none;
        padding-left: 1.8rem;
        margin-left: 0;
}

article ul.blocks-gallery-grid li:before {
        content: none;
}

article ul li:before {
        content: "—";
        position: absolute;
        margin-left: -1.8rem;
}

article ul.wp-block-gallery {
        padding: 0;
        margin-top: 1.5rem;
}

article ul.wp-block-gallery li:before {
        content: none;
        margin: 0;
}

article .blocks-gallery-item__caption {
        font-size: .9rem;
        display: block;
        margin-top: .5rem;
}

article .lead {
        font-weight: 400;
}


article .table.vbottom td {
        vertical-align: bottom;
}

article .table.cell2 td {
        width: 50%;
}

article .table.cell3 td {
        width: 33.333333%;
}

article .table.cell4 td {
        width: 25%;
}

article .table.cell6 td {
        width: 16.666666%;
}

article table img, .page-template article table img {
        margin-bottom: .5rem;
        min-width: 6rem;
}

article .table td, article .table th {
        font-size: .9rem;
}






.rl-gallery-container .rl-gallery-item-content {
        background-color: #022140;
}

.rl-gallery-container .rl-gallery-item-content img {
        opacity: .9;
}

.rl-gallery-container .rl-basicgrid-gallery {
        padding: 1rem 0 !important;
        margin-left: -7.5px;
        margin-right: -7.5px;
}






div.gmap iframe {
        height: 33rem;
        border: 0;
        width: 100%;
        display: block;
}


.grecaptcha-badge {
        z-index: 999;
}




.pagination {
        margin-bottom: 0;
        margin-top: 1.5rem;
}

.pagination li span, .pagination li a {
        font-size: 1.25rem;
        font-weight: 600;
}

.pagination li {
        padding-right: .5rem;
}

.block-cover {
        position: relative;
        background-size: cover;
        background-position: 50%;
        min-height: 30rem;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
}

.block-cover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        opacity: .75;
        z-index: 1;
}




.official img {
        height: 3.6rem;
}

.wp-block-file a:first-child {
        display: block;
        margin-bottom: 1rem;
}



footer {
        color: #ffffff;
}

footer a, footer .btn {
        color: #ffffff;
}

footer a:hover, footer a:focus, footer .btn:hover, footer .btn:focus {
        color: #ffffff;
}

footer a:hover {
        text-decoration-color: rgba(255,255,255,.45);
}


footer .block-cover {
        min-height: 9rem;
}


footer .zaxidna img {
        width: 90px;
}












.interiors-list img {
        width: 6rem;
        cursor: pointer;
}

.doors-list img {
        width: 4.5rem;
        cursor: pointer;
}

.page-template-product-brama-php .position-relative #door {
        display: block;
        position: absolute;
        z-index: 19;
        top: 14.9%;
        left: 63.9%;
        width: auto !important;
        height: 74.3%;
}


.page-template-product-grand-php .position-relative #door {
        display: block;
        position: absolute;
        z-index: 19;
        top: 14.9%;
        left: 63.9%;
        width: auto !important;
        height: 74.3%;
}




article #sb_instagram .sb_instagram_header .sbi_header_img {
        float: left;
        position: relative;
        width: 3rem;
        margin: 0 0 0 -100% !important;
        overflow: hidden;
        border-radius: 3rem;
}

article .sbi_no_avatar .sbi_header_img {
        background-color: #212529 !important;
        color: #fff;
        width: 3rem;
        height: 3rem;
        position: relative;
}

article #sb_instagram #sbi_load .sbi_load_btn, article #sb_instagram .sbi_follow_btn a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        background-color: #212529 !important;
        border: none;
        color: #fff;
        text-decoration: none;
        font-size: inherit !important;
        line-height: 1.5;
        border-radius: 0 !important;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
}

article #sb_instagram #sbi_load .sbi_load_btn:hover, article #sb_instagram .sbi_follow_btn a:hover {
        background-color: #eab248 !important;
        color: #fff;
}












@media (min-width: 576px) {


}


@media (min-width: 768px) {

.logo svg {
        width: 7rem;
}

.navbar-expand-md .navbar-nav .nav-link {
        padding-top: .25rem;
        padding-bottom: .25rem;
}

.official img {
        height: 4.5rem;
}


}


@media (min-width: 992px) {

.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 0;
}

.about {
        margin-top: -24rem;
}

/*
article img {
        margin-bottom: 1rem;
}

.page-template article img {
        max-width: 36rem;
}
*/

article table img, .page-template article table img {
        max-width: 100%;
}

.zamiry .bg-white {
        margin-right: -5rem;
        position: relative;
        z-index: 99;
}

.montazh .bg-white {
        margin-left: -5rem;
        position: relative;
        z-index: 99;
}

.doors-list img {
        width: 6rem;
        cursor: pointer;
}


.parent-pageid-27 .products div span {
        width: 12rem;
}


}


@media (min-width: 1200px) {

.logo svg {
        width: 8rem;
}

.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
}

.interiors-list img {
        width: 9rem;
}

.official img {
        height: 6rem;
}


}
