@charset "UTF-8";
.header-blue {
  background: linear-gradient(135deg, #172a74, #21a9af);
  /* background:url('../../img/pathway-middle-green-leafed-trees-with-sun-shining-through-branches.jpg') no-repeat top center #efeff1;
  background-size:cover; */
  background-color: #184e8e;
  padding-bottom: 10px;
}

.nav__logo {
  width: 150px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .header-blue {
    padding-bottom: 10px;
  }
}
.header-blue .navbar {
  background: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

@media (min-width: 768px) {
  .header-blue .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header-blue .navbar .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.header-blue .navbar .navbar-brand:hover {
  color: #f0f0f0;
}

.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .header-blue .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
}
.header-blue .navbar .navbar-collapse span .login {
  color: #d9d9d9;
  margin-right: 0.5rem;
  text-decoration: none;
}

.header-blue .navbar .navbar-collapse span .login:hover {
  color: #fff;
}

.header-blue .navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.header-blue .navbar .navbar-toggler:hover, .header-blue .navbar-toggler:focus {
  background: none;
}

.header-blue .navbar .navbar-nav a.active, .header-blue .navbar .navbar-nav > .show .dropdown-item {
  background: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

.header-blue .action-button, .header-blue .action-button:not(.disabled):active {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 0.3rem 0.8rem;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

.header-blue .action-button:hover {
  color: #fff;
}

.header-blue .navbar .form-inline label {
  color: #d9d9d9;
}

.header-blue .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

.header-blue .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}

.header-blue .hero {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .header-blue .hero {
    margin-top: 60px;
    text-align: left;
  }
}
.header-blue .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .header-blue .hero h1 {
    margin-top: 190px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
.header-blue .hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.header-blue .phone-holder {
  text-align: right;
}

.header-blue div.iphone-mockup {
  position: relative;
  max-width: 300px;
  margin: 20px;
  display: inline-block;
}

.header-blue .iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.header-blue .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  background-color: #aaa;
  overflow: hidden;
  background: url(../../assets/img/screen-content-iphone-6.jpg);
  background-size: cover;
  background-position: center;
}

.header-blue .iphone-mockup .screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

.navbar-brand {
  display: inline-block; /* Установка блочно-строчного отображения */
  text-align: top; /* Выравнивание текста и изображения по центру */
}

.navbar-brand .logo-image {
  display: block; /* Изображение отображается как блок, что заставляет его занять собственную строку */
  margin-top: 5px; /* Отступ сверху для небольшого пространства между текстом и логотипом */
  width: auto; /* Ширина изображения автоматическая, чтобы сохранить пропорции */
  height: 50px; /* Высота вашего логотипа, подберите по вашему дизайну */
}

.section {
  padding: 120px 0;
  padding-left: 30px;
}

.section__heading {
  color: #184e8e;
  font-size: 40px;
  line-height: 1.4;
  padding-bottom: 40px;
}

.section p {
  padding-bottom: 15px;
}

.section strong {
  color: #184e8e;
  font-weight: 400;
}

span .offset {
  margin-left: 8.333333%;
}

.hidden {
  display: none;
}

.section a {
  display: inline-block;
}

.logo-image {
  width: 260px;
  float: left; /* Изображение будет справа, и текст начнёт обтекать его слева */
  margin-right: 20px; /* Отступ слева от изображения для создания пространства между текстом и изображением */
}

.test__image img {
  width: 100%;
}

footer {
  background: linear-gradient(135deg, #172a74, #21a9af);
  /* background:url('../../img/pathway-middle-green-leafed-trees-with-sun-shining-through-branches.jpg') no-repeat top center #efeff1;
  background-size:cover; */
  background-color: #184e8e;
  font-family: "Source Sans Pro", sans-serif;
}

.par__footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-align: left;
}

footer a {
  color: rgb(255, 255, 255);
}

footer a:hover {
  color: rgb(255, 255, 255);
}

.answer {
  background: linear-gradient(135deg, #172a74, #21a9af);
  padding: 50px;
  color: #fff;
}
.answer h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}
.answer strong {
  color: #fff;
}

form .statement {
  margin-bottom: 10px;
  padding-top: 30px;
  width: 29%;
}

form .group {
  border-bottom: 1px dotted #184e8e;
  display: flex;
}

form .likert {
  list-style: none;
  width: 70%;
  margin: 0;
  padding: 30px 0 35px 0;
}

form input[type=radio] {
  width: 20px;
  height: 20px;
}

form .likert:last-of-type {
  border-bottom: 0;
}

form .likert:before {
  content: "";
  position: relative;
  top: 11px;
  display: block;
  background-color: #efefef;
  width: 100%;
}

form .likert li {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top;
}

form .likert li input[type=radio] {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -6px;
}

form li label {
  padding-left: 0px;
}

form .likert li input {
  top: -20px;
  left: 50%;
  margin-left: 50px;
}

form .likert li label {
  width: 100%;
}

form .buttons {
  margin: 30px 0;
}

form .buttons button {
  padding: 10px 20px;
}

form .buttons .clear {
  background-color: #E7EAEF;
  border: 1px solid #c0c1c1;
}

form .buttons .submit {
  background-color: #E7EAEF;
  border: 1px solid #184e8e;
}

form .buttons .clear:hover {
  background-color: #ccc;
}

form .buttons .submit:hover {
  color: #E7EAEF;
  background-color: #184e8e;
}

.bodymassbutton {
  padding-left: 50px;
}

.groupbodymass {
  display: flex;
  gap: 10px;
}

#result {
  padding-left: 45px;
  font-weight: 600;
}

.text-italic {
  font-style: italic;
  color: #343a40;
  padding-top: 20px;
}

.group__space {
  display: flex;
  border-bottom: 2px solid #184e8e;
}

#downloadPDF {
  padding: 10px 20px;
  padding: 10px 20px;
  background-color: #E7EAEF;
  border: 1px solid #c0c1c1;
}

form .buttons .clear:hover {
  background-color: #ccc;
}

/*
colors:
#072a16 - darl green
#37745B - green
#8ab446 - light green
#E7EAEF - gray
#EDC5AB - rose
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html {
  height: 101%;
} /* always display scrollbars */
body {
  font-size: 100%;
  line-height: 1;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  background-color: #E7EAEF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */