@charset "UTF-8";

@font-face {
  font-display: swap;
  src: url("../fonts/GothamPro-Regular.woff") format("woff"), url("../fonts/GothamPro-Regular.woff2") format("woff2");
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.woff2") format("woff2");
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  src: url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.woff2") format("woff2");
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  font-family: "Bebas Neue Cyrillic";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts//FontAwesome/fontawesome-webfont.woff") format("woff"), url("../fonts//FontAwesome/fontawesome-webfont.woff2") format("woff2");
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
}

html,
body {
  font-family: 'GothamPro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GothamPro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.section-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  color: #636363;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title:before {
  display: block;
  width: 100px;
  width: 5.21vw;
  min-width: 30px;
  height: 5px;
  height: 0.463vh;
  min-height: 2px;
  margin-right: 30px;
  margin-right: 1.56vw;
  background-color: #8bc600;
  content: '';
}

.page-title {
  margin-bottom: 10px;
  color: #8bc600;
  font-size: 48px;
  font-weight: 500;
}

body {
  display: block;
  position: relative;
  min-width: 320px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.accent-color {
  color: #8bc600;
}

.accent-color a {
  color: #8bc600;
  text-decoration: underline;
}

.accent-color a:hover {
  text-decoration: none;
}

.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.page-wrapper .page-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uk-link,
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #636363;
  transition: 0.3s;
}

.uk-link:hover,
.uk-link:focus,
.uk-link:active,
a:hover,
a:focus,
a:active {
  color: #8bc600;
  text-decoration: none;
}

.uk-text-lead {
  font-size: 24px;
  font-weight: 500;
}

blockquote {
  display: block;
  position: relative;
  padding: 20px;
  border-left: 6px solid #8bc600;
  background-color: #ececec;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.uk-container-large {
  max-width: 1300px;
}

.uk-background-secondary {
  background-color: #444;
}

.uk-slidenav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 3px;
  background-color: #8bc600;
  color: #ffffff;
  pointer-events: auto;
  transition: 0.3s;
}

.uk-slidenav:hover,
.uk-slidenav:focus,
.uk-slidenav:active {
  background-color: #79ad00;
  color: #ffffff;
}

.uk-dotnav > * {
  padding-left: 20px;
}

.uk-dotnav > * > * {
  border-radius: 0;
  border-color: #8bc600;
  background-color: #8bc600;
}

.uk-dotnav > .uk-active > * {
  border-color: #ffffff;
  background-color: transparent;
}

.uk-dotnav > * > :hover {
  background-color: #79ad00;
}

.uk-button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border: 2px solid #8bc600;
  border-radius: 3px;
  color: #8bc600;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
}

.uk-button:hover,
.uk-button:focus,
.uk-button:active {
  background-color: #8bc600;
  color: #ffffff;
}

.uk-button[data-uk-icon] {
  text-transform: none;
}

.uk-button[data-uk-icon] svg {
  margin-left: 10px;
}

.uk-button-default {
  border-color: #8bc600;
  background-color: #8bc600;
  color: #ffffff;
}

.uk-button-default:hover,
.uk-button-default:focus,
.uk-button-default:active {
  border-color: #79ad00;
  background-color: #79ad00;
  color: #ffffff;
}

input[name="your-date"] {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='calendar'%3E%3Cpath d='M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z'%3E%3C/path%3E%3Crect width='1' height='3' x='6' y='2'%3E%3C/rect%3E%3Crect width='1' height='3' x='13' y='2'%3E%3C/rect%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.85);
}

.breadcrumb {
  display: block;
  position: relative;
  overflow-x: auto;
}

.uk-breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.uk-breadcrumb > li:first-child > a {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  margin-top: -2px;
  background-image: url(../img/icons/home-page-icon.png);
  background-position: center;
  background-size: cover;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column):before {
  margin: 0 10px;
  content: '›';
}

.slider {
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px 40px;
}

.slider .uk-slidenav-previous {
  left: -20px;
}

.slider .uk-slidenav-next {
  right: -20px;
}

.slider-small {
  margin-right: -12px;
  margin-left: -12px;
  padding: 0 12px;
}

.play-icon {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/icons/play-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jq-selectbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 0;
  border-bottom: 1px solid #000000;
}

.jq-selectbox__select {
  -webkit-box-shadow: none;
  padding: 0 30px 0 5px;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.jq-selectbox__select:hover,
.jq-selectbox__select:focus,
.jq-selectbox__select:active {
  -webkit-box-shadow: none;
  background: none;
  box-shadow: none;
}

.jq-selectbox__select-text {
  width: 100% !important;
}

.jq-selectbox__trigger {
  border: 0;
}

.jq-selectbox__trigger-arrow {
  top: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
}

.uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

[class*=uk-column-] > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 30px;
  vertical-align: top;
}

.uk-accordion > li {
  border: 2px solid #8bc600;
}

.uk-accordion .uk-accordion-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  color: #636363;
  font-size: 24px;
  font-weight: 500;
}

