body{
	background: #ffecd0;
}
body.initialized{
	background-color: unset;
}
#modal {
	min-width: 350px;
	display:none;
	background: #FFF;   
	z-index: 222;
	border-radius: 6px;
	font-family: 'Exo 2', sans-serif;
}
#modal .b1__form{
	display: block;
	background: #fff;	
}
.modal__head{
	font-size: 20px;
}
#modal .b1__form .user-box{
	margin-left: 0;
}
#modal .b1__form .user-box label, #modal .b1__form .user-box input{
	margin-left: 0;
	color: #333;
}
#modal .b1__form .user-box input{
    border-bottom: 1px solid #333;
}
#lean_overlay {
		position: fixed;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

#myHeader{
	z-index: 10;
	background: #ffecd0;
	border-bottom: 1px solid #ffecd0;
	padding-bottom: 8px;
	transition: border 300ms linear;
}
#myHeader.sticky {
	position: sticky;
	top: 0;
	border-bottom: 1px solid #ce9f5d;
}
header{
	background: #ffecd0;
	z-index: 10;
	box-shadow: inset 0px -10px 9px -10px #bd8e4900;
	transition: box-shadow 300ms linear;
	margin: 0px -10px;
	padding: 0px 10px;
	position: relative;
}
header .row{
	padding-top: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 12px;
}
.header__logo img{
	height: 69px;
}
header .col-auto a:first-child{
	display: block;
}
header .col-auto:last-child a:first-child{
	padding-bottom: 10px;
}
header a{
	text-decoration: none;
	color: #a77333;
	font-size: 18px;
}
header a:hover{
	text-decoration: none;
	color: #3e2b14;
}
.h-icon{
	height: 17px;
	display: inline-block;
	opacity: 0.7;
	padding-right: 2px;
}
.header__mcb{
	font-size: 16px;
	padding: 6px 12px;
	background: linear-gradient(155deg, #5fc345, #368024);
    background-size: 100% 200%;
    background-position: 0% 100%;
	color: #fff;
	border: 1px solid;
	border-radius: 6px;
	border-top-color: #75ce5f;
	border-left-color: #75ce5f;
	border-bottom-color: #327123;
	border-right-color: #327123;
	transition: background 300ms ease-in;
    position: absolute;
    right: 0;
    top: 37px;
    min-width: 216px;
}
.header__mcb:hover{
	color: #fff;
    background-position: 0% 0%;
	text-decoration: none;
	border-top-color: #6fe452;
	border-left-color: #6fe452;
	border-bottom-color: #40862f;
	border-right-color: #40862f;
}
.header__menu {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-43%);
}
.header__menu ul{
    list-style: none;
    padding-left: 0;
}
.header__menu ul li {
    display: inline; 
    margin-right: 5px;
    padding: 3px; 
}
.header__menu ul li.active {
    border-bottom: 2px solid #a77333;
}
.header__menu ul li a{
	font-size: 14px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}

.cont__h1{
    background: #fff6e9;
}
.cont__h1 h1{
	padding-top: 18px;
	font-family: 'Exo 2', sans-serif;
	color: #a77333;
	display: block;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
}
.cont__h1 h2{
	padding-bottom: 22px;
	font-family: 'Exo 2', sans-serif;
	color: #a77333;
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 0;
}


.b1{
	font-family: 'Exo 2', sans-serif;
	margin-top: 30px;
}
.b1__img{
	max-height: 350px;
}
.b1__img img{
	height: 100%;
}
.b1__form--cont{
	margin: 10px 0px 10px -12px;
}
.b1__form--span{
	font-size: 20px;
}
.b1__form--span span{
	font-weight: 700;
	color: #3e2b14;
}
.b1__form{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    background: linear-gradient(155deg, #ad754d, #865b3c);
    box-shadow: 3px 3px 6px rgba(0,0,0,.6);
    text-align: center;
    border-left: 2px solid #ce9f5d;
    border-top: 2px solid #ce9f5d;
    border-bottom: 2px solid #5f441d;
    border-right: 2px solid #5f441d;
}
.form-group{
	margin-bottom: 0;
}
.user-box input{
	width: 100%;
    padding: 10px 0 5px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}
.user-box{
  position: relative;
}
.user-box:not(:first-child){
  margin-left: 8px;
}
#mainform .user-box:nth-child(3n) {
  margin-right: 8px;
}
.user-box label {
  position: absolute;
  top:0;
  left: 6px;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}
