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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');


body {
        font-family: 'Montserrat', sans-serif;
        color: #1f2b4e;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        line-height: 1.35;
        font-weight: 700;
}

h1, .h1, h2, .h2 {
        line-height: 1.35;
        font-weight: 700;
}

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

.fs-5, .fs-4, .fs-3 {
        line-height: 1.35;
}

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

.fw-200 {
        font-weight: 200 !important;
}

.fw-700 {
        font-weight: 700 !important;
}

img {
        max-width: 100%;
}

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

.rounded-5 {
        border-radius: 2rem;
}

.table thead th {
        vertical-align: top;
        background-color: #eaecf1;
        font-weight: 700;
        padding-top: 1rem;
        padding-bottom: 1rem;
}

.table tbody td {
        color: #1f2b4e;
}


.bg-blue {
        background: rgb(31,43,78);
        background: linear-gradient(45deg, rgba(31,43,78,1) 0%, rgba(47,65,118,1) 100%);
}

.bg-light-blue {
       background-color: #2f4176 !important;
}

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

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


.text-blue {
        color: #1f2b4e !important;
}

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


hr {
        height: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

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

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

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


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

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

.btn-primary {
        background-color: #eb5d6f;
        border: 0 !important;
        color: #fff;
}

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

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

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


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

.logo-ae svg, .logo-ae img {
        width: 6rem;
}


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



header .list-unstyled li, .form .list-unstyled li {
        line-height: 1.65rem;
}


.hero {
        overflow: hidden;
}

.hero .ill-r-fix img {
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        width: 100vw;
}


section.features-block article p {
        margin: 0;
}

section.reasons-block p.bg-light-blue {
        border-top-right-radius: 2rem;
}

section.reasons-block ul {
        margin-bottom: 0;
}

.form-control, .form-select {
        box-shadow: none !important;
        border-radius: 3rem;
        background-color: #fff;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border: .15rem solid #eaecf1;
        text-align: center;
}

.form-control:focus, .form-select:focus {
        background-color: #fff;
        border: .15rem solid #eaecf1;
}

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

.help-block {
        display: none;
}

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

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

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

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

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

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

.wpcf7 .wpcf7-form .form-check-input:focus {
        border-color: #111;
}

.wpcf7 .wpcf7-form .form-check-input:checked {
        background-color: #111;
        border-color: #111;
        box-shadow: none !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: #eb5d6f;
}

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






section.items-block .accordion-button {
        outline: 0 !important;
        box-shadow: none !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #1f2b4e;
}

section.items-block .accordion-button:focus {
        border-color: transparent;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
}

section.items-block .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='rgba%2833, 33, 33, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' fill='%231f2b4e'%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.items-block .accordion-button:not(.collapsed) {
        color: #1f2b4e;
        background-color: transparent;
        box-shadow: none;
}

section.items-block .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' stroke='rgba%2833, 33, 33, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' fill='%231f2b4e'%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.items-block .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
}


section.prices-block button {
        color: #1f2b4e;
}

section.prices-block button.active {
        background-color: #2f4176 !important;
        color: #fff;
}

section.prices-block .table th {
        width: 33.33%;
}

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


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

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




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

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

article .has-text-align-center {
        text-align: center;
}





iframe.g-map {
       height: 33rem;

}

section.contact .row p {
       margin-bottom: 0;
}





footer .zaxidna svg {
        width: 3.6rem;
}













@media (min-width: 576px) {


}


@media (min-width: 768px) {

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

}


@media (min-width: 992px) {

.fs-3 {
        font-size: 2rem !important;
}

.fs-5 {
        font-size: 1.5rem !important;
}

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

.hero .ill-r-fix img {
        width: 50vw;
        margin-left: auto;
        margin-right: -50vw;
}

}


@media (min-width: 1200px) {

body {
        font-size: 1rem;
}


.logo-ae svg, .logo-ae img {
        width: 8rem;
}

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


.form-control, .form-select {
        text-align: left;
}

article ul li::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        content: "\f00c";
        margin-right: .5rem;
}

}

@media (min-width: 1400px) {

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

}
