/*
Theme Name: zaxidna
Author: zaxidna.pro
Author URI: http://zaxidna.pro
Version: 1.0
*/

@font-face {
        font-family: "Gilroy Regular";
        font-weight: 400;
        font-style: normal;
        src: url("libs/gilroy/gilroy-regular.ttf") format("truetype");
        font-display: swap;
}

@font-face {
        font-family: "Gilroy Semibold";
        font-weight: 600;
        font-style: normal;
        src: url("libs/gilroy/gilroy-semibold.ttf") format("truetype");
        font-display: swap;
}


body {
        font-family: 'Gilroy Regular', sans-serif;
        color: #313131;
        letter-spacing: .025rem;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        font-weight: 600;
        font-family: "Gilroy Semibold";
}

h1, .h1, h2, .h2 {
        font-weight: 600;
        font-family: "Gilroy Semibold";
}

h6, .h6 {
        font-size: 1.15rem;
}

.fs-6 {
        font-size: 1.1rem !important;
}

small, .small {
        font-size: 95%;
}

.fw-600 {
        font-weight: 600;
        font-family: "Gilroy Semibold";
}


.lead {
        font-weight: 400 !important;
        font-size: 1.1rem;
}

.rotate-45 {
        transform: rotate(45deg);
}

.text-uppercase {
        letter-spacing: .065rem;
}

img {
        max-width: 100%;
}

.table thead th {
        vertical-align: top;
        font-size: 1.1rem;
        font-weight: 600 !important;
        background-color: #940D21;
        color: #fff;
        border-bottom: 0 !important;
        padding: .75rem .5rem;
        font-family: "Gilroy Semibold";
}

.table thead th:last-child {
        width: 25%;
}

.table > :not(:first-child) {
        border-top: 0 !important;
}

.table td strong {
        font-weight: 600 !important;
        font-size: 1.15rem;
}

.table-sm > :not(caption) > * > * {
        padding: .25rem .5rem;
}

.bg-primary {
        background-color: #aa2d2d !important;
}

.bg-secondary {
        background-color: #eee3e3 !important;
}

.bg-primary a, .bg-dark a, .bg-primary a:hover, .bg-dark a:hover {
        color: #fff;
}

.text-primary {
        color: #aa2d2d !important;
}

.text-light {
        color: #9d9e9e !important;
}


.line-height-fix {
        line-height: 1.25;
}

.border-top, .border {
        border-color: rgba(0, 0, 0, 0.15) !important;
        opacity: 1;
}

hr {
        background-color: rgba(0, 0, 0, 0.15) !important;
        opacity: 1;
}

a {
        color: #aa2d2d;
        text-decoration: none !important;
}

a:focus, button {
        outline: none !important;
}

a:hover {
        color: #313131;
        text-decoration: none;
}

a[href^="tel:"] {
        white-space: nowrap;
}

.btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
        transition: .25s;
        letter-spacing: .075rem;
        font-weight: 600;
        border-radius: 3rem;
        text-transform: uppercase;
        font-family: "Gilroy Semibold";
        box-shadow: none !important;
}

.btn-primary {
        border: .15rem solid #aa2d2d !important;
        background-color: transparent;
        color: #313131;
        -webkit-transition: all 0.25s ease-in-out;
}

.btn-primary:hover {
        background-color: #aa2d2d;
        color: #fff;
}

.btn-primary:focus {
        background-color: #aa2d2d;
        color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
        color: #616161;
}


.btn-secondary {
        border: .15rem solid #aa2d2d !important;
        background-color: transparent;
        color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
}

.btn-secondary:hover {
        background-color: #aa2d2d;
        color: #fff;
}

.btn-secondary:focus {
        background-color: #aa2d2d;
        color: #fff;
}

.btn-secondary.disabled, .btn-secondary:disabled {
        color: #616161;
}



.logo svg, .logo img {
        width: 10rem;
}


header {
        z-index: 99;
        position: relative;
        border-bottom: .15rem solid #fff;
}

header a {
        color: #fff;
        text-decoration: none !important;
}

header .navbar {
        display: block;
}

header .navbar-toggler {
        border: 0 !important;
        padding: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        font-size: 1.5rem;
        margin-bottom: -2px;
}

header .navbar-nav .nav-link {
        color: #fff !important;
        white-space: nowrap;
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .075rem;
}

