#wpadminbar {
    bottom: 0;
    top: unset;
}


html {
    margin-top: 0!important;
}

body {
    display: flex;
    flex-direction: column;
    background: #002034;
    box-sizing: border-box;
    min-height: 100svh;
}

.site {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.site-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body,
p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

p:not(:last-child) {
    margin-bottom: 10px;
}

.text-small {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}


.text-extra-small {
    font-size: 16px;
}

.text-18,
.text-18 *{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.text-16,
.text-16 * {
    font-weight: 500;
    font-size: 16px;
}


ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}
/* Container */
.site-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}



/* Headings */



h1, .h1, .h1 *,
h2, .h2, .h2 *,
h3, .h3, .h3 *,
h4, .h4, .h4 *,
h5, .h5, .h5 *,
h6, .h6, .h6 * {
    font-weight: 500;
    color: #fff;
    margin: 0;
}

h1, .h1, .h1 *  {
    font-size: 97px;
    line-height: 1;
}

.product-h1,
.product-h1 * {
    font-size: 60px;
    font-weight: 800;
    text-transform: capitalize;
}

h2, .h2, .h2 * {
    font-size: 53px;
    line-height: 1.2;
}


h3, .h3, .h3 * {
    font-size: 40px;
   line-height: normal;
    font-weight: 700;
}

h4, .h4, .h4 *{
    font-size: 37px;
    line-height: 1.1;
    font-weight: 600;
}

h5, .h5, .h5 *{
    font-size: 32px;
    line-height: 1.1;
}

h6, .h6, .h6 *{
    font-size: 32px;
    line-height: 1.25;
}

/* BTN */

.btn,
body .wpcf7-submit {
    border-radius: 4px;
    background: #E01F27;
    font-weight: 700;
    line-height: 0.9;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 16.55px;
    width: fit-content;
    border: 2px solid #E01F27;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

body .wpcf7-submit {
    margin-top: 32px;
    min-width: 178px;
}

.btn:hover {
    background: #FFF;
   color: #E01F27;
}


.std-label-wrapper {
    background: #00519b;
}

.std-label {
    width: 100%;
   padding-top: 17px;
    padding-bottom: 16px;
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.3px;
}
@media screen and (max-width: 1440.98px) {
    h1, .h1, .h1 *  {
        font-size: 80px;
    }

    h2, .h2, .h2 * {
        font-size: 48px;
    }


    h3, .h3, .h3 * {
        font-size: 37px;
    }


}

@media screen and (max-width: 1199.98px) {
    h1, .h1, .h1 *  {
        font-size: 70px;
    }

    h2, .h2, .h2 * {
        font-size: 42px;
    }


    h3, .h3, .h3 * {
        font-size: 34px;
    }

    .product-h1,
    .product-h1 * {
        font-size: 50px;
    }
}

#wpadminbar {
    display: none;
}
@media screen and (max-width: 1024.98px) {
    #wpadminbar {
        display: none;
    }

    h1, .h1, .h1 *  {
        font-size: 56px;
    }

    h2, .h2, .h2 * {
        font-size: 32px;
    }


    h3, .h3, .h3 * {
        font-size: 32px;
    }

    h4, .h4, .h4 *{
        font-size: 34px;
    }

    h6, .h6, .h6 *{
        font-size: 28px;
    }

    .site-container {
        padding: 0 24px;
    }

    .std-label {
       margin-bottom: 66px;
        padding-top: 17px;
        padding-bottom: 16px;
    }

    body,
    p {
        font-size: 18px;
    }

    .product-h1,
    .product-h1 * {
        font-size: 46px;
    }
}

@media screen and (max-width: 599.98px) {

    h1, .h1, .h1 *  {
        font-size: 40px;
    }

    .product-h1,
    .product-h1 * {
        font-size: 36px;
    }

    h2, .h2, .h2 * {
        font-size: 24px;
    }

    h4, .h4, .h4 *{
        font-size: 24px;
    }

    h5, .h5, .h5 *{
        font-size: 32px;
    }

    .std-label {
        margin-bottom: 34px;
    }

    .text-small {
        font-size: 16px;
    }

    body .wpcf7-submit {
        width: 100%;
    }
}


/* 404  */
.error-404__heading {
    height: 100%;
    margin-bottom: 50px;
}

.error-404 {
   margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 75svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-404__btn {
    width: 100%;
}

/* Contacts */


.contact-item:hover img {
    filter: invert(25%) sepia(91%) saturate(7500%) hue-rotate(-5deg) brightness(93%) contrast(108%);
}

.contact-item:hover span {
    color: #E01F27;
}