:root {
    --button: linear-gradient(134deg, #ef4e23 0%, #f48031 96.4%);
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: Gilroy, sans-serif;
}

button {
    font-family: Gilroy, sans-serif;
    cursor: pointer;
}

.wrapper {
    width: 1420px;
    margin: 0px auto;
}

.flex {
    display: flex;
}

.aic {
    align-items: center;
}

h1 {
    font-weight: 700;
    font-size: 52px;
    color: rgb(67, 0, 24);
    margin-top: 30px;
}

h1 span {
    font-size: 56px;
    background: linear-gradient(176deg, rgb(239, 78, 35) 0%, rgb(217, 117, 0) 100%) text;
    -webkit-text-fill-color: transparent;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: top;
}

#top {
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgba(242, 110, 49, 0.15);
}

#top .wrapper > .flex {
    justify-content: space-between;
}

.logo {
    margin-right: 55px;
    width: 250px;
}

.price {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: rgb(67, 0, 24);
    margin-right: 50px;
}

.price svg {
    margin-right: 10px;
}

#top .button {
    border-radius: 10px;
    padding: 13px 15px;
    width: 286px;
    height: 49px;
    background: var(--button);
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.button:hover {
    box-shadow: rgba(208, 45, 10, 0.5) 0px 4px 20px 0px;
    background: linear-gradient(134deg, rgb(153, 0, 56) 0%, rgb(214, 36, 101) 96.4%);
}

.phone {
    margin-left: auto;
}

.phone a {
    text-decoration: none;
    align-items: start;
    position: relative;
    top: 5px;
}

.phone p {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: rgb(67, 0, 24);
    margin-left: 15px;
}

.phone span {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    text-align: right;
    color: rgb(67, 0, 24);
    display: block;
    margin-top: -5px;
}

.promo-header p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 41px;
    color: rgb(67, 0, 24);
}

p.dop {
    font-weight: 500;
    font-size: 27px;
    line-height: 84px;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

p.dop svg {
    position: absolute;
    z-index: -1;
    left: -250px;
}

p.dop span {
    font-weight: 600;
    font-size: 32px;
}

.action {
    font-weight: 500;
    font-size: 22px;
    line-height: 159%;
    color: rgb(50, 50, 50);
    margin-top: 30px;
}

#header {
    padding: 200px 0px 175px;
    background: url("../images/pngwing.png") 0% 0% / cover no-repeat;
    width: 100%;
    height: 100%;
}

#header .button {
    background: var(--button);
    border-radius: 20px;
    padding: 12px 24px;
    width: 444px;
    height: 74px;
    font-weight: 700;
    font-size: 20px;
    line-height: 227%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 30px;
    box-shadow: rgba(208, 45, 10, 0.5) 0px 4px 20px 0px, rgb(239, 78, 35) 0px 6px 0px 0px;
    position: relative;
    transition: 0.3s;
}

#header .button::after {
    content: "";
    background: url("../images/bow.png");
    width: 93px;
    height: 90px;
    position: absolute;
    top: -36px;
}

#header .button:hover {
    box-shadow: rgba(208, 45, 10, 0.5) 0px 4px 20px 0px;
}

#header .left {
    width: 700px;
}

#header .text2 {
    border: 1px solid rgb(242, 110, 49);
    display: inline;
    font-weight: 500;
    font-size: 27px;
    line-height: 185%;
    text-align: center;
    color: rgb(242, 110, 49);
    border-radius: 10px;
    padding: 12px 40px;
    box-sizing: border-box;
}

.bonus {
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.bonus > p {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: rgb(50, 50, 50);
    margin-right: 20px;
    width: 100%;
}

.bonus div {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px 0px;
    background: rgb(255, 255, 255);
    border-radius: 90px;
    padding: 5px 12px;
    align-items: center;
    margin-right: 15px;
}

.bonus div:last-child {
    margin-right: 0px;
}

.bonus div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: rgb(50, 50, 50);
    margin-left: 10px;
}

.right {
    position: absolute;
    right: 200px;
    top: 100px;
}

