body {
    background: linear-gradient(123.48deg, #272727 21.3%, #151515 94.98%);
}

h1, a, p, .btnSoc, .btnForm, .text-40, li,
.wpcf7-response-output {
    font-family: GillSansLightC;
}

h2, h3, h4 {
    font-family: GillSansRegular;
}

a, h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a, .span_05{
    color: rgba(255, 255, 255, 0.5);
}

h3, p, span, li, .text-40, .text-18 {
    color: rgba(255, 255, 255, 0.7);
}

a:hover {
    color: #6CDEF1;
    transition: all 200ms ease-out;
}

h1, h2 ,h4  {
    color: #ffffff;
}

h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.13em;
}

h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 140%;
}


#form h4 {
    font-size: 36px;
}

h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    color: #6CDEF1;
}

p {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 135%;
}

li {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 250%;
}

.btnForm  {
    width: 277px;
    height: 77px;
    background: rgba(190, 190, 190, 0.35);
    border-radius: 38.5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    box-sizing: border-box;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.btnForm:hover {
    filter: drop-shadow(0px 3px 30px #6CDEF1);
    transition: all 500ms ease-out;
}

.btnSoc {
    border: 1px solid #E2E2E0;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 30px #11315C);
    border-radius: 38.5px;
    width: 182px;
    height: 46px;
    background: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #E2E2E0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.btnSoc:hover {
    border-color: #6CDEF1;
    color: #6CDEF1;
    transition: all 300ms ease-out;
}

.img_footer {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.img_footer:hover {
    transform: translateY(-10px);
}

.strongBlue {
    color: #6CDEF1;
;
    font-size: 34px;
    letter-spacing: 0.02em;
}

.ms-6 {
    margin-left:6rem!important;
}

.ms-7 {
    margin-left:12rem!important;
}

.ms-8 {
    margin-left:18rem!important;
}

.mb-8 {
    margin-bottom: 18rem !important
}

.mb-6 {
    margin-bottom: 10rem !important
}

.text-40 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}

.text-18 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 142.62%;
}

.srcNpo {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: underline;
}

.wpcf7 form .wpcf7-response-output {
    border-bottom: 1px solid #00a0d2;
    border-top: none;
    border-left: none;
    border-right: none;
    width: fit-content;
}

.wpcf7-not-valid-tip {
    font-size: 18px;
}

@media screen and (min-width: 1440px) {
    .text-in-row {
        top: 13%;
        right: 5.5%;
        width: 31%;
        font-size: 18px;
    }

    .text-in-row strong {
        font-size: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .text-in-row {
        top: 9%;
        right: 6%;
        width: 30%;
        font-size: 16px;
    }

    .text-in-row strong {
        font-size: 20px;
    }
}

input, textarea {
    border: none;
    border-bottom: 1px solid #4C8B96;
    background-color: transparent;
    outline: none;
    height: 35px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    font-family: GillSansLightC;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.text-24 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #6CDEF1;
    text-shadow: 0px 0px 30px #546466;
}

button {
    cursor: pointer;
}

.me-6 {
    margin-right: 6rem!important;
}

.desc_img {
    width: 8rem;
    height: auto;
}

.bg-slider {
    filter: brightness(50%);
}

.bg-slider:hover {
    filter: none;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-40 {
    width: 40% !important;
}

.mb-4_footer {
    margin-bottom: 2rem !important;
}

.logo-main {
    width: 65px;
}

@media screen and (max-width: 451px) {
    .mb-5_mob {
        margin-bottom: 3rem!important;
    }

    .desc_img {
        width: 5rem;
    }

    p, li {
        font-size: 20px;
        line-height: 30px;
    }
    a, .strongBlue {
        font-size: 25px;
    }

    .me-6 {
        margin-right: 0 !important;
    }

    .ms-6 {
        margin-left: 0 !important;
    }

    .ms-7 {
        margin-left: 0 !important;
    }

    .ms-8 {
        margin-left: 0 !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mb-6, .mb-8 {
        margin-bottom: 5rem !important;
    }

    h3, h4 {
        font-size: 28px;
    }

    .flex-column_mobile {
        flex-direction: column!important;
    }

    .container {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-items: center !important;
    }

    .btn_mobile {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mb-4_footer{
        margin-bottom: 0.5rem !important;
    }

    .footer_mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .mb-5_mob {
        margin-bottom: 3rem !important;
    }
}


@media screen and (max-width: 990px) {
    .hidden {
        display: none;
    }
}

.wpcf7-not-valid-tip {
    margin-top: 15px;
}

.wpcf7-response-output {
    font-size: 18px;
    color: white;
}

.mw-570 {
    max-width: 570px;
}

.modal-body__info {
    font-size: 17px;
}

.modal-body__info a {
    display: inline-block;
}

.grecaptcha-badge {
    visibility: hidden;
}