﻿*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: 'OpenSans-Regular-wf';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light-wf';
    src: url('../fonts/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold-wf';
    src: url('../fonts/opensans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Panton-Bold-wf';
    src: url('../fonts/panton-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Panton-Regular-wf';
    src: url('../fonts/panton-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Panton-Semibold-wf';
    src: url('../fonts/panton-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0px;
    background: #f7f7f7;
}

body {
    font-family: "OpenSans-Regular-wf", sans-serif;
    font-size: 14px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.ib {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

img {
    vertical-align: top;
    border: none;
}

input, textarea, button, select {
    outline: none
}

a, a:focus {
    outline: none;
}

.center {
    text-align: center;
}
.m-top-30 {
    margin-top: 30px;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -100px;
    width: 100%;
    position: relative;
}
#footer {
    height: 100px;
}
#push {
    height: 140px;
}
.main-box {
    min-height: 320px;
}
.content {
    width: 1080px;
    margin: auto;
}
.mess {
    position: absolute;
    left: 0px;
    top: -38px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #ff8a78;
}
.errors {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #ff8a78;
    position: absolute;
    left: 0px;
    bottom: 100%;
}
.style-form-text, .style-form-textarea {
    width: 270px;
    font-family: OpenSans-Regular-wf, sans-serif;
    color: #222222;
    font-size: 16px;
    border: 1px solid #dfe4e6;
    border-radius: 3px;
    padding: 14px 10px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
.style-form-text::-webkit-input-placeholder, .style-form-textarea::-webkit-input-placeholder {
    font-family: OpenSans-Regular-wf, sans-serif;
    font-size: 16px;
    color: #7c7f81;
}
.style-form-text:-moz-placeholder, .style-form-textarea:-moz-placeholder {
    font-family: OpenSans-Regular-wf, sans-serif;
    font-size: 16px;
    color: #7c7f81;
}
.style-form-text:-ms-input-placeholder, .style-form-textarea:-ms-input-placeholder {
    font-family: OpenSans-Regular-wf, sans-serif;
    font-size: 16px;
    color: #7c7f81;
}
.style-form-text.placeholder, .style-form-textarea.placeholder {
    font-family: OpenSans-Regular-wf, sans-serif;
    font-size: 16px;
    color: #7c7f81;
}
.style-form-text:focus, .style-form-textarea:focus {
    border: 1px solid #2db1e2;
    -moz-box-shadow: 0px 0px 7px 0px rgba(99, 213, 252, 0.37);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(99, 213, 252, 0.37);
    box-shadow: 0px 0px 7px 0px rgba(99, 213, 252, 0.37);
}
.style-form-text.top-radius, .style-form-textarea.top-radius {
    border-radius: 3px 3px 0px 0px;
}
.style-form-text.bottom-radius, .style-form-textarea.bottom-radius {
    border-radius: 0px 0px 3px 3px;
}
.style-form-text.non-radius, .style-form-textarea.non-radius {
    border-radius: 0px;
}
.style-form-text.width, .style-form-textarea.width {
    width: 100%;
}
.style-form-text.disabled, .style-form-textarea.disabled {
    background: #fafbfc;
    color: #5c5c5c;
}
.style-form-text.non-border, .style-form-textarea.non-border {
    border: none;
}

.style-form-label {
    font-family: OpenSans-Regular-wf, sans-serif;
    width: 200px;
    color: #7c7f81;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 52px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.style-form-label .required {
    display: none;
}
.style-form-label.height-min {
    line-height: 15px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-family: OpenSans-Regular-wf, sans-serif;
    padding: 19px 44px;
    border: none;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    box-shadow: 0px 1px 4px 2px #d1d1d1
}
.btn:hover {
    cursor: pointer;
    opacity: 0.9;
}
.btn.green {
    background: #92c636;
    color: #fff;
    box-shadow: 0px -2px 7px -2px #47542f inset;
}

.top {
    background: #92c636;
    text-align: center;
}
.top-content {
    position: relative;
    height: 70px;
}
.top .logo {
    margin-top: 23px;
}
.prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top .prev {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 70px;
    border-left: 1px solid #a8d15e;
    border-right: 1px solid #a8d15e;
    background: url("../images/arrow-left-white-26x26.png") 50% 50% no-repeat;
}
.top .prev:hover {
    cursor: pointer;
    opacity: 0.8;
}

.box {
    display: none;
}
.box-1 {
    display: block;
}
.box-move-staps {
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 6px 0px #c3c3c3;
}
.move-steps {
    margin-bottom: 50px;
    word-spacing: 50px;
}
.step {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #c3c3c3;
    cursor: pointer;
}
.step.checked {
    color: #333;
    font-weight: bold;
}
.step.active {
    border-bottom: 2px solid #333;
}

.top-text {
    word-spacing: normal;
}
.title {
    font-family: "Panton-Regular-wf", sans-serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;

}
.subtitle {
    font-family: "Panton-Regular-wf", sans-serif;
    font-size: 20px;
    margin-bottom: 50px;
}

.restitle {
    font-family: "Panton-Regular-wf", sans-serif;
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;

}

.form {
    text-align: center;
}
.form .box {
    word-spacing: 15px;
}
.print-btn {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: left;
    padding-left: 82px;
    font-size: 24px;
    font-family: "OpenSans-Light-wf", sans-serif;
    box-shadow: 0px 1px 1px 0px #c3c3c3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.print-btn:before {
    position: absolute;
    content: "";
    left: 11px;
    right: 0px;
    width: 80px;
    height: 100%;
}
.print-btn:hover {
    cursor: pointer;
    opacity: 0.8;
}
.print-btn input {
    visibility: hidden;
}
.print-btn.p1:before {
    background: url("../images/loop.png") 50% 50% no-repeat;
}
.print-btn.active.p1:before {
    background: url("../images/loop-active.png") 50% 50% no-repeat;
}
.print-btn.p2:before {
    background: url("../images/curl.png") 50% 50% no-repeat;
}
.print-btn.active.p2:before {
    background: url("../images/curl-active.png") 50% 50% no-repeat;
}
.print-btn.p3:before {
    background: url("../images/arc.png") 50% 50% no-repeat;
}
.print-btn.active.p3:before {
    background: url("../images/arc-active.png") 50% 50% no-repeat;
}
.print-btn.p5:before {
    background: url("../images/composite.png") 50% 50% no-repeat;
}
.print-btn.active.p5:before {
    background: url("../images/composite-active.png") 50% 50% no-repeat;
}
.print-btn.active {
    background: #939393;
    color: #fff;
}
.print-btn.active:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 5px;
    background: #868686;
}
.actions {
    margin-top: 50px;
    position: relative;
}
.actions .count {
    display: inline-block;
    vertical-align: top;
    color: #cccccc;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    margin-left: 20px;
}

.box-description {
    width: 600px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.description {
    position: relative;
    font-size: 25px;
    line-height: 43px;
}
.example {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #333;
    padding: 5px 9px;
    font-size: 25px;
    line-height: 30px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
}
.example:hover {
    cursor: pointer;
    opacity: 0.8;
}

.example5 {
    border-bottom:1px dashed #333;
    padding: 0px 0px;
    font-size: 21px;
    line-height: 50px;
    color: #000;
    text-decoration: none;
}


.step2 {
    width: 600px;
    margin: auto;
    text-align: center;
}
.step2 input, .step2 label, .form-hash input[type=text] {
    width: 100%;
}
.fields {
    position: relative;
}
.form-row {
    margin-bottom: 20px;
}
.intl-tel-input {
    width: 100%;
}
#mail, #hash {
    text-align: center;
}
#phone {
    text-align: center;
    padding-right: 76px;
}
#name {
    text-align: center;
}

.form-hash {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -150px;
    width: 600px;
    height: 300px;
}
.form-hash .report {
    width: 376px;
}
.form-hash .back-to-form {
    width: 200px;
    margin-left: 19px;
    text-align: center;
}

#footer {
    border-top: 1px solid #dedede;
}
.footer-content {
    padding-top: 30px;
    color: #999999;
    font-size: 15px;
}
.footer-content .copy {
    line-height: 35px;
    float: right;
}

.on {
    display: inline-block;
}
.off {
    display: none;
}
form.on {
    display: block;
}

/*страница оплаты*/
.pay-page .top {
    margin-bottom: 20px;
}
.form-pay label {
    display: block;
    margin: auto;
}
.form-pay .style-form-text {
    width: 300px;
}
.form-pay .errors {
    position: static;
}
.pay-page .footer-content {
    padding-top: 10px;
}
.footer-contacts {
    text-align: center;
}
.footer-contacts img {
    margin-bottom: 5px;
}


.sections-tabs .btn-testing {
    display: inline-block;
    vertical-align: top;
    font-family: OpenSans-Regular-wf, sans-serif;
    padding: 19px 44px;
    border: none;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0px 1px 4px 2px #d1d1d1
}
.sections-tabs .btn-testing:hover {
    cursor: pointer;
    opacity: 0.9;
}
.sections-tabs .btn-testing.green {
    background: #92c636;
    color: #fff;
    box-shadow: 0px -2px 7px -2px #47542f inset;
}
.sections-tabs .btn-testing.gray {
    background: #b6b6b6;
    color: #fff;
    box-shadow: 0px -2px 7px -2px #47542f inset;
}

.sections-tabs {
    width: 900px;
    margin: auto;
}
.sections-tabs .nav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin: 50px 0px;
    text-align: center;
}
.sections-tabs .nav .item {
    display: inline-block;
    vertical-align: top;
    background: #bbbbbb;
    padding: 14px 12px;
    border-radius: 5px;
    color: #fff;
    font-family: Panton-Bold-wf, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 10px;
}
.sections-tabs .nav .item.active {
    background: #af5086;
}
.sections-tabs .nav .item:hover {
    opacity: 0.8;
    cursor: pointer;
}
.sections-tabs .sections-list .img {
    float: left;
    width: 391px;
}
.sections-tabs .sections-list .right-data {
    float: right;
    width: 475px;
}
.sections-tabs .sections-list .tab {
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    transition: all 0.5s;
}
.sections-tabs .sections-list .tab.active {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    transition: all 0.5s;
}
.sections-tabs .right-data .name {
    font-family: Panton-Regular-wf, sans-serif;
    color: #0195db;
    font-size: 36px;
    margin-bottom: 10px;
}
.sections-tabs .right-data .option {
    font-family: Panton-Regular-wf, sans-serif;
    font-size: 21px;
    color: #413d3a;
    padding-left: 40px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: 10px;
}
.sections-tabs .right-data .description {
    background: url("/img/app/ico-doc.png") 0px 50% no-repeat;
}
.sections-tabs .right-data .count-diagrams {
    background: url("/img/app/ico-diagram.png") 0px 50% no-repeat;
}
.sections-tabs .right-data .text {
    font-family: Panton-Regular-wf, sans-serif;
    font-size: 25px;
    color: #413d3a;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.sections-tabs .action {
    padding-top: 20px;
    text-align: center;
}
.sections-tabs .title-price {
    font-family: Panton-Regular-wf, sans-serif;
    color: #413d3a;
    font-size: 36px;
    line-height: 65px;
    padding-right: 20px;
}

.page-other-services .text-style {
    font-size: 23px;
    line-height: 27px;
}