@charset "UTF-8";
@import url(https:/fonts.googleapis.com/css?family=PT+Serif:400,700&subset=latin,cyrillic);

@font-face {
    font-family: 'panton';
    src: url('../fonts/panton-regular-webfont.eot');
    src: url('../fonts/panton-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/panton-regular-webfont.woff2') format('woff2'), url('../fonts/panton-regular-webfont.woff') format('woff'), url('../fonts/panton-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'panton';
    src: url('../fonts/panton-semibold-webfont.eot');
    src: url('../fonts/panton-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/panton-semibold-webfont.woff2') format('woff2'), url('../fonts/panton-semibold-webfont.woff') format('woff'), url('../fonts/panton-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'panton';
    src: url('../fonts/panton-bold-webfont.eot');
    src: url('../fonts/panton-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/panton-bold-webfont.woff2') format('woff2'), url('../fonts/panton-bold-webfont.woff') format('woff'), url('../fonts/panton-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'panton';
    src: url('../fonts/panton-light-webfont.eot');
    src: url('../fonts/panton-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/panton-light-webfont.woff2') format('woff2'), url('../fonts/panton-light-webfont.woff') format('woff'), url('../fonts/panton-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

.full-width {
    width: 100%;
}

html {
    height: 100%;
}

body {
    font-family: Panton, sans-serif;
    background-color: #fff;
    line-height: 1.5 !important;
    height: 100%;
}

body p {
    font-size: 18px !important;
}

header {
    background-color: #058ae3;
    padding: 10px 0;
}

.intro {
    display: inline-block;
    background: url('../woman.jpg') top left;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    /*border-top: 3px solid #fe00b0;
    border-bottom: 3px solid #fe00b0;*/
    position: relative;
}

.intro:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.form-col {
    background-color: #058ae3;
    align-items: stretch;
    color: #fff;
    padding-bottom: 6px;
}

.form-col label {
    display: block;
    font-weight: normal;
    text-align: left;
}

.form-col input, .form-col select, .form-col textarea {
    width: 100%;
    background-color: #fff;
    padding: 6px 5px;
    border: 3px solid #fff;
    border-radius: 13px;
    color: #058ae3;
    transition: all 0.5s;
}

.form-col input:focus, .form-col select:focus, .form-col textarea:focus {
    outline: none;
    border: 3px solid #fe00b0;
    transition: all 0.5s;
}

input[type="submit"] {
    background-color: #fe00b0;
    color: #fff;
    border: none;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 30px;
    transition: all 0.5s;
}

input[type="submit"]:hover {
    background-color: #fff;
    color: #058ae3;
    border:none;
}

input[type="submit"]:focus {
    outline: none;
    border:none;
}

.prices .col-md-12:nth-of-type(1) {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.prices .col-md-12:nth-of-type(2) {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.prices .col-md-12:nth-of-type(3) {
    font-size: 14px;
    text-decoration: line-through;
    text-align: center;
}

.prices {
    background-color: rgba(5, 138, 227, 0.60);
    border-radius: 15px 50px 30px;
    padding: 10px;
    margin: 10px 0;
}

.prices-inner {
    border: 1px dashed #fff;
    border-radius: 15px 50px 30px;
    padding: 12px;
}

header img {
    width: 100%;
}

.timeleft {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}

.timer-div {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.timer {
    width: auto;
    display: table;
    margin: auto;
}

.timebox {
    width: auto;
    float: left;
    margin: 0px 10px;
    min-width: 300px;
}

.hours, .days, .minutes, .seconds {
    font-weight: bold;
    text-align: center;
    background: #fe00b0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 18px;
    color: #fff;
    width: 100%;
}

.timer .text-center {
    font-size: 18px;
    margin-top: 5px;
}

.intro img {
    margin-top: 100px;
    margin-left: -100px;
}

.hheading {
    margin-top: 73px !important;
}

.cards h2 {
    position: relative;
}

.spacer {
    position: relative;
    width: 50px;
    height: 1px;
    background-color: #fe00b0;
    margin: 20px auto 20px;
}

.spacer .line, .spacer-white .line {
    position: absolute;
    line-height: 1;
    left: 0;
    width: 100%;
    top: -9px;
}

.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fe00b0;
    margin-top: 7px;
}

.dot:first-of-type {
    margin-left: 15.5px;
}

.card .dot, .card .spacer {
    background-color: #fff;
}

.card {
    background-color: #058ae3;
    border-radius: 15px 50px 30px;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.icon-wrap {
    display: table;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
}

.icon-wrap i {
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
}

.prices-section {
    background-color: #058ae3;
    border-bottom: 3px solid #fe00b0;
    border-top: 3px solid #fe00b0;
    color: #fff;
}

.prices-section h2 {
    color: #fff;
}

.prices-section .spacer, .prices-section .dot {
    background-color: #fff;
}

.prices-section h4 {
    margin-bottom: 20px;
}

.dash:after {
    content: '';
    width: 44px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    right: -16px;
    top: 48px;
}

.advantages li {
    list-style: none;
    margin-bottom: 5px;

}

.pink-span {
    background-color: #fe00b0;
    padding: 10px;
    color: #fff;
    height: 100px;
    font-size: 20px;
    float: left;
    width: 25%;
    margin-right: 5px;
}

.blue-span {
    background-color: #058ae3;
    padding: 10px;
    height: 100px;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    float: left;
    width: 70%;
}

.pink-span img {
    width: 52%;

}

.btn-theme-blue {
    background-color: #058ae3;
    color: #fff;
    transition: all 0.5s;
    border: 3px solid #058ae3;
}

.btn-theme-pink {
    background-color: #fe00b0;
    color: #fff;
    transition: all 0.5s;
    border: 3px solid #fe00b0;
}

.btn-theme-pink:hover, .btn-theme-pink:focus {
    background-color: #fff;
    color: #fe00b0;
    border: 3px solid #fe00b0;
    text-decoration: none;

}

.btn-theme-blue:hover, .btn-theme-blue:focus {
    background-color: #fff;
    color: #058ae3;
    border: 3px solid #058ae3;
    text-decoration: none;

}

.btn-wrap {
    margin-top: 132px;
    margin-bottom: 72px;
}

.advantages .btn-theme-blue {

    padding: 30px 50px;
    font-weight: bold;
    font-size: 30px;
}

.small-section {
    background-color: #058ae3;
    padding: 20px 0;
    color: #fff;
    border-top: 3px solid #fe00b0;
    border-bottom: 3px solid #fe00b0;

    padding-bottom: 50px;
}

.small-section p {
    margin-bottom: 41px;
}

.small-section .btn-theme-pink {
    padding: 20px 30px;
    font-weight: bold;
    font-size: 23px;
}

.small-section .spacer {
    margin: 20px 89px 20px;
}

.small-section .spacer, .small-section .spacer .dot {
    background-color: #fff;
}

.small-section img {
    width: 100%;
}

.person-img {
    border-radius: 50%;
    width: 245px !important;
}

.c-img-wrap {
    text-align: center;
    margin: 15px auto;
    display: table;

}

.delivery {
    background-color: #058ae3;
    color: #fff;
    padding: 20px 0;
    border-top: 3px solid #fe00b0;
    border-bottom: 3px solid #fe00b0;
}

.delivery .spacer, .delivery .dot {
    background-color: #fff;
}

.delivery .col-md-3 div {
    border-radius: 15px 50px 30px;
    border: 3px solid #fff;
    padding: 0 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

footer {
    background-color: #333333;
    padding: 20px 0;
}

.fb-wrap {
    position: relative;
}

.facebook-h3 {
    background-color: #058ae3;
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
.thankyou{
    display: inline-block;
    background: url('../woman.jpg') top left;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    border-top: 3px solid #fe00b0;
    border-bottom: 3px solid #fe00b0;
    position: relative;
    height: 100%;
}
.thankyou:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
}
.thankyou h1{
    color:#fff;

    z-index: 100;
    position: relative;
    margin:100qpx 0;
}
.thankyou section{
    z-index: 100;
    position: relative;
}
.thankyou img{
    margin-top:100px;
    z-index: 100;
    position: relative;
    width: 10%;
}
.top-t{
	width:100%;
	float:left;
	background:#fe00b0;
	padding:10px 0px;
}
.top-tel{
	width:100%;
	float:left;
	color:#fff !important;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}