@font-face {
	font-family: 'a1qa';
	src: url('fonts/a1qa_regular_fixed.woff');
	font-weight: normal;
}

@font-face {
	font-family: 'a1qa';
	src: url('fonts/a1qa_bold_fixed.woff');
	font-weight: bold;
}

html {
	padding: 0;
    box-sizing: border-box;
    font-family: 'a1qa';
    font-size: 20px;
    line-height: 1.2;
}

body {
	font-size: 1.3rem;
}

.bold_text{
	font-weight: bold;
}

.inside_container {
	font-size: 1rem;
}

body a {color: rgb(30,133,233);}
.mob-br, .mob2-br {display: none;}
.white-text {color: #fff;}
body .logo-align-container { padding-left: 10.1rem; }

/*Header*/
.header {
    min-height: 100vh;
    background: url(img/header_background.jpg) top center no-repeat;
    background-size: cover;
}
.header .site-logo {
    padding: 3.8rem 0px 0rem 3.5rem;
}
.header .site-logo img {
    width: 11.46rem;
}
.header-container {
    margin: 5rem 2rem 0rem 0rem;
}
.header-container a {text-decoration: none;}
.header .title {
    font-size: 3.128rem;
    max-width: 1050px;
}
.header .header-description {
    max-width: 1200px;
    margin-top: 5rem;
}
div.gradient_button {margin-top: 5.5rem; padding-bottom: 2rem; }

/*section 2 - benefits*/

.container {
	padding: 4rem 5rem;
    max-width: 1500px;
    margin: 0 auto;
}

.flex_container {
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    max-width: 95vw;
}

.section_heading {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.85rem;
    margin-bottom: 3rem;
    padding: 3rem 1rem 0rem;
    max-width: 1400px;
}

.section_description {
	text-align: center;
		margin-bottom: 2rem;
}

.highlight {
	background: linear-gradient(to right, #e06cfd, #2684ea);
	color: white;
}

.benefits_container {
	flex-direction: column;
    -webkit-flex-direction: column;
	margin: 0 auto;
	max-width: 1500px;
}

.benefit_name {
	width: 270px;
	padding: 20px 20px;
	margin-right: 20px;
	text-align: center;
	padding-left: 5%;
}

.benefit_description {
	padding: 20px 0 0;
	width: 70%;
	font-size: 1.2rem;
}

.benefit {
	align-items: center;
	width: 90%;
}

.benefit1 {background: url(img/block1.svg) left / contain no-repeat;}
.benefit2 {background: url(img/block2.svg) left / contain no-repeat;}

.advantages img {
    height: 5rem;
}

.advantages .inside_container {
	margin-bottom: 2rem;
}

.advantages .adv {
	background: #f6f7fb;
    text-align: center;
    width: 260px;
    min-height: 13rem;
    display: inline-block;
    margin: 0 1rem 1rem 1rem;
    padding: 2rem 1rem 0 1rem;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    font-size: 0.95rem;
}

.adv .bold_text {
    height: 65px;
    font-size: 1.15rem;
}

.assistance {
	background-color: #f6f7fb;
	position: relative;
}

.assist_item {
	text-align: center;
    width: 16rem;
    min-width: 13rem;
    display: inline-block;
    margin: 1rem 2rem;
    z-index: 2;
}

.assist_item .inside_container {
	height: 5rem;
}

.assistance img {
    height: 8rem;
    width: 8rem;
    margin-top: 1rem;
    padding: 0 0.5rem;
    background-color: #f6f7fb;
}

.assistance .container {
	position: relative;
}

.assistance .container::before {
	content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 100%;
    left: 0;
    top: 76%;
    background: black;
}

.pink {
    border: 1px solid #e06cfd;
    margin-right: 10px;
}

.pink .card_name {
	background-color: #e06cfd;
}

.purple {
    border: 1px solid #8771f3;
}

.purple .card_name {
	background-color: #8771f3;
}

.card {
	box-sizing: border-box;
    width: 30rem;
    margin-bottom: 1rem;
    background-color: #f6f7fb;
}

.cards_container {
    max-width: 1400px;
	margin-top: 3rem;
}

.packages .flex_container {
	justify-content: space-between;
}

.packages .section_annotation {
    font-size: 0.95rem;
}
.card_name {
    color: white;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.3rem 0.1rem;
}

.card_heading {
	font-size: 1.1rem;
    padding: 1.4rem 2rem 0 2rem;
}

.card_info {
	padding: 0rem 2rem;
}

.card_info ul {
	list-style: initial;
	padding-left: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}

.card_info ul li {
	padding-bottom: 0.7rem; 
	width: 45%;
    padding-right: 1rem;
}

/*Tools*/
.tools .container {padding-top: 0;}
.tools_list {
	width: 100%;
    list-style: none;
	max-width: 1400px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding-left: 0;
}

.tools ul li {
	width: 10rem;
    height: auto;
    margin: 2.5% 3%;
}

.tools ul li img {
    max-width: 100%;
    height: auto;
}

.facts {
	background-color: #f6f7fb;
}

.facts .section_heading, .facts .section_description {
    text-align: left;
}

.facts .section_heading {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    max-width: 1500px;
}

.facts_container {
	justify-content: space-between;
	max-width: 1500px;
    margin: 4rem 0;
}
.facts .section_description {max-width: 1500px;}

.fact_number {
	font-size: 3.5rem;
}

.fact_text {
	font-size: 0.8rem;
	max-width: 9rem;
	margin: 0.8rem 0;
}

.fact1 {color: #f097f2;}
.fact2 {color: #eb73ff;}
.fact3 {color: #b868fe;}
.fact4 {color: #8e76fe;}
.fact5 {color: #5c69f6;}
.fact6 {color: #2253e4;}


/*Form*/
.contact-img {background: url(img/form_background.jpg) center/cover no-repeat;}
.contact .section_heading {
    font-size: 2.4rem;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.contactform_container {
    margin-top: 3rem;
    border-radius: 15px;
    padding: 0rem 2rem 2rem 2rem;
    background: rgba(246,247,251, 0.98);
}

.form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.form_element {position: relative;}
.form_element {
    padding-top: 24px;
    width: 46%;
    min-width: 46%;
    height: 100%;
}
.form_element_wide {
    width: 96%;
}
.form_element_last {
    margin-top: 20px;
    width: 100%;
}

.form_element .field { 
    width: 100%;
    height: 48px;
    position: relative;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
    font-family: 'OpenSans', 'Helvetica', sans-serif;
    color: #333;
    background-color: rgb(250 250 250);
    border: 1px solid #e0e0e0;
}

.field_label {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 38px;
    font-size: 18px;
    color: #636363;
}

/*fields magic*/
.form_element.focus .field, .form_element:hover .field {
    border: 1px solid #b26ff8;
}
.form_element .field:focus {
    outline: none;
    border: 1px solid #b26ff8;
}
.field.focus+.field_label, .field:focus+.field_label {
    top: 14px;
    color: #000;
    background-color: rgb(250 250 250);
    font-size: 14px;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
}

.form_element_last, .contact .section-title {
    margin-left: 1rem;
}

.approve_checkbox {
    display: flex;
    display: -webkit-flex;
}

.approve_checkbox_text {
    margin-top: 16px;
    font-size: 18px;
}

.checkbox {
    margin-right: 10px;
    transform: scale(1.2);
}

.confirm {
    display:block;
    width: 18px;
    height: 18px;
    min-width:18px;
    padding:0;
    box-sizing: border-box;
    background:#fff;
    margin-right:10px;
    margin-top: 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}


.confirm.selected {
    background:url(img/ico-checked.svg) no-repeat center center;
    background-color: white;
}

.legal-text {color: #222; padding: 0.7rem 0 0.3rem;}

.requirement_desc {
    padding-top:24px;
    padding-left: 28px; 
    font-size: 18px;
}


button.gradient_button {
    display: inline-block;
    margin-top: 1rem;
}
button.gradient_button, div.gradient_button a{
    text-align: center;
    padding: 0.55rem 1.3rem;
    border: none;
    border-radius: 0.9rem;
    background: linear-gradient(to right, #e06cfd, #2484ea);
    color: white;
}
button:active, button:focus {outline: none;}
button.hover, div.gradient_button a:hover {
    cursor: pointer;
    background: linear-gradient(to right, #c44480, #263fa9);
}

.form-message {
    text-align: center;
    padding: 1rem 1rem 0;
    font-size: 20px;
    font-weight: bold;
    color: #b06cf9;
    width: 100%;
    height: 2.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.error-msg {color: red;}

input.empty-field, .confirm.empty-field, select.empty-field {
    border-color: rgb(228, 42, 132) !important;
}

.accent {
    color: red;
}

/*Other footer*/
footer {
    padding: 1rem 0 4rem;
    text-align: center;
    font-size: 0.8rem;
}


@media screen and (min-width: 1901px){
	html {font-size: 21px;} 
}

@media screen and (min-width: 1400px) and (max-width: 1900px){
	.packages .flex_container {justify-content: space-around; -webkit-justify-content: space-around;}
}

@media screen and (max-width: 1280px) {
    .facts_container {-webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-start; -webkit-justify-content: flex-start;}
    .facts_container .fact {
        flex: 0 1 28%;
        -webkit-flex: 0 1 28%;
        margin: 0rem 1rem 1rem 0rem;
    }
    .mob-br {display: block;}
}

@media screen and (max-width: 1024px) {
	html {font-size: 19px;} 
	body .logo-align-container {padding-left: 2rem;}
	.header .site-logo {display: flex; display: -webkit-flex; 
        justify-content: flex-start; -webkit-justify-content: flex-start;
        padding-left: 2rem;}

    .container {padding: 2rem;}
    .header-container {margin-right: 1rem; margin-top: 6rem;}
    
	.advantages_container, .assistance_container, .cards_container {-webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .assistance .container::before {content: none;}
    .assist_item {width: 200px;}
    .assist_item p {margin-bottom: 0.5rem}

	.packages .flex_container {justify-content: center;}
	.cards_container .pink {margin-right: 0}

	.benefits_container {flex-direction: row; -webkit-flex-direction: row; align-items: flex-start; -webkit-align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
	.benefit {flex-direction: column; -webkit-flex-direction: column; width: 300px;}
	.benefit_name {width: 230px; padding-left: 30px;}
	.benefit_description {font-size: 85%; width: 80%; margin-left: auto; margin-right: auto; margin-bottom: 1.5rem;}
} 

@media screen and (max-width: 768px) {
	html {font-size: 18px;}
	.container {padding: 1rem 1rem 1rem 1rem;}

	.advantages .adv {margin: 1.5rem 3rem; font-size: 1rem;}
    .facts_container {justify-content: center; -webkit-justify-content: center;}
    .facts_container .fact {
        flex: 0 1 45%;
        -webkit-flex: 0 1 45%;
        text-align: center;
    }
    .fact_text {margin: 0.8rem auto;}
	.tools .tools_list li {width: 130px;}
}

@media screen and (max-width: 640px) {
    #form .form_element {width: 100%;}
    .form_element_last, .contact .section-title {margin-left: 0;}
    .contactform_container .section_heading {margin-bottom: 1rem;}
    .header .site-logo img {width: 9.46rem;}
    .header .title {font-size: 2rem;}

    div.gradient_button {text-align: center;}
    div.section_heading, .contact .section_heading {font-size: 1.92rem;}

    .form-message {height: 3.6rem; font-size: 16px;}
}

@media screen and (max-width: 600px) {
    .card {width: 90%;}
    .card_info ul li {width: 100%;}
    .mob2-br {display: block;}
}

@media screen and (max-width: 380px) {
    html {font-size: 16px;} 
    .contactform_container {padding: 0rem 1rem 2rem;}
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(img/arrow-down.svg) 96% / 5% no-repeat #fff;
}

/* CAUTION: Internet Explorer hackery ahead */


select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    .header .header-container {
        margin-top: 6rem;
        width: 80%;
    }
    .header .header-description {max-width: 85%;}
    .header div.gradient_button {margin-top: 6rem;}
  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    .header .header-container {
        margin-top: 3rem;
    }
    .header .header-description {margin-top: 2rem;}
    .header div.gradient_button {margin-top: 3rem;}
  }

  @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    .header .header-container {
        margin-top: 12rem;
        width: 65%;
    }
    .header .header-description {max-width: 80%;}
    .header div.gradient_button {margin-top: 10rem;}
  }