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


@import url('https://fonts.cdnfonts.com/css/vipnagorgialla');

@font-face {
        font-family: "Avenir Next Cyr Regular";
        font-weight: 400;
        font-style: normal;
        src: url("libs/font/avenir/AvenirNextCyr-Regular.ttf") format("truetype");
        font-display: swap;
}

@font-face {
        font-family: "Avenir Next Cyr Medium";
        font-weight: 500;
        font-style: normal;
        src: url("libs/font/avenir/AvenirNextCyr-Medium.ttf") format("truetype");
        font-display: swap;
}

@font-face {
        font-family: 'vipnagorgiallacyrillicizedkRg';
        src: url('libs/font/vipnagorgialla/vipnagorgialla-webfont.woff2') format('woff2'),
             url('libs/font/vipnagorgialla/vipnagorgialla-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

html {
        font-size: 95%;
}

body {
        font-family: 'Avenir Next Cyr Regular', sans-serif;
        color: #212121;
        background-color: #f1f1f1;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        font-family: "Avenir Next Cyr Medium";
}

h1, .h1, h2, .h2, .font-vip {
        font-family: 'vipnagorgiallacyrillicizedkRg';
}

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

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

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

.fw-500 {
        font-weight: 500;
        font-family: "Avenir Next Cyr Medium";
}

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

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

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

img {
        max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.btn {
        border-radius: 0 !important;
        outline: 0 !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        transition: .25s;
        font-family: 'vipnagorgiallacyrillicizedkRg';
        border: 0;
        text-transform: uppercase;
}

.btn-primary {
        background-color: #e22718;
        color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
        border-bottom: .25rem solid #fff;
}

.btn-primary:hover {
        background-color: #e22718;
        color: #fff;
        border-bottom: .25rem solid #fff;
}

.btn-primary:focus {
        background-color: #e22718;
        color: #fff;
        border-bottom: .25rem solid #e22718 !important;
}

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


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

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

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

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

header {
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
}

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

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

section.cover.form {
        background-image: url("images/form_v.jpg");
}

section.cover .mask-dark {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 3;
        background: rgb(33,33,33);
        background: linear-gradient(180deg, rgba(33,33,33,0.85) 35%, rgba(33,33,33,0.35) 100%);
}

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

section.cover .intro .top-brands img, section.services .top-brands img {
        height: 1.5rem;
}

.wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow {
        background-color: transparent !important;
        width: 2rem;
        height: 3rem;
}

.wpsisac-slick-slider .slick-prev {
        margin-left: 1rem;
}

.wpsisac-slick-slider .slick-next {
        margin-right: 1rem;
}

.wpsisac-slick-slider .slick-prev::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-sharp-solid);
        content: "\f053";
        color: #fff;
        font-size: 3em;
}

.wpsisac-slick-slider .slick-next::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-sharp-solid);
        content: "\f054";
        color: #fff;
        font-size: 3em;
}

.wpsisac-slick-slider .slick-arrow svg, .wpsisac-slick-carousal .slick-arrow svg {
        display: none;
}

.slider-block .slick-list::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 25vw;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        z-index: 3;
}

.slider-block .slick-list::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 25vw;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        z-index: 3;
}

.slider-block .zbutton {
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 5;
}

.slider-block {
        margin-left: -1rem;
        margin-right: -1rem;
}

section.faq .accordion-flush .accordion-item {
        border-top: 1px solid rgba(255,255,255,.25);
}

section.faq .accordion-button {
        font-size: 1.15rem;
}

section.faq .accordion-button:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
}

section.faq .accordion-button {
        color: #fff;
        background-color: transparent !important;
}

section.faq .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1f1f1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.faq .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
}

section.faq .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1f1f1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.faq .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
}

.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: .15rem solid #4c4c4c;
        padding-left: 0 !important;
        font-size: 1.15rem;
        font-weight: 500;
        font-family: "Avenir Next Cyr Medium";
}

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

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

.help-block {
        display: none;
}

.wpcf7-form p {
        margin-bottom: 0;
}

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

.wpcf7-not-valid {
        border-bottom: .15rem solid #e22718 !important;
}

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: #e22718;
        font-weight: 500;
        font-family: "Avenir Next Cyr Medium";
}

.wpcf7 .wpcf7-spinner {
        display: none;
}

::placeholder {
        color: #4c4c4c;
        opacity: 1;
}

:-ms-input-placeholder {
        color: #4c4c4c;
}

::-ms-input-placeholder {
        color: #4c4c4c;
}

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

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

footer .zaxidna svg {
        width: 3.6rem;
}


@media (min-width: 576px) {

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

}


@media (min-width: 768px) {

section.cover .intro .top-brands img {
        height: 1.8rem;
}

}


@media (min-width: 992px) {


section.cover {
        background-image: url("images/hero_h.jpg");
}

section.cover.form {
        background-image: url("images/form_h.jpg");
}

section.cover {
        overflow: hidden;
        margin-bottom: 0;
}

section.cover .intro .top-brands img {
        height: 2.4rem;
}

.slider-block {
        margin-left: 0;
        margin-right: 0;
}

.wpsisac-slick-slider .slick-prev {
        margin-left: 0;
}

.wpsisac-slick-slider .slick-next {
        margin-right: 0;
}

}


@media (min-width: 1200px) {

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

.btn {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        font-size: 1.25rem;
}

section.faq .accordion-button {
        font-size: 1.25rem;
}

.btn-primary, .btn-secondary {
        -webkit-transition: all 0.25s ease-in-out;
}

.btn-primary:hover, .btn-secondary:hover {
        -webkit-transform: scale(1.1);
}

}


@media (min-width: 1400px) {

}
