:root {
    --a-transition-delay: 0.3s;

    --dark-grey-hover: #d2d6dc;
    /*--blue-hover: #5278A1;*/
    --blue-hover: #456587;
}

/*

global

**************************************/
.page-main {
    margin-top: 50px;
}

.a-global-title {
    font-family: var(--h1), sans-serif;
    font-size: var(--h1-size);
    line-height: .9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--black);
    margin: 0 0 0 0;
}

.a-global-title-2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--blue);
    margin: 0;
}

.a-global-title+.a-global-title-2 {
    margin-top: 20px;
}

.a-global-title-3 {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--blue);
    margin: 0;
}

.a-global-title+.a-global-title-3 {
    margin-top: 20px;
}

.a-button-primary,
.checkout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 10px;
    padding: 5px 30px;
    min-height: 60px;
    background: var(--blue);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--white);
    transition: all var(--a-transition-delay);
}

#place_order,
.checkout-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    border-radius: 10px !important;
    padding: 5px 30px !important;
    min-height: 60px !important;
    background: var(--blue) !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    color: var(--white) !important;
    transition: all var(--a-transition-delay) !important;
}

.a-button-primary.m-lg {
    min-height: 66px;
    font-size: 22px;
}

.a-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding: 5px 30px;
    min-height: 60px;
    background: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--black);
    transition: all var(--a-transition-delay);
    border: 2px solid var(--blue);
}

.a-button-secondary.m-lg {
    min-height: 66px;
    font-size: 22px;
}



.hero {
    background: #BBC2CA;
}

.hero_h1 {
    position: relative;
    z-index: -1;
    max-height: 700px;
    font-size: 190px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: white;
    display: none;
}

.hero_up span {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: white;
}

.hero_span1 {
    display: none;
}

.hero_slide1 {
    display: unset;
}

.hero {
    user-select: none;
}

.hero-left {
    padding: 75px 120px;
    width: calc(50% - 240px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero_up p {
    font-family: "Drive Hearts", sans-serif;
    font-size: 140px;
    line-height: 60px;
    transform: rotate(-6deg);
}

.hsub2 {
    margin-left: 300px;
}

.hero-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hero_image-cont {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_image-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1750px) {
    .hsub2 {
        margin-left: 130px;
    }

    .hero_up span {
        font-weight: 400;
        font-size: 60px;
        line-height: 90%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
    }

    .hero_h1 {
        font-weight: 400;
        font-size: 93px;
        line-height: 90%;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1500px) {
    .hsub2 {
        margin-left: 110px;
    }

    .hero_up p {
        font-size: 110px;
        line-height: 55px;
    }

    .hero_up1>.hsub1 {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 1300px) {
    .hsub2 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .hero-slide {
        flex-direction: column;
    }

    .hero_image-cont {
        width: calc(100% - 50px);
        margin: 0 25px 25px 25px;
        height: 80vw;
    }

    .hero-left {
        /*padding: 50px 0;*/
        /*width: 70%;*/
        /*margin: 0 auto;*/
        /*max-width: 500px;*/
    }

    .hero_slide1 {
        font-size: 90px;
        line-height: 90%;
    }

    .hero_span3 {
        font-size: 49px !important;
    }
}

@media only screen and (max-width: 768px) {
    .hero_image-cont {
        height: 120vw;
    }

    .hero_up p {
        font-size: 75px;
        line-height: 45px;
    }

    .hero_up1>.hsub1 {
        padding-top: 223px;
    }

    .hero-down p {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .hero-left {
        max-width: unset;
        padding-top: 20px;
        padding-bottom: 25px;
        width: calc(100% - 50px);
        margin: 0 25px;
    }
}

.policy_page a {
    color: #000;
    text-decoration: underline;
}

.service_header {
    margin-bottom: 5px;
}

.service_header h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    color: #38526e;
    margin: 10px 0 60px 0;
}

.service_header p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1f1f1f;
    margin: 0;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service {
    flex: 1 1 calc(33.333% - 30px);
    position: relative;
    color: white;
}

.service img {
    width: 100%;
    height: auto;
    display: block;
}

.service .text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 5px;
    text-transform: uppercase;
}

.btn__outfilled {
    border: 2px solid #38526e;
    border-radius: 10px;
    padding: 20px 30px;
    height: 66px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #1f1f1f;
}

.btn__filled {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 10px;
    padding: 20px 30px;
    height: 66px;
    background: #38526e;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 1400px) {
    .service .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .services {
        gap: 10px;
    }

    .service .text {
        bottom: 10px;
        left: 10px;
        right: 5px;
    }

    .service_header p {
        font-size: 16px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 768px) {
    .service_header h3 {
        font-size: 30px;
        line-height: 1;
    }

    .services {
        flex-wrap: unset;
        flex-direction: column;
    }

}

.education {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}

.education_item {
    flex: 0 1 calc(33.333% - 30px);
    color: white;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    padding: 30px;
    border: 2px solid transparent;
    justify-content: space-between;
    cursor: default;

}

.education_item .a-button-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    padding: 0;
    opacity: 0;
    transition: .3s all;
}

@media (max-width: 991.98px) {
    .education_item .a-button-secondary {
        width: 100%;
        opacity: 1;
    }
}

.education_item:hover {
    border: 2px solid #1f1f1f;
}

.education_item:hover .a-button-secondary {
    opacity: 1;
}

.education_item-box {
    min-height: 250px;
    margin-bottom: 30px;
}

.education_item span {
    width: fit-content;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    padding: 5px 20px;
    height: 36px;
    background: #dfdfdf;
    ;
    margin-bottom: 70px;
}

.education_item h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-bottom: 0;
    margin-bottom: 10px;
}

.education_item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #1f1f1f;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .education_item-box {
        min-height: unset;
        margin-bottom: 20px;
    }

    .education_item span {
        font-size: 16px;
        line-height: 16px;
        padding: 5px 20px;
        height: 30px;
        margin-bottom: 30px;
    }

    .education_item h4 {
        font-size: 20px;
    }

    .education_item p {
        font-size: 16px;
        line-height: 120%;
    }
}


