/*
Theme Name: Orvin
Template: wp-bootstrap-starter
Author: Alexey Gukov
*/

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Regular'), url('/wp-content/themes/orvin-wp-starter/fonts/opensans-regular.woff2') format('woff'), url('/wp-content/themes/orvin-wp-starter/fonts/opensans-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans Bold'), url('/wp-content/themes/orvin-wp-starter/fonts/opensans-bold.woff2') format('woff'), url('/wp-content/themes/orvin-wp-starter/fonts/opensans-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('/wp-content/themes/orvin-wp-starter/fonts/oswald-v16-latin_cyrillic-regular.woff2') format('woff2'),
       url('/wp-content/themes/orvin-wp-starter/fonts/oswald-v16-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('/wp-content/themes/orvin-wp-starter/fonts/oswald-v16-latin_cyrillic-700.woff2') format('woff2'),
       url('/wp-content/themes/orvin-wp-starter/fonts/oswald-v16-latin_cyrillic-700.woff') format('woff');
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", Arial, serif;
  font-weight: 700;
}

a {
  color: #285eb2;
}

.fixed-header,
.site-footer {
  background-color: #f1f1f1;
  padding: 5px 0;
  font-family: "Oswald", Arial, serif;
  z-index: 1;
  position: relative;
}

.main-site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.adress,
.mail,
.phone {
  padding: 3px 0 3px 35px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: top left;
  color: inherit;
}

.phone {
  font-size: 22px;
  background-image: url("./img/phone.svg");
}

.mail {
  background-image: url("./img/mail.svg");
}

.adress {
  background-image: url("./img/pin.svg");
}

.mail:hover,
.phone:hover {
  color: #285eb2;
  text-decoration: none;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
}

@-webkit-keyframes shadowPulse {
  0% {
    text-shadow: 1px 1px 3px #fff;
  }
  50% {
    text-shadow: 1px 2px 40px #fff;
  }
  100% {
    text-shadow: 1px 1px 3px #fff;
  }
}

@keyframes shadowPulse {
  0% {
    text-shadow: 1px 1px 3px #fff;
  }
  50% {
    text-shadow: 1px 2px 40px #fff;
  }
  100% {
    text-shadow: 1px 1px 3px #fff;
  }
}

.logo-text {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 8px;
  max-width: 290px;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: shadowPulse 2s linear infinite;
          animation: shadowPulse 2s linear infinite;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  margin: 0 5px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.navbar-nav .nav-link:hover {
  border-bottom: 2px solid #285eb2;
}

.site-header {
  background-color: #79caba;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
          box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.current-menu-item .nav-link {
  border-bottom: 2px solid #285eb2;
  color: #285eb2;
}

.main-slide {
  padding: 90px 0;
  text-align: center;
  margin-top: 146px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7)), url("./img/main-slide.jpg");
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7)), url("./img/main-slide.jpg");
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7)), url("./img/main-slide.jpg");
}

.main-slide h2 {
  -webkit-animation: shadowPulse 2s linear infinite;
          animation: shadowPulse 2s linear infinite;
  margin-bottom: 20px;
  font-size: 36px;
}

.appointment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 760px;
  margin: 10px auto;
}

.appointment-form input,
.appointment-form button {
  margin: 1% 2%;
  padding: 15px;
  border: 2px solid #000;
  font-family: "Oswald", Arial, serif;
  text-align: center;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
          box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.appointment-form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 41%;
  border-radius: 5px 25px;
  background-color: rgba(255, 255, 255, 0.8);
}

.appointment-form input:hover,
.appointment-form input:focus,
.appointment-form button:hover,
.appointment-form button:focus {
  border: 2px solid #285eb2;
  outline: none;
}

.appointment-form .appointment-form__btn {
  width: 200px;
  border-radius: 50px;
  margin-top: 20px;
  border-color: transparent;
  background-color: rgb(40, 94, 178);
  color: #fff;
  font-size: 22px;
}

.appointment-form input:hover {
  background-color: #fff;
}

.appointment-form .appointment-form__btn:hover {
  -webkit-box-shadow: 0 5px 41px 0 rgba(40, 94, 178,.38), 0 4px 55px 0 rgba(40, 94, 178,.35);
          box-shadow: 0 5px 41px 0 rgba(40, 94, 178,.38), 0 4px 55px 0 rgba(40, 94, 178,.35);
}

#content.site-content {
  padding: 30px 0 30px;
  margin-top: 148px;
}

.page-template-contacts-page #content.site-content {
  padding-bottom: 5px;
}

