*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	background:#011638;
	font-family:'Inter';
}
html,
body{
	overflow-x: hidden;
}
img{
	max-width:100%;
	vertical-align:top;
}
#wpadminbar{
	display:none;
}
.container{
	max-width:1230px;
	padding:0 15px;
	margin:0 auto;
	display:block;
}
.background{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
body > .select2-container {
    width: auto !important;
}
a{
	text-decoration:none;
}
header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:99;
	padding:35px 0;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
header .left a{
	display:block;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

header .left img{
	max-width: 275px;
	width: 100%;
}

header .container{
	display:flex;
	flex-direction:row;
}
header .container .right{
	margin-left:auto;
}

header .container .right .btn{
	padding-top: 15px;
}

.scrolled header{
	padding-top:15px;
	padding-bottom:15px;
	background:#011638;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.scrolled header .container .right .btn{
	padding-top: 8px;
}
.scrolled header .left a{
	max-width:200px;
}
.yellow_btn {
	background: #FFC60B;/*#ECA400*/
	border-radius: 6px;
	padding: 9.5px 15px;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.yellow_btn .icon{
	position:relative;
	top:3px;
}
.yellow_btn .text{
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	padding-left:10px;
}
section{
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
.section_title{
	margin-bottom:10px;
}
.section_title h2{
	font-size: 36px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	font-family: PT Serif;
	font-weight: 400;
}
.section_description p{
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}
.border{
	margin-bottom:10px;
}
.default_btn{
	text-align:center;
}
#third_section_home .banner_line {
	width: 210px;
}

.banner_line {
	display: inline-block;
	width: 460px;
	height: 3px;
	background: #FFC60B;
	border-radius: 120px;
}

.default_btn a{
	padding:20px 25px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	background: #FFC60B; /*#ECA400*/
	border-radius: 8px;
	display:inline-block;
}
.default_btn p{
	font-size: 12px;
	line-height: 165.5%;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.6;
	font-style:italic;
	margin-top:5px;
}
/*-- First Section --*/
.first_section_home{
	padding-top:390px;
	padding-bottom:160px; /*200px*/
	text-align:center;
	background-color: #011638;
}
.first_section_home h1{
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #FFFFFF;
	font-weight:400;
	margin-bottom:0;
	font-family: PT Serif;
}
.first_section_home .section_description {
	margin-bottom:60px;
}
.first_section_home .section_description p{
	font-weight: 600;
	font-size: 20px;
	line-height: 111.5%;
	color: #FFFFFF;
	margin:0;
}
.first_section_home .bottom_arrow{
	position:absolute;
	bottom: 105px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.first_section_home .bottom_arrow button{
	border:0 none;
	background:transparent;
	cursor:pointer;
}



/*---- Second Section Home ----------*/
.second_section_home{
	text-align:center;
	padding-top: 0;
	padding-bottom: 92px;
}
.second_section_home .border{
	text-align:center;
	margin: 30px 0px;
}

.second_section_home .section_description p{
	font-weight: 300
}


/*--- Third Section ----*/
.third_section_home{
    padding-top: 160px;
    padding-bottom: 125px;
}
.third_section_home .columns{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.third_section_home .column{
	flex:0 0 43%;
	text-align:center;
}
.third_section_home .icon{
	margin-bottom: 25px;
}
.third_section_home .border{
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.third_section_home .border svg {
    width: 100%;
}
.third_section_home .description{
	font-size: 15px;
	line-height: 165.5%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
}
.third_section_home .title{
	font-weight: normal;
	font-size: 24px;
	line-height: 165.5%;
	text-align: center;
	color: #FFFFFF;
	font-family: PT Serif;
}

/*--- Last Section ---*/
.step_two{
	padding-top: 5px;
}
.size_selection .title h3{
	font-size: 36px;
	font-weight: 400;
	line-height: 165.5%;
	text-align: center;
	color: #FFFFFF;
	font-family: PT Serif;
	margin-bottom: 15px;
}
.size_selection .btn_container{
	text-align:center;
}
.size_selection .section_description{
	margin-bottom: 15px;
}
.size_selection .white_btn{
	background:#fff;
	display:flex;
	flex-direction:row;
	align-items:center;
    border: 0 none;
    padding: 7px 10px;
    border-radius: 60px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
    cursor: pointer;
}
.size_selection .white_btn .text{
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #011638;
	margin-left: 8px;
}
.size_selection .boxes{
	display:flex;
	flex-direction:row;
	align-items:top;
	flex-wrap:wrap;
	margin:0 -20px;
	margin-bottom:70px;
}
.size_selection .boxes .box{
	flex:0 0 25%;
	padding:0 20px;
	    margin-bottom: 40px;
}
.size_selection .box_inner{
	border: 1.5px solid rgba(255,255,255,0.3);
	border-radius: 10px;
	padding:50px 15px 30px 15px;
	position:relative;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.size_selection .boxes .error .box_inner{
	background: rgb(255 57 57 / 30%);
}
.size_selection .box_inner .icon{
   	position:absolute;
	left:15px;
	top:0;
	cursor: pointer;
}

.size_selection .box_inner .icon svg{
	margin-top: 7px;
	margin-left: 5px;
}

.size_selection .box_inner .icon svg path{
	fill: #ffffff;
}

.size_selection .box_inner .icon:after{
	content: "";
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background: rgba(255,255,255,0.1);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0px;
}

.size_selection .status_circle{
	width:20px;
	height:20px;
	background:#3FC410;
	border-radius:20px;
	position:absolute;
	right:17px;
	top:17px;
	display:none;
}
.size_selection .status_circle svg{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.size_selection .big_icon{
	text-align:center;
	margin-bottom:15px;
	height: 126px;
}
.size_selection .big_icon svg {
    max-height: 120px;
}
.size_selection .title p{
	font-size: 24px;
	line-height: 150%;
	color: #FFFFFF;
	text-align:center;
	font-family: PT Serif;
}
.size_selection .description p{
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:20px;
	font-weight: 300;
}



.size_selection .size_container{
	margin-bottom:20px;
}
.size_selection .size_guide_container{
	padding-left:10px;
	padding-right:10px;
}
.size_selection .size_guide_container .title{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom:5px;
}
.size_selection .size_guide_container .size_details p{
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	font-weight: 300;
}
.size_selection .form_container{
	background:#fff;
	max-width:440px;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 16px;
}
.size_selection .form_container .item{
	position:relative;
	margin-bottom:24px;
}
.size_selection .form_container .item > label{
	position:absolute;
	left:10px;
	top:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:9;
	background:#fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #868686;
	padding-left:5px;
	padding-right:5px;
}
.size_selection .form_container input[type="text"],
.size_selection .form_container input[type="tel"],
.size_selection .form_container input[type="email"]{
	padding:14px 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: rgba(1, 22, 56, 0.9);
	border: 1.5px solid #BABABA;
	border-radius:8px;
	width: 100%;
}
.size_selection .form_container br{
	display:none;
}
.size_selection .form_container .terms label{
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
	color: #868686;
}
.size_selection .form_container .wpcf7-list-item{
	margin-left:0;
}
.size_selection .form_container .wpcf7 form.sent .wpcf7-response-output{
	text-align:center;
	border:0 none;
	color:#011638;
}
.size_selection .step_two .title{
	margin-bottom:20px;
}
.size_selection .submit input,
.size_selection .submit button{
	background: #FFC60B; /*#ECA400*/
	border-radius: 8px;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	border:0 none;
	width:100%;
	text-align:center;
    padding-top: 17px;
    padding-bottom: 17px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.size_selection .submit input{
	display:none;
}
.size_selection .submit input:hover,
.size_selection .submit button:hover{
	background:#011638;
}
.size_selection .wpcf7-spinner{
	display:none;
}
.size_selection .wpcf7-not-valid-tip{
	background:#011638;
	font-size:11px;
	padding:2px 5px;
	margin-top:1px;
	color:#fff;
	border-radius:2px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	text-align: center;
	border:0 none;
	padding:0;
	margin:10px 0 0;
}

.size_selection .form_container .item:nth-child(6),
.size_selection .form_container .item:nth-child(7){
	margin-bottom: 10px;
}

.size_selection .form_container .wpcf7-list-item{
	padding-left: 35px;
	position: relative;
}

.size_selection .form_container .wpcf7-list-item input{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
}

form .item .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "";
    display: block;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    cursor: pointer;
    border: 1.3px solid #BABABA;
    box-sizing: border-box;
}

form .item .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
	background: #011638;
    border: none;
}

form .item .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before{
	content: "";
	background: url("assets/images/accept.png");
	width: 12px;
    height: 10px;
    position: absolute;
    display: block;
    left: 4px;
    z-index: 9;
    top: 10px;
}


footer{
	padding-top:125px;
	padding-bottom:50px;
	position: relative;
}
footer .logo{
	margin-bottom: 34px;
}
footer .logo img{
	max-width: 142px;
}
footer .container{
	text-align:center;
	position: relative;
	z-index: 99;
}
footer ul{
	display:flex;
	flex-direction:row;
	justify-content:center;
	list-style:none;
	margin-bottom:5px;
}

footer ul li{
	position: relative;
	color: rgba(255, 255, 255, 0.6);
}

footer ul a{
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: rgba(255, 255, 255, 0.6);
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding:0 10px;
}
footer ul a:hover{
	color:#fff;
}
footer .copyright {
	margin-bottom: 0;
}
footer .copyright p{
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}
footer .made_by a{
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

footer ul li:after {
    content: "";
    left: auto;
    position: absolute;
    display: block;
    right: 0px;
    top: 5px;
    height: 13px;
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
}

footer ul li:last-child:after{
	display: none;
}

footer:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 350px;
    width: 100%;
    background: linear-gradient(180.84deg, rgb(0 3 8) -37.46%, rgba(1, 22, 56) 99.27%);
    transform: rotate(180deg);
}

.legal_page{
	padding-top: 225px;
	padding-bottom: 0;
}

.legal_page .section_title h1{
	font-family: PT Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 120%;
	color: #FFFFFF;
	text-align: center;
}

.legal_page .back_btn{
	text-align: center;
	padding-bottom: 77px;
	padding-top: 26px;
}

.legal_page .back_btn a{
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-decoration: underline;
	color: #FFFFFF;
	opacity: 0.6;
}

.legal_page .section_description{
	max-width: 662px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 188px;
}
.legal_page .section_description h2:first-child{
	margin-top: 0;
}
.legal_page .section_description h2{
	margin-bottom: 20px;
	margin-top: 50px;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 165.5%;
	color: #FFFFFF;
}

.legal_page .section_description p{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
}




@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 768px) {
	.size_selection .boxes .box{
		flex: 0 0 50%;
    	padding: 20px;
	}
	.border svg{
		width: 100%;
	}
	header .left a img{
		width: 190px; /*164*/
	}
}

@media only screen and (max-width: 475px) {
	.scrolled header .container .right .btn,
	header .container .right .btn{
		padding-top: 0;
	}
	.yellow_btn .text{
		font-size: 14px;
	}
	.yellow_btn{
		padding: 9.5px 12px;
	}
	.first_section_home h1{
		font-size: 32px;
		line-height: 121%;
	}
	header{
		padding-top: 29px;
	}
	.first_section_home{
		padding: 180px 0px !important;
    	/*background-position: right !important;*/
    	background-position: -469px 83px!important;
    	padding-bottom: 100px !important;
	}
	.first_section_home .section_description p{
		font-size: 16px;
	}
	.default_btn a{
		width: 100%;
	}
	.first_section_home .bottom_arrow{
		bottom: 0;
	}
	.section_title h2{
		font-size: 32px;
	}
	.section_title h2 br{
		display: none;
	}
	.second_section_home .section_description p br{
		display: none; 
	}
	.second_section_home .border{
		margin: 20px 0px;
	}
	.third_section_home .column{
		flex: 0 0 100%;
	}
	.third_section_home .column:first-child{
		padding-bottom: 80px;
	}
	.third_section_home{
		padding: 120px 0px;
	}
	.size_selection .title h3{
		font-size: 32px;
	}
	.section_description p br{
		display: none;
	}
	.size_selection .boxes .box{
		flex: 0 0 100%;
		padding: 10px 20px;
	}
	footer ul{
		flex-flow: wrap;
	}
	.legal_page{
		padding-top: 150px;
	}
	.legal_page .section_title h1{
		font-size: 32px;
	}
	.legal_page .back_btn{
		padding-bottom: 50px;
		padding-top: 15px;
	}
}


#size_popup{
	display: none;
}

.popup_container{
	max-width: 550px;/*350px*/
	margin: 0 auto;
	border-radius: 20px;
	background: #FFFFFF;
	position: relative;
	padding: 20px;
}

.popup_container #close_popup{
	position: absolute;
	top: 20px;
	right: 20px;
}

.mfp-close{ 
	top: 10px !important;
	right: 10px !important;
	color: transparent !important;
}

.popup_container .content .top{
	letter-spacing: -7px;
	box-sizing: border-box;
	padding-top: 45px;
}

.popup_container .content .top .right,
.popup_container .content .top .left{
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
}

.popup_container .content .bottom{
	border-top: 2px solid #011638;
	margin-top: 40px;
	padding-top: 20px;
}

.popup_container .content .bottom .text{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 125%;
	color: #011638;
	padding: 0 10px;
	padding-bottom: 10px;
}

#success_message{
	display: none;
	text-align: center;
}

#success_message img{
	max-width: 87px;
	margin-top: 180px;
}

#success_message .text h3{
	margin-top: 33px;
	margin-bottom: 20px;
	font-family: PT Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 130%;
	color: #011638;
}

#success_message .text p{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #868686;
}


