@font-face {
  font-family: 'RobotoSlab-Light';
  src: url("../fonts/RobotoSlab-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
}

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

body {
  min-width: 320px;
  font-family: "Copperplate", "RobotoSlab-Light", sans-serif;
  color: #fff;
}

body.lock {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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

ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

h1 {
  margin: 0px;
  font-family: "Copperplate", "RobotoSlab-Light", sans-serif;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Copperplate", "RobotoSlab-Light", sans-serif;
  font-weight: normal;
  line-height: 140%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.menu__text-nav,
h2,
h3,
h6,
.page2,
.menu__signin-btn,
.signup-btn,
.main-footer {
  font-family: "Copperplate", "RobotoSlab-Regular", sans-serif;
}

@media (min-width: 0px) {
  h2 {
    font-size: 20px;
  }
}

@media (min-width: 370px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 600px) {
  h2 {
    font-size: 26px;
  }
}

@media (min-width: 724px) {
  h2 {
    font-size: 30px;
  }
}

.logo {
  cursor: pointer;
}

.top-header-menu {
  position: fixed;
  background-color: rgba(4, 8, 38, 0.95);
  top: 0;
  z-index: 100;
  min-width: 100%;
}

.slider-menu {
  position: fixed;
  width: 0;
  height: 0;
  left: 0;
  background-color: rgba(4, 8, 38, 0.95);
  z-index: 50;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.slider-menu.active-context-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(4, 8, 38, 0.95);
  z-index: 100;
}

.menu__text-nav.active-context-menu {
  display: inline;
  position: absolute;
  top: 75px;
  left: 30px;
  font-size: 30px;
  font-weight: 300;
  z-index: 500;
}

.menu__text-nav.active-context-menu ul li {
  padding-bottom: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 500px) {
  .menu__text-nav.active-context-menu {
    left: 50px;
  }
}

@media (max-height: 350px) {
  .menu__text-nav.active-context-menu {
    font-size: 22px;
  }
  .menu__text-nav.active-context-menu ul {
    margin: 7px;
  }
}

@media (max-height: 240px) {
  .menu__text-nav.active-context-menu {
    font-size: 18px;
  }
  .menu__text-nav.active-context-menu ul {
    margin: 7px;
  }
  .menu__text-nav.active-context-menu ul li {
    padding-bottom: 10px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .container {
    padding: 0 20px;
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .container {
    padding: 0 10px;
    max-width: 600px;
  }
}

@media (min-width: 724px) {
  .container {
    padding: 0 10px;
    max-width: 700px;
  }
}

@media (min-width: 1000px) {
  .container {
    padding: 0 10px;
    max-width: 980px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 0;
    max-width: 1200px;
  }
}

.anchor {
  position: relative;
  top: -76px;
}

@media (min-width: 724px) and (min-height: 900px) {
  .anchor {
    top: -80px;
  }
}

@media (min-width: 1000px) {
  .anchor {
    top: -80px;
  }
}

@media (min-width: 1280px) {
  .anchor {
    top: -100px;
  }
}

.header {
  -webkit-margin-before: -1px;
  -webkit-margin-after: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 8, 38, 0.6)), to(rgba(4, 8, 38, 0.6))), url("../images/header.jpeg");
  background: linear-gradient(0deg, rgba(4, 8, 38, 0.6), rgba(4, 8, 38, 0.6)), url("../images/header.jpeg");
  background-repeat: no-repeat;
}

.header__inner {
  max-height: 100px;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) {
  .header {
    margin-top: 75px;
    background-size: 180%;
    background-position: 30% 100%;
    max-height: 310px;
  }
  .header__inner {
    height: 75px;
  }
}

@media (min-width: 480px) {
  .header {
    max-height: 380px;
  }
}

@media (min-width: 724px) and (min-height: 375px) {
  .header {
    background-position: 0% 100%;
    background-size: cover;
    max-height: 380px;
  }
}

@media (min-width: 724px) and (min-height: 900px) {
  .header {
    margin-top: 80px;
    max-height: 330px;
  }
  .header__inner {
    min-height: 80px;
  }
}

@media (min-width: 1000px) {
  .header {
    margin-top: 80px;
    background-position: 0% 85%;
    max-height: 300px;
  }
  .header__inner {
    min-height: 80px;
  }
}

@media (min-width: 1280px) {
  .header {
    margin-top: 100px;
    height: 340px;
    max-height: 440px;
  }
  .header__inner {
    min-height: 100px;
  }
}

.menu {
  position: relative;
  height: 41px;
  width: 45px;
}

.menu::before, .menu::after {
  position: absolute;
  right: 0;
  content: "";
  height: 4px;
  width: 38px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu::before {
  top: 8px;
}

.menu::after {
  bottom: 7px;
}

.menu span {
  height: 4px;
  width: 38px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 19px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__text-nav {
  display: none;
}

.menu__signin-btn {
  background-color: #ECA00D;
  border-radius: 3px;
  border: 0.1px solid #ffffff;
  cursor: pointer;
}

.menu__btn {
  color: white;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.menu.active-context-menu::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

.menu.active-context-menu::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 17px;
}

.menu.active-context-menu span {
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (min-width: 0px) {
  .menu__signin-btn {
    min-height: 41px;
    min-width: 87px;
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .menu__signin-btn {
    min-width: 167px;
    min-height: 45px;
    margin-right: 10px;
  }
}

@media (min-width: 600px) {
  .menu__signin-btn {
    margin-right: 60px;
  }
}

@media (min-width: 724px) {
  .menu__signin-btn {
    margin-right: 80px;
  }
}

@media (min-width: 1000px) {
  .menu {
    display: none;
  }
  .menu__text-nav {
    display: block;
    min-width: 500px;
    min-height: inherit;
  }
  .menu__text-nav ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 19px 0;
    padding-left: 0;
  }
  .menu__text-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 350;
    height: 55px;
  }
  .menu__signin-btn {
    -webkit-transform: none;
            transform: none;
    margin-right: 0px;
  }
}

@media (min-width: 1000px) and (min-width: 1280px) {
  .menu__text-nav {
    min-width: 600px;
  }
  .menu__text-nav ul {
    margin: 28px 0;
    padding-left: 0;
    width: 600px;
  }
  .menu__text-nav ul li {
    height: 40px;
  }
}

@media (min-width: 1000px) {
  .switcher {
    cursor: pointer;
  }
  #nav_underscore {
    display: block;
    position: relative;
    height: 2px;
    background-color: #ECA00D;
    top: -35px;
    -webkit-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  .nav_underscore {
    width: 0px;
  }
  #menu_main_UA,
  .underscore_anchor-page1.UA-NAV {
    width: 71px;
  }
  .underscore_anchor-page1.UA-NAV {
    left: 0px;
  }
  #menu_network_UA,
  .underscore_anchor-page2.UA-NAV {
    width: 65px;
  }
  .underscore_anchor-page2.UA-NAV {
    left: 129px;
  }
  #menu_specialists_UA,
  .underscore_anchor-page3.UA-NAV {
    width: 101px;
  }
  .underscore_anchor-page3.UA-NAV {
    left: 252px;
  }
  #menu_about_UA,
  .underscore_anchor-page4.UA-NAV {
    width: 89px;
  }
  .underscore_anchor-page4.UA-NAV {
    left: 411px;
  }
  #menu_main_RU,
  .underscore_anchor-page1.RU-NAV {
    width: 70px;
  }
  .underscore_anchor-page1.RU-NAV {
    left: 0px;
  }
  #menu_network_RU,
  .underscore_anchor-page2.RU-NAV {
    width: 40px;
  }
  .underscore_anchor-page2.RU-NAV {
    left: 134px;
  }
  #menu_specialists_RU,
  .underscore_anchor-page3.RU-NAV {
    width: 115px;
  }
  .underscore_anchor-page3.RU-NAV {
    left: 237px;
  }
  #menu_about_RU,
  .underscore_anchor-page4.RU-NAV {
    width: 84px;
  }
  .underscore_anchor-page4.RU-NAV {
    left: 416px;
  }
  #menu_main_EN,
  .underscore_anchor-page1.EN-NAV {
    width: 39px;
  }
  .underscore_anchor-page1.EN-NAV {
    left: 0px;
  }
  #menu_network_EN,
  .underscore_anchor-page2.EN-NAV {
    width: 70px;
  }
  .underscore_anchor-page2.EN-NAV {
    left: 122px;
  }
  #menu_specialists_EN,
  .underscore_anchor-page3.EN-NAV {
    width: 91px;
  }
  .underscore_anchor-page3.EN-NAV {
    left: 275px;
  }
  #menu_about_EN,
  .underscore_anchor-page4.EN-NAV {
    width: 50px;
  }
  .underscore_anchor-page4.EN-NAV {
    left: 449px;
  }
}

@media (min-width: 1280px) {
  #menu_main_UA,
  .underscore_anchor-page1.UA-NAV {
    width: 69px;
  }
  .underscore_anchor-page1.UA-NAV {
    left: 0px;
  }
  #menu_network_UA,
  .underscore_anchor-page2.UA-NAV {
    width: 66px;
  }
  .underscore_anchor-page2.UA-NAV {
    left: 161px;
  }
  #menu_specialists_UA,
  .underscore_anchor-page3.UA-NAV {
    width: 100px;
  }
  .underscore_anchor-page3.UA-NAV {
    left: 319px;
  }
  #menu_about_UA,
  .underscore_anchor-page4.UA-NAV {
    width: 89px;
  }
  .underscore_anchor-page4.UA-NAV {
    left: 511px;
  }
  #menu_main_RU,
  .underscore_anchor-page1.RU-NAV {
    width: 68px;
  }
  .underscore_anchor-page1.RU-NAV {
    left: 0px;
  }
  #menu_network_RU,
  .underscore_anchor-page2.RU-NAV {
    width: 42px;
  }
  .underscore_anchor-page2.RU-NAV {
    left: 165px;
  }
  #menu_specialists_RU,
  .underscore_anchor-page3.RU-NAV {
    width: 114px;
  }
  .underscore_anchor-page3.RU-NAV {
    left: 305px;
  }
  #menu_about_RU,
  .underscore_anchor-page4.RU-NAV {
    width: 84px;
  }
  .underscore_anchor-page4.RU-NAV {
    left: 516px;
  }
  #menu_main_EN,
  .underscore_anchor-page1.EN-NAV {
    width: 41px;
  }
  .underscore_anchor-page1.EN-NAV {
    left: 0px;
  }
  #menu_network_EN,
  .underscore_anchor-page2.EN-NAV {
    width: 70px;
  }
  .underscore_anchor-page2.EN-NAV {
    left: 157px;
  }
  #menu_specialists_EN,
  .underscore_anchor-page3.EN-NAV {
    width: 90px;
  }
  .underscore_anchor-page3.EN-NAV {
    left: 343px;
  }
  #menu_about_EN,
  .underscore_anchor-page4.EN-NAV {
    width: 51px;
  }
  .underscore_anchor-page4.EN-NAV {
    left: 549px;
  }
}

.signup-btn {
  background-color: #ECA00D;
  border-radius: 3px;
  border: 1px solid #ffffff;
  cursor: pointer;
  min-width: 260px;
  min-height: 45px;
  font-size: 18px;
  line-height: 19px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-pack: distribute;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 3px #040826;
}

.head-title__1 h1 {
  font-weight: normal;
}

.head-title__2 h1 {
  font-weight: normal;
}

@media (min-width: 0px) {
  .head-title {
    min-height: 200px;
    height: 200px;
  }
  .head-title__1 h1 {
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
  }
  .head-title__2 h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
  }
}

@media (min-width: 370px) {
  .head-title {
    min-height: 230px;
    height: 230px;
  }
  .head-title__1 h1 {
    font-size: 22px;
    line-height: 38px;
  }
  .head-title__2 h1 {
    font-size: 33px;
    line-height: 38px;
  }
}

@media (min-width: 480px) {
  .head-title {
    min-height: 250px;
    height: 250px;
  }
  .head-title__1 h1 {
    font-size: 27px;
    line-height: 50px;
  }
  .head-title__2 h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (min-width: 600px) {
  .head-title {
    min-height: 300px;
    height: 300px;
  }
  .head-title__1 h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .head-title__2 h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .head-title__signup-btn {
    margin-bottom: 15px;
  }
}

@media (min-width: 724px) and (min-height: 375px) {
  .head-title {
    min-height: 300px;
    height: 300px;
  }
  .head-title__1 h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .head-title__2 h1 {
    font-size: 46px;
    line-height: 50px;
  }
}

@media (min-width: 724px) and (min-height: 900px) {
  .head-title {
    min-height: 250px;
    height: 250px;
  }
  .head-title__1 h1 {
    font-size: 34px;
    line-height: 60px;
  }
  .head-title__2 h1 {
    font-size: 46px;
    line-height: 60px;
  }
}

@media (min-width: 1000px) {
  .head-title {
    min-height: 210px;
    height: 210px;
  }
  .head-title__1 h1 {
    font-size: 28px;
    line-height: 53px;
  }
  .head-title__2 h1 {
    font-size: 32px;
    line-height: 53px;
  }
}

@media (min-width: 1280px) {
  .head-title {
    min-height: 340px;
    height: 340px;
  }
  .head-title__1 h1 {
    font-size: 38px;
    line-height: 65px;
  }
  .head-title__2 h1 {
    font-size: 45px;
    line-height: 65px;
  }
}

.top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 0px) {
  .top-slider {
    padding-bottom: 10px;
  }
}

@media (min-width: 724px) {
  .top-slider {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media (min-width: 1000px) {
  .top-slider {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1280px) {
  .top-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(4, 8, 38, 0.9);
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  min-height: 190px;
}

.tile__icon {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  margin: 0 auto;
}

@media (min-width: 0px) {
  .tile {
    width: 220px;
    height: 250px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h3 {
    font-size: 22px;
  }
  .tile h6 {
    color: #777575;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    font-size: 13px;
    min-height: 100px;
    max-width: 200px;
    text-shadow: none;
    padding-top: 5px;
  }
}

@media (min-width: 320px) {
  .tile {
    width: 145px;
    height: 240px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h3 {
    font-size: 22px;
  }
  .tile h6 {
    font-size: 10px;
    min-height: 100px;
    max-width: 135px;
  }
}

@media (min-width: 370px) {
  .tile {
    width: 160px;
    height: 220px;
    font-size: 16px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h6 {
    font-size: 10px;
    min-height: 85px;
    max-width: 165px;
  }
}

@media (min-width: 480px) {
  .tile {
    width: 145px;
    height: 240px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h6 {
    font-size: 10px;
    min-height: 99px;
    max-width: 185px;
  }
}

@media (min-width: 600px) {
  .tile {
    width: 170px;
    height: 240px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h6 {
    font-size: 12px;
    min-height: 110px;
    max-width: 185px;
  }
}

@media (min-width: 724px) {
  .tile {
    width: 190px;
    height: 235px;
    font-size: 17px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h6 {
    font-size: 12px;
    max-width: 185px;
    min-height: 95px;
    color: #757171;
  }
}

@media (min-width: 1000px) {
  .tile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 160px;
    height: 226px;
    font-size: 16px;
  }
  .tile__icon {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 90px;
  }
  .tile h3 {
    font-size: 24px;
  }
  .tile h6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #8e8787;
    font-size: 11px;
    max-width: 145px;
  }
}

@media (min-width: 1280px) {
  .tile {
    width: 200px;
    height: 216px;
    font-size: 16px;
  }
  .tile__icon {
    height: 90px;
  }
  .tile h6 {
    font-size: 11px;
    max-width: 175px;
  }
}

.page-footer {
  height: 100px;
  background-color: #040826;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.page-footer__container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
}

.page-footer__container::after {
  margin: 0 auto;
  display: block;
  content: "";
  background-color: #ECA00D;
  min-height: 2px;
}

@media (min-width: 0px) {
  .page-footer__container h4,
  .page-footer__container p {
    font-size: 12px;
    font-weight: 300;
  }
  .page-footer__container::after {
    width: 180px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@media (min-width: 320px) {
  .page-footer__container h4,
  .page-footer__container p {
    font-size: 12px;
  }
  .page-footer__container::after {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@media (min-width: 370px) {
  .page-footer__container h4,
  .page-footer__container p {
    font-size: 14px;
  }
}

@media (min-width: 724px) {
  .page-footer__container {
    width: 720px;
  }
  .page-footer__container h4,
  .page-footer__container p {
    line-height: 140%;
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .page-footer__container {
    width: 800px;
  }
  .page-footer__container h4,
  .page-footer__container p {
    line-height: 160%;
    font-size: 14px;
  }
  .page-footer__container::after {
    width: 225px;
  }
}

.page2 {
  color: #040826;
}

.page2__title {
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
}

.page2__patients-map {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
}

.page2__disease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #bdbdbd;
  margin: 0 auto;
}

.page2__disease span {
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
  .page2__diseases_0x {
    display: block;
  }
  .page2__diseases_1000x {
    display: none;
  }
  .page2__title {
    margin-top: 2vh;
  }
  .page2__signup-btn {
    margin-top: 5px;
    margin-bottom: 15px;
    border-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .page2__disease {
    padding: 10px;
    font-size: 10px;
    line-height: 140%;
  }
  .page2__map-container {
    position: relative;
    width: 100%;
    padding-top: 54.2%;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .page2__patients-map {
    background-image: url(../images/map320.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .page2__patients-map__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
  }
  .page2__patients-map__images__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .page2__patients-map__images__row-2 {
    width: 100%;
  }
  .page2__patients-map__images__img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid;
    border-radius: 130px;
  }
  .page2__patients-map__images__img__long-horiz {
    width: 18%;
    height: 49%;
  }
  .page2__patients-map__images__img__med-vert {
    width: 13%;
    height: 62%;
  }
  .page2__patients-map__images__img__long-vert {
    width: 12%;
    height: 60%;
  }
  .page2__patients-map__images__img__round {
    width: 15%;
    height: 54%;
  }
  .page2__patients-map__images #pregnant-img {
    background-image: url("../images/pregnant.jpeg");
    -webkit-transform: translate(60%, 100%);
            transform: translate(60%, 100%);
    border-color: #739652;
  }
  .page2__patients-map__images #grandma-img {
    background-image: url("../images/grandma.jpeg");
    -webkit-transform: translate(50%, 20%);
            transform: translate(50%, 20%);
    border-color: #da6f88;
  }
  .page2__patients-map__images #doctors-img {
    background-image: url("../images/doctors.jpeg");
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
    border-color: #eac955;
  }
  .page2__patients-map__images #disabled-img {
    background-image: url("../images/disabled.jpeg");
    -webkit-transform: translate(190%, 25%);
            transform: translate(190%, 25%);
    border-color: #7dafcb;
  }
  .page2__patients-map__images #cancer-img {
    background-image: url("../images/cancer.jpeg");
    -webkit-transform: translate(175%, 20%);
            transform: translate(175%, 20%);
    border-color: #bcd3d8;
  }
  .page2__patients-map__images #girl-img {
    background-image: url("../images/girl.jpeg");
    -webkit-transform: translate(150%, -10%);
            transform: translate(150%, -10%);
    border-color: #ecbc99;
  }
  .page2__patients-map__images #man-img {
    background-image: url("../images/man.jpeg");
    -webkit-transform: translate(210%, -35%);
            transform: translate(210%, -35%);
    border-color: #a6c975;
  }
  .page2__patients-map__images #mother-img {
    background-image: url("../images/mother.jpeg");
    -webkit-transform: translate(210%, 35%);
            transform: translate(210%, 35%);
    border-color: #ccafe0;
  }
  .page2__page-footer {
    height: 80px;
  }
}

@media (min-width: 370px) {
  .page2__map-container {
    margin: 2vh auto;
  }
  .page2__signup-btn {
    margin-top: 11px;
    margin-bottom: 21px;
  }
  .page2__title {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .page2__disease {
    padding: 8.5px 12px;
    font-size: 12px;
  }
  .page2__page-footer {
    height: 100px;
  }
}

@media (min-width: 400px) {
  .page2__disease {
    padding: 10px;
    font-size: 13px;
  }
  .page2__map-container {
    margin: 10px auto;
  }
}

@media (min-width: 600px) {
  .page2__disease {
    padding: 8px;
    font-size: 19px;
  }
  .page2__map-container {
    margin: 10px auto;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .page2__signup-btn {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (min-width: 724px) and (orientation: portrait) {
  .page2__title {
    margin-top: 0vh;
    padding-bottom: 5px;
  }
  .page2__disease {
    font-size: 20px;
  }
  .page2__patients-map__images__img {
    border-width: 2px;
  }
  .page2__page-footer {
    height: 110px;
  }
  .page2__map-container {
    margin: 10px auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
}

@media (min-width: 724px) and (orientation: landscape) {
  .page2__title {
    margin-top: 2vh;
  }
}

@media (min-width: 1000px) {
  .page2__title {
    margin-top: 5px;
    padding: 12px;
  }
  .page2__diseases_0x {
    display: none;
  }
  .page2__diseases_1000x {
    display: block;
  }
  .page2__signup-btn {
    margin: 17px auto;
    margin-bottom: 17px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .page2__disease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px;
    font-size: 14px;
    line-height: 140%;
    height: inherit;
    min-width: 300px;
  }
  .page2__disease__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page2__disease__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(-390px);
            transform: translateX(-390px);
  }
  .page2__container {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page2__map-container {
    position: static;
    padding-top: 0px;
    -webkit-transform: translateX(-195px);
            transform: translateX(-195px);
    min-width: 750px;
    height: 406px;
    margin: 0px auto;
  }
}

@media (min-width: 1000px) and (min-height: 1200px) {
  .page2__title {
    margin-top: 0.5vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}

@media (min-width: 1280px) {
  .page2__title {
    margin-top: 5px;
    padding: 12px;
    padding-bottom: 15px;
  }
  .page2__disease {
    font-size: 16px;
  }
  .page2__disease__right {
    -webkit-transform: translateX(-268px);
            transform: translateX(-268px);
  }
  .page2__signup-btn {
    margin: 12px auto;
    margin-bottom: 16px;
  }
  .page2__map-container {
    -webkit-transform: translateX(-138px);
            transform: translateX(-138px);
    min-width: 867px;
    height: 470px;
    margin: 0px auto;
  }
  .page2__patients-map {
    background-image: url(../images/map320.svg);
  }
}

.page3 {
  color: #040826;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  overflow: hidden;
  min-height: 460px;
}

.page3__title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.page3__title h2 {
  line-height: 110%;
}

.page3__background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/doctors_page3.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 1000px;
  min-height: 460px;
}

.page3__background__signup-btn {
  margin-top: 10vh;
}

@media (min-width: 0px) {
  .page3 {
    width: 100%;
    max-height: 80vh;
  }
  .page3__background {
    width: 100%;
    height: 80vh;
  }
  .page3__title {
    padding: 4px 10px;
  }
}

@media (min-width: 100px) and (min-height: 0px) {
  .page3__title {
    padding: 15px 0;
  }
}

@media (min-width: 100px) and (min-height: 800px) {
  .page3__title {
    padding: 30px 0;
  }
}

@media (min-width: 320px) and (min-height: 0px) {
  .page3__title {
    padding: 8px 0;
  }
}

@media (min-width: 320px) and (min-height: 630px) {
  .page3 {
    max-height: 78vh;
  }
  .page3__title {
    padding: 10px 0;
  }
}

@media (min-width: 320px) and (min-height: 710px) {
  .page3 {
    max-height: 78vh;
  }
  .page3__title {
    padding: 20px 0;
  }
}

@media (min-width: 320px) and (min-height: 900px) {
  .page3 {
    max-height: 78vh;
  }
  .page3__title {
    padding: 20px 0;
  }
}

@media (min-width: 370px) and (min-height: 0px) {
  .page3 {
    max-height: 71vh;
  }
  .page3__title {
    padding: 8px 0;
  }
}

@media (min-width: 370px) and (min-height: 630px) {
  .page3 {
    max-height: 78vh;
  }
  .page3__title h2 {
    line-height: 140%;
  }
}

@media (min-width: 370px) and (min-height: 900px) {
  .page3 {
    max-height: 78vh;
  }
  .page3__title {
    padding-top: 18px;
  }
}

@media (min-width: 500px) and (min-height: 200px) {
  .page3 {
    max-height: 140vh;
  }
  .page3__title {
    padding: 8px 60px;
  }
  .page3__background__signup-btn {
    margin-top: 40vh;
  }
}

@media (min-width: 500px) and (min-height: 500px) {
  .page3__background__signup-btn {
    margin-top: 10vh;
  }
}

@media (min-width: 400px) and (orientation: landscape) and (min-height: 0) {
  .page3 {
    max-height: 140vh;
  }
  .page3__background {
    height: 140vh;
  }
}

@media (min-width: 400px) and (orientation: landscape) and (min-height: 635px) {
  .page3 {
    max-height: 140vh;
  }
  .page3__background {
    height: calc(100vh - 80px);
  }
}

@media (min-height: 375px) and (min-width: 700px) {
  .page3 {
    max-height: 140vh;
  }
  .page3__background {
    height: 100vh;
  }
}

@media (min-height: 600px) and (min-width: 700px) {
  .page3 {
    max-height: 88vh;
  }
  .page3__background {
    height: 88vh;
  }
  .page3__background__signup-btn {
    margin-top: 10vh;
  }
}

@media (min-height: 700px) {
  .page3 {
    max-height: 77vh;
  }
  .page3__background {
    height: 77vh;
  }
}

@media (min-height: 900px) {
  .page3 {
    max-height: 82vh;
  }
  .page3__background {
    height: 90vh;
  }
}

@media (min-width: 768px) {
  .page3__title {
    padding: 12px 120px;
  }
}

@media (min-width: 1000px) and (min-height: 0px) {
  .page3 {
    max-width: 100%;
  }
  .page3__background {
    width: 75%;
    max-height: 550px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.14%, #ffffff), color-stop(-1.12%, rgba(255, 255, 255, 0.994536)), color-stop(14.55%, rgba(255, 255, 255, 0)), color-stop(87.01%, rgba(255, 255, 255, 0)), to(#ffffff)), url("../images/doctors_page3.jpg");
    background: linear-gradient(270deg, #ffffff -1.14%, rgba(255, 255, 255, 0.994536) -1.12%, rgba(255, 255, 255, 0) 14.55%, rgba(255, 255, 255, 0) 87.01%, #ffffff 100%), url("../images/doctors_page3.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page3__title {
    padding: 10px 280px;
  }
  .page3__title h2 {
    line-height: 110%;
  }
}

@media (min-width: 1000px) and (min-height: 700px) {
  .page3__title {
    padding-top: 7px;
  }
}

@media (min-width: 1000px) and (min-height: 900px) {
  .page3__title {
    padding-top: 7px;
  }
}

@media (min-width: 1280px) {
  .page3 {
    max-width: 1200px;
  }
  .page3__background {
    min-height: 617px;
  }
  .page3__background__signup-btn {
    margin-top: 16vh;
  }
  .page3__title {
    padding: 12px 250px;
  }
}

.page4__background {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 8, 38, 0.6)), to(rgba(4, 8, 38, 0.6))), url("../images/woman_page4.jpeg");
  background: linear-gradient(0deg, rgba(4, 8, 38, 0.6), rgba(4, 8, 38, 0.6)), url("../images/woman_page4.jpeg");
  background-repeat: no-repeat;
  background-position: 5% 10%;
  background-size: 150%;
  overflow: hidden;
  max-height: 1000px;
}

.page4__background__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
}

.page4__footer-container {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  min-height: 280px;
  line-height: 140%;
}

.page4__text-container {
  min-width: 100%;
  background-color: rgba(4, 8, 38, 0.7);
}

.page4__text-container__service-description {
  line-height: 160%;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.page4__text-container__service-description__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: center;
  min-height: 120px;
  max-height: 120px;
}

.page4__text-container__service-description__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: center;
  min-height: 152px;
  max-height: 152px;
}

@media (min-width: 0px) and (min-height: 0px) {
  .page4__background {
    height: calc(80vh + 300px);
    background-position: 30% top;
    background-size: cover;
    position: relative;
  }
  .page4__background__head-title {
    min-height: 80vh;
  }
  .page4__footer-container::after {
    display: none;
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
  .page4__text-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page4__text-container__service-description p {
    margin: 0px;
  }
}

@media (min-width: 0px) and (min-height: 0px) and (orientation: portrait) {
  .page4__background {
    height: calc(100vh + 300px);
    background-position: 30% top;
    background-size: cover;
    position: relative;
  }
  .page4__background__head-title {
    min-height: 100vh;
  }
}

@media (min-width: 0px) and (min-height: 0px) and (orientation: landscape) {
  .page4__background {
    height: 600px;
    background-position: 30% top;
    background-size: cover;
    position: relative;
  }
  .page4__background__head-title {
    min-height: 300px;
  }
}

@media (min-width: 0px) and (min-height: 400px) {
  .page4__background {
    height: 100vh;
    min-height: 430px;
  }
  .page4__background__head-title {
    min-height: calc(100vh - 280px);
  }
}

@media (min-width: 0px) and (min-height: 450px) {
  .page4__background {
    height: 89vh;
    min-height: 480px;
  }
  .page4__background__head-title {
    min-height: calc(89vh - 280px);
  }
}

@media (min-width: 0px) and (min-height: 500px) {
  .page4__background {
    height: 86vh;
  }
  .page4__background__head-title {
    min-height: calc(86vh - 285px);
  }
}

@media (min-width: 0px) and (min-height: 720px) {
  .page4__background {
    height: calc(100vh - 180px);
  }
  .page4__background__head-title {
    min-height: calc(100vh - 480px);
  }
}

@media (min-width: 280px) and (min-height: 650px) {
  .page4__background {
    height: calc(100vh - 180px);
  }
  .page4__background__head-title {
    min-height: calc(100vh - 460px);
  }
}

@media (min-width: 375px) and (min-height: 0px) {
  .page4__background {
    height: 600px;
    background-position: 30% 10%;
  }
  .page4__background__head-title {
    min-height: 300px;
  }
  .page4__footer-container::after {
    display: block;
    -webkit-transform: translateY(-157px);
            transform: translateY(-157px);
  }
  .page4__text-container__service-description__1 {
    min-height: 114px;
    max-height: 114px;
  }
  .page4__text-container__service-description__2 {
    min-height: 135px;
    max-height: 135px;
  }
}

@media (min-width: 375px) and (min-height: 400px) {
  .page4__background {
    height: 115vh;
    background-position: 30% 10%;
  }
  .page4__background__head-title {
    min-height: calc(115vh - 300px);
  }
}

@media (min-width: 375px) and (min-height: 520px) {
  .page4__background {
    height: 500px;
    background-position: 30% 10%;
  }
  .page4__background__head-title {
    min-height: 210px;
  }
}

@media (min-width: 400px) and (orientation: landscape) and (min-height: 0px) {
  .page4__background {
    height: 600px;
  }
  .page4__background__head-title {
    min-height: 300px;
  }
}

@media (min-width: 400px) and (orientation: portrait) and (min-height: 0px) {
  .page4__background {
    height: 550px;
  }
  .page4__background__head-title {
    min-height: 250px;
  }
}

@media (min-width: 400px) and (orientation: portrait) and (min-height: 720px) {
  .page4__background {
    height: calc(100vh - 180px);
  }
  .page4__background__head-title {
    min-height: calc(100vh - 465px);
  }
}

@media (min-width: 480px) {
  .page4__footer-container::after {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

@media (min-width: 724px) and (min-height: 0px) {
  .page4__footer-container::after {
    -webkit-transform: translateY(-153px);
            transform: translateY(-153px);
  }
}

@media (min-width: 724px) and (min-height: 900px) {
  .page4__background {
    height: calc(90.1vh - 80px);
    background-position: 20% 10%;
  }
  .page4__background__head-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(87vh - 350px);
  }
  .page4__footer-container {
    min-height: 350px;
  }
  .page4__footer-container::after {
    -webkit-transform: translateY(-190px);
            transform: translateY(-190px);
  }
}

@media (min-width: 1000px) {
  .page4__background {
    height: 550px;
    background-size: cover;
    background-position: left 10%;
  }
  .page4__background__head-title {
    min-height: 300px;
  }
  .page4__footer-container {
    min-height: 245px;
  }
  .page4__footer-container::after {
    -webkit-transform: translateY(-134px);
            transform: translateY(-134px);
  }
  .page4__signup-btn {
    margin-top: 0px;
  }
}

@media (min-width: 1280px) {
  .page4__background {
    height: 619px;
    background-size: cover;
    background-position: left 10%;
    -webkit-margin-before: -1px;
  }
  .page4__background__head-title {
    min-height: 409px;
  }
  .page4__text-container__service-description__1 {
    min-height: 50px;
    max-height: 50px;
  }
  .page4__text-container__service-description__2 {
    min-height: 70px;
    max-height: 70px;
  }
  .page4__footer-container {
    min-height: 210px;
    width: 1000px;
  }
  .page4__footer-container::after {
    -webkit-transform: translateY(-118px);
            transform: translateY(-118px);
  }
  .page4__signup-btn {
    margin-top: 0px;
  }
}

.main-footer {
  -webkit-margin-before: -1px;
}

.main-footer__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-footer__container::after {
  display: none;
}

.main-footer__container__language-btn {
  -webkit-transform: translate(-3px, 4px);
          transform: translate(-3px, 4px);
}

.main-footer__container__language-selector {
  font-weight: 300;
  font-size: 26px;
  line-height: 27px;
  text-align: left;
}

.main-footer__container__title {
  text-align: center;
}

.main-footer__container__social-link {
  padding: 0px 2px;
  text-decoration: none;
}

@media (min-width: 0px) {
  .main-footer__container {
    padding: 10px 0px;
    max-width: 280px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-footer__container__title {
    display: none;
  }
  .main-footer__container__title-mobile {
    display: block;
    margin: 0 auto;
  }
  .main-footer__container__language-selector {
    min-width: unset;
  }
}

@media (min-width: 375px) {
  .main-footer__container {
    max-width: 330px;
  }
  .main-footer__container__title-mobile {
    font-size: 19px;
  }
}

@media (min-width: 480px) {
  .main-footer__container {
    max-width: 360px;
  }
  .main-footer__container__title-mobile {
    font-size: 21px;
  }
}

@media (min-width: 600px) {
  .main-footer__container {
    padding: 10px 0px;
    min-width: 560px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main-footer__container__title {
    display: block;
  }
  .main-footer__container__title-mobile {
    display: none;
  }
  .main-footer__container__language-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-pack: distribute;
    max-width: 90px;
    min-height: 60px;
  }
}

@media (min-width: 724px) {
  .main-footer__container {
    padding: 10px 0px;
    min-width: 655px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main-footer__container__title {
    display: block;
  }
  .main-footer__container__title-mobile {
    display: none;
  }
  .main-footer__container__language-selector {
    text-align: left;
    min-width: 150px;
    max-width: 150px;
  }
  .main-footer__container__language-selector a {
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .main-footer__container {
    min-width: 755px;
  }
  .main-footer__container__language-selector {
    font-weight: 300;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .main-footer__container {
    min-width: 960px;
  }
  .main-footer__container__title {
    font-weight: 300;
  }
}

.lang-selector {
  cursor: pointer;
}

.lang-selector.active {
  color: #ECA00D;
  font-size: 30px;
  font-weight: normal;
}

.invisible {
  display: none !important;
}

.cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
  height: 100px;
  background-color: #f5f3f3;
  border: solid 1px rgba(4, 8, 38, 0.7);
  color: rgba(4, 8, 38, 0.9);
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.cookies__body {
  margin: 0 15px;
  max-width: 960px;
  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;
}

.cookies__body > h6 {
  text-align: left;
  text-shadow: none;
  padding-right: 15px;
}

.cookies__body > button {
  max-height: 30px;
  min-height: 30px;
  background-color: #ECA00D;
  border: solid 1px #040826;
}

@media (min-width: 0px) {
  .cookies {
    height: 230px;
  }
  .banner-bottom {
    margin-bottom: 230px !important;
  }
}

@media (min-width: 400px) {
  .cookies {
    height: 150px;
  }
  .banner-bottom {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .cookies {
    height: 100px;
  }
  .banner-bottom {
    margin-bottom: 100px !important;
  }
}
