* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    /* font-family: 'Geomanist', sans-serif; */
    font-family: 'Lato', sans-serif;
}

body {
    background: #384e6c;
}

html {
    font-size: 10px;
}

header {
    width: 100%;
    height: auto;
    background-image: url(img/Tlo.png);
}

header .header_motto {
    padding-top: 40px;
}

header .header_motto h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 5.3rem;
    color: #ffdd00;
    text-align: center;
    font-family: 'Lovelo-black', sans-serif;
}

header .header_motto img {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0 20px;
}

header .header_motto .header_image_one {
    display: none;
    width: 60%;
    margin: 0 auto;
}

header .header_motto .header_image_one img {
    width: 100%;
}

header .header_motto h2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 2.9rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Geomanist-Book', sans-serif;
}

header .header_form div {
    width: 90%;
    margin: 0 auto;
}

header .header_form div p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 33.33px;
    text-transform: uppercase;
}

header .header_form div:nth-of-type(5) p {
    line-height: 25px;
}

header .header_form div p span {
    text-transform: lowercase;
}

header .header_form div input,
header .header_form div select {
    width: 100%;
    margin: 4px 0 3px;
    padding-left: 10px;
    color: #384e6c;
    border-width: 0;
    height: 26px;
    outline: none;
}

header .header_form div select option {
    color: #384e6c;
}

header .header_form .form_submit,
header .header_form .form_info {
    width: 90%;
}

header .header_form .form_submit input[type="file"] {
    display: none;
}

header .header_form .form_submit .custom-file-upload {
    display: block;
    width: 159px;
    height: 26px;
    margin: 20px auto;
    line-height: 28px;
    font-size: 1.7rem;
    font-weight: 700;
    background-color: #ffdd00;
    color: #384e6c;
    /* font-family: 'Geomanist-Black', sans-serif; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

header .header_form .form_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .header_form .form_info p {
    font-size: 1.5rem;
    text-transform: initial;
    /* font-family: 'Geomanist-Book', sans-serif; */
    font-weight: 400;
    line-height: 20px;
}

header .header_form .form_info p:nth-of-type(4) {
    margin: 0 0 20px;
}

header .header_image_two {
    width: 60%;
    margin: 20px auto 40px;
}

header .header_image_two img {
    display: block;
    width: 100%;
}

header .header_checkboxes div {
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 20px;
}

header .header_checkboxes div label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header_checkboxes div label input {
    width: 17px;
    height: 17px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

header .header_checkboxes div label p {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 15px;
}

header .header_checkboxes div label p a {
    text-decoration: none;
    font-weight: 700;
}

header .header_checkboxes .submit_button {
    padding: 25px 0 55px;
}

header .header_checkboxes .submit_button input {
    display: block;
    width: 185px;
    height: 33px;
    margin: 0 auto;
    line-height: 33px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    /* font-family: 'Geomanist-Book', sans-serif; */
    text-transform: uppercase;
    text-decoration: none;
		background-color: #e95d65;
		border:0;
}

header img {
    display: none;
    width: 100%;
}
.wrap-field-file .error{
	text-align: right;
	margin-top:5px;
}
.wrap-field .error{
	color:#FB5666;
	font-size:12px;
	line-height: 20px;
}
header .header_form div:nth-of-type(5) .wrap-field .error{
	line-height: 20px;
}
/** overlay **/
#thanks-registration{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(img/Tlo.png);
	display:none;

	color:#fff;
	text-transform: uppercase;
}
#thanks-registration .wrap-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;	
}
#thanks-registration h2{
	font: 60px 'Anton Regular', Verdana, sans-serif;
	margin:0 0 0px 0;
}
#thanks-registration .text{
	font: 34px/46px 'Anton Regular', Verdana, sans-serif;	
	text-align:center;
}
#thanks-registration img{
	position: absolute;
	right:100px;
}
#overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: #fff url(img/loading.gif) center center no-repeat;
	color:#fff;
	opacity: 0;
	font:20px/20px Open Sans, Arial, sans-serif;
}

