@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lusitana);
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@font-face {
  font-family: 'Circe';
  src: url('../fonts/CirceRounded-Regular3.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circe-normal';
  src: url('../fonts/Circe-Rounded.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

html, body
{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.cityTabs {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 30px 25px 30px;
    box-sizing: border-box;
    margin-top: -45px;
    display: flex;
    justify-content: center;
}
.cityTabs a {
    margin: 0 20px;
    background: gray;
    color: whitesmoke;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.cityTabs a.active {
    background: #393939;
}
/*price window*/
.over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    z-index: 99;
}
.over .rek_window {
    background: white url("../images/price_window.jpg") no-repeat center top;
    background-size: 100%;
    width: 800px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: -400px;
    min-height: 735px;
}
.over .rek_window form {
    position: absolute;
    top: 25%;
    left: 35px;
}
.over .rek_window a.podr {
    text-decoration: none;
    position: absolute;
    color: #040404;
    bottom: 20%;
    left: 42%;
    font-weight: 600;
}
.over .rek_window form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.over .rek_window form input {
    border: 1px solid #b1b7b2;
    padding: 10px;
    display: block;
    width: 265px;
    outline: none;
    margin-bottom: 20px;
    border-radius: 5px;
}
.over .rek_window form button {
    width: 200px;
    padding: 10px 20px;
    background: #d30200;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s ease-out;
}
.over .rek_window a.close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    display: block;
    background: url("../images/cancel.svg") no-repeat center center;
    background-size: 55px;
}
.over .rek_window form button:hover {
    opacity: 0.7;
    cursor: pointer;
}
.thank_you {
    position: fixed;
    width: 360px;
    background: white;
    border-radius: 10px;
    left: 50%;
    top: 43%;
    margin-left: -178px;
    padding: 15px;
    border: 1px solid red;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
#review textarea {
    height: 115px;
    font-family: 'Open Sans', sans-serif;
}
.addReview {
    display: table;
    padding: 10px 25px;
    background-color: #858585;
    color: white;
    text-decoration: none;
    margin: 20px auto;
    margin-bottom: 31px;
    border-radius: 5px;
    transition: 0.3s ease-out;
}
.addReview:hover {
    opacity: 0.7;
}
.review-list {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 11px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.review-list .pad {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
}
.review-list .pad item {
    background: #e5e5e5 url(../images/review-bg.png) no-repeat center top;
    padding: 95px 30px 30px 30px;
    border-radius: 15px 0 15px 0;
    display: block;
    background-position-y: 15px;
    background-size: 105px;
    height: 100%;
    box-sizing: border-box;
}
.review-list .pad item dat {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0;
}
.review-list .pad item span {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #656567;
}
.review-list .pad item .remark {
    font-size: 14px;
    color: #656567;
    line-height: 1.7;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    display: block;
    margin-top: 28px;
}
.review-list .pad item .remark:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -9px;
    transform: rotate(
            45deg
    );
}
.jobs-list {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 11px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jobs-list item {
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #e8e8e8;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 10px 5px rgb(221 221 221 / 50%);
}
.jobs-list item .job-col:first-child {
    width: 30%;
}
.jobs-list item .job-col:last-child {
    width: 70%;
    padding-left: 20px;
}
.jobs-list item .job-col .job-row p {
    text-align: center;
}
.jobs-list item .job-col .job-row h3 {
    margin-bottom: 25px;
}
.jobs-list item .job-col .job-row strong {
    display: block;
    margin-top: 8px;
}
.jobs-list item .job-col .job-row h4 {
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.jobs-list item .job-col .job-row ul {
    padding: 0;
    margin: 10px 0 20px 0;
    list-style: none;
}
.jobs-list item .job-col .job-row ul li {
    font-size: 14px;
    color: #585858;
    padding: 3px 0;
}
.jobs-list item .job-col .job-row img {
    width: 130px;
    display: block;
    margin: 80px auto;
}
.staff-page {
    background: whitesmoke;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    padding: 25px;
    margin-top: 20px;
}
.staff-page .staff-page-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.staff-page .staff-page-info>div:first-child{
    width: 60%;
}
.staff-page .staff-page-info>div:first-child iframe {
    width: 100%;
}
.staff-page .staff-page-info>div:last-child{
    width: 40%;
    padding-left: 30px;
    box-sizing: border-box;
}
.staff-page .staff-page-info>div:last-child img {
    width: 100%;
    margin-bottom: 15px;
}
.staff-page h1 {
    margin: 0;
    position: initial;
    font-size: 18px;
    font-weight: bold;
    color: #656567;
    text-align: center;
}
.staff-page h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 300;
    color: #656567;
    padding: 0;
    text-align: center;
    background: none;
}
.new-staff {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 11px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-staff item {
    display: flex;
    overflow: hidden;
    width: 48.5%;
    background: #e8e8e8;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
}
.new-staff item div:first-child {
    width: 40%;
}
.new-staff item div:first-child img {
    width: 100%;
}
.new-staff item div:last-child {
    width: 60%;
    padding: 20px 0 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-staff item div.staff-info h3 {
    font-size: 22px;
    color: #656567;
    margin: 0;
}
.new-staff item div.staff-info .staff-position {
    font-size: 16px;
    font-weight: bold;
}
.new-staff item div.staff-info .staff-experience {
    font-size: 14px;
}
.new-staff item div.staff-info h3 span {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
.new-staff item div.staff-info a {
    padding: 15px 20px;
    background: #656567;
    text-decoration: none;
    color: whitesmoke;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    max-width: 167px;
    transition: 0.3s ease-out;
}
.new-staff item div.staff-info a:hover {
    opacity: 0.7;
}
mark {
    background-color: black;
    color: white;
    font-size: 11px;
    padding: 3px;
    border-radius: 3px;
    position: absolute;
    width: 167px;
    top: 18px;
    left: 0;
}
.price_position ul li:nth-child(2) {
    position: relative;
}
.price_position ul {
    padding: 14px 5px 20px 5px !important;
}
.news.actual {
    justify-content: space-around !important;
}
.news a.actual_item {
    width: 30%;
    padding: 0 20px;
    text-decoration: none;
    color: #333333;
    transition: 0.3s ease-out;
}
.news a.actual_item ul {
    margin: 0;
    padding: 0 0 0 31px;
    list-style: none;
}
.news a.actual_item:hover {
    opacity: 0.7;
}
.news a.actual_item p {
    font-size: 14px;
}
.news a.actual_item h4 {
    margin: 0;
    text-align: left;
}
.news a.actual_item img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.dis_mess {
    padding: 5px 16px;
    display: table;
    margin: 0 auto;
    background-color: black;
    color: white;
    font-size: 14px;
}
.lazer_house {
    position: fixed;
    top: 30%;
    padding: 37px 10px 10px 10px;
    background-color: #c7c7c7;
    width: 250px;
    font-size: 14px;
    z-index: 9999;
}
.lazer_house img {
    display: block;
    margin: 10px 0;
}
.lazer_house b {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 42px;
    color: red;
}
.overlay_select {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}
.clinic_select {
    width: 600px;
    top: 20%;
    position: fixed;
    left: 50%;
    margin-left: -300px;
}
.clinic_select span {
    display: block;
    text-align: center;
    padding: 35px 0;
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.clinic_select a {
    width: 48%;
    background-color: white;
    transition: 0.3s ease-out;
    border-radius: 0 10px 0 0;
    text-decoration: none;
    color: #656665;
    font-size: 14px;
}
.clinic_select a:hover {
    transform: scale(0.9);
}
.clinic_select a img {
    width: 180px;
    display: block;
    margin: 30px auto;
}
.clinic_select a ul {
    list-style: none;
}
.clinic_select a ul li {
    padding: 5px 0;
}
@media (max-width: 650px) {
    .clinic_select {
        width: 100%;
        top: 20%;
        position: fixed;
        padding: 0 20px;
        left: 0;
        margin-left: 0;
        box-sizing: border-box;
    }
    .clinic_select a img {
        width: 100px;
        display: block;
        margin: 15px auto;
    }
    .clinic_select a ul {
        list-style: none;
        margin: 0;
        padding: 7px;
    }
    .lazer_house {
        display: none;
    }
}
.podrazdel {
    padding: 10px 0;
    display: block;
    background-color: #e1e1e2;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}
.check_clinic {
    border: 1px solid #cfcfcf;
    width: 50%;
    overflow: hidden;
    margin-top: 15px;
    padding: 10px;
    background-color: white;
    box-sizing: border-box;
}
.check_clinic span {
    display: block;
    padding: 0px 0 10px 0;
    font-size: 14px;
}
.check_clinic a {
    display: block;
    width: 50%;
    padding: 25px 20px;
    box-sizing: border-box;
    transition: 0.3s ease-out;
    border-bottom: 2px solid white;
}
.check_clinic a:hover {
    opacity: 0.7;
    border-bottom: 2px solid green;
}
.check_clinic a.ag {
    background: url(../images/logo_ag.png) no-repeat center center;
    background-size: 85%;
}
.check_clinic a.agclinic {
    background: url(../images/logo.png) no-repeat center center;
    background-size: 85%;
}
.desctop
 {
     display: block;
 }
.callme {
    position: fixed;
    width: 70px;
    display: none;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/call.gif);
    background-size: 83px;
    bottom: 97px;
    right: 20px;
    z-index: 9999;
}
.docs a {
    display: block;
    margin: 2%;
}

body
{
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) repeat-y top center;
    background-color: #f1f1f1;
}
.srerilnost {
    display: block;
    max-width: 1300px;
    overflow: hidden;
    font-size: 14px;
    height: 164px;
    margin: 0 auto;
    padding: 15px 12px 15px 15px;
    box-shadow: 0px 10px 30px #a6a6a7;
    background-color: #f1f1f1;
    margin-bottom: 60px;
    position: relative;
    box-sizing: border-box;
    line-height: 1.6;
    position: relative;
    pointer-events: none;
    -webkit-transition: 2s height ease;
    transition: 2s height ease;
}
.srerilnost img {
    margin-top: 20px;
}
.rotate_arrow:after {
    display: none !important;
}
.rotate_arrow:before {
    transform: rotate(180deg);
}
.srerilnost h6 {
    font-size: 16px;
    margin: 18px 0 8px 0;
}
.srerilnost:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(255,255,255,0) 100%);
}
.srerilnost:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 6px;
    left: 50%;
    margin-left: -20px;
    border: 1px solid black;
    border-radius: 50%;
    width: 40px;
    z-index: 99;
    height: 40px;
    background: #f1f1f1 url(../images/down.svg) no-repeat center center;
    background-size: 23px;
    cursor: pointer;
    pointer-events: all;
}
.srerilnost h5 {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0;
}
.adv_window {
    display: block;
    width: 600px;
    position: fixed;
    background-color: white;
    top: 5%;
    padding: 10px;
    left: 50%;
    margin-left: -350px;
    z-index: 99999;
}
.nov {
    border: 1px solid #a800cc;
    background-color: #ffeefc;
}
.nov_stick {
    width: 99px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}
.nov_stick img {
    filter: none !important;
}
._3d
{
    display: block;
    margin: 0px auto;
    width: 90px;
    margin-top: 50px;
    margin-bottom: -50px;
    transition: 0.3s ease-out;
}
._3d:hover
{
    opacity: 0.6;
}
.cl
{
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    transition: 0.3s ease-out;
    position: absolute;
    top: 15px;
    right: 15px;
}
.cl:hover
{
    opacity: 0.6;
}
.cl img
{
    width: 100%;
}
.adv_window img {
    width: 100%;
}
.staff_block div {
    width: 50%;
}
.staff_block div p {
    font-size: 12px;
    text-align: left;
}
.staff_block div ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
    font-size: 14px;
}
.staff_block div ul li {
    padding: 5px 0;
}
.staff_block div:nth-child(2) {
    padding-left: 15px;
    box-sizing: border-box;
}
.staff_block div span:nth-child(2) {
    display: block;
    text-align: center;
    padding: 13px 0;
    font-weight: bold;
}
.staff_block div span:nth-child(3) {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-weight: 100;
    font-size: 12px;
    font-style: italic;
}
.owl-carousel .item.staff_block img {
    width: 100%;
}
.overlay
{
  background-color: #000; /* ׸���� ��� */
  height: 100%; /* ������ ����������� */
  left: 0; /* ������� ������ ����� */
  opacity: 0.50; /* ������� ������������ */
  position: fixed; /* ������������� ��������� */
  top: 0; /* ������� ������ ������ */
  width: 100%; /* ������ ����������� */
  z-index: 1; /* �������� ���� ��� ������� ���������� */
  display: block;
}
.search
{
    max-width: 500px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.docs_link {
    display: block;
    margin: 12px auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #636363;
    font-size: 14px;
    transition: 0.3s ease-out;
}
.docs_link:hover {
    opacity: 0.7;
}
.search button
{
    background: url(../images/search.svg) no-repeat center center;
    background-size: 18px;
    display: inline-block;
    width: 30px;
    border-style: none;
    height: 29px;
    background-color: #f4f4f4;
    padding: 9px;
    border-radius: 0 10px 10px 0;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #b4b4b4;
    cursor: pointer;
    outline: none;
}
.search input
{
    padding: 6px 6px 6px 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 90%;
    background-color: #f4f4f4;
    border-style: none;
    outline: none;
    border-radius: 10px 0px 0 10px;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #b4b4b4;
}
.search_list
{
    max-width: 600px;
    padding: 10px;
    margin: 50px auto;
}

.search_list li
{
    list-style: none;
    display: block;
    margin-bottom: 15px;
}
.search_list li a
{
    color: gray;
    text-decoration: none;
    transition: 0.3s eaease-out;
}
.search_list li a:hover
{
    opacity: 0.6;
}
.search_list li a span
{
    display: block;
    font-size: 12px;
    color: blue;
}
.news_page_item ul
{
    margin: 0;
    padding: 0;
}
.news_page_item ul li
{
    margin: 0;
    padding: 4px 0;
    list-style: none;
}
.remark iframe {
    width: 100%;
    height: 450px;
    margin: 15px auto;
}
.remark table {
    display: block;
    margin: 15px 0;
    background-color: white;
    min-width: 800px;
}

.remark table tr:first-child {
    background-color: #e1e1e2;
}
.remark table tr:first-child td {
    font-weight: 600;
}
.remark table tr {
    font-weight: 600;
    font-size: 14px;
}
.remark table td {
    padding: 5px;
    font-weight: 300;
    box-sizing: border-box;
}
.remark i
{
    display: block;
    padding: 5px;
    color: red;
    border: 1px solid red;
    text-align: center;
    font-style: normal;
}
h1
{
    margin: -500px;
    position: absolute;
}
.arhive
{
    text-decoration: none;
}
.price_radel li a.active
{
    color: red;
}
.rightimg  {
    float: right; 
    margin: 7px 0 7px 7px; 
   }
.copy
{
    text-align: center;
    text-decoration: none;
}
.copy a
{
    text-decoration: none;
    font-size: 14px;
    color: #898989;
    padding: 14px 0;
    display: block;
    transition: 0.3s ease-out;
}
.copy a:hover
{
    opacity: 0.6;
}
.price_position
{
    width: 100%;
}
.price_position_news {
    list-style: none;
    padding: 10px 0;
    margin: 5px 0 0 0;
    width: 70%;
}
.price_position_news li {
    font-size: 14px;
}
.price_position_news li:nth-child(1) {
    width: 60%;
}
.price_position_news li:nth-child(2) {
    width: 20%;
}
.price_position_news li:nth-child(3) {
    width: 20%;
}
.line
{
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    padding: 15px 0;
}
.page
{
    max-width: 1000px;
    margin: 0 auto;
}
.remark
{
    font-family: 'Lato', sans-serif;
}
.header
{
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
}
.modal input
{
    padding: 10px;
    display: block;
    width: 100%;
    border: 1px solid #ababab;
    outline: none;
    box-sizing: border-box;
    margin: 18px 0;
}
.modal textarea
{
    padding: 10px;
    display: block;
    width: 100%;
    border: 1px solid #ababab;
    outline: none;
    box-sizing: border-box;
    margin: 18px 0;
}
.modal p
{
    font-size: 22px;
    text-align: center;
}
.btn_zapis
{
padding: 15px 15px 15px 15px;
    background-color: #5e5e5e;
    color: white;
    margin: 71px auto;
    display: block;
    height: 17px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-out;
    width: 223px;
}
.btn_zapis:hover
{
    opacity: 0.6;
    cursor: pointer;
}
.remark
{
    padding: 10px 15px 10px 15px;
}
.header_row
{
    width: 30%;
    color: #231f20;
    font-size: 16px;
}
.header_row_center
{
    width: 40%;
}
.header_cosial
{
    margin-top: 82px;
}
var
{
    font-style: normal;
}
.header_cosial a
{
    margin-right: 10px;
    opacity: 0.7;
    transition: 0.3s ease-out;
}
.vk
{
    background: url(../images/vk_color.svg) no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
    filter: gray;
    width: 30px;
    display: inline-block;
    height: 30px;
}
.vk:hover
{
    -webkit-filter: grayscale(1%);
    -moz-filter: grayscale(1%);
    -ms-filter: grayscale(1%);
    -o-filter: grayscale(1%);
    filter: grayscale(1%);
    filter: gray;
}
.fb
{
    background: url(../images/facebook_color.svg) no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    filter: grayscale(95%);
    filter: gray;
    width: 30px;
    display: inline-block;
    height: 30px;
}
.fb:hover
{
    -webkit-filter: grayscale(1%);
    -moz-filter: grayscale(1%);
    -ms-filter: grayscale(1%);
    -o-filter: grayscale(1%);
    filter: grayscale(1%);
    filter: gray;
}
.inst
{
    background: url(../images/inst_color.svg) no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    filter: grayscale(95%);
    filter: gray;
    width: 30px;
    display: inline-block;
    height: 30px;
}
.inst:hover
{
    -webkit-filter: grayscale(1%);
    -moz-filter: grayscale(1%);
    -ms-filter: grayscale(1%);
    -o-filter: grayscale(1%);
    filter: grayscale(1%);
    filter: gray;
}
.you
{
    background: url(../images/youtube1.svg) no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    filter: grayscale(95%);
    filter: gray;
    width: 30px;
    display: inline-block;
    height: 30px;
}
.you:hover
{
    -webkit-filter: grayscale(1%);
    -moz-filter: grayscale(1%);
    -ms-filter: grayscale(1%);
    -o-filter: grayscale(1%);
    filter: grayscale(1%);
    filter: gray;
}
.header_cosial a:hover
{
    opacity: 1;
    cursor: pointer;
}
.header_row_center img
{
    display: block;
    margin: 0 auto;
}
.viber
{
    background: url(../images/viber.svg) no-repeat;
    background-size: 23px;
    padding-left: 30px;
}
.order_btn {
    display: block;
    background-color: white;
    width: 145px;
    font-size: 14px;
    text-decoration: none;
    color: #676767;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    margin-top: -30px;
    transition: 0.3s ease-out;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.order_btn:hover
{
    cursor: pointer;
    box-shadow: 3px 5px 15px #ccc;
}
.header_phone
{
    clear: both;
    float: right;
    margin-top: 43px;
    width: 304px;
}
.footer_phone a
{
    text-decoration: none;
    transition: 0.3s ease-out;
    color: #231f20;    
}
.footer_phone a:hover
{
    opacity: 0.6;
}
.header_phone a
{
    text-decoration: none;
    transition: 0.3s ease-out;
    color: #231f20;
    display: block;
    text-align: right;
}
.header_phone a:hover
{
    opacity: 0.6;
}
.header_phone span
{
    display: inline-block;
    margin-bottom: 1px;
    text-align: right;
    padding: 3px 0 3px 28px;
}
.map
{
    margin-top: 5px;
    font-size: 14px;
    background: url(../images/map.svg) no-repeat;
    background-size: 23px;
    padding-left: 30px;
    overflow: hidden;
}
.part
{
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.part img
{
    max-width: 170px;
    margin: 15px;
    transition: 0.3s ease-out;
}
.part img:hover
{
    opacity: 0.6;
}
.map_cont
{
    margin-top: 5px;
    font-size: 14px;
    background: url(../images/map.svg) no-repeat;
    background-size: 17px;
    padding-left: 30px;
    overflow: hidden;
    min-height: 17px;
}
.adr_map
{
    margin-bottom: 50px;
}
.phone
{
    margin-top: 5px;
    font-size: 14px;
    background: url(../images/call.svg) no-repeat;
    background-size: 17px;
    padding-left: 30px;
    overflow: hidden;
    min-height: 17px;
}
.clock
{
    margin-top: 5px;
    font-size: 14px;
    background: url(../images/wall-clock.svg) no-repeat;
    background-size: 17px;
    padding-left: 30px;
    overflow: hidden;
    min-height: 17px;
}
.menu
{
    display: block;
    padding: 22px;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    background-color: #f1f1f1;
    text-align: center;
}
.menu ul 
{
    margin: 0 auto;
    padding: 0;
    width: 70%;
}
.menu ul li
{
    list-style: none;
    display: block;
}
.menu ul li span
{
    line-height: 1.1;
    font-size: 22px;
    padding: 0 7px 0 7px;
}
.menu ul li a
{
    text-decoration: none;
    color: #717171;
    font-size: 15px;
    transition: 0.3s ease-out;
    position:relative;
    display: inline-block;
}
.menu ul li a:hover
{
    opacity: 0.8;
}
.menu ul li a:after 
{
    background-color: #888888;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left: 50%;
    bottom: -26px;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu li a:hover:after,
.menu li a:focus:after {
    width: 100%;
}
h2 {
    font-family: 'Noto Serif', serif;
    font-size: 73px;
    display: block;
    font-weight: 100;
    color: #484848;
    padding: 177px 0 226px 0;
    text-align: center;
    background: url(../images/slog-bg.png) no-repeat center center;
}
.osebe
{
    background-color: #fff;
    padding-top: 118px;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 119px;
    padding-right: 125px;
    overflow: hidden;
    padding-bottom: 123px;
    box-shadow: 0px 10px 30px #a6a6a7;
    margin-bottom: 75px;
}
.osebe img
{
    width: 66%;
}
.osebe list
{
    width: 330px;
    font-size: 14px;
    line-height: 30px;
}
.osebe list h3
{
    font-size: 20px;
    margin-top: 48px;
    color: #404040;
}  
.osebe list div strong
{
    text-align: right;
    color: #404040;
    margin-top: 22px;
} 
.news {
    background-color: #fff;
    padding-top: 50px;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 70px;
    overflow: hidden;
    padding-bottom: 50px;
    box-shadow: 0px 10px 30px #a6a6a7;
    margin-bottom: 75px;
}
.news_item
{
    width: 30%;
    padding: 0 15px 0 15px;
    
}
.news_item:nth-child(1)
{
    border-right: 1px solid #c4c4c4;
    
}
.news_item:nth-child(3)
{
    border-left: 1px solid #c4c4c4;
    
}
.news_item:nth-child(4)
{
    border-left: 1px solid #c4c4c4;
    
}
.news_item span
{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #404040;
}
.news_item a
{
    text-decoration: none;

}
.news_item h3
{
    margin: 0;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    text-align: left;
    border-top: 1px solid #c5c5c5;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #c5c5c5;
}
.news_item img
{
      -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray; /* IE 6-9 */
  transition: 0.4s ease-out;
  display: block;
    margin: 0 auto;
}
.news_item img:hover
{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */

}
.news_item dt
{

    font-size: 14px;
    padding-top: 10px;
    color: gray;
    text-align: center;
}
h4
{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #656567;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 83px;
}
.carusel {
    display: block;
    width: 100%;
    height: 340px;
    padding: 15px 0 15px 0;
    box-shadow: 0px 10px 30px #a6a6a7;
    background-color: #f1f1f1;
    margin-bottom: 69px;
}
.review
{
    display: block;
    max-width: 1300px;
    overflow: hidden;
    height: 340px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    box-shadow: 0px 10px 30px #a6a6a7;
    background-color: #f1f1f1;
    margin-bottom: 60px;
    position: relative;
}
.staff
{
    display: block;
    max-width: 1300px;
    overflow: hidden;
    height: 550px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    box-shadow: 0px 10px 30px #a6a6a7;
    background-color: #f1f1f1;
    margin-bottom: 60px;
    position: relative;
}
.staff .owl-nav {
    display: none;
}
.owl-carousel .owl-nav button.owl-next{

    background: url(../images/next.png) no-repeat center center;
    width: 89px;
    height: 87px;
    position: absolute;
    right: 55px;
    top: 30%;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next:hover{

    background: url(../images/next.png) no-repeat center center;
    opacity: 0.6;
}
.owl-carousel .owl-nav button.owl-prev{

    background: url(../images/prev.png) no-repeat center center;
    width: 89px;
    height: 87px;
    position: absolute;
    left: 55px;
    top: 30%;
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev:hover{

    background: url(../images/prev.png) no-repeat center center;
    opacity: 0.6;
}
.owl-next span {
    display: none;
}
.owl-prev span {
    display: none;
}
.owl-carousel .item 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;

}
.owl-carousel .item.staff_block {
    height: 510px;
    text-align: center;
    width: auto;
    padding: 10px;
}
.owl-carousel .itemone 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel1 .item 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel .item .rev
{

    width: 100%;

}
.owl-carousel1 .itemone 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel .item img
{
    width: auto;
    margin: 0 auto;   
    
}
.name
{
   font-weight: 600;
   text-transform: uppercase;     
}
.otziv p
{
    font-size: 14px;
    display: block;
    width: 70%;
    margin: 0 auto;
}
.otziv div
{
    font-size: 14px;

}

.footer
{
    height: 215px;
    background-color: white;
    border-top: 1px solid #b2b2b2;
    padding: 37px 0 40px 0;
}
.footer_wrapper
{
    max-width: 1300px;
    margin: 0 auto;
}

.footer_row
{
    width: 30%;
    color: #231f20;
    font-size: 18px;
}
.btn
{
    text-align: center;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 14px;
    color: gray;
    margin-top: 10px;
    transition: 0.3s ease-out;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid gray;
    width: 43%;
    background-color: #f3f3f3;
}

.btn:hover
{
    opacity: 0.7;
}
.footer_row_center
{
    width: 40%;
}
.footer_phone
{
    clear: both;
    float: right;
    margin-top: 60px;
}
.footer_phone span
{
    display: block;
    margin-bottom: 11px;
    text-align: right;
}
.footer_phone span.mail
{
    font-size: 16px;
}
.footer_cosial
{
    margin-top: 82px;
    width: 80%;
}
.footer_cosial a
{
    margin-right: 15px;
    opacity: 0.7;
    transition: 0.3s ease-out;
}
.footer_cosial a:hover
{
    opacity: 1;
    cursor: pointer;
}
.footer_row_center img
{
    display: block;
    margin: 0 auto;
    width: 40%;
}


.owl-carousel1 .item 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel1 .itemone 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel1 .item 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel1 .item .rev
{

    width: 100%;

}
.owl-carousel1 .itemone 
{
    height: 300px;
    text-align: center;
    width: auto;
    padding: 10px;
    background-color: white;
}
.owl-carousel1 .item img
{
    height: 300px;
    width: auto;
    
    
}


.zvonok 
{
    width: 90%;
    font-size: 14px;
    padding: 3px;
    border: 1px solid gray;
    text-align: center;
    text-decoration: none;
    color: gray;
    display: none;
    margin: 0 auto;
    margin-top: 7px;
    transition: 0.3s ease-out;

}
.zvonok:hover
{
    opacity: 0.7;

}



.flex
{
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
	align-items: top;
    -webkit-align-items: top;
	-webkit-box-align: top;
	-ms-flex-align: top;

}
.flex_wrap
{
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
   	align-items: top;
    
    -webkit-align-items: top;
	-webkit-box-align: top;
	-ms-flex-align: top;
}
.mobile
    {
        display: none !important;
    }
.mob_menu
{
    display: none;
}
.uslugi
{
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.usluga
{
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 55px;  
    padding: 20px 20px 20px 20px;
    background-color: white;
    box-shadow: 0px 10px 30px #a6a6a7;  
}
.adr
{
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 55px;  
    padding: 20px 20px 20px 20px;
    background-color: white;
    box-shadow: 0px 10px 30px #a6a6a7;    
}
.adr_item
{
    width: 30%;    
}
.adr_item span
{
    display: block;
    color: #878787;
    margin-bottom: 10px;   
    padding-left: 30px;
    font-size: 14px;
    min-height: 17px;
}
.usluga_item h3 {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 16px;
    margin-top: 11px;
    color: #4b4b4b;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
}
.usluga ul
{
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 13px;
    min-height: 140px;
}
.usluga ul li {
    list-style: none;
    font-size: 14px;
    display: block;
    color: #757575;
    padding: 5px 0 5px 0;
}
.usluga_item img
{
      -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray; /* IE 6-9 */
  transition: 0.4s ease-out;
      margin: 0 auto;
    display: block;
}
.usluga_item img:hover
{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */

}
.photo_ico
{
    padding: 14px 6px 12px 51px;
    border: 1px solid #a3a3a3;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    background: url(../images/photo.svg) no-repeat center left;
    background-size: 26px;
    text-decoration: none;
    color: #878787;
    background-color: #f6f6f6;
    width: 138px;
    background-position-x: 12px;
    transition: 0.3s ease-out;
}
.photo_ico:hover
{
    opacity: 0.7;
}
.info_ico
{
    padding: 14px 6px 12px 51px;
    border: 1px solid #a3a3a3;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    background: url(../images/info.svg) no-repeat center left;
    background-size: 26px;
    text-decoration: none;
    color: #878787;
    background-color: #f6f6f6;
    width: 138px;
    background-position-x: 12px;
    transition: 0.3s ease-out;
}
.info_ico:hover
{
    opacity: 0.7;
}
.video_ico
{
    padding: 14px 6px 12px 51px;
    border: 1px solid #a3a3a3;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    background: url(../images/youtube.svg) no-repeat center left;
    background-size: 26px;
    text-decoration: none;
    color: #878787;
    background-color: #f6f6f6;
    width: 138px;
    background-position-x: 12px;
    transition: 0.3s ease-out;
}
.video_ico:hover
{
    opacity: 0.7;
}
.usluga_item {
    width: 19.5%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 39px;
    margin-left: 27px;
    margin-right: 27px;
    position: relative;
    font-size: 14px;
    color: #757575;
}
.gradient
{
    display: none;
}
.uslugi_item {
    width: 29%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 39px;
    margin-left: 27px;
    background-color: white;
    margin-right: 27px;
}
.uslugi_item img
{
    width: 100%;
}
.uslugi_item a
{
    text-decoration: none;
}
.uslugi_item h3 {
    margin: 0;
    display: block;
    padding: 15px 0 15px 0;
    text-align: center;
    color: #484848;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
}
.uslugi_item img
{
      -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray; /* IE 6-9 */
  transition: 0.4s ease-out;
}
.uslugi_item img:hover
{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */

}
.bred-krups
{
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 1300px;
}
.bred-krups li
{
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    margin: 0;
}
.bred-krups li:after {
    content: "·";
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 6px;
    font-size: 19px;
    display: inline-block;
}
.bred-krups li:last-child:after
{
    content: "";

}
.bred-krups li a
{
    color: #959595;
    text-decoration: none;
    transition: 0.3s ease;
}
.bred-krups li a:hover
{
    color: black;
}
/* vendor/ui-accordion.css */

.ui-accordion {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 965px;
  margin: 30px auto;
  display: block;
}

.ui-accordion-header {
    background-color: #4d4d4d;
    color: #fff;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    outline: none;
    padding: 14px 0px 12px 12px;
    /* padding: 0.25rem 0.5rem; */
}

.ui-accordion-header-icon {
  background-image: url('https://cdn.rawgit.com/marcobiedermann/playground/master/ui/accordion/jquery-ui-accordion/source/assets/images/accordion.svg');
  background-size: 100%;
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 12px;
  width: 0.75rem;
}

.ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-position: 0 -36px;
}

.ui-accordion-content {
  background-color: #fff;
  padding: 8px;
  padding: 0.5rem;
}

.ui-accordion-content + .ui-accordion-header {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.price 
{
    max-width: 1300px;
    padding: 22px;
    margin: 0 auto;
}
.price_position ul
{
    margin: 0;
    border-bottom: 1px dotted #404040;
    padding: 14px 5px 14px 5px;
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
	align-items: top;
    -webkit-align-items: top;
	-webkit-box-align: top;
	-ms-flex-align: top;
    position: relative;
}
.price_position ul li
{
    display: inline-block;
    color: #4a4a4a;
    
}
.price_position ul li:nth-child(1) 
{
    width: 70%;
}
.price_position ul li:nth-child(2) 
{
    width: 20%;
}
.price_position ul li:nth-child(3) 
{
    width: 10%;
}
.price_position ul li:nth-child(2):after
{
    content: " руб.";
}
.price_position ul li:nth-child(3):after 
{
    content: " мин.";
}
.price_radel
{
    margin: 0 auto;
    display: block;
    max-width: 1300px;
    text-align: center;
    padding: 0;
}
.info
{
    display: none;
}
red
{
    color: red;
    position: relative;
}

.inf {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 26px;
    background: url(../images/info.svg) no-repeat center center;
    background-size: 12px;
    top: -14px;
}

.price_radel li
{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    padding: 15px;
    text-transform: uppercase;
}
.price_radel li a
{
    text-decoration: none;
    color: #58585a;
    font-family: 'Oswald', sans-serif;
    transition: 0.3s ease-out;
}
.price_radel li a:hover
{
    opacity: 0.7;
}
.faq
{
    max-width: 1300px;
    padding: 22px;
    margin: 0 auto;
}
.faq_item
{
    width: 42%;
    min-height: 235px;
    padding: 25px 25px 25px 25px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px #a6a6a7;
}
.faq_item h3 {
    font-size: 18px;
    color: #4b4b4b;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    font-weight: 100;
    margin-bottom: 15px;
    padding: 0;
}
.faq_item h4
{
    font-size: 14px;
    color: #4b4b4b;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}
.faq_item a {
    padding: 10px;
    width: 79px;
    color: #484848;
    margin: 20px auto;
    display: block;
    font-size: 14px;
    text-align: center;
    border: 1px solid #404040;
    text-decoration: none;
    transition: 0.3s ease-out;
}
.faq_item a:hover {
    opacity: 0.6;
}
.news_page {
    max-width: 1300px;
    padding: 22px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px #a6a6a7;
    margin-bottom: 50px;
}
.news_page_item
{
    max-width: 19%;
    padding: 15px;
    margin: 0 5px 22px 5px;
    box-sizing: border-box;
    border-bottom: 2px solid #878787;
    position: relative;
    overflow: hidden;
}
.discount_stick {
    background-color: red;
    padding: 24px 15px;
    color: white;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    left: -10px;
    top: -14px;
}
.news_page_item a
{
    text-decoration: none;
    color: #484848;
    transition: 0.3s ease-out;
}
.news_page_item a:hover img
{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */

    opacity: 0.9;
}
.news_page_item img
{
      -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray; /* IE 6-9 */
  transition: 0.4s ease-out;
  width: 100%;
}

.news_page_item h3
{
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    margin-bottom: 15px;
}
.news_page_item span
{
    font-size: 14px;
    display: block;
  
}
.news_page_item dt {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 6px;
}
@media (max-width: 1300px) {
    
.menu ul
{
    width: 81%;
}
    .osebe list {
        width: 320px;
    }
    .osebe img {
        width: 50%;
    }
.footer_wrapper {

    padding: 0 15px 0 15px;
}
}

@media (max-width: 1100px) {
    
.price_radel li {

    padding: 10px;
    font-size: 14px;
}
.uslugi_item {
    width: 42%;

}
.price_position ul li{
    font-size: 14px;
}
.ui-accordion-header {

    font-size: 12px;
}
.osebe
{
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
}
.osebe list 
{
    width: 450px;

}
.footer_wrapper {

    padding: 0 15px 0 15px;
}
.news {
    flex-wrap: wrap;
}   
 .news_item {
    width: 50%;
    box-sizing: border-box;
    margin-top: 15px;
}
.news_item:nth-child(3)
{
    border-left: none;
    
}
.uslugi_item h3
{
    font-size: 16px;
}
.usluga_item {

    width: 24.5%;
}
}

@media (max-width: 935px) {
    .osebe {
        flex-wrap: wrap !important;
    }

    .osebe list {
        width: 100%;
    }
    .osebe img {
        width: 100%;
        margin-bottom: 10px;
    }
    .price_position_news {
        width: 100%;
    }
.news_page_item
{
    max-width: 30%;
    
}
.uslugi_item {
    width: 42%;
}
.usluga_item {

    margin-left: 15px;
    margin-right: 15px;
}

.menu ul
{
    width: 98%;
}
.header_row_center img {

    width: 70%;
}
.footer_row_center img {
    width: 70%;
    margin-top: 35px;
}
h2 {
    font-size: 57px;
    padding: 100px 0 100px 0;
    text-align: center;
}
.otziv p
{
    font-size: 12px;
}
.otziv div
{
    font-size: 12px;

}
.header_phone
{
    font-size: 14px;
    margin-top: 20px;
}
.order_btn
{
    font-size: 14px;
}
.osebe list h3 {
    font-size: 15px;
    margin-top: 15px;
}
.osebe .photo
{

}
.osebe list {

    font-size: 14px;
    line-height: 24px;
}
.podpis
{
    width: 111px;
    height: 80px;
}
.footer_cosial a img{
    width: 35px;
}
    .menu ul li a {

    font-size: 16px;

}
.btn {

    width: 64%;

}
.bred-krups {
    font-size: 12px;
    margin-left: 15px;
}
.photo_ico {
    font-size: 12px;
    background-size: 20px;
    width: 105px;
}
.video_ico {
    font-size: 12px;
    background-size: 20px;
    width: 105px;
}
.info_ico {
    font-size: 12px;
    background-size: 20px;
    width: 105px;
}
}

@media (max-width: 900px) {
.usluga_item {
    width: 26%;
}
.usluga_item img {
    width: 100%;
}
    .check_clinic {
        width: 70%;
    }
}
@media (max-width: 720px) {
    .staff-page .staff-page-info>div:first-child {
        width: 100%;
    }
    .staff-page .staff-page-info>div:last-child {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .staff-page .staff-page-info>div:last-child img {
        width: 48%;
    }
    .new-staff {
        padding: 11px 15px;
    }
    .new-staff item div.staff-info h3 {
        font-size: 16px;
    }
    .new-staff item div.staff-info h3 span {
        font-size: 14px;
    }
    .news a.actual_item {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px dotted gray;
    }
    .new-staff item div:last-child {
        padding: 0px 0 5px 20px;
    }
    .new-staff item div.staff-info a {
        padding: 8px 20px;
        font-size: 12px;
    }
    .new-staff item {
        padding: 17px;
    }
    .new-staff item div.staff-info .staff-position {
        font-size: 12px;
    }
    .new-staff item div.staff-info .staff-experience {
        font-size: 12px;
    }
    .menu ul li a {

    font-size: 14px;

}
    mark {
        font-size: 9px;
        width: 139px;
    }
.uslugi_item {
    width: 40%;
}
.news_page_item
{
    max-width: 48%;
    
}
.staff_block div {
    width: 100%;
}
.staff {
    height: auto;
}
.staff_block div:nth-child(2) {
    padding-left: 0;
    box-sizing: border-box;
}


.owl-carousel .item.staff_block {
    height: auto;
}
.usluga
{
    padding: 20px 7px 20px 7px;
}
.photo_ico {
    font-size: 12px;
    background-size: 20px;
    width: 105px;
}
.video_ico {
    font-size: 12px;
    background-size: 20px;
    width: 105px;
}
.info_ico {
    font-size: 12px;
    background-size: 20px;
    width: 105px;
}
.usluga_item {

    width: 47%;
}
.usluga_item img{

    width: 100%;
}
.osebe .photo
{

}
.osebe list {
    width: 57%;
}
.osebe list {
    font-size: 12px;
    line-height: 24px;
}
.podpis
{
    width: 111px;
    height: 80px;
}
.footer_cosial a img{
    width: 35px;
}
.footer_cosial {

    width: 92%;
    margin-top: 56px;
}
.footer_row {

    font-size: 14px;
}
.footer_phone span.mail {
    font-size: 14px;
}
.btn {

    font-size: 14px;
    width: 73%;
}
.footer_cosial a {
    margin-right: 0px;

}
.osebe {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 21px;
    margin-bottom: 33px;
}
.osebe .photo{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.osebe list {
    line-height: normal;
}
.footer_cosial a img {
    width: 24px;
}
.usluga {

    padding: 20px 5px 20px 5px;

}
.usluga_item {
    width: 41.5%;
}
.usluga ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 10px;
    position: relative;
    /* min-height: 160px; */
    height: 36px;
    overflow: hidden;
}
.usluga ul:before{
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    z-index: 9999;
    position: absolute;
    bottom: -1px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
}
.gradient
{
    display: none;
    position: absolute;
    top: 310px;
    left: 0;
}
.vk
{
    width: 25px;
    height: 25px;
}
.fb
{
    width: 25px;
    height: 25px;
}
.inst
{
    width: 25px;
    height: 25px;
}
.you
{
    width: 25px;
    height: 25px;
}
}
@media (max-width: 680px) {
    .price_position_news li:nth-child(1) {
        width: 100%;
    }
    .price_position_news li:nth-child(2) {
        width: 50%;
        margin-top: 6px;
    }
    .price_position_news li:nth-child(3) {
        width: 50%;
        margin-top: 6px;
    }
    .jobs-list {
        padding: 0 10px;
    }
    .jobs-list item {
        flex-wrap: wrap;
    }
    .jobs-list item .job-col:first-child {
        width: 100%;
        order: 2;
    }
    .jobs-list item .job-col:last-child {
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    .jobs-list item .job-col .job-row p {
        text-align: center;
    }
    .jobs-list item .job-col .job-row h3 {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .jobs-list item .job-col .job-row strong {
        display: block;
        margin-top: 8px;
    }
    .jobs-list item .job-col .job-row h4 {
        margin: 0;
        font-size: 14px;
        text-align: left;
    }
    .jobs-list item .job-col .job-row ul {
        padding: 0;
        margin: 10px 0 20px 0;
        list-style: none;
    }
    .jobs-list item .job-col .job-row ul li {
        font-size: 14px;
        color: #585858;
        padding: 3px 0;
    }
    .jobs-list item .job-col .job-row img {
        width: 130px;
        display: block;
        margin: 42px auto;
    }
 .news_item {
    width: 50%;
    
}
    .dis_mess {
        font-size: 12px;
    }
    .remark .scrolling {
        width: 345px;
        overflow-x: scroll;
    }
.search {

    padding: 10px;
}
.adr 
{
    flex-wrap: wrap;
}
.adr_item
{
    width: 100%;
}
.uslugi_item {
    width: 100%;
}
.news_page_item
{
    max-width: 100%;
    
}
.faq_item
{
    width: 100%;

}
.faq_item h4 {
    font-size: 12px;
   
}
.faq_item h3 {
    font-size: 14px;
   
}
.uslugi_item h3
{
    font-size: 14px;
}
.news {
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;

}
 .news_item img {
    width: 100%;
    
}

    .mobile
    {
        display: block !important;
    }
.mob_menu
{
    display: block;
}
.menu ul
{
    flex-wrap: wrap;
}

.menu ul li {
    width: 92%;
    margin-top: 2px;
} 
.menu ul li a {
    font-size: 18px;
}  
.mob_menu {
    opacity: 0.6;
    background-color: transparent;
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 24px;
    border: none;
    width: 36px;
    height: 22px;
    outline: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.mob_menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#98B296), color-stop(20%, #98B296), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #98B296), color-stop(60%, #98B296), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #98B296), to(#98B296));
    background: linear-gradient(to bottom, #5f5f5f, #7e7e7e 20%, transparent 20%, transparent 40%, #818181 40%, #7e7e7e 60%, transparent 60%, transparent 80%, #838383 80%, #808080 100%);
    -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
.mob_menu:after {
  opacity: 0;
  content: '×';
  color: #606060;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.mob_menu:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.mob_menu:hover {
  opacity: 1;
}
.open .mob_menu {
  opacity: 1;
}
.open .mob_menu:before {
  opacity: 0;
  width: 0;
}
.open .mob_menu:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

nav {
  z-index: 3;
  position: fixed;
  top: -114%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
nav:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(233, 233, 233, 0.98);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.open nav {
  top: 0;
}
.open nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  color: white;
}
ul.menu li {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
}
ul.menu li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: white;
  height: 100%;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.14s ease-out;
  transition: width 0.14s ease-out;
}
ul.menu li:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #98B296;
  overflow: hidden;
  -webkit-transform: translate(-24px, 6px);
          transform: translate(-24px, 6px);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  -webkit-transform: translate(0px, 6px);
          transform: translate(0px, 6px);
  -webkit-transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}
.open ul.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open ul.menu li:nth-child(1) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.open ul.menu li:nth-child(2) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.open ul.menu li:nth-child(3) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.open ul.menu li:nth-child(4) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

article {
  padding: 24px;
  max-width: 600px;
  margin: 60px auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.open article {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }

}
.viber
{
    background: none;
}    
.map
{
    background: none;
}
    .desctop
    {
        display: none;
    }
    .header_cosial a img
    {
        width: 35px;
    }
    .header_cosial a {
    margin-right: auto;
    margin-left: 5px;
    text-align: right;
    margin-top: 9px;
    float: right;
}
.header_row:first-child
{
    display: none;
}
.header_row_center
{
    width: 70%;
}

.header {

    padding: 25px 10px 30px 10px;
}
.header_row {
    width: 34%;

}
.header_phone span {
    margin-bottom: 0px;
    height: auto;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(../images/next.png) no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    position: absolute;
    right: 5px;
    top: 0%;
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/prev.png) no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    position: absolute;
    left: 5px;
    top: 0%;
    outline: none;
}
.mob_hide
{
    display: none;
}
.btn {
    width: 96%;
    font-size: 12px;
}
.footer_cosial {

    margin-top: 56px;

}
    .srerilnost img {
        width: 100%;
    }

}
@media (max-width: 480px) {
    .cityTabs {
        margin-top: -20px;
    }
    .over .rek_window {
        background: white url(../images/price_window.jpg) no-repeat center top;
        background-size: 100%;
        width: 340px;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        top: 10%;
        padding: 20px;
        box-sizing: border-box;
        margin-left: -169px;
        min-height: 322px;
    }
    .over .rek_window a.close {
        top: 9px;
        left: 9px;
        width: 25px;
        height: 25px;
        background: url(../images/cancel.svg) no-repeat center center;
        background-size: 25px;
    }
    .over .rek_window form {
        position: absolute;
        top: 19%;
        left: 12px;
    }
    .over .rek_window form input {
        border: 1px solid #b1b7b2;
        padding: 6px;
        display: block;
        width: 120px;
        outline: none;
        margin-bottom: 7px;
        border-radius: 5px;
    }
    .over .rek_window form label {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .over .rek_window a.podr {
        bottom: 21%;
        left: 45%;
        font-weight: 600;
        font-size: 12px;
        display: block;
        width: 84px;
    }

    .over .rek_window form button {
        width: 133px;
        padding: 8px 13px;
        background: #d30200;
        border: none;
        color: white;
        border-radius: 5px;
        transition: 0.3s ease-out;
        font-size: 12px;
        margin-top: 10px;
    }
    .new-staff item {
        width: 100%;
    }
    .mobHidden {
        display: none !important;
    }
    .remark iframe {
        width: 100%;
        height: 350px;
    }
    .staff-page .staff-page-info>div:last-child img {
        width: 100%;
    }
    .btn_zapis {
        width: 87%;
        margin: 0 auto;
    }
    .review-list .pad {
        padding: 15px;
        width: 100%;
    }
}
@media (max-width: 420px) {
    .header_row {
    width: 40%;
    font-size: 18px;
    }
    .callme {
        display: block;
    }
    .news a.actual_item {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px dotted gray;
    }
.uslugi_item h3
{
    display: block;
    font-size: 12px;
    font-weight: 600;

}
    .srerilnost:before {

        width: 25px;
        height: 25px;
        background: #f1f1f1 url(../images/down.svg) no-repeat center center;
        background-size: 16px;
        margin-left: -12px;
    }

.docs a {
    margin: 13px auto;
    display: block;
}
.docs a img {
    margin: 13px auto;
    display: block;
}
._3d {

    margin-top: 20px;
    margin-bottom: -20px;
}
.map
{
    background: none;
}
.header {
    padding: 15px 10px 4px 10px;
}
.header_row_center {
    width: 60%;
}
.map {

    font-size: 12px;
}
.viber {
    background: none; 
    padding-left: 0;
}   
.header_cosial a img {
    width: 24px;
}
.header_cosial {
    margin-top: -5px;
    float: right;
}
.order_btn
{
    display: none;
}
.header_phone {
    font-size: 12px;
    margin-top: 0px;
}
h2 {
    font-size: 33px;
    padding: 7px 0 8px 0;
    text-align: center;
}

.osebe list h3 {
    font-size: 11px;
  
}
h4 {

    margin-bottom: 29px;
}

.otziv p
{
    width: 90%;
}
.otziv div
{
    width: 90%;

}
.carusel
{
    margin-bottom: 35px;
}
.footer_row_center {
  order: 0;
  width: 100%;

}
.btn {
    margin-bottom: 2px;
    margin-top: 5px;
    width: 72%;
    font-size: 12px;
}
.footer_row:nth-child(1)
{
  order: 2; 
  width: 50%; 
  font-size: 12px;
}
.footer_row:last-child
{
  order: 1;
  width: 50%;
  font-size: 12px;
}
.footer_wrapper
{
    flex-wrap: wrap;
}
.footer_row_center img {
    width: 47%;
    margin-top: 0;
}
.footer_cosial {
    width: 100%;
    margin-top: 30px;
}
.footer_cosial a img {
    width: 29px;
}
.footer_phone span {
    font-size: 12px;
    text-align: left;
    height: 18px;
}
.footer_phone span.mail {
    display: none;
}
.footer_phone {
    clear: both;
    float: left;
    margin-top: 37px;
    width: 100%;
}
var{
    display: none;
}
.price_position ul li{
    font-size: 12px;
}
.price_position ul li:nth-child(1) 
{
    width: 55%;
}
.price_position ul li:nth-child(2) 
{
    width: 30%;
    padding-left: 10px;
}
.price_position ul li:nth-child(3) 
{
    width: 15%;
}
.price_position ul li:nth-child(2):after
{
    content: " р.";
}
#tiptip_content {
    font-size: 10px;
    }
.usluga_item h3 {

    font-size: 12px;
    min-height: 28px;
}

.usluga_item {
    width: 41.5%;
    margin-left: 11px;
    margin-right: 11px;
}
.adv_window {
    display: block;
    width: 320px;
    position: fixed;
    background-color: white;
    top: 5%;
    padding: 10px;
    left: 50%;
    margin-left: -160px;
    z-index: 99999;
}
    .clinic_select a img {
        width: 87%;
        margin: 20px auto;
    }
    .clinic_select a {
        width: 48%;
        border-radius: 0 10px 0 0;
    }
    .clinic_select a ul {
        padding: 5px;
    }
    .clinic_select {
        width: 95%;
        top: 7%;
        position: fixed;
        left: 3%;
        margin-left: 0;
        padding: 0;
    }
}
@media (max-width: 360px) {
    .btn {

    font-size: 11px;
}
.usluga_item {
    width: 83%;
}
.usluga ul {

    min-height: 40px;
}
    }