@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  color: #000;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}

a,
button {
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease;
}

p {
  margin-bottom: 1.7rem;
  line-height: 1.6;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

picture {
  display: block;
  text-align: center;
}

.card {
  border: 0;
  border-radius: 0;
  background: none;
}

.blue {
  color: #006CBF;
}

.red {
  color: #DB0404;
}

.card-block {
  padding: 15px;
  border-bottom: 4px solid #edeff1;
  background: #fff;
}

@media (min-width: 992px) {
  .container {
    max-width: 874px;
  }

  .card-block {
    padding: 20px 15px;
  }
}

header {
  background: #1d2535;
  padding: 10px 0;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .button-order {
  background: #D93A00;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 8px 16px;
  margin-right: 15px;
}

header .button-menu {
  border: 0;
  background: none;
  padding: 0;
}

header .logo {
  display: inline-block;
}

@media (min-width: 992px) {
  header {
    padding: 15px 0;
  }
}

.disclaimer-block {
  padding: 30px 0 50px 0;
}

.disclaimer-block p {
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 992px) {
  .disclaimer-block p {
    padding: 20px;
  }
}

main.home-page {
  background: #EDEDED;
  padding-bottom: 50px;
}

main.home-page .container {
  padding-left: 0;
  padding-right: 0;
}

main.home-page .testimonials {
  position: relative;
  padding: 15px 10px;
}

main.home-page .testimonials:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 25px;
  background: #d3d6da;
  top: 0;
  z-index: 1;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
}

main.home-page .testimonials .head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

main.home-page .testimonials .head .avatar {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
}

main.home-page .testimonials .head .name {
  font-size: 15px;
  font-weight: 600;
}

main.home-page .testimonials .head .dot {
  margin: 0 10px;
  font-size: 20px;
}

main.home-page .testimonials .head .duration {
  color: #969696;
  font-size: 15px;
}

main.home-page .testimonials .body {
  padding-left: 30px;
}

main.home-page .testimonials .body .left {
  margin-bottom: 20px;
}

main.home-page .testimonials .body .left picture {
  position: relative;
}

main.home-page .testimonials .body .left picture .inches {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.537254902) 0% 0% no-repeat padding-box;
  border-radius: 13px;
  padding: 10px 20px;
  display: flex;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

main.home-page .testimonials .body .right h3 {
  font-size: 20px;
}

main.home-page .testimonials .foot {
  padding-left: 30px;
  margin-top: 20px;
}

main.home-page .testimonials .foot .actions {
  color: #6C6D6F;
  font-size: 16px;
  display: flex;
  align-items: center;
}

main.home-page .testimonials .foot .actions .icons {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

main.home-page .testimonials .foot .actions .icons span {
  margin-left: 8px;
}

main.home-page .s3h-block-1 .head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

main.home-page .s3h-block-1 .head .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

main.home-page .s3h-block-1 .head .avatar {
  height: 55px;
  width: 55px;
  margin-right: 10px;
}

main.home-page .s3h-block-1 .head .name {
  font-size: 15px;
  font-weight: 600;
}

main.home-page .s3h-block-1 .head .dot {
  margin: 0 10px;
  font-size: 20px;
  line-height: 1;
}

main.home-page .s3h-block-1 .head .duration {
  font-size: 15px;
}

main.home-page .s3h-block-1 .head .author {
  flex: 0 0 100%;
  color: #A5A5A5;
  font-size: 13px;
}

main.home-page .s3h-block-1 .body h1 {
  font-size: 25px;
}

main.home-page .s3h-block-1 .body h2 {
  font-size: 20px;
}

main.home-page .s3h-block-1 .body p img {
  float: left;
  max-width: 200px;
  margin-right: 20px;
}

main.home-page .s3h-block-2 blockquote {
  padding-left: 30px;
  border-left: 1px solid #d3d6da;
  font-style: italic;
  margin: 0 20px;
  line-height: 1.6;
}

main.home-page .s3h-block-3 h3 {
  font-size: 20px;
}

main.home-page .s3h-block-3 ul {
  list-style: disc;
  padding-left: 20px;
}

main.home-page .s3h-block-3 ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

main.home-page .s3h-block-3 ul li b {
  font-weight: 500;
}

main.home-page .s3h-block-5 .box {
  background: #1d2535;
  color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 0 auto;
  max-width: 600px;
}

main.home-page .s3h-block-5 .box h3 {
  font-size: 20px;
  text-decoration: underline;
}

main.home-page .s3h-block-5 .box p {
  font-weight: 300;
}

main.home-page .s3h-block-5 h2 {
  font-size: 20px;
}

main.home-page .s3h-block-5 h4 {
  font-size: 18px;
}

main.home-page .s3h-block-5 ul.check li {
  padding-left: 30px;
  position: relative;
}

main.home-page .s3h-block-5 ul.check li:not(:last-of-type) {
  margin-bottom: 15px;
}

main.home-page .s3h-block-5 ul.check li img {
  position: absolute;
  left: 0;
  top: 5px;
}

main.home-page .s3h-block-5 .graph .top {
  background: #EDEFF2;
  padding: 20px 15px;
}

main.home-page .s3h-block-5 .graph .top .progress {
  height: auto;
  overflow: unset;
  background: none;
}

main.home-page .s3h-block-5 .graph .top .progress .progress-bar {
  overflow: unset;
  text-align: start;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 20px;
}

main.home-page .s3h-block-5 .graph .top .progress .progress-bar .value {
  font-weight: bold;
}

main.home-page .s3h-block-5 .graph .top .progress .progress-bar.p1 {
  background: #242A38;
}

main.home-page .s3h-block-5 .graph .top .progress .progress-bar.p2 {
  background: #3D6CBB;
}

main.home-page .s3h-block-5 .graph .bottom {
  padding-top: 10px;
}

main.home-page .s3h-block-5 .graph .bottom ul {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

main.home-page .s3h-block-5 .row .bottle {
  outline: #1d2535 solid 1px;
}

main.home-page .s3h-block-5 .row .bottle img {
  max-width: 85%;
  margin: 10px 0;
}

main.home-page .s3h-block-5 .row .bottle p {
  background: #1d2535;
  color: #fff;
  font-size: 13px;
  padding: 10px;
}

main.home-page .s3h-block-5 .button {
  background: #D03539 0% 0% no-repeat padding-box;
  border-radius: 31px;
  padding: 10px 20px 13px 20px;
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 20px;
  max-width: 550px;
  margin: 0 auto;
}

main.home-page .s3h-block-5 .button:hover,
main.home-page .s3h-block-5 .button:active {
  background: #962326;
}

main.home-page .s3h-block-6 .head {
  display: flex;
  align-items: center;
}

main.home-page .s3h-block-6 .head .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

main.home-page .s3h-block-6 .head .avatar {
  height: 55px;
  width: 55px;
  margin-right: 10px;
}

main.home-page .s3h-block-6 .head .name {
  font-size: 15px;
  font-weight: 600;
}

main.home-page .s3h-block-6 .head .dot {
  margin: 0 10px;
  font-size: 20px;
  line-height: 1;
}

main.home-page .s3h-block-6 .head .duration {
  font-size: 15px;
}

main.home-page .s3h-block-6 .head .author {
  flex: 0 0 100%;
  color: #A5A5A5;
  font-size: 13px;
}

@media (min-width: 992px) {
  main.home-page .testimonials {
    padding: 20px 15px;
  }

  main.home-page .testimonials:before {
    left: 30px;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
  }

  main.home-page .testimonials .head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }

  main.home-page .testimonials .body {
    display: flex;
  }

  main.home-page .testimonials .body .left {
    margin-bottom: 0;
    flex: 0 0 300px;
    margin-right: 20px;
  }

  main.home-page .s3h-block-1 .head .avatar {
    height: 78px;
    width: 78px;
  }

  main.home-page .s3h-block-1 .body h1 {
    font-size: 30px;
  }

  main.home-page .s3h-block-1 .body h2 {
    font-size: 25px;
  }

  main.home-page .s3h-block-1 .body p img {
    max-width: 204px;
  }

  main.home-page .s3h-block-3 h3 {
    font-size: 22px;
  }

  main.home-page .s3h-block-5 .box h3 {
    font-size: 25px;
  }

  main.home-page .s3h-block-5 h2 {
    font-size: 28px;
  }

  main.home-page .s3h-block-5 h4 {
    font-size: 20px;
  }

  main.home-page .s3h-block-5 ul.check {
    padding-left: 30px;
  }

  main.home-page .s3h-block-5 .graph .top .progress .progress-bar {
    padding: 10px 20px;
    font-size: 17px;
  }

  main.home-page .s3h-block-5 .button {
    padding: 15px 40px 18px 40px;
    font-size: 30px;
  }

  main.home-page .s3h-block-6 .head .avatar {
    height: 78px;
    width: 78px;
  }
}

.s3s-block-1 {
  padding: 30px 0;
}

.s3s-block-1 .container {
  max-width: 759px;
}

.s3s-block-1 .survey {
  display: none;
}

.s3s-block-1 .survey.active {
  display: block;
}

.s3s-block-1 .title {
  font-weight: bold;
  font-size: 25px;
}

.s3s-block-1 .text {
  font-size: 18px;
}

.s3s-block-1 .sub-text {
  font-size: 16px;
}

.s3s-block-1 .highlight {
  background: #D83A01;
  color: #fff;
  padding: 3px 7px;
}

.s3s-block-1 .box {
  background: #EDEFF2;
  padding: 20px;
  text-align: center;
}

.s3s-block-1 .box h3 {
  font-size: 18px;
}

.s3s-block-1 .box p {
  font-size: 16px;
  font-style: italic;
}

.s3s-block-1 .box.author picture {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.s3s-block-1 .box.author p {
  line-height: 1.4;
}

.s3s-block-1 .choices .radio {
  background: #ccc;
}

.s3s-block-1 .choices .radio input[type=radio] {
  display: none;
}

.s3s-block-1 .choices .radio input[type=radio]:checked+label {
  background: #f9dc3d;
  color: #000;
}

.s3s-block-1 .choices .radio label {
  display: block;
  width: inherit;
  cursor: pointer;
  padding: 10px;
  margin: 0 0 15px;
  color: #fff;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #404040;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.s3s-block-1 .choices .radio label:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.s3s-block-1 .button {
  font-size: 30px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1;
  background: #A9A9A9;
  color: #fff;
  margin: 0 auto;
  border-radius: 8px;
}

.s3s-block-1 .button:hover,
.s3s-block-1 .button:active {
  background: #838383;
}

.s3s-block-1 .button.green {
  background: #4EB52A;
}

.s3s-block-1 .button.green:hover,
.s3s-block-1 .button.green:active {
  background: #33771c;
}

.s3s-block-1 .tab ul {
  display: flex;
  max-width: 100%;
}

.s3s-block-1 .tab ul li {
  background: #404040;
  border-radius: 10px;
  margin: 0 3px;
  flex: 1 1 auto;
  height: 10px;
}

.s3s-block-1 .tab ul li.active {
  background: #aaa;
}

.s3s-block-1 .result {
  border: 5px solid #F9DC3D;
  border-radius: 5px;
  padding: 30px 20px;
}

@media (min-width: 992px) {
  .s3s-block-1 {
    padding: 80px 0;
  }

  .s3s-block-1 .title {
    font-size: 50px;
  }

  .s3s-block-1 .text {
    font-size: 25px;
  }

  .s3s-block-1 .sub-text {
    font-size: 20px;
  }

  .s3s-block-1 .box {
    padding: 30px;
    text-align: start;
  }

  .s3s-block-1 .box h3 {
    font-size: 25px;
  }

  .s3s-block-1 .box p {
    font-size: 20px;
  }

  .s3s-block-1 .box.author {
    display: flex;
    align-items: center;
  }

  .s3s-block-1 .box.author picture {
    flex: 0 0 100px;
    height: 100px;
    margin: 0 25px 0 0;
  }

  .s3s-block-1 .choices .radio label {
    padding: 15px 10px;
    font-size: 23px;
  }

  .s3s-block-1 .button {
    font-size: 40px;
    padding: 15px 40px;
  }

  .s3s-block-1 .result {
    border: 10px solid #F9DC3D;
    padding: 40px 30px;
  }
}

a {
  cursor: pointer;
}