.section__header {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    color: #937a48;
}

a {
    text-decoration: none;
}

.section__header:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 220px;
    background: linear-gradient(90deg, #AD9361 0%, #937A49 100%);
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}

.phone__tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.phone__tel-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone__tel-time {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    position: relative;
}

.phone__tel-time:after {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 4px;
    height: 6px;
    width: 6px;
    background: #2AA81A;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgb(42 168 26 / 20%);
}

.form-final-input {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    position: relative;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form-final-input .button_form {
    padding: 15px;
    text-align: center;
    display: flex;
    border: 0px;
    cursor: pointer;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 160px;
    color: #fff;
    box-shadow: 7px 12px 11px rgb(222 224 226 / 57%);
    background: var(--mainColor);

}

.color__svg {
    fill: var(--mainColor);
}

.form-final-input input {
    font-size: 1.2rem;
    border-radius: 5px;
    width: 100%;
    padding: 1.3rem 1.3rem;
    border: 1px solid #c4c4c4;
    background: #fff;
}

.phone__tel-inner {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.phone__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #937A49;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.content__body {
    max-width: 800px;
    min-height: 50px;
    position: relative;
    margin: 0px auto;
}

.header-bg {
    background: #002B45;
}

.section__subheader {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.micromodal-slide.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 30, 48, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__container {
    max-height: 100vh;
    border-radius: 10px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    background-color: #191B1D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 55px;
    max-width: 1040px;
    width: 100%;
}

.modal__container-close {
    position: absolute;
    right: 13px;
    color: #fff;
    height: 30px;
    font-size: 27px;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-weight: 500;
    z-index: 999;
}

.modal__inner {
    display: flex;
    justify-content: space-between;
}

.squiz__preview-progress__mobile {
    display: none;
}

.modal .section__form {
    background: transparent;
    box-shadow: none;
}

.section__form {
    max-width: 445px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px;
    background: #fff;
    box-shadow: 0px 24px 35px rgb(0 0 0 / 11%);
    border-radius: 10px;
    position: relative;
}

.modal .section__form *:not(a) {
    color: #fff;
}

.section__form-header {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
    color: #191B1D;
}

.section__form-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 153.5%;
    margin-bottom: 15px;
}

.section__form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
    color: #191B1D;
}

.section__form-inner {
    max-width: 330px;
    width: 100%;
    padding-top: 15px;
}

.section__form-field {
    margin-bottom: 20px;
    position: relative;
    height: 70px;
    width: 100%;
}

.section__form-inner .btn {
    width: 100%;
}

.btn {
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.section__form-inner .btn-inner {
    padding: 22px;
}

.btn-inner {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 55px;
    background: linear-gradient(90deg, #AD9361 0%, #937A49 100%);
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 96%;
    top: 4px;
    left: 2%;
    right: 2%;
    background: linear-gradient(90deg, #AD9361 0%, #937A49 100%);
    opacity: 0.5;
    border-radius: 5px;
    z-index: 1;
    transition: all 0.3s ease;
}

.section__form-inp {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #191B1D;
    height: 70px;
    width: 100%;
    padding: 20px 70px 20px 30px;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.modal .section__form .section__form-inp {
    background: transparent;
}

.section__form-field__icon {
    height: 30px;
    width: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #C5C5C5;
    transition: all 0.3s ease;
}

.section__form .check-wrap {
    margin: 25px 0 20px;
}

.check-wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
    height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-wrap__check {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #C5C5C5;
    border-radius: 3px;
}

.check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-wrap__text {
    display: flex;
    font-weight: 400;
    font-size: 13px;
    color: #191B1D;
}

.check-wrap__check:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: url(../img/image__test/success___icon.svg) no-repeat center;
    background-size: contain;
}

.check-wrap input:checked~.check-wrap__check:after {
    display: block;
}

.check-wrap input:checked~.check-wrap__check {
    background-color: #937A49;
    border-color: #937A49;
}

.section__form-rules {
    font-weight: 400;
    font-size: 13px;
    line-height: 124%;
    text-align: center;
    color: #191B1D;
}

.section__form-rules a {
    color: #039BE5;
    text-decoration: underline;
}

.modal__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 24px 35px rgb(0 0 0 / 11%);
    border-radius: 10px;
}

.modal__preview {
    width: 50%;
    height: 460px;
    padding-left: 30px;
    position: relative;
}

.modal__preview-hint {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 70px;
    height: 105px;
    width: 320px;
    padding: 10px 40px;
    z-index: 7;
}

.modal__preview-hint:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #AD9361 0%, #937A49 100%);
    border-radius: 5px;
    transform: skew(-15deg);
    z-index: 5;
}

.modal__preview-hint * {
    position: relative;
    z-index: 6;
}

.modal__preview-role {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 30px;
    height: 105px;
    width: 320px;
    padding: 10px 10px;
    z-index: 6;
}

.modal__preview-role * {
    position: relative;
    z-index: 4;
}

.modal__preview-role:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background: #001E30;
    border-radius: 5px;
    transform: skew(-15deg);
    z-index: 3;
}

