




@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('/fonts/Ubuntu-Bold.woff') format('woff'),
        url('/fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Italic.eot');
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
        url('/fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Italic.woff2') format('woff2'),
        url('/fonts/Ubuntu-Italic.woff') format('woff'),
        url('/fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('/fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('/fonts/Ubuntu-Regular.woff') format('woff'),
        url('/fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-BoldItalic.eot');
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
        url('/fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('/fonts/Ubuntu-BoldItalic.woff') format('woff'),
        url('/fonts/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
        url('/fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('/fonts/Ubuntu-Medium.woff') format('woff'),
        url('/fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-MediumItalic.eot');
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
        url('/fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('/fonts/Ubuntu-MediumItalic.woff') format('woff'),
        url('/fonts/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Light.eot');
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
        url('/fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Light.woff2') format('woff2'),
        url('/fonts/Ubuntu-Light.woff') format('woff'),
        url('/fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-LightItalic.eot');
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
        url('/fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-LightItalic.woff2') format('woff2'),
        url('/fonts/Ubuntu-LightItalic.woff') format('woff'),
        url('/fonts/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

.ra {
  position: relative;
}
.section_title_icon .ra-5_2_6::before {
  padding-top: 19.7%;
}

.section_title_icon .ra-1_1::before {
  padding-top: 100%;
}
.section_title_icon .ra::before {
  content: '';
  display: block;
}

.section_title_icon .ra-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section_title_icon .ra-container img:not(.width100):not(.height100) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.section_title_icon .ra-container img {
  position: absolute;
}
img {

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    position: relative;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.row .col {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

ul li {
    list-style-type: none;
}



.link_full_square {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 3 !important;
}

.innerpage_content {
    padding: 30px 0;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    box-shadow: 0px 10px 10px #ddd;
    border-radius: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 2rem;
    background-image: url(/images/prev.svg);
}

.owl-carousel .owl-nav button.owl-next {
    right: 2rem;
    background-image: url(/images/next.svg);
}

.index_personal_row.owl-carousel .owl-nav button.owl-prev,
.index_personal_row.owl-carousel .owl-nav button.owl-next {
    transform: none;
    top: 10rem;
}

.owl-carousel.owl-nav-bottom .owl-nav button.owl-prev,
.owl-carousel.owl-nav-bottom .owl-nav button.owl-next {
    position: relative;
    top: auto;
    transform: none;
}

.owl-carousel.owl-nav-bottom .owl-nav button.owl-prev {
    left: auto;
}

.owl-carousel.owl-nav-bottom .owl-nav button.owl-next {
    right: auto;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #E3EBF7;
}

.owl-carousel.owl-nav-bottom .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    column-gap: 1rem;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin: 10px auto 0;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 0.8rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.owl-carousel .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #2C5CAA;
}

.owl-carousel .owl-dot.active span {
    background-color: #2C5CAA;
}

.index_preferences_list {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index_preferences_list .item {
    width: calc(25% - 0.5rem);
    align-items: center;
}

.index_preferences_list .item:nth-child(n+5) {
    margin-top: 2rem;
}

.index_preferences_list .ra_item {
    width: 80px;
}

.index_preferences_list .item_title {
    font-size: 17px;
    color: #000000;
    width: calc(100% - 90px);
}

.index_preferences_list .item:empty {
    height: 0;
    border: none;
    margin: 0;
    padding: 0
}

.index_services_list {
    background-color: #F6F6F6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.index_services_list,
.index_services_list_container {
    position: relative;
}

.index_services_row.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.8rem;
    position: relative; 
    z-index: 100;
}

.index_services_list .service_row {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    background-color: #96CD67;
    padding: 2.4rem 1.4rem 1.4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.index_services_list .service_row.text {
    color: #000000;
    background-image: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    text-align: center;
}

.index_block2 .bgd1 {
    position: absolute;
    top: 230px;
    left: 0;
    z-index: 1;
}

.index_services_list .service_row.text h2,
.index_equipment_list h2 {
    margin-bottom: 1.3rem;
    letter-spacing: 0.05rem;
    font-size: 32px;
}

.index_services_list .service_row.text p,
.index_equipment_descr {
    line-height: 22px;
    font-size: 16px;
}

.services_list_descr {
    line-height: 22px;
    font-size: 16px;
}

.services_list_descr p {
    margin-bottom: 0.7rem;
}

.index_services_list .service_row .backing {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_services_list .ra-img,
.services_mob_item .ra-img {
    z-index: 1;
}

.index_services_list .service_row .service_name {
    margin-top: 1.3rem;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.index_services_list .service_row.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_services_list .service_row.all .service_name {
    margin-top: 0;
}

.ra img.hovered {
    display: none;
}

.section_title {
     font-weight: 500;
    font-size: 32px;
    margin-bottom: 1.5rem;
}

.section_title.row {
    align-items: center;
}

.section_title .link {
    font-size: 20px;
    color: var(--green);
  font-weight: 600;
}

.section_title .link img {
    position: relative;
    top: 2px;
}

.content_wrapper ul>li {
    background-image: url('/images/li.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 21px;
}

.content_wrapper ul>li:nth-child(n+3) {
    margin-top: 0.5rem;
}

.content_wrapper ul>li {
    line-height: 1.6rem;
}

.content_wrapper .sidebar_menu {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.sidebar_section_row {
    font-weight: bold;
    font-size: 18px;
    background-position: left 6px;
}

.sidebar_menu_item:nth-child(n+2) {
    margin-top: 0.9rem;
}

.sidebar_section_row.active,
.sidebar_section_row:hover,
.sidebar_section_row.active a,
.sidebar_section_row a:hover {
    color: #acd58a;
}

.sidebar_subsection a:hover,
.sidebar_subsection.active a {
    color: #7db84c;
}

.sidebar_section_name,
.sidebar_subsection_name {
    width: calc(100% - 75px);
}

.sidebar_subsection:nth-child(n+2) {
    margin-top: 0.5rem;
}

.sidebar_section_name {
    min-height: 32px;
}

.sidebar_subsections {
    margin-top: 0.5rem;
    display: none;
}

.sidebar_menu_item.opened .sidebar_subsections {
    display: block;
}

.sidebar_section_name a {
    display: inline-block;
    margin-top: 0.3rem;
}

.sidebar_menu_item.parent .sidebar_section_name a {
    display: block;
    position: relative;
}

.sidebar_section_row .sidebar_section_name a img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar_section_row .sidebar_section_name a img.active {
    display: none;
}

.sidebar_section_row.active .sidebar_section_name a img {
    display: none;
}

.sidebar_section_row.active .sidebar_section_name a img.active {
    display: inline;
}

.service_section_row,
.service_section_row a {
    color: #4a4a4a;
}

.sidebar_section_row a {
    text-decoration: none;
}

.index_services_list .service_row:empty {
    height: 0;
    border: none;
    margin: 0;
    padding: 0
}

.index_services_list .btn_wrapper {
    margin-top: 2rem;
    text-align: center;
}

.index_personal_list {
    background-color: #ffffff;

    position: relative;
    z-index: 1;
}

.index_personal_row .item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.index_personal_row.row .item {
    width: calc(33% - 1rem);
}

.index_personal_row.row .owl-item .item {
    width: auto;
    padding: 0 0.2rem;
}

.index_personal_row.row .item:nth-child(n+4) {
    margin-top: 1.4rem;
}

.index_personal_row.row .item:empty {
    height: 0;
    border: none;
    margin: 0;
    padding: 0
}

.index_personal_list .item_info {
    margin: 1rem 0;
}

.index_personal_list .item_name {
    font-weight: bold;
    color: #252525;
    font-size: 20px;
}

.index_personal_list .item_post {
    color: #4a4a4a;
    margin-top: 0.4rem;
    font-size: 16px;
}

.index_personal_list .btn_wrapper {
    margin-top: auto;
    text-align: center;
}

.index_personal_list .btn_wrapper .btn {
    width: 100%;
    min-width: auto;
    text-transform: capitalize;
}

.index_reviews_list {
    background-color: #eae9e9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index_reviews_slider .slide {
    background-color: #ffffff;
    padding: 2rem 2.3rem;
}

.index_reviews_slider .owl-nav {
    display: none;
}

.index_reviews_list .author {
    font-weight: bold;
    color: #333333;
}

.index_reviews_list .text {
    color: #333333;
    margin-top: 1.2rem;
    line-height: 24px;
    width: 85%;
}

.index_reviews_list .date {
    font-weight: bold;
    color: #333333;
    margin-top: 1.2rem;
    font-size: 12px;
}

.index_reviews_list .btn_wrapper {
    margin-top: 1.3rem;
    text-align: center;
}

.index_reviews_list .info_left {
    width: 22%;
}

.index_reviews_list .info_rigth {
    width: calc(78% - 1.6rem);
}

.rating_row {
    justify-content: flex-start;
}


/*.rating_mark.active,
.rating_mark:hover {
background-image: url(/images/rating_active.png);  
} */

.review_slide_buttons {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.review_slide_buttons .arrow {
    width: 13px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: left top;
}

.review_slide_buttons .arrow.arrow_next {
    background-image: url(/images/next_sm.png);
}

.review_slide_buttons .arrow.arrow_prev {
    background-image: url(/images/prev_sm.png);
}

.slides_nums_row {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    color: #333333;
    font-size: 24px;
}

.slides_nums_row .delimeter {
    margin: 0 0.2rem;
}

.content_wrapper.bg {
    position: relative;
}

.content_wrapper.bg .bgd1 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
}

.content_wrapper.bg .bgd2 {
    position: absolute;
    right: 0;
    bottom: 110px;
}

.detail_text_service {
    position: relative;
}

.content_wrapper h1,
.content_wrapper h2,

.content_wrapper h4 {
    margin: 1.7rem 0;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.05rem;
}

.content_wrapper h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1.8rem;
}

.content_wrapper h2 {
    font-size: 28px;
}

.content_wrapper h3 {
    font-size: 18px;
}

.content_wrapper p {
    margin-bottom: 1rem;
    line-height: 1.4rem;
}

.content_wrapper p a,
.content_wrapper ol>li a,
.content_wrapper ul>li a,
.content_wrapper table tr td a {
}

.content_wrapper p a:hover,
.content_wrapper ol>li a:hover,
.content_wrapper ul>li a:hover,
.content_wrapper table tr td a:hover {
    text-decoration: none;
}

.content_wrapper ul,
.content_wrapper ol {
    margin: 1.5rem 0;
    /*display: flex;
    justify-content:space-between;
    flex-flow:row wrap;*/
}

.content_wrapper ol {
    counter-reset: myCounter;
}

.content_wrapper ol>li {
    list-style: none;
    margin-bottom: 0.7rem;
}

.content_wrapper ol>li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background: #dcc157;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    font-weight: bold;
    font-size: 12px;
}

.content_wrapper table tr {
    border: 1px solid #cccccc;
    background-color: #eae9e9;
}

.content_wrapper table tr:first-child {
    background-color: #2C5CAA;
}
.content_wrapper table tr:first-child a{
    color: #fff;
}

.content_wrapper table th {
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1rem;
    padding: 1.2rem 1.3rem 0.7rem;
}

.content_wrapper table th,
.content_wrapper table td {
    /*border-left: 1px solid #cccccc;*/
    line-height: 1.7rem;
    text-align: left;
    vertical-align: center;
    position: relative;
}

table span.border {
    position: absolute;
    width: 1px;
    background-color: #cccccc;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

table th span.border {
    height: calc(100% - 1.9rem);
    background-color: #ffffff;
}

table td span.border {
    height: calc(100% - 1rem);
}

.content_wrapper table td {
    padding: 0.5rem 1.3rem;
}

.content_wrapper table th:first-child,
.content_wrapper table td:first-child {
    /*border-left: none;*/
}

.content_wrapper table td:last-child {
    font-weight: bold;
}

.flow {
    float: left;
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    display: block;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt0_1 {
    margin-top: 0.1rem !important;
}

.mt0_4 {
    margin-top: 0.4rem !important;
}

.color_green {
    color: #acd58a !important;
}

h1.h1_sm {
    font-size: 24px;
}

.text-left {
    text-align: left !important;
}

.feedback_form_wrapper {
    background-image: url(/images/form.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.item_bgd {
    position: absolute;
    z-index: 0;
    width: 1140px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.feedback_form_container {
    position: relative;
    z-index: 3;
}

#feedback_form {
    margin-top: 2.2rem;
}

.feedback_form_title {
    letter-spacing: 0.1rem;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.feedback_form_note {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
}

.feedback_form_note a[href^="tel"] {
    font-size: 24px;
    font-weight: bold;
}

#feedback_form .form_row,
.feedback_bottom {
    justify-content: center;
}

.form_field:nth-child(n+2) {
    margin-top: 1.4rem;
}

input[type="text"],
.file_field {
    height: 52px;
    line-height: 50px;
    color: #999999;
}

.file_field {
    display: flex;
    align-items: center;
}

input[type="text"],
textarea {
    display: block;
}

input[type="text"],
.file_field,
textarea {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    background-color: #ffffff;
    border: 1px solid transparent;
    font-size: 18px;
    width: 400px;
}

input[type="text"],
.file_field,
textarea,
.feedback_bottom_left,
.feedback_bottom_right {
    width: 400px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #999999;
}

input[type="text"]::-moz-placeholder {
    color: #999999;
}


/* Firefox 19+ */

input[type="text"]:-moz-placeholder {
    color: #999999;
}


/* Firefox 18- */

input[type="text"]:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #333333;
}

textarea::-moz-placeholder {
    color: #333333;
}


/* Firefox 19+ */

textarea:-moz-placeholder {
    color: #333333;
}


/* Firefox 18- */

textarea:-ms-input-placeholder {
    color: #333333;
}

.file_input {
    color: #999999;
    padding-right: 50px;
    background-image: url(/images/file.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 18px;
}

textarea {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    color: #333333;
}

textarea,
.feedback_bottom_right {
    margin-left: 1.8rem;
}

.feedback_bottom {
    margin-top: 1.5rem;
    align-items: center;
}

.feedback_bottom_note {
    color: #ffffff;
}

.feedback_bottom_note a:hover {
    text-decoration: underline;
}

.feedback_bottom_right {
    text-align: right;
}

#feedback_form .submit_btn {
    color: #ffffff;
    border-color: #ffffff;
    min-width: 302px;
}

footer {
    background-color: #e1e1e1;
    color: #252525;
}

.footer_top {
    padding: 40px 0;
}

.footer_right {
    width: calc(100% - 414px);
}

.footer_right .col {
    width: calc(33% - 0.5rem);
    display: flex;
    flex-direction: column;
    font-size: 17px;
}

.footer_right .col:last-child {
    align-items: flex-end;
}

footer li {
    font-size: 14px;
}

footer li:nth-child(n+2) {
    margin-top: 0.7rem;
}

.footer_button,
.footer_button .btn {
    width: 270px;
}

.footer_button .btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #acd58a;
    min-width: auto;
}

.footer_contacts.row {
    width: 100%;
}

.footer_contacts_col {
    width: calc(50% - 0.5rem);
}

.text-right {
    text-align: right !important;
}

.footer_contacts .contact {
    font-size: 14px;
}

.footer_contacts .contact:nth-child(n+2) {
    margin-top: 0.5rem;
}

.footer_contacts .contact.row {
    justify-content: flex-end;
    align-items: center;
}

.footer_contacts .contact.email .ra {
    width: 21px;
    margin-right: 7px;
}

.footer_contacts .contact.row.email .text {
    max-width: calc(100% - 28px);
}

.footer_bottom {
    padding: 1.3rem 0;
    border-top: 1px solid #c2c2c2;
    position: relative;
}

.footer_bottom_row .left,
.footer_bottom_row .center,
.footer_bottom_row .right {
    width: calc(33% - 1rem);
}

.footer_bottom .politics a {
    text-decoration: underline;
}

.footer_bottom .politics a:hover {
    text-decoration: none;
}

.footer_bottom_row .center {
    text-align: center;
}

.footer_bottom_row .right {
    text-align: right;
}

.footer_bottom .create a:hover {
    text-decoration: underline;
}

.footer_title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.breadcrumbs {
    margin-bottom: 1.7rem;
    margin-top: 1.7rem;
    line-height: 1.3rem;
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04rem;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span.delimeter {
    display: inline-block;
    margin: 0 6px;
}

.contacts_page {
    position: relative;
}

.contacts_page_left {
    width: 35%;
}

.contacts_page_right {
    width: calc(65% - 1.5rem);
    padding-top: 2px;
}

.contacts_page_item:nth-child(n+2) {
    margin-top: 2rem;
}

.contacts_page_item .title {
    font-weight: bold;
    margin-bottom: 0.3rem;
}

#map {
    margin-top: 2rem;
    overflow: hidden;
}

.detail_info_left {
    width: 31%;
}

.detail_info_right {
    width: calc(69% - 1.7rem);
    display: flex;
    flex-direction: column;
}

.detail_post {
    font-size: 22px;
    color: #9f9f9f;
    margin-top: 0.5rem;
}

h1.h1_page {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: left;
    text-transform: none;
}

.detail_sign_form {
    background-color: #eae9e9;
    padding: 1.3rem;
    margin-top: 1.5rem;
}

.detail_sign_form input[type="text"] {
    width: calc(50% - 0.7rem);
}

.detail_sign_form .btn_wrapper {
    margin-top: 1.5rem;
    text-align: center;
}

.detail_sign_form .btn_wrapper .btn {
    min-width: 300px;
}

#detail_sign_form label[for="agree"] {
    color: #999999;
    font-size: 14px;
    max-width: calc(100% - 39px);
}

#detail_sign_form label[for="agree"] a {
    text-decoration: underline;
}

#detail_sign_form label[for="agree"] a:hover {
    text-decoration: none;
}

#detail_sign_form .form_field {
    display: flex;
    margin-top: 1.5rem;
}

.detail_buttons_wrapper {
    margin-top: 1.5rem;
}

.detail_buttons_row.row {
    justify-content: flex-start;
}

.specialist_tab {
    color: #2C5CAA;
    font-size: 18px;
    margin-right: 1.2rem;
    margin-bottom: 0.7rem;
    font-weight: 700;
}

.detail_text {
    margin: 1.5rem 0;
}

.readmore_link {
    text-decoration: underline;
    margin-top: 1rem;
    color: #2C5CAA;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05rem;
}

.readmore_link a {
    text-decoration: underline;
}

.readmore_link a:hover {
    text-decoration: none;
}

.index_docs_list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service_title {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.service_preview_text {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.1rem;
}

.detail_text_service .text .preview_text_hidden {
    display: none;
}

.detail_text_service .text.opened .preview_text_hidden {
    display: block;
}

.services_list_page .service_btn {
    margin-top: auto;
}

.services_list_row .service {
    width: calc(33% - 1rem);
    display: flex;
    flex-direction: column;
}

.services_list_row .service:nth-child(n+4) {
    margin-top: 2.5rem;
}

.services_list_row .service:empty {
    height: 0;
    border: none;
    margin: 0;
    padding: 0
}

.page_wrapper_row .page_sidebar {
    width: 32%;
}

.page_wrapper_row .main_content {
    width: calc(68% - 1.5rem);
}

.ra-float {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    width: 35%;
}

.ra-bordered {
    border: 2px solid #c4e1ac;
    padding: 2px;
    overflow: hidden;
}

.ra-bordered img {
    max-width: calc(100% - 4px) !important;
    max-height: calc(100% - 4px) !important;
}

.detail_text .text {
    color: #4a4a4a;
    line-height: 23px;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.table_wrapper,
.content_wrapper table {
    margin: 1.8rem 0;
}

.table_wrapper,
.table_wrapper table {
    min-width: 100%;
    width: auto;
}

.table_wrapper {
    overflow-x: auto;
    box-shadow: 0 0 10px #cccccc;
}

.table_wrapper table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.cols-2 th,
table.cols-2 td {
    width: 25%;
}

table.cols-2 th:first-child,
table.cols-2 td:first-child {
    width: calc(75% - 4px);
}

.mt-3_5 {
    margin-top: 3.5rem !important;
}

.mt-1_5 {
    margin-top: 1.5rem !important;
}

.mt-1 {margin-top: 1rem !important;}

.mt-2_5 {
    margin-top: 2.5rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.btn-large {
    min-width: 363px !important;
}

.gamburger_link {
    display: none;
    width: 23px;
    height: 22px;
    background-image: url(/images/gamb.svg);
    background-repeat: no-repeat;
    background-position: left top;
}


.right1_mob,
.right2_mob {
    display: none;
}


.right1_mob,
.right2_mob {
    width: calc(50% - 2rem);
}



.index_docs_slider.owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.map-columns a {
    color: #000000 !important;
}

.map-columns ul li {
    background-position: left 10px !important;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    background-color: #ffffff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.menu-link {
    display: none;
}

.modalbox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.modalbox_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
}

.modalbox_content .container {
    background-color: #fff;
    padding: 2.5rem 1.5rem;
    position: relative;
    width: auto;
}

.modalbox .close {
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url(/images/close_sm.png) no-repeat center;
}

.modalbox.modalbox_works .modalbox_content {
    width: 1000px;
}

.modalbox.modalbox_works .modalbox_content p {
    text-align: left;
    padding: 0;
}

.modalbox_menu {left: -100%; display: block;}


.modalbox_menu .modalbox_content {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-height: none;
}

.modalbox_menu .modalbox_content .container {padding: 0 15px 1.5rem; width: 100%; height: 100%;}
.modalbox.modalbox_menu .close {background-image: url(/images/close_sm.png); position: static;}

.modalbox.modalbox_menu .adress .ra {width: 21px; flex-shrink: 0;}
.modalbox.modalbox_menu .loc-adress {font-size: 15px;}
.modalbox.modalbox_menu .loc-adress a {text-decoration: underline;}
.gap-0_5 {gap: 0.5rem !important;}
.gap-0_3 {gap: 0.3rem !important;}
.cursor-pointer {cursor: pointer !important;}


#feedback_form,
.modalbox form {
    position: relative;
}

.form_message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: green;
    background: #fff;
    border: 1px solid #535353;
    padding: 1.5rem;
    font-size: 21px;
    z-index: 9;
    font-weight: bold;
    display: none;
}

.text-left {
    text-align: left !important;
}

.licencesOnMain {
    margin: 1.5rem 0;
}

.licences_on_main_row .ra {
    width: calc(50% - 1rem);
}

.licences_on_main_row .ra:nth-child(n+3) {
    margin-top: 2rem;
}

.banner_row:nth-child(n+2) {
    margin-top: 3px;
}

.banner.mob .banner_row:nth-child(n+2) {
    margin-top: 1px;
}

.banner_col {
    width: calc(25% - 2px);
}

.banner_rows_wrapper {
    background-color: #acd58a;
    border: 3px solid #acd58a;
}

.banner_rows_wrapper .ra-text {
    background-color: rgba(172, 213, 138, 0.5);
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}

.banner_rows_wrapper .ra-text .link_full_square span {
    z-index: 3;
}

.banner_rows_wrapper .ra-text a.link_full_square {
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 6px #000000;
}

.banner_rows_wrapper .ra-text.about:hover .link_full_square {
    background-color: #e1e1e1;
}

.banner_rows_wrapper .ra-text.services:hover .link_full_square {
    background-color: #acd58a;
}

.banner_rows_wrapper .ra-text.specialists:hover .link_full_square {
    background-color: #959595;
}

.banner_rows_wrapper .ra-text.contacts:hover .link_full_square {
    background-color: #a8dfe9;
}

.banner.mob {
    display: none;
}

.banner.mob .banner_col {
    width: 33%;
}

.referens_tabs.row {
    justify-content: flex-start;
}

.referens_tabs .tab {
    display: inline-block;
    padding: 0.5rem;
}

#referens_page .table_wrapper {
    margin-top: 0;
}

.referens_tabs.row,
.referens_tabs .tab {
    background-color: #c2e5a4;
}

.referens_tabs .tab.active,
.referens_tabs .tab:hover:not(.active) {
    background-color: #7db84c;
}

#referens_page .table_wrapper {
    display: none;
}

#referens_page .table_wrapper.active {
    display: block;
}

#referens_page table tr:nth-child(n+17) {
    display: none;
}

#referens_page .table_wrapper.opened table tr:nth-child(n+17) {
    display: table-row;
}

#referens_page table tr.additional_tr {
    display: table-row;
}

#referens_page .additional_tr td {
    text-align: center;
}

#referens_page .show_hide {
    font-weight: bold;
    color: #ffffff;
    background-color: #7db84c;
    border-color: transparent;
    text-decoration: none;
    margin: 0 auto;
}

.detail_page_subsections {
    margin: 1.5rem 0;
    display: none;
}

.detail_page_subsection:nth-child(n+2) {
    margin-top: 0.5rem;
}

.detail_page_subsection {
    color: #7db84c;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.index_personal_row.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    position: static;
    transform: none;
    margin-top: 1.2rem;
}

.index_personal_row.owl-carousel .owl-dot {
    margin-right: 0.8rem !important;
}

.index_personal_row.owl-carousel .owl-dot span {
    width: 16px;
    height: 16px;
}

.scrollIcon {
    position: fixed;
    opacity: 0.8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px;
    bottom: 233px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.scrollIcon.tg {bottom: 310px;}

.scrollIcon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.pt1 {
    padding-top: 1rem !important;
}

.pb1 {
    padding-bottom: 1rem !important;
}

.font-family-inherit {
}

.index_text_wrapper {
    padding: 32px 0;
    box-shadow: inset 0 23px 20px -5px rgba(227, 227, 227, 0.9);
}

.index_text_row.row {
    align-items: center;
}

.index_text_left {
    width: calc(100% - 320px);
}

.index_text_right {
    width: 210px;
}

.index_text_wrapper h2 {
    color: #9f9f9f;
    font-size: 15px;
    letter-spacing: 0.05rem;
    margin-bottom: 0.7rem;
}

.index_text_wrapper h1 {
    color: #95ce67;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.05rem;
    margin-bottom: 0.7rem;
    font-weight: 300;
}

.index_text_wrapper p {
    color: #252525;
}

.reception_btn_wrapper {
    width: 207px;
    height: 207px;
    border-radius: 100%;
    border: 2px solid #a9e579;
}

.reception_btn_wrapper a {
    display: flex;
    background-color: #a9e579;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 197px;
    height: 197px;
    margin: 3px auto 0;
    border-radius: 100%;
}

.reception_btn_wrapper a:hover {
    background-color: #fff;
    color: #a9e579;
}

.index_block1,
.index_block2 {
    position: relative;
}

.index_block1 .bgd1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index_services_list_container .bgd2 {
    position: absolute;
    top: 327px;
    left: -36px;
}

.index_services_list .bgd3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.index_services_list .bgd4 {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.index_block2 .bgd1 {
    position: absolute;
    top: 230px;
    left: 0;
    z-index: 1;
}

.index_about_wrapper .bgd2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 54px;
}

.index_personal_list .bgd3 {
    position: absolute;
    top: 175px;
    right: 0;
}

.index_personal_list .bgd4 {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.section_descr {
    margin-bottom: 1.2rem;
    line-height: 24px;
}

.index_about_wrapper {
    padding: 30px 0;
    position: relative;
}

.index_about_left {
    width: 46%;
}

.index_about_right {
    width: calc(54% - 3rem);
}

.index_about_wrapper p {
    line-height: 24px;
    margin-bottom: 0.7rem;
}

.index_about_wrapper a.readmore_link {
    text-decoration: underline;
}

.index_about_wrapper a.readmore_link:hover {
    text-decoration: none;
}

.index_equipment_wrapper {
    padding: 40px 0;
    background-color: #F6F6F6;
    position: relative;
}

.index_equipment_wrapper .bgd1 {
    position: absolute;
    top: 155px;
    left: 0;
}

.index_equipment_wrapper .bgd2 {
    position: absolute;
    top: 1200px;
    left: 83px;
}

.index_equipment_wrapper .bgd3 {
    position: absolute;
    top: 75px;
    right: 26px;
}

.index_equipment_wrapper .bgd4 {
    position: absolute;
    top: 980px;
    right: 0;
}

.index_equipment_row .item {
    height: 350px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 30px 0 30px 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.index_equipment_row .item,
.index_equipment_text {
    width: 350px;
}

.equipment_item_title {
    color: #2C5CAA;
    font-size: 18px;
    width: 35%;
}
.equipment_item_title a{
    color: #2C5CAA;
    font-size: 19px;
    display: block;
    line-height: 24px;
}

.equipment_item_title span {
    display: block;
    white-space: nowrap;
}

.index_equipment_row .item .ra_item {
    width: calc(60% - 0.7rem);
    position: absolute;
    right: -24px;
    bottom: 32px;
}
.index_equipment_row .item .ra_item img{
    max-height: 300px;
}

img {
}

.index_equipment_row .item:nth-child(2n) {
    margin-top: -78px;
}

.index_equipment_row .item.all {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
    background-image: url(/images/serv_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.index_equipment_row .item.all a {
    position: relative;
    z-index: 1;
}

.index_equipment_row .item.all span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 543px;
    height: 543px;
    overflow: hidden;
    border-radius: 100%;
}

.index_equipment_row .item.all span:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 5s infinite linear;
}

@keyframes flareAnimation {
    0% {
    left: -150%;
}
100% {
    left: 150%;
}
}

.index_text_wrapper.bottom h2 {
    color: #252525;
    font-size: 42px;
    line-height: 52px;
}

.index_text_wrapper.bottom {
    box-shadow: none;
}

.index_text_wrapper.bottom h2 span {
    color: #95ce67;
    display: block;
    font-size: 40px;
     font-weight: 300;
}

.index_text_wrapper.bottom .index_text_row {
    align-items: flex-start;
}

.index_text_wrapper.bottom p {
    width: 50%;
}

.index_text_wrapper.bottom p a[href^=tel] {
    font-weight: bold;
    color: #6eb732;
}

.modalbox_search .footer_search {
    margin-top: 0;
    display: block;
}

.modalbox.modalbox_search .modalbox_content .container {
    background-color: transparent;
}

.footer_search form {
    align-items: center;
    padding-right: 0.5rem;
}

.footer_search {
    background-color: #ffffff;
    height: 40px;
    width: 290px;
    margin-top: 1.8rem;
    display: none;
}

.footer_search form input[type="search"] {
    color: #252525;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    display: block;
    border: none;
    width: 250px;
    padding-left: 9px;
}

.footer_search form input[type="search"]::-webkit-input-placeholder {
    color: #252525;
}

.footer_search form input[type="search"]::-moz-placeholder {
    color: #252525;
}


/* Firefox 19+ */

.footer_search form input[type="search"]:-moz-placeholder {
    color: #252525;
}


/* Firefox 18- */

.footer_search form input[type="search"]:-ms-input-placeholder {
    color: #252525;
}

.footer_search form input[type="submit"] {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/images/search1.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.modalbox.modalbox_search .close {
    background-image: url(/images/close_sm1.png);
    right: 0;
}


.ra-logo {
    width: 196px;
}

.services_list_descr .readmore {
    display: none;
}

.text_hidden {
    display: none;
}

.readmore,
.read_more {
    font-weight: bold;
    color: #2C5CAA;
    text-decoration: underline;
}

.index_about_wrapper h2 {
    margin-bottom: 1rem;
}

.index_personal_list .readmore_link {
    display: none;
}

.index_personal_row.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.footer_col_block {
    line-height: 20px;
}

.footer_col_block:nth-child(n+2) {
    margin-top: 0.3rem;
}

.bg_title {
    /*background-image: url(/images/title_bgd.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;*/
    background-color: #E3EBF7;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-align: center;
}
.service_tabs_wrapper {
    box-shadow: 0 10px 20px -5px rgba(159, 159, 159, 0.75);
}

.service_tabs_wrapper a {
    display: block;
    padding: 1rem 0;
    border-bottom: 5px solid transparent;
    color: #000000;
    font-size: 18px;
}

.service_tabs_wrapper a.active {
    border-color: #2C5CAA;
}

.section_title_icon h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.section_title_icon h2.row {
    align-items: center;
}

.services_price_row .section_title_icon .ra {
    width: 24px;
}

.services_price_row .section_title_icon h2 {
    width: calc(100% - 34px);
    color: #2C5CAA;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.services_price_row .section_title_icon h2>a {
    display: block;
    width: 90%;
}

.services_price_row .section_title_icon h2.detail>a {
    width: auto;
}

.services_price_row.head .section_title_icon .ra {
    width: 40px;

}
.services_price_row.head .section_title_icon .ra img{
    max-height: 40px;

}

.services_price_row.head .section_title_icon h2 {
    width: calc(100% - 69px);
    color: #444444;
    font-size: 26px;
    font-weight: bold;
    position: static;
    top: 0;
}

.services_price_row .section_title_icon h2 .price {
    float: right;
    color: #444444;
}

.services_price_row .section_title_icon h2 .switch {
    display: block;
    width: 26px;
    height: 35px;
    position: relative;
}

.services_price_rows .switch img.active {
    display: none;
}

.services_price_rows.opened .switch img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.services_price_rows.opened .switch img.active {
    display: inline-block;
}

.services_price_row.head .section_title_icon h2 .switch.opened img {
    display: block;
}

.services_price_items {
    display: none;
}

.services_price_rows.opened .services_price_items {
    display: block;
}

.services_price_wrapper {
    margin: 1.7rem 0;
    position: relative;
    z-index: 2;
}

.services_price_row {
    padding: 1.2rem 0;
    border-bottom: 1px solid #E3EBF7;
}
.services_price_row .section_title_icon img{
    /*width: 20px; height: auto; margin-top: 5px;*/
}

.services_price_list .services_price_rows:nth-child(1) .services_price_row.head {
    padding-top: 0;
}

.services_price_list .services_price_rows .services_price_row.head {
    border-color: #a1a1a1;
}

.service_specialist_wrapper {
    margin-top: 2.7rem;
    padding-top: 98px;
}

.service_specialist_content {
    background-color: #d6efc1;
}

.service_specialist_title {
    color: #000000;
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.service_specialist_left {
    width: calc(100% - 705px);
}

.service_specialist_right {
    width: 645px;
}

.service_specialist_text {
    margin-top: 1rem;
    line-height: 28px;
    width: calc(100% - 3rem);
}

.service_specialist_right {
    position: relative;
    min-height: 645px;
}

.service_specialist_right .ra-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 641px;
    right: 0;
}

.service_specialist_right .ra-spec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 680px;
    z-index: 1;
}

.service_specialist_row.row {
    align-items: center;
}

.service_specialist_name {
    margin-top: 1.7rem;
    font-weight: bold;
}

.service_specialist_post {
    margin-top: 0.3rem;
}

.service_specialist_name,
.service_specialist_post {
    text-align: right;
}

#personal_list_page .section_title,
.licences_list_wrapper .section_title {
    position: relative;
    padding-right: 68px;
}

.custom_arrows_row {
    position: absolute;
    top: 0.4rem;
    right: 0;
}

.custom_arrows_row .arrow {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    width: 19px;
    height: 22px;
}

.custom_arrows_row .arrow.prev {
    background-image: url(/images/prev_md.png);
}

.custom_arrows_row .arrow.next {
    background-image: url(/images/next_md.png);
    margin-left: 0.8rem;
}

#personal_list_page .owl-nav {
    display: none;
}

.service_photos_wrapper {
    padding: 1.8rem 0;
    position: relative;
}

.service_photos_wrapper .bgd4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.service_photos_content {
    position: relative;
}

.content_images_row {
    margin: 1.5rem 0;
    position: relative;
}

.content_image_text {
    margin-top: 1.2rem;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.2rem;
}

.content_image {
    width: calc(50% - 0.9rem);
}

.z-index-2 {
    z-index: 2 !important;
}

.content_image:nth-child(n+3) {
    margin-top: 1.8rem;
}

.ra-service-banner {
    position: relative;
}

.reception_btn_wrapper.position-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 38px;
    margin-top: 0;
    z-index: 1;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.reviews_page {
    position: relative;
}

.reviews_page .reception_btn_wrapper.position-absolute {
    top: -35px;
    transform: none;
}

.reviews_brands_wrapper {
    margin-bottom: 2.5rem;
}

.reviews_brand {
    padding: 20px;
    border: 1px solid #d7d7d7;
    width: calc(50% - 0.7rem);
}

.reviews_brand:nth-child(n+3) {
    margin-top: 1.5rem;
}

.reviews_brands_all {
    width: 207px;
    height: 207px;
    border-radius: 100%;
    border: 2px solid #E3EBF7;
    color: #2C5CAA;
    letter-spacing: 0.05rem;
    line-height: 20px;
}

.reviews_brands_all a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 197px;
    height: 197px;
    margin: 3px auto 0;
    border-radius: 100%;
    border: 1px solid #2C5CAA;
}

.reviews_brand_left {
    width: calc(100% - 239px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ra-review-brand .ra-container img {
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
}

.review_mark {
    padding-top: 0.9rem;
}

.reviews_brands_else {
    margin-top: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #81c749;
    letter-spacing: 0.05rem;
    font-weight: 700;
}

.reviews_brand:nth-child(n+5) {
    display: none;
}

.reviews_brands_list.opened .reviews_brand:nth-child(n+5) {
    display: flex;
}

.services_price_row .ttl {
    max-width: calc(100% - 170px);
}

.services_price_row .ttl>span {
    margin-right: 15px;
}

.services_price_row .ttl a {
    line-height: 26px;
    font-size: 22px;
    display: inline-block;
    color: #2C5CAA;
}

.services_price_row .ttl a span {
    line-height: 30px;
    font-size: 24px;
    color: #2C5CAA;
    display: inline-block;
}

.services_price_wrapper .for_mob {
    display: none;
}

.services_list_wrapper .content_wrapper.bg .bgd1 {
    top: 315px;
}

.content_wrapper.bg.services_page .bgd2 {
    right: 0;
}

.licences_list_wrapper {
    margin: 1.7rem 0;
}

.licences_list_item {
    border-radius: 100%;
    /*background-color: #e0f2d0;*/
    padding: 63px 0 0 88px;
    width: 350px;
    height: 350px;
    color: #444444;
    font-size: 16px;
    overflow: hidden;
    border: 2px solid #E3EBF7;
    margin-left: auto;
    margin-right: auto;
}

.licences_list_row.owl-carousel .owl-nav.disabled {
    display: block;
}

.licences_item_title {
    font-weight: 700;
    max-width: 230px;
    padding-right: 60px;
}

.licences_item_date {
    margin-top: 0.7rem;
}

.licences_list_item .ra {
    margin-top: 28px;
}

.licences_list_item .ra::before {
    padding-top: 142%;
}

.licences_list_item .ra .ra-container img {
    right: -24px;
    left: auto;
    transform: none;
    top: 0;
    border: 1px solid #e0f2d0;
    max-width: none;
    max-height: none;
    position: relative;
}

.licences_list_row ul li {
    margin-top: 0.5rem;
}

.licences_list_row.row.owl-carousel .owl-stage {
    padding-left: 0px !important;
}

.services_page {
    position: relative;
}

.services_page .reception_btn_wrapper.position-absolute {
    top: 52px;
    transform: none;
}

#articles_list_page .item {
    /*width: calc(33% - 0.4rem);*/
    width: 100%;
}

#articles_list_page .item {
    margin-bottom: 0.8rem;
    margin-top: 0;
}

#articles_list_page h3.title {
    margin-bottom: 0 !important;
    margin-top: 0;
    color: #2C5CAA;
    font-size: 20px;
    letter-spacing: 0.05rem;
}

#articles_list_page .articles_preview_text {
    margin-top: 0.8rem;
    color: #4a4a4a;
    line-height: 24px;
    font-size: 16px;
}

#articles_list_page .ra-prev-image {
    display: none
}

#articles_list_page .item:empty {
    height: 0;
    border: none;
    margin: 0;
    padding: 0
}

