* {
    box-sizing: border-box;
}
body {
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #dddddd;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
}
a {
    color: #5681a4;
}
a.nodec{
    text-decoration: none;

}
.layout {
    min-width: 360px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
/* header */
.layout_header {
    padding: 20px;
    background-color: #ffffff;
    overflow: hidden;
}
.header_container {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.header_container > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .header_container {
        display: block;
    }
    .header_container > div {
        display: block;
        margin: 0;
    }
    .header_container > div:first-child {
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 640px) {
    .header_container > div,
    .header_container > div:first-child {
        margin: 0 0 15px 0;
    }
    .header_container > div:last-child {
        margin: 0;
    }
}
/* header logo */
.header_logo a {
    display: block;
    width: 325px;
    height: 72px;
    margin: 0 auto;
    background: url("../images/logo.png") center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1150px) {
    .header_logo a {
        width: 260px;
        height: 58px;
    }
}
.header_logo a h1 {
    display: none;
}
/* header slog */
.header_slog {
    font-size: 22px;
    color: #4e5562;
}
@media screen and (max-width: 1150px) {
    .header_slog {
        font-size: 17px;
    }
}
@media screen and (max-width: 900px) {
    .header_slog {
        font-size: 16px;
        float: left;
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .header_slog {
        float: none;
        width: 100%;
    }
}
.header_slog div {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    padding: 0 10px;
}
@media screen and (max-width: 900px) {
    .header_slog div {
        text-align: center;
    }
}
/* header phone */
.header_phone {
}
@media screen and (max-width: 900px) {
    .header_phone {
        float: right;
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .header_phone {
        float: none;
        width: 100%;
    }
}
.header_phone_content {
    font-size: 36px;
    white-space: nowrap;
}
@media screen and (max-width: 1150px) {
    .header_phone_content {
        font-size: 28px;
    }
}
@media screen and (max-width: 900px) {
    .header_phone_content {
        font-size: 24px;
    }
}
.header_phone_content i {
    display: inline-block;
    height: 40px;
    width: 30px;
    background: url("../images/header_phone_ico.png") center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
}
@media screen and (max-width: 1150px) {
    .header_phone_content i {
        height: 34px;
        width: 25px;
    }
}
.header_phone_order {
    font-size: 24px;
    line-height: 24px;
    margin-left: 35px;
}
@media screen and (max-width: 1150px) {
    .header_phone_order {
        font-size: 18px;
        line-height: 18px;
        margin-left: 25px;
    }
}
@media screen and (max-width: 900px) {
    .header_phone_order {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }
}
/* comment */
.layout_comment {
    background: #b3cdda url("../images/comment_bg_2.jpg") 0 0 no-repeat;
    background-size: auto 100%;
    min-height: 540px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1300px) {
    .layout_comment {
        background-position: 25% 0;
    }
}
@media screen and (max-width: 1000px) {
    .layout_comment {
        background-position: 40% 0;
    }
}
@media screen and (max-width: 900px) {
    .layout_comment {
        background-position: 14% 0;
    }
}
@media screen and (max-width: 640px) {
    .layout_comment {
        background-position: 10% 0;
    }
}
.layout_comment > .appointment_form {
    position: absolute;
    top: 70px;
    right: 20px;
    z-index: 1;
}
@media screen and (max-width: 1150px) {
    .layout_comment > .appointment_form {
        width: 320px!important;
        padding: 20px;
    }
    .layout_comment > .appointment_form_title {
        font-size: 16px;
        line-height: 20px;
    }
    .layout_comment > .appointment_form_title span {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (max-width: 900px) {
    .layout_comment > .appointment_form {
        display: none;
    }
}
.comment {
    font-size: 18px;
    margin: 64px 0 0 460px;
    overflow: hidden;
}
@media screen and (max-width: 1300px) {
    .comment {
        font-size: 15px;
        margin: 64px 0 0 35vw;
    }
}
@media screen and (max-width: 1000px) {
    .comment {
        margin: 64px 0 0 28vw;
    }
}
@media screen and (max-width: 900px) {
    .comment {
        font-size: 15px;
        margin: 64px 0 0 48vw;
    }
}
@media screen and (max-width: 640px) {
    .comment {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100%;
        padding: 20px;
        background: rgba(78, 85, 98, 0.65);
        color: #ffffff;
    }
}
.comment_text_container {
    background: url("../images/comment_text_bg.png") 0 0 no-repeat;
    background-size: 100%;
    width: 312px;
    height: 264px;
    overflow: hidden;
}
@media screen and (max-width: 1300px) {
    .comment_text_container {
        width: 280px;
        height: 239px;
    }
}
@media screen and (max-width: 900px) {
    .comment_text_container {
        width: 250px;
        height: 213px;
    }
}
@media screen and (max-width: 640px) {
    .comment_text_container {
        width: 100%;
        height: auto;
        background: none;
    }
}
.comment_text {
    margin: 40px 0 0 38px;
}
@media screen and (max-width: 1300px) {
    .comment_text {
        margin: 40px 0 0 32px;
    }
}
@media screen and (max-width: 900px) {
    .comment_text {
        margin: 30px 0 0 27px;
    }
}
@media screen and (max-width: 640px) {
    .comment_text {
        margin: 0;
    }
}
.comment_author {
    margin: 30px 0 0 40px;
}
@media screen and (max-width: 1300px) {
    .comment_author {
        margin: 15px 0 0 34px;
    }
}
@media screen and (max-width: 900px) {
    .comment_author {
        margin: 0 0 0 27px;
    }
}
@media screen and (max-width: 640px) {
    .comment_author {
        margin: 20px 0 0 0;
    }
}
/* slogan */
.layout_slogan {
    background-color: #00aba9;
    color: #ffffff;
    padding: 2em 20px;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .layout_slogan {
        padding: 20px;
    }
}
@media screen and (max-width: 640px) {
    .layout_slogan {
        padding: 20px 10px;
    }
}
.layout_slogan h2 {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
}
@media screen and (max-width: 1150px) {
    .layout_slogan h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 900px) {
    .layout_slogan h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    .layout_slogan h2 {
        font-size: 24px;
    }
}
/* service */
.layout_service {
    padding: 3em 20px;
    margin: 0;
    background-color: #ffffff;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
}
@media screen and (max-width: 1150px) {
    .layout_service {
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .layout_service {
        padding: 20px 10px 0;
    }
}
.service_item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 40px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1150px) {
    .service_item {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .service_item {
        padding: 0;
    }
}
.service_item_info {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.service_item_ico {
    width: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
@media screen and (max-width: 900px) {
    .service_item_ico {
        width: 100px;
    }
}
@media screen and (max-width: 640px) {
    .service_item_ico {
        width: 80px;
    }
}
.service_item_ico i {
    display: inline-block;
    height: 96px;
    width: 96px;
    background: url("../images/service_item_ico.png") center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
    .service_item_ico i {
        height: 64px;
        width: 64px;
        margin-top: 15px;
    }
}
.service_item_main {
    display: table-cell;
}
@media screen and (max-width: 640px) {
    .service_item_main {
        font-size: 15px;
    }
}
.service_item_main h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    color: #00aba9;
    margin: 0 0 15px 5px;
}
@media screen and (max-width: 640px) {
    .service_item_main h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 10px 5px;
    }
}
.service_item_main h4 span {
    text-transform: none;
    color: #26c900;
}
.service_item_main p {
    margin: 0;
}
.service_item_result {
    display: table;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .service_item_result {
        display: block;
    }
}
.service_item_result_col {
    text-align: center;
    display: table-cell;
    width: 50%;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 640px) {
    .service_item_result_col {
        display: block;
        width: 100%;
    }
}
.service_item_result_img {
    display: inline-block;
    background-color: #f2f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
    padding: 20px;
}
.service_item_result_img > div {
    margin-bottom: 5px;
    height: 118px;
}
.service_item_result_img > div img {
    display: block;
    height: 100%;
}
.service_item_result_img > span {
    font-size: 24px;
    text-transform: uppercase;
}
@media screen and (max-width: 640px) {
    .service_item_result_img > span {
        font-size: 20px;
    }
}
/* choose */
.layout_choose {
    background-color: #00aba9;
    color: #ffffff;
    padding: 40px;
}
@media screen and (max-width: 640px) {
    .layout_choose {
        padding: 20px 10px;
    }
}
.layout_choose h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .layout_choose h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    .layout_choose h2 {
        font-size: 24px;
    }
}
.choose {
    overflow: hidden;
    width: 100%;
}
.choose > div {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-top: 64px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    overflow: hidden;
}
@media screen and (max-width: 900px) {
    .choose > div {
        width: 50%;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .choose > div {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}
.choose > div .choose_ico {
    width: 160px;
    height: 160px;
    background: url("../images/choose_sprite.png") 50% 0 no-repeat;
    margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
    .choose > div .choose_ico {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}
.choose > div:nth-child(1) .choose_ico {
    background-position: 50% 0;
}
.choose > div:nth-child(2) .choose_ico {
    background-position: 50% -160px;
}
.choose > div:nth-child(3) .choose_ico {
    background-position: 50% -320px;
}
.choose > div:nth-child(4) .choose_ico {
    background-position: 50% -480px;
}
.choose > div:nth-child(5) .choose_ico {
    background-position: 50% -640px;
}
.choose > div:nth-child(6) .choose_ico {
    background-position: 50% -800px;
}
.choose_title {
    min-height: 72px;
}
@media screen and (max-width: 640px) {
    .choose_title {
        min-height: auto;
    }
}
/* reviews */
.layout_reviews {
    background-color: #ffffff;
    padding: 30px 110px;
}
@media screen and (max-width: 900px) {
    .layout_reviews {
        padding: 30px 60px;
    }
}
@media screen and (max-width: 640px) {
    .layout_reviews {
        padding: 10px 45px 20px;
    }
}
.layout_reviews h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #00aba9;
}
@media screen and (max-width: 900px) {
    .layout_reviews h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    .layout_reviews h2 {
        font-size: 24px;
    }
}
.reviews {
    margin: 70px 0 20px;
}
@media screen and (max-width: 900px) {
    .reviews {
        margin-top: 30px;
    }
}
@media screen and (max-width: 640px) {
    .reviews {
        margin-top: 20px;
    }
}
.review_content {
    display: table;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .review_content {
        display: block;
    }
}
.review_author {
    display: table-cell;
    width: 320px;
    vertical-align: top;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .review_author {
        width: 250px;
    }
}
@media screen and (max-width: 640px) {
    .review_author {
        display: block;
        width: 100%;
    }
}
.review_author_photo img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 242px;
    height: 242px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 900px) {
    .review_author_photo img {
        width: 210px;
        height: 210px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    .review_author_photo img {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }
}
.review_text {
    padding: 20px 10px 0;
}
.layout_reviews .appointment {
    text-align: center;
}
/* faq */
.layout_faq {
    background-color: #f2f5f8;
    padding: 40px;
}
@media screen and (max-width: 900px) {
    .layout_faq {
        padding: 20px;
    }
}
@media screen and (max-width: 640px) {
    .layout_faq {
        padding: 10px 20px;
    }
}
.layout_faq h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #00aba9;
}
@media screen and (max-width: 900px) {
    .layout_faq h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    .layout_faq h2 {
        font-size: 24px;
    }
}
.faq {
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
    padding: 0 120px;
}
@media screen and (max-width: 900px) {
    .faq {
        margin-top: 40px;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .faq {
        margin-top: 20px;
    }
}
.faq > div {
    background: url("../images/faq_ico.png") 0 0 no-repeat;
    padding: 0 0 0 80px;
    margin-bottom: 50px;
    min-height: 60px;
}
@media screen and (max-width: 900px) {
    .faq > div {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 640px) {
    .faq > div {
        margin-bottom: 20px;
    }
}
.faq > div .faq_title {
    font-size: 24px;
}
@media screen and (max-width: 900px) {
    .faq > div .faq_title {
        font-size: 22px;
    }
}
@media screen and (max-width: 640px) {
    .faq > div .faq_title {
        font-size: 20px;
    }
}
.faq > div p {
    font-size: 17px;
    margin: 0;
}
@media screen and (max-width: 900px) {
    .faq > div p {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .faq > div p {
        font-size: 15px;
    }
}
/* layout_contacts */
.layout_contacts {
    background-color: #ffffff;
    padding: 20px;
    border-top:20px solid #4e5562;
}
@media screen and (max-width: 900px) {
    .layout_contacts {
        padding: 20px;
    }
}
@media screen and (max-width: 640px) {
    .layout_contacts {
        padding: 10px 20px;
    }
}
.layout_contacts h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #4e5562;
}
@media screen and (max-width: 900px) {
    .layout_contacts h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    .layout_contacts h2 {
        font-size: 24px;
    }
}
.contacts_rows {
    width: 100%;
    margin: 10px 0 20px;
    padding: 0 60px;
    display: table;
    table-layout: fixed;
}
@media screen and (max-width: 1150px) {
    .contacts_rows {
        padding: 0 20px;
    }
}
@media screen and (max-width: 900px) {
    .contacts_rows {
        display: block;
        margin: 40px 0 0 0;
        padding: 0;
    }
}
.contacts_rows > div {
    display: table-cell;
    font-size: 24px;
    padding: 0 10px;
}
.contacts_rows > div:last-child {
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width: 1150px) {
    .contacts_rows > div {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    .contacts_rows > div {
        display: block;
        margin-bottom: 30px;
        padding: 0;
    }
    .contacts_rows > div:last-child {
        text-align: left;
        margin-bottom: 10px;
    }
}

/* appointment/call form */
.layout > .appointment_form,
.layout > .call_form {
    display: none;
}
.appointment_form,
.call_form {
    color: #00aba9;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 350px;
    padding: 20px 45px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .appointment_form,
    .call_form {
        width: 300px;
        padding: 20px;
    }
}
.appointment_form_title,
.call_form_title {
    font-size: 18px;
    line-height: 22px;
}
.appointment_form_title span,
.call_form_title span {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.appointment_form form,
.call_form form {
    margin: 20px 0 0;
    padding: 0;
}
.appointment_form form > div,
.call_form form > div {
    margin-bottom: 15px;
}
.appointment_form input,
.call_form input {
    font-size: 18px;
    border: 5px solid #6d9004;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background-color: #ffffff;
    padding: 14px;
    width: 100%;
}
.appointment_form input::-webkit-input-placeholder {
    font-style: italic;
}
.appointment_form input::-moz-placeholder {
    font-style: italic;
}
.appointment_form input:-ms-input-placeholder {
    font-style: italic;
}
.appointment_form input:-moz-placeholder {
    font-style: italic;
}
.call_form input::-webkit-input-placeholder {
    font-style: italic;
}
.call_form input::-moz-placeholder {
    font-style: italic;
}
.call_form input:-ms-input-placeholder {
    font-style: italic;
}
.call_form input:-moz-placeholder {
    font-style: italic;
}
.appointment_form .appointment_button,
.call_form .appointment_button {
    margin-top: 10px;
}
/* appointment button */
.appointment_button {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background-color: #e16818;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0c298), to(#e16818));
    background-image: -webkit-linear-gradient(top,#f0c298, #e16818);
    background-image: -moz-linear-gradient(top, #f0c298, #e16818);
    background-image: -ms-linear-gradient(top, #f0c298, #e16818);
    background-image: -o-linear-gradient(top, #f0c298, #e16818);
    background-image: linear-gradient(to bottom, #f0c298, #e16818);
    border-width: 2px;
    border-style: solid;
    border-color: #d99453;
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    box-shadow: 0px 0px 10px 1px rgba(142,111,27,0.75);
    text-decoration: none;
    padding: 12px 6px;
    cursor: pointer;
}
.appointment_button[disabled] {
    cursor: default;
    opacity: .50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* slick slider */
.slick-prev:before,
.slick-next:before {
    color: black;
}

body > .modal,
body > .form_info {
    display: none;
}
.form_info {
    width: 500px;
    text-align: center;
    font-size: 17px;
}
.form_info .ico {
    display: block;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0 auto 10px;
}
.form_info span {
    display: block;
}
.form_info.error {
    color: #9A0012;
}
.form_info.success {
    color: #009A2A;
}
.form_info.error > .ico {
    background: url('../images/error_ico.png') 0 0 no-repeat;
    background-size: cover;
}
.form_info.success > .ico {
    background: url('../images/success_ico.png') 0 0 no-repeat;
    background-size: cover;
}

.crosslinks {
    overflow: hidden;
    width: 100%;
}
.crosslinks > div {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}

.contacts_rows h3 {
    
    margin:10px!important;
}