.block-title,
h1.entry-title {
  text-align: center;
  font-size: 40px;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

.block-title::before,
h1.entry-title::before {
  content: "";
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  position: absolute;
  width: 300px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("./img/separ.png");
}

h1.entry-title {
  border-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}

h1.entry-title::before {
  width: 200px;
  height: 20px;
}

.services {
  padding: 30px 0;
}

.services-list {
  list-style: none;
  padding-left: 0;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-list__item {
  width: 25%;
  margin: 1% 0;
  padding: 25px 15px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.services-list__item:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.services-list__link {
  color: inherit;
  text-decoration: none;
  display: block;
  font-family: "Oswald", Arial, serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}

.services-list__link:hover {
  text-decoration: none;
}

.services-list__text {
  margin-top: 15px;
  display: block;
}

.license,
.feedback {
  background-color: #79caba;
  overflow: hidden;
}

.license__text {
  padding: 50px 0 50px 350px;
  position: relative;
}

.feedback__text {
  position: relative;
  padding: 60px 0 60px 350px;
}

.license__text::before,
.feedback__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 250px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
}

.license__text::before {
  background-image: url("./img/check-bg.png");
}

.feedback__text::before { 
  top: 5px;
  background-image: url("./img/hearts-bg-2.png");
  width: 300px;
}

.license h2,
.about h2,
.feedback h2 {
  -webkit-animation: shadowPulse 2s linear infinite;
          animation: shadowPulse 2s linear infinite;
}

.about h2 {
  color: rgb(40, 94, 178);
}

.about {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.8))), url("./img/banner-2.jpg");
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)), url("./img/banner-2.jpg");
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)), url("./img/banner-2.jpg");
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)), url("./img/banner-2.jpg");
}

.about__text {
  max-width: 820px;
}

.home .entry-header,
.home #content {
  display: none;
}

.appointment-form--bottom {
  max-width: 100%;
  margin: 10px auto 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom-order  h2 {
  position: relative;
}

.bottom-order h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 2px;
  background-color: #000;
}

.appointment-form--bottom input,
.appointment-form--bottom button {
  width: 31%;
  margin: 10px 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 0;
  line-height: 1
}

.appointment-form--bottom .appointment-form__btn {
  width: 30%;
  border-radius: 0;
  margin: 10px 0;
}

.form-rule {
  font-size: 16px;
  font-style: italic;
}

.bottom-order {
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)), url("./img/footer-bg-2.jpg");
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)), url("./img/footer-bg-2.jpg");
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)), url("./img/footer-bg-2.jpg");
}

.footer-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  color: #323232;
}

.footer-contacts__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  padding: 4px 0;
}

.footer-contacts__privacy-right {
  text-align: right;
  font-size: 15px;
}

.footer-contacts__privacy-right a {
  display: block;
  color: #000;
}

.footer-contacts__privacy a:hover {
  color: #79caba;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  margin-top: 4px;
}

.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.navbar-toggler {
  background-color: transparent;
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./img/close.svg");
  z-index: 11;
}

.navbar-toggler.collapsed {
  background-image: url("./img/open.svg");
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
  opacity: 0.7;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-overlay {
  position: fixed;
  background-color: #000;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  display: none;
}

.modal-overlay--show {
  opacity: 0.7;
  display: block;
}

.map {
  height: 400px;
  width: 100%;
  margin: 0 auto;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 40px;
  font-family: "Oswald", Arial, serif;
}

.contacts__item {
  width: 31%;
  text-align: center;
}

.contacts p,
.contacts-time p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.contacts-time {
  text-align: center;
  font-family: "Oswald", Arial, serif;
  margin-bottom: 20px;
}

.contacts-time span {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  margin: 4px 10px;
}

.table-price {
  margin: 30px 0 40px;
  border-collapse: collapse;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,.13), 0 4px 16px 0 rgba(0,0,0,.07);
          box-shadow: 0 5px 12px 0 rgba(0,0,0,.13), 0 4px 16px 0 rgba(0,0,0,.07);
  width: 100%;
}

.table-price .table-price__head {
  padding: 10px 20px;
  background-color: #226cb9;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-shadow: 1px 1px 5px #000;
}

.table-price .table-price__type {
  text-align: center;
  background-color: #79caba;
  text-transform: uppercase;
  font-size: 20px;
}

.table-price tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-price td,
.table-price th {
  padding: 15px 10px;
}

.table-price td {
  font-family: "Oswald", Arial, serif;
  font-weight: 400;
}

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.team-member:last-child {
  border-bottom: 0;
}

