body {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: 'pfdin-regular', Arial, Helvetica, Sans Serif;
}
* {
    box-sizing:border-box;
}
p {
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #333;
}
a img {
    border: none;
}
h1,h2,h3,h4,h5 {
    margin: 0;
    font-family: 'pfdin-bold', Arial, Helvetica, Sans Serif;
}
h2 {
    font-family: 'pfdin-xblack',Arial, Helvetica, Sans Serif;
    text-transform: uppercase;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
.formField {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'pfdin-bold',Arial, Helvetica, Sans Serif;
}
.rsform-block-title {
    font-family: 'pfdin-xblack',Arial, Helvetica, Sans Serif;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
input.rsform-error, textarea.rsform-error {
    border: 1px solid #ff0000;
    background: rgba(255, 255, 255, 0.5);

}
.rsform input[type="text"], .rsform textarea {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    color: #252525;
    margin: 1px 0;
    overflow: hidden;
}
.rsform input[type="submit"] {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    background: #ff9600;
    color: #1e1d1a;
    font-size: 20px;
    margin: 0 auto;
    font-family: 'pfdin-bold', Arial, Helvetica, Sans Serif;
    border: none;
    transition: all ease-in-out 300ms 0s;
    outline: none;
}
.rsform input[type="submit"]:hover {
    background: #1e1d1a;
    color: #fff;
}
.formField br {
    display: none;
}
.rsform textarea {
    height: 100px;
    padding: 5px 10px;
    font-family: 'pfdin-regular', Arial, Helvetica, Sans Serif;
    font-size: 14px;
}
.owl-dots {
    display: table;
    margin: 15px auto 0;
}

.owl-dot, .owl-dot.active {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
}

.owl-dot.active {
    background: #009fe2;
}

.header .container:after, .header-right:after,.footer .container:after, .footer-right:after, .right:after, .advantages:after {
    content: "";
    display: block;
    clear: both;
    overflow-y: hidden;
}
.container {
    width: 1050px;
    margin: 0 auto;
}

.header {
    background: #fff;
}

.footer {
    background: #1e1d1a;
}

.header .container, .footer .container{
    padding: 10px 0 10px;
}

.header-left img, .footer-left img {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.header-left, .header-center, .header-right,
.footer-left, .footer-center, .footer-right{
    float: left;
    width: 350px;
}

.header-center, .footer-center {
    text-align: center;
    font-size: 20px;
    display: table;
    min-height: 65px;
}

.footer-center, .footer-right {
    color: #fff;
}

.header-center .text, .footer-center .text {
    margin-top: 8px;
}

.header-right, .footer-right {
    margin-top: 10px;
}

.header-right .phones, .footer-right .phones {
    width: 180px;
    float: left;
    position: relative;
    padding-left: 35px;
    font-size: 20px;
}

.footer-right .phones a {
    color: #fff;
}

.header-right .phones:before,
.footer-right .phones:before
{
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(/images/phone-icon.png) no-repeat 0 0;
    top: 10px;
    left: 0;
}

.header-right .phones span, .footer-right .phones span {
    display: block;
}

.header-right .order-call, .footer-right .order-call {
    width: 160px;
    float: right;
}

.header-right .order-call a, .footer-right .order-call a {
    width: 100%;
    display: block;
    background: #00a0e3;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    margin-top: 4px;
    transition: all ease-in-out 300ms 0s;
}

.header-right .order-call a:hover,
.footer-right .order-call a:hover
{
    background: #ff9600;
}

.section-1 {
    background: url('/images/section-1-bg.jpg') no-repeat center center #000;
    background-size: cover;
}

.section-6 {
    background: url('/images/section-6-bg.jpg') no-repeat center center #151f48;
    background-size: cover;
}

.section-1 .container, .section-6 .container {
    min-height: 540px;
    position: relative;
}

.section-6 .container {
    min-height: 440px;
}

.section-1 .container:before, .section-6 .container:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 350px;
    height: 520px;
    background: url('/images/section-1-man.png') no-repeat 0 0;
    background-size: cover;
    bottom: 0;
    left: 100px;
    z-index: 101;
}

.section-6 .container:before {
    width: 365px;
    height: 440px;
    background: url('/images/section-6-man.png') no-repeat 0 0;
    background-size: cover;
    left: 140px;
}

.section-1 .container:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 750px;
    left: 50%;
    margin-left: -375px;
    height: 430px;
    background: url('/images/polygon.png') no-repeat 0 0;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 100;
}

.section-1 .right {
    width: 62%;
    float: right;
    position: relative;
    z-index: 102;
    margin-top: 30px;
}

.section-1 .right .text {
    width: 250px;
    float:left;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.section-1 .text h1 {
    color: #ff9600;
    font-size: 40px;
    font-family: 'pfdin-xblack', Arial, Helvetica, Sans Serif;
    margin-bottom: 10px;
}

.section-1 .right .form {
    float:right;
}

.order-form {
    color: #fff;
    background: #009fe2;
    padding: 17px;
    width: 350px;
    margin-top: 10px;
}

#order-call .order-form {
    width: 100%;
    margin-top: 0;
}

.rsform-block-bottomtext {
    text-align: center;
    margin: 10px 0;
    font-family: 'pfdin-regular', Arial, Helvetica, Sans Serif;
    font-size: 13px;
}

.section-2 .container {
    width: 685px;
    margin: 40px auto;
}

.section-2 ul {
    padding: 0;
}

.section-2 {
    text-align: center;
    font-family: 'pfdin-bold',Arial, Helvetica, Sans Serif;
    font-size: 15px;
    line-height: 20px;
}

.section-2 li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    list-style-type: none;
    background: url('/images/dot.png') no-repeat left center;
    padding-left: 35px;
    text-align: left;
    font-family: 'pfdin-regular',Arial, Helvetica, Sans Serif;
}