.doc-info {
    padding: 20px 15px;
    width: 230px;
    height: 145px;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 442px;
    left: -30px;
    border-radius: 10px;
    z-index: 2;
    background: linear-gradient(134deg, rgb(239, 78, 35) 0%, rgb(244, 128, 49) 96.4%);
}

.doc-info::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(147deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 100%), linear-gradient(342deg, rgba(255, 255, 255, 0.2) 0%, rgba(228, 228, 228, 0.2) 100%);
}

.doc-info .years {
    font-weight: 700;
    font-size: 48px;
    line-height: 104%;
    text-align: center;
    background: linear-gradient(176deg, rgb(255, 140, 87) 0%, rgb(239, 78, 35) 100%) text;
    -webkit-text-fill-color: transparent;
}

.doc-info .spec {
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    text-align: center;
    color: rgb(67, 0, 24);
}

#plus {
    padding: 0px;
    position: relative;
    top: -100px;
}

#plus .plus {
    justify-content: space-between;
}

#plus .plus div {
    border-radius: 30px;
    padding: 23px 35px;
    width: 453px;
    height: 150px;
    display: flex;
    align-items: center;
    box-shadow: rgb(200, 74, 16) 0px 6px 0px 0px;
    background: linear-gradient(176deg, rgb(255, 140, 87) 0%, rgb(239, 78, 35) 100%);
}

#plus .plus div:first-child {
    padding: 23px 30px;
}

#plus .plus p {
    font-weight: 500;
    font-size: 27px;
    line-height: 130%;
    color: rgb(255, 255, 255);
    margin-left: 15px;
}

#plus .plus p strong {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 47px;
    line-height: 115%;
    color: rgb(50, 50, 50);
}

#quiz {
}

#quiz h2 + p {
    font-size: 27px;
    line-height: 130%;
    color: rgb(50, 50, 50);
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 50px;
}

#quiz h2 + p strong {
    font-weight: 700;
}

.quiz-section {
    padding: 0px 0px 100px;
}

.section-title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 60px;
}

.section-title .title {
    font-weight: normal;
    font-size: 40px;
    line-height: 52px;
}

.section-title .subtitle {
    font-size: 24px;
    line-height: 28px;
}

.quiz-section {
}

.section-title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: rgb(0, 80, 114);
    margin: 0px 0px 60px;
}

.section-title .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    color: rgb(67, 0, 24);
}

#slider {
    margin-top: 50px;
    text-align: center;
}

#slider div {
}

#slider div img {
    margin: 0px auto;
}

.section-title .subtitle {
    font-size: 24px;
    line-height: 28px;
    color: rgb(242, 110, 49);
}

.quiz-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    color: rgb(67, 0, 24);
    padding: 0px 100px;
}

.quiz-section h2 span {
    color: rgb(242, 110, 49);
}

.quiz-block {
    display: flex;
    border-radius: 20px;
    flex-wrap: wrap;
    overflow: hidden;
    background: rgb(255, 248, 245);
}

.quiz-block .quiz-title {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1;
    margin: 0px 0px 30px;
}

.quiz-block .quiz-title .num {
    font-weight: 900;
    margin-right: 15px;
    font-size: 80px;
    line-height: 62%;
    text-align: center;
    color: rgba(242, 110, 49, 0.2);
}

.quiz-block .quiz-title .nums {
    margin: 0px 0px 30px;
    align-items: center;
    display: flex;
    color: rgb(67, 0, 24);
}

.quiz-block .quiz-title .nums span {
    font-weight: bold;
}

.quiz-block .quiz-title .nums p {
    margin-top: 15px;
}

.quiz-block .quiz-title .line {
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    position: relative;
    height: 34px;
    overflow: hidden;
}

.quiz-block .quiz-title .line span {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(134deg, rgb(239, 78, 35) 0%, rgb(244, 128, 49) 96.4%);
}

.quiz-steps {
    margin: 0px 0px 30px;
}

.quiz-steps .step {
    counter-increment: steps 1;
    display: none;
}

.quiz-steps .step.active {
    display: block;
}

.quiz-steps .step .step-question {
    margin: 0px 0px 30px;
    padding-right: 200px;
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    color: rgb(67, 0, 24);
}

