.form_field {
    display: -ms-flexbox;
    display: flex
}

.title-lg {
    font: 82px/1 "GHEA Helvetica Geo", Arial, sans-serif
}

.title-h2 {
    font: 65px/82px "GHEA Helvetica Geo", Arial, sans-serif
}

.title-h3 {
    font: 50px/1.3 "GHEA Helvetica Geo", Arial, sans-serif
}

.title-h4 {
    font: 900 40px/1 "GHEA Helvetica Geo", Arial, sans-serif
}

.title-h5 {
    font: 35px/1.1 "GHEA Helvetica Geo", Arial, sans-serif
}

.title-h6 {
    font: 30px/1.4 "GHEA Helvetica Geo", Arial, sans-serif
}

.base_text-lg {
    font: normal 22px/140% "GHEA Helvetica Geo", Arial, sans-serif
}

.base_text-md {
    font: normal 20px/170% "GHEA Helvetica Geo", Arial, sans-serif
}

.base_text-sm {
    font: normal 18px/170% "GHEA Helvetica Geo", Arial, sans-serif
}

.base_text-xs {
    font: normal 15px/1 "GHEA Helvetica Geo", Arial, sans-serif
}

.btn {
    font: bold 18px/1 "GHEA Helvetica Geo", Arial, sans-serif
}

@media screen and (min-width: 100px) {
    .btn {
        font-size: calc(16px + 2 * ((100vw - 100px) / 1100))
    }
}

.btn, .btn:after, .select-selected:after, .select-items {
    -webkit-transition: all 0.22s ease;
    -moz-transition: all 0.22s ease;
    transition: all 0.22s ease
}

.btn, .form_field .select-selected, .form_field select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.form_field input:disabled ~ label, .form_field textarea:disabled ~ label, .form_field .select-selected:disabled ~ label, .form_field select:disabled ~ label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.btn, .btn svg, .attached_file span:first-child, .attached_file__clear, .base_tag {
    display: inline-block;
    vertical-align: middle
}

.select-items.select-hide {
    visibility: hidden;
    opacity: 0
}

.select-items {
    visibility: visible;
    opacity: 1
}

.base_text {
    font-feature-settings: 'liga' off
}

.btn {
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    outline: none;
    border: 0;
    border-radius: 60px
}

.btn:not(.btn-xs):not(.btn-sm):not(.btn-md):not(.btn-lg):not(.btn-xl):not(.btn-circle):not(.btn-circle--sm) {
    height: 50px;
    line-height: 50px
}

.btn:not(.btn-xs):not(.btn-sm):not(.btn-md):not(.btn-lg):not(.btn-xl):not(.btn-circle):not(.btn-circle--sm) {
    padding-right: 20px
}

.btn:not(.btn-xs):not(.btn-sm):not(.btn-md):not(.btn-lg):not(.btn-xl):not(.btn-circle):not(.btn-circle--sm):not(.btn--icon) {
    padding-left: 20px
}

.btn:after {
    content: '';
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100px;
    visibility: hidden;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130%;
    height: 130%
}

.btn:not(:active):after {
    -webkit-animation: md-btn-ripple 1.2s cubic-bezier(0.12, 0.13, 0.51, 1.03);
    animation: md-btn-ripple 1.2s cubic-bezier(0.12, 0.13, 0.51, 1.03)
}

.btn.btn-white {
    background: #fff;
    color: #292E46
}

.btn.btn-white:after {
    background: rgba(41, 46, 70, 0.07)
}

.btn.btn-white:focus {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.23), 0 2px 15px rgba(0, 0, 0, 0.11)
}

.btn.btn-darkblue {
    background: #292E46;
    color: #fff
}

.btn.btn-darkblue:after {
    background: rgba(255, 255, 255, 0.07)
}

.btn.btn-darkblue:focus {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.23), 0 2px 15px rgba(0, 0, 0, 0.11)
}

.btn.btn-green {
    background: linear-gradient(229.5deg, #A6CE39 41.08%, #8BC34A 82.03%);
    color: #fff
}

.btn.btn-green:after {
    background: rgba(255, 255, 255, 0.07)
}

.btn.btn-green:focus {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.23), 0 2px 15px rgba(0, 0, 0, 0.11)
}