.uk-accordion .uk-accordion-title:before {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #8bc600;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus'%3E%3Crect x='9' y='1' width='1' height='17' fill='%23fff'%3E%3C/rect%3E%3Crect x='1' y='9' width='17' height='1' fill='%23fff'%3E%3C/rect%3E%3C/svg%3E");
}

.uk-accordion .uk-open > .uk-accordion-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus'%3E%3Crect height='1' width='18' y='9' x='1' fill='%23fff'%3E%3C/rect%3E%3C/svg%3E");
}

.uk-accordion .uk-accordion-content {
  margin-top: 0;
  padding: 0 20px 20px;
}

.accordion-price > li {
  border: 0;
}

.accordion-price .uk-accordion-title {
  border: 2px solid #8bc600;
}

.accordion-price .uk-accordion-content {
  margin-top: 10px;
  padding: 0;
}

.accordion-price > :nth-child(n+2) {
  margin-top: 10px;
}

.sub-accordion-price > li {
  margin-top: 0;
  margin-bottom: 5px;
  border: 0;
  background-color: #e8e8e8;
}

.sub-accordion-price .uk-accordion-title {
  padding: 5px 0 5px 10px !important;
  border: 0;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
}

.sub-accordion-price .uk-accordion-title:before {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
}

.sub-accordion-price .uk-open > .uk-accordion-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='4 13 10 7 16 13'%3E%3C/polyline%3E%3C/svg%3E");
}

.sub-accordion-price .uk-accordion-content {
  margin-top: 0;
}

.uk-accordion-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

.uk-accordion-content table td, .uk-accordion-content table th {
  padding: 6px 20px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

.uk-accordion-content table td:last-child, .uk-accordion-content table th:last-child {
  text-align: center;
}

.sub-accordion-price > :nth-child(n+2) {
  margin-top: 0;
}

.section-search__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #e8e8e8;
}

.section-search__box .uk-search-input {
  padding-left: 15px;
  background-color: #ffffff;
}

.section-search__box .uk-search-input:hover,
.section-search__box .uk-search-input:focus,
.section-search__box .uk-search-input:active {
  background-color: #ffffff;
}

.section-search__box .uk-search-icon {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  width: 45px;
  border-left: 5px solid #e8e8e8;
  background-color: #8bc600;
  color: #ffffff;
  transition: 0.3s;
}

.section-search__box .uk-search-icon:hover,
.section-search__box .uk-search-icon:focus,
.section-search__box .uk-search-icon:active {
  background-color: #79ad00;
  color: #ffffff;
}

.section-search__title {
  padding: 0 10px 0 5px;
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-header {
  display: block;
  position: relative;
}

.page-header__scroll {
  -webkit-box-shadow: 1.5px 2.6px 7px rgba(26, 27, 30, 0.05);
  background-color: #ffffff;
  box-shadow: 1.5px 2.6px 7px rgba(26, 27, 30, 0.05);
}

.page-header__top {
  display: block;
  position: relative;
  padding: 4px 0;
  background-color: #8bc600;
}

.page-header__top .page-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-header__top .page-header__inner > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-header__middle {
  padding: 11px 0 11px;
}

.page-header__middle .page-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
}

.page-header__middle .quick-links {
  margin-bottom: 10px;
}

.page-header__middle .phone-block {
  display: none;
}

.page-header__bottom {
  display: block;
  position: relative;
  border-top: 1px solid #8bc600;
  border-bottom: 1px solid #8bc600;
}

.page-header__bottom .page-header__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header__bottom.uk-active {
  padding: 10px 0;
  background-color: #ffffff;
}

.page-header__bottom.uk-active .logo {
  display: block;
  margin-right: auto;
}

.page-header__bottom.uk-active .phone-link__icon {
  display: none;
}

.submenu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.submenu li {
  display: block;
  position: relative;
}

.submenu li + li {
  margin-left: 40px;
  margin-left: 2.083vw;
}

.submenu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.3s;
}

.submenu li a:hover,
.submenu li a:focus,
.submenu li a:active {
  color: #636363;
  text-decoration: none;
}

.social-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  list-style-type: none;
}

.social-list li {
  display: block;
  position: relative;
}

.social-list li + li {
  margin-left: 12px;
}

.social-list li a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  transform: scale(1);
  color: #ffffff;
  transition: 0.3s;
}

.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-list li a img {
  width: 23px;
  height: 23px;
}

.lang {
  display: block;
  position: relative;
  margin-left: 30px;
}

.lang .lang-drop {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  width: 65px;
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.lang .lang-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 9px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  outline: 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.lang .lang-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lang .lang-list li {
  display: block;
  margin: 5px 0;
}

.lang .lang-list li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: relative;
  color: #8bc600;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.lang .lang-list li a:hover,
.lang .lang-list li a:focus,
.lang .lang-list li a:active {
  color: #636363;
  text-decoration: none;
}

.logo {
  display: block;
  position: relative;
}

.logo__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: 0.3s;
}

.logo__link:hover,
.logo__link:focus,
.logo__link:active {
  text-decoration: none;
}

.logo__img {
  display: block;
}