header .navbar-nav .nav-link:focus, header .navbar-nav .nav-link:hover {
        background-color: transparent;
        color: #fff !important;
}

header .navbar-nav .active > .nav-link, header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show, header .navbar-nav .show > .nav-link {
        background-color: transparent;
}

header .dropdown-menu[data-bs-popper] {
        border: 0;
        margin-top: .25rem;
        margin-bottom: .5rem;
}

header .dropdown-menu .dropdown-item {
        color: #313131 !important;
        font-weight: 600;
}

header .dropdown-menu .dropdown-item:focus, header .dropdown-menu .dropdown-item:hover {
        color: #aa2d2d !important;
        background-color: transparent !important;
}

header .dropdown-item.active, header .dropdown-item:active {
        color: #313131 !important;
        background-color: transparent !important;
}



section.cover-hero {
        height: 115vh;
        height: calc(var(--vh, 1vh) * 115);
        position: relative;
        display: block;
	      transition: .25s;
        background-image: url("images/front.jpg");
        background-size: cover;
        background-position: 100% 100%;
}

section.cover-hero .mask-dark {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 3;
}

section.cover-hero .intro {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
}





section.cover-obj {
        height: 115vh;
        height: calc(var(--vh, 1vh) * 115);
        position: relative;
        display: block;
	      transition: .25s;
        background-image: url("images/bottom.jpg");
        background-size: cover;
        background-position: 100% 100%;
}

section.cover-obj .mask-dark {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 3;
}

section.cover-obj .intro {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
}

section.cover-obj .m-border {
       border: .15rem solid #aa2d2d;
}




section.catalog .outl-hover > .row:hover, section.catalog .outl-hover > .outl-hover-block:hover {
        outline: .5rem solid rgba(170,45,45,.55);
        outline-offset: -.5rem;
        transition: .25s;
}


section.services .m-border {
       border: .15rem solid #aa2d2d;
}





form .form-control {
       border: 0 !important;
       outline: 0 !important;
       background-color: #eee3e3 !important;
       box-shadow: none !important;
       padding: .5rem 1.5rem;
       text-align: center;
}

form label {
       font-weight: 600;
}

form textarea.form-control {
       height: 6rem;
}

form div.wpcf7-response-output {
       margin: 1.5rem 0 0 0;
       padding: .5rem 1.5rem;
       background-color: #9d9e9e !important;
       border: 0 !important;
       font-size: 1.15rem;
       color: #fff;
       border-radius: .25rem;
}

form .wpcf7-spinner {
       display: none !important;
}





section.carousel .owl-carousel .owl-nav {
        margin-top: 0;
}

section.carousel .owl-carousel .owl-nav button {
        background-color: transparent !important;
}

section.carousel .owl-theme .owl-nav [class*="owl-"] {
        margin: 0 .25rem;
        border-radius: 0;
}


.g-map {
        height: 30rem;
}

.g-map-h-100 {
        height: 100vh;
}

footer .zaxidna svg {
        width: 3.6rem;
}

#fancybox-wrap, #fancybox-wrap *{
       -moz-box-sizing: content-box;
       -webkit-box-sizing: content-box;
       -o-box-sizing: content-box;
       -ms-box-sizing: content-box;
       box-sizing: content-box;
}




@media (min-width: 576px) {

}


@media (min-width: 768px) {


}


@media (min-width: 992px) {

.logo svg, .logo img {
        width: 12rem;
}

header .dropdown-item {
        white-space: nowrap;
}

header .navbar-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
}

header .navbar-nav > .nav-item + .nav-item {
        margin-left: 1.5rem;
}

header .dropdown-item {
        padding: .15rem 1.5rem;
}

section.associations img {
        max-height: 6rem;
}


}


@media (min-width: 1200px) {

.logo svg, .logo img {
        width: 15rem;
}

.btn {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
}

header .navbar-nav > .nav-item + .nav-item {
        margin-left: 2rem;
}

header .navbar-nav .nav-link {
}

section.cover-hero {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
}

section.cover-obj {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
}

section.cover-hero .intro p, section.cover-obj .intro p {
        font-size: 1.15rem;
}

section.catalog h4 {
        font-size: 1.75rem;
}

}

@media (min-width: 1400px) {


}



.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