.quiz-steps .step .step-question span {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: rgb(108, 108, 108);
}

.quiz-steps .step .answers-block {
    display: flex;
    align-items: flex-start;
}

.quiz-steps .step .answers-block .answers {
    margin-right: 70px;
    width: calc(100% - 335px);
}

.quiz-steps .step .answers .item {
    margin: 0px 0px 20px;
    min-height: 30px;
}

.quiz-steps .step .answers .item input {
    display: none;
}

.quiz-steps .step .answers .item label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    font-weight: 500;
    font-size: 22px;
    line-height: 136%;
    color: rgb(67, 0, 24);
}

.quiz-steps .step .answers .item input:hover + label::before {
    background: url("../fonts/check.svg") center center no-repeat, rgb(255, 255, 255);
}

.quiz-steps .step .answers .item label::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.steps-block {
    padding: 50px;
    width: calc(100% - 330px);
}

.quiz-steps .step .answers-block .image {
    width: 265px;
    margin-top: -55px;
}

.quiz-steps .step .answers .item input:hover + label::before {
    background: url("../fonts/check.svg") center center no-repeat, rgb(255, 255, 255);
}

.quiz-steps .step .answers .item input:checked + label::before {
    background: url("../images/check.svg") center center no-repeat, linear-gradient(269.61deg, rgb(255, 255, 255) 0.09%, rgb(255, 255, 255) 98.52%);
}

.quiz-steps .step .answers .item input:checked + label {
    color: rgb(239, 78, 35);
}

.quiz-steps .step .answers .item input:hover + label {
    color: rgb(239, 78, 35);
}

.quiz-steps .step .answers-block .answers.a-presents {
    display: flex;
    flex-wrap: wrap;
}

.quiz-steps .step .answers-block .answers.a-presents .item label {
    display: flex;
    flex-flow: column;
    padding-left: 0px;
    text-align: center;
}

.quiz-steps .step .answers-block .answers.a-presents .item {
    width: calc(50% - 42px);
    margin-right: 84px;
}

.quiz-steps .step .answers-block .answers.a-presents .item:nth-child(2n) {
    margin-right: 0px;
}

.quiz-steps .step .answers-block .answers.a-presents .item label img {
    width: 270px;
    height: 180px;
    object-fit: cover;
    margin: 0px 0px 34px;
}

.quiz-steps .step .answers-block .answers.a-presents .item label::before {
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
}

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

.quiz-final {
    display: none;
    width: 100%;
    padding: 50px 50px 86px 520px;
    background: url("../images/mobile.png") left bottom no-repeat rgb(255, 248, 245);
}

.quiz-final .title {
    margin: 0px 0px 30px;
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    color: rgb(67, 0, 24);
}

.quiz-final .form-phone {
    width: 100%;
    position: relative;
    margin: 0px 0px 18px;
    display: flex;
}

.quiz-final .form-phone input {
    background: rgb(255, 255, 255);
    border: none;
    line-height: 80px;
    font-size: 18px;
    padding: 9px 19px;
    width: 377px;
    height: 73px;
    box-sizing: border-box;
    margin-right: 30px;
    border-radius: 10px;
    text-align: center;
}

.quiz-final .form-phone button {
    color: rgb(255, 255, 255);
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    border-radius: 10px;
    padding: 9px 14px;
    width: 393px;
    height: 73px;
    box-sizing: border-box;
    box-shadow: rgb(239, 78, 35) 0px 4px 0px 0px;
    background: linear-gradient(134deg, rgb(239, 78, 35) 0%, rgb(244, 128, 49) 96.4%);
}

.quiz-final .form-phone button:hover {
    background: linear-gradient(rgb(238, 78, 35) 0%, rgb(238, 78, 35) 100%);
}

.quiz-final .form-text {
    margin: 0px 0px 45px;
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    text-align: left;
    color: rgb(22, 39, 46);
}

.quiz-final .form-text a {
    color: rgb(109, 109, 109);
    border-bottom: 1px solid rgb(109, 109, 109);
    text-decoration: none;
}

.quiz-final .present-final {
    position: relative;
    padding-left: 181px;
}