.logo__text {
  display: block;
  margin-left: 15px;
  margin-left: 0.781vw;
  color: #484848;
  font-family: "Bebas Neue Cyrillic";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.quick-links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quick-link {
  display: block;
  position: relative;
}

.quick-link + .quick-link {
  margin-left: 15px;
}

.quick-link__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
}

.quick-link__link:hover,
.quick-link__link:focus,
.quick-link__link:active {
  text-decoration: none;
}

.quick-link__link:hover .quick-link__text,
.quick-link__link:focus .quick-link__text,
.quick-link__link:active .quick-link__text {
  color: #8bc600;
}

.quick-link__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  display: block;
  flex: 0 0 30px;
}

.quick-link__text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-left: 7px;
  color: #636363;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  transition: 0.3s;
}

.phone-block {
  display: block;
  position: relative;
  margin-right: 20px;
  margin-right: 1.04vw;
}

.phone-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}

.phone-link__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #8bc600;
  color: #ffffff;
}

.phone-link__text {
  margin-left: 10px;
  color: #8bc600;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.phone-link__text a
{
	color: #8bc600;
}

.phone-link:hover,
.phone-link:focus,
.phone-link:active {
  color: #636363;
  text-decoration: none;
}

.search-overlay {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}

.search-overlay > .page-nav-overlay {
  margin-right: auto;
}

.search-overlay .logo {
  display: none;
}

.search-overlay .logo__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.search-overlay .logo__img {
/*  width: 110px; */
  height: 38px;
  margin-bottom: 5px;
}

.search-overlay .logo__text {
  color: #484848;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
}

.search-overlay .uk-navbar-item {
  min-height: 30px;
}

.search-overlay .uk-navbar-item .uk-search-input {
  font-size: 16px;
}

.search-overlay .uk-navbar-toggle {
  width: 30px;
  min-height: 30px;
  padding: 0;
  background-color: #8bc600;
  color: #ffffff;
}

.mobile-menu-btn {
  display: none;
}

.mobile-menu-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.page-footer__bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #636363;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.page-footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-footer__center {
  text-align: center;
}

.page-footer__right {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.page-footer .logo {
  display: block;
}

.page-footer .logo__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-footer .logo__img {
  display: block;
  margin-bottom: 10px;
}

.page-footer .logo__text {
  color: white;
  font-family: "Bebas Neue Cyrillic";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-footer .phone a {
  color: #8bc600;
  font-size: 36px;
  font-weight: 500;
}

.page-footer .adress {
  margin: 7px 0px;
}

.page-footer .email{
	margin-top: 20px;
}

.page-footer .adress a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: white;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
}

.page-footer .adress a:hover,
.page-footer .adress a:focus,
.page-footer .adress a:active {
  color: #8bc600;
  text-decoration: none;
}

.page-footer .email a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: white;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.page-footer .email a:hover,
.page-footer .email a:focus,
.page-footer .email a:active {
  color: #8bc600;
  text-decoration: none;
}

.uk-totop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 25px;
  bottom: 25px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8bc600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: #ffffff;
}

.page-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainmenu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mainmenu > li > a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  min-height: 40px;
  color: black;
  font-family: RobotoCondensed;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.3s;
}

.mainmenu > li > a:hover,
.mainmenu > li > a:focus,
.mainmenu > li > a:active {
  color: #8bc600;
  text-decoration: none;
}

.mainmenu .uk-navbar-dropdown {
  min-width: 300px;
  max-width: 100%;
}

.mainmenu [class*=uk-drop-bottom] {
  margin-top: 2px;
}

.mainmenu .uk-navbar-dropdown-nav a {
  padding: 0;
  line-height: 1.1;
}

.uk-modal-dialog-small {
  width: 400px;
}

.uk-offcanvas-bar {
  background-color: #ffffff;
}

.uk-offcanvas-bar hr {
  border-top-color: #8bc600;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000000;
  transition: 0.3s;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:active {
  color: #8bc600;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000000;
  transition: 0.3s;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:active {
  color: #8bc600;
}

.uk-offcanvas-bar .uk-offcanvas-close {
  color: #8bc600;
}

.uk-offcanvas-bar .logo__img {
  display: block;
}

.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus'%3E%3Crect x='9' y='1' width='1' height='17'%3E%3C/rect%3E%3Crect x='1' y='9' width='17' height='1'%3E%3C/rect%3E%3C/svg%3E");
}

.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='close'%3E%3Cpath fill='none' stroke='%239ecb35' stroke-width='1.06' d='M16,16 L4,4'%3E%3C/path%3E%3Cpath fill='none' stroke='%239ecb35' stroke-width='1.06' d='M16,4 L4,16'%3E%3C/path%3E%3C/svg%3E");
}

.uk-offcanvas-bar .quick-links {
  display: block;
}

.uk-offcanvas-bar .quick-links .quick-link + .quick-link {
  margin-top: 20px;
  margin-left: 0;
}

.uk-offcanvas-bar .quick-links .quick-link .quick-link__text {
  font-size: 13px;
}