#success_message .text{
	padding-bottom: 137px;
}

#success_message .text br{
	display: block;
}

.form_container.success{
	display: none;
}

#success_message.form_container.active_popup{
	display: block;
}

.page-template-thanks .first_section_home{
	padding-top: 500px;
	padding-bottom: 200px;
}

.message_after_confirmation{
	text-align: center;
}

.message_after_confirmation img{
	max-width: 87px;
}

.message_after_confirmation .text h1{
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: PT Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 130%;
	color: #FFFFFF;
}

.message_after_confirmation .text p{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}

.message_after_confirmation .text a{
	text-decoration: underline;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}


.page-template-thanks footer{
	padding-top: 173px;
}
#loading {
	display: none;
    background: #fff;
    max-width: 440px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    text-align: center;
}
#loading img {
	display: inline-block;
	vertical-align: middle;
}
#loading.active_popup {
	display: block;
}


.white_selects .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #fff;
	color: #203065;
	font-size: 16px;
	text-align: left;
    border-radius: 8px;
}

.white_selects .select2-container--default .select2-selection--single {
    border: 0;
	
}

.white_selects .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image:url(https://uniforms.marktwainschool.ro/wp-content/themes/Uniforms/assets/images/form_down_arrow_blue.svg);
}

.cols {
	display: flex;
	flex-wrap: wrap;
}
.cols .col1 {
	flex: 0 0 100%;
    padding: 0 20px;
}
.cols .col2 {
    flex: 0 0 25%;
    padding: 0 20px;
}