.quiz-final .present-final svg {
    width: 151px;
    height: 151px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    fill: rgb(255, 255, 255);
}

.quiz-final .present-final b {
    display: block;
    margin: 0px 0px 5px;
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    color: rgb(67, 0, 24);
}

.quiz-final .present-final span {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 22px;
    line-height: 136%;
    color: rgb(67, 0, 24);
}

.quiz-info {
    width: 330px;
    min-width: 330px;
    padding: 50px 20px;
    background: linear-gradient(176deg, rgb(255, 140, 87) 0%, rgb(239, 78, 35) 100%);
}

.quiz-info .title {
    margin: 0px 0px 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
    color: rgb(255, 255, 255);
}

.quiz-info .plan {
    position: relative;
    padding-right: 74px;
    margin: 0px 0px 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 136%;
    color: rgb(255, 255, 255);
}

.quiz-info .plan::after {
    content: "";
    background: url("../images/calc.png") center center / cover no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
    width: 114px;
    height: 112px;
}

.quiz-info .presents b {
    display: block;
    width: 100%;
    margin: 0px 0px 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
    color: rgb(255, 255, 255);
}

.quiz-info .presents .items {
    display: flex;
    flex-wrap: wrap;
}

.quiz-info .presents .items .item {
    background: rgb(255, 255, 255);
    width: calc(50% - 15px);
    margin-right: 30px;
    border-radius: 10px;
}

.quiz-info .presents .items .item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quiz-info .presents .items .item:last-child {
    margin-right: 0px;
}

.quiz-info .presents .items .item .text {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: rgb(67, 0, 24);
}

.presents_final {
    display: none;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    z-index: 25;
    margin: 90px 0px 0px;
}

.presents_final span {
    display: block;
    text-align: center;
    color: rgb(254, 116, 23);
}

.presents_final .icon {
    width: 165px;
    height: 165px;
    margin: 0px auto 25px;
    fill: rgb(250, 170, 13);
}

.presents_final::before {
    content: "";
    width: 406px;
    height: 178px;
    background: url("../fonts/arrow.svg") center center / contain no-repeat;
    position: absolute;
    left: -110%;
    top: -154px;
    z-index: 33;
    pointer-events: none;
    transform: rotate(-3deg);
}

.btn {
    cursor: pointer;
    font-family: gilroy, Arial, sans-serif;
    letter-spacing: 0.5px;
    border-width: 0px;
    background-position: center center;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-radius: 90px;
    padding: 12px 40px;
    width: 288px;
    height: 74px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    box-shadow: rgba(208, 45, 10, 0.5) 0px 4px 20px 0px;
}

.btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn-border {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 15px;
    width: 286px;
    height: 60px;
    background: var(--button);
    text-decoration: none;
    box-shadow: rgba(208, 45, 10, 0.5) 0px 4px 20px 0px, rgb(239, 78, 35) 0px 6px 0px 0px;
    transition: 0.3s;
}

.btn-border:hover {
    background: var(--button);
    color: rgb(255, 255, 255);
    box-shadow: rgba(208, 45, 10, 0.5) 0px 4px 20px 0px;
}

.quiz-controls .btn-border {
    justify-content: center;
    margin-right: 50px;
    background: transparent;
    border: 1px solid rgb(67, 0, 24);
    text-transform: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 0px 27px;
    width: 158px;
    height: 49px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: rgb(67, 0, 24);
}

.quiz-controls .btn-border svg {
    margin-right: 10px;
}

.quiz-controls .btn-border:hover {
    color: rgb(255, 255, 255);
    box-shadow: rgba(67, 215, 215, 0.5) 0px 4px 15px 0px;
    background: rgb(67, 0, 24);
}

.quiz-controls .btn-border:hover svg path {
    fill: rgb(255, 255, 255);
}

.quiz-controls .next-question {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0px 25px;
    width: 245px;
    height: 49px;
    background: linear-gradient(134deg, rgb(239, 78, 35) 0%, rgb(244, 128, 49) 96.4%);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
}

.quiz-controls .next-question svg {
    margin-left: 10px;
}

.quiz-steps .step .answers .item input:hover + label::before {
    background: url("../images/check.svg") center center no-repeat, rgb(255, 255, 255);
}