.select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 70px;
    border: 2px solid #38526e;
    outline: none;
    border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 66px;
}

.select2-dropdown {
    background-color: #dfdfdf;
    border: 2px solid #38526e;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.woocommerce-table__product-name a,
.woocommerce-cart-form__cart-item.cart_item .product-name a {
    color: var(--black) !important;
    transition: all var(--a-transition-delay);
}

.woocommerce-table__product-name a:hover,
.woocommerce-cart-form__cart-item.cart_item .product-name a:hover {
    opacity: 0.7;
    transition: all var(--a-transition-delay);
}

.a-woo-total-title {
    font-size: 24px;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.woocommerce:not(.woocommerce-shop) {
    background: var(--white);
}

.shop_table .product-thumbnail a {
    display: flex;
}

.shop_table .product-thumbnail img {
    width: 150px !important;
}

.shop_table .a-cart-qty {
    max-width: 206px !important;
}

.shop_table .quantity {}

@media (max-width: 1299.98px) {
    .a-global-title {
        font-weight: 400;
        font-size: 55px;
        line-height: 1.2;
        letter-spacing: -0.03em;
        text-transform: uppercase;
    }

    .a-global-title-2 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 400;
    }

    .a-global-title-3 {
        font-size: 20px;
        line-height: 1.2;
        max-width: 259px;
    }

    .a-button-primary,
    .checkout-button,
    #place_order,
    .a-button-secondary {
        min-height: 50px;
        font-size: 16px;
    }

    .a-button-primary.m-lg,
    .a-button-secondary.m-lg {

        min-height: 50px;
        font-size: 16px;
    }

    .a-button-secondary.m-lg {
        margin-top: 25px;
    }

    .a-home-about-buttons .a-button-secondary.m-lg {
        margin-top: 30px;
    }

    .a-woo-total-title {
        font-size: 18px;
    }

    .select2-container--default .select2-selection--single {
        height: 60px;
    }

    .shop_table .quantity {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 991.98px) {
    .page-main {
        margin-top: 20px;
    }

    .a-global-title+.a-global-title-2,
    .a-global-title+.a-global-title-3 {
        margin-top: 5px;
    }

    .a-button-primary,
    .checkout-button,
    #place_order,
    .a-button-secondary {
        min-height: 50px;
        font-size: 16px;
    }

    .a-button-primary.m-lg,
    .a-button-secondary.m-lg {
        min-height: 50px;
        font-size: 16px;
    }

    .education_item .a-button-secondary {
        border: 1px solid var(--blue);
    }
}


@media (max-width: 575.98px) {
    .a-woo-total-title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .shop_table .quantity {
        display: flex;
        justify-content: flex-end;
    }
}




#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--dark-grey);
    border-radius: 10px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: var(--light-gray);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid var(--light-gray);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid var(--light-gray);
    margin: 0;
    list-style: none outside;
}

.woocommerce-order-details {
    margin-top: 40px;
}

body.woocommerce-order-received,
.woocommerce-customer-details,
.woocommerce-column__title,
body.woocommerce-order-received .woocommerce-order-details__title {
    margin-bottom: 30px;
}

button[name=update_cart] {
    display: none !important;
}

.woocommerce-cart-form__contents td.actions {
    display: none;
}

#ship-to-different-address input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.swiper-slide {
    box-sizing: border-box;
}

.a-showcase-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.a-showcase-cards-i {
    flex: 1;
    border-radius: 10px;
    min-height: 430px;
    display: flex;
    align-items: end;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.a-showcase-cards-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}

.a-woo-archive-contact-form {
    margin-top: 300px;
}

.a-woo-archive-tabs {
    margin-top: 70px;
}

.a-tabs-content {
    display: block;
}

.a-tabs-content.a-tabs-hidden {
    display: none;
}

.a-tabs .a-tabs-head button {
    flex: 1;
    min-height: 60px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border: 1px solid var(--blue);
    background: transparent;
    border-radius: 10px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
}

.a-tabs .a-tabs-head button.a-tabs-selected {
    transition: all 0.3s;
    color: black;
    background: #bbc2ca;
}

.a-tabs .a-tabs-head button:hover {
    transition: all 0.3s;
    background: #bbc2ca;
}