#articles_detail_page {
    overflow: hidden;
}

#articles_detail_page .ra-detail-image {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 0.2rem;
    width: 40%;
    background-color: #f4f4f4;
}

#articles_detail_page .ra-detail-image img {
    mix-blend-mode: multiply;
}

#articles_detail_page .articles_detail_text ul {
    display: table;
}

.detail_text .text_hidden {
    display: none;
}

.detail_text.opened .text_hidden {
    display: block;
}

.readmore {
    display: inline-block;
    margin-top: 0.5rem;
    color: #2C5CAA;
    text-decoration: none;
}

.personal_detail {
    margin-bottom: 1.7rem;
}

.detail_info_left .reception_btn_wrapper {
    margin: 2.5rem auto 0;
    display: none;
}

.grid {
    display: -ms-grid;
    display: grid;
}

.works_list.grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.works_list_item {
    box-shadow: 0 0 10px #dddddd;
}

.works_list_item_info {
    padding: 1.2rem;
    background-color: #ffffff;
}

.works_list_item_title {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 19px;
}

.font-bold {
     font-weight: bold;
    font-weight: normal !important;
}

.works_list_more_link {
    color: #2C5CAA;
}

.works_list_more_link a {
    text-decoration: underline;
}

.works_list_more_link .ra {
    width: 27px;
}

