@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html {
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
}
 body {
     margin: 0;
}
 main {
     display: block;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0;
}
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
}
 pre {
     font-family: monospace, monospace;
     font-size: 1em;
}
 a {
     background-color: transparent;
}
 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
}
 b, strong {
     font-weight: bolder;
}
 code, kbd, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
 img {
     border-style: none;
     max-width: 100%;
     width: auto;
}
 button, input, optgroup, select, textarea {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
}
 button, input {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
}
 fieldset {
     padding: 0.35em 0.75em 0.625em;
}
 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
}
 progress {
     vertical-align: baseline;
}
 textarea {
     overflow: auto;
}
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
     padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 [type="search"] {
     -webkit-appearance: textfield;
     outline-offset: -2px;
}
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit;
}
 details {
     display: block;
}
 summary {
     display: list-item;
}
 template {
     display: none;
}
 [hidden] {
     display: none;
}
 *, *::before, *::after {
     box-sizing: border-box;
}

/*========== THEME STYLES ==========*/
body {
    background: rgb(247, 251, 250);
}
h1, h2, h3, h4, h5, h6, p, b, span, a, button, input,div, strong {
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
header {
    padding: 20px 0;
    box-shadow: 0px 4px 10px 0px rgba(204, 230, 238, 0.8);
    background: rgb(247, 251, 250);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}
.header-row {
    display: flex;
    align-items: center;
}
.first {
    background: url('../img/first.png') left top no-repeat;
    background-size: cover;
}
.first .row {
    position: relative;
    align-items: center;
    margin-top: 134px;
    margin-bottom: 120px;
    padding-left: 50px;
    padding-bottom: 90px;
    border-radius: 40px;
    background: rgb(255, 255, 255);
}
.first h1 {
    margin-top: 100px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 3%;
    text-align: left;
}
.first h1 > span {
    display: block;
    width: fit-content;
    min-width: 500px;
}
.first-head-bottom {
    text-align: right;
}
.first-text {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 3%;
    text-align: left;
    max-width: 470px;
    margin-bottom: 35px;
}
.main-btn {
    display: inline-block;
    padding: 24px 35px 24px 40px;
    color: rgb(247, 251, 250);
    font-family: Sofia Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
    text-decoration: none;
    border-radius: 60px;
    box-shadow: 0px 4px 20px 0px rgba(22, 136, 169, 0.4);
    background: linear-gradient(180.00deg, rgb(92, 205, 248),rgb(92, 205, 248) 42.5%,rgb(24, 154, 203) 100%);
    cursor: pointer;
}
.main-btn:hover {
    background: linear-gradient(180.00deg, rgb(24, 154, 203), rgb(92, 205, 248) 42.5%,rgb(92, 205, 248) 100%);
}
.main-btn svg {
    padding-left: 10px;
    width: 45px;
}
.first-absolute {
    width: auto;
    position: absolute;
    top: -90px;
    left: 43%;
}
.services {
    border-radius: 60px;
    background: #fff url('../img/service-bg.png') center top no-repeat;
    background-size: contain;
    padding-bottom: 70px;
}
.section-title {
    padding-top: 50px;
    background: linear-gradient(180.00deg, rgb(92, 205, 248),rgb(24, 154, 203));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    text-fill-color:transparent;
    font-family: Sofia Sans;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 3%;
    text-align: left;
    text-transform: uppercase;
}
.services-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.services-item h3 {
    margin-top: 15px;
    color: rgb(0, 0, 0);
    font-family: Sofia Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
}
.services-item p {
    margin-top: 25px;
    color: rgb(0, 0, 0);
    font-family: Sofia Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3%;
    text-align: left;
}
.offer {
    margin-top: 70px;
    margin-bottom: 120px;
    background: url('../img/offer-bg.png') center top no-repeat;
    background-size: contain;
}
.offer .section-title {
    margin-bottom: 35px;
}
.offer-item h3 {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
}
.offer-item p {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3%;
    text-align: left;
}
.offer-item a {
    display: flex;
    align-items: center;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3%;
    text-align: left;
    text-decoration: none;
}
.offer-item a svg {
    padding-left: 10px;
    width: 40px;
}
.contact {
    padding-bottom: 120px;
    background: url('../img/contact.png') no-repeat;
    background-size: contain;
    background-position: -770px 0;
}
.form-col {
    padding-top: 60px;
}
.contact-text {
    margin-top: 42px;
    display: block;
    width: auto;
    max-width: 500px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 3%;
    text-align: left;
}
.theme-form {
    display: flex;
    flex-direction: column;
}
.theme-form input {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgb(70, 88, 94);
    background-color: transparent;
    outline: none;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    position: relative;
    border-bottom: 1px solid rgb(70, 88, 94);
    background-color: transparent;
}
.theme-form .form-group-textarea textarea {
    padding: 30px;
}
.theme-form .form-group-textarea label {
    position: absolute;
    top: 30px;
    left: 30px;
}
.form-group label {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 14px;
    color: #999;
    pointer-events: none;
    transition: 0.2s ease all;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 0;
}
.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    opacity: 1;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: -20px;
    background: linear-gradient(180.00deg, rgb(92, 205, 248), rgb(24, 154, 203));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: Sofia Sans;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
    font-weight: 700;
}
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -5px;
    background: linear-gradient(180.00deg, rgb(92, 205, 248), rgb(24, 154, 203));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: Sofia Sans;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
    font-weight: 700;
}
.form-group .border-anim {
    position: absolute;
    top: 39px;
    left: 50%;
    height: 2px;
    background: linear-gradient(180.00deg, rgb(92, 205, 248),rgb(24, 154, 203));
    transition: width 0.4s ease, left 0.4s ease;
    width: 0;
}
.form-group input:hover ~ .border-anim {
    width: 100%;
    left: 0;
}
.form-group textarea:focus {
    border: 2px solid rgb(92, 205, 248);
}
.form-group textarea:hover {
    border: 2px solid rgb(92, 205, 248);
}
.form-group input:focus {
    border-bottom: 2px solid rgb(92, 205, 248);
}