.btn.btn-bordered {
    background: initial;
    color: #A6CE38
}

.btn.btn-bordered:after {
    background: rgba(166, 206, 56, 0.07)
}

.btn.btn-bordered:focus {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.23), 0 2px 15px rgba(0, 0, 0, 0.11)
}

.btn.btn-xl {
    height: 80px;
    line-height: 80px;
    font-size: 20px
}

.btn.btn-xl .btn__icon {
    width: calc(80px - 20px);
    height: calc(80px - 20px);
    line-height: calc(80px - 22px)
}

.btn.btn-xl:not(.btn-link) {
    padding-right: 50px
}

.btn.btn-xl:not(.btn-link):not(.btn--icon) {
    padding-left: 50px
}

.btn.btn-lg {
    height: 70px;
    line-height: 70px;
    font-size: 19px
}

.btn.btn-lg .btn__icon {
    width: calc(70px - 20px);
    height: calc(70px - 20px);
    line-height: calc(70px - 22px)
}

.btn.btn-lg:not(.btn-link) {
    padding-right: 40px
}

.btn.btn-lg:not(.btn-link):not(.btn--icon) {
    padding-left: 40px
}

.btn.btn-md {
    height: 65px;
    line-height: 65px;
    font-size: 18px
}

.btn.btn-md .btn__icon {
    width: calc(65px - 20px);
    height: calc(65px - 20px);
    line-height: calc(65px - 22px)
}

.btn.btn-md:not(.btn-link) {
    padding-right: 40px
}

.btn.btn-md:not(.btn-link):not(.btn--icon) {
    padding-left: 40px
}

.btn.btn-sm {
    height: 50px;
    line-height: 50px;
    font-size: 15px
}

.btn.btn-sm .btn__icon {
    width: calc(50px - 20px);
    height: calc(50px - 20px);
    line-height: calc(50px - 22px)
}

.btn.btn-sm:not(.btn-link) {
    padding-right: 30px
}

.btn.btn-sm:not(.btn-link):not(.btn--icon) {
    padding-left: 30px
}

.btn.btn-link {
    background-color: initial;
    box-shadow: 0 0 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    padding: 0
}

.btn.btn-link:focus, .btn.btn-link:hover {
    box-shadow: 0 0 0
}

.btn > .icon {
    vertical-align: -1px;
    margin-right: 3px
}

.btn svg {
    position: relative;
    z-index: 1
}

.btn--icon {
    padding-left: 0
}

.btn--icon:hover .btn__icon {
    -webkit-animation: shadow-pulse 1s infinite;
    animation: shadow-pulse 1s infinite
}

.btn__icon {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    margin-right: 8px
}

.btn__icon .icon {
    vertical-align: -4px;
    position: relative;
    z-index: 1;
    font-size: 22px
}

.btn__icon:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px)
}

.btn__icon-wh {
    border-color: #F0F0F0
}

.btn__icon-wh:after {
    background-color: #F0F0F0
}

.btn.btn-shadow {
    box-shadow: 0 8px 15px rgba(162, 210, 29, 0.3)
}

.btn.btn-shadow:not(.btn-green) {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)
}

.btn.btn-bordered {
    border: 2px solid #A6CE38
}

.btn.btn-bordered--grey {
    border-color: rgba(41, 46, 70, 0.1)
}

.btn.btn-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0
}

.btn.btn-circle .icon {
    margin: 0
}

.btn.btn-circle--sm {
    width: 45px;
    height: 45px
}

.btn.btn-circle + span {
    margin-left: 4px;
    line-height: 140%;
}

.btn:not(.btn--icon):hover {
    -webkit-animation: shadow-pulse 1s infinite;
    animation: shadow-pulse 1s infinite
}

.btn_group .btn:not(:last-child) {
    margin-right: 24px
}

@-webkit-keyframes md-btn-ripple {
    0% {
        -moz-transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 0.5
    }
    20% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
        opacity: 1
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0
    }
}

@-moz-keyframes md-btn-ripple {
    0% {
        -moz-transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 0.5
    }
    20% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
        opacity: 1
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0
    }
}

@keyframes md-btn-ripple {
    0% {
        -moz-transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 0.5
    }
    20% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
        opacity: 1
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2)
    }
    100% {
        box-shadow: 0 0 0 14px rgba(0, 0, 0, 0)
    }
}

