/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 40 version
*/

@font-face {
  font-family: 'DINCondensedC';
  src: url('../fonts/DINCondensedC.eot');
  src: url('../fonts/DINCondensedC.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCondensedC.woff2') format('woff2'), url('../fonts/DINCondensedC.woff') format('woff'), url('../fonts/DINCondensedC.ttf') format('truetype'), url('../fonts/DINCondensedC.svg#DINCondensedC') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 17px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  position: relative;
}

.body-block {
  overflow: hidden;
}

p {
  line-height: 1.5;
}

.wrapper {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: 'DINCondensedC';
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}

.btn {
  font-family: 'DINCondensedC';
  text-transform: uppercase;
  font-size: 18px;
  padding: 23px 0;
  display: block;
  width: 160px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-blue {
  background: #82b31a;
}

.btn-blue:hover {
  background: #61890e;
}

.btn-red {
  background: #000;
}

.btn-red:hover {
  background: #543d3d;
}

/* Шапка */

.header {
  font-family: 'DINCondensedC';
  text-transform: uppercase;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

.header__call .phone {
  font-size: 30px;
  margin-right: 25px;
}

.header__fulltime {
  font-size: 15px;
}

.header.fix {
  background-color: #543d3d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.main-menu {
  width: -webkit-calc(100% / 12 * 4);
  width: calc(100% / 12 * 4);
}

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

.main-menu__link {
  font-size: 18px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-menu__link:hover {
  opacity: 0.5;
}

.burger {
  width: 25px;
  height: 18px;
  position: relative;
  display: none;
}

.burger__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.burger__item:nth-child(1) {
  top: 0;
}

.burger__item:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__item:nth-child(3) {
  bottom: 0;
}

.burger.active .burger__item:nth-child(1) {
  width: 95%;
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
}

.burger.active .burger__item:nth-child(2) {
  opacity: 0;
}

.burger.active .burger__item:nth-child(3) {
  width: 95%;
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
}

/* / Шапка */

/* hero */

.hero {
  background-image: url('../img/hero/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-bottom: 130px;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 67px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
}

.hero__text {
  max-width: 827px;
}

.hero__title {
  font-family: 'DINCondensedC';
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 35px;
}

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

.hero__btn:first-child {
  margin-right: 10px;
}

.hero__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  z-index: 2;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          -ms-flex-pack: center;
      justify-content: center;
  -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero__num {
  font-size: 14px;
}

.hero__num span {
  font-size: 36px;
}

.hero__stavka {
  font-size: 14px;
}

.hero__articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 110px;
}

.h-article {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          -ms-flex-align: start;
      align-items: flex-start;
  min-width: 280px;
}

.h-article img {
  margin-right: 15px;
}

.h-article__name {
  font-family: 'DINCondensedC';
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.h-article__text {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  line-height: 17px;
}

/* / hero */

/* Внутренний текст */

.innertext {
  padding-top: 73px;
}

/* / Внутренний текст */

/* Круглосуточно */

.fulltime {
  margin: 77px 0;
}

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

.fulltime__img {
  margin-left: auto;
  width: -webkit-calc(100% / 12 * 5);
  width: calc(100% / 12 * 5);
}

.fulltime__img img {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: block;
}

.fulltime__text {
  width: 50%;
}

.fulltime__title {
  margin-bottom: 30px;
}

/* / Круглосуточно */

/* Цены */

.price {
  margin-bottom: 45px;
  margin-top: 44px;
}

.price__title {
  margin-bottom: 28px;
}

.price__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  background-color: #543d3d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 24px;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.price__head_item {
  font-size: 14px;
  text-transform: uppercase;
  width: -webkit-calc(100% / 12 * 4);
  width: calc(100% / 12 * 4);
}

.price__head_item:not(:last-child) {
  margin-right: 28px;
}

.price__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 24px;
}

.price__cost_item:first-child {
  width: -webkit-calc(100% / 12 * 4);
  width: calc(100% / 12 * 4);
}

.price__cost_item:last-child {
  width: -webkit-calc(100% / 12 * 8);
  width: calc(100% / 12 * 8);
}

.price__cost_item:not(:last-child) {
  margin-right: 14px;
}

.price__cost_span {
  display: block;
  font-size: 12px;
  color: #868383;
  max-width: 610px;
}

.price__subtitle {
  text-align: center;
  font-weight: 400;
  padding: 15px 0;
  background: #EEEFF1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: inherit;
}

.price__subtext {
  padding: 18px 0;
  text-align: center;
}

.price__subspan {
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #868383;
  font-size: 12px;
  line-height: 18px;
}

/* / Цены */

/* О нас */

.about {
  margin-bottom: 70px;
}
.about p {
    margin-bottom: 20px;
}
.about ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 20px;
}
.about__title {
  margin-bottom: 28px;
}

/* / О нас */

/* Covid */

.covid {
  background-color: #82b31a;
  padding: 23px 0;
}

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

.covid__img {
  margin-right: 60px;
  -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
      flex-shrink: 0;
}

.covid__img img {
  display: block;
}

.covid__text {
  font-family: 'DINCondensedC';
  max-width: 800px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

/* / Covid */

/* Перевозка */

.transportation {
  padding-top: 110px;
}

.transportation__title {
  margin-bottom: 68px;
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.transportation__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.transportation__item {
  width: -webkit-calc(100% / 12 * 4 - 20px);
  width: calc(100% / 12 * 4 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
  position: relative;
  color: #757979;
}

.transportation__item a {
  max-width: 300px;
  line-height: 1.5;
  display: inline-block;
}

.transportation__item a:hover {
  color: #82b31a;
}

.transportation__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  background-image: url('../img/transportation/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* / Перевозка */

/* Сервис */

.service {
  color: #fff;
  background-image: url('../img/service/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          -ms-flex-align: start;
      align-items: flex-start;
}

.service__item:not(:last-child) {
  margin-bottom: 120px;
}

.service__img {
  min-width: 80px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.service__name {
  font-family: 'DINCondensedC';
  width: 100%;
  max-width: 270px;
  font-weight: 400;
  font-size: 30px;
  margin-top: 7px;
}

.service__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 660px;
  margin-left: auto;
}

/* / Сервис */

/* Комфорт */

.comfort {
  padding-top: 70px;
  padding-bottom: 70px;
}

.comfort__title {
  text-align: center;
  margin-bottom: 80px;
}

.comfort__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comfort__item {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 72px;
}

.comfort__num {
  font-family: 'DINCondensedC';
  display: block;
  font-size: 30px;
  margin-bottom: 16px;
}

.comfort__text {
  color: #757979;
}

.comfort .wrapper {
  position: relative;
}

.comfort__img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(62%);
      -ms-transform: translateX(62%);
          transform: translateX(62%);
}

/* / Комфорт */

/* Карта */

.contact {
  margin-bottom: 60px;
}

.contact .wrapper {
  position: relative;
}

.contact__content {
  position: absolute;
  left: 15px;
  top: 150px;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  max-width: 367px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  -webkit-box-shadow: 0px 24px 24px rgba(193, 189, 189, 0.25);
          box-shadow: 0px 24px 24px rgba(193, 189, 189, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.c-call {
  margin-top: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
}

.c-call img {
  margin-right: 13px;
}

.c-call__num {
  font-family: 'DINCondensedC';
  color: #82b31a;
  font-size: 30px;
  font-weight: 400;
}

.c-call__span {
  color: #757979;
}

#map {
  height: 745px;
}

#map [class*="ymaps-2"][class*="-balloon_layout_normal"] {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 24px 24px rgba(193, 189, 189, 0.25);
          box-shadow: 0px 24px 24px rgba(193, 189, 189, 0.25);
}

#map [class*="ymaps-2"][class*="-balloon__layout"],
#map [class*="ymaps-2"][class*="-islets_balloon_layout_panel"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 2;
  background: #000;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

#map [class*="ymaps-2"][class*="-balloon__tail"] {
  display: none;
}

#map [class*="ymaps-2"][class*="-balloon__close"] {
  margin-bottom: 0;
}

#map [class*="ymaps-2"][class*="-balloon__content"] {
  margin-right: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          -ms-flex-order: -1;
      order: -1;
  padding: 0;
  min-width: 220px;
}

#map [class*="ymaps-2"][class*="-balloon__content"] > ymaps {
  height: unset !important;
  width: unset !important;
}

#map [class*="ymaps-2"][class*="-balloon__close-button"] {
  background: url('../img/contacts/close.svg') 50% no-repeat;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 10px;
}