.a-tabs-head {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.a-tabs-body {
    margin-top: 30px;
}

/* Медіа-запити */
@media (max-width: 1299.98px) {
    .a-showcase-cards-text {
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
    }

    .a-showcase-cards {
        gap: 10px;
    }

    .a-showcase-cards-i {
        min-height: 258px;
        padding: 20px;
        min-width: 300px;
    }

    .a-showcase-cards-text {
        font-size: 20px;
    }

    .a-woo-archive-contact-form {
        margin-top: 100px;
    }

    .a-woo-archive-tabs {
        margin-top: calc(70px * 0.7);
    }

    .a-tabs .a-tabs-head button {
        font-size: 18px;
    }

    .a-tabs-head {
        gap: 15px;
    }

    .a-tabs-body {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .a-showcase-cards {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .a-tabs .a-tabs-head button {
        font-size: 16px;
    }

    .a-tabs-head {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .a-tabs-body {
        margin-top: 15px;
    }
}





/* common qty input plus minus */

.quantity {
    margin: 0 !important;
    float: none !important;
}

.a-cart-qty {
    margin-top: 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--blue);
    justify-content: space-between;
    border-radius: 10px;
    height: 60px;
}

.a-cart-qty-minus,
.js-shop-quantity-plus {
    cursor: pointer;
    background-color: transparent;
    color: black;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px;
    margin: 0;
    transition: all 0.2s;
    padding: 0px 18px;
}

.a-cart-qty-minus:hover,
.js-shop-quantity-plus:hover {
    transition: all 0.2s;
}

input.a-cart-qty-input {
    flex-grow: 1;
    min-height: 100%;
    border: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 0 !important;
}

input.a-cart-qty-input::-webkit-outer-spin-button,
input.a-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.a-cart-qty-input[type="number"] {
    -moz-appearance: textfield;
}

.a-woo-product {
    margin-top: 50px;
}

.a-woo-product .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
}

.a-woo-product-img {
    display: flex;
    background: #fff;
    justify-content: center;
}

.a-woo-product-img .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

.a-woo-product-img img {
    width: 100%;
    object-fit: contain;
    max-height: 630px;
}

.a-woo-plus {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    align-self: flex-end;
    justify-self: flex-end;
}

.a-woo-plus.product-in-cart:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}

.a-woo-plus+.added_to_cart {
    display: none !important;
}

.a-woo-plus.product-in-cart:after,
.a-woo-plus.added:after {
    font-weight: 100 !important;
    margin: 0 !important;
}

.a-woo-plus.loading svg,
.a-woo-plus.product-in-cart svg,
.a-woo-plus.added svg {
    display: none;
}

.a-woo-plus.loading:after {
    position: static !important;
}

.a-woo-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce-loop-product__title .price {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    margin-top: 10px;
}

.a-woo-product-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    padding: 0 0 72% 0;
    overflow: hidden;
}

.a-woo-product-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    transition: transform 0.6s;
    object-fit: contain;
}

.a-woo-product-card-img.m-cover img {
    object-fit: cover;
}

.a-woo-product-card-title {
    margin-top: 5px;
}

.a-woo-product-card-title:hover {
    transition: all var(--a-transition-delay);
    opacity: 0.7;
}

.a-woo-product-card .woocommerce-product-details__short-description {
    margin-top: 5px;
}

.a-woo-product-card .woocommerce-product-details__short-description p,
.a-woo-product-card .woocommerce-product-details__short-description {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}

.a-woo-product-card .price {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    gap: 40px;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 1.2;
    color: #000 !important;
}

.a-woo-product-card .price del {
    opacity: 0.6;
    font-weight: 400;
}

.a-woo-product-card .onsale {
    display: none !important;
}

.a-woo-product-card-row {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    justify-content: space-between;
    flex-grow: 1;
}

.a-woo-product-card .price {
    padding-top: 11px;
}

/* Media Queries */

@media (max-width: 991.98px) {

    .a-woo-product-card .woocommerce-product-details__short-description p,
    .a-woo-product-card .woocommerce-product-details__short-description {
        font-size: 16px;
        max-width: calc(100% - 45px);
    }

    .a-woo-product {
        margin-top: calc(50px * 0.7);
    }

    .a-woo-plus.add_to_cart_button {
        top: 75px !important;
    }

    .a-woo-plus {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 45px !important;
        height: 45px !important;
    }

    .a-woo-plus svg {
        width: 26px !important;
        height: 26px !important;
    }

    .a-woo-product-card-title .woocommerce-loop-product__title {
        font-size: 20px;
    }

    .a-woo-product-card .woocommerce-product-details__short-description {
        font-size: 16px;
        line-height: 1.4;
    }

    .a-woo-product-card-row {
        flex-direction: column;
    }
}

.a-woo-plus.add_to_cart_button {
    background-color: white !important;
    top: 95px !important;
}

.a-woo-product-card-title .woocommerce-loop-product__title {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 72px;
}

@media (max-width: 575.98px) {
    .a-woo-product-card-title .woocommerce-loop-product__title {
        font-size: 18px;
    }

}

@media (max-width: 991.98px) {

    .a-woo-product-card .woocommerce-product-details__short-description p,
    .a-woo-product-card .woocommerce-product-details__short-description {
        font-size: 16px;
    }

    .a-woo-product-card-title .woocommerce-loop-product__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
        min-height: unset;
    }

    .a-woo-plus.add_to_cart_button {
        background-color: white !important;
        top: 75px !important;
    }

    .a-woo-product-card .price {
        padding-top: 12px;
    }
}





/* a-woo-product */
.a-woo-product-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.a-woo-product-col-1 {}

.a-woo-product-col-2 {}

.a-woo-product-summary {
    max-width: 570px;
}

.a-woo-product-col-2 .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.a-woo-cta-button {
    margin-top: 20px;
}

.a-woo-cta-button a {
    text-align: center;
    transition: all var(--a-transition-delay);
    background: var(--dark-grey);
    color: var(--blue);
    border-radius: var(--br-3xs);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid var(--dark-grey) !important;
    cursor: pointer;
}

.a-woo-cta-button a:hover {
    transition: all var(--a-transition-delay);
    background: #d2d6dc !important;
    border: 1px solid #d2d6dc !important;
}

/* teml */
.header-nav ul li a:hover {
    background: #ededed;
}

.a-woo-product-add-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.a-woo-add-to-cart-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 10px !important;
    padding: 20px 30px;
    min-height: 60px;
    background: var(--blue) !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--white) !important;
    transition: all var(--a-transition-delay);
    border: 1px solid var(--blue) !important;
}

.a-woo-add-to-cart-btn:hover {
    transition: all var(--a-transition-delay);
    background: #5278a1 !important;
    border: 1px solid #5278a1 !important;
}

.a-woo-product-summary .price {
    display: flex;
    gap: 20px 50px;
    margin-top: 50px;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700;
}

.a-woo-product-summary .price del {
    opacity: 0.6;
    font-weight: 400;
}

.a-woo-product-summary form.cart {
    margin-bottom: 0 !important;
}

.a-woo-attributes dl {
    margin: 0 0 20px 0;
    display: flex;
    font-size: 22px;
    gap: 10px;
}