@-moz-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2)
    }
    100% {
        box-shadow: 0 0 0 14px rgba(0, 0, 0, 0)
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2)
    }
    100% {
        box-shadow: 0 0 0 14px rgba(0, 0, 0, 0)
    }
}

@media (max-width: 767px) {
    .btn.fluid-sm {
        max-width: 425px;
        width: 100%
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .btn.btn-xl .btn__icon {
        line-height: calc(80px - 26px)
    }
}

.form_field {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    background: transparent;
    margin-bottom: 19px;
    padding-top: 10px
}

.form_field label {
    font: 800 13px/1.7 "GHEA Helvetica Geo", Arial, sans-serif;
    color: #292E46;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-order: 1;
    order: 1;
    background-color: white;
    position: absolute;
    top: 0;
    left: 21px;
    padding: 0 10px
}

.form_field input {
    font: 500 14px/60px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.9);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-order: 2;
    order: 2;
    outline: 0;
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 30px;
    display: block;
    width: 100%
}

@media screen and (min-width: 100px) {
    .form_field input {
        font-size: calc(16px + 2 * ((100vw - 100px) / 1100))
    }
}

.form_field input:focus {
    border-color: #A6CE38
}

.form_field input:focus ~ label {
    color: #A6CE38
}

.form_field input:disabled {
    cursor: not-allowed;
    opacity: 0.7
}

.form_field input:disabled ~ label {
    opacity: 0.7
}

.form_field input:not(.form-xl):not(.form-lg):not(.form-md):not(.form-sm):not(.form-xs) {
    height: 60px;
    padding: 0 29px 0
}

.form_field input.form-xl {
    border-radius: 30px;
    min-width: initial;
    height: 80px;
    line-height: 80px;
    font-size: 20px
}

.form_field input.form-xl:not(.btn-wide):not(.btn-link) {
    padding: 0 30px
}

.form_field input.form-lg {
    border-radius: 30px;
    min-width: initial;
    height: 70px;
    line-height: 70px;
    font-size: 20px
}

.form_field input.form-lg:not(.btn-wide):not(.btn-link) {
    padding: 0 30px
}

.form_field input.form-md {
    border-radius: 30px;
    min-width: initial;
    height: 60px;
    line-height: 60px;
    font-size: 18px
}

.form_field input.form-md:not(.btn-wide):not(.btn-link) {
    padding: 0 25px
}

.form_field input.form-sm {
    border-radius: 20px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 17px
}

.form_field input.form-sm:not(.btn-wide):not(.btn-link) {
    padding: 0 15px
}

.form_field input.form-xs {
    border-radius: 15px;
    min-width: initial;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.form_field input.form-xs:not(.btn-wide):not(.btn-link) {
    padding: 0 10px
}

.form_field input:focus {
    outline: 0
}

.form_field input::-webkit-input-placeholder, .form_field input::-moz-placeholder, .form_field input:-ms-input-placeholder, .form_field input:-moz-placeholder {
    font: normal 14px/1.4 "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    font-style: italic
}

.form_field .file_input {
    background: #f5f5f5 url("../img/plus.svg") center/22px no-repeat;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid #F5F5F5;
    cursor: pointer;
    margin-bottom: 5px
}

.form_field .file_input:not(.form-xl):not(.form-lg):not(.form-md):not(.form-sm):not(.form-xs) {
    width: 42px;
    height: 42px;
    padding: 0
}

.form_field .file_input::-webkit-file-upload-button {
    display: none
}

.form_field textarea {
    font: 500 14px/60px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.9);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-order: 2;
    order: 2;
    outline: 0;
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    overflow: auto;
    resize: none;
    display: block;
    width: 100%;
    min-height: 117px;
    height: 1px;
    padding: 20px
}

@media screen and (min-width: 100px) {
    .form_field textarea {
        font-size: calc(16px + 2 * ((100vw - 100px) / 1100))
    }
}

.form_field textarea:focus {
    border-color: #A6CE38
}

.form_field textarea:focus ~ label {
    color: #A6CE38
}

.form_field textarea:disabled {
    cursor: not-allowed;
    opacity: 0.7
}