.works_list_more_link .text {
    width: calc(100% - 37px);
    text-align: right;
}

.works_list_more_link.row {
    align-items: center;
}

.works_list_label {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 3;
    background-color: #2C5CAA;
    border-radius: 6px;
    border: 1px solid #ffffff;
    padding: 0.2rem 0.4rem;
    color: #ffffff;
    font-size: 14px;
}

.works_list_label.right {
    left: auto;
    right: 0.7rem;
}

.works_list_item_sliderline {
    position: absolute;
    top: 0;
    left: 60%;
    z-index: 2;
    background-color: #ffffff;
    width: 3px;
    height: 100%;
    cursor: pointer;
}

.works_list_slider {
    position: absolute;
    bottom: -13.5px;
    left: calc(60% - 13.5px);
    z-index: 2;
    width: 31px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.works_list_slider_row {
    width: 28px;
    height: 28px;
    background-color: #2C5CAA;
    border-radius: 100%;
    position: relative;
}

.works_list_slider_arrow {
    display: block;
    width: 50%;
    background-repeat: no-repeat;
    background-position-y: center;
}

.works_list_slider_arrow.prev {
    background-image: url(/images/prev2.png);
    background-position-x: calc(100% - 0.2rem);
}

.works_list_slider_arrow.next {
    background-image: url(/images/next2.png);
    background-position-x: 0.15rem;
}

.ra-works-list .ra-container-visible {
    z-index: 2;
}

.ra-works-list .ra-container-hidden {
    z-index: 1;
}

.ra-works-list .ra-container {
    margin: 0;
}

.works_list_item,
.ra-works-list .ra-container,
.modalbox.modalbox_works .modalbox_content .container {
    border-radius: 8px 8px 0 0;
}

.modalbox_footer_title {
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.works_stages.grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2rem;
}

.modalbox_footer_info {
    padding: 0.8rem 18px;
}

.modalbox .works_list_item {
    box-shadow: none;
    display: none;
}

.modalbox .works_list_item_info {
    padding: 21px 18px 15px;
}

.works_stage_info {
    margin-top: 0.8rem;
    font-size: 15px;
}

.modalbox .works_list_item_title {
    margin-bottom: 0.6rem;
}

.content_wrapper .works_list_item_info p a {
    text-decoration: none;
    color: inherit;
}

.modalbox .works_list.grid {
    display: block;
}

.modalbox .works_list_more_link {
    display: none;
}

.ratingYandexVidget {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2rem;
    display: block;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mt0_5 {
    margin-top: 0.5rem !important;
}

.mt0_2 {
    margin-top: 0.2rem !important;
}

.mb0_5 {
    margin-bottom: 0.5rem !important;
}

.mt0_7 {
    margin-top: 0.7rem !important;
}

.pt0_5 {
    padding-top: 0.5rem !important;
}

.pb0_5 {
    padding-bottom: 0.5rem !important;
}

.pl0_5 {
    padding-left: 0.5rem !important;
}

.pr0_5 {
    padding-right: 0.5rem !important;
}

.p0_5 {
    padding: 0.5rem !important;
}

.px0_5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.px-1_5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-1_5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-1_5 {
    padding: 1.5rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.pt1 {
    padding-top: 1rem !important;
}

.pb1 {
    padding-bottom: 1rem !important;
}

.pb0_7 {
    padding-bottom: 0.7rem !important;
}

.my1_5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.ml-0_5 {
    margin-left: 0.5rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-1_5 {
    margin-left: 1.5rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.mr-0_3 {
    margin-right: 0.3rem !important;
}

.mr-0_5 {
    margin-right: 0.5rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-1_5 {
    margin-right: 1.5rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mt1_5 {
    margin-top: 1.5rem !important;
}

.mb1_5 {
    margin-bottom: 1.5rem !important;
}

.pt1_5 {
    padding-top: 1.5rem !important;
}

.pb1_5 {
    padding-bottom: 1.5rem !important;
}

.mt2 {
    margin-top: 2rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.pt2 {
    padding-top: 2rem !important;
}

.pb2 {
    padding-bottom: 2rem !important;
}

.mt2_5 {
    margin-top: 2.5rem !important;
}

.mb2_5 {
    margin-bottom: 2.5rem !important;
}

.pt2_5 {
    padding-top: 2.5rem !important;
}

.pb2_5 {
    padding-bottom: 2.5rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.d-inline-block {
    display: inline-block !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.text-bold {
    font-weight: bold !important;
}

.border-secondary {
    border-color: #a1a1a1 !important;
}

.bg-grey {
    background-color: #f6f6f6 !important;
}

.align-items-center {
    align-items: center !important;
}

.line-height-normal {
    line-height: 1.3 !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.border-radius {
    border-radius: 8px !important
}

.background-opacity {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.text-white {
    color: #ffffff !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-blue {
    color: #0093cb !important;
}

.text-red {
    color: red !important;
}

.text-danger {
    color: #ec2327 !important;
}

.text-sucess {
    color: #51aa1c !important;
}

.text-info {
    color: #104c83 !important;
}

.text-underline {
    text-decoration: underline !important;
}

a.text-underline:hover {
    text-decoration: none !important;
}

.letter-spacing {
    letter-spacing: 0.05rem !important;
}

.letter-spacing-0 {
    letter-spacing: 0 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.gap-1 {
    gap: 1rem !important;
}

.justify-start {
    justify-content: flex-start !important;
}

.bg-gray-light {
    background-color: #f8f9fa !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text1_1 {
    font-size: 1.1rem !important;
}

.text1_2 {
    font-size: 1.2rem !important;
}

.text1_3 {
    font-size: 1.3rem !important;
}

.text1_4 {
    font-size: 1.4rem !important;
}

.text1_5 {
    font-size: 1.5rem !important;
}

.text1_6 {
    font-size: 1.63rem !important;
}

.text1_8 {
    font-size: 1.8rem !important;
}

.text0_9 {
    font-size: 0.9rem !important;
}

.color-inherit {
    color: inherit !important;
}

.text-secondary {
    color: #c3c2c2 !important;
}

.font-family-light {
     font-weight: 300;
}

.text-decoration-through {
    text-decoration: line-through !important;
}

img.img-resp,
.img-resp img {
    max-width: 100%;
    height: auto;
    display: block;
}

.grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
}

.grid.cols-4,
.d-sm-grid.cols-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.grid.cols-2,
.d-sm-grid.cols-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.column-gap-2_5 {
    column-gap: 2.5rem !important;
}

.sale_header {
    background-image: url(/images/salebg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
}

.services_price_row .section_title_icon h2 .service_price_right .price {
    float: none;
}

.border-none {
    border: none !important;
}

.w-35 {
    width: 35% !important;
}

.flex-1 {
    flex: 1 !important;
}

.bg-success {
    background-color: #d6efc1 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.sale_info .ra-bgd {
    position: absolute;
}

.sale_info .ra-bgd.ra-bgd1 {
    left: calc(40% + 83px);
    top: 0px;
    width: 512px;
    z-index: 2;
}

.sale_info .ra-bgd.ra-bgd2 {
    top: auto;
    bottom: 1rem;
    left: 33%;
    width: 155px;
}

.sale_info .ra-bgd.ra-bgd3 {
    top: -9rem;
    left: auto;
    right: -16rem;
    width: 284px;
}

.sale_info .ra-bgd.ra-bgd4 {
    top: calc(100% + 56px);
    left: 48%;
    width: 368px;
    z-index: 1;
}

.sale_info .ra-bgd.ra-bgd5 {
    top: -28rem;
    left: 0;
    width: 285px;
}

.sale_personal .ra-bgd.ra-bgd6 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 425px;
    z-index: 11;
}

.sale_info .ra-bgd.ra-bgd1.d-lg-none {
    width: 291px;
}

.text-black {
    color: #000000 !important;
}



.fw-bold {
    font-weight: bold !important;
}

.index_personal_row.owl-carousel .owl-nav.disabled {
    display: block;
}

.text-green {
    color: #96CD67 !important;
}

.ml-0_7 {
    margin-left: 0.7rem !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-black:hover {
    background-color: #2b2b2b !important;
}

.border-transparent {
    border-color: transparent !important;
}

.readlink a {
    text-decoration: underline;
}

.readlink {
    font-size: 17px;
}

.modalbox .jq-checkbox input,
.jq-radio input {
    position: static;
    opacity: 1;
}

.checkbox_wrap label {
    margin-left: 4px;
}

.checkbox_wrap a {
    text-decoration: underline;
}

.checkbox_wrap a:hover {
    text-decoration: none;
}

.fs-0_75 {
    font-size: 15px !important;
}

.mt0_1 {margin-top: 0.1rem !important;}


.index_text_right {width: 30%;}


@media screen and (min-width: 576px) {
    .text-sm_1_3 {
    font-size: 1.3rem !important;
}
.text-sm-1_4 {
    font-size: 1.4rem !important;
}
.text-sm-1_6 {
    font-size: 1.6rem !important;
}
.d-sm-block {
    display: none !important;
}
.d-sm-none {
    display: none !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-grid {
    display: grid !important;
}
}

@media screen and (min-width: 768px) {
    .text-md-1_4 {
    font-size: 1.4rem !important;
}
.index_about_wrapper .text_hidden {
    display: block;
}
.index_about_wrapper .read_more {
    display: none;
}
}

@media screen and (min-width: 992px) {
    .text-lg-1_6 {
    font-size: 1.63rem !important;
}
.text-lg-1_5 {
    font-size: 1.5rem !important;
}
.w-lg-35 {
    width: 35% !important;
}
.mt-lg-2 {
    margin-top: 2rem !important;
}
.mt-lg-1_5 {
    margin-top: 1.5rem !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-none {
    display: none !important;
}
.pb-lg-1_5 {
    padding-bottom: 0 !important;
}
.pt-lg-2_5 {
    padding-top: 2.5rem !important;
}
}

@media screen and (min-width: 1200px) {
.works_list_more_link a:hover {
    text-decoration: none;
}
/*#referens_page .show_hide:hover {
color: #ffffff; 
background-color: #7db84c;
}*/
}


@media screen and (max-width: 1761px) {
    .sale_header .index_text_row {
    width: calc(100% - 227px);
}
}
@media screen and (max-width: 3000px) {
    .sale_personal .ra-bgd.ra-bgd6,
    .sale_info .ra-bgd.ra-bgd5,
    .sale_info .ra-bgd.ra-bgd3 {
    display: none;
}
}
@media screen and (max-width: 1655px) {
    .contacts_page .reception_btn_wrapper.position-absolute,
    .reviews_page .reception_btn_wrapper.position-absolute,
    .services_page .reception_btn_wrapper.position-absolute {
    display: none;
}
.detail_info_left .reception_btn_wrapper {
    display: block;
}

}

@media screen and (max-width: 1524px) {
    .ratingYandexVidget {
    position: static;
    margin: 2.3rem auto 0;
}
header .ratingYandexVidget {
    display: none;
}
}

@media screen and (max-width: 1399px) {
    .index_text_left {}
}

/* планшет и тел. */

@media screen and (max-width: 1199px) {
    .container {
    width: 100%;
}
    .index_text_left {font-size: 21px; width: 60%;}
    .index_text_right {width: 40%;}
.owl-carousel .owl-nav button.owl-prev {
    left: -13px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -13px;
}
.index_services_row.grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.sale_info .ra-bgd.ra-bgd2 {
    display: none;
}
.services_price_row .section_title_icon h2 {
    font-size: 17px;
}
.content_wrapper.bg .bgd1,
.content_wrapper.bg .bgd2,
.service_photos_wrapper .bgd4 {
    display: none;
}
.index_equipment_row .item.all span {
    display: block;
    position: absolute;
    width: 450px;
    height: 450px;
}
.index_equipment_row {
    margin-top: 1.3rem;
}
.index_services_list .service_row.all {
    width: 100%;
    min-height: auto;
}
.content_wrapper h1 {
    font-size: 29px;
}
.detail_post {
    font-size: 21px;
}
#detail_sign_form label[for="agree"] {
    font-size: 12px;
}
.service_title {
    font-size: 19px;
    margin-bottom: 1.5rem;
}
.service_preview_text {
    font-size: 16px;
}
.readmore_link {
    font-size: 17px;
    margin-top: 1rem;
}
.services_list_page .service_btn .btn {
    height: 38px;
    line-height: 36px;
    font-size: 14px;
}
.services_list_row .service:nth-child(n+4) {
    margin-top: 2rem;
}
h1.h1_sm {
    font-size: 21px;
}
.mt-3_5 {
    margin-top: 2rem !important;
}
.content_wrapper table th {
    font-size: 16px;
    padding-top: 0.8rem;
}
.content_wrapper table td {
    font-size: 15px;
}
.breadcrumbs {
    margin-bottom: 1.5rem;
}
.sidebar_menu_item {
    font-size: 15px;
}
.contacts_page_item {
    font-size: 19px;
}
.rating_mark.active,
.rating_mark:hover {
    background-image: url(/images/rating_active_sm.png);
}
.rating_mark {
    background-image: url(/images/rating_sm.png);
    width: 25px;
    height: 24px;
}
.index_services_list .service_row {
    font-size: 16px;
    background-position: left 4px;
}
.index_preferences_list .item_title {
    font-size: 20px;
    margin-top: 1rem;
    line-height: 1.5rem;
}
}

@media screen and (max-width: 1077px) {
    .ra-service-banner .reception_btn_wrapper {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
}
.ra-service-banner .reception_btn_wrapper a {
    font-size: 14px;
    width: 137px;
    height: 137px;
}
.service_specialist_left {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.service_specialist_left,
.service_specialist_right {
    width: calc(50% - 1rem);
}
.service_specialist_right {
    min-height: 488px;
}
.service_specialist_right .ra-back,
.service_specialist_right .ra-spec {
    width: 100%;
}
.service_specialist_wrapper {
    margin-top: 1.7rem;
    padding-top: 58px;
}
}

@media screen and (max-width: 1035px) {
    .modalbox.modalbox_works .modalbox_content {
    width: 100%;
}
}

@media screen and (max-width: 1000px) {
    .index_block1 .bgd1,
    .index_services_list_container .bgd2,
    .index_services_list .bgd3,
    .index_services_list .bgd4,
    .index_block2 .bgd1,
    .index_about_wrapper .bgd2,
    .index_personal_list .bgd3,
    .index_personal_list .bgd4,
    .index_equipment_wrapper .bgd1,
    .index_equipment_wrapper .bgd2,
    .index_equipment_wrapper .bgd3,
    .index_equipment_wrapper .bgd4 {
    display: none;
}
}


/* планшет */

@media screen and (max-width: 991px) {
    .sale_header {
    min-height: auto;
}
.sale_header .reception_btn_wrapper {
    display: none;
}
.sale_header .index_text_row {
    width: 100%;
}
.sale_info .ra-bgd.ra-bgd1 {
    position: static;
}
.sale_info .index_text_row.row {
    display: block;
}
.sale_info .index_text_left {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
}
.position-relative .reception_btn_wrapper.position-absolute{position: relative !important; top: auto; right: auto; transform: translateY(0);}


.works_list.grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);

    
}
.works_stages.grid {
    grid-gap: 0.8rem;
}
#articles_list_page .item {
    width: calc(50% - 0.4rem);
}
.services_price_row .ttl {
    line-height: 23px;
}
.reviews_brands_all {
    width: 126px;
    height: 126px;
    line-height: 18px;
}
.reviews_brands_all a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    width: 116px;
    height: 116px;
    margin: 3px auto 0;
    border-radius: 100%;
    border: 1px solid #2C5CAA;
}
.reviews_brand_left {
    width: calc(100% - 142px);
}
.review_mark {
    font-size: 16px;
}
.reception_btn_wrapper.position-absolute {
    right: 1rem;
}
.service_tab {
    font-size: 16px;
}
.service_specialist_right {
    min-height: 347px;
    width: calc(34% - 1rem);
}
.service_specialist_left {
    width: 66%;
}
.service_specialist_title {
    font-size: 27px;
    line-height: 31px;
}
.service_specialist_text {
    margin-top: 0.7rem;
    line-height: 24px;
    width: auto;
    font-size: 15px;
}
.service_specialist_name {
    margin-top: 1rem;
    font-size: 16px;
}
.service_specialist_post {
    margin-top: 0.3rem;
    font-size: 15px;
}
.service_specialist_wrapper {
    padding-top: 0;
}
.index_text_wrapper.bottom .index_text_left {
    width: calc(100% - 231px);
}
.index_text_wrapper.bottom h2 {
    font-size: 30px;
    line-height: 46px;
}
.index_text_wrapper.bottom p {
    width: 100%;
}
.index_personal_list {
    padding-top: 0;
}
.index_about_row.row {
    display: block;
}
.index_about_left,
.index_about_right {
    width: 100%;
}
.index_about_right {
    margin-top: 1.3rem;
}
.index_about_row .ra-16_12_1::before {
    padding-top: 50%;
}
.index_services_list .service_row {
    min-height: auto;
}
.index_services_list .service_row .service_name {
    font-size: 25px;
}
.index_preferences_list .item {
    width: calc(50% - 0.5rem);
}
.index_preferences_list .item:nth-child(n+3) {
    margin-top: 2rem;
}
.index_text_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.index_text_wrapper h1 {
    font-size: 50px;
}
.index_text_wrapper p {
    line-height: 25px;
    font-size: 18px;
}
.header_search,
.header_reception_btn {
    display: none;
}
.footer_right {
    width: 100%;
}
.footer_right {
    margin-top: 1.8rem;
}
.ra-logo {
    margin-left: auto;
    margin-right: auto;
}
header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.menu-link {
    display: block;
}    
.gamburger_link,
.right1_mob,
.right2_mob {
    display: block;
}
.banner_rows_wrapper .ra-text {
    font-size: 20px;
}
.content_wrapper ul>li {
    background-position: left 5px;
}
.content_wrapper ul>li {
    line-height: 1.1rem;
}
.services_list_row .service:nth-child(n+4) {
    margin-top: 1.5rem;
}
.detail_sign_form .btn_wrapper {
    margin-top: 2rem;
}
.detail_buttons_row .btn {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}
.detail_buttons_wrapper {
    margin-top: 1.2rem;
}
.detail_text p {
    margin-bottom: 1rem;
    line-height: 1.4rem;
}
#detail_sign_form label[for="agree"] {
    font-size: 9px;
}
.detail_sign_form .btn_wrapper .btn {
    min-width: 192px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.detail_sign_form {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.services_list_page .service_btn .btn {
    width: 100%;
    min-width: auto;
}
.service_title {
    font-size: 16px;
    margin-bottom: 1.4rem;
}
.service_preview_text {
    font-size: 13px;
}
.content_wrapper table th {
    font-size: 13px;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
}
.content_wrapper table td {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 13px;
    line-height: 1.3rem;
}
.btn-large {
    min-width: 253px !important;
}
.btn.btn-large {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.contacts_page_item {
    font-size: 15px;
    line-height: 1.2rem;
}
.contacts_page_item:nth-child(n+2) {
    margin-top: 1rem;
}
.footer_button,
.footer_button .btn {
    width: 167px;
}
.footer_button .btn {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
}
footer li {
    font-size: 12px;
}
.footer_bottom {
    font-size: 12px;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}
.footer_top {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
footer li:nth-child(n+2) {
    margin-top: 0.7rem;
}
.footer_contacts {
    width: calc(100% - 177px);
}
input[type="text"],
.file_field,
textarea,
.feedback_bottom_left,
.feedback_bottom_right {
    width: 245px;
}
input[type="text"],
.file_field,
textarea {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 12px;
}
input[type="text"],
.file_field {
    height: 32px;
}
input[type="text"] {
    line-height: 30px;
}
textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.feedback_bottom {
    margin-top: 2rem;
}
#feedback_form .submit_btn {
    min-width: 185px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.feedback_bottom_note {
    font-size: 10px;
    line-height: 14px;
}
textarea,
.feedback_bottom_right {
    margin-left: 1.2rem;
}
.form_field:nth-child(n+2) {
    margin-top: 0.8rem;
}
.feedback_form_title {
    font-size: 29px;
}
.feedback_form_note {
    font-size: 12px;
    margin-top: 1.3rem;
    line-height: 21px;
}
.feedback_form_wrapper .item_bgd {
    width: calc(100% - 3rem);
}
.feedback_form_note a[href^="tel"] {
    font-size: 15px;
}
.file_field {
    line-height: 29px;
}
.file_input {
    font-size: 12px;
    background-image: url(/images/file_sm.png);
    padding-right: 23px;
}
.content_wrapper h1 {
    margin-bottom: 2rem;
}
.index_reviews_list .info_left {
    width: 25%;
}
.index_reviews_list .info_rigth {
    width: calc(75% - 1.2rem);
}
.index_personal_list .item_info {
    margin-top: 1rem;
}
.index_personal_list .item_post {
    color: #4a4a4a;
    margin-top: 0.35rem;
}
.index_services_list .service_row {
    font-size: 12px;
}
.header_slide_title {
    font-size: 27px;
    line-height: 2.2rem;
}
.header_slide_description {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.3rem;
}
.header_top_icons {
    width: 100%;
    display: block;
}
.header_top_icons .icon {
    width: 100%;
}
.header_slider_btn .btn {
    min-width: 165px;
    height: 31px;
    line-height: 29px;
    font-size: 13px;
}
.owl-carousel .owl-dot span {
    width: 19px;
    height: 19px;
}
.owl-carousel .owl-dot {
    margin-right: 1rem;
}
.header_top_icons .icon:nth-child(n+2) {
    margin-top: 0.7rem;
}
.header_phone.mob {
    display: block;
}
.header_search {
    border: 1px solid #000000;
}
.header_search.mob {
    margin-top: 0.8rem;
}
.header_search {
    height: 20px;
    width: 157px;
    padding-left: 6px;
}
.header_search form input[type="search"] {
    line-height: 18px;
    height: 18px;
    font-size: 12px;
}
.header_search form input[type="submit"] {
    width: 11px;
    height: 11px;
    background-image: url(/images/search_sm.png);
}
.header_top_icons .ra {
    width: 12px;
}
.header_top_icons .title {
    width: calc(100% - 19px);
    font-size: 12px;
    position: relative;
    top: 2px;
}
}

@media screen and (max-width: 877px) {
    .contacts_page_left,
    .contacts_page_right {
    width: 100%;
}
.contacts_page_right {
    margin-top: 1rem;
}
#map {
    height: 452px !important;
}
.contacts_page .reception_btn_wrapper.position-absolute {
    top: 45px;
    transform: none;
    display: block;
}
}

@media screen and (max-width: 769px) {
    .licences_list_item {
    width: 286px;
    height: 286px;
    padding-left: 63px;
}
.licences_item_title {
    max-width: 230px;
    padding-right: 60px;
}
.content_image {
    width: auto;
}
.content_image:nth-child(n+3) {
    margin-top: 0;
}
.content_images_row.owl-carousel .owl-stage {
    padding-left: 0px !important;
}
.index_personal_row.row .item {
    width: calc(50% - 0.7rem);
}
.index_personal_row.row .item:nth-child(n+3) {
    margin-top: 1.5rem;
}
footer .ra-logo {
    margin-left: 0;
    margin-right: 0;
}
.footer_right.row {
    display: block;
}
.footer_right .col {
    width: 100%;
    flex-direction: row;
}
.footer_col_block:nth-child(n+2) {
    margin-top: 0;
}
.footer_right .col:nth-child(n+2) {
    margin-top: 0.5rem;
}
.footer_right .col:nth-child(2),
.footer_right .col:last-child {
    align-items: flex-start;
}
.footer_title {
    margin-bottom: 0;
    margin-right: 0.3rem;
}
.footer_bottom {
    font-size: 18px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.footer_bottom_row.row {
    display: block;
}
.footer_bottom_row .left,
.footer_bottom_row .center,
.footer_bottom_row .right {
    width: 100%;
}
.footer_bottom_row .center,
.footer_bottom_row .right {
    text-align: left;
    margin-top: 0.8rem;
}
.index_personal_row.row .item {
    width: calc(50% - 1rem);
}
.index_personal_row.row .item:nth-child(n+3) {
    margin-top: 1.4rem;
}
.index_personal_list .readmore_link {
    display: block;
}
.index_personal_list .item_name {
    line-height: 24px;
}
}


/* планшет */

@media screen and (max-width: 767px) {
    .row {
    display: block;
}
.row .col {
    width: 100%;
    display: block;
}
.header_top_icons .icon,
.header_search form,
.index_preferences_row,
.index_services_list ul.row,
.index_personal_row,
.rating_row,
.review_slide_buttons,
.slides_nums_row,
#feedback_form .form_row,
.feedback_bottom,
.footer_contacts .contact.row,
.contacts_page_row,
.services_list_row,
.header_top_row,
.index_services_row,
.index_services_row .service_row,
.banner_row.row,
.header_top .icon.row,
.header_wrapper.row,
.index_text_row.row,
.index_preferences_list .item.row,
.footer_right .col,
.service_tabs_row.row,
.section_title_icon.row,
.service_row.row,
.service_specialist_row.row,
.custom_arrows_row.row,
.reviews_brands_row.row,
.reviews_brand.row,
.footer_search form.row,
.index_personal_row.row:not(.owl-carousel),
.works_list_more_link.row,
.works_list_slider_row.row,
.header_top .rightBlock.row,
.index_equipment_row .item.row,
.section_title.row {
    display: flex;
}

.index_text_row {flex-direction: column;}
.index_text_left, .index_text_right {width: 100%;}

.index_text_right .ra-1_1_7::before {
    padding-top: 60%;
}

.header_top .rightBlock.row {
    margin-left: auto;
    flex-grow: 0;
    column-gap: 1rem;
}
.header_top .contact.phone .text {
    display: none;
}
.header_top .contact.phone .ra {
    display: block;
}
.d-md-none {
    display: none !important;
}
.index_services_row.grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.index_services_list .service_row {
    padding: 1.4rem 0.8rem;
}
.works_list_item_info {
    padding: 0.8rem;
    font-size: 17px;
}
.works_list_item_info p {
    line-height: 1.2rem;
}
#articles_list_page .item {
    margin-right: 0;
    width: 100%;
}
#articles_list_page .item:nth-child(n+2) {}
.reviews_brand:nth-child(n+5) {
    display: none;
}
.reviews_brands_list.opened .reviews_brand.row:nth-child(n+5) {
    display: flex;
}
.services_price_row .section_title_icon h2 {
    font-size: 15px;
}
.rating_mark {
    background-image: url(/images/rating_xs.png);
    width: 22px;
    height: 21px;
}
.review_mark {
    font-size: 14px;
}
.rating_mark.active,
.rating_mark:hover {
    background-image: url(/images/rating_active_xs.png);
}
.services_price_row .ttl {
    max-width: calc(100% - 109px);
    display: inline-block;
}
.ra-service-banner .reception_btn_wrapper a {
    font-size: 14px;
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 5px;
}
.index_text_wrapper.bottom .index_text_left {
    width: 100%;
}
.index_personal_list {
    padding-top: 0;
}
.index_personal_row {
    display: block;
}
.index_personal_row.row.owl-carousel .item {
    width: 100%;
}
.index_personal_row.row.owl-carousel .item:nth-child(n+3) {
    margin-top: 0;
}
.index_services_row.row.owl-carousel {
    display: block;
}
.index_services_row.row.owl-carousel .service_row.text,
.index_services_row.row.owl-carousel .service_row.all {
    display: none;
}
.footer_contacts_col {
    width: 100%;
}
.footer_contacts_col:nth-child(n+2) {
    margin-top: 1rem;
}
.footer_contacts_col .contact.text-right {
    text-align: center !important;
}
.detail_page_subsections {
    display: block;
}
.banner_rows_wrapper .ra-text {
    font-size: 17px;
}
.index_personal_list .index_personal_row:not(.owl-carousel) .ra-2_3_2::before {
    padding-top: 108%;
}
.licences_on_main_row {
    display: block;
}
.licences_on_main_row .ra {
    width: 100%;
}
.licences_on_main_row .ra:nth-child(n+2) {
    margin-top: 2rem;
}
.form_message {
    width: 100%;
    line-height: 1.4rem;
}
.fixed .header_top .right {
    justify-content: space-between;
    margin-top: 0;
}
.fixed .header_top .right1_mob,
.fixed .header_top .right2_mob {
    width: calc(50% - 0.5rem);
}
.fixed .header_top .header_reception_btn.mob,
.fixed .header_top .header_reception_btn.mob .btn {
    width: 100%;
}
.fixed .header_top .header_reception_btn.mob .btn span {
    display: none;
}
.fixed .header_top .header_phone.mob a {
    background-image: none;
    min-height: none;
    padding-left: 0;
    font-size: 15px;
}
.header_slider_text {
    width: 78%;
}
.ra-2_3_3::before {
    padding-top: 95%;
}
.detail_buttons_row {
    width: 100%;
}
.detail_info_left,
.detail_info_right {
    width: 100%;
}
.detail_info_right {
    margin-top: 1.5rem;
}
.detail_sign_form input[type="text"] {
    width: 267px;
    margin-bottom: 0.5rem;
}
.detail_sign_form .btn_wrapper {
    text-align: left;
    margin-top: 1.5rem;
}
.services_list_row .service {
    width: calc(50% - 1rem);
}
.services_list_row .service:nth-child(n+3) {
    margin-top: 1.5rem;
}
.page_wrapper_row {
    display: block;
}
.page_wrapper_row .page_sidebar,
.page_wrapper_row .main_content {
    width: 100%;
}
.page_wrapper_row .page_sidebar {
    display: none;
}
.ra-float {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
}
.footer_button {
    margin-top: 1.8rem;
}
footer .header_search {
    display: block;
    margin-top: 1rem;
    width: 290px;
    max-width: none;
    height: 32px;
    padding-right: 9px;
    padding-left: 9px;
}
footer .header_search form input[type="search"] {
    line-height: 30px;
    height: 30px;
    width: calc(100% - 22px);
}
footer .header_search form input[type="submit"] {
    width: 18px;
    height: 18px;
    background-image: url(/images/search.png);
}
.footer_button,
.footer_button .btn {
    width: 290px;
}
#feedback_form .form_row,
.feedback_bottom {
    flex-direction: column;
    align-items: center;
}
.footer_bottom_row .left,
.footer_bottom_row .center,
.footer_bottom_row .right,
.footer_contacts {
    width: 100%;
}
.feedback_bottom {
    margin-top: 1.5rem;
}
input[type="text"],
.file_field,
textarea,
.feedback_bottom_left,
.feedback_bottom_right {
    width: 290px;
}
textarea {
    min-height: 164px;
}
.feedback_bottom_right {
    text-align: center;
}
.feedback_form_wrapper .item_bgd {
    width: 100%;
}
.feedback_bottom_note {
    font-size: 11px;
    line-height: 16px;
}
textarea,
.feedback_bottom_right {
    margin-left: 0;
    margin-top: 0.8rem;
}
.index_reviews_list .info_left,
.index_reviews_list .info_rigth {
    width: 100%;
}
.index_reviews_list .text {
    width: 100%;
}
.index_reviews_list .info_rigth {
    margin-top: 2rem;
}
.index_preferences_list {
    background-color: #ffffff;
}
.header_top_icons .icon {
    justify-content: center;
}
.header_slider_wrapper.mob {
    display: none;
}
.header_slider_wrapper.sm {
    display: block;
}
.header_search {
    width: 100%;
    max-width: 157px;
}
.fixed .header_top {
    padding-top: 0.5rem;
}
.gamburger_link {
    margin-left: 2px;
}
.header_phone.mob {
    font-size: 18px;
}
.right1_mob,
.right2_mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 2rem);
}
.header_top_icons .title {
    max-width: calc(100% - 19px);
    font-size: 12px;
    position: relative;
    top: 2px;
    width: auto;
    margin-left: 0.3rem;
}
}

@media screen and (max-width: 697px) {
    .reviews_brands_row.row {
    display: block;
}
.reviews_brand {
    width: 100%;
}
.reviews_brand:nth-child(n+2) {
    margin-top: 1.2rem;
}
}

@media screen and (max-width: 629px) {
    .index_text_row.row {
    display: block;
}
.index_text_left,
.index_text_right {
    width: 100%;
}
.index_text_right {
    margin-top: 1.2rem;
}
.reception_btn_wrapper {
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 599px) {
    .index_about_row .ra-16_12_1::before {
    padding-top: 81%;
}
}

@media screen and (max-width: 575px) {
    .section_title.row {
    display: block;
}
.header_top .scrollIcon {width: 26px; height: 26px;}
.headers_wrapper .locsWrapper {font-size: 16px;}
.section_title .link {
    font-size: 17px;
    margin-top: 0.5rem;
}
.index_equipment_list .section_title {
    text-align: center;
}
.index_equipment_list .section_title .link {
    justify-content: center;
}
.header_top .icon .title.loc {
    font-size: 13px;
}
.index_services_list .service_row .service_name {
    font-size: 18px;
}
.ra-logo {
    width: 160px;
}
.fixed .header_top .icon .title.loc span {
    display: block;
}
.fixed .header_top .contact {
    order: -1;
}
header {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
header .ratingYandexVidget {
    display: block;
}
.sale_prices .services_price_row .section_title_icon h2 .price {
    display: inline-block;
}
.sale_prices .service_price_right {
    display: block;
}
.sale_prices .services_price_row .ra img {
    top: 0;
    left: 0;
    transform: none;
}
.sale_prices .services_price_row .ttl {
    max-width: none;
}
.sale_personal .row.owl-carousel {
    display: block;
}
.works_list.grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.works_stages.grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.ra-service-banner .reception_btn_wrapper {
    display: none;
}
.index_personal_row.row:not(.owl-carousel) {
    display: block;
}
.index_personal_row.row:not(.owl-carousel) .item {
    width: 100%;
}
.index_personal_row.row:not(.owl-carousel) .item:nth-child(n+2) {
    margin-top: 1.4rem;
}
#articles_detail_page .ra-detail-image {
    float: none;
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 100%;
}
#articles_detail_page .articles_detail_text {
    margin-top: 0.8rem;
}
#articles_detail_page .articles_detail_text ul {
    display: block;
}
.reviews_brand {
    padding: 13px;
}
.reviews_brands_all {
    width: 100px;
    height: 100px;
}
.reviews_brands_all a {
    width: 90px;
    height: 90px;
}
.reviews_brand_left {
    width: calc(100% - 109px);
}
.reviews_brand:nth-child(n+2) {
    margin-top: 0.8rem;
}
#map {
    height: 420px !important;
}
.contacts_page .reception_btn_wrapper.position-absolute {
    display: none;
}
.services_price_wrapper .for_mob {
    display: block;
}
.services_price_row .ttl .for_desc {
    display: none;
}
.reviews_slider .rating_row {
    display: flex;
    position: static;
    top: 0;
    right: 0;
    margin-top: 0.8rem;
}
.reviews_slider .slide .text {
    margin-top: 1.3rem;
}
.content_wrapper ul {
    display: block;
}
.content_wrapper ul>li {
    width: 100%;
}
.content_wrapper ul>li:nth-child(n+2) {
    margin-top: 0.5rem;
}
.service_tab {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 15px;
}
.reviews_slider_wrapper .slide .section_title {
    padding-right: 0;
}
.service_specialist_row.row {
    display: block;
}
.service_specialist_left,
.service_specialist_right {
    width: 100%;
}
.service_specialist_right {
    margin-top: 0.7rem;
    min-height: auto;
}
.service_specialist_right .ra-back {
    z-index: 0;
}
.service_specialist_right .ra-spec {
    position: relative;
    margin: 0 auto;
    transform: none;
    left: 0;
}
.services_price_row.head .section_title_icon h2 {
    width: calc(100% - 57px);
    font-size: 19px;
}
.service_row.row {
    display: block;
}
.services_price_row.head .service_row.row {
    display: flex;
}
.services_price_row .section_title_icon h2 .price {
    float: none;
    display: block;
    margin-top: 0.5rem;
    font-size: 18px;
}
.services_price_row {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}
.services_price_row .section_title_icon h2 {
    font-size: 17px;
}
.index_preferences_list .ra_item.ra-1_1::before {
    padding-top: 72%;
}
.index_preferences_list .item_title {
    font-size: 18px;
    margin-top: 0;
    line-height: 1.2rem;
}
.index_personal_list .index_personal_row:not(.owl-carousel) .ra-2_3_2::before {
    padding-top: 67%;
}
.banner {
    display: none;
}
.banner.mob {
    display: block;
}
.header_top_icons .icon {
    justify-content: space-between;
}
.contacts_page_item:nth-child(n+2) {
    margin-top: 0.5rem;
}
.header_reception_btn.mob .btn span {
    display: none;
}
.services_list_row {
    display: block;
}
.services_list_row .service {
    width: 100%;
}
.services_list_row .service:nth-child(n+2) {
    margin-top: 1.5rem;
}
.fixed .header_top .left {
    width: 42px;
}
.fixed .header_top .right {
    width: calc(100% - 65px);
}
.fixed .header_top .right .header_reception_btn {
    text-align: right;
}
.header_top {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.ra-4_3_5::before {
    padding-top: 76%;
}
.index_reviews_list .author {
    font-size: 12px;
}
.index_reviews_list .text {
    font-size: 13px;
    line-height: 18px;
}
.index_reviews_slider .slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.index_services_row.row {
    display: block;
}
.index_services_list .service_row {
    width: 100%;
    font-size: 16px;
}
.index_preferences_row {
    display: block;
}
.index_preferences_list .item {
    width: 100%;
}
.index_services_list .btn_wrapper {
    margin-top: 2.2rem;
}
.content_wrapper h1 {
    font-size: 23px;
    margin-bottom: 1.5rem;
    line-height: 27px;
}
.index_personal_row .btn_wrapper .btn {
    min-width: auto;
    height: 42px;
    line-height: 42px;
    font-size: inherit;
}
.section_title {
    font-size: 31px;
}
.index_preferences_list .item:nth-child(n+2) {
    margin-top: 1rem;
}
.header_top_icons .title {
    width: calc(100% - 19px);
    max-width: none;
    margin-left: 0;
}
.right2_mob {
    display: block;
}
.right1_mob {
    width: calc(60% - 1.3rem);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.right2_mob {
    width: 40%;
}
.header_reception_btn.mob .btn {
    max-width: 160px;
    width: auto;
}
.header_slider_wrapper,
.header_slider .slide {
    min-height: 257px;
}
.header_slider .slide {
    padding: 30px 0;
}
.header_slide_title {
    line-height: normal;
}
.header_slide_description {
    display: none;
}
.header_slider_text {
    width: 100%;
    padding-left: 0;
}
.header_slider_btn {
    margin-top: 5rem;
}
.ra-2_3_3::before {
    padding-top: 135%;
}
}

@media screen and (max-width: 495px) {
    .header_top_row .icon.phone .ra {
    display: none;
}
}

@media screen and (max-width: 480px) {
    .banner_rows_wrapper .ra-text {
    font-size: 14px;
}
.sale_header {
    background-image: url(/images/salebg-sm.jpg);
}
}

@media screen and (max-width: 433px) {
    /*.header_top .icon.phone .title {}
    .header_top .icon.phone .title a{display:block; width:22px; height:21px; background:url('/images/phone.png'); overflow:hidden; text-indent:999px; text-decoration:none; line-height:21px;}
    .header_top .icon.phone .ra {display:none;}*/
    .ra-logo {
    margin-left: 0;
    margin-right: 0;
}
.header_top .icon.phone .title a {
    display: none;
}
.header_top .icon.phone .ra.mob {
    display: block;
}
}

@media screen and (max-width: 399px) {
    .licences_list_item {
    width: 256px;
    height: 256px;
    padding-left: 50px;
}
.licences_item_title {
    padding-right: 45px;
}
.index_services_row.grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
}

@media screen and (max-width: 376px) {
    .banner_rows_wrapper .ra-text {
    font-size: 11px;
}
.modalbox.modalbox_search .close {
    right: 1rem;
}
}

@media screen and (max-width: 319px) {
    .header_reception_btn .btn span {
    display: none;
}
.header_phone.mob a {
    font-size: 14px;
}
}

.licences_list_services .licences_list_item {
    padding: 0;
    background-color: #fff;
    border-radius: 100% 100% 100% 100%;
    border: 2px solid #e0f2d0;
    ;
}

.licences_list_services .licences_list_item .licences_item_date {
    height: 20px;
}

.licences_list_services .licences_list_item .ra {
    margin-top: 0px;
}

.licences_list_services .licences_list_item .ra .ra-container a {
    display: block;
}

.licences_list_services .licences_list_item .ra .ra-container img {
    right: 0px;
    left: 0;
    width: 100%;
    height: auto;
}

.reception_btn_wrapper a {
    position: relative
}

.reception_btn_wrapper a:before {
    content: "";
    position: absolute;
    width: 197px;
    height: 197px;
    border-radius: 50%;
    border: 1px solid #a9e579;
    top: 0px;
    left: 0%;
    animation: wave 2s infinite;
}

@-webkit-keyframes wave {
    0% {
    transform: scale(1, 1);
}
100% {
    opacity: 0;
    transform: scale(1.4, 1.4);
}
}

@keyframes wave {
    0% {
    transform: scale(1, 1);
}
100% {
    opacity: 0;
    transform: scale(1.4, 1.4);
}
}

.reception_btn_wrapper a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 197px;
    height: 197px;
    overflow: hidden;
    border-radius: 100%;
}

.reception_btn_wrapper a span:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 5s infinite linear;
}
@media screen and (max-width: 1077px) {
   .reception_btn_wrapper a span {width: 137px;
    height: 137px;}
}

@keyframes flareAnimation {
    0% {
    left: -150%;
}
100% {
    left: 150%;
}
}

.reception_btn_wrapper a:after {
    content: "";
    position: absolute;
    width: 197px;
    height: 197px;
    border-radius: 50%;
    border: 1px solid #a9e579;
    top: 0px;
    left: 0%;
    animation: wave2 2s infinite;
    animation-delay: 1.5s;
}
@media screen and (max-width: 1077px) {
   .reception_btn_wrapper a:after {width: 137px; height: 137px;}
   .reception_btn_wrapper a:before {width: 137px; height: 137px;}
}


@-webkit-keyframes wave2 {
    0% {
    transform: scale(1, 1);
}
100% {
    opacity: 0;
    transform: scale(1.4, 1.4);
}
}

@keyframes wave2 {
    0% {
    transform: scale(1, 1);
}
100% {
    opacity: 0;
    transform: scale(1.4, 1.4);
}
}

#toTop {
    position: fixed;
    display: inline-block;
    bottom: 155px;
    right: -40px;
    width: 70px;
    height: 70px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    color: #343640;
    background-color: #fff;
    border-radius: 70px;
    border: 1px solid #343640;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

#toTop span {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

#toTop:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/images/icon-49.svg);
    background-repeat: no-repeat;
    background-position: 50% 10px;
}

#toTop:hover {
    background-color: #343640;
    color: #fff;
}

#toTop:hover:before {
    background-image: url(/images/icon-50.svg);
    background-repeat: no-repeat;
    background-position: 50% 10px;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
    right: 10px;
}

.bgd1 {
    animation-name: rotation2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation2 {
    0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-100px);
}
100% {
    transform: translateY(0px);
}
}

.bgd2 {
    animation-name: rotation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bgd4 {
    animation-name: rotation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bgd3 {
    animation-name: rotation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation {
    0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(100px);
}
100% {
    transform: translateY(0px);
}
}

.ra_index_picture {
    z-index: 9;
}

.giftIcon {
    position: fixed;
    opacity: 0.8;
    border-radius: 50%;
    right: 10px;
    bottom: 387px;
    width: 70px;
    height: 70px;
    z-index: 999;
    overflow: hidden;
}

.giftIcon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.scrollIcon span,
.giftIcon span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
}

.scrollIcon span:before,
.giftIcon span:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: 150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    animation: flareAnimationScroll 2s infinite linear;
}

@keyframes flareAnimationScroll {
    0% {
    left: 150%;
}
100% {
    left: -150%;
}
}

.modalbox .close {
    background: url(/images/close_sm2.png) no-repeat center;
    top: 5px;
    right: 5px;
}

#signAddPage {
    width: 570px;
}

#questionAddPage {
    width: 570px;
}

#signConsultPage {
    width: 570px;
}

#reviewAddPage {
    width: 570px;
}

.modalbox_content .container {
    padding: 0 ;
}

.modalbox_content .container h2 {
    background: #2C5CAA;
    /*background: linear-gradient(148deg, rgba(189, 227, 157, 1) 0%, rgba(143, 201, 95, 1) 100%);*/
    margin: 0;
    font-weight: bold;
    color: #FFF;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    padding: 50px 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#signAddForm {
    padding: 0 40px 50px 40px;
}

#questionAddForm {
    padding: 0 40px 50px 40px;
}