.theme-form textarea {
    margin-bottom: 50px;
    padding: 30px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    border: 1px solid rgb(70, 88, 94);
    height: 203px;
    background-color: transparent;
    outline: none;
}
.theme-form .main-btn {
    border: none;
    width: fit-content;
}
footer {
    padding-top: 70px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(204, 230, 238, 0.8);
    background: rgb(247, 251, 250);
}
.copyright-block {
    display: flex;
    align-items: end;
    justify-content: center;
}
.copyright {
    color: rgb(164, 173, 175);
    font-family: Sofia Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3%;
    text-align: center;
}
.footer-menu {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}
.footer-menu a {
    background: linear-gradient(180.00deg, rgb(92, 205, 248),rgb(24, 154, 203));
    -webkit-background-clip:
    text;
    -webkit-text-fill-color:
    transparent;
    background-clip:
    text;
    text-fill-color:
    transparent;
    font-family: Sofia Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
    text-decoration: none;
}
.header-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    backdrop-filter: blur(3px);
    z-index: 9;
}
.header-menu-block {
    position: relative;
    width: 35%;
    height: 100%;
    background: rgb(247, 251, 250);
    margin-left: auto;
    margin-top: -10px;
}
.close-menu {
    position: absolute;
    top: 45px;
    right: 80px;
}
.header-menu-block nav {
    padding-top: 120px;
}
.header-menu-block ul li {
    list-style: none;
    padding-bottom: 25px;
}
.header-menu-block ul li a {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 3%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.show {
    display: block;
}
.mobile-footer {
    display: none;
}
.breadcrumbs {
    margin-top: 50px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}
.breadcrumbs .divider {
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs a {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}
.contact-details-block {
    margin-bottom: 50px;
}
.contact-details {
    padding-bottom: 50px;
}
.contact-details-block h3 {
    padding-bottom: 25px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
}
.contact-details-block a {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3%;
    text-align: left;
    text-decoration: none;
}
.contact-details iframe {
    width: 100%;
    height: 445px;
}
.text-page {
    padding-bottom: 100px;
    background: url('../img/text-page-bg.png') center bottom no-repeat;
    background-size: contain;
}
.text-page .text-page-title {
    margin-top: 40px;
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 3%;
    text-align: left;
}
.text-page p {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 3%;
    text-align: left;
}
.action {
    margin-top: 100px;
    margin-bottom: 150px;
    border-radius: 60px;
    background: rgb(255, 255, 255);
}
.action-text {
    padding-top: 120px;
}
.action-text h2 {
    background: linear-gradient(180.00deg, rgb(92, 205, 248),rgb(24, 154, 203));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    text-fill-color:transparent;
    font-family: Sofia Sans;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 3%;
    text-align: left;
    text-transform: uppercase;
}
.action-text p {
    color: rgb(70, 88, 94);
    font-family: Sofia Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 3%;
    text-align: left;
}


@media (max-width: 991px) {
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .first h1 {
        margin-top: 10px;
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 3%;
        text-align: left;
    }
    .first h1 > span {
        min-width: 247px;
    }
    .first-text {
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 3%;
        text-align: left;
    }
    .main-btn {
        color: rgb(247, 251, 250);
        font-family: Sofia Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 3%;
        text-align: left;
    }
    .first-absolute {
        display: none;
    }
    .first .row {
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0px;
        padding-bottom: 70px;
    }
    .services-wrapper {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .services {
        background: #fff;
    }
    .section-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
    .services-item img {
        height: 80px;
        width: auto;
    }
    .services-item h3 {
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 3%;
        text-align: left;
    }
    .services-item p {
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 3%;
        text-align: left;
    }
    .offer {
        margin-top: 0px;
        margin-bottom: 0px;
        background: transparent;
    }
    .offer-item p {
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 3%;
        text-align: left;
    }
    .offer-item {
        margin-bottom: 30px;
    }
    .contact-text {
        margin-top: 25px;
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 3%;
        text-align: left;
    }
    .contact {
        padding-bottom: 60px;
        background: transparent;
    }
    .large-footer {
        display: none;
    }
    .mobile-footer {
        display: block;
    }
    footer {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .copyright {
        color: rgb(164, 173, 175);
        font-family: Sofia Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 3%;
        text-align: center;
    }
    .header-menu-block {
        width: 100%;
    }
    .first {
        background: url('../img/first-bg-mobile.png') center bottom no-repeat;
    }
    .contact-details-block {
        margin-top: 70px;
    }
    .contact-details-block h3 {
        padding-bottom: 15px;
    }
    .text-page img {
        margin-top: 25px;
    }
    .text-page .text-page-title {
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 3%;
        text-align: left;
    }
    .text-page p {
        color: rgb(70, 88, 94);
        font-family: Sofia Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 3%;
        text-align: left;
    }
    .text-page {
        background: transparent;
        padding-bottom: 0;
    }
    .action {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .action-text h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
    .action-text {
        padding-top: 25px;
    }
    .main-btn svg {
        padding-left: 0px;
        width: 30px;
    }
}