.required-field {
	border-bottom: #b7000e solid 2px;
}

.error-msg {
	font-size: 12px;
	color: #b7000e;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: normal;
}

.success-message {
	color: #0057b2;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: normal;
}

.contact-success-message {
	font-size: 22px;
	color: #049647;
}

.captcha-btn-block {
	display: flex;
    flex-direction: column;
    align-items: start;
}


.mt-20 {
	margin-top: 20px;
}


.has-para {
    ul,
    ol {
        padding-left: 20px;
        list-style: square;
        line-height: normal;
        li:not(:last-child) {
            margin-bottom:10px;
            strong {
                font-weight:bold;
            }
        }
        li::marker {
            color:#19cf6d;
        }
    }
    p:last-of-type {
        margin-bottom:0;
    }
}

/*.main .swiper-pagination-bullet-active,*/
.main .swiper-pagination-bullet {
    background-color: var(--gray-color);
}

.main .swiper-pagination-bullet-active {
    background-color: #19cf6d;
}


@media screen and (min-width:1025px) {
	.hide-on-desktop {
		display:none;
	}
	
	.logo-placeholder {
		margin-left: 0;
	        margin-right: 0;
		padding-left: 0;
	}
	
	.top-nav {
		margin-left: auto;
		margin-right: auto;
	}
	
	.front-page:not(.page-scrolled) .nav .top-nav ul {
		a {
			color:#fff;
		}
	}
	
	body.front-page .nav .top-nav ul,
	body .nav .top-nav ul {
		a.active {
			color:#19cf6d;			
		}
	}
	
	:not(.front-page.page-scrolled) .nav .nap-btn {
		border: 1px #000 solid;
	}
	.front-page:not(.page-scrolled) .nav .nap-btn {
		border: 1px #fff solid;
	}
	
    .main .strached-image-placeholder .swiper-wrapper + .container.absolute {
        top: 75vh;
    }
}


@media screen and (max-width:1024px) {
	.hide-on-mobile {
		display:none;
	}
	
    .main .strached-image-placeholder .swiper-wrapper + .container.absolute {
        top: 31.5vh;
    }
}

@media screen and (max-width:430px) {
	.header + .container .unset-width-on-mobile {
		top: 15vh;
	}
}