:root {
    --light-grey: #f2f2f2;
    --dark-white: #ededed;
    --purple: #64219e;
    --black: #000000;
    --white: #ffffff;
    --text: #333333;
    --dark-grey: #666666;
    --dark-blue-grey: #2f1946;
    --warm-grey: #999999;
    --hover-purple: #7b38b5;
    --hover-shadow: #ebd3ff;
    --error-bg: #ffc5c5;
    --select-bg: #efdcff;
    --error: #f20000;
}
.html{
    overflow-x: hidden;
}
body{
    font-family: "Blogger Sans", sans-serif;
    color: #333;
    font-size: 18px;
    overflow-x: hidden;
}

/************** Typography **************/

h1{
    font-size: 56px;
    color: #64219e;
    text-transform: uppercase;
}
h2{
    font-size: 40px;
    color: #000;
    margin: 0;
}
h3{
    font-size: 32px;
}
h1,h2,h3{
    font-weight: 700;
}
p{
    font-size: 18px;
    margin: 0;
}
label,
[type="checkbox"]+label{
	font-size: 18px;
}
.text-bold{
    font-weight: 700;
}

/*********************** Btn, input *************************/

.btn,
.small-btn{
    background-color: #64219e;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}
.btn{
    font-size: 24px;
    text-align: left;
    padding: 20px 35px;
    line-height: 32px;
    height: auto;
    text-transform: uppercase;
}
.small-btn{
    font-size: 16px;
    font-weight: 300;
	max-width: 100px;
	display: block;
	border-radius: 1px;
	margin: 0 0 0 auto;
}
.btn:hover,
.btn:focus,
.small-btn:hover,
.small-btn:focus{
    background-color: #7b38b5;
    color: #fff;
    transition: all .5s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.index-btn{
    padding: 5px 10px;
}
input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid ,
input:not([type]):focus:not([readonly]),input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: transparent;
    box-shadow: none;
}

[type="checkbox"].filled-in:not(:checked)+label:before {
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
}
[type="checkbox"].filled-in:not(:checked)+label:after {
	height: 24px;
	width: 24px;
	border: 3px solid #fff;
}
.jq-checkbox.checked {
	width: 10px;
	height: 16px;
	border: 3px solid transparent;
	border-right-color: #64239c;
	border-bottom-color: #64239c;
}

.jq-checkbox.checked {
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	background-color: #fff;
	z-index: 0;
}

input.form-field.error {
    position: relative;
    border-bottom: transparent;
    box-shadow: none;
    background-color: #ffc5c5;
}
label.agree{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: relative;
	left: 0;
	opacity: 1;
	width: 24px;
	height: 24px;
	color: #64239c;
	box-shadow: none;
}

.browser-default {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.jq-checkbox.checked .jq-checkbox__div {
	border-color: #64239c;
}

.jq-checkbox{
	border: 2px solid #fff;
	background: none;
	box-shadow: none;
}
/************************* Styles ***************************/
.rel{
    position: relative;
}
.no-margin-bot{
    margin-bottom: 0;
}
.no-pl{
    padding-left: 0!important;
}
.opacity{
    opacity: 0;
}
.section-title{
    margin: 40px 0;
}
.flex{
    display: flex;
    flex-flow: row nowrap;
}
.phone img{
    width: 37px;
    height: 37px;
    margin-right: 12px;
}
.phone{
    font-size: 26px;
    vertical-align: middle;
    line-height: 37px;
    padding-left: 10px;
    margin-top: 10px;
    text-align: right;
}
.phone img,
.phone{
    display: inline-block;
    vertical-align: middle;
}
ul{margin: 0}
.online-form-box span.error{
    position: absolute;
    display: inline;
    left: 30px;
    top: 50px;
    color: #f20000;
    text-transform: uppercase;
    font-weight: 700;
	pointer-events: none;
}
form p{
	margin-bottom: 15px;
}

/***********************************  HEADER   *****************************/
.logo{
    display: block;
    margin: 25px 0;
}
.header-top .flex{
	justify-content: space-between;
}
/***********************************  ORDER   *****************************/

.order{
    background-color: #ededed;
}
.order-block{
    position: relative;
    z-index: 1;
}
.order-bg{
    position: relative;
    display: block;
    left: -165px;
    height: 100%;
    width: auto;
}
.order-btn{
    margin-bottom: 50px;
}
.order-btn img{
    width: 33px;
    margin-right: 10px;
    vertical-align: middle;
}
.order-block p{
   margin-bottom: 20px;
    max-width: 525px;
}

/***********************************  WHY   *****************************/

.why{
    margin-bottom: 30px;
}
.why .flex{
    justify-content: space-between;
    align-items: stretch;
}
.why-item{
    position: relative;
    border: 2px solid #f2f2f2;
    box-shadow: 0 10px 0 0 #f2f2f2;
    padding: 30px 8% 30px 30px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .5s ease;
    min-height: 135px;
    width: 49%;
}
.why-item:hover{
    border: 2px solid #ebd3ff;
    box-shadow: 0 10px 0 0 #ebd3ff;
}
.why-item p{
    text-align: left;
    max-width: 450px;
}
.why-title{
    text-transform: uppercase;
    margin-bottom: 10px;
	color: #000;
}
.why-item img{
    position: absolute;
    display: block;
    top: 18px;
    right: 26px;
    height: 55px;
}

/***********************************  TEST   *****************************/

.test-list-table {
    border-top: 2px solid #f2f2f2;
}
.more-btn{
    padding: 10px 18px;
    margin-top: 40px;
}
.test-list-table li{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: baseline;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    line-height: 1.05;
    border-bottom: 2px solid #f2f2f2;
    padding: 12px 0;
}
.test-list-table li b{
    color: #64219e;
}

/***********************************  WORKS   *****************************/

.works-time{
    background-color: #f2f2f2;
    padding: 35px 0;
}
.works-time .flex{
    justify-content: flex-start;
    align-items: flex-start;
}
.works-time .image img{
    width: 110px;
    margin-right: 35px;
}
.works-time .content h2{
    margin-bottom: 15px;
}
.time{
    font-size: 24px;
}
.specification{
    margin-bottom: 50px;
}
.not-list{
    margin-bottom: 45px;
}
.not-list li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.05;
    color: #000;
}
.not-list li:before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../img/ico/not.svg) no-repeat center center;
    background-size: 26px;
}
.warning{
    font-size: 24px;
    color: #000;
	background: url("../img/ico/warning.svg") no-repeat 0 50%;
	background-size: 30px;
	padding-left: 40px;
}
.info .flex{
    justify-content: space-between;
    align-items: center;
}
.info-panel{
    background-color: #64219e;
    color: #fff;
    margin-bottom: 60px;
    border-radius: 3px;
    padding: 30px 40px;
    font-size: 24px;
}
.info-panel ul li:first-child{
    margin-bottom: 20px;
}
.info-panel img{
    width: 100px;
    height: 100px;
}
.index-btn-line{
    background-color: transparent;
    border: 2px solid #64219e;
    color: #64219e;
    padding: 5px 35px;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected,
.dropdown-content li.active.selected{
    background-color: #ebd3ff;
}
.send-btn{
    background-color: #2f1946;
    font-size: 24px;
    padding: 7px 35px;
    width: 100%;
    text-align: center;
	margin-bottom: 18px;
}
.online-form-box,
.form-ok{
    position: relative;
    background-color: #64219e;
    padding: 50px 40px 60px;
    border-radius: 3px;
}
.form-icon,
.ok{
    position: absolute;
    right: 120px;
    top: 50px;
    display: block;
    width: 70px;
}
.close-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url("../img/ico/close.svg") no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.form-icon img,
.ok img{
    width: 100%;
    height: 100%;
}
.online-form-box .section-title,
.form-ok .section-title{
    margin: 0 0 15px 0;
}
.online-form-box .section-title,
.online-form-box p,
.online-form-box .input-field label,
.form-ok .section-title,
.form-ok p,
.form-ok span{
    color: #fff;
}
.online-form-box form{
    margin-top: 35px;
}
.online-form-box p,
.online-form-box .section-title{
    padding-right: 15%;
}

input.form-field{
    background-color: #fff;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    box-sizing: border-box;
    margin-top: 15px;
}
.online-form-box .select-wrapper{
    background-color: #fff;
    border-radius: 3px;
}
label,
.online-form-box p{
    display: block;
    color: #fff;
    font-weight: 700;
}
.select-wrapper span.caret{
    right: 15px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    color: #64219e;
}
.select-wrapper input.select-dropdown{
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: none;
}
.dropdown-content{
    max-width: 100%!important;
}
.dropdown-content li{
    min-height: 40px;
 }
.dropdown-content li>a,
.dropdown-content li>span{
    padding: 8px 10px;
    color: #000;
}
.after-form{
    padding: 35px;
    background-color: #f2f2f2;
}
.form-phone{
    font-size: 24px;
    background: url(../img/ico/phone.svg) no-repeat 0 50%;
    background-size: 57px 57px;
}
.form-phone li{
    padding-left: 80px;
}
.form-phone li:first-child{
    font-weight: 300;
}
.online-form-content{
	position: relative;
}
.form-ok{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.form-ok span{
    display: block;
    margin-bottom: 50px;
}
.form-ok p{
    font-weight: 300;
}
.ok{
    width: 90px;
    height: 90px;
}

.online-form-box .flex{
    justify-content: space-between;
    align-items: stretch;
}
.sel-date>li:first-child{
    width: 30%;
}
.sel-date>li:last-child{
    width: 65%;
}
.online-form-box .sel-time{
    justify-content: flex-start;
}
.sel-time>li{
    width: 40%;
}
.sel-time>li:first-child{
    position: relative;
    margin-right: 30px;
}
.sel-time>lI:first-child:after{
    position: absolute;
    content: '';
    right: -24px;
    top: 21px;
    width: 18px;
    height: 2px;
    background-color: #fff;
}
.picker__frame{
	width: 325px;
}
.picker__date-display,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected{
	background-color: #64219e;
}
.picker__close, .picker__today{
	color: #64219e;
}
.picker__weekday-display{
	background-color: #7b38b5;
}