.section-2 h2, .section-4 h2, .section-5 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #009fe2;
    margin-bottom: 35px;
}

.section-3 {
    background: #ff9600;
}

.section-3 .container {
    padding: 20px 0;
}

.section-3 .adv-item {
    width: 245px;
    float: left;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-top: 80px;
    margin-right: 18px;
}

.section-3 .adv-item:first-child {
    background: url("/images/adv-1.png")no-repeat center top;
}
.section-3 .adv-item:nth-child(2) {
    background: url("/images/adv-2.png")no-repeat center top;
}
.section-3 .adv-item:nth-child(3) {
    background: url("/images/adv-3.png")no-repeat center top;
}
.section-3 .adv-item:nth-child(4) {
    background: url("/images/adv-4.png")no-repeat center top;
}

.section-4 h2 {
    margin: 45px 0 25px;
    text-align: center;
}

.section-4 ul.sigFreeClassic {
    margin: 8px auto 50px !important;
}

.fancybox-title {
    display: none;
}

ul.sigFreeClassic li.sigFreeThumb {
    padding: 5px!important;
    box-shadow: 0 0 5px #ccc;
    margin: 7px!important;
}

.section-3 .adv-item:last-child {
    margin-right: 0;
}

.section-5 {
    background: #d7f3ff;
}

.section-5 h2 {
    text-align: center;
    padding-top: 50px;
}

.section-5  .review-item h4 {
    color: #ff9600;
    font-family:'pfdin-bold',Arial, Helvetica, Sans Serif;
    margin: 25px 0;
}

.section-5 .review-item {
    padding: 25px 15px 50px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 0 7px;
    line-height: 20px;
}

.section-5 .container {
    padding-bottom: 30px;
}

.section-5 .rev-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.section-6 .right {
    float: right;
    width: 42%;
    margin: 35px 120px 0 0;
}

.section-6 .order-form {
    margin: 20px auto 0;
}

.section-6 .text {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.section-6 .text h2 {
    color: #ff9600;
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-thanks-msg-bg, .form-thanks-msg {
    display: none;
}

.form-thanks-msg-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 999;
}

.form-thanks-msg {
    top: 40%;
    color: #1e1d1a;
    position: fixed;
    padding: 50px 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-align: center;
    background: #ff9600;
    z-index: 1000;
    font-size: 20px;
}

.form-thanks-msg-bg.active, .form-thanks-msg.active {display:block;}

