@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.woff2') format('woff2'), url('fonts/roboto-bold-webfont.woff') format('woff'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-light-webfont.woff2') format('woff2'), url('fonts/roboto-light-webfont.woff') format('woff'), url('fonts/roboto-light-webfont.ttf') format('truetype'), url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-medium-webfont.woff2') format('woff2'), url('fonts/roboto-medium-webfont.woff') format('woff'), url('fonts/roboto-medium-webfont.ttf') format('truetype'), url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 1342177px;

  outline: none !important;

  -webkit-tap-highlight-color: transparent;
      -ms-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

html {
    font-size: 16px;
}

body {
    font-size: 100%;
    line-height: 1.5rem;
    font-family: 'RobotoLight', serif;
    font-weight: light;
}

h1 {
    font-family: 'RobotoBold', serif;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 1em;
}

h2 {
    font-family: 'RobotoBold', serif;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1em;
}

h3 {
    font-family: 'RobotoBold', serif;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1em;
}

h4 {
    font-family: 'RobotoBold', serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1em;
}

table {
    border-collapse: collapse;
}

table th {
    text-align: center;
    font-family: 'RobotoMedium', serif;
}

a {}

::-webkit-input-placeholder {
    color: #8d8c8c;
}

::-moz-placeholder {
    color: #8d8c8c;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #8d8c8c;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #8d8c8c;
}

input, textarea {
    border: 1px solid #c6c6c6;
    padding-left: 20px;
    color: #333;
    font-family: 'RobotoLight', serif;
    font-size: 1rem;
    line-height: 1.5em;
}

textarea {
    padding: 20px 0 0 20px;
}

input:focus, textarea:focus {
    outline-color: transparent;
    outline-width: 0;
}