.form_field textarea:disabled ~ label {
    opacity: 0.7
}

.form_field textarea ~ label {
    max-width: 80%
}

.form_field .select-selected, .form_field select {
    font: 500 14px/60px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.9);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-order: 2;
    order: 2;
    outline: 0;
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 30px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

@media screen and (min-width: 100px) {
    .form_field .select-selected, .form_field select {
        font-size: calc(16px + 2 * ((100vw - 100px) / 1100))
    }
}

.form_field .select-selected:focus, .form_field select:focus {
    border-color: #A6CE38
}

.form_field .select-selected:focus ~ label, .form_field select:focus ~ label {
    color: #A6CE38
}

.form_field .select-selected:disabled, .form_field select:disabled {
    cursor: not-allowed;
    opacity: 0.7
}

.form_field .select-selected:disabled ~ label, .form_field select:disabled ~ label {
    opacity: 0.7
}

.form_field .select-selected:not(.form-xl):not(.form-lg):not(.form-md):not(.form-sm):not(.form-xs), .form_field select:not(.form-xl):not(.form-lg):not(.form-md):not(.form-sm):not(.form-xs) {
    height: 60px;
    padding: 0 29px 0
}

.form_field .select-selected.form-xl, .form_field select.form-xl {
    border-radius: 30px;
    min-width: initial;
    height: 80px;
    line-height: 80px;
    font-size: 20px
}

.form_field .select-selected.form-xl:not(.btn-wide):not(.btn-link), .form_field select.form-xl:not(.btn-wide):not(.btn-link) {
    padding: 0 30px
}

.form_field .select-selected.form-lg, .form_field select.form-lg {
    border-radius: 30px;
    min-width: initial;
    height: 70px;
    line-height: 70px;
    font-size: 20px
}

.form_field .select-selected.form-lg:not(.btn-wide):not(.btn-link), .form_field select.form-lg:not(.btn-wide):not(.btn-link) {
    padding: 0 30px
}

.form_field .select-selected.form-md, .form_field select.form-md {
    border-radius: 30px;
    min-width: initial;
    height: 60px;
    line-height: 60px;
    font-size: 18px
}

.form_field .select-selected.form-md:not(.btn-wide):not(.btn-link), .form_field select.form-md:not(.btn-wide):not(.btn-link) {
    padding: 0 25px
}

.form_field .select-selected.form-sm, .form_field select.form-sm {
    border-radius: 20px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 17px
}

.form_field .select-selected.form-sm:not(.btn-wide):not(.btn-link), .form_field select.form-sm:not(.btn-wide):not(.btn-link) {
    padding: 0 15px
}

