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


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

body {
        font-family: 'Roboto', sans-serif;
        color: #212121;
        background-color: #f1f1f1;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        line-height: 1.35;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
}

h1, .h1, h2, .h2 {
        line-height: 1.35;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
}

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

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

.fw-500 {
        font-weight: 500;
}
.fw-700 {
        font-weight: 700;
}

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

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

img {
        max-width: 100%;
}

.table thead th {
        vertical-align: top;
        font-size: 1.15rem;
        font-weight: 700 !important;
        color: #4056A1;
        border-bottom: .35rem solid #501b1d;
}

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

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

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

.bg-primary a, .bg-secondary a, .bg-dark a {
        color: #fff !important;
}

.bg-dark {
        background-color: #313131 !important;
}

.bg-light {
        color: #f1f1f1 !important;
}

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

.text-secondary {
        color: #313131 !important;
}

.title-line {
        border-top: .1rem solid #4c4c4c !important;
        opacity: 1;
}

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

a {
        color: #501b1d;
        text-decoration: none !important;
        transition: .25s;
}

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

a:hover {
        color: #212121;
        text-decoration: none;
        transition: .25s;
}

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

.btn {
        border-radius: 3rem;
        box-shadow: none !important;
        outline: 0 !important;
        border: 0 !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        transition: .25s;
        font-size: 1.1rem;
        font-weight: 500;
}

.btn-primary {
        background-color: #501b1d;
        color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
}

.btn-primary:hover {
        background-color: #2e1114;
        color: #fff;
        -webkit-transform: scale(1.1);
}

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

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

.btn-secondary {
        background-color: #30D5C8;
        color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
}

.btn-secondary:hover {
        background-color: #30D5C8;
        color: #fff;
        -webkit-transform: scale(1.1);
}

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

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

.smart-scroll {
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99999;
        transition: all 0.33s ease-in-out;
        transform:translateY(0);
}

.stick {
        transform:translateY(-100%);
}

.scrolled-up {
        transform:translateY(0) !important;
}

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

header {
        z-index: 99;
        position: relative;
}

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

header .navbar {
        display: block;
}

header .navbar-toggler {
        border: 0 !important;
        padding: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
}

header .navbar-nav .nav-link {
        font-size: 1.1rem;
        color: #212529 !important;
        white-space: nowrap;
        font-weight: 500;
        box-shadow: none !important;
        outline: none !important;
}

header .navbar-nav .nav-link:focus, header .navbar-nav .nav-link:hover {
        background-color: transparent;
        color: #501b1d !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-top: .35rem solid #501b1d !important;
        border: 0;
        margin-top: .25rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
}

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

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

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

section.features .feature-item {
        width: 13rem;
}

section.features img {
        width: 3rem;
}

section.intro img {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
}

section.catalog a.bg-primary {
        border-radius: .5rem;
        overflow: hidden;
}



.form-control, .form-select {
        box-shadow: none !important;
        border-radius: 0;
        background-color: transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: .1rem solid #ccc;
        padding-left: 0 !important;
        padding-right: 0 !important;
        color: #616161 !important;
}

.form-control::placeholder {
        color: #616161;
}

.form-control:focus::placeholder {
        color: transparent;
}

.form-control:focus, .form-select:focus {
        background-color: transparent;
        border-bottom: .1rem solid #616161;
}

.form-group > div {
        position: relative;
}

.help-block {
        display: none;
}

.wpcf7-not-valid-tip {
        display: none !important;
}

.wpcf7-not-valid {
        border-bottom: .1rem solid #83677b !important;
}

.wpcf7-checkbox > span {
        display: block;
}

.wpcf7-checkbox label {
        margin-bottom: 0;
}

.wpcf7-checkbox.has-error label {
        color: #212121;
}

.wpcf7 .wpcf7-form .form-check-input {
        margin-right: .25rem;
        box-shadow: none !important;
}

textarea.form-control {
        height: 5rem;
        resize: none;
}

span.wpcf7-list-item {
        margin: 0 0 .25rem 0 !important;
}

span.wpcf7-list-item-label {
        font-weight: 400;
}

.wpcf7 form .wpcf7-response-output {
        margin: 1rem 0 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        color: #212121;
        font-weight: 400;
}



article ul {
        list-style-type: none;
        padding-left: 1.5rem;
        margin-left: 0;
}

article ul li:before {
        content: "—";
        position: absolute;
        margin-left: -1.5rem;
}

article ul.list-unstyled {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
}

article ul.list-unstyled li:before {
        content: none;
}

article .wp-block-gallery ul {
        padding-left: 0;
}

article .wp-block-gallery ul li:before {
        content: none;
}

article .wp-block-table {
        overflow: hidden !important;
        margin: 0 !important;
}

article hr {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
}

article p:last-child {
        margin-bottom: 0;
}

article .rl-gallery-container {
        margin-bottom: 2rem;
}

article .rl-basicslider-gallery li:before, article  .sy-controls li:before {
        display: none !important;
}

article .rl-basicgrid-gallery {
        margin-left: -15px;
        margin-right: -15px;
}

article .rl-gallery-item-content .rl-gallery-link::before {
        box-shadow: inset 0 0 3rem rgba(0,0,0,.375);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 3;
        display: block;
        content: "";
        top: 0;
        left: 0;
}



.page-template-item .glightbox-clean .gslide-description {
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.675) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.page-template-item .glightbox-clean .gslide-title {
        margin-bottom: 0 !important;
        font-weight: 700;
        font-size: 1.1rem;
        text-align: center !important;
        color: #fff !important;
}


.gmap {
        height: 27rem;
        border: 0;
}

footer .zaxidna svg {
        width: 3.6rem;
}













@media (min-width: 576px) {

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

}


@media (min-width: 768px) {


}


@media (min-width: 992px) {


section.intro {
        overflow: hidden;
}

section.intro img {
        margin-right: -50vw;
        width: 50vw;
        left: auto;
        margin-left: auto;
        margin-right: -50vw;
        right: auto;

}

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

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

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

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

section.about .facebook-circle {
        top: 50%;
        left: 0%;
        border: 1rem solid #fff;
}

}


@media (min-width: 1200px) {

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

.btn {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
}

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

section.features .feature-item {
        width: 15rem;
}

section.catalog a.bg-primary {
        border-radius: 1rem;
}

}

@media (min-width: 1400px) {


}