.a-woo-attributes dt {
    margin: 0;
    font-weight: 700;
}

.a-woo-attributes dd {
    margin: 0;
}

ul.a-woo-product-feature {
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.a-woo-product-feature li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}

ul.a-woo-product-feature svg {
    margin-right: 5px;
}

.woocommerce-grouped-product-list.group_table {
    display: none;
}

/* a-woo-wysiwyg */
.a-woo-wysiwyg>* {
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}

.a-woo-wysiwyg p {
    margin-bottom: 1em;
}

.a-woo-wysiwyg li {
    margin-bottom: 5px;
}

/* MEDIA QUERIES */
@media (max-width: 991.98px) {
    .woocommerce div.product .product_title {
        letter-spacing: 0;
    }

    .a-woo-cta-button {
        margin-top: 15px;
    }

    .a-woo-cta-button a {
        font-size: 16px;
    }

    .a-woo-product-add-row {
        gap: 15px;
    }

    .a-woo-product-summary .price {
        margin-top: calc(50px * 0.5);
    }

    .a-woo-product-summary .woocommerce-product-details__short-description p {
        font-size: 18px;
        line-height: 1.2;
    }

    .a-woo-product-summary .product_title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: calc(30px * 0.5);
    }

    .a-woo-attributes dl {
        flex-direction: column;
        font-size: 18px;
    }

    .a-woo-wysiwyg>* {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 575.98px) {
    .a-woo-product-row {
        grid-template-columns: 1fr;
    }

    .a-woo-product-summary .price {
        margin-top: calc(50px * 0.3);
    }

    .a-woo-product-summary .woocommerce-product-details__short-description p {
        font-size: 16px;
        line-height: 1.4;
    }

    .a-woo-product-summary .product_title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: calc(30px * 0.3);
    }

    .a-woo-attributes dl {
        flex-direction: column;
        font-size: 16px !important;
        gap: 5px;
    }

    .a-woo-wysiwyg>* {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}