.cols .col1.align-center {
	justify-content: center;
	padding: 0;
}

.white_selects.elements_center {
	margin: 0 -20px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.top_wear .hips {
	display: none;
}

.size_selection .boxes .box.hidden{
	display: none;
}


.size_selection .boxes.elements_center {
	justify-content: center;
	padding: 0;
}

.flags {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}


.popup_content_desk {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popup_container .content.popup_content_desk .bottom {
	border-top: 0;
    margin-top: 25px;
    padding-top: 0
}

.gerror {
	display: none;
    background: rgb(255 57 57 / 30%);
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.gerror.show {
	display: inline-block;
	width: 100%;
}


.separate_error {
	display: none;
	background: #FFC60B;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
.separate_error.show {
	display: inline-block;
	width: 100%;
}
.grade_container.field_required  .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #FE5F55;
}

.size_selection .boxes.nomargin-bt {
	margin-bottom: 0;
}

.size_selection .description.hide p {
    display: none;
}


.step_one .title .mobiless {
	display: inline-block;
}

@media only screen and (max-width: 550px) {
	.cols .col2 {
		flex: 0 0 100%;
	}
	.gender_container {
		margin-bottom: 40px;
	}
	
	
	.popup_content_desk {
	    flex-direction: column;	
	}
}

@media only screen and (max-width: 475px) {
	#success_message img{
		margin-top: 80px;
	}
	#success_message .text{
		padding-bottom: 60px;
	}
	#success_message .text p br{
		display: none;
	}
}





@media (max-width:  420px) {
	.yellow_btn .text {
		display: none;
	}
}