.header__user-role {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.header__user-name {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}

.header {
    color: #fff;
}

.content__inner {
    padding: 26px 52px 52px;
    padding-bottom: 100px;
    background-color: #fff;
    max-width: 1280px;
    margin: 0 auto;
}

.progress-bar {
    border-radius: 20px;
    border: 1px solid rgb(154, 129, 80);
    margin-bottom: 5px;
    display: flex;

    height: 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.progress-bar__info {
    width: 100%;
    z-index: 4;
    text-align: center;
    font-size: 19px;
}

.progress-bar__status {
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
    height: 30px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.footer__top {
    background: #001E30;
    padding: 30px 0;
}

.footer__copy {
    background: #001B2B;
    padding: 16px 0;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__top-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__header {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.phone__tel-time:after {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 4px;
    height: 6px;
    width: 6px;
    background: #2AA81A;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgb(42 168 26 / 20%);
}

.diliked__message__apologis .phone__tel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #937A49;
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    right: -55px;
    transform: translate(0%, 50%);
}

.diliked__message__apologis .phone__tel-icon svg path {
    fill: #fff;
}

.modal__image {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 120;
}

.modal__image__container {
    background-color: #ffffff;
    padding: 40px;
    max-width: 800px;
    position: relative;
}

.modal__image__close {
    position: absolute;
    right: 5px;
    color: #000;
    cursor: pointer;
    font-size: 24px;
    top: 5px;
}

.phone__tel-time {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    position: relative;
}

.footer__copy-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.footer__copy-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    color: #039BE5;
}

.footer__copy-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.footer__copy-links {
    display: flex;
    align-items: center;
    gap: 60px;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #002b45;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dropdown-content .header__user {
    padding-left: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    cursor: pointer;
}

.header__user {
    padding-left: 95px;
    /* height: 80px; */
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
}

.dropdown-content .header__user .header__user-avatar {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    margin-top: 10px;
}

.dropdown-content .header__user .header__user-name {
    font-size: 16px;
    line-height: 25px;
}

.sticky__header__form {
    position: sticky;
}

.dropdown-content .header__user .header__user-role {
    font-size: 16px;
    line-height: 20px;
}

.header__user-select {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.mobile__telephone {
    display: none;
}

.header__user-avatar {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.squiz__preview-progress {
    padding-bottom: 20px;
}

.ask__content {
    transition: all .3s;
    opacity: 0;
    transform: translateX(20%);
}

.ask__content._active {
    opacity: 1;
    transform: translateX(0%);
}

.squiz__preview-progress>.section__subheader {
    font-weight: 400;
    font-size: 15px;
    line-height: 5px;
    text-align: center;
    margin-bottom: 21px;
}

.header__user-avatar img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.back__button {
    background-color: #fff !important;
    cursor: pointer;
    border: 0px;
    position: absolute !important;
    left: -40px;
    top: 15px;
    width: 60px !important;
    height: 30px;
    transform: translate(-50%, 0%);
    border-radius: 5px;
}

.back__button:hover {
    transform: scale(1) translate(-50%, 0%) !important;
}
#inputChatGPT{
    max-width: 500px;
    width: 100%;
    height: 150px;
}
.ask__text img {
    max-width: 100%;
    cursor: pointer;
}

.scroll__hidden__element {
    visibility: hidden;
}

.back__button svg {
    width: 30px;
    height: 30px;
}

.ask__rating .like__text {
    fill: var(--mainColor);
}

.img__rating .like__svg {
    fill: var(--mainColor);
}

@media(max-width:1024px) {
    .header .phone__tel-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        background: #937A49;
        border-radius: 50%;
    }

    .header .phone__tel-icon svg path {
        fill: #fff;
    }

    .header .phone__tel-inner {
        display: none;
    }

    .header .phone__tel-time {
        display: none;
    }
}

@media(max-width:980px) {
    .modal__inner {
        flex-direction: column;
        align-items: center;
    }

    .modal__preview {
        width: 100%;
        height: 300px;
        padding-left: 0;
    }

    .modal__preview-hint {
        width: 250px;
        height: 80px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 17px;
        gap: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .modal__preview-role {
        width: 250px;
        height: 80px;
        font-size: 13px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer__top-inner {
        justify-content: center;
    }

    .footer__item {
        width: 100%;
        text-align: center;
        align-items: center;
    }
}

@media(max-width:768px) {
    .modal__container {
        padding: 35px 10px;
    }

    .mobile__telephone {
        display: flex !important;
    }

    .header__user {
        padding-left: 20px;
    }

    .header__logo {
        display: flex;
        align-items: center;
        column-gap: 15px;
        width: 100%;
        padding: 0px 15px;
        justify-content: space-between;
    }

    .phone__tel {
        display: none;
    }

    .sticky__header__form {
        position: inherit;
    }

    .squiz__preview-progress {
        position: sticky;
        display: none;
    }

    .squiz__preview-progress__mobile {
        left: 0px;
        padding-top: 10px;
        padding-bottom: 8px;
        margin-top: -10px;
        background: #fff;
        z-index: 9;
        top: 0px;
        display: block !important;
    }

    .header .phone__call {
        display: none;
    }
}

@media(max-width:480px) {
    .section__form {
        padding: 24px 8px;
    }

    .section__header {
        font-weight: 700;
        font-size: 23px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 2px;
        position: relative;
        top: -50px;
        color: #937a48;
    }

    .form-final-input input {
        font-size: 1em;
    }

    .progress-bar__info {
        font-size: 16px;
    }

    .main__subtitle {
        font-weight: 400;
        font-size: 19px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 30px;
    }

    .squiz__preview-progress>.section__subheader {
        font-weight: 400;
        font-size: 15px;
        line-height: 5px;
        text-align: center;
        text-align: center;
        margin-bottom: 21px;
    }

    .squiz__preview-progress__mobile {
        margin-top: -10px;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .progress-bar {
        height: 31px;
        line-height: 31px;
        margin-bottom: 10px;
    }
}