/*

    a-woo-products
    Global

**************************************/
.a-woo-products-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media (max-width: 575.98px) {
    .a-woo-products-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.a-woo-products-col {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/*

    a-woo-minicart

**************************************/

.a-header-minicart {}

.a-header-minicart {
    color: black !important;
}

@media (max-width: 1299.98px) {
    .a-header-minicart {
        margin-left: auto;
    }
}

.a-header-minicart svg {
    color: black;
}

.a-header-minicart-box {
    position: relative;
    color: black;
    width: 28px;
}

.a-header-minicart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 3px;
    border-radius: 999px;
    background: #fff;
    color: black;
    line-height: 1;
    height: 18px;
    min-width: 18px;
    font-weight: 500;
}

/*

    a-woo-payment

**************************************/

.a-woo-payment .payment_methods .wc_payment_method label {
    color: var(--black);
}

.a-woo-payment .payment_methods .wc_payment_method input[type="radio"] {
    width: auto !important;
    height: auto !important;
}

/*



**************************************/
.woocommerce-order-overview {
    margin-top: 60px !important;
    color: var(--black) !important;
}

.woocommerce-column__title,
.woocommerce-order-details__title {
    font-size: 26px;
    letter-spacing: normal !important;
}

.woocommerce-customer-details address {
    line-height: 1.4;
}

/*



**************************************/

.return-to-shop {
    display: flex;
    justify-content: center;
}




.a-service {
    background: var(--dark-grey);
    padding: 150px 0 150px 0;
    margin-top: 200px;
    margin-bottom: 0;
}

.a-service-showcase.a-showcase-cards {
    margin-top: 100px;
}

.a-service-row {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.a-service-cta {
    margin-top: 40px;
}

.a-service-cta a {
    text-align: center;
    transition: all var(--a-transition-delay);
    background: var(--dark-grey);
    background: var(--blue);
    color: #fff;
    border-radius: var(--br-3xs);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    min-height: 60px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
}

.a-service-cta a:hover {
    transition: all var(--a-transition-delay);
    opacity: 0.7;
}

.a-service-i {
    display: flex;
    flex-direction: column;
    padding: 70px 50px 20px 50px;
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 100%;
}

.a-service-i-title {
    margin: 0;
    font-size: 100px;
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--dark-grey);
}

.a-service-i-row {
    margin-top: 105px;
    display: flex;
    height: 100%;
    gap: 70px;
    flex-direction: column;
}

.a-service-i-col:last-child {
    min-height: 238px;
    margin-top: auto;
}

.a-service-i-list {
    gap: 20px 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.a-service-i-list:first-child {
    margin-top: 0;
}

.a-service-i-list dl {
    display: flex;
    justify-content: space-between;
    gap: 30px 10px;
    margin: 0;
}

.a-service-i-list dt,
.a-service-i-list dd {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: var(--black);
    display: flex;
    margin: 0;
    align-items: center;
}

.a-service-i-note {
    margin: 0px 0;
    padding: 0;
    list-style: none;
}

.a-service-i-note:last-child {
    margin-bottom: 0;
}

.a-service-i-note li {
    max-width: 597px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--black);
    opacity: 0.6;
}

.a-service-i-note li.a-m-2 {
    color: var(--blue);
}

.a-service-i-note li:before {
    content: "*";
    display: flex;
    position: absolute;
    left: 0;
}

.a-service-i-note .a-m-2:before {
    content: "**";
}

.a-service-i-text {
    margin-bottom: 10px;
}

.a-service-i-text,
.a-service-i-text>*,
.a-service-i-text p {
    font-size: 22px;
    line-height: 1.2;
    color: var(--black);
}

.a-service-contact-form {
    margin-top: 200px;
}

@media (max-width: 1919.98px) {
    .a-service-i-title {
        font-size: 60px;
        line-height: 1;
        letter-spacing: -0.03em;
    }

    .a-service-i-col:last-child {
        min-height: auto;
    }

    .a-service-i-list dt,
    .a-service-i-list dd {
        font-size: 24px;
    }
}

@media (max-width: 1299.98px) {
    .a-service {
        margin-top: 200px;
        padding: 70px 0 70px 0;
    }

    .a-service-cta {
        margin-top: 30px;
    }

    .a-service-cta a {
        font-size: 16px;
        padding: 0;
        min-height: 50px;
    }

    .a-service-i-row {
        margin-top: 50px;
    }

    .a-service-i-list dt,
    .a-service-i-list dd {
        font-size: 20px;
    }

    .a-service-i-note li {
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 20px;
    }

    .a-service-i-text,
    .a-service-i-text>*,
    .a-service-i-text p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .a-service-showcase.a-showcase-cards {
        margin-top: 50px;
    }

    .a-service-row {
        grid-template-columns: 1fr;
        gap: 10px;
        display: block;
        margin-top: 30px;
    }

    .a-service-i-title {
        font-size: 52px;
        line-height: 1;
    }

    .a-service-i {
        padding: 30px 10px 24px 10px;
        margin-bottom: 10px;
    }

    .a-service-i-row {
        margin-top: 30px;
        gap: 20px;
    }

    .a-service-i-list {
        gap: 10px 0;
        margin: 20px 0;
    }

    .a-service-contact-form {
        margin-top: 150px;
    }
}

@media (max-width: 575.98px) {
    .a-service-cta a {
        width: 100%;
    }
}




/*

    a-service-faq

**************************************/

.a-service-faq {
    margin-top: 200px;
    margin-bottom: 0;
}

.a-service-faq-title {
    max-width: 900px;
    letter-spacing: normal;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #1f1f1f;
}

.a-service-faq-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.a-service-faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.a-service-faq-i label {
    margin-bottom: 0;
}

.a-service-faq-i .faq-h {
    margin-bottom: 0;
}

.a-service-faq-text-below {
    gap: 60px;
    align-items: center;
    margin-top: 70px;
    display: flex;
}

.a-service-faq-text-below p {
    max-width: 700px;
    font-weight: 700;
    line-height: 1.2;
    align-items: center;
    text-transform: uppercase;
    color: #38526e;
    font-size: 30px;
}

@media (max-width: 1299.98px) {
    .a-service-faq {
        margin-top: 150px;
    }

    .a-service-faq-title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .a-service-faq-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .a-service-faq-text-below {
        gap: 20px;
        margin-top: 20px;
    }

    .a-service-faq-text-below svg {
        width: 38px;
    }

    .a-service-faq-text-below p {
        font-size: 20px;
    }

    .a-service-faq-col {
        gap: 10px;
    }
}


.a-about-hero-row {
    display: grid;
    gap: 30px;
    grid-template-columns: 7fr 5fr;
}

.a-about-hero-col-1 {
    display: flex;
    flex-direction: column;
}

.a-about-hero-text {
    max-width: 720px;
    margin-top: 60px;
}

.a-about-hero-text p {
    margin-bottom: 20px;
}

.a-about-hero-secondary {
    max-width: 570px;
    padding-top: 30px;
    gap: 20px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.a-about-hero-secondary-img {
    display: flex;
}

.a-about-hero-secondary-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.a-about-hero-img img {
    max-width: 100%;
    height: auto;
}

.a-about-showcase {
    margin-top: 30px;
}

.a-about-showcase .a-showcase-cards-i {
    min-height: 360px;
}

/* a-about-videos */
.a-about-videos-section-header {
    max-width: 1120px;
}

.a-about-videos-row {
    display: grid;
    margin-top: 70px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.a-about-videos-i-title {
    font-family: var(--font-gilroy), sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #1f1f1f;
}

.a-about-videos-img {
    display: flex;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.a-about-videos-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* a-hero */
.a-hero-slide-inner {
    background-position: 100% 50%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 2560px;
}


.a-hero-row {
    display: flex;
    height: calc(100vh - 87.2px);
    min-height: 700px;
    max-height: 1000px
}

.hero .container {
    max-width: unset;
}

.hero .swiper-pagination-bullet-active {
    background: #1F1F1F !important;
}

.hero .swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #000;
    background: white;
    opacity: 1;
}

.a-hero-col-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 75px;
    padding-top: 140px;
    width: 50vw;
}

.a-hero-col-2 {
    width: 50vw;
}

.a-hero-mobile-img {
    height: 100%;
}

.a-hero-down {
    margin-top: 60px;
}

.a-hero-mobile-img {}

.a-hero-mobile-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.a-hero-buttons {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.a-hero-button-primary {
    min-width: 418px;
    padding-left: 10px;
    padding-right: 10px;
}

.a-hero-button-secondary {
    min-width: 204px;
    padding-left: 10px;
    padding-right: 10px;
}

.a-hero-text {
    display: inline-flex;
    flex-direction: column;
}

.a-hero-text span {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: var(--black);
    align-self: center;
}

.a-hero-text p {
    margin-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: var(--black);
}

/* Media Queries */
@media (max-width: 991.98px) {
    .a-about-hero-row {
        gap: 10px;
    }

    .a-about-hero-text {
        margin-top: 50px;
    }

    .a-about-hero-text p,
    .a-about-hero-secondary p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.2;
    }

    .hero .a-hero-button-primary,
    .hero .a-hero-button-secondary {
        padding-left: 0px;
        padding-right: 0px;
    }

    .a-about-hero-secondary {
        gap: 10px;
    }

    .a-about-showcase .a-showcase-cards-i {
        min-height: 215px;
    }

    .a-about-videos-row {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }


    .a-about-videos-i-title {
        font-size: 20px;
    }

    .a-about-videos-img {
        margin-top: 10px;
    }

    .a-hero-slide-inner {
        background: none !important;
    }

    .a-hero-row {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 50px;
        display: grid;
        height: unset;
        min-height: 700px;
        max-height: 1220px;
    }

    .hero .swiper-pagination-bullet {
        height: 10px !important;
        width: 10px !important;
    }

    .a-hero-col-1 {
        min-height: 600px;
        padding-top: 40px;
        padding-bottom: 0;
        width: unset;
    }

    .a-hero-col-2 {
        width: unset;
    }

    .a-hero-down {
        // padding-right: 30px;
    }

    .a-hero-mobile-img {
        display: flex;
        justify-content: center;
        aspect-ratio: 340 / 450;
        overflow: hidden;
    }

    .a-hero-buttons {
        gap: 10px;
        align-items: end;
        min-height: 110px;
    }

    .a-hero-button-primary,
    .a-hero-button-secondary {
        min-width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .a-hero-text span {
        align-self: flex-start;
        font-size: 20px;
    }

    .a-hero-text p {
        font-size: 20px;
        margin-top: 10px;
    }

    .a-swiper-pagination {
        bottom: 10px !important;
    }

    .a-swiper-pagination span {
        width: 10px;
        height: 10px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media (max-width: 575.98px) {
    .a-hero-row {
        display: grid;
    }

    .a-about-hero-row {
        grid-template-columns: 1fr;
    }

    .a-hero-button-primary,
    .a-hero-button-secondary {
        width: 100%;
    }
}


/*
    Home page
**************************************/

.a-home-services-buttons {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.a-home-services-buttons a {}

.a-home-courses {}

.a-home-courses-row {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.a-home-courses-buttons {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.a-home-courses-buttons a {}

.a-home-about {}

.a-home-about-buttons {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.a-home-about-buttons a {}

.a-home-about {
    background-color: var(--dark-grey);
}

.a-home-about-inner {
    margin: 0 auto;
    max-width: 2560px;
    width: 100%;
    background-position: 100% 0%;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

.a-home-about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.a-home-about-col-1 {
    padding: 100px 10px 100px calc((100vw - 1720px) / 2);
}

.a-home-about-box-1 {
    max-width: 740px;
    margin-top: 100px;
}

.a-home-about-content {
    margin-top: 10px;
}

.a-home-about-content p {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.2;
}

.a-home-about-box-2 {
    margin-top: 50px;
}

.a-home-about-buttons-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--black);
}

.a-home-about-box-3 {
    margin-top: 110px;
}

.a-home-about-mobile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_about_span {
    margin-top: 40px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #38526E;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.main_about_text p {
    margin-bottom: 15px;
}

.hero-left-about {
    width: 50%;
}

.main_about_btext {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
}

.cursive_text_1,
.cursive_text_2 {
    font-family: "Drive Hearts", sans-serif;
    font-size: 140px;
    line-height: 60px;
    transform: rotate(-6deg);
    color: #38526E;
}

.cursive_text_1 {
    margin-top: 100px;
}

.cursive_text_2 {
    margin-left: 250px;
}

.a-home-about-col-2 {
    background-size: cover;
}

.a-home-about .container {
    max-width: unset;
}

@media only screen and (max-width: 1100px) {

    .cursive_text_1,
    .cursive_text_2 {
        font-size: 86px;
        line-height: 50px;
    }

    .cursive_text_2 {
        margin-left: 0px;
    }

    .hero-left-about {
        width: unset;
    }

    .hero-left-about {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {

    .cursive_text_1,
    .cursive_text_2 {
        font-size: 76px;
        line-height: 50px;
    }

    .main_about_span {
        font-size: 20px;
        line-height: 24px;
    }

    .main_about_btext {
        font-size: 16px;
    }
}

.a-portfolio-swiper-pagination {
    top: 50% !important;
    display: flex;
    justify-content: center;
    bottom: auto !important;
    position: absolute;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50%) !important;
}

.a-portfolio-swiper-pagination span {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: var(--light-gray);
    opacity: 1;
    transition: all var(--a-transition-delay);
}

.a-portfolio-swiper-pagination span:hover {
    opacity: 0.7;
}

.a-portfolio-swiper-pagination span.swiper-pagination-bullet-active {
    background: #000;
}

.a-portfolio-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-element {
    background: white;
    border-radius: 10px;
    min-height: 425px;

}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 0 30px;
    margin-bottom: 70px;
}

.testimonials-header a {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: underline;
    color: black !important;
    font-weight: 700;
}

.testimonials-header div {
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DFDFDF;
    border: 1px solid black;
    border-radius: 20px;
    text-transform: unset;
}

.testimonial_content {
    font-size: 22px;
    line-height: 1.2;
    padding: 0px 30px 30px 30px;
}

.testimonial_content p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 1em;
}

@media (max-width: 1500px) {
    .testimonial_content {
        padding: 0px 20px 20px 20px;
    }

    .testimonials-header {
        padding: 20px 20px 0 20px;
    }

    .testimonial_content p {
        font-size: 18px;
    }

    .testimonial-element {
        min-height: 504px;
    }
}

@media (max-width: 991.98px) {
    .testimonial_content p {
        font-size: 16px;
    }

    .testimonials-header div {
        font-size: 16px;
        width: 80px;
        height: 29px;
    }

    .testimonials h2 {
        margin-bottom: 75px;
    }

    .testimonials-txt h2 {
        margin-bottom: 0px;
    }

    .testimonials-header a {
        font-size: 16px;
        height: 19px;
    }

    .testimonial-element {
        min-height: 405px;
    }

    .testimonials {
        margin-bottom: 140px;
    }

}

/* Медіа-запити */

@media (max-width: 1299.98px) {
    .a-home-courses-row {
        grid-template-columns: 1fr 1fr;
    }

    .a-home-about-inner {
        background: transparent !important;
    }

    .a-home-about-row {
        grid-template-columns: 1fr;
    }

    .a-home-about-box-3 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {

    .a-home-services-buttons,
    .a-home-courses-buttons,
    .a-home-about-buttons {
        gap: 10px;
        margin-top: 10px;
    }

    .a-home-services-buttons a,
    .a-home-courses-buttons a,
    .a-home-about-buttons a {
        width: 100%;
    }

    .a-home-courses-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .a-home-about-col-1 {
        padding: 60px 0px 50px 0px;
    }

    .a-home-about-box-1 {
        margin-top: 45px;
    }

    .a-home-about-content p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .a-home-about-box-2 {
        margin-top: 30px;
    }

    .a-home-about-buttons-title {
        font-size: 16px;
    }

    .a-home-about-buttons {
        margin-top: 10px;
    }

    .a-home-about-box-3 {
        margin-top: 0px;
    }

    .a-home-about-cursive {
        margin-bottom: -50px;
        margin-top: -35px;
    }

    .a-home-about-mobile-img {
        aspect-ratio: 340 / 430;
        overflow: hidden;
    }

    .a-portfolio-swiper-pagination span {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 768px) {
    .a-portfolio-swiper-pagination {
        width: 100% !important;
        display: flex;
        top: -15px !important;
        justify-content: space-between;
    }

    .a-portfolio-arrow-pane {
        max-width: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .a-portfolio-arrow-pane .portfolio-swiper-prev,
    .a-portfolio-arrow-pane .portfolio-swiper-next {
        display: none;
    }
}

@media (min-width: 1300px) {
    .a-home-about-mobile-img {
        display: none;
    }
}





/*
    contact-form
**************************************/
.a-contact-form {
    margin-top: 300px;
}

.a-contact-form textarea {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
}

.a-contact-form span {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.a-contact-form input {
    margin: 0;
}

.a-contact-form-inner {
    background: var(--dark-grey);
    border-radius: 10px;
    padding: 60px 50px 100px 50px;
}

.a-contact-form-header {
    display: flex;
    justify-content: space-between;
}

.a-contact-form-title {
    font-weight: 400;
    font-size: 100px;
    line-height: 0.9;
    margin: 0;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--blue);
}

.a-contact-form-subtitle {
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
    color: var(--white);
}

.a-contact-form-box {
    margin-top: 120px;
}

.a-contact-form-box form {
    display: flex;
    gap: 20px;
}

.a-contact-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.a-contact-form-inputs-row-2 {
    display: flex;
    gap: 10px 20px;
}

.a-contact-form-col {
    flex-grow: 1;
}

.a-contact-form-submit {
    display: flex;
    max-width: 100%;
}

.a-contact-form-submit p {
    flex-grow: 1;
}

.a-contact-form-submit input {
    cursor: pointer;
}

.a-contact-form-submit input:hover {
    transition: all var(--a-transition-delay);
    background: #5278a1 !important;
    border: 1px solid #5278a1 !important;
}

/*
        Footer
**************************************/
.a-footer-icons a {
    transition: all var(--a-transition-delay);
}

.a-footer-icons a:hover {
    transition: all var(--a-transition-delay);
    transform: scale(1.1);
}

.a-footer-icons img {
    max-width: 60px;
    max-height: 60px;
}

.a-footer-menu {
    margin: 0;
    width: auto;
    padding: 0;
    list-style: none;
    column-width: 270px;
    column-gap: 30px;
    column-count: 2;
}

.a-footer-menu a {
    text-decoration: underline;
    display: flex;
    white-space: nowrap;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 1px;
    transition: all var(--a-transition-delay);
}

.a-footer-menu a:hover {
    transition: all var(--a-transition-delay);
    color: var(--dark-grey);
}

/*
    temp
**************************************/
.onsale {
    display: none;
}

/* Медіа-запити */
@media (max-width: 1299.98px) {
    .a-contact-form-inner {
        padding: 60px 50px 60px 50px;
    }

    .a-contact-form-box form {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .a-contact-form {
        margin-top: 150px;
    }

    .a-contact-form-inner {
        padding: 60px 20px 40px 20px;
    }

    .a-contact-form-header {
        justify-content: flex-start;
        flex-direction: column;
    }

    .a-contact-form-title {
        font-size: 50px;
        line-height: 1;
    }

    .a-contact-form-subtitle {
        text-align: left;
        font-size: 30px;
        margin-top: 10px;
    }

    .a-contact-form-box {
        margin-top: 60px;
    }

    .a-contact-form-inputs-row-2 {
        flex-direction: column;
    }

    .a-footer-icons img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media (min-width: 992px) {
    .a-contact-form-submit {
        min-width: 400px;
    }
}

@media (min-width: 1300px) {
    .a-contact-form-submit input {
        height: 100%;
        max-height: 150px;
        font-weight: 400;
        font-size: 45px;
        line-height: 1;
        text-transform: uppercase;
        color: #ffffff;
    }
}




.contact_container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.contact_cards {
    width: 50%;
    max-width: 720px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.contact_card {
    background-color: #BBC2CA;
    padding: 20px;
}

.contact_card * {
    color: black;
    margin: 0;
    font-size: 22px;
}

.contact_card h3 {
    margin-bottom: 10px;
    font-size: 45px;
}

.contact_container img {
    max-width: 850px;
    width: 50%;
    height: 50%;
}

@media only screen and (max-width: 1300px) {
    .contact_container {
        flex-direction: column;
    }

    .contact_cards,
    .contact_container img {
        width: 100%;
    }

    .contact_cards {
        margin-bottom: 30px;
    }

    .contact_card h3 {
        font-size: 30px;
        line-height: 1;
    }

    .contact_card * {
        font-size: 16px;
        line-height: 120%;
    }

}

.a-about-videos-i-title {
    min-height: 72px
}

.a-about-videos-img video {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    min-height: 300px;
}

.a-about-videos-col {
    margin-bottom: 20px;
}

/* The Modal */
.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;/ overflow: auto;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content2 {
    background-color: transparent;
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 20px;
    width: 90%;
}

.close2 {
    color: white !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 900px) {
    .modal-content2 {
        margin: 40px auto;
        padding: 8px;
        width: unset;
    }

    .myModal .a-contact-form-box {
        margin-top: 20px;
    }

    .myModal .a-contact-form-title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .myModal .a-contact-form-inner {
        padding: 30px 15px 10px 15px;
    }
}


footer {
    background: #38526E;
    padding: 100px 0;
}

footer h2 {
    color: white;
    line-height: .7;
    margin: 0;
    margin-bottom: 150px;
}

footer a {
    display: block;
    color: white;
    margin-bottom: 15px;


}


.footer-container {
    display: flex;
    justify-content: space-between;
}

.link-underline {
    text-decoration: underline;
}

.footer-cont {
    display: flex;
    flex-direction: column;
}

.fcol1 {
    /*width: 80px;*/
}

.fcol2 {
    width: 76px;
}

.fcol3 {
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.fcol3 h3 {
    color: white;
    margin: 0;
    margin-bottom: 45px;
}

.fcol3 div {
    display: flex;
    justify-content: space-between;
}

.fcol4 {
    width: 422px;
    margin-left: 30px;
}

.fcol4 a {
    width: 422px;
    height: 70px;
    background: #BBC2CA;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    transition: all var(--a-transition-delay);

}

.fcol4 a:hover {
    background: #fff;
}

.fcol1 svg {
    width: 221px;
    height: 60px;
}

@media only screen and (max-width: 1300px) {
    footer {
        padding: 60px 0;
    }

    footer h2 {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .footer-container {
        flex-direction: column;
    }

    .fcol3 {
        margin-left: 0;
        margin-bottom: 55px;
    }

    .fcol3 h3 {
        margin-bottom: 15px;
        margin-top: 55px;
    }
}

@media only screen and (max-width: 768px) {
    .fcol3 h3 {
        font-size: 30px;
    }

    .fcol3,
    .fcol4 a,
    .fcol4 {
        width: 100%;
    }

    .fcol4 a {
        height: 50px;
        font-size: 16px;
        line-height: 1;
    }

    .fcol1 {
        width: 40%;
    }

    .fcol4 {
        margin-left: unset;
    }
}


.сourses-hero {
    background-color: #BBC2CA;
    margin-bottom: 30px;
}

.сourses-hero-inner {
    background-color: #fff;
    border: 1px solid #1F1F1F;
    border-radius: 10px;
    padding: 50px 40px;
}

.сourses-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.сourses-hero-top-left {
    width: 50%;
}

.сourses-hero-top-right {
    max-width: 386px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.сourses-hero-top-right span {
    background-color: #BBC2CA;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #1F1F1F;
    width: calc(50% - 5px);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.сourses-hero-top-right span:last-child {
    background-color: #DFDFDF;
    width: 100%;
}

.сourses-title {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 55px;
}

.сourses-upper_title {
    margin-bottom: 10px;
    color: #38526E;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}

.сourses-upper_title_copy {
    margin-bottom: 100px;
}

.course_suitable_text {
    font-weight: 700;
    margin-bottom: 25px;
}

.s_card-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.scard-item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #38526E;
    width: calc((100% - 60px) / 4);
}

.scard-item span {
    width: 67px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #38526E;
}

.scard-item p {
    margin-top: 35px;
}

.hero-price {
    display: flex;
    gap: 40px;
}

.hero-button {
    min-width: 300px;
}

.hero-price span,
.hero-price div {
    font-size: 45px;
}

.old_price-container {
    text-decoration-line: line-through;
}

@media only screen and (max-width: 1280px) {
    .сourses-hero-top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .сourses-hero-top-left {
        width: 100%;
    }

    .сourses-title {
        margin-bottom: 30px;
    }

    .сourses-upper_title_copy {
        margin-bottom: 30px;
    }

    .сourses-hero-top-right {
        margin-bottom: 40px;
    }

    .scard-item {
        width: calc((100% - 30px) / 2);
    }

    .s_card-container {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991.98px) {
    .сourses-upper_title {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .сourses-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .hero-button {
        min-width: unset;
    }
    .сourses-hero-inner {
        padding: 30px 20px;
    }
    .сourses-hero-top-right span {
        font-size: 14px;
    }
    .scard-item span{
        font-size: 14px;
        padding: 0;
        height: 30px;
    }
    .scard-item p {
    margin-top: 25px;
}
.hero-price span, .hero-price div {
    font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
    .scard-item {
        width: 100%;
    }
}



.сourse-items-section {}

.сourse-items-section .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.сourse-item {
    background-color: #fff;
    border: 1px solid #1F1F1F;
    border-radius: 10px;
    padding: 50px 40px;
    width: calc(50% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.сourse-item-left {
    width: calc(100% - 190px);
}

.сourse-item-right span {
    background-color: #BBC2CA;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #1F1F1F;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.сourse-item-right span:last-child {
    background-color: #DFDFDF;
}

.сourses-item-title {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 55px;
}

.сourse-below_bttn_text {
    opacity: 0.6;
    font-size: 22px;
    line-height: 27px;
    margin-top: 5px;
}

@media only screen and (max-width: 1280px) {
    .сourse-item {
        width: 100%;
    }

    .сourse-items-section .container {
        width: unset;
    }

    .сourse-item-right {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .сourse-item-left {
    width: unset;
}
.сourses-item-title {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 30px;
}
.сourse-item-right {
    gap: 0;
    margin: 0 auto;
}
.сourse-item {
    padding: 30px 20px;
}
.сourse-item li {
    font-size: 16px;
}
.сourses-item-subtitle {
    margin-top: 20px;
}
.сourse-item-right span {
    font-size: 18px;
}
.tabs-content-item {
    font-size: 16px;
}
}