* { margin: 0; padding: 0; }
body { font-family: 'franklin_gothic', sans-serif; }
a { color: #000000; text-decoration: none; }
.clearfix { clear: both; }

/* ***** HEADER ***** */

.header {
    background-color: #111111;
    border-top: 20px solid #00ADEF;
   height: 105px;
    position: relative;
    text-align: center;
}

.header img {
    height: 105px;
}

/* ***** CENTER ***** */

.center {
    position: relative;
    text-align: center;
}

.center img {
    height: 300px;
}

.center .block-container {
    display: flex;
    flex-flow: row wrap;
}
.center .block {
    border: 3px solid #00ADEF;
    width: 650px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #00ADEF;
    margin: 0 auto 60px;
}

.center .block .block-title {
	font-size: 28px;
	font-weight: bold;
	color: #b02b2b;
	margin: 0 0 10px;
}

.center .block .block-category {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}

.center .block .block-description {
	margin: 0 0 20px;
}

.center .block .block-price {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

.contact {
    margin: 0 auto;
    width: 100%;
    max-width: 1010px;
    position: relative;
    
}

input[type=text], input[type=number], input[type=email] {
    border: 1px solid #00adef;
    color: #00adef;
    font-family: 'franklin_gothic_condensed';
    font-size: 20px;
    margin: 5px 30px;
    outline: none;
    padding: 10px 5px;
    width: 430px;
}

.promos {
    border: 1px solid #00adef;
    padding: 10px;
    margin: 5px auto;
    width: 92%;
    margin-left: 29px;
}

.promos input[type=checkbox] {
    margin: 10px 10px 10px 40px;
}

.promos label {
    font-size: 16px;
}

.extras {
    border: 1px solid #00adef;
    padding: 10px;
    margin: 5px auto;
    width: 92%;
    margin-left: 29px;
}

.extras input[type=checkbox] {
    margin: 10px;
}

.extras label {}

.extras input[type=submit] {
    background-color: #00adef;
    border: none;
    color: #FFFFFF;
    margin-left: 25px;
    //padding: 10px;
}

/* ***** PRIVACY POLICY ***** */

.privacypolicy_paragraph {
    position: relative;
    text-align: center;
    width: 100%;
}

/* ***** PRIVACY POLICY - P1 ***** */

.ppp1 {
    background-color: #FFFFFF;
    height: 125px;
}

.ppp1_content {
    color: #222222;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    width: 1000px;
}

.ppp1_content_title {
    margin: 50px 0 30px 0;
}

.ppp1_content_title_text {
    float: left;
    font-family: 'franklin_gothic_condensed';
    font-size: 20px;
    text-align: left;
    width: 240px;
    font-weight: normal;
}

.ppp1_content_title_back {
    background-color: #009DE0;
    float: left;
    height: 20px;
    margin: 1.5px 0;
    width: 760px;
}

/* ***** PRIVACY POLICY - P2 ***** */

.ppp2 {
    height: 1750px;
    line-height: 1.5;
    text-align: justify;
}

.ppp2_content {
    color: #222222;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    width: 1000px;
}

.ppp2 a {
    color: #009DE0;
}

.ppp2 h3 {
    font-size: 16px;
    margin-top: 20px;
    text-decoration: underline;
}

.ppp2 ul {
    margin-left: 25px;
}

.ppp2 p {
    font-size: 14px;
}

/* ***** FOOTER ***** */

.footer {
    background-color: #00ADEF;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
}

.footer_content {
    margin: 0 auto;
    padding: 20px;
    width: 960px;
}

.fc_social {
    height: 40px;
    margin: 0 auto;
    width: 544px;
}

.fc_social ul li {
    float: left;
    height: 40px;
    list-style: none;
    margin: 0 48px;
    width: 40px;
}

.fc_social_icon {
    height: 40px;
    width: 40px;
}

.fc_separator {
    background-color: #FFFFFF;
    height: 2px;
    margin: 15px 0;
}
.fc_direction {
    font-size: 17px;
}

.fc_contact {
    margin: 20px auto 0 auto;
    width: 500px;
}

.fc_contact_mail {
    font-family: 'franklin_gothic_condensed';
    font-weight: normal;
    height: 30px;
    margin: 0 auto 15px auto;
    width: 296px;
}

.fc_contact_mail img {
    float: left;
    height: 30px;
    width: 45px;
}

.fc_contact_mail p {
    float: left;
    height: 30px;
    margin-left: 15px;
}
.fc_contact_mail p a {
    color:#FFFFFF;
}

.fc_contact_mail p a:hover {
    color: #9AE3FF;
}

.fc_contact_phone {
    font-family: 'franklin_gothic_condensed';
    font-weight: normal;
    height: 30px;
    margin: 15px auto 0 auto;
    width: 216px;
}

.fc_contact_phone img {
    float: left;
    height: 30px;
    width: 30px;
}

.fc_contact_phone p {
    float: left;
    height: 30px;
    margin-left: 15px;
}

.fc_privacypolicy {
    color: #FFFFFF;
    font-family: 'franklin_gothic_condensed';
    font-size: 13px;
    position: relative;
    top: 10px;
    font-weight: normal;
}

.fc_privacypolicy:hover {
    color: #9AE3FF;
}