.form_field .select-selected.form-xs, .form_field select.form-xs {
    border-radius: 15px;
    min-width: initial;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.form_field .select-selected.form-xs:not(.btn-wide):not(.btn-link), .form_field select.form-xs:not(.btn-wide):not(.btn-link) {
    padding: 0 10px
}

.form_field .select-selected::-ms-expand, .form_field select::-ms-expand {
    display: none
}

.form_field .valid-element:valid ~ label {
    color: #A6CE38
}

.form_field .valid-element:valid {
    border-color: #A6CE38
}

.form_field .valid-element:required:invalid ~ label, .form_field input[type="email"].valid-element:required:invalid ~ label, .form_field input[type="password"].valid-element:required:invalid ~ label, .form_field input[type="url"].valid-element:required:invalid ~ label {
    color: red
}

.form_field .valid-element:required:invalid {
    border-color: red
}

.form_field-suffix input:not(.form-xl):not(.form-lg):not(.form-md):not(.form-sm):not(.form-xs), .form_field-suffix textarea {
    padding-right: 65px
}

.form_field__suffix {
    pointer-events: none;
    position: absolute;
    top: 32px;
    right: 29px
}

.form_field__suffix .icon {
    color: #292E46;
    font-size: 16px;
    opacity: 0.3
}

.form_field-void {
    border: 2px solid #F2F2F2;
    border-radius: 30px
}

.form_field-void label {
    top: -10px
}

.form_field-void.form_field-suffix {
    padding-right: 60px
}

.form_field-files {
    padding: 22px 26px 17px
}

.attached_file {
    font: 500 14px/1 "GHEA Helvetica Geo", Arial, sans-serif;
    color: #292E46;
    letter-spacing: 0.03em;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 13px 22px;
    margin-right: 12px;
    margin-bottom: 5px
}

.attached_file span:first-child {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}

.attached_file__clear {
    cursor: pointer;
    margin-left: 20px
}

.attached_file__clear .icon {
    font-size: 13px
}

::-webkit-input-placeholder {
    font: normal 14px/16px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: normal;
    opacity: 0.35
}

:-moz-placeholder {
    font: normal 14px/16px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    letter-spacing: 0.03em;
    font-style: italic;
    opacity: 0.35
}

::-moz-placeholder {
    font: normal 14px/16px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: normal;
    opacity: 0.35
}

:-ms-input-placeholder {
    font: normal 14px/16px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: normal;
    opacity: 0.35
}

::-ms-input-placeholder {
    font: normal 14px/16px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: normal;
    opacity: 0.35
}

::placeholder {
    font: normal 14px/16px "GHEA Helvetica Geo", Arial, sans-serif;
    color: rgba(41, 46, 70, 0.35);
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: normal;
    opacity: 0.35
}

.checkmark {
    position: relative;
    margin: 16px 0;
    text-align: left
}

.checkmark.checkmark-inline {
    display: inline-block
}

.checkmark label {
    cursor: pointer;
    display: inline;
    line-height: 25px;
    vertical-align: top;
    clear: both;
    padding-left: 1px
}

.checkmark label:not(:empty) {
    padding-left: 10px
}

.checkmark label:before, .checkmark label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.checkmark label:before {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 15px;
    cursor: pointer;
    transition: background .3s
}

.checkmark input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 25px;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit
}

.checkmark input[type="checkbox"]:checked + label:before {
    background: #A6CE38;
    border: none
}

.checkmark input[type="checkbox"]:checked + label:after {
    transform: translate(7px, 6.76923px) rotate(-45deg);
    width: 11px;
    height: 5.5px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none
}

.checkmark input[type="checkbox"]:disabled + label {
    cursor: not-allowed
}

.checkmark input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26)
}

.checkmark input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26)
}

.base_input {
    border: 0;
    outline: 0;
    height: 50px;
    padding: 0 23px
}

.spaced-y .form_field {
    margin-bottom: 26px
}

.custom-select {
    position: relative;
    width: 100%
}

.custom-select select {
    display: none
}

.select-selected {
    height: 100%
}

.select-selected:after {
    position: absolute;
    font-family: 'icomoon';
    content: "\e900";
    top: 0;
    right: 25px;
    background-image: linear-gradient(229.5deg, #A6CE39 41.08%, #8BC34A 82.03%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.select-selected.select-arrow-active:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-items div, .select-selected {
    cursor: pointer;
    user-select: none
}

.select-items {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(0);
    max-height: 400px;
    overflow: auto
}

.select-items.select-hide {
    transform: translateY(20px)
}

.select-items div {
    padding: 10px 15px
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1)
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .select-selected:after {
        background-image: inherit !important;
        color: #A6CE38
    }
}

@media (max-width: 767px) {
    .select-items {
        max-height: 60vh
    }
}

.hidden-lg {
    display: none
}

body {
    font-family: "GHEA Helvetica Geo", Arial, sans-serif
}

body.active {
    -webkit-overflow-scrolling: hidden;
    overflow: hidden
}

.base_date {
    font: 600 15px/1 "GHEA Helvetica Geo", Arial, sans-serif;
    color: #bbb;
    text-transform: uppercase
}

.base_date .icon {
    vertical-align: -2px;
    font-size: 17px;
    margin-right: 7px
}

.base_tag {
    font: 600 13px/30px "GHEA Helvetica Geo", Arial, sans-serif;
    color: #292E46;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 0 12px;
    height: 28px
}

.card_wrap {
    background-color: white;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 60px
}

.bg_layer {
    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 78.05%, #F7F7F7 113.38%)
}

.page_top {
    background: url("../img/shapes/drops.png") top 36px right 0/auto no-repeat;
    position: relative;
    padding: 5px 0 98px
}

.page_top:before {
    content: '';
    background: url("../img/shapes/page-top.png") top left/auto no-repeat;
    position: absolute;
    top: -116px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 116px);
    z-index: -1
}