.team-member__img-wrap {
  padding: 20px;
  -webkit-box-shadow: 3px 8px 17px 11px rgba(121, 202, 186,0.16);
          box-shadow: 3px 8px 17px 11px rgba(121, 202, 186,0.16);
  margin-right: 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.team-member__img-wrap img {
  width: 220px;
  min-width: 220px;
  height: auto;
}

.team-member__name {
  font-size: 32px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #285eb2;
}

.team-member__job {
  font-family: "Oswald", Arial, serif;
  display: block;
  margin-bottom: 15px;
}

.success-message {
  font-family: "Oswald", Arial, serif;
  font-size: 30px;
  padding: 15px 20px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,100vh);
      -ms-transform: translate(-50%,100vh);
          transform: translate(-50%,100vh);
  opacity: 0;
  background-color: #285eb2;
  text-shadow: 1px 1px 5px #000;
  color: #fff;
  -webkit-box-shadow: 0 5px 51px 0 rgba(0,0,0,.58), 0 4px 65px 0 rgba(0,0,0,.45);
          box-shadow: 0 5px 51px 0 rgba(0,0,0,.58), 0 4px 65px 0 rgba(0,0,0,.45);
  z-index: 20;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.success-message--show {
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  opacity: 1;
}

.intro-text {
  margin-top: 30px;
}

.features-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 30px auto 20px;
}

.features-list__item {
  width: 23%;
  margin: 1%;
  padding: 110px 5px 5px;
  font-family: "Oswald", Arial, serif;
  font-weight: 400;
  font-size: 17px;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: top center;
}

.features-list__item--first {
  background-image: url("./img/feature-1.svg");
}

.features-list__item--second {
  background-image: url("./img/feature-2.svg");
}

.features-list__item--third {
  background-image: url("./img/feature-3.svg");
}

.features-list__item--fourth {
  background-image: url("./img/feature-4.svg");
}

.features-list__item--lab {
  background-image: url("./img/lab.svg");
}

.features-list__item--good {
  background-image: url("./img/good.svg");
}

.features-list__item--ok {
  background-image: url("./img/medal.svg");
}

.features-list__item--cheap {
  background-image: url("./img/cheap.svg");
}

.features-list__item--location {
  background-image: url("./img/location.svg");
}

.features-list__item--loop {
  background-image: url("./img/loop.svg");
}

.promo-block {
  position: relative;
  margin-bottom: 170px;
}