#map .myballoon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  background: #000;
  color: #fff;
  font-family: 'Roboto Condensed';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
      flex-grow: 1;
}

#map .myballoon__address {
  padding: 24px 0 24px 30px;
  background: #000;
  white-space: nowrap;
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

/* / Карта */

/* Подвал */

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 80px;
}

.footer__left,
.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  width: 50%;
}

.footer__subtitle {
  font-family: 'DINCondensedC';
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 400;
}

.footer__descr {
  margin-left: auto;
  margin-right: auto;
}

.footer .phone {
  font-family: 'DINCondensedC';
  font-size: 30px;
}

.footer__descr {
  max-width: 275px;
  line-height: 14px;
  font-size: 12px;
  color: #676363;
}

.footer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 70px;
}

.footer__list {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.footer__list:nth-child(1) li {
  max-width: 330px;
}

.footer__li {
  margin-bottom: 14px;
}

.footer__link {
  font-size: 14px;
  color: #543d3d;
}

.footer__link:hover {
  color: #82b31a;
}

.footer__bottom {
  border-top: 2px solid #E1E3E7;
  padding: 30px 0;
  margin-bottom: 0;
}

.footer__rights {
  opacity: 0.5;
  font-size: 12px;
}

.footer__rocket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.footer__rocket a {
  margin-left: 23px;
}

/* / Подвал */


.block_2_col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.check{
  list-style: none !important;
  padding-left: 0 !important;
}
.transportation__item2 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    color: #757979;
}
.transportation__item2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../img/transportation/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