.checkbox-custome {
  --background: #fff;
  --border: #000000;
  --border-hover: #bbc1e1;
  --border-active: #1e2235;
  --tick: #fff;
  position: relative;
  margin: 0;
}

.checkbox-custome label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.checkbox-custome input[type=checkbox]:focus,
.checkbox-custome input[type=file]:focus,
.checkbox-custome input[type=radio]:focus {
  outline: none;
}

.checkbox-custome input,
.checkbox-custome svg {
  display: block;
  width: 21px;
  height: 21px;
  outline: none;
}

.checkbox-custome input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: box-shadow 0.3s;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  outline: none;
  background: var(--background);
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  cursor: pointer;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.checkbox-custome input:hover {
  --s: 1px;
  --b: var(--border-hover);
}

.checkbox-custome input:checked {
  --b: var(--border-active);
}

.checkbox-custome svg {
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #8bc600;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
  pointer-events: none;
}

.checkbox-custome span {
  display: inline-block;
  color: black;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.checkbox-custome.path input:checked {
  --s: 2px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.checkbox-custome.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.checkbox-custome.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  -o-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

/* Rating */

.rating {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}

.rating__caption {
  margin-bottom: 0.5em;
  padding: 0;
}

.rating__group {
  position: relative;
  width: 10em;
  height: 2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-size: 2em 1.9em;
}

.rating__input {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rating__input:focus ~ .rating__focus {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0.2em solid #4a90e2;
  outline-offset: 0.2em;
}

.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 2em;
  margin: 0;
  background-repeat: repeat-x;
  background-size: 2em 1.9em;
}

.rating__star:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%237ed321' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__input:checked + .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%237ed321' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 2em;
}

.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 4em;
}

.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 6em;
}

.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 8em;
}

.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 10em;
}

.slideshow-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slideshow-arrows .uk-slidenav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.slideshow-arrows .uk-slidenav-previous {
  left: calc(50% - 650px);
}

.slideshow-arrows .uk-slidenav-next {
  right: calc(50% - 650px);
}

.section-partition {
  background-color: #8bc600;
}

.section-partition .uk-grid-divider > :not(.uk-first-column):before {
  border-left: 1px solid #b9e947;
}

.partition-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.partition-item__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px;
  padding: 1.82vw;
  background-color: #8bc600;
  transition: 0.5s;
}

.partition-item__link:hover,
.partition-item__link:focus,
.partition-item__link:active {
  text-decoration: none;
}

.partition-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  display: block;
  flex: 0 0 70px;
  max-width: 70px;
}

.partition-item__title {
  display: inline-block;
  margin-left: 30px;
  color: white;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-plus {
  display: block;
  position: relative;
}

.section-plus .section-title:before {
  width: 70px;
}

.plus-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.plus-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.plus-item + .plus-item {
  margin-top: 30px;
}

.plus-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}

.plus-item__inro {
  margin-left: 30px;
}

.plus-item__title {
  margin-bottom: 10px;
  color: #8bc600;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.plus-item__desc {
  font-size: 14px;
}

.section-form {
  display: block;
  position: relative;
  background-color: #636363;
  background-image: url(../img/bg_form1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #ffffff;
}

.section-form .section-title {
  margin-bottom: 10px;
  color: #ffffff;
}

.section-form .uk-text-lead {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.section-form .uk-list li {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.section-form .form-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 450px;
  margin-left: 130px;
  margin-left: 6.77vw;
  padding: 30px;
  /*background-color: #ffffff;*/
  background: none;
  min-height: 350px;
}

.section-form .uk-input,
.section-form .uk-select,
.section-form .uk-textarea {
  border-color: #f2f5f8;
  background-color: #f2f5f8;
}

.section-form .uk-textarea {
  height: 100px;
  padding-top: 10px;
  resize: none;
}

.section-services {
  display: block;
  position: relative;
}

.service-item {
  display: block;
  position: relative;
}

.service-item__link {
  display: block;
  position: relative;
}

.service-item__link:hover .service-item__title,
.service-item__link:focus .service-item__title,
.service-item__link:active .service-item__title {
  bottom: 10px;
}

.service-item__media {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
}

.service-item__title {
  -webkit-box-sizing: border-box;
  -o-text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 10px;
  bottom: -10px;
  left: 10px;
  padding: 0 15px;
  overflow: hidden;
  background-color: #8bc600;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.5s;
}

.section-steps {
  display: block;
  position: relative;
  background-color: #f1f3f4;
}

.step-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.step-item + .step-item {
  margin-top: 30px;
}

.step-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 30px;
}

.step-item__title {
  margin-bottom: 5px;
  color: #555;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.step-item__text {
  color: #555;
  font-size: 18px;
  font-weight: 400;
}

.section-doctors {
  display: block;
  position: relative;
}

.section-doctors .uk-dotnav > .uk-active > * {
  border-color: #8bc600;
}

.doctor-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: relative;
  padding-bottom: 20px;
  transition: 0.3s;
}