.promo-bg {
  background-image: url("/wp-content/themes/orvin-wp-starter/img/bg-promo-block.jpg");
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/wp-content/themes/orvin-wp-starter/img/bg-promo-block.jpg");
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/wp-content/themes/orvin-wp-starter/img/bg-promo-block.jpg");
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/wp-content/themes/orvin-wp-starter/img/bg-promo-block.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 80%;
  height: 500px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
          box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.promo-title {
  font-size: 24px;
  text-shadow: 1px 1px 2px #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.promo-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 2px;
  background-color: #226cb9;
  bottom: 0;
  left: 0;
}

.promo-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.promo-text {
  position: absolute;
  right: 0;
  top: 100px;
  width: 60%;
  background-color: #fff;
  -webkit-box-shadow: 3px 8px 17px 11px rgba(121, 202, 186, 0.16);
          box-shadow: 3px 8px 17px 11px rgba(121, 202, 186, 0.16);
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 20px;
}

.promo-text p {
  line-height: 1.3;
}

.promo-list {
  font-size: 14px;
}

.promo-list li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.gallery--cols-3 .gallery__item {
  width: 31%;
  margin: 1%;
}

.gallery--cols-4 .gallery__item {
  width: 23%;
  margin: 1%;
}

.gallery--cols-5 .gallery__item {
  width: 18%;
  margin: 1%;
}

.gallery__item {
  padding: 20px;
  -webkit-box-shadow: 3px 8px 17px 11px rgba(121, 202, 186,0.16);
          box-shadow: 3px 8px 17px 11px rgba(121, 202, 186,0.16);
}

.gallery__item img {
  width: 100%;
}

.features-list__title {
  font-size: 20px;
}

.features-list__text {
  font-family: "Open-Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.gallery--doctors .gallery__item {
  width: 220px;
  min-width: 220px;
}

.features-list__item--col-5 {
  width: 31%;
}

.list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.list li {
  min-height: 25px;
  margin-bottom: 5px;
}

.list span {
  position: relative;
  padding-left: 30px;
}

.list span::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("./img/list-bg.svg");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.list--col-2 li {
  width: 47%;
}

@media (max-width: 991px) {
  .services-list__item {
    width: 50%;
  }

  .license__text::before, 
  .feedback__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 2px;
  }

  .logo-text {
    font-size: 20px;
    max-width: 250px;
    padding-top: 13px;
  }

  .main-slide h2 {
    font-size: 32px;
  }

  .gallery .gallery__item {
    width: 48%;
  }

  .gallery--doctors .gallery__item {
    width: 31%;
  }

  .promo-bg {
    width: 100%;
    height: 200px;
  }

  .promo-text {
    top: 0;
    position: relative;
    width: 100%;
  }

  .promo-block {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .header-mail,
  .header-adress {
    display: none;
  }

  .main-site-info,
  .header-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .logo-text {
    max-width: 280px;
  }

  .header-phone {
    margin-left: 30px;
  }

  .site-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fixed-header {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background-color: #79caba;
  }

  .footer-contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-adress,
  .footer-mail, 
  .footer-phone {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 4px;
  }

  .footer-contacts__privacy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-contacts__privacy .copy {
    margin-bottom: 4px;
    text-align: center;
  }

  .footer-contacts__privacy-right {
    text-align: center;
  }

  .feedback__text,
  .license__text {
    padding: 320px 0 40px;
    text-align: center;
  }

  .license__text::before, 
  .feedback__text::before {
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .about {
    background-image: none;
    background-color: #f1f1f1;
  }

  .bottom-order {
    text-align: center;
  }

  .appointment-form--bottom input {
    width: 100%;
  }

  .appointment-form--bottom .appointment-form__btn { 
    margin: 10px auto;
    width: 220px;
  }

  .bottom-order h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .navbar-collapse {
    display: block !important;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    background-color: tomato;
    width: 80%;
    height: 100vh !important;
    padding: 20px;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: 0.5s -webkit-transform linear;
    transition: 0.5s -webkit-transform linear;
    -o-transition: 0.5s transform linear;
    transition: 0.5s transform linear;
    transition: 0.5s transform linear, 0.5s -webkit-transform linear;
    background-size: cover;
    background-image:url("./img/mobile-bg.jpg");
  }

  .menu--show {
    z-index: 10;
    -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
            transform: translateX(1px);
    opacity: 1;
    -webkit-transition: 0.5s -webkit-transform linear;
    transition: 0.5s -webkit-transform linear;
    -o-transition: 0.5s transform linear;
    transition: 0.5s transform linear;
    transition: 0.5s transform linear, 0.5s -webkit-transform linear;
  }

  .navbar-nav .nav-link {
    font-size: 27px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .current-menu-item .nav-link {
    border-color: #79caba;
    color: #79caba;
  }

  .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .contacts__item {
    width: 48%;
    margin: 2% 1%;
  }

  .table-price .table-price__head {
    font-size: 18px;
  }

  .table-price .table-price__type {
    font-size: 16px;
  }

  .table-price td {
    font-size: 14px;
  }

  h1.entry-title {
    font-size: 32px;
  }

  .features-list__item {
    width: 48%;
  }

  .gallery--doctors .gallery__item {
    width: 31%;
    min-width: 100px;
  }

  .list {
    text-align: left;
  }

  .list--col-2 li {
    width: 100%;
  }

}

@media (max-width: 575px) {
  .services-list__item {
    width: 100%;
  }

  .block-title::before {
    width: 200px;
    height: 20px;
  }

  .main-slide h2 {
    font-size: 26px;
  }

  #order-1 input {
    width: 100%;
    margin-bottom: 15px;
  }

  .main-logo img {
    width: 60px;
    height: 60px;
  }

  .logo-text {
    font-size: 18px;
    padding-top: 7px;
    max-width: 225px;
  }

  .header-phone {
    margin-left: 8px;
  }

  .main-slide {
    margin-top: 132px;
  }

  .contacts__item {
    width: 100%;
    margin: 20px auto;
  }

  .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .team-member__img-wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 auto 25px;
  }

  .team-member__text b {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .features-list__item {
    width: 90%;
    margin: 10px auto 20px;
  }

  .gallery .gallery__item {
    width: 100%;
    min-width: 100px;
    margin: 1%;
  }

  .promo-title,
  .promo-subtitle {
    text-align: center;
  }

  .promo-title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .list span::before {
    top: 0;
    transform: initial;
  }

}

@media (max-width: 374px) {
  .logo-text {
    font-size: 16px;
    padding-top: 10px;
    max-width: 195px;
  }

  h1.entry-title {
    font-size: 28px;
  }
}
 
@media (min-width: 576px) {
  .container--full {
    max-width: 98% !important;
  }
}

@media (min-width: 1200px) {
  .container--full {
    max-width: 1140px !important;
  }
}