.page_top_img {
    margin-top: 15px
}

.page_top-blog {
    padding-bottom: 58px
}

.page_top-faq {
    padding-bottom: 122px
}

.page_main_wrapper.minus-offset-top {
    margin-top: -60px
}

.page_main_wrapper.minus-offset-top--sm {
    margin-top: -25px
}

.block {
    display: block
}

.body_top {
    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 78.05%, #F7F7F7 113.38%), url("../img/shapes/drops-reverse.png") no-repeat, url("../img/shapes/drops-reverse.png") no-repeat;
    background-position: top 62% left 19px, top 79px right -21px;
    background-size: auto;
    position: relative;
    padding: 100px 0 98px
}

.body_top_subtitle {
    margin: 0 auto
}

.body_top_subtitle:not(.fluid-x) {
    max-width: 760px
}

.body_top-services {
    padding-bottom: 274px
}

.body_top-charity {
    padding-bottom: 151px
}

.body_top-partner {
    padding-bottom: 119px
}

.body_main_wrapper.minus-offset-top {
    margin-top: -150px
}

.body_main_wrapper.minus-offset-top--lg {
    margin-top: -87px
}

.body_main_wrapper.minus-offset-top--md {
    margin-top: -42px
}

.body_main_wrapper.minus-offset-top--xs {
    margin-top: -28px
}

.body_top_shapes {
    position: relative
}

.body_top_shapes:before, .body_top_shapes:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.body_top_shapes:before {
    -webkit-animation: rotate-left 50s infinite ease-in-out;
    animation: rotate-left 50s infinite ease-in-out;
    background-image: url("../img/shapes/head-left.png");
    width: 98px;
    height: 196px;
    top: -52px;
    left: -16px
}

.body_top_shapes:after {
    -webkit-animation: rotate-right 50s infinite ease-in-out;
    animation: rotate-right 50s infinite ease-in-out;
    background-image: url("../img/shapes/head-right.png");
    width: 105px;
    height: 114px;
    bottom: -52px;
    right: -28px
}

.html_top {
    background: url("../img/shapes/drops-reverse.png") no-repeat, url("../img/shapes/drops-reverse.png") no-repeat;
    background-position: top 62% left 19px, top 79px right -21px;
    background-size: auto;
    position: relative;
    padding: 50px 0 98px
}

.html_top:before {
    content: '';
    background-image: linear-gradient(180deg, rgba(247, 247, 247, 0) 78.05%, #F7F7F7 113.38%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: -1
}

.html_top-wallet {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 133px
}

.html_top-wallet:before {
    min-height: calc(100% - 38px)
}

.html_top-wallet .html_top_caption {
    padding-top: 109px
}

.html_top-about {
    padding-top: 78px;
    padding-bottom: 247px
}

.html_top-about .html_top_caption {
    padding-top: 27px
}

.html_top-terminals {
    padding-top: 55px;
    padding-bottom: 77px
}

.html_top-terminals .html_top_caption {
    padding-top: 46px
}

.html_top_title {
    position: relative;
    margin-bottom: 24px
}

.html_top_title:before {
    content: '';
    -webkit-animation: rotate-right 10s ease-in-out;
    animation: rotate-right 10s ease-in-out;
    background: url("../img/vector.svg") center/cover no-repeat;
    position: absolute;
    bottom: -16px;
    left: -42px;
    width: 16px;
    height: 15px
}

.html_top_desc {
    margin-bottom: 40px
}

.html_top_buttons.btn_group {
    margin-top: 80px
}

.html_main_wrapper {
    padding-bottom: 1px
}

.html_main_wrapper-about {
    margin-top: -229px
}

.html_main_wrapper-terminals {
    margin-top: -87px
}

.subtitle {
    line-height: 170%;
    margin: 0 0 25px
}

.protect_layer {
    position: relative;
    max-width: 450px;
    margin: 0 auto
}
@media (max-width: 767px) {
    .protect_layer {
        max-width: 350px;
    }
}

.protect_layer:after {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.protect_layer img {
    user-select: none
}

@-webkit-keyframes rotate-left {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes rotate-left {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate-left {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes rotate-right {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes rotate-right {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate-right {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