#reviewAddForm {
    padding: 0 40px 50px 40px;
}

#signConsultForm {
    padding: 0 40px 50px 40px;
}

.modalbox_content input[type="text"] {
    border: 1px solid #b5b5b5;
    color: #000;
}

.modalbox_content input[type="submit"] {
    border: none;
    border-radius: 3px;
    background: #2C5CAA;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 21px 10px;
    height: auto;
    border-radius: 6px;
}

.modalbox_content p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 0 35px;
}

.modalbox_content .title {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 17px;
}

.modalbox_content .text {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.modalbox_review_read .modalbox_content .text,
.modalbox_review_read .modalbox_content p {
    text-align: left;
}

.modalbox_review_read .modalbox_content p {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
}

.modalbox_content .field {
    padding: 0 25px 0px 25px;
    margin-bottom: 18px;
}

.modalbox.modalbox_review_read .close {
    background-image: url(/images/close_sm.png);
    top: 14px;
    right: 15px;
}

.successText {
    display: none;
    padding: 0 40px 30px 40px;
}

.successText .success_ok {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 17px;
    font-weight: bold;
}

.successText .title {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 17px;
}

.successText .text-bottom {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10%;
}

.successText a {
    display: block;
    text-decoration: none;
    border-radius: 3px;
    background: #2C5CAA;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 21px 10px;
    height: auto;
    margin: 0 20px 10px 20px;
    text-align: center;
}

#signAddPage .signAddText>div {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .modalbox_content {
    width: 95%;
}
#signAddPage {
    width: 100%;
}
#signConsultPage {
    width: 100;
}
#questionAddPage {
    width: 100%;
}
#reviewAddPage {
    width: 100%;
}
.modalbox_content .container h2 {
    font-size: 20px;
    line-height: 22px;
    padding: 15px 15px;
}
#signAddForm {
    padding: 0 20px 20px 20px;
}
#questionAddForm {
    padding: 0 20px 20px 20px;
}
#reviewAddForm {
    padding: 0 20px 20px 20px;
}
#signConsultForm {
    padding: 0 20px 20px 20px;
}
.modalbox_content p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0 35px;
}
.modalbox_content .title {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
}
.modalbox_content .text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.modalbox_content .field {
    padding: 0 15px 0px 15px;
    margin-bottom: 15px;
}
.successText {
    display: none;
    padding: 0 20px 20px 20px;
}
.successText .success_ok {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.successText .title {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.successText .text-bottom {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 10%;
}
.successText a {
    display: block;
    text-decoration: none;
    border-radius: 3px;
    background: #a9e579;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px 10px;
    height: auto;
    margin: 0 20px 10px 20px;
    text-align: center;
}
}

.underline {
    border-bottom: 2px solid #a9e579 !important;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 11px;
}


/* accordion */

.accordion-body {
    border-top: none;
    position: relative;
}

.accordion-head {
    cursor: pointer;
    position: relative;
}

.accordion-head:hover,
.accordion-head.accordion-open {
    background: #f8f9fa;
}

.accordion-head.accordion-open {
    border-bottom: none;
}

.accordion-head.accordion-open a,
.accordion-head:hover a {
    color: #2f383d;
}

.accordion-head.accordion-close {
    margin-bottom: 10px;
}

.accordion-type-1 {
    margin-bottom: 15px;
    border: 1px solid #a9e579;
}

.accordion-type-1 .accordion-head {
    font-size: 18px;
}

.accordion-type-1 .accordion-head a {
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted #a9e579;
    font-size: 18px;
    padding: 10px 60px 10px 10px;
}

.accordion-type-2 .accordion-head {}

.accordion-type-1 .accordion-head a {
    position: relative;
}

.accordion-type-1 .accordion-head a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0;
    text-align: center;
    width: 50px;
    background: url(/images/next_sm-2.png) 50% 50% no-repeat;
}

