html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: Poppins, sans-serif;
    font-style: normal;
    color: #000;
    overflow-x: hidden;
    background: #FFF;
    margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.header__form__title{
    color: #0E2742;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 130%;
}

.header__form__subtitle{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.title{
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    line-height: 130%;
}

.subtitle{
    color: #56647B;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.btn__default{
    display: flex;
    padding: 19px 42px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
    border-radius: 14px;
    background: #FF4800;
    border: none;
    cursor: pointer;
    transition: all .3s;
}

.btn__default:hover{
    background: #E44D12;
}

.btn__ghost{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #FFF;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.btn__ghost a{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
}

.btn__ghost:hover{
    border: 2px solid #cacaca;
}

.btn__ghost:hover a{
    color: #cacaca;
}

.btn__ghost svg path{
    transition: stroke 0.3s ease;
}

.btn__ghost:hover svg path{
    stroke: #cacaca;
}

.btn__ghost.mobile{
    display: none;
}

.btn__secondary{
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #56647B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    background: inherit;
    line-height: 115%;
    text-transform: uppercase;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.container{
    max-width: 1245px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    box-sizing: border-box;
}

/* =============================================HEDAER=========================================== */

.thank__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    border-bottom: 1px solid #DDDDDD;
}

.thank__header .logo__img img{
    width: 100%;
}

.thank__header .btn__ghost{
    background: #FF4800;
}

@media(max-width: 650px){
    .thank__header .logo__img{
        width: 250px;
    }

    .thank__header{
        padding: 20px;
    }
}

/* =================================PRIVACY=================================== */

.privacy__wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.privacy__wrapper ul,ol{
    list-style: disc;
}

.privacy__wrapper li{
    color: #56647B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.notice{
    color: #56647B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.privacy__title{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%; /* 54.6px */
}

.privacy__text{
    color: #56647B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.address__text{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%; /* 28.6px */
}

strong{
    color: #0E2742;;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%; /* 28.6px */
}

.privacy__link{
    color: #FF4800;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.24px;
}

@media (max-width: 900px) {
    .privacy__wrapper li, .privacy__text, .privacy__link, .address__text, .notice{
        font-size: 16px;
    }

    .privacy__title {
        font-size: 26px;
    }
}


/* =============================================DO-NOT-SELL=========================================== */

.form-group{
    width: 100%;
    max-width: 520px;
}

.form-group input[type='text'] {
    border-radius: 10px;
    background: #E7EDFF;
    padding: 15px 20px;
    width: 100%;
    font-size:16px;
    border: none;
}

.form-group input[type='text']::placeholder{
    color: #5773c7;
}

.legal-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.form-group .btn__default{
    margin: 0 auto;
}

.form-group-option {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.form-group-option input {
    display: none;
}

.form-group-option label {
    border-radius: 10px;
    background: #E7EDFF;
    width: 100%;
    max-width: 228px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 0 7px 14px;
    cursor: pointer;

}

.form-group-zip {
    max-width: 386px;
    margin: 0 auto;
}

.privacy__section{
    display: flex;
    flex-direction: column;
    gap: 10px
}


@media (max-width: 750px) {
    .form-group {
        max-width: 100%;
        padding: 0 15px;
    }

    .form-group input[type='text'] {
        font-size: 14px;
        padding: 12px 15px;
    }

    .form-group-option label {
        max-width: 100%;
        margin: 0 0 14px;
    }
}

@media (max-width: 360px) {
    .form-group input[type='text'] {
        font-size: 13px;
        padding: 10px 12px;
    }
}


/* ============================================FOOTER====================================== */

footer{
    background: #F2F2F2;
}

.footer__wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__logo{
    margin-bottom: 36px;
}

.footer__text{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.28px;
    margin-bottom: 28px;
}

.footer__nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer__list{
    display: flex;
    gap: 21px;
    align-items: center;
}

.footer__list__item a{
    color: #FF4800;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.24px;
    text-decoration: none;
}

.footer__copyright{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.24px;
}


/* =======================================MEDIA==================================== */


@media (max-width: 1050px) {

    .header__form__title{
        font-size: 24px;
    }

    .header__form__subtitle{
        font-size: 18px;
    }

    .title{
        font-size: 28px;
    }

    .subtitle{
        font-size: 14px;
    }
}

@media (max-width: 840px) {
    .btn__ghost.mobile {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        gap: 0;
    }

    .btn__ghost.mobile svg {
        width: 24px;
        height: 24px;
    }

    .btn__ghost{
        display: none;
    }

  .footer__nav{
    flex-direction: column;
    gap: 10px;
  }

  .footer__copyright{
    text-align: center;
  }
}

@media (max-width: 650px) {
    .logo.mobile{
        display: block;
    }

    .logo{
        display: none;
    }

    .header__bottom__list__item{
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .btn__ghost.mobile{
        width: 30px;
        height: 30px;
    }

    .form__progress__list__item::after{
        left: 30px;
    }

    .header__bottom__list__item {
        font-size: 12px;
    }

    .footer__logo{
        width: 250px;
    }

    .footer__logo img{
        width: 100%;
    }
}