@media(min-width:533px) and (orientation:landscape) {

    header .header_motto h1 {
        font-size: 9rem;
    }

    header .header_motto img {
        width: 466px;
    }

    header .header_motto h2,
    header .header_form div {
        width: 441px;
    }

    header .header_form div input {
        width: 441px;
    }
}

@media(min-width:533px) and (orientation:portrait) {

    header .header_motto h1 {
        font-size: 9rem;
    }

    header .header_motto img {
        width: 466px;
    }

    header .header_motto h2,
    header .header_form div {
        width: 441px;
    }

    header .header_form div input {
        width: 441px;
    }

}

@media(min-width:664px) and (orientation:landscape) {

    header .header_motto .header_image_one {
        width: 388px;
    }
}

@media(min-width:664px) and (orientation:portrait) {

    header .header_motto .header_image_one {
        width: 388px;
    }
}

@media(min-width:768px) and (orientation:landscape) {

    header img {
        display: block;
    }

    header .header_motto .header_image_one {
        width: 388px;
        margin: 0 180px 0 auto;
    }

    header .header_image_two {
        width: 386px;
        margin: 20px auto;
    }

    header .header_checkboxes {
        padding-top: 50px;
    }

    header .header_checkboxes div label p {
        padding-left: 17px;
    }

    header .header_image_three,
    header .header_image_four,
    header .header_image_five,
    header .header_image_six,
    header .header_image_seven,
    header .header_image_eight {
        position: absolute;
    }

    header .header_image_three {
        top: 1200px;
        right: 0;
        width: 257px;
        overflow: hidden;
    }

    header .header_image_four {
        top: 0;
        width: 340px;
    }

    header .header_image_five {
        top: 10px;
        right: 10px;
        width: 84px;
    }

    header .header_image_six {
        bottom: 160px;
        width: 106px;
    }

    header .header_image_seven {
        top: 400px;
        right: 0;
        width: 175px;
    }

    header .header_image_eight {
        bottom: 160px;
        right: 0;
        width: 170px;
    }
}

@media(min-width:768px) and (orientation:portrait) {

    header img {
        display: block;
    }

    header .header_motto .header_image_one {
        width: 388px;
        margin: 0 180px 0 auto;
    }

    header .header_image_two {
        width: 386px;
        margin: 20px auto;
    }

    header .header_checkboxes {
        padding-top: 50px;
    }

    header .header_checkboxes div label p {
        padding-left: 17px;
    }

    header .header_image_three,
    header .header_image_four,
    header .header_image_five,
    header .header_image_six,
    header .header_image_seven,
    header .header_image_eight {
        position: absolute;
    }

    header .header_image_three {
        top: 1200px;
        right: 0;
        width: 257px;
        overflow: hidden;
    }

    header .header_image_four {
        top: 0;
        width: 340px;
    }

    header .header_image_five {
        top: 10px;
        right: 10px;
        width: 84px;
    }

    header .header_image_six {
        bottom: 160px;
        width: 106px;
    }

    header .header_image_seven {
        top: 400px;
        right: 0;
        width: 175px;
    }

    header .header_image_eight {
        bottom: 160px;
        right: 0;
        width: 170px;
    }
}