article.h-article svg {
    width: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
}
.text-center{
  text-align: center;
}
.style-none {
    padding: 0;
    list-style: none;
}
.card_nurse {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 20px;
    height: 100%;
}
.card_nurse h3 {
    font-size: 20px;
    margin: 0;
}
.info-card_nurse p{
  margin: 4px 0;
  color: #AEA9A9;
  font-size: 13px;
}
.info-card_nurse p:first-child{
  margin-right: 30px;
}
.info-card_nurse p b{
  color: #000;
}
.address-card_nurse p{
  margin: 0;
  font-weight: 500;
}
.address-card_nurse{
  border-top: 1px solid #F0EFEF;
  border-bottom: 1px solid #F0EFEF;
  color: #82b31a;
}
.price-card_nurse {
    font-size: 14px;
    color: #000;
    margin-top: 30px;
}
.price-card_nurse b{
  font-size: 24px;
  margin: 0 5px;
}
.img-card_nurse img {
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
button#view_more {
    max-width: 320px;
    display: block;
    margin: 20px auto;
    padding: 23px;
    cursor: pointer;
}
.hide-card_nurse{
  display: none;
}









@media screen and (max-width: 1050px) {
  .service__item {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .service__text {
    max-width: unset;
  }
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }

  .section-title {
    font-size: 25px;
  }

  .btn {
    width: 140px;
    padding: 20px 0;
    font-size: 16px;
  }

  .hero {
    padding-bottom: 106px;
  }

  .hero__title {
    font-size: 33px;
  }

  .hero__content {
    padding-top: 54px;
  }

  .fulltime {
    margin-top: 61px;
    margin-bottom: 71px;
  }

  .fulltime__img {
    width: -webkit-calc(100% / 12 * 5.5);
    width: calc(100% / 12 * 5.5);
  }

  .transportation {
    padding-top: 86px;
  }

  .transportation__title {
    margin-bottom: 60px;
  }

  .transportation__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .transportation__row {
    margin-bottom: 60px;
  }

  .service {
    padding: 65px 0;
  }

  .comfort__img {
    position: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }

  .comfort__row {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .comfort__item {
    width: -webkit-calc(100% / 12 * 4 - 20px);
    width: calc(100% / 12 * 4 - 20px);
  }

  .comfort__item.empty {
    display: none;
  }

  .footer__top {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 65px;
  }

  .footer__top > * {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 15px;
  }

  .footer__subtitle,
  .footer__descr {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .footer__list {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

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

  .header {
    position: relative;
    z-index: 999;
  }

  .header__call {
    margin-left: auto;
  }

  .header__call .phone {
    font-size: 20px;
  }

  .header__fulltime {
    display: none;
  }

  .header .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            -ms-flex-order: -1;
        order: -1;
  }

  .main-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #383D4E;
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 120px;
  }

  .main-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            -ms-flex-align: center;
        align-items: center;
  }

  .main-menu__advantages {
    display: block;
  }

  .main-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .main-menu__item {
    margin-bottom: 20px;
  }

  .burger {
    display: block;
  }

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

  .fulltime__text {
    width: 100%;
    margin-bottom: 30px;
  }

  .fulltime__img {
    width: unset;
    width: 100%;
  }

  .fulltime__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .section-title {
    font-size: 20px;
  }

  .btn {
    width: 120px;
    padding: 17px 0;
    font-size: 14px;
  }

  .hero {
    padding-bottom: 83px;
  }

  .hero__title {
    font-size: 26px;
  }

  .hero__content {
    padding-top: 42px;
    position: relative;
  }

  .hero__cost {
    position: absolute;
    right: 20%;
    bottom: 0;
    -webkit-transform: translate(80px, 100px);
        -ms-transform: translate(80px, 100px);
            transform: translate(80px, 100px);
  }

  .hero.innerhero .hero__cost {
    width: 180px;
    -webkit-transform: translate(130px, 130px);
        -ms-transform: translate(130px, 130px);
            transform: translate(130px, 130px);
  }

  .fulltime {
    margin-top: 45px;
    margin-bottom: 65px;
  }

  .transportation {
    padding-top: 63px;
  }

  .transportation__title {
    margin-bottom: 53px;
  }

  .transportation__row {
    margin-bottom: 50px;
  }

  .service {
    padding: 50px 0;
  }

  .footer__top {
    margin-bottom: 50px;
  }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
    padding: 0;
  }

  .footer__bottom > * {
    width: 100%;
  }

  .footer__bottom .footer__left {
    padding: 30px 0;
    border-top: 1px solid #E1E3E7;
  }

  .footer__lists {
    margin-bottom: 35px;
  }

  .footer__rocket {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            -ms-flex-order: -1;
        order: -1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .hero__cost {
    right: unset;
    left: 42%;
    width: 150px !important;
  }
  .block_2_col{
    display: block;
  }
  .block_2_col > div{
    margin-bottom: 20px;
  }
  .hero__stavka,
  .hero__num {
    font-size: 11px;
  }

  .hero__stavka span,
  .hero__num span {
    font-size: 24px;
  }

  .hero__articles {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }

  .h-article {
    width: 100%;
    min-width: unset;
  }

  .h-article:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .btn {
    width: 100px;
    padding: 14px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .card_nurse {
      padding: 10px 20px;
  }
  .section-title {
    font-size: 16px;
    text-align: left !important;
  }

  .header {
    padding: 10px 0;
  }

  .header .logo {
    width: 85px;
  }

  .header__call .phone {
    margin-right: 18px;
  }

  .hero {
    padding-bottom: 60px;
  }

  .hero__title {
    font-size: 20px;
  }

  .hero__content {
    padding-top: 30px;
  }

  .hero__cost {
    width: 120px !important;
    -webkit-transform: translate(85px, 85px) !important;
        -ms-transform: translate(85px, 85px) !important;
            transform: translate(85px, 85px) !important;
  }

  .h-article__name {
    font-size: 15px;
  }

  .h-article img {
    width: 33px;
  }

  .h-article__text {
    font-size: 13px;
  }

  .fulltime {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .fulltime__title {
    margin-bottom: 18px;
  }

  .price__head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 9px;
    padding-right: 9px;
  }

  .price__head_item {
    font-size: 12px;
  }

  .price__head_item:first-child {
    max-width: 72px;
    margin-right: 22px;
  }

  .price__cost {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 9px;
    padding-right: 9px;
  }

  .price__cost_item:first-child {
    margin-right: 22px;
    max-width: 72px;
  }

  .covid__row {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .covid__img {
    margin-bottom: 30px;
    max-width: 100px;
  }

  .covid__text {
    font-size: 16px;
  }

  .transportation {
    padding-top: 40px;
  }

  .transportation__title {
    margin-bottom: 46px;
  }

  .transportation__item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 22px;
    max-width: 300px;
  }

  .transportation__row {
    margin-bottom: 40px;
  }

  .service {
    padding: 36px 0;
  }

  .service__item:not(:last-child) {
    margin-bottom: 20px;
  }

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

  .service__img {
    min-width: unset;
    width: 66px;
    margin-right: 14px;
    margin-bottom: 0;
  }

  .service__name {
    margin-top: 0;
    width: unset;
    font-size: 20px;
    max-width: -webkit-calc(90% - 66px - 14px);
    max-width: calc(90% - 66px - 14px);
  }

  .service__text {
    margin-top: 20px;
  }

  .comfort__num {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .comfort__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 35px;
  }

  .contact {
    margin-bottom: 35px;
  }

  .contact__content {
    top: 50px;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 27px 35px;
  }

  #map {
    height: 660px;
  }

  .c-call {
    margin-top: 15px;
  }

  .c-call img {
    width: 38px;
  }

  .c-call__num {
    font-size: 20px;
    display: block;
  }

  .footer__top {
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .footer__top .footer__left,
  .footer__top .footer__right {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .footer__top .footer__left *,
  .footer__top .footer__right * {
    width: 100%;
  }

  .footer .logo {
    max-width: 110px;
    margin-bottom: 30px;
  }

  .footer__descr {
    margin-bottom: 30px;
  }

  .footer__descr,
  .footer__subtitle {
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
  }

  .footer__subtitle {
    margin-bottom: 20px;
  }

  .footer__rocket {
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__rocket a {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .innertext {
    padding-top: 40px;
  }
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;

  -webkit-clip-path: inset(100%);

          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}