/*
Theme Name: Orvin
Template: wp-bootstrap-starter
Author: Orvin
*/
@font-face {
  font-family: 'Onest';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/onest-v6-cyrillic-ext_latin-ext-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Onest';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/onest-v6-cyrillic-ext_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Onest';
  font-weight: 500;
  font-style: normal;
  src: url('./fonts/onest-v6-cyrillic-ext_latin-ext-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Onest';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/onest-v6-cyrillic-ext_latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Onest';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/onest-v6-cyrillic-ext_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-family: "Mont";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/mont-regular.woff2") format("woff2"),
    url("./fonts/mont-regular.woff") format("woff");
}

@font-face {
  font-family: "Mont";
  font-weight: 700;
  font-style: normal;
  src: url("./fonts/mont-bold.woff2") format("woff2"),
    url("./fonts/mont-bold.woff") format("woff");
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.2;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

body {
  position: relative;
  z-index: 1;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 0 !important;
  word-wrap: normal;
  word-break: keep-all;
  color: #2c2c2c;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

body::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/body.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: 195px auto;
}

.body--active {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  text-transform: none;
  color: #2c2c2c;
  border: 0 !important;
  font-weight: 700;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.7rem;
}

h1,
h2,
.content-title {
  padding-top: 45px;
  text-align: center;
  background-image: url("./img/icons/title-main.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 40px;
}

.content-title--other {
  color: #fff;
  background-image: url("./img/icons/title-other.svg");
}

.content-title--left {
  text-align: left;
  background-position: top left;
}

.content-title--left::before {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.content-title--right {
  text-align: right;
  background-position: top right;
}

.content-title--right::before {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

h3,
h4 {
  text-transform: none;
  font-size: 1.4rem;
}

.section--main-title {
  display: none;
}

p {
  margin: 0 0 20px;
}

a {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none !important;
  color: #4c9c91;
}

a:hover {
  color: #469086;
}

blockquote {
  margin: 0;
}

.screen-reader-text,
.skip-link {
  display: none !important;
}

.b-page_newyear {
  position: relative;
  z-index: 1;
}

.styled-list {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.styled-list--last {
  margin: 0;
}

.styled-list li {
  position: relative;
  z-index: 1;
  min-height: 26px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 4px;
  padding-left: 38px;
  list-style: none;
}

.styled-list li:last-child {
  margin: 0;
}

.styled-list li::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  background-color: #fff;
  background-image: url("./img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.styled-list li::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  content: "";
  border: 1px solid #4c9c91;
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.orvin {
  margin-right: 20px;
}

.privacy {
  display: block;
}

form {
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
}

.body--active .overlay {
  visibility: visible;
  opacity: 1;
}

.modal-item {
  position: fixed;
  z-index: 31;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

.modal-item--active {
  visibility: visible;
  opacity: 1;
}

.modal-form__wrapper {
  z-index: 2;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.modal-item--active .modal-form__wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.success-message {
  position: fixed;
  z-index: 32;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

.success-message--active {
  visibility: visible;
  opacity: 1;
}

.success-message__wrapper {
  z-index: 2;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: perspective(500px) rotateY(-15deg);
  transform: perspective(500px) rotateY(-15deg);
}

.success-message--active .success-message__wrapper {
  -webkit-transform: perspective(500px) rotateY(0);
  transform: perspective(500px) rotateY(0);
}

.success-message__text {
  position: relative;
  min-width: 280px;
  margin: 20px;
  padding: 40px;
  text-align: center;
  text-transform: none;
  color: #fff;
  border: 0;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  font-size: 1.4rem;
  font-weight: 700;
}

.success-message__text span {
  display: block;
}

.modal-form__content {
  position: relative;
  z-index: 1;
  min-width: 280px;
  margin: 20px;
  margin-top: 70px;
  padding: 40px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.modal-form__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.modal-form__close {
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.modal-form__close::before {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid rgba(255, 255, 255, .25);
}

.modal-form__close::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, .05);
}

.modal-form__close:hover::after {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

.modal-form__icon::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-image: url("./img/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
}

.modal-form__close:hover .modal-form__icon::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

label {
  display: block;
  margin: 0;
}

input,
textarea {
  min-width: 1px;
  line-height: 1.2;
}

textarea {
  width: 100% !important;
  min-height: 100px;
  max-height: 100px;
}

.appointment-form__control {
  position: relative;
  margin-bottom: 20px;
}

.appointment-form__label {
  margin-bottom: 5px;
  font-size: .9rem;
}

.appointment-form__required {
  color: #c35353;
}

.appointment-form__input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 20px !important;
  cursor: text;
  color: #2c2c2c !important;
  border: 1px solid #ececec;
  border-radius: 40px;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.appointment-form__input--text {
  border-radius: 20px;
}

.appointment-form__input:focus {
  border-color: #4c9c91;
}

.appointment-form__privacy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  gap: 10px;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 20px;
  padding: 0;
}

.checkbox {
  display: none;
}

.checkbox + label {
  position: relative;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.checkbox + label::before {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
}

.checkbox + label::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-image: url("./img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
}

.checkbox:checked + label::after {
  visibility: visible;
  opacity: 1;
}

button {
  cursor: pointer;
}

.btn {
  position: relative;
  position: relative;
  z-index: 1;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 20px 30px;
  padding-right: 70px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: none;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  border-radius: 40px;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.btn--red {
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red-reverse.svg");
}

.btn:hover {
  -webkit-transform: perspective(500px) rotateY(15deg);
  transform: perspective(500px) rotateY(15deg);
}

.btn::before {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -80px;
  width: 50px;
  height: 160px;
  content: "";
  -webkit-transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  background-color: rgba(255, 255, 255, .1);
}

.btn:hover::before {
  left: 135%;
}

.btn::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, .05);
}

.btn:hover::after {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

.btn__text::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  background-image: url("./img/icons/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.btn--red .btn__text::before {
  background-image: url("./img/icons/arrow-btn-red.svg");
}

.btn__text::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.btn--red .btn__text::after {
  border-color: #c35353;
}

input:-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input::-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input::-webkit-input-placeholder {
  display: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input::-moz-placeholder {
  display: none;
  -moz-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:-ms-input-placeholder {
  display: none;
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input::-ms-input-placeholder {
  display: none;
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input::placeholder {
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

/* focus */
input:focus:-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus::-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus:-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus::-moz-placeholder {
  -moz-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus:-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus::-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

input:focus::placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:-ms-textarea-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea::-ms-textarea-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:-webkit-textarea-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea::-moz-placeholder {
  -moz-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea::-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea::placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

/* focus */
textarea:focus:-ms-textarea-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus::-ms-textarea-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus:-webkit-textarea-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus::-moz-placeholder {
  -moz-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus:-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus::-ms-input-placeholder {
  -ms-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

textarea:focus::placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1 !important;
  color: #2c2c2c !important;
}

.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
}

.container,
.content-center {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

.home .site-content .container,
.page-template-maxwidth .site-content .container {
  max-width: 1920px;
  padding: 0;
}

.header-info {
  position: relative;
  z-index: 4;
  padding: 20px 0;
}

.header-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header-info__item {
  width: 29%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-info__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.header-info__item--logo {
  width: 42%;
  padding: 0 20px;
}

.header-info__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.main-logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.main-logo--mobile {
  display: none;
}

.main-logo__link {
  display: block;
}

.main-logo__img img {
  height: 80px;
}

.header-info__item--logo .contacts-link--adress {
  min-height: auto;
  padding: 0;
  text-align: center;
}

.header-info__item--logo .contacts-link--adress::before,
.header-info__item--logo .contacts-link--adress::after {
  display: none;
}

.header-info__item--logo .contacts-link__text {
  font-weight: 700;
}

.main-nav {
  position: relative;
  z-index: 5;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-nav__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.main-nav__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__link {
  position: relative;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 75px;
  padding: 15px 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
  white-space: normal;
  text-transform: none;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

#menu-item-466 .main-nav__link {
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-nav__link:hover,
.main-nav__link--active {
  color: #fff;
}

.main-nav__link::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, .05);
}

.main-nav__link:hover::after,
.main-nav__link--active::after {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

.main-nav__item--parent > .main-nav__link {
  padding-right: 44px;
}

.main-nav__item--parent > .main-nav__link::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.main-nav__item--parent > .main-nav__link:hover::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.main-nav__sub {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.main-nav__sub::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-nav__item--parent:hover > .main-nav__sub {
  visibility: visible;
  opacity: 1;
}

.main-nav__sub > .main-nav__item {
  margin: 0;
  padding: 0;
}

.main-nav__sub > .main-nav__item .main-nav__link {
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  text-align: left;
  color: #2c2c2c;
  border-bottom: 1px solid #ececec;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.main-nav__sub > .main-nav__item .main-nav__link:hover,
.main-nav__sub > .main-nav__item .main-nav__link--active {
  color: #4c9c91;
}

.main-nav__sub > .main-nav__item:last-child .main-nav__link {
  border-bottom: 0;
}

.main-nav__sub > .main-nav__item .main-nav__link::after {
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  background-image: -o-linear-gradient(bottom, #4c9c91 33%, #aad5a4 66%, #d8cca2 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #4c9c91), color-stop(66%, #aad5a4), to(#d8cca2));
  background-image: linear-gradient(to top, #4c9c91 33%, #aad5a4 66%, #d8cca2 100%);
}

.main-nav__sub > .main-nav__item .main-nav__link:hover::after,
.main-nav__sub > .main-nav__item .main-nav__link--active::after {
  height: 100%;
}

.main-nav__sub .main-nav__sub {
  top: 0;
  left: 100%;
}

.main-nav__sub .main-nav__item--parent > .main-nav__link {
  padding-right: 44px;
}

.main-nav__sub .main-nav__item--parent > .main-nav__link::before {
  right: 20px;
  background-image: url("./img/icons/arrow-right.svg");
}

.main-nav__sub .main-nav__item--parent > .main-nav__link:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}

.main-nav__sub .main-nav__sub > .main-nav__item .main-nav__link {
  border-bottom: 1px solid #ececec;
}

.main-nav__sub .main-nav__sub > .main-nav__item:last-child .main-nav__link {
  border-bottom: 0;
}

.mobile-nav {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

.mobile-nav.active {
  visibility: visible;
  opacity: 1;
}

.mobile-nav.active .overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-nav__content {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  height: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.mobile-nav__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.active .mobile-nav__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#responsive-menu-pro-container {
  position: relative !important;
  z-index: 1 !important;
  top: auto !important;
  bottom: auto !important;
  height: 100%;
  padding: 0 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  outline: none !important;
  background: none !important;
}

#responsive-menu-pro-wrapper {
  background: none !important;
  background-color: transparent !important;
}

#responsive-menu-pro {
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transition: all .3s linear !important;
}

#responsive-menu-pro-wrapper ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.menu-item__link {
  position: relative !important;
  z-index: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  height: auto !important;
  min-height: 60px !important;
  padding: 15px 20px !important;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-transform: none !important;
  word-wrap: normal !important;
  word-break: keep-all !important;
  color: #2c2c2c !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background-color: transparent !important;
  font-size: 1.2rem !important;
  font-weight: 700;
  line-height: 1.2 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

#responsive-menu-pro-item-466 .menu-item__link {
  color: #c35353 !important;
}

.mobile-nav .menu-item-has-children > .menu-item__link {
  padding-right: 44px !important;
}

.menu-item:last-child > .menu-item__link {
  border: 0 !important;
}

.menu-item__link:hover,
.menu-item__link--active {
  color: #4c9c91 !important;
}

#responsive-menu-pro-item-466 .menu-item__link:hover,
#responsive-menu-pro-item-466 .menu-item__link--active {
  color: #b94f4f !important;
}

.menu-item__link::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -o-linear-gradient(bottom, #4c9c91 33%, #aad5a4 66%, #d8cca2 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #4c9c91), color-stop(66%, #aad5a4), to(#d8cca2));
  background-image: linear-gradient(to top, #4c9c91 33%, #aad5a4 66%, #d8cca2 100%);
}

#responsive-menu-pro-item-466 .menu-item__link::after {
  background-image: -o-linear-gradient(bottom, #c35353 33%, #e47272 66%, #ff9c9c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #c35353), color-stop(66%, #e47272), to(#ff9c9c));
  background-image: linear-gradient(to top, #c35353 33%, #e47272 66%, #ff9c9c 100%);
}

.menu-item__link:hover::after,
.menu-item__link--active::after {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.responsive-menu-pro-subarrow {
  position: absolute !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  line-height: 1.2 !important;
}

.responsive-menu-pro-subarrow::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.menu-item__link:hover > .responsive-menu-pro-subarrow::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}

.responsive-menu-pro-back {
  position: relative !important;
  z-index: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  order: -1;
  height: auto !important;
  min-height: 60px !important;
  padding: 15px 20px !important;
  padding-left: 50px !important;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-transform: none !important;
  word-wrap: normal !important;
  word-break: keep-all !important;
  color: #2c2c2c !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background-color: transparent !important;
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 1.2 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
}

.responsive-menu-pro-back:hover {
  color: #4c9c91 !important;
}

.responsive-menu-pro-back::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./img/icons/back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.responsive-menu-pro-back:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}

.responsive-menu-pro-submenu .menu-item__link--parrent {
  font-weight: 700 !important;
}

.responsive-menu-pro-submenu .menu-item__link {
  font-weight: 400;
}

.responsive-menu-pro-container--active .menu-item {
  display: none !important;
}

.responsive-menu-pro-container--active .responsive-menu-pro-subarrow-active,
.responsive-menu-pro-container--active .responsive-menu-pro-subarrow-active .menu-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-toggler {
  z-index: 2;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.menu-toggler::before {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid;
}

.menu-toggler--main::before {
  border-color: #4c9c91;
}

.menu-toggler--close::before {
  border-color: rgba(255, 255, 255, .25);
}

.menu-toggler__inner::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-repeat: no-repeat;
  background-position: center center;
}

.menu-toggler:hover .menu-toggler__inner::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.menu-toggler__inner::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, .05);
}

.menu-toggler:hover .menu-toggler__inner::after {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

.menu-toggler--main {
  position: relative;
  display: none;
  background-color: #fff;
}

.menu-toggler--main .menu-toggler__inner::before {
  background-image: url("./img/icons/menu.svg");
  background-size: 24px auto;
}

.menu-toggler--main .menu-toggler__inner::after {
  display: none;
}

.menu-toggler--close {
  position: absolute;
  top: 20px;
  right: -50px;
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.menu-toggler--close .menu-toggler__inner::before {
  background-image: url("./img/icons/close.svg");
  background-size: 18px auto;
}

.responsive-menu-pro-button {
  display: none !important;
}

#content.site-content,
.section {
  overflow: hidden;
  padding: 60px 0 40px;
}

.home #content.site-content,
.page-template-maxwidth #content.site-content {
  padding: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.site-content .content-area {
  padding: 0;
}

.section--inner-slide {
  position: relative;
  z-index: 1;
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  font-size: .9rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.breadcrumbs a {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.breadcrumb_separator {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 5px;
}

.breadcrumb_last {
  display: inline-block;
  margin-bottom: 20px;
  opacity: 1;
}

.home .inner-slide {
  display: none;
}

.search-form {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto 20px;
  padding: 40px;
  text-align: left;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.search-form::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: .5;
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.search-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appointment-form__input--search {
  border-radius: 40px 0 0 40px;
}

.btn--search-form {
  min-width: 65px;
  max-width: 65px;
  padding: 0;
  border-radius: 0 40px 40px 0;
  font-size: 0;
}

.btn--search-form .btn__text::before {
  background-image: url("./img/icons/search.svg");
}

.btn--search-form .btn__text {
  width: 100%;
  height: 100%;
  padding: 0;
}

.error-404 article {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ececec;
}

.error-404 h2.entry-title {
  padding: 0;
  text-align: center;
  text-transform: none;
  background-image: none;
  font-size: 1.4rem;
  font-weight: 400;
}

.error-404 h2.entry-title::before {
  display: none;
}

.error-404 h2.entry-title a {
  color: #2c2c2c;
}

.error-404 h2.entry-title a:hover {
  color: #4c9c91;
}

.error-404 img,
.error-404 .entry-summary {
  display: none;
}

.error-404 .page-content {
  position: relative;
  z-index: 1;
  padding-top: 22%;
  text-align: center;
}

.error-404 .page-content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 60%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  background-image: url("./img/404.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: none;
  width: auto;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: visible;
  margin: 0;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.site-main nav.navigation .nav-previous,
.site-main nav.navigation .nav-next {
  float: none;
  width: auto;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
}

.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  min-width: 50px;
  max-width: 50px;
  height: 50px !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 0;
  border-radius: 0 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  font-size: 0;
}

.site-main nav.navigation .nav-next a:hover,
.site-main nav.navigation .nav-previous a:hover {
  background-color: transparent;
}

.site-main nav.navigation .nav-previous a::before,
.site-main nav.navigation .nav-next a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.site-main nav.navigation .nav-previous a:hover::before {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.site-main nav.navigation .nav-next a:hover::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.site-main nav.navigation .nav-next a::before {
  background-image: url("./img/icons/arrow-next.svg");
}

.site-main nav.navigation .nav-previous a::before {
  background-image: url("./img/icons/arrow-prev.svg");
}

.site-main nav.navigation .nav-previous a::after,
.site-main nav.navigation .nav-next a::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
}

.up-button {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0 !important;
  cursor: pointer;
  opacity: 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.up-button::before {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid rgba(255, 255, 255, .25);
}

.up-button::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, .05);
}

.up-button:hover::after {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

.up-button__icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-image: url("./img/icons/up-button.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.up-button:hover .up-button__icon::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -webkit-overflow-scrolling: touch;
}

table,
.table-content {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  border-collapse: collapse;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.table-responsive table {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table ul {
  margin: 0;
}

.table-content tr {
  border-bottom: 1px solid #ececec;
}

.table-content tr:first-child,
.table-content tr:last-child {
  border: 0;
}

.table-content tr:first-child {
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.table-content--blog tr:first-child {
  border-bottom: 1px solid #ececec;
  background-color: transparent;
  background-image: none;
}

.table-content th,
.table-content td {
  padding: 15px 20px;
  text-align: left;
  border: 0;
}

.table-content th:first-child,
.table-content td:first-child {
  font-weight: 700;
}

.table-content tr:first-child th,
.table-content tr:first-child td {
  color: #fff;
}

.table-content--blog tr:first-child td {
  color: #2c2c2c;
}

.table-content td:first-child span {
  display: block;
  font-weight: 400;
}

.table-content--blog td:first-child {
  text-align: center;
  color: #fff !important;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.price-block table td:last-child:not(:only-child) {
  text-align: center;
  font-weight: 700;
}

.price-block table [colspan="3"] {
  background-color: #f9f9f9;
}

.contacts-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  padding-left: 50px;
  text-align: left;
  white-space: nowrap;
  color: #2c2c2c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.contacts-link:hover {
  color: #2c2c2c;
}

.contacts-link--adress,
.contacts-link--time {
  white-space: normal;
}

.contacts-link::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg) translateY(-50%);
  transform: rotateY(0deg) translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.contacts-link--adress::before {
  background-image: url("./img/icons/adress.svg");
}

.contacts-link--phone::before {
  background-image: url("./img/icons/phone.svg");
}

.contacts-link--email::before {
  background-image: url("./img/icons/email.svg");
}

.contacts-link--time::before {
  background-image: url("./img/icons/time.svg");
}

.contacts-link::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 2px;
  width: 36px;
  height: 36px;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg) translateY(-50%);
  transform: rotateY(0deg) translateY(-50%);
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.contacts-link:hover::before,
.contacts-link:hover::after {
  -webkit-transform: rotateY(360deg) translateY(-50%);
  transform: rotateY(360deg) translateY(-50%);
}

.contacts-link__name,
.contacts-link__number,
.contacts-link__text {
  color: #2c2c2c !important;
}

.contacts-link__name {
  font-size: .9rem;
}

.contacts-link__number {
  font-size: 1.2rem;
  font-weight: 700;
}

.header-contacts {
  position: relative;
  z-index: 1;
}

.header-contacts--mobile {
  display: none;
}

.header-contacts__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.site-footer {
  margin-top: auto;
}

.footer-center {
  position: relative;
  z-index: 1;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.footer-list__item {
  margin: 0;
  padding: 0;
  padding-right: 40px;
  list-style: none;
}

.footer-list__item:last-child {
  padding: 0;
}

.footer-list__title {
  color: #fff;
}

.footer-nav__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.footer-nav__item {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.footer-nav__link {
  color: #fff;
}

.footer-nav__link:hover,
.footer-nav__link--active {
  color: #aad5a4;
}

.footer-nav__item > .sub-menu {
  margin-top: 10px;
  padding: 0;
}

.footer-nav__item > .sub-menu .footer-nav__item {
  margin-bottom: 5px;
  padding-left: 16px;
  font-size: .9rem;
}

.footer-nav__item > .sub-menu .footer-nav__item:last-child {
  margin: 0;
}

.footer-nav__item > .sub-menu .footer-nav__item::before {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: rgba(255, 255, 255, .5);
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.footer-contacts__item {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.footer-contacts .contacts-link__name,
.footer-contacts .contacts-link__number,
.footer-contacts .contacts-link__text {
  color: #fff !important;
}

.footer-form {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.footer-form::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-form__btn {
  text-align: center;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

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

.footer-bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.footer-bottom__center {
  padding: 0 20px;
  text-align: center;
}

.footer-bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.gallery__item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.gallery__item--col-5 {
  width: 20%;
}

.gallery__content {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 10px 5px 5px;
  border-radius: 0;
}

.gallery__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.gallery__content::after {
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  content: "";
  background-image: url("./img/bg/pattern.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.gallery__img {
  width: 100%;
}

.gallery--docs .gallery__img,
.gallery--portfolio .gallery__img,
.certificates-slide .gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
}

.gallery--portfolio .gallery__content {
  height: 100%;
}

.gallery__link {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  opacity: 0;
}

.gallery__content:hover .gallery__link {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  opacity: 1;
}

.gallery__link::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #c35353;
  background-image: url("./img/icons/plus.svg"), url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto, cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.gallery__link::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid rgba(255, 255, 255, .25);
}

.gallery__bg::before {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 5px;
  visibility: hidden;
  width: calc(100% - 15px);
  height: 0;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.gallery__content:hover .gallery__bg::before {
  visibility: visible;
  height: calc(100% - 15px);
  opacity: 1;
}

.modal {
  padding: 0 !important;
}

.modal-open .modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .5);
}

.modal-backdrop.show {
  opacity: 1;
}

.ekko-lightbox .modal-dialog {
  min-width: 280px;
  margin: 20px;
}

.img-fluid {
  width: auto !important;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ekko-lightbox .modal-body {
  padding: 0;
}

.ekko-lightbox .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.ekko-lightbox-nav-overlay a {
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  font-size: 0;
}

.ekko-lightbox-nav-overlay a:hover {
  opacity: 1;
}

.ekko-lightbox-nav-overlay a::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.ekko-lightbox-nav-overlay a:first-child::before {
  left: 0;
  background-image: url("./img/icons/arrow-prev.svg");
}

.ekko-lightbox-nav-overlay a:last-child::before {
  right: 0;
  background-image: url("./img/icons/arrow-next.svg");
}

.ekko-lightbox-nav-overlay a::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 46px;
  height: 46px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #4c9c91;
}

.ekko-lightbox-nav-overlay a:first-child::after {
  left: 2px;
}

.ekko-lightbox-nav-overlay a:last-child::after {
  right: 2px;
}

.site-header--fixed .main-nav {
  position: fixed;
  z-index: 30;
  top: -100%;
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.scroll-up .main-nav {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.scroll-down .main-nav {
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.main-slide {
  position: relative;
  z-index: 1;
}

.main-slide::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/slide/main.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-slide::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, .9);
}

.main-slide__item {
  height: auto;
}

.main-slide__item .container {
  height: 100%;
}

.main-slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.main-slide__info {
  position: relative;
  z-index: 1;
  width: 45%;
  max-width: 570px;
  padding-right: 40px;
  padding-bottom: 130px;
}

.main-slide__title {
  font-size: 2rem;
}

.main-slide__text--sub {
  font-size: .9rem;
}

.main-slide__img {
  position: relative;
  z-index: 1;
  width: 55%;
  max-width: 579px;
  margin-top: auto;
}

.main-slide__img img {
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.main-slide__price {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.main-slide__cost {
  margin-right: 5px;
  font-size: 2rem;
  font-weight: 700;
}

.main-slide__star {
  color: #c35353;
}

.main-slide__old-price {
  font-size: 1.2rem;
}

.main-slide__new-price {
  text-decoration: none;
}

.main-slide__label {
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .05);
  font-size: 6rem;
  font-weight: 700;
}

.main-slide__doc {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50px;
  padding: 20px;
  color: #fff;
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.main-slide__name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

.main-slide__post {
  display: block;
}

.main-slide__pagination {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slide__bullet {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  list-style: none;
  cursor: none;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}

.main-slide__bullet:last-child {
  padding: 0;
}

.main-slide__nav {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1;
  background-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.main-slide__nav::before {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  visibility: hidden;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: scale(.5, .5);
  -ms-transform: scale(.5, .5);
  transform: scale(.5, .5);
  opacity: 0;
  background-image: -o-linear-gradient(bottom, #c35353 33%, #e47272 66%, #ff9c9c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #c35353), color-stop(66%, #e47272), to(#ff9c9c));
  background-image: linear-gradient(to top, #c35353 33%, #e47272 66%, #ff9c9c 100%);
}

.main-slide__nav:hover::before,
.swiper-pagination-bullet-active .main-slide__nav::before {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.main-slide__nav::after {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #c35353;
}

.main-slide__nav:hover::after,
.swiper-pagination-bullet-active .main-slide__nav::after {
  visibility: hidden;
  -webkit-transform: scale(.5, .5);
  -ms-transform: scale(.5, .5);
  transform: scale(.5, .5);
  opacity: 0;
}

.section--features {
  position: relative;
  z-index: 1;
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-row__item {
  width: calc(100% / 3);
}

.features-row__item--center {
  margin: auto 0;
  padding: 0 20px;
}

.features-row__img {
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
}

.features-row__img::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .75;
  border-radius: 50%;
  background-color: #4c9c91;
}

.features-row__img::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("./img/bg/features.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.features-row__img img {
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  padding: 0;
}

.features__item {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 50px;
  list-style: none;
}

.features__content {
  height: 100%;
  padding: 20px;
  border: 1px solid #ececec;
}

.features__icon {
  position: relative;
  z-index: 1;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin: -75px auto 20px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.features__content:hover .features__icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.features__icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
}

.features__icon--one::before {
  background-image: url("./img/features/1.svg");
}

.features__icon--two::before {
  background-image: url("./img/features/2.svg");
}

.features__icon--three::before {
  background-image: url("./img/features/3.svg");
}

.features__icon--four::before {
  background-image: url("./img/features/4.svg");
}

.features__icon::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.features__title,
.features__text {
  text-align: center;
}

.features__title {
  font-size: 1.2rem;
}

.features__text {
  margin: 0;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.services__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.services__icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
  width: 60px;
  height: 60px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.services__content:hover .services__icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.services__icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.services__icon--one::before {
  background-image: url("./img/services/1.svg");
}

.services__icon--two::before {
  background-image: url("./img/services/2.svg");
}

.services__icon--three::before {
  background-image: url("./img/services/3.svg");
}

.services__icon--four::before {
  background-image: url("./img/services/4.svg");
}

.services__icon--five::before {
  background-image: url("./img/services/5.svg");
}

.services__icon--six::before {
  background-image: url("./img/services/6.svg");
}

.services__icon--photo::before {
  background-image: url("./img/icons/photo.svg");
}

.services__icon::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.services__link {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  opacity: 0;
}

.services__content:hover .services__link {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  opacity: 1;
}

.services__link::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #c35353;
  background-image: url("./img/icons/link.svg"), url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto, cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.services__link::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid rgba(255, 255, 255, .25);
}

.services__img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.services__img::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.services__content:hover .services__img::before {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.services__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.services--non-link .services__img::before,
.services--non-link .services__link::after,
.services--non-link .services__link::before {
  display: none;
}

.services__info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 20px);
  height: 100%;
  min-height: 100px;
  margin: -40px auto 0;
  padding: 20px;
  padding-left: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.services__info::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.services__title,
.services-more__link {
  color: #2c2c2c;
}

.services__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

.services-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.services-more__item {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  padding-left: 16px;
  list-style: none;
}

.services-more__item::before {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.services-more__item:last-child {
  margin: 0;
}

.services-more__link {
  font-size: .9rem;
}

.services-more__link:hover {
  color: #4c9c91;
}

.section--page-item {
  position: relative;
  z-index: 1;
}

.section--page-item::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/page.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section--page-item::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, .9);
}

.page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-item--doctors {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.page-item__content {
  position: relative;
  z-index: 1;
  width: 55%;
  margin-bottom: 20px;
  padding-left: 40px;
}

.page-item--doctors .page-item__content {
  width: 65%;
}

.page-item__img {
  position: relative;
  z-index: 1;
  width: 45%;
  margin-bottom: 20px;
  padding: 20px;
  padding-right: 10px;
}

.page-item--doctors .page-item__img {
  width: 35%;
}

.page-item__img::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.page-item__img--main::before {
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red-reverse.svg");
}

.page-item__img::after {
  position: absolute;
  z-index: -2;
  top: 10px;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  content: "";
  background-image: url("./img/bg/pattern.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.page-item__img img {
  width: 100%;
  background-color: #fff;
}

.page-item__img--all img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.section--counter {
  position: relative;
  z-index: 1;
  padding-bottom: 0 !important;
}

.counter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.counter-row__item--left {
  width: 58%;
  padding-right: 40px;
  padding-bottom: 40px;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #fff;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.counter__item {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #fff;
}

.counter__item:first-child {
  z-index: 2;
}

.counter__icon {
  position: absolute;
  z-index: 3;
  right: -35px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.counter:hover .counter__icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.counter__icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/counter/main.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px auto;
}

.counter__icon::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.counter__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.counter__number,
.counter__title {
  text-align: center;
  color: #fff;
}

.counter__number {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 50px;
  margin-bottom: 10px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.counter__number::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.counter__number--one::before {
  background-image: url("./img/counter/1.svg");
}

.counter__number--two::before {
  background-image: url("./img/counter/2.svg");
}

.counter__number--three::before {
  background-image: url("./img/counter/3.svg");
}

.counter__number--four::before {
  background-image: url("./img/counter/4.svg");
}

.counter__quantity {
  font-size: 3.2rem;
  font-weight: 700;
}

.counter__mark {
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 1.7rem;
}

.counter__title {
  margin: 0;
  font-size: 1.2rem;
}

.counter-row__item--right {
  width: 38%;
  margin-top: auto;
}

.section--stages {
  position: relative;
  z-index: 1;
  background-image: url("./img/bg/pattern.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  counter-reset: div;
}

.stages__item {
  position: relative;
  z-index: 1;
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.stages__item::before {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 100%;
  width: 100%;
  height: 100px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("./img/bg/line-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.stages__item:last-child::before {
  display: none;
}

.stages__content {
  position: relative;
  z-index: 1;
  height: 100%;
}

.stages__content::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(50% - -20px);
  content: counter(div, decimal-leading-zero);
  counter-increment: div;
  color: #4c9c91;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: .8;
}

.stages__icon {
  position: relative;
  z-index: 1;
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  margin: 0 auto 20px;
}

.stages__icon::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translate(-50%, -50%) rotateY(0);
  transform: translate(-50%, -50%) rotateY(0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.stages__content:hover .stages__icon::before {
  -webkit-transform: translate(-50%, -50%) rotateY(360deg);
  transform: translate(-50%, -50%) rotateY(360deg);
}

.stages__icon--one::before {
  background-image: url("./img/stages/1.svg");
}

.stages__icon--two::before {
  background-image: url("./img/stages/2.svg");
}

.stages__icon--three::before {
  background-image: url("./img/stages/3.svg");
}

.stages__icon--four::before {
  background-image: url("./img/stages/4.svg");
}

.stages__icon::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/border-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.stages__title {
  text-align: center;
  font-size: 1.2rem;
}

.stages__text {
  margin: 0;
  text-align: center;
}

.header-top {
  position: relative;
  z-index: 1;
  padding: 5px 0;
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header-top__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top__item:first-child {
  padding-right: 20px;
}

.header-top .contacts-link {
  min-height: 20px;
  padding-left: 30px;
  font-size: .9rem;
}

.header-top .contacts-link::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: transparent;
  background-size: contain;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-top .contacts-link::after {
  display: none;
}

.doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.doctors__item {
  width: calc(100%/3);
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.doctors__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  padding-right: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.doctors__content::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.doctors__content--main::before {
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
}

.doctors__content::after {
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.doctors__img {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.doctors__img::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.doctors__content:hover .doctors__img::before {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.doctors__img img {
  background-color: #fff;
}

.doctors__link {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  opacity: 0;
}

.doctors__content:hover .doctors__link {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  opacity: 1;
}

.doctors__link::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #c35353;
  background-image: url("./img/icons/link.svg"), url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto, cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.doctors__link::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid rgba(255, 255, 255, .25);
}

.doctors__name,
.doctors__profession {
  color: #2c2c2c;
}

.doctors__name {
  font-size: 1.2rem;
}

.doctors__profession {
  margin: 0;
  font-size: .9rem;
}

.doctors-slide {
  margin: 0 auto;
}

.doctors-slide__item {
  height: auto;
  padding: 5px 10px 15px;
}

.doctors-slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.doctors-slide-row__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctors-slide-row__item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.doctors-slide-row__btn {
  margin-bottom: 20px;
  padding-left: 20px;
}

.doctors-slide__controls {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 140px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.doctors-slide__arrow {
  position: relative;
  z-index: 1;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  opacity: 1 !important;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.doctors-slide__arrow--prev {
  margin-right: 20px;
}

.doctors-slide__arrow::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.doctors-slide__arrow--prev:hover::before {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.doctors-slide__arrow--next:hover::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.doctors-slide__arrow--prev::before {
  background-image: url("./img/icons/arrow-prev.svg");
}

.doctors-slide__arrow--next::before {
  background-image: url("./img/icons/arrow-next.svg");
}

.doctors-slide__arrow::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
}

.section--advantages {
  position: relative;
  z-index: 1;
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.advantages--modify {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.advantages__item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.advantages__item--col-3 {
  width: calc(100% / 3);
}

.advantages__item--col-4 {
  width: 25%;
}

.advantages__content {
  height: 100%;
}

.advantages--inner .advantages__title,
.advantages--inner .advantages__text {
  color: #2c2c2c;
}

.advantages__icon {
  position: relative;
  z-index: 1;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.advantages__content:hover .advantages__icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.advantages__icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
}

.advantages__icon--one::before {
  background-image: url("./img/advantages/1.svg");
}

.advantages__icon--two::before {
  background-image: url("./img/advantages/2.svg");
}

.advantages__icon--three::before {
  background-image: url("./img/advantages/3.svg");
}

.advantages__icon--four::before {
  background-image: url("./img/advantages/4.svg");
}

.advantages__icon--five::before {
  background-image: url("./img/advantages/5.svg");
}

.advantages__icon--wallet::before {
  background-image: url("./img/advantages/wallet.svg");
}

.advantages__icon--dental-insurance::before {
  background-image: url("./img/advantages/dental-insurance.svg");
}

.advantages__icon--dental-care::before {
  background-image: url("./img/advantages/dental-care.svg");
}

.advantages__icon--dentist::before {
  background-image: url("./img/advantages/dentist.svg");
}

.advantages__icon--dental-clinic::before {
  background-image: url("./img/advantages/dental-clinic.svg");
}

.advantages__icon--tooth::before {
  background-image: url("./img/advantages/tooth.svg");
}

.advantages__icon--clean::before {
  background-image: url("./img/advantages/clean.svg");
}

.advantages__icon--handshake::before {
  background-image: url("./img/advantages/handshake.svg");
}

.advantages__icon::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.advantages__title,
.advantages__text {
  text-align: center;
  color: #fff;
}

.advantages__title {
  font-size: 1.2rem;
}

.advantages__text {
  margin: 0;
}

.blog-advantages {
  margin-bottom: 20px;
}

.blog-advantages .advantages__title,
.blog-advantages .advantages__text {
  color: #2c2c2c;
}

.certificates-slide {
  position: relative;
  z-index: 1;
}

.certificates-slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.certificates-slide-row__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.certificates-slide-row__item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.certificates-slide-row__btn {
  margin-bottom: 20px;
  padding-right: 20px;
}

.certificates-slide__controls {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 140px;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.certificates-slide__arrow {
  position: relative;
  z-index: 1;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  opacity: 1 !important;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.certificates-slide__arrow--prev {
  margin-right: 20px;
}

.certificates-slide__arrow::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.certificates-slide__arrow--prev:hover::before {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.certificates-slide__arrow--next:hover::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.certificates-slide__arrow--prev::before {
  background-image: url("./img/icons/arrow-prev.svg");
}

.certificates-slide__arrow--next::before {
  background-image: url("./img/icons/arrow-next.svg");
}

.certificates-slide__arrow::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
}

.certificates-slide__item {
  height: auto;
}

.certificates-slide .gallery__content {
  margin: 0 15px 20px;
}

.importantly {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.importantly::before {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  border: 1px solid #c35353;
}

.importantly__title,
.importantly__sub,
.importantly__text,
.importantly__btn {
  text-align: center;
}

.importantly__title {
  font-size: 1.4rem;
}

.importantly__sub {
  font-size: 1.2rem;
}

.importantly__accent {
  color: #b94f4f;
  font-size: 2rem;
  font-weight: 700;
}

.importantly .inner-contacts {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.page-contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.page-contacts__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  padding: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.page-contacts__content::before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("./img/bg/page.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-contacts__content::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .9;
  background-color: #fff;
}

.page-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.page-contacts__item {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.map {
  width: 55%;
}

.section--price {
  position: relative;
  z-index: 1;
  background-image: url("./img/bg/pattern-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

.intro-list__item {
  overflow: hidden;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.intro-list__item:last-child {
  margin-bottom: 0;
}

.intro-list__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2c2c2c;
}

.intro-list__item:nth-child(even) .intro-list__content {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.intro-list__content:hover {
  color: #2c2c2c;
}

.intro-list__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.intro-list__pic::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.intro-list__item:nth-child(even) .intro-list__pic::before {
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.intro-list__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.intro-list__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 50px;
  background-color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.intro-list__label {
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .05);
  font-size: 6rem;
  font-weight: 700;
}

.intro-list__item:nth-child(even) .intro-list__label {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.intro-list__title {
  font-size: 3rem;
}

.intro-list__price {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  background-color: #c35353;
  background-image: url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.intro-list__item:nth-child(even) .intro-list__price {
  right: 20px;
  left: auto;
}

.intro-list__old-price {
  font-size: 1.2rem;
}

.intro-list__new-price {
  text-decoration: none;
}

.intro-list__cost {
  margin-right: 5px;
  font-size: 2rem;
  font-weight: 700;
}

.intro-list__asterisk {
  margin: 0;
  font-size: 0.9rem;
}

.intro-list__star {
  color: #c35353;
}

.star {
  color: #c35353;
  font-size: .8rem;
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.feedback__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.feedback__content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 100px;
  padding: 40px;
  padding-left: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.feedback__content::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feedback__icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
  width: 60px;
  height: 60px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.feedback__content:hover .feedback__icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feedback__icon::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  background-image: url("./img/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.feedback__icon::after {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 1px solid #4c9c91;
  border-radius: 50%;
}

.feedback__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.feedback__name {
  margin: 0;
  font-size: 1.2rem;
}

.feedback__time {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: .9rem;
}

.feedback__text {
  font-size: .9rem;
}

.feedback__text p:last-of-type {
  margin: 0;
}

.doctor-card__title {
  font-size: 1.7rem;
}

.doctor-card__subtitle {
  font-weight: 700;
}

.gallery__title {
  position: relative;
  z-index: 2;
  padding: 10px;
  text-align: center;
  color: #2c2c2c;
}

.blog-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  justify-items: center;
}

.blog-before__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  margin: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.blog-before__img {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  background-image: -o-linear-gradient(top, #d3d3d3, #f3f3f3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#f3f3f3));
  background-image: linear-gradient(to bottom, #d3d3d3, #f3f3f3);
}

.blog-before__text {
  position: relative;
  margin: -20px 20px 0 0;
  padding: 20px 10px;
  padding-left: 20px;
  border-left: 10px solid #4c9c91;
  background-color: #c35353;
}

.blog-before__title {
  min-height: 32px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

.old-price {
  opacity: 0.5;
}

.text-accent {
  color: #b94f4f;
}

/*-- Отзывы yandex --*/

.ya-reviews {
  max-width: 560px;
  height: 800px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 2rem;
}

.ya-reviews__iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}

.ya-reviews__link {
  text-decoration: none;
  color: #b3b3b3;
  font-size: 10px;
  font-family: YS Text, sans-serif;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 14px;
  white-space: nowrap;
  padding: 0 16px;
  box-sizing: border-box
}

/*-- --*/

@media screen and (max-width: 10000px) {
  .mobile-nav #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu {
    display: none !important;
  }

  .mobile-nav #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-subarrow-active,
  .mobile-nav #responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-subarrow-active > .responsive-menu-pro-back {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .mobile-nav #responsive-menu-pro-container .responsive-menu-pro-submenu li.responsive-menu-pro-item a {
    padding: 15px 20px !important;
  }

  .mobile-nav #responsive-menu-pro-container .responsive-menu-pro-submenu li.responsive-menu-pro-item-has-children a {
    padding-right: 60px !important;
  }
}

.promo {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  border: 1px solid #c35353;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.promo__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}

.promo__accent {
  color: #b94f4f;
  font-weight: 700;
}

.promo p:last-child {
  margin-bottom: 0;
}

.more-info-list {
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 0.9rem;
}

.more-info-list li {
  margin-bottom: 5px;
}

.attention {
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f1f1f1;
  font-size: 1.4rem;
}

.blog-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.blog-contacts__item {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  outline: 1px solid #4c9c91;
  outline-offset: -5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.compare__item {
  width: 50%;
  padding: 20px;
  padding-bottom: 0;
}

.compare__item--col-1 {
  width: 100%;
}

.compare__item--col-3 {
  width: calc(100%/3);
}

.compare__title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

.styled-list--minus li::before {
  background-color: #c35353;
  background-image: url("./img/icons/minus.svg");
  -webkit-box-shadow: none;
  box-shadow: none;
}

.styled-list--plus li::before {
  background-color: #4c9c91;
  background-image: url("./img/icons/plus.svg");
  -webkit-box-shadow: none;
  box-shadow: none;
}

.styled-list--plus li::after,
.styled-list--minus li::after {
  border: none;
}

.inner-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.inner-contacts--center {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.inner-contacts__item {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.posted-on {
  display: none;
}

.post-item {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 0;
}

.post-item::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.post-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.post-item__img {
  width: 40%;
  line-height: 0;
}

.post-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-item__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60%;
  padding: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.post-item__date {
  display: none;
  margin-bottom: 20px;
  opacity: 0.5;
  font-size: 0.8rem;
}

.post-item__title {
  padding: 0;
  text-align: left;
  background-image: none;
}

.single-post .post-item {
  display: none;
}

.section--inner {
  margin-bottom: 20px;
}

.post.hentry {
  margin: 0;
}

.section--promo + .site-content {
  padding-top: 0 !important;
}

.single-post .navigation {
  display: none;
}

/*--new-blog-single--*/
.single-post .blog-more {
  display: none;
}

.new-promo-block {
  margin-bottom: 40px;
}

.new-promo-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-promo-block__pic {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-bottom: 20px;
  padding: 20px;
  padding-right: 10px;
  line-height: 0;
}

.new-promo-block__pic::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-promo-block__pic::after {
  position: absolute;
  z-index: -2;
  top: 10px;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  content: "";
  background-image: url("./img/bg/pattern.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-promo-block__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.new-promo-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.new-blog-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.new-blog-gallery__item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.new-blog-gallery__pic {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 5px 5px;
  border-radius: 0;
}

.new-blog-gallery__pic::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green-reverse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-blog-gallery__pic::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(-45deg);
  opacity: 0;
  outline: 1px solid rgba(255, 255, 255, .25);
  outline-offset: -4px;
  background-color: #c35353;
  background-image: url("./img/icons/plus.svg"), url("./img/bg/pattern-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto, cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-blog-gallery__pic:hover::after {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  transform: translate(-50%, -50%) perspective(500px) rotateY(0deg);
  opacity: 1;
}

.new-blog-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
}

.new-blog-gallery__pic:hover .new-blog-gallery__img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.new-blog-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.new-blog-contacts__item {
  margin-bottom: 20px;
}

.new-blog-contacts__item:last-child {
  margin-bottom: 0;
}

.new-contacts-content a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding-left: 50px;
  text-decoration: none !important;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.new-contacts-content a {
  color: #000;
}

.new-contacts-content[class*="phone"] a {
  font-size: 1.2rem;
  font-weight: 700;
}

.new-contacts-content[class*="phone"] a,
.new-contacts-content--email a {
  white-space: nowrap;
}

.new-contacts-content a::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 2px;
  width: 36px;
  height: 36px;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg) translateY(-50%);
  transform: rotateY(0deg) translateY(-50%);
  border: 1px solid #4c9c91;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

.new-contacts-content[class*="phone"] a::before {
  background-image: url("./img/icons/phone.svg");
}

.new-contacts-content--email a::before {
  background-image: url("./img/icons/email.svg");
}

.new-contacts-content a:hover::before {
  -webkit-transform: rotateY(360deg) translateY(-50%);
  transform: rotateY(360deg) translateY(-50%);
}

.new-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.new-features__item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.new-features__item p:empty {
  display: none !important;
}

.new-features__item--col-2 {
  width: 50%;
}

.new-features__item--col-3 {
  width: calc(100%/3);
}

.new-features__item--col-4 {
  width: 25%;
}

.new-features__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  margin-bottom: 20px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border: 1px solid #4c9c91;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.new-features__item:hover .new-features__pic {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.new-features__icon {
  width: 60%;
  height: auto;
}

.new-features__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.new-features__text {
  text-align: center;
  font-size: 0.9rem;
}

.new-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.new-feedback__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.new-feedback__content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 100px;
  padding: 40px;
  padding-left: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-feedback__content::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  content: "";
  background-color: #4c9c91;
  background-image: url("./img/bg/pattern-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.new-feedback__content::after {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 10px;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  border-radius: 50%;
  background-color: #fff;
  background-image: url("./img/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-feedback__content:hover::after {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.new-feedback__name {
  position: relative;
  z-index: 1;
  order: -1;
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
}

.new-feedback__time {
  z-index: 1;
  left: 40px;
  order: 1;
  margin-bottom: 20px;
  color: #ccc;
  font-size: 0.7rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

.new-feedback__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.new-feedback__info::after {
  position: absolute;
  z-index: -1;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  content: "";
  opacity: .1;
  background-image: url("./img/icons/quote.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.new-feedback__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  order: 2;
  font-size: 0.9rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.new-feedback p:empty {
  display: none;
}

.new-order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 20px;
  list-style: none;
  counter-reset: order;
}

.new-order-list li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  width: 50%;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  padding-left: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.new-order-list li::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  content: counter(order, decimal-leading-zero);
  counter-increment: order;
  text-align: center;
  color: #4c9c91;
  border: 1px solid #4c9c91;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: 700;
  line-height: 40px;
}

/*--new-blog-sigle--*/
.privacy-docs {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  gap: 5px;
}

.form-privacy {
  cursor: pointer;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.5;
}

.form-privacy input[type="checkbox"] {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: -2px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-privacy input[type="checkbox"]:checked {
  border-color: #4c9c91;
  background-image: url("./img/icons/check.svg");
}

@media (max-width: 1199px) {
  html {
    font-size: 16px;
  }

  .styled-list li {
    padding-top: 5px;
  }

  .main-slide__bg {
    padding-top: 160px;
  }

  .services__item {
    width: 50%;
  }

  .services-more__item::before {
    top: 6px;
  }

  .gallery__item--col-5 {
    width: 25%;
  }

  .doctors__item {
    width: calc(100% / 3);
  }

  .footer-nav__item > .sub-menu .footer-nav__item::before {
    top: 5px;
  }
}

@media (max-width: 991px) {

  h1,
  h2,
  .content-title {
    text-align: center;
    background-position: top center;
  }

  .text-left,
  .text-right {
    text-align: center !important;
  }

  .mobile-nav {
    display: block;
  }

  .site-header--fixed .header-contacts {
    position: fixed;
    z-index: 30;
    top: -100%;
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }

  .scroll-up .header-contacts {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  }

  .scroll-down .header-contacts {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header-info,
  .header-info .container {
    padding: 0;
  }

  .header-info .container {
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header-info__item {
    display: none !important;
  }

  .header-info__item--logo {
    display: block !important;
    width: 100%;
  }

  .header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    background-color: #4c9c91;
    background-image: url("./img/bg/pattern-green.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .header-contacts__content {
    width: 100%;
    padding-right: 20px;
  }

  .header-contacts__list {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header-contacts .contacts-link__name,
  .header-contacts .contacts-link__number,
  .header-contacts .contacts-link__text {
    color: #fff !important;
  }

  .header-contacts .contacts-link {
    margin-right: 20px;
  }

  .btn--header {
    margin: 0 auto;
    border: 1px solid #fff;
  }

  .btn--header::before {
    border-color: #4c9c91;
  }

  .header-info__item--logo {
    padding: 20px;
  }

  .main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .main-nav {
    display: none;
  }

  .menu-toggler--main {
    display: block;
  }

  .gallery__item {
    width: calc(100% / 3);
  }

  .footer-bottom,
  .footer-bottom__left,
  .footer-bottom__right {
    text-align: center;
  }

  .footer-bottom .container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .privacy-docs {
    font-size: 0.9rem;
  }

  .up-button {
    display: none;
  }

  .footer-bottom__left {
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .footer-bottom__center {
    margin-bottom: 10px;
    padding: 0;
  }

  .footer-bottom__right {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .orvin {
    margin: 0;
    margin-bottom: 20px;
  }

  .main-slide__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .main-slide__info {
    width: 100%;
    max-width: 520px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }

  .main-slide__img {
    width: 100%;
    max-width: 480px;
  }

  .features-row {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .features-row__item {
    width: 100%;
    padding: 0 !important;
  }

  .features-row__img {
    max-width: 280px;
  }

  .features {
    height: auto;
  }

  .features__item {
    width: 50%;
    padding: 0 10px;
    padding-top: 45px;
  }

  .page-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .page-item__content {
    width: 100% !important;
    padding: 0;
  }

  .page-item__img {
    width: 100% !important;
    margin: 0 auto 20px;
  }

  .page-item__img--doctors {
    max-width: 400px;
  }

  .page-item__img--all img {
    height: 320px;
  }

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

  .counter-row {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .counter-row__item {
    width: 100%;
    padding: 0;
  }

  .counter-row__img {
    width: 60%;
    min-width: 240px;
    max-width: 460px;
    margin: 0 auto;
  }

  .doctors,
  .doctors-slide {
    max-width: 800px;
  }

  .doctors__item {
    width: 50%;
  }

  .doctors__content {
    padding: 25px;
    padding-left: 20px;
  }

  .doctors__content::after {
    top: 5px;
    width: calc(100% - 5px);
    height: calc(100% - 10px);
  }

  .doctors-slide-row,
  .doctors-slide-row__item--left {
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .doctors-slide-row__btn {
    padding: 0;
    text-align: center;
  }

  .doctors-slide__controls {
    width: 120px;
    padding: 0;
  }

  .advantages__item {
    width: 50%;
  }

  .certificates-slide-row,
  .certificates-slide-row__item--right {
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }

  .certificates-slide-row__btn {
    padding: 0;
    text-align: center;
  }

  .certificates-slide__controls {
    width: 120px;
    padding: 0;
  }

  .footer-list__item:first-child {
    display: none;
  }

  .page-contacts__row {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .page-contacts__content {
    align-items: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .page-contacts__list {
    align-items: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .page-contacts__item {
    width: 50%;
    padding: 0 10px;
  }

  .page-contacts .contacts-link {
    justify-content: flex-start;
    height: 100%;
    padding: 20px;
    padding-top: 70px;
    text-align: center;
    border: 1px solid #ececec;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }

  .page-contacts .contacts-link::before,
  .page-contacts .contacts-link::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page-contacts .contacts-link::before {
    top: 20px;
  }

  .page-contacts .contacts-link::after {
    top: 22px;
  }

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

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

  .feedback__item {
    width: 100%;
    padding: 0;
  }

  .doctor-card__title {
    text-align: center;
  }

  .inner-contacts {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .post-item__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .post-item__img,
  .post-item__info {
    width: 100%;
  }

  .post-item__info {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .post-item__img img {
    height: 280px;
  }

  .post-item__title {
    text-align: center;
  }

  .blog-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .btn--more {
    display: block;
    margin: 0 auto;
  }

  .new-promo-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 60px;
  }

  .new-promo-block__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .new-promo-block__pic {
    width: 100%;
    height: 320px;
  }

  .new-promo-block__info {
    align-items: center;
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .new-features__item {
    width: 50%;
  }

  .new-blog-gallery__item {
    width: 50%;
  }

  .new-feedback__item {
    width: 100%;
  }

  .new-feedback__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }

  .styled-list li {
    padding-top: 6px;
  }

  h1,
  h2,
  .content-title {
    padding-top: 40px;
    background-size: auto 35px;
  }

  #content.site-content,
  .section {
    padding: 40px 0 20px;
  }

  .modal-form__content,
  .success-message__text,
  .search-form,
  .footer-form,
  .page-form {
    padding: 20px;
  }

  .appointment-form__item {
    width: 100%;
    padding: 0 !important;
  }

  .footer-form .appointment-form__privacy {
    justify-content: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .footer-form .btn {
    display: block;
    margin: 0 auto;
  }

  .gallery__item {
    width: 50%;
  }

  .gallery__content {
    padding: 5px 5px 2px 2px;
  }

  .gallery__content::after {
    top: 3px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }

  .gallery--docs .gallery__img,
  .gallery--portfolio .gallery__img,
  .certificates-slide .gallery__img {
    height: 160px;
  }

  .gallery__bg::before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: calc(100% - 7px);
    content: "";
  }

  .gallery__content:hover .gallery__bg::before {
    height: calc(100% - 7px);
  }

  .gallery__item--col-5 {
    width: calc(100% / 3);
  }

  .breadcrumbs {
    margin: 0;
  }

  .main-logo__img img {
    height: 70px;
  }

  .main-slide__content {
    padding-top: 40px;
  }

  .main-slide__pagination {
    bottom: 10px;
  }

  .features__icon {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    margin-top: -65px;
  }

  .features__icon::before {
    background-size: 50px auto;
  }

  .features-row__img {
    max-width: 240px;
  }

  .services__item {
    width: 100%;
    padding: 0;
  }

  .services__icon {
    width: 50px;
    height: 50px;
  }

  .services__icon::before {
    background-size: 30px auto;
  }

  .services__img img {
    height: 240px;
  }

  .services__info {
    min-height: 90px;
    padding-left: 90px;
  }

  .services__info::before {
    width: 70px;
  }

  .services-more__item::before {
    top: 4px;
  }

  .page-item__img--doctors {
    max-width: 340px;
  }

  .page-item__img--all img {
    height: 280px;
  }

  .page-item__img {
    padding: 10px;
    padding-right: 5px;
  }

  .page-item__img::after {
    top: 5px;
    width: calc(100% - 5px);
    height: calc(100% - 10px);
  }

  .counter__icon {
    right: -30px;
    bottom: -30px;
    width: 60px;
    height: 60px;
  }

  .counter__icon::before {
    background-size: 36px auto;
  }

  .counter__number {
    min-height: 40px;
    padding-left: 50px;
  }

  .counter__number::before {
    width: 40px;
    height: 40px;
  }

  .header-top__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header-top__item:first-child {
    margin-bottom: 5px;
    padding: 0;
  }

  .header-top .contacts-link {
    text-align: center;
  }

  .advantages__icon {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
  }

  .advantages__icon::before {
    background-size: 50px auto;
  }

  .footer-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-list__item {
    width: 100%;
    padding: 0;
  }

  .footer-contacts {
    align-items: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .footer-contacts__item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .footer-contacts .contacts-link {
    justify-content: flex-start;
    height: 100%;
    padding: 20px;
    padding-top: 70px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .25);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }

  .footer-contacts .contacts-link::before,
  .footer-contacts .contacts-link::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer-contacts .contacts-link::before {
    top: 20px;
  }

  .footer-contacts .contacts-link::after {
    top: 22px;
  }

  .footer-contacts .contacts-link--adress br {
    display: none;
  }

  .footer-form {
    max-width: 580px;
    margin: 0 auto 20px;
  }

  .footer-list__title {
    text-align: center;
  }

  .importantly {
    padding: 20px;
    padding-bottom: 0;
  }

  .page-contacts__content {
    padding: 20px;
  }

  .map {
    height: 400px;
  }

  .feedback__icon {
    width: 50px;
    height: 50px;
  }

  .feedback__icon::before {
    background-size: 30px auto;
  }

  .feedback__content {
    min-height: 90px;
    padding: 20px;
    padding-left: 90px;
  }

  .feedback__content::before {
    width: 70px;
  }

  .feedback__time {
    padding-left: 10px;
  }

  .intro-list__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .intro-list__item:nth-child(even) .intro-list__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .intro-list__pic {
    width: 100%;
    height: 300px;
  }

  .intro-list__info {
    width: 100%;
  }

  .intro-list__info::before {
    background-size: cover;
  }

  .intro-list__item:nth-child(even) .intro-list__info::before {
    background-image: url("./img/bg/pattern-reverse.svg");
    background-position: right center;
  }

  .intro-list__title {
    font-size: 2rem;
  }

  .intro-list__price {
    right: 20px;
    left: auto;
  }

  .intro-list__label {
    right: 0;
  }

  .intro-list__item:nth-child(even) .intro-list__label {
    right: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .intro-list__item:nth-child(even) .intro-list__pic::before {
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }

  .more-info-list {
    text-align: center;
  }

  .attention {
    font-size: 1rem;
  }

  .compare {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .compare__item {
    width: 100%;
  }

  .post-item {
    padding: 10px;
    padding-left: 0;
  }

  .post-item__info {
    padding: 20px;
  }

  .post-item__img img {
    height: 240px;
  }
}

@media (max-width: 600px) {
  .header-contacts__list {
    margin-bottom: 10px;
  }

  .header-contacts__content {
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header-contacts__item {
    padding: 0;
  }

  .btn--header {
    margin: 0;
    padding: 12px 20px;
    padding-right: 47px;
  }

  .btn--header .btn__text::before {
    right: 5px;
  }

  .btn--header .btn__text::after {
    right: 7px;
  }

  .gallery__item--col-5 {
    width: 50%;
  }

  .header-contacts .contacts-link {
    margin: 0;
    margin-bottom: 5px;
  }

  .features__item {
    width: 100%;
    padding: 0;
    padding-top: 45px;
  }

  .counter__item {
    width: 100%;
  }

  .counter__icon {
    display: none;
  }

  .counter__content {
    padding: 20px;
  }

  .doctors,
  .doctors-slide {
    max-width: 340px;
  }

  .doctors__item {
    width: 100%;
    padding: 0;
  }

  .advantages__item {
    width: 100%;
    padding: 0;
  }

  .footer-contacts__item {
    width: 100%;
    padding: 0;
  }

  .page-contacts__item {
    width: 100%;
    padding: 0;
  }

  .blog-before__item {
    width: 100%;
  }

  .new-promo-block__pic {
    height: auto;
  }

  .new-features__pic {
    width: 80px;
    height: 80px;
  }

  .new-order-list li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }

  .styled-list li {
    padding-top: 7px;
  }

  .mobile-nav__content {
    width: 250px;
  }

  .gallery__item {
    width: 100%;
    padding: 0;
  }

  .gallery__item--col-5 {
    width: 50%;
    padding: 0 10px;
  }

  .features-row__img {
    max-width: 200px;
  }

  .services__img img {
    height: 200px;
  }

  .page-item__img--doctors {
    max-width: 280px;
  }

  .page-item__img--all img {
    height: 240px;
  }

  .header-top .contacts-link--adress span {
    display: block;
  }

  .main-logo__img img {
    height: 60px;
  }

  .main-slide__price {
    padding: 10px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  }

  .intro-list__info {
    padding: 20px;
  }

  .intro-list__price {
    padding: 10px;
  }

  .intro-list__label {
    font-size: 4rem;
  }

  .intro-list__pic {
    height: 250px;
  }

  .main-slide__label {
    font-size: 4rem;
  }

  .header-info__item--logo .contacts-link--adress span {
    display: block;
  }

  .main-slide__doc {
    padding: 10px;
  }

  .post-item__img img {
    height: 200px;
  }

  .new-features__item {
    width: 100%;
    padding: 0;
  }

  .new-blog-gallery__item {
    width: 100%;
    padding: 0;
  }

  .new-blog-gallery__item:last-child {
    margin-bottom: 0;
  }

  .new-feedback__item {
    padding: 0;
  }

  .footer-bottom__right {
    padding-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS */
  .ekko-lightbox .modal-dialog {
    overflow: hidden;
    -ms-flex: 100% !important;
    flex: 100% !important;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 100% !important;
    -ms-overflow-style: none;
  }
}