@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro/GothamPro.woff) format("woff"), url(../fonts/GothamPro/GothamPro.woff2) format("woff2"), url(../fonts/GothamPro/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro/GothamPro-Bold.woff2) format("woff2"), url(../fonts/GothamPro/GothamPro-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro/GothamPro-Medium.woff) format("woff"), url(../fonts/GothamPro/GothamPro-Medium.woff2) format("woff2"), url(../fonts/GothamPro/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font: normal 16px/1.3 GothamPro;
    background-color: #fff;
    overflow-x: hidden
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

input[type=checkbox] {
    position: absolute;
    left: -9999px;
    display: none
}

.content {
    width: 100%;
    display: flex;
    flex: 1 0 auto
}

@media screen and (max-width: 768px) {
    .content {
        flex-direction: column
    }
}

.checkbox-fake {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(31, 31, 34, .12);
    border-radius: 6px;
    cursor: pointer;
    transition: border .3s, background-color .3s
}

.checkbox-fake:after {
    content: '';
    background: url(../images/check.svg) center center no-repeat;
    background-size: contain;
    width: 15px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

input[type=checkbox]:checked + .checkbox-fake {
    background-color: #0fc3ad;
    border: 1px solid #0fc3ad
}

input[type=checkbox]:checked + .checkbox-fake:after {
    display: block
}

.wrapper {
    display: flex;
    height: 100vh;
    min-height: 600px
}

@media screen and (max-width: 768px) {
    .wrapper_welcome {
        flex-direction: column;
        height: 100%
    }
}

.column {
    display: flex;
    flex-direction: column
}

.column_wide {
    width: 67%;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .column_wide {
        width: 100%;
        height: 30%
    }
}

@media screen and (max-width: 650px) {
    .column_wide {
        height: 160px
    }
}

.column_narrow {
    width: 33%;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .column_narrow {
        width: 100%;
        height: calc(100% - 160px);
        overflow-y: auto
    }
}

.row_flex {
    flex: 1
}

.row_wide {
    flex: 2
}

.mobile-visible {
    display: none
}

@media screen and (max-width: 768px) {
    .mobile-visible {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .row.mobile-visible {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto
    }
}

.select2-container {
    margin-bottom: 30px
}

.select2-selection.select2-selection--single {
    padding: 5px 0 15px;
    height: 45px;
    border: 0;
    border-bottom: 1px solid rgba(31, 31, 34, .12);
    border-radius: 0;
    font-size: 18px;
    font-family: GothamPro;
    color: #1e1e1e;
    outline: transparent
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-family: GothamPro;
    font-size: 18px;
    color: rgba(30, 30, 30, .6)
}

.select2-dropdown {
    border-radius: 6px;
    border: 1px solid rgba(31, 31, 34, .12);
    box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, .1)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0fc3ad
}

.select2-container--default .select2-results > .select2-results__options {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.select2-results__option {
    color: rgba(30, 30, 30, .6);
    font-size: 18px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(30, 30, 30, .6)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-color: #1e1e1e transparent transparent transparent
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    border-color: #1e1e1e transparent transparent transparent
}

.promo {
    display: flex;
    height: 100%;
    background: #ccc center center no-repeat;
    background-size: cover;
    transition: background-position .5s ease-out
}

.promo__container {
    height: 100vh;
    width: 100%;
    padding: 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-between;
    min-height: 600px
}

@media screen and (max-width: 768px) {
    .promo__container {
        height: auto;
        align-items: center;
        min-height: 0
    }
}

@media screen and (max-width: 930px) {
    .promo__container {
        padding: 40px
    }
}

@media screen and (max-height: 730px) {
    .promo__container {
        padding: 40px
    }
}

.promo__logo-img {
    max-width: 300px;
    max-height: 120px
}

@media screen and (max-width: 1024px) {
    .promo__logo-img {
        max-height: 90px;
        max-width: 200px
    }
}

@media screen and (max-width: 768px) {
    .promo__logo {
        margin: 0 auto
    }
}

.promo__title {
    position: absolute;
    top: 50%;
    right: 90px;
    left: 90px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-size: 42px;
    font-family: GothamPro;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

@media screen and (max-width: 930px) {
    .promo__title {
        left: 40px;
        right: 40px
    }
}

@media screen and (max-width: 768px) {
    .promo__title {
        display: none
    }
}

@media screen and (max-height: 730px) {
    .promo__title {
        left: 40px;
        right: 40px
    }
}

@media screen and (max-height: 775px) and (max-width: 1000px) {
    .promo__title {
        top: 40%;
        font-size: 38px
    }
}

.promo__footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .promo__footer {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 768px) {
    .promo__footer {
        display: none
    }
}

.digift-logo {
    width: 96px
}

@media screen and (max-width: 1200px) {
    .digift-logo {
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }
}

@media screen and (max-width: 990px) {
    .help {
        width: 100%;
        margin-top: 16px
    }
}

.help__link {
    display: inline-block;
    padding: 17px 35px;
    background-color: rgba(30, 30, 30, .8);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .36px;
    text-decoration: none;
    transition: background-color .3s
}

.help__link:hover {
    background-color: rgba(30, 30, 30, .9)
}

.contact {
    align-self: flex-start
}

.contact__title {
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.contact__link {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s
}

.contact__link:hover {
    opacity: .7
}

.form {
    display: flex;
    height: 100vh;
    padding: 90px 72px;
    background-color: #fff;
    min-height: 450px
}

@media screen and (max-width: 1200px) {
    .form {
        padding: 72px 42px
    }
}

@media screen and (max-width: 768px) {
    .form {
        height: auto;
        padding: 60px 40px
    }
}

@media screen and (max-width: 650px) {
    .form {
        padding: 30px 22px 15px
    }
}

.form_absolute {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    width: 33%;
    transform: translateX(100%);
    transition: transform .4s linear;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 768px) {
    .form_absolute {
        width: 100%
    }
}

.form_absolute_shown {
    transform: translateX(0)
}

.form .column {
    width: 100%;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .form .column {
        justify-content: flex-start
    }
}

.form__title {
    font-size: 30px;
    font-weight: 500;
    color: #1e1e1e
}

@media screen and (max-width: 1200px) {
    .form__title {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    .form__title {
        margin-bottom: 18px
    }
}

.form__label {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.form__label-text {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 18px;
    color: rgba(30, 30, 30, .6);
    transition: .1s ease-in-out
}

.form__label-text.focused {
    bottom: 100%;
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.form__label-text.filled {
    bottom: 100%;
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.form__text {
    margin-right: 6px;
    font-size: 18px;
    color: rgba(30, 30, 30, .6)
}

@media screen and (max-width: 768px) {
    .form__text {
        display: block;
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .form__create {
        margin: 30px 0;
        padding: 20px;
        background-color: #f5f6f7;
        text-align: center
    }
}

.form__create-link {
    font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, .8);
    transition: color .3s
}

.form__create-link:hover {
    color: #1e1e1e
}

.form__text-input {
    width: 100%;
    padding: 5px 0 15px;
    border: 0;
    border-bottom: 1px solid rgba(31, 31, 34, .12);
    font-size: 18px;
    font-family: GothamPro;
    color: #1e1e1e;
    outline: transparent;
    transition: border-bottom-color .3s, border-bottom-width .5s
}

.form__text-input:invalid {
    box-shadow: none
}

.form__text-input_error {
    border-bottom: 2px solid #d0021b
}

.form__select {
    width: 100% !important
}

.form__checkbox {
    display: inline-block;
    margin-bottom: 18px;
    cursor: pointer;
    white-space: nowrap
}

.form__checkbox .checkbox-fake {
    display: inline-block;
    vertical-align: middle
}

.form__checkbox-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
    color: rgba(30, 30, 30, .6);
    white-space: normal
}

.form__textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    padding: 0;
    border: 0;
    resize: vertical;
    border-bottom: 1px solid rgba(31, 31, 34, .12);
    font-size: 18px;
    font-family: GothamPro;
    color: #1e1e1e;
    outline: transparent;
    transition: border-bottom-color .3s, border-bottom-width .5s
}

.form__textarea:focus + .form__label-text {
    bottom: 100%;
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 500;
    letter-spacing: 1.5px
}

.form__submit {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 12px auto 24px
}

.form__reminder {
    text-align: center
}

@media screen and (max-width: 768px) {
    .form__reminder {
        margin-top: 6px
    }
}

.form__reminder-link {
    font-size: 16px;
    color: rgba(30, 30, 30, .6);
    transition: color .3s
}

.form__reminder-link:hover {
    color: #1e1e1e
}

@media screen and (max-width: 768px) {
    .form__footer .row {
        display: flex
    }
}

.close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    opacity: .6;
    transition: opacity .3s;
    outline: transparent
}

.close-btn:hover {
    opacity: 1
}

.error-message {
    width: 33%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    background-color: #d0021b;
    text-align: center;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform .3s, opacity .3s
}

@media screen and (max-width: 768px) {
    .error-message {
        width: 100%
    }
}

@media screen and (max-width: 1200px) {
    .error-message {
        padding: 17px
    }
}

.error-message_shown {
    transform: translateY(0);
    opacity: 1;
    font-size: 16px;
    letter-spacing: .36px;
    color: #fff
}

.button {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .4px;
    border: 0;
    box-shadow: none;
    border-radius: 6px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: opacity .3s
}

.button:hover {
    opacity: .8
}

.button[disabled] {
    opacity: .6;
    cursor: default
}

.button[disabled]:hover {
    opacity: .6
}

.button_green {
    background-color: #0fc3ad
}

.modal {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    width: 33%;
    transform: translateX(100%);
    transition: transform .4s linear;
    height: 100vh;
    padding: 90px 72px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (max-width: 1200px) {
    .modal {
        padding: 72px 42px
    }
}

@media screen and (max-width: 768px) {
    .modal {
        width: 100%;
        padding: 60px 40px;
        justify-content: center
    }
}

.modal_shown {
    transform: translateX(0)
}

.modal .column {
    justify-content: center
}

@media screen and (max-width: 768px) {
    .modal .column {
        max-width: 500px
    }
}

.modal__picture {
    width: 70px;
    height: 70px
}

.modal__image {
    width: 100%;
    height: auto
}

.modal__title {
    margin-top: 42px;
    margin-bottom: 32px;
    font-size: 30px;
    color: #1e1e1e
}

@media screen and (max-width: 768px) {
    .modal__title {
        margin-top: 32px;
        margin-bottom: 22px
    }
}

.modal__text {
    padding-bottom: 40px;
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.7
}

@media screen and (max-width: 768px) {
    .modal__text {
        padding-bottom: 30px
    }
}

.modal__phone {
    color: #1e1e1e
}

.modal__button {
    width: 100%;
    display: inline-block
}

.mobile .row {
    display: flex;
    align-items: center
}

.mobile .footer {
    padding: 0 22px 30px
}

.mobile .contact {
    width: 100%;
    padding-top: 30px;
    position: relative
}

@media screen and (max-width: 768px) {
    .mobile .contact {
        display: flex;
        flex-direction: column;
        padding-top: 20px
    }
}

.mobile .contact__title {
    position: absolute;
    top: -8px;
    left: 0;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(125, 125, 125, .65);
    background-color: #fff
}

.mobile .contact__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center
}

.mobile .contact__link {
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    font-size: 16px;
    color: #1e1e1e;
    white-space: nowrap
}

.mobile .contact__help {
    width: 50%
}

.mobile .contact__help-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #1e1e1e
}

.digift__text1 {
    padding-left: 2rem;
    font-size: 1rem;
    color: #8b8d92
}

.main-footer-icon {
    display: flex;
    flex-direction: row;
    padding: 12px;
    border-radius: 50%;
    background-color: #f1f1f2;
    margin-left: 12px
}

.main-footer-icons {
    display: flex;
    flex-direction: row
}

.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.main-footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

@media screen and (min-width: 400px) {
    .digift__text1 {
        padding-left: 2.5rem;
        font-size: 1rem;
        color: #8b8d92
    }
}

@media screen and (max-width: 360px) {
    .digift__text1 {
        padding-left: 1.5rem;
        font-size: 1rem;
        color: #8b8d92
    }
}

@media screen and (max-width: 340px) {
    .footer {
        padding: 0 5px 5px !important
    }

    .digift__text1 {
        padding-left: 5px;
        font-size: .9rem;
        color: #8b8d92
    }
}

.terms_offer_rules {
    text-align: center;
}


.wrap1 {
    position: absolute;
    overflow: hidden;
    padding: 20px 50px;
    display: block;
    border-radius: 4px;
    visibility: hidden;
}

.wrap1.active {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: -50px;
    background-color: white;
    margin: auto;
    margin-top: 5rem;
    max-width: 750px;
    max-height: 830px;
    min-height: 600px;
    z-index: 50;
    display: block;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    right: 0px;
    left: 0px;
}


.modal-header1 {
    color: #1f1f22;
    font-size: 26px;
    font-weight: 700;
    /*line-height: 48px;*/
    letter-spacing: -.5px;
    margin-bottom: 32px;
    padding-left: 48px;
}

.modal-close1 {
    display: flex;
    font-size: 180%;
    justify-content: flex-end;
    align-items: center;
}

.modal-close1_x {
    cursor: pointer;
}

.offer1 {
    background-color: #f7f7f7;
    line-height: 26px;
    margin-bottom: 32px;
    padding: 4px 48px 10px 20px;
}

.pointer1 {
    cursor: pointer
}

.banner-partner {
    width: 100%;
    height: 150px;
    margin-bottom: 17px;
    margin-top: 17px;
    cursor: pointer;
}

.banner-image {
    min-height: 17rem !important;
    margin-left: -40px !important;
    margin-right: -40px !important;
    width: auto!important;
}

.width-under-banner {
    width: 100%;
    height: 17rem;
    background-color: #fff8e5;
    position: absolute;
    z-index: 0;
}

@media (max-width: 1300px) {
    .banner-image {
        min-height: 16rem !important;
    }
    .width-under-banner {
        height: 16rem !important;
    }
}

@media (max-width: 1230px) {
    .banner-image {
        min-height: 14rem !important;
    }
    .width-under-banner {
        height: 14rem !important;
    }
}

@media (max-width: 1100px) {
    .banner-image {
        min-height: 12rem !important;
    }
    .width-under-banner {
        height: 12rem !important;
    }
}

@media (max-width: 1000px) {
    .banner-image {
        min-height: 10rem !important;
    }
    .width-under-banner {
        height: 10rem !important;
    }
}

@media (max-width: 900px) {
    .banner-image {
        min-height: 8rem !important;
    }
    .width-under-banner {
        height: 8rem !important;
    }
}

.see_an_example {
    display: flex;
    background-color: #eee;
    width: 300px;
    height: 54px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    margin-right: 7px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600;
    transition: 1s linear;
}

.see_an_example:hover {
    background-color: rgb(180, 180, 180);
}

.see_an_example_wrapper {
    display: flex;
    justify-content: center;
    padding-left: 5px;
}

@media (max-width: 1350px) {
    .see_an_example {
        width: 280px;
    }
}

.popup_underline_text {
    text-decoration: underline;
}


@media (max-width: 1300px) {
    .wrap1.active {
        margin-top: 0rem;
        max-height: 630px;
        min-height: 500px;
    }
    .modal-header1 {
        padding-left: 0px;
    }
    .offer1 {
        padding: 4px 48px 10px 20px;
    }
}

@media (max-width: 1450px) {
    .wrap1.active {
        max-height: 650px;
        min-height: 500px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media (max-width: 450px) {
    .modal-header1_title {
        font-size: 26px;
    }
    .wrap1.active {
        max-height: 560px!important;
        min-height: 560px!important;
        margin-top: 40px!important;
    }
    .wrap1 {
        padding: 20px 25px;
    }
    .offer1 {
        padding: 4px 10px 10px 7px;
    }
    .modal-header1 {
        margin-left: 15px;
    }
    .small_column_wide_height {

    }
    .fix_scoll {
        height: 100%;
    }
    .wrapper_fix_mobile_scroll {
        min-height: 300px;
    }
}