.accordion-type-1.open .accordion-head a:before {
    background: url(/images/prev_sm-2.png) 50% 50% no-repeat;
}

.accordion-type-1 .panel-collapse {
    display: none;
}

.accordion-type-1.open .panel-collapse {
    display: block;
    padding: 10px;
}


/*work*/

.index_work_list {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.index_work_row .item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.index_work_row.row .item {
    width: calc(33% - 1rem);
    padding: 5px;
}

.index_work_row.row .item a {
    display: block;
}

.index_work_row.row .item:nth-child(n+4) {
    margin-top: 1.4rem;
}

.index_work_row.row .item:empty {
    height: 0;
    border: none;
    margin: 0;
    padding: 0
}

.index_work_row.row .item .ra-image {
    margin-bottom: 10px;
}

.index_work_row.row .item .ra-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.index_work_list .item_info {
    margin-bottom: 10px;
}

.index_work_list .item_name {
    font-weight: bold;
    color: #252525;
    font-size: 20px;
}

.index_work_list .item_post {
    color: #4a4a4a;
    margin-top: 0.4rem;
}

.index_work_list .btn_wrapper {
    margin-top: auto;
    text-align: center;
}

.index_work_list .btn_wrapper .btn {
    width: 100%;
    min-width: auto;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .index_work_row.row .item {
    width: calc(48% - 1rem);
}
.index_work_row.row .item a {
    display: block;
}
.index_work_row.row .item:nth-child(n+4) {
    margin-top: 1.4rem;
}
}

@media screen and (max-width: 400px) {
    .index_work_row.row .item {
    width: calc(100% - 1rem);
}
}

header {
    text-align: center;
}

header>.container {
    text-align: left;
}

header>.ratingYandexVidget {
    width: 150px;
    height: 50px;
}

}