.user-box label.error{
	top: 25px;
	font-size: 12px;
	color: #ffadad;
}
.user-box input.tel_empty ~ label{
 	top:0!important;
 	left: 6px!important;
 	font-size: 16px!important;
}
.user-box.has-error input ~ label{
 	top:-16px;
 	left: 0px;
 	font-size: 12px;
}
.user-box input:focus ~ label,
.user-box input:valid ~ label {
 	top: -16px;
 	left: 0;
 	font-size: 12px;
}
.user-box input:focus ~ label.error,
.user-box input:valid ~ label.error {
	top: 25px;
	font-size: 12px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
.b1__form--button{
	font-size: 16px;
	padding: 6px 12px;
	margin-left: 8px;
	min-width: 153px;
	background: linear-gradient(155deg, #5fc345, #368024);
    background-size: 100% 200%;
    background-position: 0% 100%;
	color: #fff;
	border: 1px solid;
	border-radius: 6px;
	border-top-color: #75ce5f;
	border-left-color: #75ce5f;
	border-bottom-color: #327123;
	border-right-color: #327123;
	transition: background 300ms ease-in;
	transform: translateX(-8px);
}
.b1__form--button:hover{
	color: #fff;
    background-position: 0% 0%;
	text-decoration: none;
	border-top-color: #6fe452;
	border-left-color: #6fe452;
	border-bottom-color: #40862f;
	border-right-color: #40862f;
}

.b1__form--a{
	display: block;
	color: black;
}
.b1__lead{
	font-size: 20px;
	/*padding: 6px 12px;
	color: #fff;
	background: linear-gradient(165deg, #896633, #4b3920);
	border-radius: 6px;*/
}
.b1 b{
	font-weight: 700;
}


.b2{
	margin: 20px 0px;
}
.b2 h2{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
	width: 100%;
	color: #a77333;
}

.main_form{
    font-family: 'Exo 2', sans-serif;
}
.opt-s{
	display: inline-block;
}
.main_form .bt{
	display: block;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    border-top: 2px solid #a77333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_form label{
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 0;
}
.main_form select{
	padding: 2px 10px;
	font-size: 16px;
	border-radius: 5px;
    border: 1px solid #99723a;
    margin-left: 10px;
}
.flex__4b{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.flex__4b input, .flex__4i input{
	max-width: 120px;
	text-align: center;
    border: 1px solid #99723a;
    border-radius: 5px;
    margin-left: 10px;
}
.flex__4b input:-webkit-autofill,
.flex__4b input:-webkit-autofill:hover,
.flex__4b input:-webkit-autofill:focus,
.flex__4b input:-webkit-autofill:active {
    -webkit-animation: autofillb 0s forwards;
    animation: autofillb 0s forwards;
}
.flex__4b select{
    margin-left: 10px;
}
.main_form .politics{
	font-size: 12px;
	border-bottom: none;
	display: block;
}
.main_form .politics a{
	color: #a77333;
	display: inline;
}


.swiper_text{
	border: 2px solid #a77333;
	border-bottom-width: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 0;
	font-family: 'Exo 2', sans-serif;
}
.main_form__img{
	max-height: 253px;
    max-width: 90%;
}
.swiper-cw{
	padding-top: 0px;
}
.swiper-slide{
    text-align: center;
    line-height: 250px;
}
.swiper-button-next, .swiper-button-prev{
	color: #a77333;
	top: 125px;
	opacity: 1;
}
.swiper-button-next.show, .swiper-button-prev.show{
	opacity: 0;
	cursor: default;
}
.swiper-button-next:focus, .swiper-button-prev:focus{
	outline: 0;
}
.swiper-button-next{
    right: 0px;
    left: auto;
}
.swiper-button-prev{
	left: 0px;
	right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 34px;
}
.pic_cont{
	text-align: center;
	display: none;
}
.pic_cont.show{
	display: block;
	z-index: 111;
}
.pic_height{
	padding-top: 24px;
	padding-bottom: 24px;
    background: #fff6e9;
}
.swiper-cw h3, p{
	padding: 0px 16px;
}
.swiper-cw h3{
	padding-top: 16px;
	font-weight: 500;
}
.swiper-cw p{
	margin-bottom: 6px;
}


.footer{
	border-top: 1px solid #a77333;
}
.footer__a{
	color: #865b3c;
	display: block;
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
}
.footer__b{
	display: block;
}
.footer__b .m{
	font-size: 14px;
}
.covid img{
	height: 110px;
}
.covid{
	vertical-align:bottom;
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: flex-end;
    left: 0;
}
.covid p{
	height: fit-content; 
	margin-top: auto;
	padding-left: 6px;
	margin-bottom: 0px;
	color: #000;
	max-width: 200px;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: #fff;
    }
}
@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: #fff;
    }
}
@keyframes autofillb {
    100% {
        background: #fff;
        color: #000;
    }
}
@-webkit-keyframes autofillb {
    100% {
        background: #fff;
        color: #000;
    }
}

/*hide menu*/
#pu6120, #pu13931, #pu13739, #u13672popup, #pu13607, #pu13867, #pu13995, #u13803popup, #pu14123{
	display: none;
	opacity: 0;
	height: 0;
}

@media (max-width: 992px){
	.header__logo img{
		height: 40px;
	}
	.header__menu ul li a{
		font-size: 12px;
	}
}
@media (max-width: 768px){
	.header__logo img{
		height: 40px;
	}
	.header__menu{
		display: none;
	}

}
@media (max-width: 576px){
	.header__logo img{
		height: 30px;
		position: absolute;
		left: 10px;
	}
	.header__menu{
		display: none;
	}
	header a{
		font-size: 12px;
	}
	.header__mcb{
		font-size: 14px;
		padding: 4px 6px;
		right: unset;
		left: 10px;
		top: 10px;
	}
	.cont__h1 h1{
		padding-top: 10px;
		font-size: 26px;
	}
	.cont__h1 h2{
		padding-bottom: 10px;
		font-size: 20px;
	}
	.b1{
		margin-top: 10px;
	}
	.b1__form--span, .b1__lead{
		font-size: 16px;
	}
	.b1__form{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b1__img{
		max-height: 250px;
	}
	.user-box:first-child{
		margin-left: 8px;
	}
	.user-box{
		flex-grow: 1;
	}
	.b2{
		margin: 10px 0px;
	}
	.b2 h2{
		font-size: 26px;
	}
	.covid{
		display: none;
	}
}