.quiz-steps .step .answers .item input:checked + label::before {
    background: url("../images/check.svg") center center no-repeat, linear-gradient(269.61deg, rgb(255, 255, 255) 0.09%, rgb(255, 255, 255) 98.52%);
}

footer {
    background: rgb(238, 78, 35);
    padding: 50px 0px;
}

footer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    text-align: center;
    color: rgb(255, 255, 255);
}

footer p a {
    color: white;
}

#calculating-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    flex-direction: column;
}

.spinner {
    border-width: 6px;
    border-style: solid;
    border-color: rgb(52, 152, 219) rgb(243, 243, 243) rgb(243, 243, 243);
    border-image: initial;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: 3s linear 0s 1 normal forwards running spin;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.calculating-text {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 22;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal h2 {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.modal-content {
    background-color: rgb(254, 254, 254);
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
    width: 440px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}

.modal-content p {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: rgb(50, 50, 50);
}

.close {
    color: rgb(170, 170, 170);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .form-phone {
    width: 100%;
    margin: 30px 0px 20px;
}

.modal .form-phone input {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 15px 40px;
    width: 398px;
    height: 59px;
    border: 1px solid rgb(239, 78, 35);
    font-weight: 400;
    font-size: 22px;
    line-height: 227%;
    text-align: center;
    color: rgb(239, 78, 35);
    margin-bottom: 10px;
}

.modal .form-phone button {
    cursor: pointer;
    border-radius: 20px;
    padding: 12px 20px;
    width: 100%;
    height: 46px;
    font-weight: 700;
    font-size: 15px;
    line-height: 127%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    box-shadow: rgb(239, 78, 35) 0px 6px 0px 0px;
    background: linear-gradient(134deg, rgb(239, 78, 35) 0%, rgb(244, 128, 49) 96.4%);
}

.modal .form-phone button:hover {
    background: linear-gradient(134deg, rgb(239, 78, 35) 0%, rgb(239, 78, 35) 96.4%);
}

.modal .screen1 button {
    width: 100%;
}

.modal .screen2 button.prev1 {
    background: rgb(195, 195, 195);
    box-shadow: rgb(167, 167, 167) 0px 6px 0px 0px;
}

.modal .screen2 .flex {
    justify-content: space-between;
}

#aftbef {
    padding-top: 37px;
    background: var(--white);
    padding-bottom: 10px;
}

#aftbef .btn-border {
    margin: 0px auto 50px;
}

#aftbef ul.aftbef {
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

#aftbef .flex {
    display: flex;
}

#aftbef ul.aftbef li {
    width: 390px;
    padding: 20px;
    border-radius: 8px;
    background: rgb(245, 245, 246);
    list-style: none;
}

#aftbef ul.aftbef li .twentytwenty-container {
    height: 200px !important;
}

#aftbef ul.aftbef li img {
    border-radius: 8px;
}

#aftbef ul.aftbef li p {
    width: 100%;
    border-radius: 4px;
    background: rgb(201, 201, 201);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    margin-top: 21px;
}

#aftbef ul.aftbef li p::before {
    content: "";
    background: url("../images/aftbef/attantion.svg");
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

#aftbef ul.aftbef li .button {
    background: var(--button);
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
    text-align: center;
    padding: 17px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

#aftbef ul.pluss {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#aftbef ul.pluss li {
    border: 1px solid rgb(239, 82, 36);
    border-radius: 10px;
    padding: 10px;
    width: 500px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    color: rgb(242, 110, 49);
}

#aftbef ul.pluss li img {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    margin-right: 20px;
}

#aftbef ul.pluss li p {
    text-align: left;
}

#aftbef .controls {
    margin-top: 50px;
}

.btn-anim {
    position: relative;
    overflow: hidden;
}

.btn-anim::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0px;
    left: -100px;
    animation: 2s linear 0s infinite normal none running shine;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.box select {
    background-color: rgb(243, 115, 45);
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 25px;
    outline: none;
    border-radius: 5px;
    appearance: none;
}

.modal .box {
    margin-top: 20px;
}

.box:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
    padding: 30px;
    border: none;
}