.footer_top .logo_wrapper a img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}


@media screen and (max-width: 399px) {
    .index_equipment_row .item {
    width: 290px;
    height: 290px;
}
.index_equipment_row .item.row {
    flex-direction: column-reverse;
}
.equipment_item_title,
.index_equipment_row .item .ra_item {
    width: 100%;
}
.equipment_item_title {
    margin-top: 1rem;
    width: calc(100% - 108px);
    text-align: center;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
}
.index_equipment_row .item .ra_item {
    position: relative;
    right: auto;
    bottom: auto;
}
.index_equipment_row .item .ra_item::before {
    padding-top: 41%;
}
}

.text-2{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.text-2 > div {width: 50%; padding: 0 10px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: stretch; align-content: stretch;}
.text-2 > div a{height: 40px !important;  line-height: 38px !important; border-radius: 5px !important; font-size: 14px !important; font-weight: normal !important;}
.text-2 > div .bg-green{border:1px solid #2C5CAA; background-color: #2C5CAA; color: #fff !important;}
.text-2 > div .bg-green:hover{border:1px solid #2C5CAA; background: none; color: #2C5CAA !important;}
.text-2 > div .bg-yellow{border:1px solid #ffd735; background-color: #ffd735; color: #010101 !important;}
.text-2 > div .bg-yellow:hover{border:1px solid #ffd735 !important; background: none; color: #ffd735 !important;}
@media screen and (max-width: 600px) {
    .text-2 > div {width: 100%;margin-bottom: 10px;}
.text-2 > div a{width: 100%}
}

.index_about_row{position: relative; }


@media screen and (max-width: 1200px) {
    .index_text_wrapper{overflow: hidden;}
}

.sitemap img{display: none !important;}
.sitemap .row{display: block !important;}

@media screen and (max-width: 1200px) {
    .bg_title h1{font-size: 20px;}
}
@media screen and (max-width: 400px) {
    .index_text_wrapper.bottom h2 {
    font-size: 26px;
    line-height: 30px;
}
}
@media screen and (max-width: 350px) {
    .index_text_wrapper.bottom h2 {
    font-size: 24px;
    line-height: 30px;
}
}

/**/
.expert{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; padding-top: 25px; position: relative; padding-top: 25px; padding-bottom: 25px;}
.expert:before{content: ''; display: block; position: absolute; top: 0; bottom: 0; width: 100vw; left: 50%; margin-left:-50vw; background-color: #E3EBF7;}
.expert > div{position: relative; z-index: 10;}
    .expert_left{width: 270px; margin-right: 22px; flex-shrink: 0;}
    .expert_left .expert_name{display: none;}
        .expert_left-vrach{background-color: #F6F6F6; padding: 20px 10px; text-align: center;}
            .expert_left-images{text-align: center; margin-bottom: 16px;}
            .expert_left-images a{display: block; margin: 0 auto; width: 169px; height: 169px; border-radius: 50%; overflow: hidden; position: relative; text-decoration: none;}
            .expert_left-images img{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
            .expert_left-name{margin-bottom: 5px;}
            .expert_left-name a{display: block; text-decoration: none; font-weight: 600; font-size: 16px; line-height: 1.6em; color: #000000;}
            .expert_left-text{font-weight: 400; font-size: 14px; line-height: 1.6em; color: #5C5C5C; margin-bottom: 25px;}
            .expert_left-btn{}
            .expert_left-btn a{display: block; margin: 0 auto; width: 172px; height: 50px; text-align: center; background-color: #96CD67; overflow: hidden; color: #fff; line-height: 50px; font-size: 16px; font-weight: 500; position: relative;}
            .expert_left-btn a span:before {display: block; position: absolute; content: ''; top: 0; height: 100%; width: 100px; transform: skewX(-45deg); animation: flareAnimation;    left: -150%; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));  animation: flareAnimation 5s infinite linear;}

    .expert_right{flex-grow: 1;}
        .expert_name{margin-bottom: 25px; font-weight: 500; font-size: 24px; color: #000;}
        .expert_items{border-top: 1px solid #E0E0E0;}
            .expert_item{border-bottom: 1px solid #E0E0E0;}
            .expert_item_name{padding: 18px 54px; font-weight: 600; color: #000000; font-size: 18px; line-height: 1.4em; position: relative; cursor: pointer;}
            .expert_item_name:before{content: ''; display: block; background-image: url(/images/icon-vopros.svg); background-position: 50% 50%; background-repeat: no-repeat; width: 24px; height: 24px; position: absolute; left: 25px; top: 50%; margin-top: -12px;}
            .expert_item_name svg{width: 21px; height: 21px; position: absolute; top: 50%; margin-top: -11px; right: 25px; fill: #4F4F4F;}
            .expert_item_text{display: none;}
            .expert_item_text ul li{line-height: 1.2rem !important; margin-top: 0.5rem; background-position: left 10px; background-size: 6px 6px;}
            .expert_item_name:hover{background-color: #F9FFF3;}
            .expert_item_name:hover svg{fill: #96CD67;}

            .expert_item.opened{background-color: #F9FFF3;}
            .expert_item.opened .expert_item_text{display: block; padding: 20px 28px;}
            .expert_item.opened .expert_item_name{  fill: #96CD67; border-top: 1px solid #96CD67; border-bottom: 1px solid #96CD67;}
            .expert_item.opened .expert_item_name svg{transform: rotate(180deg); fill: #96CD67;}
@media screen and (max-width: 700px) {
.expert{flex-wrap: wrap;}
    .expert_left{width: 100%; margin-bottom: 15px;}
    .expert_left .expert_name{display: block;}
    .expert_right{width: 100%}
    .expert_right .expert_name{display: none;}
    .expert_item_name{padding: 16px 45px 16px 30px; font-size: 16px; line-height: 1.4em; position: relative; cursor: pointer;}
    .expert_item_name:before{ width: 24px; height: 24px; position: absolute; left: 5px; top: 50%; margin-top: -12px;}

}


.price-text{font-size: 14px; font-weight: 300; line-height: 1.5; padding-top: 15px;}
@media screen and (max-width: 700px) {
.price-text{font-size: 12px; }
}
@media screen and (max-width: 400px) {
.price-text{font-size: 10px; }
}

    



.index_text_row.row {align-items: center;}
.index_text_wrapper {padding: 32px 0; box-shadow: inset 0 23px 20px -5px rgba(227, 227, 227, 0.9);}
.index_text_left {width: 70%; font-size: 23px; display: flex; flex-direction: column; justify-content: center; margin-bottom: 15px;}
    .index_text_wrapper h2 {color: #9f9f9f; font-size: 15px; letter-spacing: 0.05rem; margin-bottom: 5px;}
    .index_text_wrapper h1 {color: #2C5CAA; text-transform: uppercase; font-size: 50px; letter-spacing: 0.05rem; margin-bottom: 0.7rem;  font-weight: 500;}
    .index_text_wrapper p {color: #1F2937; font-size: 20px; line-height: 25px;} 
.index_text_right {width: 30%; padding-left: 5%;}
    .reception_btn_wrapper {width: 207px; height: 207px; border-radius: 100%; border: 2px solid #2C5CAA;}
    .reception_btn_wrapper a {display: flex; background-color: #2C5CAA; align-items: center; text-align: center; justify-content: center; font-size: 16px;  text-transform: uppercase; width: 197px;  height: 197px; margin: 3px auto 0; border-radius: 100%; position: relative; color: #fff;}
    .reception_btn_wrapper a:hover {background-color: #fff; color: #2C5CAA;}
    .reception_btn_wrapper a:before {content: ""; position: absolute; width: 197px; height: 197px; border-radius: 50%; border: 1px solid #2C5CAA; top: 0px; left: 0%; animation: wave 2s infinite;}
    @-webkit-keyframes wave {
        0% {
        transform: scale(1, 1);
        }
        100% {
            opacity: 0;
            transform: scale(1.4, 1.4);
        }
    }
    @keyframes wave {
        0% {
        transform: scale(1, 1);
        }
        100% {
            opacity: 0;
            transform: scale(1.4, 1.4);
        }
    }
    .reception_btn_wrapper a span {display: block; position: absolute; top: 0; left: 0; width: 197px; height: 197px; overflow: hidden; border-radius: 100%;}
    .reception_btn_wrapper a span:before {display: block; position: absolute; content: ''; top: 0; height: 100%; width: 100px; transform: skewX(-45deg); animation: flareAnimation; left: -150%;    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));  animation: flareAnimation 5s infinite linear;}
    @keyframes flareAnimation {
        0% {
        left: -150%;
        }
        100% {
            left: 150%;
        }
    }
    .reception_btn_wrapper a:after {content: ""; position: absolute; width: 197px; height: 197px; border-radius: 50%; border: 1px solid #2C5CAA; top: 0px; left: 0%; animation: wave2 2s infinite;    animation-delay: 1.5s;}
    @-webkit-keyframes wave2 {
        0% {
        transform: scale(1, 1);
        }
        100% {
            opacity: 0;
            transform: scale(1.4, 1.4);
        }
    }
    @keyframes wave2 {
        0% {
        transform: scale(1, 1);
        }
        100% {
            opacity: 0;
            transform: scale(1.4, 1.4);
        }
    }

@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 1077px) {
    .reception_btn_wrapper a:after {width: 137px; height: 137px;}
    .reception_btn_wrapper a:before {width: 137px; height: 137px;}
    .reception_btn_wrapper a span {width: 137px; height: 137px;}
    .reception_btn_wrapper a {width: 137px;  height: 137px; }
    .reception_btn_wrapper {width: 147px; height: 147px;}

}
@media screen and (max-width: 991px) {
    .index_text_wrapper h2 {}
    .index_text_wrapper h1 {font-size: 40px;}
    .index_text_wrapper p { font-size: 18px; line-height: 25px;} 
}
@media screen and (max-width: 767px) {
    .index_text_left {width: 100%; margin-bottom:20px;}
    .index_text_right {width: 100%;}
    .reception_btn_wrapper {margin-left: auto; margin-right: auto;}
}

.index_equipment_list .section-title{margin-bottom: 0;}
@media screen and (max-width: 550px) {
.header__logo img{height: 50px;}
}



.cta__form input[type="text"]{width: 100%;}
.cta__form .checkbox_wrap label{font-size: 14px;}

#signConsultPage .message {
    text-align: center;
    padding: 5px 15px;
	color: red !important;
	background: #fff;
	display: none;
}