.doctor-item:hover,
.doctor-item:focus,
.doctor-item:active {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.doctor-item__link {
  display: block;
  position: relative;
  text-align: center;
}

.doctor-item__link:hover,
.doctor-item__link:focus,
.doctor-item__link:active {
  text-decoration: none;
}

.doctor-item__media {
  display: block;
  position: relative;
}

.doctor-item__media img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.doctor-item__intro {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 15px;
  bottom: -15px;
  left: 15px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.doctor-item__name {
  margin-bottom: 5px;
  color: #555;
  font-size: 20px;
  font-weight: 500;
}

.doctor-item__positon {
  color: #83c744;
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}

.section-reviews {
  display: block;
  position: relative;
  background-image: url(../img/bg-reviews.jpg);
  background-position: center;
  background-size: cover;
}

.section-reviews .section-title {
  color: #ffffff;
}

.review-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 20px 20px 35px;
  background-color: #ffffff;
}

.review-item__head {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-right: 55px;
}

.review-item__head:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 41px;
  background-image: url(../img/icons/decor-review.png);
  background-size: cover;
  content: '';
}

.review-item__name {
  color: #555;
  font-size: 24px;
  font-weight: 500;
}

.review-item__date {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}

.review-item__desc {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.reviews-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.reviews-arrow {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviews-arrow .uk-slidenav {
  border-radius: 50%;
}

.reviews-arrow .uk-slidenav svg {
  width: 15px;
  height: 15px;
}

.reviews-arrow .uk-slidenav + .uk-slidenav {
  margin-left: 10px;
}

.contact-item {
  display: block;
  position: relative;
  text-align: center;
}

.contact-item__img {
  margin-bottom: 25px;
}

.contact-item__label {
  margin-bottom: 10px;
  color: #535258;
  font-size: 18px;
  font-weight: 500;
}

.contact-item > .binct-phone-number-1, .contact-item > .binct-phone-number-2
{
  color: #535258;
  font-size: 18px;
  font-weight: 400;
}

.contact-item__value {
  color: #535258;
  font-size: 18px;
  font-weight: 400;
}

.contact-item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-item a:hover,
.contact-item a:focus,
.contact-item a:active {
  color: #8bc600;
  text-decoration: none;
}

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

.section-slider {
  display: block;
  position: relative;
}

.page-filters {
  margin-bottom: 40px;
}

.doctor-intro {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: relative;
  transition: 0.3s;
}

.doctor-intro:hover,
.doctor-intro:focus,
.doctor-intro:active {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.doctor-intro__link {
  display: block;
  position: relative;
}

.doctor-intro__link:hover,
.doctor-intro__link:focus,
.doctor-intro__link:active {
  text-decoration: none;
}

.doctor-intro__img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.doctor-intro__name {
  margin-bottom: 10px;
  color: black;
  font-size: 18px;
  font-weight: 700;
}

.doctor-intro__position {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}

.doctor-intro__experience {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #b5b5b5;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.doctor-intro__experience .uk-icon {
  margin-right: 10px;
  color: #8bc600;
}

.doctor-profile {
  display: block;
  position: relative;
  background-color: #f4f4f4;
}

.doctor-profile__img {
  display: block;
  position: relative;
  width: 100%;
}

.doctor-profile__name {
  margin-bottom: 10px;
  color: black;
  font-size: 36px;
  font-weight: 500;
}

.doctor-profile__position {
  margin-bottom: 5px;
  color: #777;
  font-size: 18px;
  font-weight: 500;
}

.doctor-profile__experience {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.doctor-profile__btns {
  margin: 20px 0;
}

.doctor-profile__btns a + a {
  margin-left: 20px;
}

.doctor-profile__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctor-profile__contacts div {
  padding-left: 30px;
}

.doctor-profile__contacts div + div {
  margin-left: 40px;
}

.doctor-profile__contacts div strong {
  display: block;
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
}

.doctor-profile__contacts div a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.doctor-profile__contacts div a:hover,
.doctor-profile__contacts div a:focus,
.doctor-profile__contacts div a:active {
  color: #8bc600;
  text-decoration: none;
}

.doctor-profile__contacts div.adress {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='location'%3E%3Cpath fill='none' stroke='%238bc600' stroke-width='1.01' d='M10,0.5 C6.41,0.5 3.5,3.39 3.5,6.98 C3.5,11.83 10,19 10,19 C10,19 16.5,11.83 16.5,6.98 C16.5,3.39 13.59,0.5 10,0.5 L10,0.5 Z'%3E%3C/path%3E%3Ccircle fill='none' stroke='%238bc600' cx='10' cy='6.8' r='2.3'%3E%3C/circle%3E%3C/svg%3E");
  background-position: left top;
  background-repeat: no-repeat;
}

.doctor-profile__contacts div.tel {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='receiver'%3E%3Cpath fill='none' stroke='%238bc600' stroke-width='1.01' d='M6.189,13.611C8.134,15.525 11.097,18.239 13.867,18.257C16.47,18.275 18.2,16.241 18.2,16.241L14.509,12.551L11.539,13.639L6.189,8.29L7.313,5.355L3.76,1.8C3.76,1.8 1.732,3.537 1.7,6.092C1.667,8.809 4.347,11.738 6.189,13.611'%3E%3C/path%3E%3C/svg%3E");
  background-position: left top;
  background-repeat: no-repeat;
}

.doctor-profile__desc {
  margin-top: 40px;
}

.reviews-form-box {
  display: block;
  position: relative;
  margin-bottom: 60px;
  padding: 15px;
  border: 2px solid #cbcbcb;
  border-top: 2px solid #8bc600;
}

.reviews-form-box .uk-textarea {
  min-height: 280px;
}

.reviews-form-box .row-star {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 148px;
}

.reviews-form-box .row-star label {
  color: #999999;
  font-size: 14px;
}

.reviews-form-box .politic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #8bc600;
  font-size: 12px;
  line-height: 1.2;
}

.reviews-form-box .politic svg {
  margin-left: 10px;
}

.reviews-form-box .row-select {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reviews-form-box .row-select label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  white-space: nowrap;
}

.reviews-form-box .row-submit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-form-box .reviews-form-info p {
  margin-bottom: 0;
}

.reviews-items-box .uk-comment + .uk-comment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #959595;
}

.reviews-items-box .uk-comment-header {
  margin-bottom: 0;
}

.reviews-items-box .uk-comment-title {
  margin-bottom: 0px;
  color: black;
  font-size: 24px;
  font-weight: 500;
}

.reviews-items-box .uk-comment-menta {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.reviews-items-box .uk-comment-body {
  margin-bottom: 20px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.reviews-items-box .uk-comment-body p {
  margin: 10px 0;
}

.reviews-items-box .uk-comment-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-items-box .uk-comment-footer > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  background-color: #f4f4f4;
}

.reviews-items-box .uk-comment-user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.reviews-items-box .uk-comment-user img {
  max-height: 40px;
}

.reviews-items-box .uk-comment-user span {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
}

.reviews-items-box .uk-comment-star {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.reviews-items-box .uk-comment-star span {
  height: 40px;
  margin-right: 10px;
  background-color: #f4f4f4;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

.reviews-items-box .uk-comment-star .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.reviews-items-box .uk-comment-star .br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.reviews-items-box .uk-comment-star .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  color: #8bc600;
}

.reviews-items-box__more {
  display: block;
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.reviews-items-box__more:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #29c3d9;
  content: '';
}

.read_more {
  display: inline-block;
  color: #8bc600;
  cursor: pointer;
}

.view-more {
  display: block;
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.view-more a {
  display: inline-block;
  height: 32px;
  padding: 0 30px;
  border: 1px solid #8bc600;
  border-radius: 16px;
  background-color: white;
  color: #8bc600;
  line-height: 32px;
}

.uk-comment-answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 20px 10px 10px 30px;
  border: 1px solid #d5d5d5;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.uk-comment-answer:before {
  display: block;
  position: absolute;
  top: -14px;
  left: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  content: '';
}

.uk-comment-answer:after {
  display: block;
  position: absolute;
  top: -10px;
  left: 23px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d5d5d5;
  border-left: 10px solid transparent;
  content: '';
}

.uk-comment-answer span {
  display: block;
  color: #919191;
  text-align: right;
}

.ratings-box {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.ratings-box__title {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 500;
}

.ratings-box__list {
  padding-left: 0;
  list-style-type: none;
}

.ratings-box__list li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f4f4f4;
}

.ratings-box__list-title {
  color: #555;
  font-size: 20px;
  font-weight: 400;
}

.ratings-box__list-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ratings-box__list-star .uk-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #8bc600;
}

.ratings-box__list-star span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.question-box {
  display: block;
  position: relative;
}

.question-box__text {
  margin: 60px 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.question-box__wrap {
  padding: 60px 20px 20px;
  background-color: #636363;
  background-image: url(../img/bg-quality.png);
  background-position: left -100px center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  color: #8bc600;
  content: "\f005";
}

.br-theme-fontawesome-stars-o .br-widget {
  height: auto;
}

@media (min-width: 767px) {
  .section-title {
    font-size: calc(18px + 14 * (100vw / 1920));
  }

  .page-title {
    font-size: calc(24px + 24 * (100vw / 1920));
  }

  body {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .uk-text-lead {
    font-size: calc(16px + 8 * (100vw / 1920));
  }

  blockquote {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-button {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .uk-accordion .uk-accordion-title {
    font-size: calc(14px + 10 * (100vw / 1920));
  }

  .sub-accordion-price .uk-accordion-title {
    font-size: calc(12px + 12 * (100vw / 1920));
  }

  .section-search__title {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .submenu li a {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .lang .lang-btn {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .logo__text {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .quick-link__text {
    font-size: calc(8px + 4 * (100vw / 1920));
  }

  .phone-link__text {
    font-size: calc(16px + 8 * (100vw / 1920));
  }

  .search-overlay .uk-navbar-item .uk-search-input {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .page-footer__bottom {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .page-footer .phone a {
    font-size: calc(16px + 12 * (100vw / 1920));
  }

  .page-footer .adress a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .page-footer .email a {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .mainmenu > li > a {
    font-size: calc(11px + 5 * (100vw / 1920));
  }

  .checkbox-custome span {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .partition-item__title {
    font-size: calc(14px + 16 * (100vw / 1920));
  }

  .plus-item__title {
    font-size: calc(13px + 17 * (100vw / 1920));
  }

  .section-form .uk-text-lead {
    font-size: calc(16px + 8 * (100vw / 1920));
  }

  .section-form .uk-list li {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .service-item__title {
    font-size: calc(12px + 6 * (100vw / 1920));
  }

  .step-item__title {
    font-size: calc(14px + 16 * (100vw / 1920));
  }

  .step-item__text {
    font-size: calc(13px + 5 * (100vw / 1920));
  }

  .doctor-item__name {
    font-size: calc(16px + 4 * (100vw / 1920));
  }

  .review-item__name {
    font-size: calc(16px + 8 * (100vw / 1920));
  }

  .review-item__date {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .review-item__desc {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .contact-item__label {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .contact-item__value {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
  
.contact-item > .binct-phone-number-1, .contact-item > .binct-phone-number-2
{
	font-size: calc(14px + 4 * (100vw / 1920));
}

  .doctor-intro__name {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .doctor-intro__position {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .doctor-profile__name {
    font-size: calc(24px + 12 * (100vw / 1920));
  }

  .doctor-profile__position {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .doctor-profile__contacts div strong {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .doctor-profile__contacts div a {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .reviews-items-box .uk-comment-title {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .reviews-items-box .uk-comment-body {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .reviews-items-box .uk-comment-user span {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .reviews-items-box .uk-comment-star span {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .ratings-box__title {
    font-size: calc(18px + 6 * (100vw / 1920));
  }
}

@media only screen and (max-width: 1300px) {
  .slideshow-arrows {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .slider {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .page-header__bottom.uk-active .page-nav {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  .mainmenu > li > a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 959px) {
  .page-header__top {
    display: none;
  }

  .page-header__middle {
    padding: 7px 0;
    background-color: #8bc600;
  }

  .page-header__middle .phone-block {
    display: block;
  }

  .page-header__bottom {
    display: none;
  }

  .logo__text {
    font-size: 14px;
    text-align: center;
  }

  .quick-links {
    display: none;
  }

  .phone-block {
    margin: 0;
  }

  .phone-link__icon {
    border: 1px solid #ffffff;
    background-color: none;
    color: #ffffff;
  }

  .phone-link__text {
    display: none;
  }

  .search-overlay {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 15px;
  }

  .search-btn {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
    margin-right: 15px;
  }

  .partition-item__link {
    padding: 20px;
  }

  .partition-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }

  .section-form {
    background-image: none;
  }

  .section-form .form-block {
    max-width: 100%;
    min-height: auto;
    margin-left: 0;
  }
}

@media only screen and (max-width: 959px) and (max-width: 767px) {
  .logo__text {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 767px) {
  .page-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .page-footer__center {
    margin: 20px 0;
  }

  .page-footer__right {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .page-footer .adress {
    margin: 0;
  }

  .plus-item + .plus-item {
    margin-top: 20px;
  }

  .plus-item__icon {
    max-width: 60px;
  }

  .plus-item__title {
    margin-bottom: 5px;
  }

  .section-form .form-block {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: calc(18px + 23.8 * ((100vw - 320px) / 1920));
  }

  .page-title {
    font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920));
  }

  body {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .uk-text-lead {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
  }

  blockquote {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-button {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-accordion .uk-accordion-title {
    font-size: calc(14px + 17 * ((100vw - 320px) / 1920));
  }

  .sub-accordion-price .uk-accordion-title {
    font-size: calc(12px + 20.4 * ((100vw - 320px) / 1920));
  }

  .section-search__title {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .submenu li a {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .lang .lang-btn {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .logo__text {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .quick-link__text {
    font-size: calc(8px + 6.8 * ((100vw - 320px) / 1920));
  }

  .phone-link__text {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
  }

  .search-overlay .uk-navbar-item .uk-search-input {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .page-footer__bottom {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

.page-footer .phone{
	text-align:center;
}

  .page-footer .phone a {
    font-size: calc(16px + 20.4 * ((100vw - 320px) / 1920));
  }

  .page-footer .adress a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .page-footer .email a {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .mainmenu > li > a {
    font-size: calc(11px + 8.5 * ((100vw - 320px) / 1920));
  }

  .checkbox-custome span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .partition-item__title {
    font-size: calc(14px + 27.2 * ((100vw - 320px) / 1920));
  }

  .plus-item__title {
    font-size: calc(13px + 28.9 * ((100vw - 320px) / 1920));
  }

  .section-form .uk-text-lead {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
  }

  .section-form .uk-list li {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .service-item__title {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }

  .step-item__title {
    font-size: calc(14px + 27.2 * ((100vw - 320px) / 1920));
  }

  .step-item__text {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1920));
  }

  .doctor-item__name {
    font-size: calc(16px + 6.8 * ((100vw - 320px) / 1920));
  }

  .review-item__name {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
  }

  .review-item__date {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .review-item__desc {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .contact-item__label {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .contact-item__value {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }
  
  .contact-item > .binct-phone-number-1, .contact-item > .binct-phone-number-2
  {
	  font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .doctor-intro__name {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .doctor-intro__position {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .doctor-profile__name {
    font-size: calc(24px + 20.4 * ((100vw - 320px) / 1920));
  }

  .doctor-profile__position {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .doctor-profile__contacts div strong {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .doctor-profile__contacts div a {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .reviews-items-box .uk-comment-title {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .reviews-items-box .uk-comment-body {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .reviews-items-box .uk-comment-user span {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .reviews-items-box .uk-comment-star span {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .ratings-box__title {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 640px) {
  .reviews-form-box .row-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .reviews-form-box .row-submit .uk-button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .section-title {
    margin-bottom: 20px;
  }

  .section-title:before {
    margin-right: 10px;
  }

  .uk-button {
    padding: 0 15px;
  }

  .slider {
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }

  .uk-accordion .uk-accordion-title {
    padding: 0 0 0 10px;
  }

  .uk-accordion .uk-accordion-title:before {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .sub-accordion-price .uk-accordion-title:before {
    width: 25px;
    min-width: 40px;
    height: 25px;
  }

  .section-search__title {
    display: none;
  }

  .uk-totop {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }

  .section-partition .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 20px;
  }

  .section-partition .uk-grid-divider.uk-grid-stack > .uk-grid-margin:before {
    top: -10px;
    left: 60px;
  }

  .step-item__icon {
    margin-right: 20px;
  }

  .section-map iframe {
    height: 300px;
  }

  .reviews-form-box .row-star {
    padding-left: 0;
  }

  .reviews-form-box .politic {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .doctor-profile__contacts {
    display: block;
  }

  .doctor-profile__contacts div + div {
    margin-top: 20px;
    margin-left: 0;
  }

  .reviews-form-box .row-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-form-box .row-select label {
    margin-bottom: 20px;
  }

  .reviews-items-box .uk-comment-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-items-box .uk-comment-footer img {
    display: none;
  }

  .reviews-items-box .uk-comment-footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .reviews-items-box .uk-comment-user {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .uk-comment-answer {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 379px) {
  .reviews-form-box {
    padding: 0;
    border: 0;
  }
}

@media only screen and (max-width: 379pxpx) {
  .reviews-form-box .g-recaptcha {
    margin-left: -5px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 767px) {
  .logo__text {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
}

.breadcrumb .uk-section-xsmall
{
	padding-top: 20px;
    padding-bottom: 0px;
}

.content__box table
{
width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
}

.content__box table td
{
padding: 6px 20px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}

.red{color:red!important}
.border_red{border-color:red!important}


.uk-container .uk-list li a, .uk-text-lead li a
{
	text-decoration: underline;
}

.uk-container .uk-list li a:hover, .uk-text-lead li a:hover
{
	text-decoration: none;
}

.ctable th
{
	background-color: #e6e6e6;
	text-align: center;
	padding: 6px 10px;
	border: 1px solid #cac7c7 !important;
}

.ctable td
{
	text-align: center;
	padding: 6px 10px !important;
}

.table-response 
{
    display: block;
    position: relative;
    overflow: auto;
}

.video {
    max-height: 520px;
    overflow: hidden;
}

.video video {
    width: 100%;
}



.action-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
@media only screen and (max-width:580px){.action-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
}
.action-item + .action-item{margin-top:30px;padding-top:30px;border-top:2px dotted #5cd2e3;}
.action-item__img{width:250px;}
@media only screen and (max-width:580px){.action-item__img{width:100%;}
}
.action-item__img-box{margin:0px;overflow:hidden;}
.action-item__img-box img{max-width:100%;max-height:100%;object-fit:cover;object-position:center;}
.action-item__txt{width:75%;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;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
@media only screen and (max-width:580px){.action-item__txt{width:100%;}
}
.action-item__title a:hover, .action-item__title a:focus, .action-item__title a:active{text-decoration:none;}
.action-item__title h4{color:#8bc600;font-size:24px;line-height:1.2;font-weight:600;margin:0px;}
.action-item__desc{padding:10px 0;}
.action-item__footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.action-item__day{color:#fa595e;font-size:18px;line-height:1;font-weight:700;}


.action-item__link
{
/*
	border: 2px solid #5cd2e3;
    color: #5cd2e3;
*/
}

.sub-accordion-price.accordion-price-inner
{
	margin-left: 20px;
    margin-top: 0px;
}

.sub-accordion-price.accordion-price-inner > li > a
{
	background-color: #dbdbdb;
}


.section-title_h5 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  color: #636363;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px
}

.section-title_h5:before {
  display: block;
  width: 80px;
  width: 3.21vw;
  min-width: 30px;
  height: 5px;
  height: 0.463vh;
  min-height: 2px;
  margin-right: 20px;
  margin-right: 1.26vw;
  background-color: #8bc600;
  content: '';
}

@media (max-width: 767px) {
  .section-title_h5 {
    font-size: calc(14px + 23.8 * ((100vw - 320px) / 1920));
  }
}