@media(min-width:1024px) and (orientation:landscape) {

    header .header_motto {
        padding-top: 55px;
    }

    header .header_motto h1 {
        width: 942px;
        font-size: 14.2rem;
    }

    header .header_motto img {
        width: 466px;
        padding: 0;
        -webkit-transform: translate(200px, -52px);
        transform: translate(200px, -52px);
    }

    header .header_motto .header_image_one {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    header .header_motto .header_image_one img {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    header .header_motto h2 {
        width: 942px;
        padding: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    header .header_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 942px;
        margin: 0 auto;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    header .header_form div {
        margin: 0;
    }

    header .header_form div:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    header .header_form div:nth-of-type(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    header .header_form div:nth-of-type(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    header .header_form div:nth-of-type(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    header .header_form div:nth-of-type(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    header .header_form div:nth-of-type(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    header .header_form div:nth-of-type(8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    header .header_form div:nth-of-type(9) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        width: 565px;
        margin: 15px 0 0 auto;
    }

    header .header_form div:nth-of-type(5) p {
        line-height: 33.33px;
    }

    header .header_form .form_submit {
        width: 441px;
    }

    header .header_form .form_submit .custom-file-upload {
        margin: 42px 0 0 auto;
    }

    header .header_form .form_info p {
        width: 100%;
        text-align: right;
    }

    header .header_checkboxes .submit_button input {
        margin: 0 0 0 auto;
    }

    header .header_image_three {
        top: 750px;
        right: 0;
    }

    header .header_image_seven {
        top: 230px;
        right: 0;
        width: 192px;
    }

    header .header_image_eight {
        top: 1000px;
        right: 110px;
        width: 175px;
    }
}

@media(min-width:1024px) and (orientation:portrait) {

    header .header_motto {
        padding-top: 55px;
    }

    header .header_motto h1 {
        width: 942px;
        font-size: 14.2rem;
    }

    header .header_motto img {
        width: 466px;
        padding: 0;
        -webkit-transform: translate(200px, -52px);
        transform: translate(200px, -52px);
    }

    header .header_motto h2 {
        width: 942px;
        padding: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    header .header_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 942px;
        margin: 0 auto;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    header .header_form div {
        margin: 0;
    }

    header .header_form div:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    header .header_form div:nth-of-type(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    header .header_form div:nth-of-type(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    header .header_form div:nth-of-type(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    header .header_form div:nth-of-type(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    header .header_form div:nth-of-type(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    header .header_form div:nth-of-type(8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    header .header_form div:nth-of-type(9) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        width: 565px;
        margin: 15px 0 0 auto;
    }

    header .header_form div:nth-of-type(5) p {
        line-height: 33.33px;
    }

    header .header_form .form_submit {
        width: 441px;
    }

    header .header_form .form_submit .custom-file-upload {
        margin: 42px 0 0 auto;
    }

    header .header_form .form_info p {
        width: 100%;
        text-align: right;
    }

    header .header_checkboxes .submit_button input {
        margin: 0 0 0 auto;
    }

    header .header_image_three {
        top: 750px;
        right: 0;
    }

    header .header_image_seven {
        top: 230px;
        right: 0;
        width: 192px;
    }

    header .header_image_eight {
        top: 1000px;
        right: 110px;
        width: 175px;
    }
}

@media(min-width:1232px) and (orientation:landscape) {

    header .header_motto h1,
    header .header_motto img,
    header .header_motto h2,
    header .header_form {
        margin: 0 auto 0 137px;
    }

    header .header_motto .header_image_one img {
        margin: 0;
    }

    header .header_motto img {
        -webkit-transform: translate(438px, -52px);
        transform: translate(438px, -52px)
    }
}

@media(min-width:1264px) and (orientation:landscape) {

    header .header_checkboxes div {
        width: 1118px;
    }

    header .header_image_seven {
        top: 405px;
    }

}

@media(min-width:1366px) and (orientation:landscape) {
    header .header_image_eight {
        right: 250px;
    }
}

@media(min-width:1436px) and (orientation:landscape) {

    header .header_checkboxes div {
        margin: 0 148px 0 auto;
    }
}

@media(min-width:1470px) and (orientation:landscape) {

    header .header_motto .header_image_one {
        display: block;
        position: absolute;
        margin: 56px 0 0 1090px;
    }

    header .header_image_seven {
        top: 230px;
        right: 355px;

    }
}

@media(min-width:1675px) and (orientation:landscape) {

    header .header_motto .header_image_one {
        margin: 56px 181px 0 1090px;
    }

    header .header_image_five {
        top: 38px;
        right: 130px;
        width: 84px;
    }

    header .header_image_seven {
        top: 400px;
        right: 0;
    }
}

@media(min-width:1860px) and (orientation:landscape) {

    header .header_image_two {
        position: absolute;
        top: 735px;
        left: 160px;
        margin: 0;
    }

    header .header_image_three {
        top: 451px;
        right: 0;
    }

    header .header_image_four {
        top: 45px;
        width: 508px;
    }

    header .header_image_six {
        bottom: 160px;
        left: 55px;
    }

    header .header_image_seven {
        top: 89px;
        right: 618px;
        width: 192px;
    }

    header .header_image_eight {
        top: 451px;
        right: 606px;
        width: 175px;
    }

}
