body {
    font-family: 'Speedee';
}

.v-btn--variant-tonal .v-btn__underlay {
	display: none;
}
.ybtn {
	font-weight: bold;
	padding: 15px 40px;
    height: auto !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.w100 {
    width: 100%;
}

.mdi-radiobox-marked::before {
    color: #FFBA33;
}

.mdi-checkbox-marked::before {
    color: #FFBA33;
}

.form-cnt {
    position: relative;
}

.form-cnt .bgimg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 10px;
}

.form-cnt h2 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    margin-top: 20px;
}

.form-cnt h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.yc-cnt {
    background: rgb(209, 32, 40);
    background: radial-gradient(circle, rgba(209, 32, 40, 1) 20%, rgba(163, 29, 32, 1) 49%, rgba(163, 29, 32, 1) 100%);
    border-radius: 40px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 40px 40px 0 0;
	/* background: url(../img/00e2233e7193925f451c113dfe01ce06.jpg) no-repeat; */
}

.yellow-header {
    background: #FFBA33;
    border-radius: 0 0 40px 40px;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.yc-cnt .bgimg {
    width: 100%;
}

.lang-cnt {
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
}

.lang-flag {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #949494;
    padding: 1px;
    cursor: pointer;
}

.logo {
    text-align: center;
}

.logo img {
    height: 128px;
    width: auto;
    cursor: pointer;
}

button.abtn {
    background-color: #225032 !important;
    color: #fff !important;
    border-radius: 39px !important;
    font-weight: 16px !important;
    width: auto !important;
    text-transform: none !important;
    margin-bottom: 50px;
}

.ybtn {
    background-color: #FFBA33 !important;
    color: #000 !important;
    border-radius: 50px;
    /* margin-bottom: 100px; */
}

.intro-cnt {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    overflow-y: scroll;
}

.intro-bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tpl-form .row {
	background: url(../img/00e2233e7193925f451c113dfe01ce06.jpg) no-repeat;	
}

.intro-img {
    max-width: 100%;
    max-height: 50vh;
}

.intro-cnt h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.intro-cnt h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.intro-cnt strong {
    color: #FFBA33;
}

.intro-cnt .bgimg {
    width: auto;
}

.header-cnt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#app {
    height: 100vh;
}

.page-cnt {
    display: none;
    position: absolute;
    transition: all 0.2s ease-in;
    padding-top: 128px;
    transform-origin: bottom;
    transform: translateY(0px);
    top: 0;
    width: 100vw;
}

.page-cnt.active {
    display: block;
}

.page-cnt.next {
    transform: translateY(-100%);
}

.page-cnt {
    min-height: calc(100vh);
}

h1 {
    /* max-width: 60vw; */
    word-wrap: break-word;
}

.grecaptcha-logo iframe {
    /* width: 260px; */
    /* border: 1px solid #a9a9a9; */
}

.grecaptcha-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grecaptcha-badge {
    box-shadow: none !important;
    width: 100% !important;
    margin: 20px 0px;
    position: relative;
    filter: hue-rotate(120deg) saturate(1);
	display: none !important;
}

.tc-link,
.tc-link:hover,
.tc-link:visited {
    color: #225032;
    font-weight: bold;
}

.v-btn__content {
    text-transform: math-auto;
}



.back-btn {
    position: absolute;
    top: 40px;
    left: 30px;
    cursor: pointer;
}

.back-btn img {
    width: 31px;
}

.list-el-txt {
    margin-top: 30px;
    font-family: Speedee;
    color: #fff;
}



.p-thanks {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.bh1 {
    color: #292929;
    text-align: center;
    font-family: Speedee;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    max-width: 100vw;
    margin-top: 30px;
}

.thanks-img {
    position: relative;
}

.thanks-img h1 {
    position: absolute;
    bottom: 90px;
}

@media only screen and (max-width: 1000px) {
    .intro-cnt {
        padding-left: 10px;
        padding-right: 10px;
    }

    h1 {
        /* max-width: 90vw; */
    }

    .logo {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.grid-block-wrapper.is-compact .grid-block, .theme-list .vue-file-agent .file-preview-wrapper {
    width: auto;
}

.required_mark {
	color:red;
	display: inline-block;
	margin-left: 2px;
}

.info-btn .v-btn__content {
	white-space: normal;
}

.vue-file-agent canvas {
	display: none;
}