@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,900");
.page__contacts h3{
  padding: 8px 0;
    vertical-align: middle;
    text-align: center;
}
.services .section-block{
      width: auto;
}
.article object{
  width: 100%;
}

.page__contacts span{
      font-size: 120%;
    text-align: center;
        width: 100%;
    display: block;
}
.page__contacts .title{
    font-size: 140%;
}
.page__contacts .flex-block div{
      width: 50%;
    text-align: center;
}
.page__contacts .item{
  padding: 8px;
}
.back_green{
  background-color: #e7ffd8;
}
.workemail{
  display:none;
}
.footer__copyright--link{
    color: #fff;
}
.section__callback .button{
  margin-right: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    bottom: 20px; 
    position: absolute;
}
.button_center_text{
    margin-left: 20px;
    padding: 10px;
    color: #5e9536;
}
.footer__address option{
      background-color: #5e9536;
}
.mobile {
  display: none; }
  .modal__icon{
    width: 170px;
    margin: 0px auto;
    padding-bottom: 25px;
}
.modal-form__title--conform{
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 8px;}
.modal-form__desc--conform{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -.02em;
    color: #000;
    margin: 0 auto;
    width: 346px;
    padding-bottom: 30px;

}
.button_conform{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    margin-left: auto;
    margin-right: auto!important;
    margin-bottom: 50px;
    padding: 12px 43px;
    width: auto!important;
        cursor: pointer;
}
.button_conform--close{
    text-align: right;
    padding-top: 36px!important;
    padding-right: 24px!important;
}
.modal__content--conform{
    width:469px;
}

.desktop {
  display: block; }
.sert_scan__box{
  
}
.sert_scan__image{
      width: 44%;
      padding: 5px 5px;
}

img {
  width: 100%; }
.spec_middle{
    margin: 0 auto;
    width:100%;
}
.contact__report{
text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#61971f;
}
.modal button.close:hover {
  background: transparent; }
.modal button.close:focus {
  background: transparent; }
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
    padding: 0; } }