hr {
    border-top: 1px solid #2955A0;
    margin: 1em 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.center-pad {
    width: 980px;
    padding: 0 10px;
    margin: 0 auto;
}

.index_section {
    padding: 60px 0;
}

.index_section-header {
    margin-bottom: 10px;
}

.text-c {
    text-align: center;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-3 {
    width: calc(90% / 3);
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.site {
    min-width: 980px;
}

.consult-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    font-family: 'RobotoBold', serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #2955A0;
    margin: 30px 0;
}

::-webkit-scrollbar {
    background-color: rgba(243, 241, 246, 1);
    width: 8px;
    height: 8px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}

::-webkit-scrollbar-thumb {
    background-color: #2955A0;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #2955A0 !important;
    border-image: initial !important;
}

.header_topLine {
    background: #f3f1f6;
    height: 5px;
    width: 100%;
}

.header_links {
    background: #fff;
    height: 86px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header_links-logo {
    width: 142px;
    height: 54px;
    /*background: url(images/logo.png) center no-repeat;*/
    background: url(images/logo2.svg) center no-repeat;
    background-size: 142px 54px;
}

.header_contacts-phone, .header_contacts-mail, .header_location-address, .header_location-metro {
    display: block;
    font-size: 0.875rem;
    line-height: 1.428em;
    color: #000;
    text-decoration: none;
}

.header_contacts-phone, .header_location-address {
    font-family: 'RobotoMedium', serif;
}

.header_links-callback {
    display: block;
    background: #006fc5;
    width: 168px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-family: 'RobotoBold', serif;
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
}

.header_menu {
    height: 52px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0078D5), to(#003C6F));
    background: linear-gradient(to right, #0078D5, #003C6F);
}

.header_menu-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_menu-link {
    font-family: 'RobotoMedium', serif;
    color: #fff;
    line-height: 52px;
    position: relative;
    text-decoration: none;
}

.header_menu-link:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    margin: 0 0 -3px 5px;
}

.hero-bg {
    padding: 120px 0;
    background: url(images/bg1.jpg) center no-repeat;
    background-size: cover;
}

.hero_content-header {
    margin-bottom: 24px;
    padding-right: 240px;
}

.hero_content-caption {
    margin-bottom: 40px;
}

.hero_btns-request, .hero_btns-price {
    width: 168px;
    float: left;
}

.hero_btns-request {
    margin-right: 4px;
    text-decoration: none;
}

.btn.hero_btns-price {
    background: #fff;
    color: #006fc5;
    position: relative;
    text-decoration: none;
}

.hero_btns-price:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 17px;
    border: 5px solid transparent;
    border-left: 5px solid #006fc5;
}

.btn {
    border-radius: 2px;
    cursor: pointer;
    background: #006fc5;
    width: 168px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-family: 'RobotoBold', serif;
    font-size: 0.875rem;
    color: #fff;
}

.features {
    margin-top: 36px;
}

.features-icon {
    width: 68px;
    height: 67px;
    margin: 0 auto 44px;
}

.features-feature:nth-of-type(1) .features-icon {
    background: url(images/feature-1.png) center no-repeat;
    background-size: cover;
}

.features-feature:nth-of-type(2) .features-icon {
    background: url(images/feature-2.png) center no-repeat;
    background-size: cover;
}

.features-feature:nth-of-type(3) .features-icon {
    background: url(images/feature-3.png) center no-repeat;
    background-size: cover;
}

.features-header {
    margin-bottom: 20px;
}

.services_section-slider {
    margin-top: 30px;
}

.services_section-slide {
    text-decoration: none;
}

.services_slide-img {
    margin-bottom: 12px;
}

.services_slide-caption {
    height: 110px;
    padding: 6px 10px;
    background: #f2f1f6;
    text-align: center;
    color: #000;
    display: table-cell;
    width: 231px;
    vertical-align: middle;
}

.services_section-request {
    width: auto;
    margin-top: 40px;
    padding: 0 12px;
    display: inline-block;
    text-transform: uppercase;
}

.services_request-link {
    color: #fff;
    text-decoration: none;
}

.price_section.index_section {
    padding-top: 40px;
}

.price_table {
    margin-top: 25px;
}

.price_table th:nth-child(1) {
    width: 440px;
}

.price_table th:nth-child(3) {
    width: 200px;
}

.price_table th {
    background: #f2f1f6;
}

.pl20 {
    padding-left: 20px;
}

table th, table td {
    padding: 15px 15px 15px 0;
}

table th:last-child, table td {
    text-align: left;
}

.price_table td {
    border: 2px solid #f2f1f6;
}

.price_table td.br0 {
    border-right: 0;
}

.price_table td.bl0 {
    border-left: 0;
}

.about_section {
    background: url(images/bg2.jpg) center no-repeat;
    background-size: cover;
    color: #fff
}

.about_section-text {
    padding: 0 130px;
}

.contacts_section {}

.contacts_section-bg1 {
    height: 108px;
    background: #005ba3;
    color: #fff;
}

.contacts_section-links {
    padding-top: 22px;
}

.contacts_links-icon {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 67px;
    margin: 0 12px 0 0;
}

.contacts_section-links .col-3:nth-of-type(1) .contacts_links-icon {
    background: url(images/feature-4.png) center no-repeat;
    background-size: cover;
}

.contacts_section-links .col-3:nth-of-type(2) .contacts_links-icon {
    background: url(images/feature-5.png) center no-repeat;
    background-size: cover;
}

.contacts_section-links .col-3:nth-of-type(3) .contacts_links-icon {
    background: url(images/feature-6.png) center no-repeat;
    background-size: cover;
}

.contacts_links-content {
    display: inline-block;
    vertical-align: middle;
}

.contacts_links-block {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'RobotoMedium', serif;
    text-decoration: none;
}

.contacts_section-bg2 {
    height: 532px;
    background: url(images/bg3.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.contacts_section-requestBlock {
    height: 470px;
    width: 540px;
    padding: 30px 38px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -270px;
    background: #fff;
}

.feedForm {
    width: 100%;
    height: 100%;
    position: relative;
}

.formbox {
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between
}

.formbox_input {
    height: 36px;
    width: 100%;
    border: 1px solid #c6c6c6;
    color: #333;
}

.formtext {
    height: 84px;
    margin-bottom: 10px;
}

.formtext_textarea {
    width: 100%;
    height: 100%;
    resize: none;
}

.feedForm_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -84px;
    text-transform: uppercase;
}

.feedback_alert {
    display: none;
}


/* --- Модальное окно --- */

#mod {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9995;
    display: none;
    background: #F0F0F0;
}

#black {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9994;
    display: none;
    background: #000;
    opacity: 0.6;
}

.close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(images/close.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.dialog, .cancel {
    cursor: pointer
}

.m {
    display: none;
}

.modbox, #modbox {
    padding: 40px;
    color: #000;
    background: #eaeaea;
    font-family: 'Lato-Regular', sans-serif;
    overflow: auto;
    font-size: 16px;
    text-align: center;
}

.contacts_section-bg3 {
    height: 180px;
    background: #fff;
    padding-top: 64px;
}

.contacts_section-slogan {
    font-size: 1.5rem;
    line-height: 1.25em;
    font-family: 'RobotoLight', serif;
}

.footer {
    height: 74px;
    background: #1c1c1c;
    font-family: 'RobotoLight', serif;
    font-size: 0.875rem;
    line-height: 74px;
    color: #cbcbcb;
}

.footer_copy {
    float: left;
}

.footer_site {
    float: right;
}

.footer_site-link {
    color: #cbcbcb;
    text-decoration: none;
}

.scroll-top {
    width: 34px;
    height: 34px;
    position: fixed;
    right: 40px;
    bottom: 110px;
    background: url(images/up.png) center no-repeat;
    background-size: 34px 34px;
    cursor: pointer;
    display: none;
}

.inner_page-title-bg {
    width: 100%;
    height: 170px;
    background: url(images/inner-bg.jpg) center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner_page-title {
    font-size: 30px;
    color: #fff;
}

.inner_page-main {
    margin-top: 70px;
    padding-bottom: 90px;
}

.services_menu {
    width: 270px;
    float: left;
    margin-right: 50px;
}

.services_menu-list {
    display: block;
    width: 100%;
    list-style-type: none;
    width: 270px;
}

.services_menu-listItem {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #ededed;
}

.services_menu-listItem:first-of-type {
    padding-top: 0;
}

.services_menu-listItem.active {
    border-bottom: 1px solid #0067b8;
}

.services_menu-link {
    font-family: 'RobotoMedium', serif;
    font-size: 0.875rem;
    line-height: 1.7em;
    text-decoration: none;
    color: #000;
}

.services_menu-link.active {
    color: #0067b8;
}

.inner_page-text {
    width: 640px;
    float: left;
}

.service_img-container {
    width: 640px;
    height: 350px;
    position: relative;
    margin-bottom: 30px;
}

.service_img-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.bordered_block {
    border: 1px solid #ededed;
    padding: 27px;
    margin-top: 15px;
}

.feedback_inner-container {
    background: #ededed;
    padding: 30px 48px 48px;
    margin-top: 20px;
}

.feedForm_inner_btn {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
}

.callback_btn {
    margin-top: 20px;
    width: 100%;
}

.onedouble-block {
    width: 45%;
    float: left;
}

.onedouble-block:first-of-type {
    margin-right: 10%;
}

.data-processing-container {
    font-size: 11px;
    position: relative;
    cursor: default;
    text-align: left;
    color: #585858;
    line-height: 15px;
    margin-bottom: 10px;
}

.pretty {
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px 5px 0;
}

.pretty label {
    font-weight: normal;
    display: inline-block;
    width: 23px;
    height: 19px;
    margin-top: -5px;
    margin-left: -5px;
    padding: 4px 5px 2px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pretty>input[type='checkbox'] {
    position: absolute;
    z-index: 1342177;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.pretty i {
    font-size: 1em !important;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    margin-top: 0;
    margin-right: 2px;
    padding: 1px;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background: #fff;
}

.pretty i::before {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 3px;
    display: block;
    width: 1px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    vertical-align: bottom;
    color: transparent;
    background: #fff;
}

.pretty i::after {
    position: absolute;
    top: 1px;
    left: 7px;
    width: 1px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background: #fff;
}

.pretty>input[type='checkbox']:checked+label>i:before {
    color: inherit;
    background-color: #fff;
}

.pretty>input[type='checkbox'][disabled] {
    cursor: not-allowed;
    opacity: 0;
}

.pretty>input[type='checkbox'][disabled]+label {
    cursor: not-allowed;
    opacity: .5;
}

.pretty.err label i {
    border-color: #d9534f;
    background: #fff !important;
}

.pretty.primary input:checked+label i {
    background: #005ba3 !important;
}

.pretty.primary input:checked+label i {
    border-color: #005ba3;
    background-color: #005ba3 !important;
}

@media print {
    .pretty>input:not(:checked)+label i:before {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: transparent !important;
    }
    .pretty :not(.toggle) input:not(:checked)+label i:before, .pretty i:after {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: transparent !important;
    }
    .pretty input:checked+label i:before {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .pretty.primary input:checked+label i:before {
        color: white !important;
    }
}

.data-processing-checkbox {
    float: left;
    margin: 1px 0 0 0;
    vertical-align: top;
}
.price-page-table {
    margin: 20px 0px;
}
.price-page-table p{
    margin:0px;
}
.price-page-table th:nth-child(1) {
    width: 50%;
}
.price-page-table th {
    background: #f2f1f6;
}
.price-page-table th:last-child{
    text-align: center;
}
.price-page-table td {
    border: 2px solid #f2f1f6;
    padding: 10px;
    text-align: center;
}
.price-page-table td:nth-child(1) {
    text-align: left;
}
p {
    margin-bottom: 15px;
}
.price-form {
    width: 650px;
    margin: 0 auto;
    border: 2px solid #f2f1f6;
    padding: 40px;
}