#about {
	background: url(../images/contact.jpg) no-repeat fixed top ;
	height: 520px;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
#contacts {
	background: url(../images/clogo.svg) no-repeat top left white;
    background-size:  600px 600px;
	margin-top: 300px;
}
#contacts:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -50px;
    opacity: 1;
    box-shadow: 0 -20px 20px -20px #25305687, 0 -10px 15px -20px #253056;
}
 [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 28px;
    height: 28px;
    z-index: 0;
    border: 3px solid #253056;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}
[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 38px;
    padding-top: 3px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 17px;
    font-size: 0.7rem;
    user-select: none;
}
[type="checkbox"]:checked + span:not(.lever):before {
    top: 2px;
    left: 0px;
    width: 12px;
    height: 22px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #253056;
    border-bottom: 3px solid #ed2024;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%;
}
.select-wrapper input.select-dropdown {
    color: #253056;
    font-family: LetoSans;
    font-weight: 200;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #253056;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.formaC {
	margin-top: -24px;
}
.send {
    width: 244px;
}