body {
  line-height: 1.7;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

* {
  margin: 0;
  padding: 0; }

/* hover, focus, active */
button {
  cursor: pointer; }

a {
  color: #679A32; }

a:active {
  color: #34623F; }

#dropdownMenuButton:hover {
  border-color: #91CB3E;
  background-color: #ffffff; }

#dropdownMenuButton:focus {
  border-color: #91CB3E;
  background-color: #ffffff; }

#dropdownMenuButton2:hover {
  background-color: inherit; }

#dropdownMenuButton2:focus {
  border-color: #91CB3E;
  background-color: inherit; }

a:hover {
  color: #91CB3E;
  text-decoration: none !important; }

a:active {
  color: #34623F;
  text-decoration: none !important; }

button:hover {
  outline: none;
  background: #91CB3E; }

button:focus {
  outline: none;
  background: #34623F;
  border: 1px solid #34623F; }

input:active {
  border: 1px solid #61971F; }

a.button:hover {
  border-color: #91CB3E !important;
  color: #FFFFFF;
  background: #91CB3E;
  text-decoration: none; }

a.button:active {
  background-color: #34623F;
  border: none;
  color: #FFFFFF; }

.button-bordered:active {
  background: #34623F;
  color: #FFF;
  border: none; }

a span:hover {
  color: #FFFFFF; }

li a {
  color: #333; }

* {
  margin: 0;
  padding: 0; }

/* START: Типография */
.h1_section, h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 600 !important; }

h4 {
  color: black;
  font-size: 18px; }

.h1_section, h2 {
  font-size: 45px;
  font-weight: bold; }

h3 {
  font-size: 20px;
  text-transform: uppercase; }

h2, p {
  margin-bottom: 1.75rem; }

P {
  color: #7C7C7C;
  font-size: 14px; }

.section {
  padding: 45px 0; }
  .section h1, .section h5, .section h3, .section h4 {
    color: #000; }
.section-page{
  
}
select {
  cursor: pointer; }

/* END: Типография */
input:focus, textarea:focus {
  background: #FFFFFF;
  border: 1px solid #61971F;
  border-radius: 6px;
  color: #000000;
  box-shadow: none; }
input:invalid, textarea:invalid {
  color: #D00000;
  box-shadow: none; }

/* Flex Block */
.display_flex {
  display: flex; }

.flex-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

.flex-direction_column {
  flex-direction: column; }

.flex-direction_row {
  flex-direction: row; }

.flex-direction_column-reverse {
  flex-direction: column-reverse; }

.flex-wrap_wrap {
  flex-wrap: wrap; }

.justify-content_around {
  justify-content: space-around; }

.justify-content_between {
  justify-content: space-between; }
  
.justify-content_between1 {
justify-content: space-between; }

.justify-content_flex-end {
  justify-content: flex-end; }
  
.justifyright{
  float:right;
}

.align-items_start {
  align-items: flex-start; }

.align-items_center {
  align-items: center; }

.align-items_end {
  align-items: flex-end; }

/* End: Flex Block */
.mrg-l_0 {
  margin-left: 0 !important; }

/* Icons */
.icon {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  vertical-align: text-top;
  display: inline-block;
  background-size: 100% !important; }
  .icon.contract {
    background: url("../img/icons/contract.svg") no-repeat 50% 50%; }
  .icon.chat {
    background: url("../images/icons/chat.svg") no-repeat 50% 50%; }
  .icon.calendar {
    background: url("../images/icons/calendar.svg") no-repeat 50% 50%; }
  .icon.green-calendar {
    background: url("../img/icons/schedule-green.svg") no-repeat 50% 50%; }
  .icon.town {
    background: url("../img/icons/town.svg") no-repeat 50% 50%; }
  .icon.phone-gray {
    background: url("../images/icons/phone-gray.svg") no-repeat 50% 50%; }
  .icon.schedule {
    background: url("../img/icons/schedule.svg") no-repeat 50% 50%; }
  .icon.phone-white {
    background: url("../images/icons/phone-white.svg") no-repeat 50% 50%; }
  .icon.phone-white-fill {
    background: url("../images/icons/phone-white-fill.svg") no-repeat 50% 50%;
    width: 20px;
    height: 20px; }
  .icon.phone {
    background: url("../img/icons/phone-white.svg") no-repeat 50% 50%; }
  .icon.logo-white-min {
    width: 180px;
    height: 77px;
    background: url("../images/icons/logo-white-min.svg") no-repeat 50% 30%; }
  .icon.callback {
    background: url("../images/icons/phone-gray.svg") no-repeat 50% 50%; }
  .icon.btn-slider {
    background: url("../img/icons/btn-right.svg") no-repeat 50% 50%; }
  .icon.search-green {
    background: url("../img/icons/search-green.svg") no-repeat 50% 50%; }
  .icon.search-gray {
    background: url("../img/icons/search-gray.svg") no-repeat 50% 50%; }
  .icon.prev {
    background: url("../img/icons/prev.svg") no-repeat 50% 50%;
    width: 8px;
    height: 14px;
    margin: 0; }
  .icon.next {
    background: url("../img/icons/next.svg") no-repeat 50% 50%;
    width: 8px;
    height: 14px;
    margin: 0; }

/* End: Icons */
.mrg-b_40 {
  margin-bottom: 40px !important; }

/* Flex Table */
.flex-table {
  width: 100%; }
  .flex-table__head .flex-table__cell {
    background: transparent; }
  .flex-table__col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .flex-table__body + .flex-table__col + .flex-table__cell {
    background: #FFFFFF; }
  .flex-table__cell {
    background: #fff;
    width: calc(14% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .flex-table__cell:first-child {
      width: 189px;
      align-items: flex-start; }
    .flex-table__cell:last-child {
      margin-right: 0; }
  .flex-table__name {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #000000; }
  .flex-table__desc {
    font-family: Roboto,serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center; }

/* End: Flex Table*/
/* Custom */
.burger__menu {
  position: relative;
  width: 100%; }
  .burger__menu-lines {
    top: 4px;
    left: 0;
    width: 40px;
    height: 32px;
    margin-bottom: 0;
    position: relative;
    z-index: 9; }
.burger-line {
  display: inline-block;
  height: 3px;
  width: 40px;
  background: #61971F;
  position: absolute;
  top: 13px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .burger-line_left {
    top: 5px; }
  .burger-line_middle {
    top: 15px; }
  .burger-line_right {
    top: 25px; }

#menu {
  display: none;
  visibility: hidden; }

.menu {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 0;
  width: 100%; }
  .menu li {
    align-items: center; }
    .menu li a {
      text-decoration: none;
      font-family: Roboto, serif;
      font-weight: bold;
      line-height: normal;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFFFFF; }
          .dropdown:hover .dropdown-menu {
      display: block !important;
    }

.main {
  min-height: calc(100vh - 346px); }

.dropdown-menu {
  position: absolute;
  background: #61971f;
  border-radius: 0;
  width: 238px;
  top: 21px;
  left: -17px;
  border: 0;
  padding: 0; }
  .dropdown-menu li a {
    font-family: Roboto, serif !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-size: 14px !important;
    text-transform: inherit !important;
    color: #fff !important;
    display: block;
    padding: 12px 21px; }
    .dropdown-menu li a:hover {
      background: #34623F !important; }

.form__label {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px; }
.form__city {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/icons/select-arrow.svg") no-repeat 95% 50%, #FFF url("../images/icons/town.svg") no-repeat 6% 50%;
  width: 100%;
  border-radius: 6px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  padding: 5px 15px 5px 45px;
  height: 35px;
  border: 0; }
.form__input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  padding: 5px 15px;
  height: 35px;
  border: 0; }
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url("../images/icons/select-arrow.svg") no-repeat 95% 50%;
  width: 100%;
  border-radius: 6px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  padding: 5px 15px;
  height: 35px;
  border: 0; }
.form__dropdown {
  width: 100%;
  height: 35px;
  background: #FFF;
  border: 0 solid #d9d9d9;
  border-radius: 6px;
  padding: 6px 15px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #000000; }
  .form__dropdown--subtext {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #C4C4C4;
    margin-left: 8px; }
  .form__dropdown:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 15px;
    background: url("../images/icons/town.svg") no-repeat 50% 50%; }
  .form__dropdown:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c4c4c4;
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    font-size: 15px; }

.header__bottom {
  background: #61971F; }
.header__top {
  padding: 20px 0; }
.header__schedule:hover {
  color: #91CB3E !important; }
.header__schedule:active {
  color: #34623F !important; }
.header__address--style {
  width: 269px;
  height: 35px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background-color: transparent;
  padding: 6px 15px 6px 45px; }
.header__address--style:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  background: url("/assets/images/icons/town.svg") no-repeat 50% 50%; }
.header__address--style:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c4c4c4;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  font-size: 15px; }
.header__phone {
  font-weight: 400;
  color: #000; }
.header__search {
  position: relative; }
  .header__search--input {
    width: 236px;
    height: 35px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 6px; }
  .header__search--style::-webkit-input-placeholder, .header__search--style::-moz-placeholder, .header__search--style:-ms-input-placeholder {
    color: #C4C4C4;
    padding: 10px; }
  .header__search--icon:after {
    width: 24px;
    height: 24px;
    background: url("../images/icons/search-gray.svg") no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    content: ""; }

.navbar {
  width: 100%; }
  .navbar-nav {
    width: 100%; }
    .navbar-nav li a {
      font-family: Roboto, serif;
      font-weight: bold;
      line-height: normal;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFFFFF; }

.slider {
  background: #FFF; }
  .slider__items-right {
    width: 50%; }
    .slider__items-right__image {
      width: 100%;
      height: 41vw;
      background: transparent no-repeat 50% 50%; }
  .slider__items-left {
    width: 50%; }
    .slider__items-left__content {
      width: 481px;
      margin: 0 0 0 auto;
      padding-right: 81px; }
      .slider__items-left__content .slider__logo {
        width: 100%;
        margin-bottom: 42px; }
      .slider__items-left__content .slider__title {
        font-family: Roboto, serif;
        font-weight: bold;
        font-size: 36px;
        line-height: normal;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #212121;
        margin-bottom: 28px; }
      .slider__items-left__content .slider__text {
        font-family: Roboto, serif;
        font-weight: normal;
        line-height: 27px;
        font-size: 18px;
        color: #212121; }

.section--green {
  background-color: #61971F !important; }

.section__apply {
  background: #F4F4F4; }
  .section__apply .section__title {
    color: #F5F5F5; }
  .section__apply .section__button {
    height: 40px;
    border: 2px solid white;
    padding: 0 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    margin-right: 47px; }
    .section__apply .section__button:hover {
      background: #91CB3E; }
    .section__apply .section__button:active {
      background: #34623F; }

.section-page {
  background: #F5F5F5; }
  .section-page__header {
    margin-bottom: 30px; }
  .section-page__fill {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 32px 82px; }
  .section-page__title {
    width: calc(100% - 405px);
    font-family: Roboto, serif;
    font-weight: 900;
    line-height: 39px;
    font-size: 24px;
    text-transform: uppercase;
    color: #333333 !important; }
  .section-page__search-form {
    width: 405px;
    position: relative; }
    .section-page__search-form:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      background: url("/assets/images/icons/search-section.svg") no-repeat 50% 50%;
      left: 5px;
      top: calc(50% - 8px); }
  .section-page__input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 10px 10px 33px; }
    .section-page__input::-moz-placeholder {
      font-family: Roboto, serif;
      font-weight: normal;
      line-height: 21px;
      font-size: 16px;
      color: #C1C1C1; }
    .section-page__input::-webkit-input-placeholder {
      font-family: Roboto, serif;
      font-weight: normal;
      line-height: 21px;
      font-size: 16px;
      color: #C1C1C1; }
  .section-page__left {
    width: 225px; }
  .section-page__middle {
    width: 100%; }
  .section-page__left + .section-page__middle {
    width: calc(100% - 250px); }
  .section-page__item {
    width: 301px;
    margin-bottom: 40px; }
    
    .section-page__item--title {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: bold;
      line-height: 30px;
      font-size: 18px;
      color: #333333;
      margin-bottom: 20px; }
    .section-page__item--content p {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: normal;
      line-height: 23px;
      font-size: 14px;
      color: #333333;
      margin-bottom: 0 !important; }
    .section-page__item--list {
      margin-top: 28px; }
    tbody tr:nth-child(even) td, 
    tbody tr.even td {
    	background:#E7FFD8;
    }
    table td{padding: 8px 0px;
    vertical-align: middle;
      
    }
    .ort td{
      width:100%;
    }
    .ort{
        margin-bottom: 20px;}
    
    .eform{
      width:550px;
    }
.breadcrumb {
  background-color: transparent;
  color: #61971F;
  padding: 25px 0 0 0;
  margin-bottom: -10px; }
  .breadcrumb li {
    padding: 0 5px; }
    .breadcrumb li .B_currentCrumb {
      color: #333333 !important; }
    .breadcrumb li a {
      font-family: Roboto, serif;
      font-weight: normal;
      line-height: normal;
      font-size: 14px;
      color: #61971F; }
      .breadcrumb li a span:hover {
        color: #91CB3E !important; }
    .breadcrumb li:first-child {
      padding-left: 0; }

.section-block {
   
  background: #FFFFFF;
  border-radius: 15px;
  padding: 25px 20px; }
  .section-block__title {
    font-family: Roboto, serif;
    font-weight: 900;
    line-height: 33px;
    font-size: 20px;
    color: #61971F;
    margin-bottom: 15px; }
  .section-block__link {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #333;
    display: flex;
    padding: 13px 0; }
.section__list li {
  width: 50%;
  font-size: 20px;
  color: #61971F;
  list-style: disc inside; }
  .section__list li span {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333333;
    margin-left: 8px; }
.section__header {
  margin-bottom: 50px; }
  .section__header--name {
    font-family: Roboto, serif;
    font-weight: 900;
    line-height: 39px;
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    margin: 0; }
  .section__header--title {
    font-family: Roboto, serif;
    font-weight: bold;
    line-height: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #61971F;
    margin-bottom: 10px; }
  .section__header--desc {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 21px;
    font-size: 14px;
    color: #7C7C7C; }
.section__content {
  margin-bottom: 23px; }
  .section__content--button {
    padding: 0 25px;
    height: 35px;
    border: 2px solid #61971F;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: 230px;
    margin: 30px auto auto auto !important;
    font-family: Roboto, serif;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #61971F; }
    .section__content--button:hover {
      background: #61971F;
      color: #FFF; }
    .section__content--button:active {
      background: #34623F;
      color: #FFF; }
      .section__content--list  {
    width: 100%;}
  .section__content--list ul {
    list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between;}
    .section__content--list ul li {
      margin-bottom: 30px; width:calc(30% - 15px);}
      .section__content--list ul li a {
        font-family: Roboto, serif;
        font-weight: bold;
        line-height: normal;
        font-size: 14px;
        text-transform: uppercase;
        color: #61971F; }
        .section__content--list ul li a:hover {
          color: #91CB3E; }
.section__title {
  font-family: Roboto, serif;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #61971F; }
.section__button {
  height: 40px;
  border: 2px solid #61971F;
  padding: 0 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #61971F;
  margin-right: 47px; }
  .section__button:hover {
    background: #61971F;
    color: #FFF; }
    .section__button:hover .contract {
      background: url("../images/icons/contract-white.svg") no-repeat 50% 50%; }
    .section__button:hover .phone {
      background: url("../images/icons/phone-white.svg") no-repeat 50% 50%; }
  .section__button:active {
    background: #34623F;
    border: 2px solid #34623F;
    color: #FFF; }
    .section__button:active .contract {
      background: url("../images/icons/contract-white.svg") no-repeat 50% 50%; }
    .section__button:active .phone {
      background: url("../images/icons/phone-white.svg") no-repeat 50% 50%; }
  .section__button:last-child {
    margin-right: 0; }
.section__button-fill {
  width: 100%;
  height: 45px;
  background: #61971F;
  border-radius: 45px;
  border: 0;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 20px; }
  .section__button-fill span {
    display: flex;
    align-items: center;
    justify-content: center; }
  .section__button-fill:hover {
    background: #34623F;
    color: #FFF; }
  .section__button-fill:active {
    background: #34623F;
    border: #34623F;
    color: #FFF; }

.doctors__search {
  position: relative;
  text-align: right; }
  .doctors__search:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/assets/images/icons/search.svg") no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    margin-left: 15px;
    z-index: 9; }
  .doctors__search--style {
    padding: 2px 0 2px 60px;
    border: 1px solid transparent;
    border-radius: 6px;
    width: 387px;
    height: 35px;
    position: relative; }

.doctor__card {
  width: calc(25% - 15px);
  margin-right: 20px; }
  .doctor__card--image:hover {
    opacity: 0.2; }
  .doctor__card:last-child {
    margin-right: 0; }
  .doctor__card--mask {
    height: 337px;
    margin-bottom: 20px;
    background-position-x: 0;
    background-position-y: 0;
    content: '';
    background: #61971F url("../images/icons/doctor.svg") no-repeat center; }
  .doctor__card--title {
    font-family: Roboto, serif;
    font-weight: bold;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 10px; }
    .doctor__card--title:hover {
      color: #91CB3E; }
    .doctor__card--title:active {
      color: #34623F; }
  .doctor__card--desc {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    color: #7C7C7C; }

.section__doctors--button {
  background: #61971F;
  border-radius: 10px;
  font-family: Roboto,serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 27px; }
  .section__doctors--button:hover {
    background: #34623F;
    color: #FFF; }
  .section__doctors--button:active {
    background: #34623F;
    color: #FFF; }
.section__doctors--link {
  font-family: Roboto, serif;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #61971F; }

.gallery__preview {
      height: 210px;
    overflow: hidden;
}
.gallery__card {
  margin-right: 20px; }
  .gallery__card:last-child {
    margin-right: 0; }

.section__callback {
  height: 340px;
  background: #F4F4F4 url("../images/assets/callback.png") no-repeat right; }
  .section__callback--title {
    font-family: Roboto, serif;
    font-weight: 500 !important;
    line-height: 48px;
    font-size: 40px;
    text-transform: uppercase;
    color: #61971F;
    margin-bottom: 24px; }
  .section__callback--color {
    color: #242424; }
  .section__callback--desc {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 21px;
    font-size: 14px;
    color: #7C7C7C;
    margin-bottom: 10px; }
  .section__callback .callback__form--style {
    background: #E3E3E3;
    border-radius: 6px;
    padding: 7px 25px;
    border: 1px solid transparent; }
    .section__callback .callback__form--style:focus {
      border: 1px solid #61971F; }
    .section__callback .callback__form--style:nth-child(2) {
      border-radius: 6px 0 0 6px;
      border-right: 1px solid #D2D2D2; }
      .section__callback .callback__form--style:nth-child(2):focus {
        border: 1px solid #61971F; }
    .section__callback .callback__form--style:last-child {
      border-radius: 0 6px 6px 0; }
  .section__callback .callback__button--style {
    background: #61971F;
    border-radius: 10px;
    font-family: Roboto,serif;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 27px;
    margin-left: 27px;
    border: 0; }
    .section__callback .callback__button--style:hover {
      background: #34623F;
      color: #FFF; }
    .section__callback .callback__button--style:active {
      background: #34623F;
      color: #FFF; }

.modal-min .modal-header {
  padding: 30px;
  border: 0; }
.modal-min .modal-dialog {
  max-width: 366px; }
.modal-min .modal-body {
  padding: 0 30px 30px 30px;
  background: no-repeat; }
.modal-min .modal-form__title {
  width: 100%;
  margin-bottom: 10px;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal; }
.modal-min .modal-form__block {
  width: 100%; }
.modal-min .modal-form__column {
  margin-bottom: 15px;
  width: 100%; }
.modal-min .modal-form__input {
  background: #fff;
  border-radius: 0 !important;
  border: 1px solid #c8c8c8;
  height: 35px;
  font-family: Roboto,serif;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #000; }
  .modal-min .modal-form__input:focus {
    box-shadow: none;
    border: 1px solid #61971F; }
.modal-min .modal-form__buttons {
  width: 180px;
  margin: auto; }

.news__column--mask {
  margin-bottom: 20px;
  background-position-x: 0;
  background-position-y: 0;
  content: '';
  background: #61971F url("../images/icons/newspaper.svg") no-repeat center; }
.news__column--card {
  width: calc(33% - 11px);
  margin-right: 20px; }
  .news__column--card:last-child {
    margin-right: 0; }
.news__column--image:hover {
  opacity: 0.2; }
.news__column--title {
  font-family: Roboto, serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 21px;
  font-size: 14px;
  color: #404040;
  margin-bottom: 10px; }
.news__column--desc {
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: 26px;
  font-size: 14px;
  color: #7C7C7C;
  margin-bottom: 15px; }
.news__column--date {
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: 21px;
  font-size: 14px;
  color: #61971F; }

.color_red {
  color: #61971F !important; }

.section__calldoctor {
  background: #e8e6e9 url("/assets/images/Group.png") no-repeat 50% 100%/cover;
  background-position-x: calc(50% + 50px);
  height: 640px; }
  .section__calldoctor--input {
    width: 307px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 7px 15px;
    margin-bottom: 23px;
    border: 1px solid transparent; }
  .section__calldoctor--textarea {
    width: 307px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 7px 15px;
    margin-bottom: 23px;
    border: 1px solid transparent;
    resize: none; }
  .section__calldoctor--submit {
    background: #61971F;
    border-radius: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    width: 307px;
    height: 35px;
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF; }

.mrg_auto {
  margin: auto !important; }

.section__reviews--content {
  margin-bottom: 48px; }
.section__reviews--button {
  border: 2px solid #61971F;
  box-sizing: border-box;
  border-radius: 10px;
  width: 204px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto !important;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #61971F; }
  .section__reviews--button:hover {
    background: #91CB3E;
    color: #FFF; }
    .section__reviews--button:hover .contract {
      background: url("../images/icons/contract-white.svg") no-repeat 50% 50%; }
  .section__reviews--button:active {
    background: #34623F;
    color: #FFF; }

.review__card {
  width: calc(33% - 11px);
  margin-right: 20px;
  text-align: center; }
  .review__card:last-child {
    margin-right: 0; }
  .review__card--image {
    width: 100%;
    height: 100px;
    margin: auto auto 30px; }
    .review__card--image img {
      width: 100px; }
  .review__card--title {
    font-family: Roboto, serif;
    font-weight: bold;
    line-height: 37px;
    font-size: 24px;
    color: #61971F;
    margin-bottom: 10px; }
  .review__card--desc {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #7C7C7C;
    margin-bottom: 10px; }
  .review__card--link {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #61971F; }

.section__reviews {
  background: url("../images/block-logo.svg") no-repeat 50% 100%; }

.section_interesting {
  height: 364px; }

[data-tab=link] {
  cursor: pointer; }

[data-tab=block] {
  display: none; }

.dropdown-block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 22px 30px; }
  .dropdown-block__title {
    font-family: Roboto, serif;
    font-weight: 900;
    line-height: 30px;
    font-size: 18px;
    color: #333333; }
  .dropdown-block__content {
    padding: 15px 30px 22px 30px;
    margin: 22px -30px -22px -30px;
    border-top: 1px solid #E7E7E7; }
  .dropdown-block__list {
    margin-bottom: 15px; }
    .dropdown-block__list:last-child {
      margin-bottom: 0; }
  .dropdown-block__name {
    font-family: Roboto, serif;
    font-weight: 500;
    line-height: 23px;
    font-size: 14px;
    color: #333333; }
  .dropdown-block__price {
    font-family: Roboto, serif;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    text-align: right;
    color: #333333; }
  .active .dropdown-block__arrow {
    transform: rotate(180deg); }
  .dropdown-block__arrow {
    width: 19px;
    height: 19px;
    background: url("../images/icons/dropdown_arrow.svg") no-repeat 50% 50%; }

.footer__title {
  font-family: Roboto, serif;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #61971F;
  margin-bottom: 20px; }
.footer__address--style {
  width: 269px;
  height: 35px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background-color: transparent;
  padding: 6px 15px 6px 45px;
  color: #FFF; }
.footer__address--style:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  background: url("/assets/images/icons/town.svg") no-repeat 50% 50%; }
.footer__address--style:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c4c4c4;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  font-size: 15px; }
.footer__phone {
  font-weight: 400;
  color: #FFF; }
.footer__contact {
  background: #61971F;
  color: #FFF;
  padding: 30px 0;
  height: 232px; }
.footer__wrapper {
  background-color: #F4F4F4;
  padding: 45px 0; }
  .footer__wrapper .directions-lists li {
    color: #727272 !important; }
.footer__menu {
  margin-bottom: 60px; }
.footer__links {
  width: 100%; }
  .footer__links ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    justify-content: space-between; }
    .footer__links ul li {
      width: calc(30% - 15px);
      padding: 5px 0 14px 0;
      text-transform: uppercase;
      color: #727272 !important;
      font-size: 14px;
      font-weight: 600; }
      .col__4 ul li {
        width:calc(26% - 15px);
        
      }
.footer__logo {
  margin-top: -4px;
  width: 350px;
  text-align: center;
  background: url("../img/logo-white.png") no-repeat 50% 50%;
  height: 52px; }
  .footer__logo--text {
    display: inline-block;
    font-family: 'Secular One', sans-serif;
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase; }
.footer__bottom {
  margin-top: 35px; }
.footer__copyright {
  width: 265px; }
  .footer__copyright:last-child {
    text-align: right; }
  .footer__copyright p {
    color: #FFF; }

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px; }
  .social-icon:last-child {
    margin-right: 0; }
  .social-icon__ok {
    background: url("../images/socials/ok.svg") no-repeat 50% 50%; }
  .social-icon__youtube {
    background: url("../images/socials/youtube.svg") no-repeat 50% 50%; }
  .social-icon__instagram {
    background: url("../images/socials/inst.svg") no-repeat 50% 50%; }
  .social-icon__twitter {
    background: url("../images/socials/fb.svg") no-repeat 50% 50%; }
  .social-icon__vk {
    background: url("../images/socials/vk.svg") no-repeat 50% 50%; }

.link {
  color: #61971F; }

.button {
  margin-right: 20px; }

.button-fill {
  background: #61971F;
  border-radius: 45px;
  font-family: Roboto, serif;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  color: #FFFFFF;
  border: 0;
  width: 180px;
  height: 45px; }
  .button-fill:hover {
    background: #34623F;
    color: #FFF; }
  .button-fill:active {
    background: #34623F;
    color: #FFF; }

.button-bordered {
  width: 180px;
  height: 45px;
  border: 2px solid #61971F;
  background: transparent;
  border-radius: 45px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #61971F; }
  .button-bordered:hover {
    background: #91CB3E;
    border: 0;
    color: #FFF; }
  .button-bordered:active {
    background: #34623F;
    color: #FFF; }

.button-borderless {
  width: 180px;
  height: 45px;
  border: 2px solid transparent;
  background: transparent;
  border-radius: 45px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #61971F; }

.checkbox {
  position: absolute;
  opacity: 0; }
  .checkbox__label {
    width: calc(100% - 40px); }
    .checkbox__label span {
      width: calc(100% - 36px);
      font-family: Roboto, serif;
      font-weight: 300;
      line-height: 17px;
      font-size: 12px;
      color: #000000; }
  .checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
    .checkbox + label:before {
      content: '';
      margin-right: 15px;
      display: inline-block;
      vertical-align: text-top;
      width: 16px;
      height: 16px;
      top: 3px;
      position: relative;
      background: #FFFFFF;
      border: 3px solid #FFF;
      outline: 1px solid #CDCDCD;
      box-sizing: border-box; }
  .checkbox:hover + label:before {
    outline: 1px solid #61971F; }
  .checkbox:checked + label:after {
    content: '';
    position: absolute; }
  .checkbox:checked + label:before {
    background: #61971F; }
  .checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
    .checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }

.close {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #61971F !important;
  text-shadow: none !important; }

.modal-header .close {
  padding: 0;
  margin: 0; }

.pagination li {
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center; }
  .pagination li span, .pagination li a {
    width: 100%; }
  .pagination li img {
    width: 8px;
    height: 14px; }
  .pagination li.active {
    background: #61971F; }
    .pagination li.active a {
      color: #FFF; }

.btn-more {
  width: 180px !important;
  height: 45px;
  border: 2px solid #61971F;
  background: transparent;
  border-radius: 45px;
  font-family: Roboto,serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #61971F; }
  .btn-more:hover {
    color: #FFF; }
  .btn-more:active {
    color: #FFF; }

.about__header {
  margin-bottom: 30px; }
.about__desc p {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  color: #333333; }
.about__line {
  top: calc(50% - 12px) !important; }

/* End: Custom */
/* Modals */
.modal-header {
  flex-direction: column;
  padding: 30px 77px; }
  .modal-header__top {
    margin-bottom: 7px; }
.modal-title {
  width: 80%;
  font-family: Roboto, serif;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000; }
.modal-desc {
  font-family: Roboto, serif;
  font-weight: 300;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000000; }
.modal-body {
  padding: 21px 82px 39px 77px;
  background: #F5F5F5;
  border-radius: 0 0 20px 20px; }
.modal-form__title {
  font-family: Roboto, serif;
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000000;
  width: calc(25%); }
.modal-form__column {
  margin-bottom: 25px;
  width: 100%; }
  .modal-form__column:last-child {
    margin-bottom: 0; }
.modal-form__block {
  width: 75%; }
.modal-form__input {
  background: #FFFFFF;
  border-radius: 6px;
  border: 0;
  height: 35px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #000000; }
  .modal-form__input.form-col_3 {
    width: calc(33% - 12px);
    margin-right: 20px; }
  .modal-form__input.form-col_2 {
    width: calc(50% - 12px);
    margin-right: 20px; }
  .modal-form__input:last-child {
    margin-right: 0; }
.modal-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF url("../images/icons/select-arrow.svg") no-repeat 95% 50%;
  border-radius: 6px;
  border: 0;
  height: 35px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #000000;
  width: calc(66% - 3px);
  position: relative; }
.modal-form__textarea {
  background: #FFFFFF;
  border-radius: 6px;
  border: 0;
  min-height: 100px;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #000000; }
.modal-dialog {
  max-width: 792px;
  margin: 1.75rem auto; }
.modal-content {
  border-radius: 20px; }

/* End: Modals */
/* Specialists */
.spec__list {
  background: #fff;
  width: calc(33% - 9px);
  margin-right: 17px;
  margin-bottom: 17px; }
  .spec__list:nth-child(3n) {
    margin-right: 0; }
.spec__content {
  padding: 20px 37px 44px 37px; }
.spec__mask {
  background-color: #61971F;
  height: 337px;
  overflow: hidden; }
.spec__image:hover {
  opacity: 0.3; }
.spec__name {
  font-family: Roboto, serif;
  font-weight: 900;
  line-height: 19px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 21px; 
  min-height: 57px;
}
.spec__post {
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  min-height: 42px;
  overflow: hidden; 
  max-height:6px;
}
.spec__button {
  margin: auto; 
  position:relative;
}
.spec__link {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-decoration-line: underline;
  color: #61971F; }
.spec__link-fill {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Roboto, serif;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #FFFFFF;
  background: #61971F;
  border-radius: 20px;
  margin: auto auto 10px; }
  .spec__link-fill:hover {
    background: #34623F;
    color: #FFF; }
  .spec__link-fill:active {
    background: #34623F;
    border: #34623F;
    color: #FFF; }

.spec-page__content {
  width: calc(100% - 360px);
  margin-left: 360px;
  z-index: 9; }
.spec-page__image {
  position: absolute;
  width: 325px;
  left: -16px;
  top: 6px; }
.spec-page__name {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px; }
.spec-page__post {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px; }
.spec-page__buttons {
  margin-bottom: 25px; }
.spec-page__title {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
  position: relative; }
.spec-page__list {
  margin-bottom: 30px;
  }
  .spec-page__content p{
  font-family: Roboto,serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333;}
.spec-page__header {
  position: relative; }
.spec-page__ul li {
  color: #61971F;
  font-size: 18px;
  margin-bottom: 25px;
  margin-left: 20px; }
  .spec-page__ul li span {
    font-family: Roboto,serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    position: relative;
    top: 6px; }

.spec-reviews__title {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px; }
.spec-reviews__item {
  background: #F5F5F5;
  border-radius: 40px;
  width: 100%;
  margin-right: 20px;
  padding: 30px; }
  .spec-reviews__item:nth-child(3n) {
    margin-right: 0; }
.spec-reviews__name {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px; }
.spec-reviews__content p {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 15px; }

.spec-help__title {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px; }
.spec-help__post {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px; }
.spec-help__buttons {
  margin-bottom: 25px; }
.spec-help__subtitle {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px; }
.spec-help__list {
  margin-bottom: 30px; }
.spec-help__item {
  margin-bottom: 30px; }
.spec-help__ul li {
  width: 50%;
  color: #61971F;
  font-size: 18px;
  margin-bottom: 13px; }
  .spec-help__ul li span {
    font-family: Roboto,serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    position: relative;
    top: 6px; }

.spec-list__title {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  color: #333333; }
.spec-list__desc {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  color: #888888; }

/* End: Specialists */
/* Reviews */
.review__header {
  height: 220px;
  padding: 32px 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px; }
  .review__header:before {
    content: '';
    background: url("../images/reviews/review-header.png") no-repeat;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .review__header--text {
    font-family: Roboto, serif;
    font-weight: 500;
    line-height: 33px;
    font-size: 20px;
    color: #3B3B3B; }
.review__item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 35px 30px;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px; }
  .review__item:nth-child(2n) {
    margin-right: 0; }
  .review__item--header {
    margin-bottom: 25px; }
  .review__item--list {
    margin-right: 10px; }
    .review__item--list:last-child {
      margin-right: 0; }
  .review__item--date, .review__item--label {
    font-family: Roboto, serif;
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px; }
  .review__item--name {
    font-family: Roboto, serif;
    font-weight: 700;
    line-height: 26px;
    font-size: 16px;
    color: #333333; }
  .review__item--text {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 25px; }
  .review__item--link {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #61971F !important; }
.review__buttons {
  margin-top: 20px;
  width: 100%;
  text-align: center; }

.review-main__header {
  height: 220px;
  padding: 32px 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px; }
  .review-main__header:before {
    content: '';
    background: url("../images/reviews/review-header.png") no-repeat;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .review-main__header--text {
    font-family: Roboto, serif;
    font-weight: 500;
    line-height: 33px;
    font-size: 20px;
    color: #3B3B3B; }
.review-main__item {
  background: transparent;
  border-radius: 20px;
  padding: 0;
  width: calc(33% - 11px);
  margin-right: 20px;
  margin-bottom: 20px; }
  .review-main__item:nth-child(3n) {
    margin-right: 0; }
  .review-main__item--header {
    margin-bottom: 15px; }
  .review-main__item--list {
    margin-right: 10px; }
    .review-main__item--list:last-child {
      margin-right: 0; }
  .review-main__item--date, .review-main__item--label {
    font-family: Roboto, serif;
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0; }
  .review-main__item--name {
    font-family: Roboto, serif;
    font-weight: 700;
    line-height: 26px;
    font-size: 16px;
    color: #333333; }
  .review-main__item--text {
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px; }
    .review-main__item--text p {
      margin-bottom: 0; }
  .review-main__item--link {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #61971F !important; }
.review-main__buttons {
  margin-top: 20px;
  width: 100%;
  text-align: center; }

/* End: Reviews */
/* Price */
.price__item {
  margin-bottom: 20px; }
  .price__item:last-child {
    margin-bottom: 0; }

/* End: Price */
/* Schedule */
.schedule__search {
  margin-bottom: 30px; }
.schedule__item {
  width: calc(33% - 45px);
  margin-right: 20px; }
  .schedule__item:last-child {
    margin-right: 0; }

/* End: Schedule */
/* Articles */
.article__item {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 24px 30px 36px 30px;
  margin-bottom: 20px; }
.article__title {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px; }
.article__image {

  position: relative;
  margin-bottom: 20px; }
  .other_clinics__content{
      padding:0 0 15px 0;
  }
  .other_clinics__image {
  position: relative;
    margin-bottom: 10px;
    width: 300px; }
  .article__image img {
 }
.article__text {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  color: #333333;
}
/* .article__text a { 
  font-size:29px !important;} */
 .article__text p { 
  text-align:justify;
   color: #333333;
 }
 .article__text ul li{
   list-style-image:url('../images/Ellipse.svg');
   list-style-position: inside;
 }
  .article__text h1 {
        font-size: 26px;
  }
  .article__text h2 {
        font-size: 24px;
  }
  .article__text h3 {
        color:#333333;
  }
  .article__text img {
    width:auto;
    padding-right:5px;
  }
.article__link {
  color: #61971F; }

/* End: Articles */
/* 404 */
.error-page {
  margin: auto;
  text-align: center;
  width: 610px;
  padding-bottom: 50px; }
  .error-page__logo {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background: #E9E9E9;
    margin: auto auto 36px;
    display: flex;
    align-items: center;
    position: relative; }
    .error-page__logo--title {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: normal;
      line-height: 30px;
      font-size: 30px;
      text-align: center;
      color: #61971F;
      position: absolute;
      width: 215px;
      left: calc(50% - 107px); }
      .error-page__logo--title span {
        font-weight: bold;
        font-size: 75px; }
  .error-page__title {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 900;
    line-height: 39px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 44px; }
  .error-page__desc {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    color: #333333; }
    .error-page__desc a {
      color: #61971F;
      text-decoration: underline; }

/* End: 404 */
.galeryphoto {
  margin: 0 7px 20px 7px;
width: calc(46% - 14px);
text-align: center;
display: flex;
flex-direction: column; }

.galeryvideo {
  margin: 0 7px;
  width: calc(46% - 14px);
  text-align: center;
display: flex;
flex-direction: column;
margin-bottom: 20px; }

.galeryvideo__top {
  height: 180px;
overflow: hidden;
position: relative;
}
.namevideo {
text-align: left;
padding: 0 0 12px 0;
color: #333;
font-family: Roboto;
font-style: normal;
font-size: 16px;
line-height: 19px;
width: calc(100% - 65px); }

.nameautor {
  width: 160px;
  text-align: left;
  font-family: Roboto;
  font-style: normal;
  /*Bold;*/
  Font-size: 14px;
  Line-height: 16px;
  color: #A4A4A4; }

.datavideo {
  text-align: right;
  width: 57px;
  font-family: Roboto;
  font-style: normal;
  /*Bold;*/
  Font-size: 14px;
  Line-height: 16px;
  color: #A4A4A4; }

.autorphoto {
  width: 18px;
  height: 18px; }

.lengthvideo {
background: rgba(51,51,51,.9);
width: 60px;
position: absolute;
bottom: 10px;
left: 344px;
color: #fff;
font-family: Roboto;
font-style: normal;
font-size: 14px;
line-height: 16px;
padding: 2px 5px; }

.namephoto {
  text-align: left;
  padding: 0 0 12px 0;
  color: #333333;
  font-family: Roboto;
  font-style: normal;
  Font-size: 16px;
  Line-height: 19px;
  width: 78%; }

.block__title {
  position: relative;
  padding: 25px 0;
  display: flex;
  align-items: center; }

.block__title:first-child {
  padding-top: 0; }

.block__title h6 {
  background: #FFF;
  position: relative;
  z-index: 1;
  text-transform: inherit;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
  color: #333333; }

.block__title:first-child .line {
  top: calc(50% - 12px); }

.line {
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  position: absolute;
  top: 50%; }

.galeryvideo__bottom {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 15px 13px; }

.galeryphoto__bottom {
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  border-radius: 6px;
  padding: 15px 13px; }

.tnews__item {
  background: #FFFFFF;
  border-radius: 13px;
  height: 155px;
  margin-bottom: 23px; }
.tnews__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  font-size: 20px;
  color: #61971F;
  padding: 10px 0; }
.tnews__image {
  width: 208px;
  height: 155px;
  overflow: hidden;
  position: relative; }
.tnews__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px; }
  .tnews__text p {
    color: #333333; }
.tnews__date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #A4A4A4; }
.tnews__
.tnews__link {
  color: #61971F; }
  .tnew__link {
  font-size:15px; 
    font-weight: normal;
    line-height: 0.1;
  }
.tnews__context {
  width: 65%; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2018 4:00 PM */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-MediumItalic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-BoldItalic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-ThinItalic.eot");
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/Roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-LightItalic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-BlackItalic.eot");
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/Roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
.appointment__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  color: #333333; }
.appointment__title {
  width: 100%; }
.appointment-form {
  padding-bottom: 20px; }
  .appointment-form__field {
    margin-bottom: 20px; }
  .appointment-form__input {
    width: 100%;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 6px;
    height: 35px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    color: #000000;
    padding: 5px 15px; }
    .appointment-form__input::placeholder {
      color: #000000; }
    .appointment-form__input __button {
      align-items: flex-start; }
  .appointment-form__date {
    position: relative; }
    .appointment-form__date:after {
      content: "";
      position: absolute;
      background: url(/assets/images/calendar.png) no-repeat 50% 50%;
      width: 23px;
      height: 23px;
      top: calc(50% - 12px);
      right: 20px;
      background-size: 100%; }
  .appointment-form__item {
    width: calc(50% - 10px);
    margin-right: 20px; }
    .appointment-form__item:last-child {
      margin-right: 0; }
.appointment__block {
  width: 450px; }

.about {
  padding: 0 10px; }
  .about__text {
    width: 95%;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    color: #333333; }
    .about__text p {
      color: #333333; }
    .about__text-bold {
      font-weight: bold;
      color: #333333;
      padding-top: 25px; }
    .about__text-italicb {
      padding-top: 25px;
      font-style: italic;
      font-weight: bold;
      color: #333333; }
    .about__text-italic {
      padding-top: 25px;
      font-style: italic;
      font-weight: normal;
      color: #333333;
      width: 50%; }
    .about__text-list {
      font-size: 25px; 
      color: #61971F;
      margin-left: 40px;
      /* padding-left: 24px;
      padding-top: 10px; 
      width: 100%; */}
      .about__text-list span {
        color: #000;
        font-size: 14px;
      }
      .about__text-list li{
      line-height: normal
    }
      /*.about__text-list li {
        line-height: 0;
        margin-bottom: 5px; }
       .about__text-list span {
        color: #000;
        font-family: Roboto, serif;
        font-style: normal;
        font-weight: normal;
        line-height: 26px;
         } */
  .about__line {
    border-bottom: 1px solid #eaeaea;
    width: 73%;
    left: 25%;
    position: absolute;
    top: 50%; }
.services{
      -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.services__content {
  margin-left: 20px;
  width: calc(50% - 10px); }
  .services__content:first-child {
    margin-left: 0; 
  }
  .services__content-block {
    
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    page-break-inside: avoid;
  }
  .services__content_icon {
    width: 120px;
    height: 120px;
    margin: 0 calc(50% - 59px); }
    .services__content_icon img{
      border-radius: 100px;
    }
  .services__content_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: 33px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    color: #333333;
    margin-bottom: 10px; }
  .services__content_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #333333; }
  .services__content-list {
    font-size: 25px;
    color: #61971F;
    width: 100%; }
    .services__content-list li {
      line-height: normal;
      margin-bottom: 20px; }
      .services__content-list li span {
        color: #333;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 23px;
        font-size: 14px;
        display: inline-block;
        width: calc(100% - 30px);
        vertical-align: top;
        position: relative;
        top: 5px; }
      .services__content-list li p {
        color: #333333;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        font-size: 14px; }

.section-map {
  background: url("../images/map.png") no-repeat 50% 50%/cover;
  padding: 45px 0 90px 0; }
  .section-map__breadcrumb {
    margin-bottom: 46px; }
    .section-map__breadcrumb .section-page {
      background: transparent; }
    .section-map__breadcrumb .breadcrumb {
      padding-top: 0; }
  .section-map__form {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 30px;
    width: 342px; }
    .section-map__form--title {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: 900;
      line-height: 28px;
      font-size: 20px;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 21px; }
    .section-map__form--desc {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: 300;
      line-height: 23px;
      font-size: 16px;
      letter-spacing: -0.02em;
      color: #000000;
      margin-bottom: 21px; }
    .section-map__form--block {
      text-align: center; }
    .section-map__form--input {
      padding: 0;
      border: 0;
      margin-bottom: 30px; }
      .section-map__form--input::placeholder {
        font-family: Roboto, serif;
        font-style: normal;
        font-weight: 900;
        line-height: 28px;
        font-size: 20px;
        letter-spacing: 0.05em;
        color: #61971F;
        opacity: 1; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-page__title {
    width: calc(100% - 45px); }

  .spec__list {
    width: calc(33% - 20px);
    margin-top: 10px; }

  .w-50 {
    padding-right: 15px; }

  .article__list {
    display: flex;
    flex-direction: row; }

  .section-block {
    height: 100%;
    width: 500px; }

  .schedule__search {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .schedule__search .schedule__item {
      width: 100%;
      margin-bottom: 20px; }

  .menu li {
    margin-right: 15px; }

  main .section__buttons {
    margin-top: 10px; }

  .flex-table__cell:first-child {
    min-width: 189px; }

  .spec-page__buttons .button-fill {
    margin-right: 0;
    margin-bottom: 15px; }
  .spec-page__buttons .button-borderless {
    margin-top: 15px;
    margin-left: 0; }

  .tnews__date {
    margin-top: 5px; }

  .tnews__context {
    width: 80%; }

}
@media screen and (max-width: 768px) {

  .section__content--list ul li{
    width: 100%;
  }
  .section__content--list ul{
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .owl-theme .owl-nav.disabled + .owl-dots{
    left: 0;
  }
  .mobile {
    display: block; }

  .desktop {
    display: none; }

  /*navbar*/
  .navbar {
    padding: 0; }

  /*label {
  	display: block;
  	width: 35px;
  	height: 35px;
  	background-image: url('https://png.icons8.com/material-rounded/50/27ae60/menu.png');
  	filter: hue-rotate(651deg) brightness(0.9) saturate(372%);
  	background-size: 100%;
  	margin-bottom: 0;
  	margin-right: 15px;
  }*/
  input[type="checkbox"]:checked ~ .menu {
    visibility: visible;
    height: auto; }

  .menu {
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    color: white; }

  #menu {
    visibility: hidden; }

  .menu li {
    height: 40px;
    line-height: 3;
    text-align: center; }
    .menu li:first-child {
      margin-top: 10px; }
    .menu li:last-child {
      margin-bottom: 10px; }

  .menu li a {
    width: 100%;
    text-decoration: none;
    font-family: Roboto, serif;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF; }

  /*navbar*/
  .header__schedule {
    display: none; }

  .slider__items-left__content .slider__logo {
    display: none; }

  .slider {
    height: auto; }
    .slider__items {
      flex-direction: column; }
      .slider__items-left {
        width: 100%;
        padding: 30px 15px; }
        .slider__items-left__content {
          width: auto; }
          .slider__items-left__content .slider__logo {
            min-width: inherit; }
      .slider__items-right {
        display: none; }

  .header__logo {
    display: flex;
    height: auto;
    align-items: center;
    width: 100%;
    position: relative; }
    .header__logo a {
      width: 100%;
      text-align: center; }
      .header__logo a img {
        width: auto; }

  .header__top .justify-content_between {
    flex-direction: column; }
    .header__top .justify-content_between .dropdown {
      margin-top: 15px;
      margin-bottom: 15px; }

  .header__bottom {
    display: none; }

  .section__services .flex-block {
    display: flex;
    justify-content: center;
    text-align: center; }
  .section__services .text-center {
    display: flex;
    justify-content: center; }

  main .section__title {
    font-size: 24px;
    margin-bottom: 20px; }
  main .section__header {
    margin-bottom: 13px; }
    main .section__header--title {
      font-size: 40px;
      text-align: center; }
    main .section__header--desc {
      display: none;
      text-align: center;
      margin-bottom: 10px; }
  main .section__content {
    justify-content: center;
    margin-left: 0; }
    main .section__content--list {
      display: none; }
      main .section__content--list li {
        margin-bottom: 30px; }
        main .section__content--list li a {
          font-size: 14px; }
      main .section__content--list:first-child {
        display: block; }
    main .section__content .gallery__card {
      margin: 10px; }
    main .section__content .news__column--card {
      margin-bottom: 15px;
      width: 100%;
      margin-right: 0; }
  main .section__callback {
    height: 100%;
    background-image: none; }
    main .section__callback--title {
      line-height: 32px;
      font-size: 24px;
      padding: 10px; }
    main .section__callback--desc {
      padding-left: 10px; }
    main .section__callback .callback__button--style {
      margin-top: 15px;
      margin-left: 0; }

  .callback__form {
    justify-content: center; }
    .callback__form--style {
      width: 100%;
      margin-bottom: 15px; }
      .callback__form--style:first-child {
        border-radius: 6px !important;
        border-right: 0 !important;
        margin-bottom: 15px; }
      .callback__form--style:last-child {
        border-radius: 6px !important;
        margin-bottom: 0; }

  .footer .container {
    padding-left: 0;
    padding-right: 0; }
    .footer .container .footer__top {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .footer .container .footer__top .footer__logo {
        max-width: inherit;
        background-size: 290px;
        margin-bottom: 15px; }
        .footer .container .footer__top .footer__logo img {
          width: 100%; }
      .footer .container .footer__top .footer__phone {
        margin-top: 25px;
        margin-left: 0; }
    .footer .container .footer__title {
      font-size: 15px; }
    .footer .container .footer__menu {
      margin-bottom: 30px; }
      .footer .container .footer__menu:last-child {
        margin-bottom: 0; }
      .footer .container .footer__menu .footer__links {
        width: 100%; }
        .footer .container .footer__menu .footer__links li {
          font-size: 12px; }
  .footer__contact {
    height: 100%; }
  .footer__logo {
    width: 100%; }
  .footer__phone {
    margin-left: 10px; }
  .footer__copyright {
    margin-bottom: 15px;
    margin-top: 25px; }
    .footer__copyright:last-child {
      text-align: center;
      margin-top: 15px; }
    .footer__copyright:first-child {
      text-align: center; }
  .footer__bottom {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }

  .doctors__search--style {
    width: 100%; }

  .section__doctors--buttons {
    display: flex;
    flex-direction: column; }

  .doctor__card {
    width: 100%;
    margin-right: 0;
    display: flex; }
    .doctor__card--heading {
      padding: 0 20px 20px 20px;
      width: calc(100% - 115px); }

  .section__header {
    flex-direction: column; }
  .section__doctors--button {
    margin-left: 0;
    margin-top: 10px; }
  .section__content--button {
    margin: 0; }
  .section__doctors--buttons {
    justify-content: center; }

  .w-50 {
    width: 100% !important; }

  /* about */
  .section-page {
    padding-top: 0; }
    .section-page__fill {
      padding: 12px 20px; }

  .mrg-b_40 {
    margin-bottom: 20px !important; }

  .section-page__header {
    margin-bottom: 10px; }

  .services__content-list li {
    margin-bottom: 10px;
    list-style: disc inside; }
    .services__content-list li span {
      width: calc(90% - 20px); }

  .section-page__title {
    font-size: 20px;
    width: inherit; }

  .section-block__title {
    font-size: 18px; }

  .section__button-fill {
    width: 175px; }

  .section__button {
    margin-bottom: 15px;
    margin-right: 0 !important; }
.services {
  column-count: 1;
}
  .section-page__middle .section-block {
    padding: 15px; }
  .section-page__middle .spec__list {
    width: 100% !important;
    margin-top: 17px;
    margin-right: 0;
    display: flex; }
  .section-page__middle .spec__content {
    padding: 30px !important;
    width: calc(100% - 115px) !important; }
  .section-page__middle .spec__mask {
    height: 258px; }
    .section-page__middle .spec__mask img {
      height: 258px; }
  .section-page__middle .spec__link-fill {
    width: 138px; }

  .spec-page__image {
    display: flex;
    justify-content: center;
    position: static; }
    .spec-page__image img {
      width: auto; }
  .spec-page__content {
    width: 100%;
    margin: 0 auto; }
  .spec-page__buttons {
    margin-bottom: 25px;
    margin-top: 20px;
    justify-content: center; }
    .spec-page__buttons .button-fill {
      margin-bottom: 15px; }
    .spec-page__buttons .button-borderless {
      margin-top: 15px;
      margin-left: 0 !important; }

  .section-page__search-form {
    width: 100%;
    position: relative; }

  .section-page__left {
    display: none; }

  .section-page__left + .section-page__middle {
    width: 100%; }

  .section-page__middle {
    width: 100%; }
    .section-page__middle .spec__list {
      width: calc(50% - 9px); }
      .section-page__middle .spec__list .spec__content {
        padding: 0; }

  .tnews__image {
    width: 100%;
    margin-bottom: 15px; }

  .tnews__context {
    width: 100%; }

  .tnews__item {
    height: inherit; }

  .tnews__date {
    margin-top: 5px; }

  .tnews__title {
    padding: 10px 0; }

  .review__header {
    height: 100%;
    flex-direction: row;
    margin-bottom: 0;
    padding: 0 0 30px; }
    .review__header--text {
      width: 100%;
      font-size: 15px; }
    .review__header--buttons {
      text-align: center;
      margin: auto; }
  .review__item {
    width: 100%;
    margin-right: 0;
    padding: 18px 22px; }

  .section__content {
    margin-left: 35px; }

  .error-page {
    width: 100%; }

  .services__content {
    margin: 0 !important;
    width: 100%; }
    .services__content-block {
      padding: 0px 10px 0px 10px; }

  .modal-header {
    padding: 20px; }

  .modal-form__title {
    width: 100%; }
  .modal-form__select {
    width: 100%; }
  .modal-form__column {
    width: 100%; }
  .modal-form__block {
    margin-top: 25px;
    width: 100%;
    justify-content: center; }
    .modal-form__block label {
      filter: none; }

  .modal-body {
    padding: 15px; }
    .modal-body .modal-form__input {
      background-image: none; }

  .modal-form__input.form-col_3 {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 10px; }

  .section_interesting {
    height: 100%;
    padding: 20px 0 20px 0; }
    .section_interesting .container .section__header {
      margin-left: 0; }
      .section_interesting .container .section__header--name {
        font-size: 24px; }
    .section_interesting .container .section__list {
      display: flex;
      flex-direction: column; }
      .section_interesting .container .section__list li {
        width: 100%;
        list-style: disc inside; }
        .section_interesting .container .section__list li span {
          margin-left: 0; }
  .dropdown-block {
    margin-top: 15px;
    padding: 15px 15px; }
    .dropdown-block__name {
      width: 209px; }
    .dropdown-block__title {
      font-size: 14px; }

  .article__list {
    display: flex;
    flex-direction: column; }
    .article__list .tnews__item {
      justify-content: center; }
      .article__list .tnews__item .tnews__context {
        text-align: center; }

  .schedule__search {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .schedule__search .schedule__item {
      width: 100%;
      margin-bottom: 20px; }

  .form__input {
    padding: 5px 35px; }

  .flex-table__cell:first-child {
    min-width: 189px; }

  .table-container {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em; }
    .table-container .flex-table__cell {
      min-width: 54%; }

  .breadcrumb {
    padding: 25px 0 15px 0;
    margin-bottom: 0; }

  .section-map__form {
    width: 100%; }

  .section__apply {
    padding: 30px 0; }

  .section--green {
    padding-left: 6px; }

  .footer__wrapper {
    background-color: #F4F4F4;
    padding: 30px 15px;
    display: none; }

  .appointment-form__input {
    font-size: 14px; }

  .appointment-form__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  .appointment__block {
    width: 100%; }

  .spec-help {
    padding: 18px 18px 0 18px; }
    .spec-help__ul {
      flex-direction: column; }
      .spec-help__ul li {
        width: 100%;
        margin-bottom: 0; }
    .spec-help__subtitle {
      margin-bottom: 15px; }

  .galeryphoto .namephoto {
    width: calc(100% - 60px); }

  .galeryvideo .namevideo {
    width: calc(100% - 60px); }
    .galeryvideo .namevideo strong {
      font-size: 16px; }

  .galeryphoto {
    width: 100%; }
    .galeryphoto__top {
      height: 210px;
      overflow: hidden;
    }
    .galeryphoto__top img {
      width: 100%;
      padding: 0;
    }
    .galeryphoto__bottom {
      padding: 15px; }
      .galeryphoto__bottom strong {
        font-size: 16px; }

  .galeryvideo {
    width: 100%; }
    .galeryvideo__top .lengthvideo {
      top: 169px;
      left: 2px; }

  .owl-dots {
    display: none; }

  .review__buttons {
    display: none; } }
@media screen and (max-width: 414px) {
  .article .spec-page__buttons .button{
  margin-right:0;
}
  .header__logo {
    display: flex;
    height: auto;
    align-items: center;
    width: 100%;
    position: relative; }
    .header__logo a {
      width: 100%;
      text-align: center; }
      .header__logo a img {
        width: calc(100% - 25px); }

  .section-page__middle .spec__list {
    flex-direction: column;
    width: 275px !important;
    margin: 17px auto auto auto; }

  .section-page__middle .spec__mask img {
    height: auto; }

  .section-page__middle .spec__content {
    width: 100% !important; }

  .spec-page__image {
    display: block;
    position: static; }
    .spec-page__image img {
      width: 100%; }
  .spec-page__content {
    width: 100%;
    margin: 0 auto; }
  .spec-page__buttons {
    margin-bottom: 25px;
    margin-top: 20px;
    justify-content: center; }
    .spec-page__buttons .button-fill {
      margin-bottom: 15px;
      margin-right: 13px;
      width: 140px; }
    .spec-page__buttons .button-bordered {
      width: 140px;
      margin-left: 0 !important; }

  .review__header:before {
    background: url(../images/reviews/review-header.png) no-repeat 50% 50%; }
  .review__header--buttons .button-fill {
    margin-top: 16px;
    margin-right: 0;
    width: 142px; }

  .doctor__card {
    display: flex;
    flex-direction: column;
    width: 275px; }
    .doctor__card--heading {
      width: 100%;
      text-align: center; }

  .doctor__card:last-child {
    margin-right: 0; }

  .dropdown-block__name {
    width: 209px; }

  .button {
    margin-right: 0; } }
@media screen and (max-width:1024px){
  .spec__mask{
        height: 446px;
  }
}
@media screen and (max-width:991px){
  .slider__items-left__content .slider__title{
    font-size: 3.6vw;
  }
  .section__callback--title{
    max-width: 64%;
  }
  .doctor__card--mask{
    height: 237px;
  }
  .spec__mask{
    height: 300px;
  }
}
.news_image{
    display:inline-block;
    padding:0 10px 10px 0;
}
.news_gallery{
  display: flex;
    flex-wrap: wrap;
}
/*# sourceMappingURL=styles.css.map */
.yks__dev{
    display: flex;
    align-items: center;
    width: 300px;
}
.yks__dev__desc{
    padding-left: 9px;
    color: #fff;
}
a:hover .yks__dev__desc{
    color: #91cb3e;
    text-decoration: none !important;
}

.yks__dev img{
    width: 55px;
}
.modalworkemailnosp {
      display: none;
  }
@media (max-width: 768px){
  .spec__list img{
    width: auto;
  }
  .doctor__card--mask {
    width: 50%;
    height: 290px;
  }
  .section__callback--title{
    max-width: 100%;
  }
  .slider__items-left__content .slider__title{
    font-size: 36px;
  }
}
#slider_homes{
    position: relative;
}
#slider_homes .owl-nav{
    width: 100%;
}
#slider_homes .owl-nav button{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 48px;
    width: 35px;
    line-height: 1.1;
}
#slider_homes .owl-nav .owl-next{
    right: 0;
}
#slider_homes .owl-nav .owl-prev{
    left: 0;
}
.padingNone{
  padding: 0 !important;
  margin: 0 !important;
  max-height: 450px;
}
.padingNone img{
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.checkbox_label_a {
  text-decoration: underline;
}

.mini_modal {
    margin-bottom: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.mini_flex_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.call_back_label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
