.logo-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

@media (min-width: 1200px) {
    .logo-thumb {
        justify-content: flex-start;
    }
}

.logo {
    width: 91px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .logo {
        width: 220px;
        margin-left: 0px;
    }
}

.main-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .main-thumb {
        margin-top: 21px;
        flex-direction: row;
        justify-content: space-around;
    }
}

.title {
    color: #000348;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.1px;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .title {
        color: #000348;
        font-family: Open Sans, sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.3px;
        width: 778px;
        margin-top: 21px;
    }
}

.text {
    color: #000348;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    width: 326px;
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .text {
        text-align: start;
        color: #000348;
        font-family: Open Sans, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.9px;
        margin-top: 20px;
        width: 512px;
    }
}

.form--thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 330px;
    border-radius: 15px;
}

.form-title {
    color: #121212;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
    /* 22.99px */
    margin-bottom: 17px;
}

.form-input {
    color: #000;
    background: #F4F6FA;
    text-align: start;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.7px;
    width: 330px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #4D5562;
    padding-left: 10px;
    margin-bottom: 5px;

}

.button-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-button {
    color: #000348;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    display: inline-flex;
    padding: 7px 21px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 19.5px;
    border: 1px solid #29313D;
    background: #F4F6FA;
    cursor: pointer;
}


.error-text {
    color: red;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.38px;
    margin-top: 0px;
    margin-bottom: 20px;
}


label {
    color: #000348;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    text-align: start;
}

.text-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .text-thumb {
        align-items: flex-start;
    }
}

.page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F6FA;
    opacity: 0.9;
    z-index: 9999;
}

.block-center__title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
}

.block-center__video-inputs {
    display: flex;
    justify-content: center;
    align-items: stretch
}

.block-video {
    width: 100%;
    max-width: 474px;
    margin: auto;
    display: block;
    position: relative
}

.block-inputs {
    display: flex;
    flex-direction: column;
    max-width: 490px;
    width: 100%
}

.block-input__wrapper {
    margin-bottom: 20px
}

.block-inputs__item {
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #818181;
    border-radius: 5px;
    Font-family: Open Sans;
    font-size: 20px;
    line-height: 27px;
    color: #000348;
    margin-bottom: 20px;
    width: 100%
}

.block-inputs__item:last-child {
    margin-bottom: 0
}

.block-inputs__tel {
    display: flex;
    position: relative
}

.select-drop-down {
    position: relative
}

.select-drop-down__selection {
    display: flex;
    padding: 20px;
    border: 1px solid #818181;
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    cursor: pointer
}

.select-drop-down__flag-ua {
    content: url(../img/Ukr-Icon.png);
    border-radius: 50%;
    padding-right: 5px
}

.select-drop-down__code {
    padding-right: 13px
}

.select-drop-down__options {
    position: absolute;
    background: #f6f6f6;
    border: 1px solid #818181;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow: scroll
}

.select-drop-down__item {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    cursor: pointer
}

.select-drop-down__item:hover {
    background: #e3e3e3
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%
}

.iti__flag-container {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 27px
}

.hidden {
    display: none !important
}

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

.block-checkbox__text {
    max-width: 250px;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-left: 15px
}

.block-checkbox__label {
    display: flex;
    align-items: center
}

.block-checkbox__link.link {
    color: #007ac3 !important;
    text-decoration: underline !important;
    cursor: pointer
}

.block-checkbox__link.link:hover {
    text-decoration: none;
    color: #007ac3
}

.block-checkbox__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.block-checkbox__checkbox:checked+span::before {
    padding-top: 6px !important;
}


.block-checkbox__checkbox:checked+span::before {
    content: url(../images/Fill.svg);
    text-align: center;
    width: 24px;
    height: 26px;
    background: #007ac3;
    border: 1px solid #007ac3
}

.block-checkbox__checkbox+span::before {
    content: 'v';
    color: #e3e3e3;
    width: 24px;
    height: 26px;
    text-align: center;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 5px;
    background: #e3e3e3;
    cursor: pointer
}

.btns-register {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-top: 15px;
}

.btns-register__btn {
    padding: 14px 64px;
    background: #007ac3;
    color: #fff;
    border: 1px solid #007ac3;
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    max-width: 314px;
    width: 100%;
    cursor: pointer
}

h5.block-center__title {
    color: #000348;
    font-size: 20px;
}

.pop-outer.active {
    display: flex
}

.pop-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none
}

.pop-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99
}

.pop-inner {
    height: 80%;
    position: relative;
    z-index: 101;
    background: #fff;
    max-width: 80%
}

.pop-close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
    z-index: 5
}

.pop-inner__in {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0 40px
}

@media only screen and (max-width:1061px) {
    .block-center__title {
        font-size: 20px
    }
}

@media only screen and (max-width:1008px) {
    .block-checkbox__text {
        max-width: 219px
    }
}

@media only screen and (max-width:976px) {
    .video-form {
        display: none
    }

    .block-inputs {
        margin: auto
    }

    .block-checkbox {
        margin: 45px auto;
        display: flex;
        justify-content: center
    }

    form.block-center {
        max-width: 600px
    }

    .block-center__wrapper {
        border-radius: 10px;
    }

    .block-center__title {
        font-size: 18px;
        line-height: 21px
    }

    h1.main__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (max-width:811px) {
    h1.main__title {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (max-width:614px) {
    h1.main__title {
        font-size: 25px
    }

    .block-checkbox {
        flex-direction: column;
        align-items: flex-start
    }

    label.block-checkbox__label {
        margin-bottom: 20px
    }

    .block-checkbox {
        margin: 15px auto auto auto
    }

    input.block-inputs__item {
        padding: 12px;
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 19px
    }

    .span#select {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 19px
    }

    span#select {
        padding: 15px;
        font-size: 16px
    }
}

@media only screen and (max-width:532px) {
    h5.block-center__title {
        font-size: 20px;
        line-height: 17px
    }

    h1.main__title {
        font-size: 18px;
        line-height: 22px
    }

    span.block-checkbox__text {
        font-size: 14px;
        line-height: 17px
    }

    header.header {
        padding: 5px 15px !important
    }

    .block-checkbox {
        margin-top: 20px
    }
}

@media only screen and (max-width:425px) {

    input.block-inputs__item {
        font-size: 14px;
        line-height: 19px
    }

    span#select {
        font-size: 14px;
        line-height: 19px
    }

    .iti__country-list {
        bottom: 45px
    }
}

@media only screen and (max-height:804px) {
    .block-checkbox {
        margin-top: 25px
    }
}

.iti__arrow,
.iti__selected-dial-code {
    color: #000 !important;
    border-top-color: #000 !important
}

.iti {
    width: 100% !important
}

.iti__country {
    color: #000 !important
}

.iti.iti--allow-dropdown.iti--separate-dial-code.phoneWrapper {
    width: 100%
}