* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 300px;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    background-color: #131253;
}

.container {
    width: auto;
    max-width: 2560px;
    padding-left: 134px;
    padding-right: 134px;
}

.page {
    margin: 0 auto;
    overflow: hidden;
    background-color: #131253;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.page::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #131253;
    opacity: .5;
}

.page__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

.main {
    display: block;
    position: relative;
    padding: 50px 0 0;
    width: 100%;
}

h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.45em;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
}

a {
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
}

a[href^='tel:'],
a[href^='mailto:'] {
    white-space: nowrap;
}

p {
    margin-top: 0;
    margin-bottom: 1.15em;
}

img {
    max-width: 100%;
}

.page-title {
    margin-bottom: 20px;
}

.page-form {
    width: 100%;
    margin: 0 auto 40px;
    text-align: left;
}

.footer {
    padding: 21px 0;
    font-size: 8px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.btn {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 75px;
    line-height: 75px;
    padding: 0 35px;
    border: none;
    font-size: 24px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    background: transparent;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    letter-spacing: 0.01em;
    vertical-align: top;
    outline: none;
    cursor: pointer;
}

.btn_default {
    background: #EB276D;
    color: #fff;
}

.btn_default::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EB276D linear-gradient(284.04deg, #EB276D 23.26%, #FF73A5 99.77%);
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    z-index: -1;
}

.btn_default:focus, .btn_default:hover, .btn_default:active {
    color: #fff;
    background: transparent;
}

.btn_default:focus::before, .btn_default:hover::before, .btn_default:active::before {
    opacity: 1;
}

input.btn_default:focus, input.btn_default:hover, input.btn_default:active {
    background: #EB276D linear-gradient(284.04deg, #EB276D 23.26%, #FF73A5 99.77%);
}

input,
textarea {
    font-size: 18px;
    outline: 0;
}

select.formstyler {
    opacity: 0;
}

.form {
    width: auto;
    display: block;
}

.form .btn {
    width: 100%;
}

.field-group {
    position: relative;
    padding-top: 20px;
}

.field-name {
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 18px;
    -webkit-transition: all .25s;
    transition: all .25s;
    opacity: .5;
    z-index: -1;
}

.field-name::after, .field-name::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    width: 1000px;
    height: 1px;
    background: #fff;
    opacity: 0;
}

.field-name::before {
    right: 100%;
    margin-right: 5px;
}

.field-name::after {
    left: 100%;
    margin-left: 5px;
}

.field__wrap {
    position: relative;
    padding-top: 7px;
    overflow: hidden;
}

.js-validation-text,
.validation-text {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.validation-text {
    display: none;
}

.field {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.field.not-empty,
.field.hover,
.field:hover,
.field.focus,
.field:focus {
    outline: none;
    border-color: rgba(255, 255, 255, .9);
}

.field.not-empty,
.field:focus {
    border-top-color: transparent !important;
}

.field.not-empty + .field-name,
.field:focus + .field-name {
    top: 0;
    font-size: 12px;
    opacity: 1;
}

.field.not-empty + .field-name::before,
.field.not-empty + .field-name::after,
.field:focus + .field-name::before,
.field:focus + .field-name::after {
    opacity: 1;
}

.field.required {
    background: url("../images/star.svg") calc(100% - 12px) 15px no-repeat;
}

.field.required.error {
    background: url("../images/star-error.svg") calc(100% - 12px) 15px no-repeat;
}

.field.error {
    padding-right: 50px;
    border-color: #FF73A5;
}

.field.error.not-empty + .field-name::before, .field.error.not-empty + .field-name::after, .field.error:focus + .field-name::before, .field.error:focus + .field-name::after {
    background: #FF73A5;
}

.field::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.field::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.field:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.field::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.field::placeholder {
    color: #fff;
    opacity: 1;
}

.validation-submit__wrap {
    position: relative;
}

.validation-submit_click {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

textarea.field {
    padding-top: 9px;
    min-height: 84px;
    resize: vertical;
}

textarea {
    display: block;
}

textarea.form-field {
    height: auto;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.js-height-win {
    min-height: 100vh;
}

.logo {
    display: inline-block;
    margin-bottom: 21px;
}

.logo img {
    width: 131px;
}

.captcha-error {
    display: none;
    font-size: 12px;
    margin-top: 3px;
}

@media (max-width: 1259.98px) {
    .container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .btn {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn {
        font-size: 18px;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .main {
        padding-top: 11vh;
    }
    h1, .h1 {
        font-size: 64px;
    }
    .page-title {
        margin-bottom: 6vh;
        font-size: 24px;
    }
    .page-form {
        width: 500px;
        margin-bottom: 50px;
    }
    .field-group {
        margin: 0 -70px 0 70px;
        padding: 13px 140px 0 0;
    }
    .js-validation-text,
    .validation-text {
        position: absolute;
        top: 27px;
        right: 0;
        width: 110px;
        margin-top: 0;
    }
}



/*NEW STYLES 2025*/


.page-form h3{
    padding-bottom: 25px;
}

.page-form h3  svg{
    max-width: 60px;
    height: 60px;
}

.page-form h3 a{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 17px;
    color: #222;
}

.page-form{
    background:rgba(255, 255, 255, 0.9);
    padding: 35px;
    padding-left: 90px;
}

.info-text{
    font-size: 18px;
    line-height: 1.6;
}


.page-form h3 a { transition: all .2s ease-in-out; }
.page-form h3 a:hover { transform: scale(1.1); }
