body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #949494;
    font-size: 20px;
    font-weight: 400;
}
body * {
    box-sizing: border-box;
}
ul,
li,
p,
span,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    transition: .3s ease-in-out;
}

button,
button:focus,
input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

button {
    cursor: pointer;
}
.btn {
    text-decoration: none;
}
.wrapper {
    min-height: 100vh;
    background: url(../images/back_wrap.webp) 0 50% no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
}

.container {
    width: 1017px;
    max-width: calc(100% - 30px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_wrap {
    position: relative;
    z-index: 5;
}

.logo {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
    left: -412px;
    width: 172px;
}
.logo img {
    width: 100%;
    height: auto;
}
.right_side {
    width: 1017px;
    max-width: 100%;
    position: relative;
}
.right_in {
    max-height: calc(100vh - 55px);
    height: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-left: 380px;
}
h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #E62639;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
}
.sub_txt {
    position: relative;
}
h1 span,
.sub_txt span {
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 244px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E62639;
}

h1 span:after,
h1 span:before,
.sub_txt span:after,
.sub_txt span:before  {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    background-color: #E62639;
    border-radius: 50%;
}



h1 span:after,
.sub_txt span::after {
    left: auto;
    right: 0;
}
.sub_txt span:after,
.sub_txt span:before,
.sub_txt span {
    background-color: #23366D;
}

.divider {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #23366D;
}
.divider:after,
.divider:before  {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    background-color: #23366D;
    border-radius: 50%;
}
.divider::after {
    left: auto;
    right: 0;
}
.top_block {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #29235C;
}
.top_block b {
    font-weight: 600;
}
.top_block span {
    color: #E62639;
}
.top_block .bigger_red {
    font-size: 24px;
    line-height: 22px;
}
.btn_block {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.btn_block > div {
    flex: 1 0 46%;
    max-width: 46%;
}

.btn_block .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #E62639;
    margin-bottom: 6px;
}

.btn,
.sudscribe_block .div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in-out;
}

.btn:hover {
    opacity: .8;
}

.btn_red {
    background: #E62639;
}

.btn_blue,
.sudscribe_block div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    background-color: #23366D;
}
.sudscribe_block div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
    background-color: #23366D;
    opacity: .8;
}
.btn_block .btn_red {
    width: 100%;
}


.sudscribe_block {
    margin-top: 15px;
    width: 100%;
}
.sub_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #E62639;
    margin-bottom: 9px;
    width: 515px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.sub_form {
    display: flex;
    width: 515px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    gap: 8px;

}

.sub_form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    flex-grow: 1;
    height: 40px;
    background-color: #fff;
    border: none;
    padding: 0 9px;
    border: 1px solid #20376C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), inset 5px 5px 5px rgba(170, 170, 204, 0.3), inset -5px -5px 10px #FFFFFF;
}

.sub_form div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    width: 134px;
    flex: 0 0 134px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), -1px -1px 10px rgba(30, 30, 30, 0.4);
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}



.txt_section {
    width: 515px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
    color: #20376C;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.social_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #20376C;
    width: 100%;
    position: relative;
    margin-top: 20px;
}


.social_block a:hover {
    opacity: .8;
}
/* .right_in::before {
    content: "";
    position: absolute;
    right: 405px;
    top: 29%;
    width: 100%;
    height: calc(100% - 142px - 72px);
    background-image: url(../images/flag_usa_2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 100%;
} */
.right_in::after {
    content: "";
    position: absolute;
    background-image: url(../images/statue_flag.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    height: 81.5%;
    right: 29%;
    width: 100%;
    z-index: 0;
    background-size: auto 100%;
}
.right_side > div {
    position: relative;
}
.sudscribe_block .ctct-inline-form {
    width: 100%;
}
.sudscribe_block .ctct-gdpr-text,
.sudscribe_block .ctct-form-footer {
    display: none;
}
.sudscribe_block .ctct-form-embed.form_1 .ctct-form-defaults {
    background-color: transparent;
    padding: 0;
    
}
.sudscribe_block div.ctct-form-embed form.ctct-form-custom {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    min-height: fit-content;
}
.sudscribe_block div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin-bottom: 0;
    flex-grow: 1;
}
.sudscribe_block div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
    margin-bottom: 6px;
    margin-left: 10px;
}
.sudscribe_block .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-text {
    margin-bottom: 0;
    color: #29235C;
}
.sudscribe_block div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-weight: 600;
    font-size: 26px;
    color: #29235C;
    margin-bottom: 0;
}
body .ctct-popup-form,
body .ctct-popup-wrapper,
body .g-recaptcha {
    display: none !important;
}
@media (max-height: 950px) {
    .right_in {
        height: 800px;
    }
    .logo {
        left: -392px; 
    }
    .right_in::after {
        right: 31%;
    }
}
@media (max-height: 900px) {
    .right_in {
        height: 750px;
    }
    .logo {
        left: -372px; 
    }
    .right_in::after {
        right: 33%;
    }
}
@media (max-height: 850px) {
    .right_in {
        height: 700px;
    }
    .logo {
        left: -352px; 
    }
    .right_in::after {
        right: 35%;
    }
}

@media (max-height: 750px) {
    .right_in {
        height: 650px;
        gap: 5px;
    }
    .logo {
        left: -332px; 
    }
    .right_in::after {
        right: 37%;
    }
}
@media (max-height: 700px) {
    .right_in {
        height: 600px;
    }
    .logo {
        left: -312px; 
    }
    .right_in::after {
        right: 39%;
    }
}
@media (max-height: 719.92px) {
    .top_block,
    .txt_section {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-height: 639.92px) { 
    .right_in {
        height: auto;
        max-height: 100%;
        gap: 20px;
    }
    .logo {
        left: -332px; 
    }
    .right_in::after {
        right: 37%;
    }
}

@media (max-width: 919.92px) {
    .container {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 5;
    }
    .right_side > div {
        max-width: 100%;
    }
    .logo {
        position: relative;
        margin: 30px auto 10px auto;
        left: inherit;
        top: inherit;
    }

    .right_in::after {
        display: none;
    }
    .right_in {
        padding-left: 0;
        height: auto;
        max-height: 100%;
        gap: 20px;
    }
    .right_side {
        gap: 40px;
        height: fit-content;
        max-height: fit-content;
    }
    .top_block {
        font-size: 18px;
        line-height: 30px;
    }
    .right_side::before {
        display: none;
    }
    .btn_block {
        gap: 15px;
    }
    .social_block {
        padding-bottom: 20px;
    }
}
@media (max-width: 619.92px) {
    .btn_block {
        flex-direction: column;
        gap: 25px;
    }
    .btn_block > div {
        max-width: 100%;
        flex: 1 0 auto;
        text-align: center;  
    }

}
@media (max-width: 554.92px) {
    .sub_form {
        width: 100%;
    }
    .sub_txt {
        width: 100%;
    }
}
@media (max-width: 419.92px) {
    .sub_form {
        flex-direction: column;
    }
    .sub_form .btn_blue {
        width: 100%;
        flex: 0 0 40px;
    }
    .sudscribe_block div.ctct-form-embed form.ctct-form-custom {
        flex-direction: column;
    }
    .sudscribe_block div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
        width: 100%;
    }
    .sub_form div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
        width: 100%;
        flex: 0 0 40px;
        height: 40px;
    }
}