/* RESET */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:wght@100..900&family=Roboto:wght@100..900&display=swap');

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;
}
.accordion-inner { border-top: 0 none; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-x: hidden;
}

body {
	line-height: 1;
    overflow: hidden;
    position: relative;
    
}

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;
}
button,label{-webkit-tap-highlight-color: transparent;}

/* RESET END */

body{
    padding: 0;
    margin: 0;
    font-family: "Visa Dialect";
    overflow-x: hidden;
}

.main{
    height: 100vh;
}

.bg_main_d{
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

.main_info{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 53px;
    text-align: center;
}

.main_info a{
    border-radius: 10px;
    background: var(--Green, #00943E);
    padding: 24px 32px;
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
    text-decoration: none;
    min-width: 410px;
}

.main_info a:hover{
    opacity: 0.9;
    color: var(--White, #FFF);
}

.main_info p{
    color: var(--White, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}

.navbar{
    padding: 14.5px 0 14.5px;
}

.navbar .nav-item{
    margin-right: 37px;
}

.navbar .nav-item .nav-link{
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.navbar .nav-item .nav-link:hover{
    color: #00943E!important;
}

.container-fluid{
    padding-left: 80px;
    padding-right: 80px;
}

.nav_btn{
    border-radius: 10px;
    background: var(--Green, #00943E);
    padding: 14px 24px;
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav_btn:hover{
    opacity: 0.9;
    color: var(--White, #FFF);
}

.nav_btn img{
    margin-right: 12px;
}

.logos img{
    width: 100%;
}

section{
    position: relative;
}

.mechanics{
    background: url('../images/bg_m_d.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 88px;
}

.mechanics .title h2{
    color: #00943E;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.mechanics_card{
    border-radius: 32px;
    background: var(--White, #FFF);
    padding: 31px 12px;
    height: 100%;
}

.mechanics_card img{
    height: 140px;
    margin-bottom: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mechanics_card .image{
    text-align: center;
}

.mechanics_card .text p{
    color: var(--Green, #00943E);
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
}

.title_mg{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 18px;
}

.title_mg img{
    height: 80px;
    margin-right: 32px;
}

.title_mg a{
    color: var(--Green, #00943E);
    text-align: center;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
    text-decoration: none;
    display: inline-block;
}

.mechanics_second_card{
    border-radius: 24px;
    border: 2px solid rgba(0, 148, 62, 0.40);
    background: rgba(0, 148, 62, 0.40);
    padding: 24px 40px;
    display: flex;
    align-items: center;
}

.mechanics_second_card img{
    margin-right: 16px;
}

.mechanics_second_card p{
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}


.faq{
    background: #000001;
    padding: 100px 0 196px;
    background-image: url('../images/faq_bg_d.png');
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq .title h2{
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.faq .nav-pills .nav-link{
    border: 2px solid var(--White, #FFF);
    background: transparent;
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
    padding: 24px;
}

.faq .nav-pills {
    margin-bottom: 40px;
}

.faq .nav-pills .nav-link.active{
    border: 2px solid var(--White, #FFF);
    background: #fff;
    color: var(--Green, #00943E);
}

.faq .nav-pills .nav-item:first-child .nav-link{
    border-radius: 16px 0 0 16px;
}

.faq .nav-pills .nav-item:last-child .nav-link{
    border-radius: 0 16px 16px 0;
}

.accordion-item{
    border-radius: 16px;
}

.accordion-item .accordion-button{
    background: transparent;
}

.accordion-button:focus {
    z-index: 3;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-item:first-of-type{
    border-radius: 0;  
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-item:last-of-type{
    border-radius: 0;  
}

.accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}

.accordion-item{
    background: transparent;
    border: 0;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}

.accordion-item:first-child .accordion-button{
    border-radius: 16px 16px 0 0!important;
}

.accordion-item .accordion-button{

    background: var(--White, #FFF);
    color: var(--Green, #00943E);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 24.5px 24px;
    padding-left: 96px;
}

.accordion-item .accordion-button.collapsed{
    color: var(--White, #FFF);
    position: relative;
    background: transparent;
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.40)!important;
}

.accordion-button::after{
    background-image: url('../items/plus.svg');
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-button:not(.collapsed)::after{
    background-image: url('../items/minus.svg');
}

.accordion-body{
    border-radius: 0 0 16px 16px;
    background: rgba(255, 255, 255, 0.20);
    padding: 24px 72px 24px 96px;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.contact_form_wrapper{
    border-radius: 24px;
    background: var(--Yellow, #FFE00C);
    padding: 40px 60px;   
}

.contact_form_wrapper .title p{
    color: var(--Black, #333);
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}

.contact_form_wrapper .text p{
    color: var(--Black, #333);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 20px;
}

.contact_form_item{
    margin-bottom: 16px;
}

.contact_form_item input, .contact_form_item textarea{
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    padding: 16px 24px;
    color: #000001;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    z-index: 120;
    position: relative;
}

.contact_form_item input::placeholder, .contact_form_item textarea::placeholder{
    color: #8C8C8C;
}

.small_text p{
    color: var(--Black, #333);
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.wpcf7-submit{
    border-radius: 10px;
    background: var(--Green, #00943E);
    padding: 24px 32px;
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    border: 0;
    margin: auto;
    min-width: 416px;
    display: block;
    z-index: 120;
    position: relative;
}

.contact_form_wrapper{
    max-width: 680px;
    margin-left: auto;
}

footer{
    background: #00943E;
    padding: 46px 0 36px;
}

footer .subtitle p{
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    margin-bottom: 27px;
}

footer .title{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

footer .title p{
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 66px */
    text-transform: uppercase;
}

footer .title img{
    height: 130px;
    margin-left: 12px;
}

.footer_info_first p{
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.footer_info_first a{
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
    text-decoration: none;
    display: block;
}

.footer_info_second p{
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.footer_info_second a{
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 8%; /* 1.6px */
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer_info_second{
    margin-bottom: 30px;
}

.footer_info_second:last-child{
    margin-bottom: 0;
}

.footer_info_second span{
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.social{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.social li:first-child{
    margin-right: 32px;
}

.faq_bg_bottom{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 320px;
}

.faq_bg_top{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 490px;
}

@media (max-width: 1799.98px) {

    .mechanics .title h2{
        margin-bottom: 40px;
        font-size: 36px;
    }

    .mechanics_card img {
        height: 120px;
        margin-bottom: 32px;
    }

    .mechanics_card .text p{
        font-size: 18px;
    }

    .title_mg p{
        font-size: 26px;
    }
    
    .mechanics_second_card p{
        font-size: 18px;
    }

    .faq .title h2{
        font-size: 40px;
    }

    footer .subtitle p{
        font-size: 34px;
    }

    footer .title p{
        font-size: 44px;
    }

    footer .title img {
        height: 100px;
        margin-left: 12px;
    }
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer_info_second p{
        font-size: 18px;
    }
    .footer_info_second a{
        font-size: 16px;
    }
    .footer_info_second span{
        font-size: 16px;
    }
    .footer_info_second {
        margin-bottom: 24px;
    }
    .social li:first-child {
        margin-right: 24px;
    }
    .social img{
        width: 34px;
    }
    .accordion-body{
        font-size: 16px;
    }
    
}

@media (max-width: 1199.98px) {
    .mechanics_card{
        margin-bottom: 20px;
        height: auto;
    }
    .mechanics_second_card{
        margin-bottom: 20px;
        justify-content: center;
    }
    .contact_form_wrapper {
        max-width: 100%;
    }
    .faq_bg_top{
        display: none;
    }
    .bg_main_d{
        display: none;
    }
    .main{
        height: 964px;
        background: url('../images/bg_main_t.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .navbar-toggler{
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
        
    }

    .navbar-toggler-icon{
        background-image: url('../items/light_menu.svg');
        width: 40px;
        height: 40px;
    }

    .navbar-toggler-icon.active{
        background-image: url('../items/active_menu.svg');
    }

    .nav_btn {
        margin-left: auto;
        margin-right: 24px;
    }
    
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar .nav-item{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .navbar .nav-item .nav-link{
        color: var(--Black, #333);
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; 
    }
    footer .title {
        margin-bottom: 54px;
    }

    .lays_link{
        margin-bottom: 60px;
        display: inline-block;
    }

    .footer_info_second_mt{
        margin-top: 60px;
    }

    .contact_form_wrapper{
        margin-top: 87px;
    }
}

@media (max-width: 767.98px) {
    .main{
        background-image: url('../images/bg_main_m.jpg');
        height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
    .navbar-toggler{
        margin-left: auto;
    }

    .navbar .nav-item .nav-link{
        font-size: 24px;
    }

    .nav_btn{
        width: 100%;
        margin-top: 48px;
        justify-content: center;
        font-size: 20px;
    }

    .main_info a{
        padding: 18px 32px 18px 32px;
        font-size: 24px;
        min-width: unset;
        width: calc(100% - 32px);
        text-align: center;
    }

    .main_info p{
        font-size: 16px;
    }

    .main_info{
        bottom: 89px;
    }

    .mechanics{
        padding: 60px 0;
    }

    .mechanics .title h2 {
        margin-bottom: 32px;
        font-size: 28px;
    }

    .mechanics_card{
        padding: 31px 40px;
    }

    .mechanics_card img {
        height: 110px;
        margin-bottom: 32px;
    }

    .title_mg p {
        font-size: 20px;
        text-align: left;
    }

    .title_mg {
        margin: 20px 0 18px;
    }
    .mechanics_second_card {
        margin-bottom: 8px;
        justify-content: left;
        padding: 24px 22px 24px 16px;
    }
    .mechanics_second_card p {
        font-size: 16px;
    }

    .faq{
        padding: 80px 0 105px;
    }

    .faq .title h2 {
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
    }

    .faq .nav-pills .nav-link{
        padding: 14.5px 17.5px;
        font-size: 16px;
    }

    .faq .nav-pills .nav-item:last-child .nav-link {
        border-radius: 0 12px 12px 0;
    }
    .faq .nav-pills .nav-item:first-child .nav-link {
        border-radius: 12px 0 0 12px;
    }
    .accordion-item .accordion-button{
        font-size: 18px;
        padding: 16px 24px;
        padding-left: 48px;
    }

    .accordion-button::after{
        width: 24px;
        height: 24px;
    }

    .accordion-button::after{
        left: 8px;
    }

    .accordion-body{
        padding: 16px 24px;
        padding-left: 48px;
    }
    .contact_form_wrapper {
        margin-top: 60px;
        padding: 24px 16px;
    }

    .contact_form_wrapper .title p{
        font-size: 24px;
        margin-bottom: 32px;
    }

    .contact_form_wrapper .text p{
        font-size: 16px;
    }

    .wpcf7-submit{
        min-width: unset;
        padding: 22px 32px 22px 32px;
        font-size: 24px;
        width: 100%;
    }
    .faq_bg_bottom{
        display: none;
    }

    .faq{
        background: #000001;
        background-image: url('../images/faq_bg_m.png');
        background-size: contain;
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    footer .subtitle p{
        font-size: 28px;
        margin-bottom: 30px;
    }

    footer .title p {
        font-size: 30px;
    }

    footer .title img {
        height: 60px;
        margin-left: 8px;
    }

    .navbar {
        padding: 10px 0;
    }
}

.modal.show .modal-dialog{
	max-width: 800px;
}

.modal-content{
	border-radius: 24px;
	border: 0;
	padding: 30px;
	position: relative;
}

.btn-close{
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 10000;
}

.btn-close:focus{
	outline: 0;
	box-shadow: none;
}

.modal_tabs_wrapper{
	display: flex;
	align-items: start;
	justify-content: center;
	margin-bottom: 50px;
}

.signin_tab, .signup_tab{
	color: #8D8D8D;
	font-family: "Raleway";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: transparent;
	border: 0;
}

.signin_tab.active, .signup_tab.active{
	color: var(--Violet, #00943E);
	border-bottom: 4px solid #00943E;
	padding-bottom: 8px;
}

.signup_tab{
	margin-right: 20px;
}

.signin_tab{
	margin-left: 20px;
}

.modal_form_item{
	margin-bottom: 16px;
}

.modal_form_item input, .modal_form_item select{
	
	color: #2A2A2A;
	padding: 24px;
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	border: 2px solid #DEDEDE;
	margin: 0;
	border-radius: 10px;
}

.modal_form_item input.phone{
    border-radius: 0 10px 10px 0;
}
.alert{
	border-color: #DD021E!important;
}
.alert_bottom {
	font-family: "Raleway";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	color: #DD021E;
	margin-top: 2px;
}

.modal_form_item input:active, .modal_form_item select:active,.modal_form_item input:focus, .modal_form_item select:focus{
	border-color: #00943E;
	outline: 0;
}

.modal_form_item select{
	position: relative;
	cursor: pointer;
	background-image: url('../items/iconamoon_arrow-down-2-light.svg');
	background-size: 24px 24px;
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-radius: 0;
	border: 2px solid #DEDEDE;
	  -webkit-appearance: none;
  -moz-appearance: none;
	color: #181818;
    border-radius: 10px 0 0 10px;
}

.select2-container{
	z-index: 10000000000000000!important;
	display: block;
	border: 0;
	border-radius: 8px;
	width: 100%;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
	box-shadow: none;
	outline: 0;
	border-color: #00943E;
}
.select2-container--bootstrap-5 .select2-selection--single{
		box-shadow: none;
	outline: 0;
	border-color: #00943E;
}
.select2-container--bootstrap-5 .select2-selection--single{
	color: #2A2A2A;
	padding: 32px 24px;
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	border: 2px solid #DEDEDE;
	margin: 0;
	display: flex;
	align-items: center;
	border-radius: 8px;
}
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px; 
    font-size: 1.2em;  
	padding: 24px;
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	border: 2px solid #DEDEDE;
	margin: 0;
	width: 100%;
	color: #2A2A2A;
	border-radius: 0;
}

.select2-container .select2-choice .select2-arrow {
    background-image: url('../items/iconamoon_arrow-down-2-light.svg');
	background-size: 24px 24px;
	background-position: right 10px center;
	background-repeat: no-repeat;
    color: #fff;
}


.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0;
	display: block;
}

.modal_form_item_two select{
	max-width: 30%;
	border-right: 0;
}

.modal_form_item select:focus{
	box-shadow: none;
	outline: 0;
}

.modal_form_item_two{
	display: flex;
}


.modal_form_item input::placeholder{
	color: #BBB;
}

.checkbox-other input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-other span {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 30px; 
	line-height: 24px;    
    cursor: pointer;
	color: var(--Black, #2A2A2A);
	/* 1920/Text (footer) */
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; 
}
.checkbox-other span a{
    color: var(--Green-2, #00943E);
	text-decoration: none;
}
.checkbox-other span:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	transition: background 0.3s ease;
	background: url("../items/checkbox.svg") 0 0 no-repeat;
}

 
/* Checked */
.checkbox-other input[type=checkbox]:checked + span:before {
	background-image: url("../items/checkbox_active.svg");
    width: 24px;
	height: 24px;
}
 
/* Focus */
.focused span:before {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-other span:hover:before {
	filter: brightness(110%);
}
 
/* Active */
.checkbox-other span:active:before {
	filter: brightness(80%);
}
 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before {
	filter: grayscale(100%);
	opacity: 0.6;
}

.modal_form_item button{
	border: 2px solid var(--Violet, #00943E);
	background: var(--Violet, #00943E);
	padding: 20px 40px;
	color: var(--White, #FFF);
	font-family: "Raleway";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 8px;
}

.modal_form_item_after{
	margin-top: 16px;
}

.modal_form_item_after a{
	color: var(--Black, #00943E);
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
}

.modal_form_item_after p{
	color: var(--Black, #2A2A2A);
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; 
}

.modal-body .title p{
	color: var(--Violet, #00943E);
	font-family: "Raleway";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 50px;
}

@media (max-width: 767.98px)  {
    .personal_first{
		padding: 40px 0;
	}
	.personal_first_header{
		display: block;
	}

	.personal_first_header h1{
		font-size: 32px;
		margin-bottom: 16px;
	}
	.add_check a{
		width: 100%;
		text-align: center;
		display: block;
	}

	.modal-content{
		padding: 30px 16px;
	}

	.modal-body .title p{
		font-size: 20px;
		margin-bottom: 16px;
	}

	.btn-close {
		position: absolute;
		right: 16px;
		top: 16px;
		z-index: 10000;
	}

	.modal_form_item input, .modal_form_item select{
		padding: 20px;
	}

	.check_list{
		margin-bottom: 16px;
	}

	.signin_tab, .signup_tab{
		font-size: 20px;
	}
	.modal_tabs_wrapper {
		margin-bottom: 24px;
	}
	.signup_tab {
		margin-right: 8px;
	}
	.signin_tab {
		margin-left: 8px;
	}
	.contact_item button{
		width: 100%;
		text-align: center;
	}

	.contact_wrapper .title h2{
		font-size: 26px;
	}


}


.wpcf7-list-item{
	margin-left: 0;
}

.wpcf7-list-item-label{
	color: var(--Black, #181818);
	font-family: "Raleway";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
}
.wpcf7-not-valid-tip {
    color: #DD021E;
    font-size: 14px;
    font-weight: normal;
    display: block;
	margin-top: 2px;
}

.wpcf7-list-item-label a{
	color: #00943E;
}

.wpcf7-response-output{
	margin: 0!important;
	padding: 6px 10px!important;
	color: #fff;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
    border-radius: 10px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #DD021E;
	background: #DD021E;
}

.wpcf7 form.sent .wpcf7-response-output{
	background: #329B00;
	border-color: #329B00;
}

.not_found{
	padding: 30px 0 80px;
	background: #FFE00C;
}

.not_found h1{
	font-size: 96px;
	color: var(--Violet, #00943E);
    font-family: "Myriad Pro";
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}

.not_found p{
	font-weight: 700;
    color: var(--Black, #181818);
    font-family: "Myriad Pro";
    font-size: 24px;
    font-style: normal;
	text-align: center;
	margin-bottom: 16px;
}

.not_found span{
	color: var(--Black, #181818);
    font-family: "Raleway";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
	margin-bottom: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.not_found .links{
	display: flex;
	align-items: center;
	justify-content: center;
}

.not_found .links a:first-child{
	display: inline-block;
    background: #DD021E;
    padding: 13px 24px 13px 24px;
    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
	margin-right: 8px;
}

.not_found .links a:last-child{
	display: inline-block;
    background: #00943E;
    padding: 13px 24px 13px 24px;
    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
	margin-left: 8px;
}

.personal{
    background: #000001;
    background-image: url('../images/personal_bg-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top 200px;
    padding: 130px 0 80px;
}

.personal .nav-pills .nav-link{
    border-radius: 10px;
    background: var(--White, #FFF);
    padding: 10px 14px;
    color: var(--Black, #333);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 4px;
     max-width: 273px;
}

a.exit{
    border-radius: 10px;
    background: var(--White, #FFF);
    padding: 10px 14px;
    color: var(--Black, #333);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 4px;
    display: flex;
    align-items: center;   
    max-width: 273px;
    text-decoration: none;
}

a.exit img{
    margin-right: 6px;
}

.personal .nav-pills .nav-link.active, .personal .nav-pills .nav-link:hover, a.exit:hover{
    border-radius: 10px;
    background: var(--yellow, #FFE00C);
}

.personal .title h2{
    color: var(--yellow, #FFE00C);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 60% */
    text-transform: uppercase;
}

.personal .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.personal .title a{
    border-radius: 8px;
    background: var(--yellow, #FFE00C);
    padding: 15px 24px 14px 24px;
    color: #333;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.message_check{
    border-radius: 32px;
    border: 1px dashed var(--yellow, #FFE00C);
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message_check p{
    color: var(--yellow, #FFE00C);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 20px */
}

.message_check a{
    border-radius: 10px;
    background: var(--yellow, #FFE00C);
    padding: 14px 24px 14px 24px;
    color: var(--Black, #333);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
}

.message_check a:hover{
    opacity: 0.9;
}

.kwt-file {
     max-width: 380px;
     margin: 0 auto;
     cursor: pointer;
}
 .kwt-file__drop-area {
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     padding: 25px;
     background-color: #ffffff;
     border-radius: 0;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
     transition: 0.3s;
}
 .kwt-file__choose-file {
     flex-shrink: 0;
     background-color: #1d3557;
     border-radius: 100%;
     margin-right: 10px;
     color: #ffffff;
     width: 48px;
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .kwt-file__choose-file.kwt-file_btn-text {
     border-radius: 4px;
     width: auto;
     height: auto;
     padding: 10px 20px;
     font-size: 14px;
}
 .kwt-file__choose-file svg {
     width: 24px;
     height: 24px;
     display: block;
}
 .kwt-file__msg {
     color: #1d3557;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.4;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .kwt-file__input {
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     cursor: pointer;
     opacity: 0;
}
 .kwt-file__input:focus {
     outline: none;
}
 .kwt-file__delete {
     display: none;
     position: absolute;
     right: 10px;
     width: 18px;
     height: 18px;
     cursor: poRoboto;
}
 .kwt-file__delete:before {
     content: "";
     position: absolute;
     left: 0;
     transition: 0.3s;
     top: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}
 .kwt-file__delete:after {
     content: "";
     position: absolute;
     opacity: 0;
     left: 50%;
     top: 50%;
     width: 100%;
     height: 100%;
     transform: translate(-50%, -50%) scale(0);
     background-color: #1d3557;
     border-radius: 50%;
     transition: 0.3s;
}
 .kwt-file__delete:hover:after {
     transform: translate(-50%, -50%) scale(2.2);
     opacity: 0.1;
}
 .kwt-file {
     max-width: 100%;
     margin: 0 auto;
}
 .kwt-file__drop-area{
     width: 100%;
     border-radius: 8px;
     border: 1px solid #FFE00C;
     background: #FFE00C;
     opacity: 1;
     box-shadow: none;
}
 .kwt-file__choose-file.kwt-file_btn-text{
     border-radius: 6px;
     border: 1px solid var(--White, #000001);
     background: var(--White, #000001);
     color: #FFE00C;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     text-transform: uppercase;
     padding: 12px 16px;
}
 .kwt-file__msg{
     color: var(--White, #000001);
    /* Menu text */
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     text-transform: uppercase;
     margin-left: 8px;
}

table{
    width: 100%;
}

td{
    padding: 16px 12px;
    color: var(--Black, #222);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    text-align: center;
}
tr{
	background: #fff;
}

tr:nth-child(odd) {
    background: rgb(255 252 231);
}

.check_status{
    border-radius: 80px;
    padding: 8px 24px;
}

.check_status_wait{
    background: #53c6f2;
    color: var(--White, #FFF);
    text-align: center;
}

.check_status_in_game{
    background: #F59C00;
    color: var(--White, #FFF);
}
.check_status_cancel{
    background: red;
    color: var(--White, #FFF);
}
.check_status_lose{
    background: #D6D6D6;
    color: var(--Black, #222);
}
.check_status_in_winner{
    background: #00AE42;
    color: var(--White, #FFF);
}
th{
    padding: 16px 12px;
    background: var(--Dark-blue, #FFE00C)!important;
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
	color: #333;
}

th:first-child{
    border-radius: 10px 0 0 0;
}
th:last-child{
    border-radius:  0 10px 0 0;
}
    table{
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

@media (max-width: 1199.98px)  {

}

.wpcf7-list-item label{
    display: flex;
    align-items: start;
}

.wpcf7-list-item label input{
    height: 16px;
    width: 16px;
    margin-right: 16px;
}

.edit_info{
    border-radius: 24px;
    background: #1A1A1A;
    padding: 80px 50px;
}

.edit_info input, .edit_info select{
    background: transparent;
    color: #fff;
}

.message_edit_info, .reset_password{
    background: #FFE00C;
    color: #333;
    padding: 16px 20px;
    display: none;
    margin-bottom: 10px;
    border-radius: 10px;
}

tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

.strong{
    font-weight: 600;
}

.accordion-body p{
    margin-bottom: 8px;
}

@media (max-width: 1199.98px)  {
    .personal .nav-pills .nav-link{
        max-width: 100%;
        text-align: center;
    }
    a.exit{
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }

    .personal{
        padding: 80px 0 40px;
    }

    .personal .title h2{
        font-size: 28px;
    }

    .personal .tab-content{
        margin-top: 36px;
    }
    .personal .title{
        margin-bottom: 36px;
    }

    .message_check{
        padding: 24px;
    }
    .message_check p{
        font-size: 16px;
        text-align: left;
    }
    .message_check a{
        font-size: 16px;
        width: 220px;
        text-align: center;
    }

    .personal .title a{
        font-size: 20px;
    }

    .edit_info {
        border-radius: 10px;
        background: #1A1A1A;
        padding: 40px 20px;
    }
}

@media (max-width: 767.98px)  {
    .message_check{
        padding: 24px;
        display: block;
        border-radius: 10px;
    }
    .message_check a{
        margin-top: 12px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .personal .title h2 {
        font-size: 24px;
    }
}


.game_one{
    position: relative;
}

.levels{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.tab-content:focus-visible{
    outline: 0;
}

.level{
    border-radius: 500px;
    border: 1px solid var(--White, #FFF);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider{
    width: 75px;
    height: 2px;
    border-bottom: solid 2px #fff;
    margin: 0 8px;
}

.level.active{
    background: #FFE00C;
    color: var(--Black, #333);
     border: 1px solid var(--White, #FFE00C);
}

#canvas
{
    background-color: #30c5c1;
    display: block;
    margin: auto;
    padding: auto;
    font-family: 'Inter';
}

.game_two{
    margin-top: 50px;
}

.success_level .title p{
    color: var(--Green, #00943E);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 30px;
}

.success_level .text p{
    color: #2A2A2A;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    margin-bottom: 50px;
    text-align: center;
}

.success_level .links{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.success_level_f{
    border-radius: 10px;
    border: 3px solid var(--Green, #00943E);
    padding: 24px 32px;
    margin-right: 12px;
    color: var(--Green, #00943E);
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: calc(50% - 12px);
    text-align: center;
}

.success_level_s{
    border-radius: 10px;
    background: var(--Green, #00943E);
    border: 3px solid var(--Green, #00943E);
    color: var(--White, #FFF);
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-left: 12px;
    padding: 24px 32px;
     width: calc(50% - 12px);
     text-align: center;
}

.success_level_f:hover{
    color: var(--Green, #00943E);
}
.success_level_s:hover{
    color: var(--White, #FFF);
}

.modal-body{
    padding: 0;
}

.game_three .links{
    display: flex;
    margin-top: 16px;
}

.game_three .links button{
    border-radius: 10px;
    background: var(--yellow, #FFE00C);
    padding: 15px 24px;
    color: var(--Black, #333);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.game_three .links button:last-child{
    background: #00AE42;
    color: #fff;
    margin-left: 12px;
}

@media (max-width: 767.98px)  {
    .divider{
            width: 40px;
    }
    .levels {
        justify-content: center;
    }

    .success_level .title p {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .success_level .text p{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .success_level .links {
        display: block;
        margin-top: 20px;
    }
    .success_level_f{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 20px;
    }
    .success_level_s{
        width: 100%;
        font-size: 20px;
        margin-left: 0;
    }
}

 .wrap{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    height:100%;
    margin-top: 32px
}
.game_three canvas{
    flex:1;
    display:block;
    width:65%;
    max-width:100%;
    height:auto;
    background:#1A1A1A;
    border-radius:8px;
    touch-action:none;
}
.game_three .hud{
    width: calc(35% - 12px);
    margin-left: 16px;
    box-sizing:border-box;
    font-family: 'Raleway';color: #fff;
}
.game_three .card{
    background:#1A1A1A;
    padding:12px;
    border-radius:8px;
    margin-bottom:16px;
    color: var(--White, #FFF);
    /* 1920/Buttons/Button text */
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.game_three h1{margin:0 0 8px 0;font-size:18px;font-family: 'Raleway';color: #fff;}
.game_three ul{padding-left:18px;margin:6px 0;font-family: 'Raleway';color: #fff;}
.game_three .req{display:flex;flex-wrap:wrap;gap:6px;font-family: 'Raleway';color: #fff;}
.game_three .req .item{padding:6px 8px;border-radius:6px;background:rgba(255,255,255,0.03);font-size:13px;font-family: 'Raleway';color: #fff;}
.game_three button{background:#1a8cff;border:none;color:white;padding:8px 10px;border-radius:6px;cursor:poRaleway;font-family: 'Raleway';color: #fff;}
.game_three .small{font-size:13px;color:#bcd;font-family: 'Raleway';color: #fff;}

/* адаптив */
@media(max-width:768px){
    .wrap{flex-direction:column;}
    .game_three .hud{width:100%;max-width:none;order:-1; margin-left: 0;}
    .game_three canvas{width:100%;max-width:100%;height:500px;}
}

.quiz-container {
    border-radius: 24px;
    background: #1A1A1A;
    text-align: center;
    margin: auto;
    padding: 40px 60px;
    width: 100%;
    max-width: 720px;
    margin-top: 30px;
}
.question {
    color: var(--yellow, #FFE00C);
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}
.options button {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    cursor: pointer;
    opacity: 0;
    transform: translateX(-40px);
    animation: slideIn 0.45s forwards;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(213, 213, 213, 0.40);
    background: transparent;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.options button:nth-child(1) { animation-delay: 0.06s; }
.options button:nth-child(2) { animation-delay: 0.12s; }
.options button:nth-child(3) { animation-delay: 0.18s; }
.options button:nth-child(4) { animation-delay: 0.24s; }

@keyframes slideIn {
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

.options button:hover {
    background: #ffd43b;
    color: #000;
    font-weight: bold;
}

.result {
    color: var(--yellow, #FFE00C);
    text-align: center;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.result button {
    margin-top: 16px;
    border-radius: 10px;
    background: var(--yellow, #FFE00C);
    padding: 15px 24px;
    color: var(--Black, #333);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border: 0;
}

.progress {
    height: 10px;
    background: #333;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.progress-bar {
    height: 100%;
    width: 0;
    background: #ffd43b;
    transition: width 0.45s ease;
}

@media(max-width:768px){
    .quiz-container {
        border-radius: 10px;
        background: #1A1A1A;
        text-align: center;
        margin: auto;
        padding: 24px ;
        width: 100%;
        max-width: 720px;
        margin-top: 30px;
    }
    .question {
        font-size: 22px;
    }
    .options button{
        padding: 16px;
        font-size: 16px;
    }
    .result {
        font-size: 22px;
    }

    
}