<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(css2.css);
.fix-none {
  display: none !important;
}
header {
  position: relative;
}

.text-blue {
  color: #002169;
}

.nowrap {
  white-space: nowrap;
}

.bel-footer-block {
  display: none;

}
/* .ever-popup {
  display: none;
} */

.red {
  color: #d95151;
}
.dark {
  color: #00356a;
  font-weight: 700;
}
.phoneBtnContainer {
  display: none;
}
.showBlock {
  display: block !important;
}

.btn-popup {
  font-family: "HeliosCond", "Helvetica Condensed", sans-serif;
  transform: scale(1);
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 5px 10px 0 rgba(217, 81, 81, 0.4);
  background: #d95151 ;
  color: #fff;
  padding: 18px 30px;
  transition: 0.4s;
  width: 100%;
  max-width: 286px;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.btn-popup.ever-popup-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px 0 rgba(217, 81, 81, 0.5);
}

.btn-popup.ever-popup-btn:active {
  transform: scale(0.95);
  box-shadow: 0 5px 10px 0 rgba(217, 81, 81, 0.4);
}
.logo {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #00356a;
  background: white;
  border-radius: 0 0 14px 14px;
  padding: 8px 16px;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
}

.test__prev svg,
.test_link {
  display: block;
}

body,
input {
  font-family: "HeliosCond", "Helvetica Condensed", sans-serif;
  color: #002169;
}

.block__btn.active,
.block__q {
  position: relative;
}

.block__btn,
.btn,
.test__prev {
  cursor: pointer;
}

.btn {
  text-decoration: none;
}

.block__btn,
.block__ttl,
.btn,
.progress-bar,
.thanks__header,
.thanks__main {
  text-align: center;
}

.advance__right,
.block__ttl,
.btn,
.cart-button,
.cart__title,
.order__popup-link,
.order__popup-title,
.statistic__user h2,
.thanks__main,
.thanks__ttl {
  text-transform: uppercase;
}

*,
.lds-roller,
.lds-roller div,
.lds-roller div:after,
.order__popup {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}

body {
  font-size: 20px;
  line-height: 1.2;
  background: #8abbfe;
}

.test_link {
  max-width: 140px;
  width: 100%;
  margin: 0 auto 36px;
}

.test {
  background: #8abbfe;
  max-width: 1040px;
  padding: 0 15px 60px;
  margin: auto;
  height: 100vh;
  min-height: 740px;
  /*overflow-y: scroll;*/
}

.test__wrapper {
  max-width: 575px;
  margin: auto;
}

.test__static {
  margin-bottom: 25px;
}

.test__line {
  width: 100%;
  height: 13px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  transition: 1s;
  border: 1px solid #002169;
}

.test__color {
  transition: 1s;
  height: 12px;
  border-radius: 10px;
  background-color: #002e5b;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.thanks .test__static {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input {
  font-size: 18px;
}

input::placeholder {
  color: #002169;
}

.test__under {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.test__num-current {
  color: #002e5b;
}

.block__ttl {
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-weight: 600;
}

.block__q {
  width: 100%;
  margin: auto;
  padding: 35px 30px;
  background: #fff;
  border: 1px solid #002169;
  border-radius: 40px;
}

.block__btn {
  padding: 10px;
  font-size: 19px;
  border-radius: 100px;
}

.block__btn.active,
.block__btn:hover {
  border: 2px solid #002169;
}

.active.block__btn:after {
  position: absolute;
  content: "";
  background: url("../images/check.png") 0 0 / cover no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: calc(50% - 10px);
  z-index: 3;
}

.test__num {
  color: #fff;
  margin-left: auto;
}

.btn {
  font-family: "HeliosCond", "Helvetica Condensed", sans-serif;
  transform: scale(1);
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 5px 10px 0 rgba(217, 81, 81, 0.4);
  background: #d95151 url(../images/arrow_white.svg) no-repeat center right 20px /
    21px 16px;
  color: #fff;
  padding: 18px 30px;
  transition: 0.4s;
  width: 100%;
  max-width: 286px;
  border-radius: 100px;
}

.test__prev.btn {
  background-position: center left 0;
  background-color: transparent;
  background-image: url(../images/arrow_left_blue.svg);
  color: #002e5b;
  box-shadow: none;
  max-width: none;
  width: auto;
  padding: 0 0 0 40px;
}

.buttons-steps {
  width: 100%;
  position: absolute;
  right: 0;
  top: calc(100% - 30px);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.thanks__box,
.thanks__main {
  position: relative;
}

.btn:not(.disabled):hover {
  transform: scale(1.02);
  box-shadow: 0 1px 5px rgba(1, 219, 192, 0.4);
}

.disabled {
  user-select: none;
  background-color: #dc8383;
  box-shadow: none;
  cursor: default;
}

.thanks__ttl {
  font-size: 25px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.countbox-num {
  font-weight: 600;
}

.after,
.before,
.bold {
  font-weight: 700;
}

.thanks__header {
  background-color: #8abbfe;
  padding: 0 0 40px;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.thanks__box {
  max-width: 900px;
  margin: 0 auto;
}

.new {
  font-size: 120%;
  color: #fffaf0;
}

.thanks__main {
  font-size: 50px;
  margin-bottom: 10px;
}

.thanks__subtitle {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.ticker {
  margin-bottom: 28px;
}

.progress {
  transform: rotate(-90deg);
}

.order__popup {
  transform: translate(-50%, -50%);
}

.progress-bar {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: auto;
}

.statistic {
  max-width: 1080px;
  width: 100%;
  display: flex;
  gap: 35px;
  border: 2px solid #002e5b;
  border-radius: 40px;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  /*margin: 0 auto 50px;*/
}

.statistic__user {
  max-width: 340px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.statistic__user h2 {
  text-align: left;
  margin-bottom: 35px;
}

.advance__separator,
.cart__price-separator,
.statistic__separator {
  height: auto;
  width: 1px;
  background: #d9d9d9;
}

.statistic__weight {
  align-self: center;
}

.advance__accent {
  display: block;
  font-size: 32px;
  color: #d95151;
}

.date {
  display: flex;
  justify-content: space-between;
}

.change {
  display: flex;
  align-items: center;
  justify-content: center;
}

.advance__left,
.cart {
  width: 100%;
}

.none {
  display: none;
}

.block__radio {
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.block6 label span,
.test__block label span {
  display: block;
  font-weight: 400;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  background: #fff;
  border: 1px solid #002169;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
}

input[type="checkbox"] {
  border-radius: 50%;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
  border: 1px solid #002169;
  border-radius: 100%;
  background: #d95151;
  margin: 5px;
}

.advance__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  max-width: 425px;
  width: 100%;
}

.advance {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 35px;
  background: white;
  border: 2px solid #002e5b;
  border-radius: 40px;
  margin: 0 auto;
  padding: 30px;
}

.advance__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-width: 500px;
  width: 100%;
  font-size: 46px;
  text-align: left;
}

.advance__left h3 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 35px;
}

.advance__left p {
  font-size: 18px;
  line-height: 1.5;
}

.cart {
  max-width: 365px;
}

.action-cart {
  margin: 40px auto 0;
  display: none;
}

.cart__back {
  text-align: left;
  border-radius: 25px;
  border: 5px solid rgba(125, 147, 219, 0.5);
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}



.cart--choise .cart__front:before {
  position: absolute;
  content: "Best choice";
  top: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
  background: #e456b6;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 20px;
  padding: 5px 20px 5px 30px;
}

.cart-button {
  background: #e456b6
    url("data:image/svg+xml; base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTExLjg1MTIgMy4yMTM2QzEyLjUwMTYgMy45MjAxMiAxMy40NTIzIDQuMzc0MzEgMTQuNzAzMSA0LjU3NjE4TDE0LjcwMzEgNi43OTY2OEMxMy40NTIzIDYuOTQ4MDggMTIuNTAxNiA3LjQwMjI3IDExLjg1MTIgOC4xNTkyNkMxMS4yMDA3IDguODY1NzggMTAuODUwNSA5LjgyNDYzIDEwLjgwMDQgMTAuOTg1NEw4LjM5ODc1IDEwLjM3OThDOC40NDg3OCA5LjQ3MTM3IDguNjk4OTYgOC43MTQzOCA5LjE0OTI3IDguMTA4NzlDOS41NDk1NSA3LjUwMzIgMTAuMDk5OSA3LjA0OTAxIDEwLjgwMDQgNi43OTY2OEwwLjc5MzQ1NyA2Ljc5NjY4TDAuNzkzNDU3IDQuNTI1NzFMMTAuODAwNCA0LjUyNTcxQzEwLjE1IDQuMjczMzggOS41OTk1OCAzLjg2OTY1IDkuMTQ5MjcgMy4yMTM2QzguNzQ4OTkgMi42MDggOC40OTg4MiAxLjg1MTAxIDguMzk4NzUgMC45NDI2MjhMMTAuODAwNCAwLjM4NzUwMkMxMC44NTA1IDEuNTQ4MjIgMTEuMjAwNyAyLjQ1NjYxIDExLjg1MTIgMy4yMTM2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg== ")
    no-repeat center right 20px;
}

.cart__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 18px;
}

.cart__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}

.cart-form__payment {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}



.block__btn {
  transition: 0.2s ease-in-out;
}

.block__btn.active,
.block__btn:hover {
  border: 1px solid #002e5b;
  box-shadow: 0 0 4px #002e5b;
}

#preloader,
.overlay {
  top: 0;
  left: 0;
  height: 100%;
}

.cart__price {
  display: flex;
  justify-content: space-evenly;
  /*align-items: flex-end;*/
  gap: 10px;
  margin-bottom: 20px;
}

.cart__price--margin {
  margin-bottom: 0;
}

.cart__item {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.cart__price-new,
.cart__price-old {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
}

.cart__price-new--small {
  font-size: 28px;
}

.cart__item:not(:last-of-type) {
  margin-bottom: 5px;
}

.cart__price-new {
  color: #d95151;
  /*font-size: 38px;*/
}

.cart__price-old {
  text-decoration: line-through;
  color: #002e5b;
}

.cart-button {
  position: relative;
  color: #002169;
  border-radius: 65px;
  border: 1px solid #002169;
  background: #fff
    url("data:image/svg+xml; base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTExLjYxNDcgMy4yMTM2QzEyLjI2NTIgMy45MjAxMiAxMy4yMTU4IDQuMzc0MzEgMTQuNDY2NyA0LjU3NjE4TDE0LjQ2NjcgNi43OTY2OEMxMy4yMTU4IDYuOTQ4MDggMTIuMjY1MiA3LjQwMjI3IDExLjYxNDcgOC4xNTkyNkMxMC45NjQyIDguODY1NzggMTAuNjE0IDkuODI0NjMgMTAuNTY0IDEwLjk4NTRMOC4xNjIzIDEwLjM3OThDOC4yMTIzMyA5LjQ3MTM3IDguNDYyNTEgOC43MTQzOCA4LjkxMjgyIDguMTA4NzlDOS4zMTMxIDcuNTAzMiA5Ljg2MzQ4IDcuMDQ5MDEgMTAuNTY0IDYuNzk2NjhMMC41NTcwMDcgNi43OTY2OEwwLjU1NzAwNyA0LjUyNTcxTDEwLjU2NCA0LjUyNTcxQzkuOTEzNTIgNC4yNzMzOCA5LjM2MzEzIDMuODY5NjUgOC45MTI4MiAzLjIxMzZDOC41MTI1NCAyLjYwOCA4LjI2MjM3IDEuODUxMDEgOC4xNjIzIDAuOTQyNjI4TDEwLjU2NCAwLjM4NzUwMkMxMC42MTQgMS41NDgyMiAxMC45NjQyIDIuNDU2NjEgMTEuNjE0NyAzLjIxMzZaIiBmaWxsPSIjMDAyMTY5Ii8+Cjwvc3ZnPgo= ")
    no-repeat center right 20px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.cart-button:hover {
  transform: scale(1.03);
  transition: 0.3s;
}

.cart-button--pink {
  border: 1px solid #d95151;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(157, 62, 126, 0.4);
  background: #d95151
    url("data:image/svg+xml; base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTExLjg1MTIgMy4yMTM2QzEyLjUwMTYgMy45MjAxMiAxMy40NTIzIDQuMzc0MzEgMTQuNzAzMSA0LjU3NjE4TDE0LjcwMzEgNi43OTY2OEMxMy40NTIzIDYuOTQ4MDggMTIuNTAxNiA3LjQwMjI3IDExLjg1MTIgOC4xNTkyNkMxMS4yMDA3IDguODY1NzggMTAuODUwNSA5LjgyNDYzIDEwLjgwMDQgMTAuOTg1NEw4LjM5ODc1IDEwLjM3OThDOC40NDg3OCA5LjQ3MTM3IDguNjk4OTYgOC43MTQzOCA5LjE0OTI3IDguMTA4NzlDOS41NDk1NSA3LjUwMzIgMTAuMDk5OSA3LjA0OTAxIDEwLjgwMDQgNi43OTY2OEwwLjc5MzQ1NyA2Ljc5NjY4TDAuNzkzNDU3IDQuNTI1NzFMMTAuODAwNCA0LjUyNTcxQzEwLjE1IDQuMjczMzggOS41OTk1OCAzLjg2OTY1IDkuMTQ5MjcgMy4yMTM2QzguNzQ4OTkgMi42MDggOC40OTg4MiAxLjg1MTAxIDguMzk4NzUgMC45NDI2MjhMMTAuODAwNCAwLjM4NzUwMkMxMC44NTA1IDEuNTQ4MjIgMTEuMjAwNyAyLjQ1NjYxIDExLjg1MTIgMy4yMTM2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg== ")
    no-repeat center right 20px;
  padding-right: 26px;
}

.thanks__order {
  display: flex;
  flex-direction: column;
  gap: 20px 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cart__back {
  position: relative;
  overflow: hidden;
  border: 2px solid #002e5b;
  box-shadow: 0 0 16px 0 rgba(99, 99, 99, 0.5);
  border-radius: 25px;
  padding: 52px 16px 16px;
}

.thanks__prev .container {
  gap: 60px !important;
}

.thanks__pack {
  width: 280px;
  max-width: 100%;
}

.thanks__img {
  display: block;
  max-width: 100%;
  width: 230px;
  /*max-width: 456px;*/
  /*width: 456px;*/
}

.cart-form fieldset {
  margin-bottom: 20px;
}

.cart-form legend {
  margin-bottom: 15px;
}

.thanks .test__static {
  margin-bottom: 25px;
}

.cart-form legend {
  font-size: 18px;
  font-weight: 600;
}

.cart-form input[type="tel"],
.cart-form input[type="text"] {
  padding: 12px 10px 12px 20px;
  font-size: 16px;
  color: #002169;
  width: 100%;
  border-radius: 65px;
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 10px;
}

.cart-form input[type="radio"] {
  width: 20px;
  height: 20px;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: #404040;
  z-index: 2;
}

#preloader,
.order__popup {
  position: fixed;
  width: 100%;
  background: #fff;
}

.order__popup {
  top: 50%;
  left: 50%;
  border-radius: 25px;
  display: block;
  max-width: 360px;
  z-index: 3;
  padding: 25px 45px 40px;
}

.order__popup img {
  max-width: 100px;
  width: 100%;
  margin-bottom: 30px;
}

.order__popup-title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.order__popup-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.order__popup-link {
  display: block;
  color: #002169;
  text-decoration: none;
}

.order__action-inner {
  border: 5px solid #8abbfe;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.order__action-inner:before {
  position: absolute;
  content: "+";
  font-size: 60px;
  color: #e456b6;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}

.order__action-footer .cart__price-new {
  margin-right: 20px;
}

#preloader.preloader-hidden,
.order__popup-card {
  display: none;
}

.cart__back.active,
.order__popup-card.active,
.overlay.active {
  display: block;
}

label {
  cursor: pointer;
  padding-left: 20px;
}

.pressure {
  font-size: 22px;
  color: #002169;
  text-align: center;
  max-width: 288px;
  margin: 0 auto 35px;
}

.pressure__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.pressure__input {
  font-size: 22px;
  text-align: center;
  max-width: 130px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px;
}

.pressure__input::placeholder {
  color: rgba(0, 33, 105, 0.5);
}

.pressure__btn {
  background: #ccd5de;
  border-radius: 100px;
  padding: 12px;
  cursor: pointer;
  transition: 0.4s;
}

.pressure__btn:hover {
  background: #b0b7bd;
}

@media screen and (max-width: 1023px) {
  .header__cloud-title {
    font-size: 25px!important;
    line-height: 1.2;
  }
  .advance__left,
  .advance__right {
    max-width: 100%;
    text-align: center;
  }
  .review__comment-name {
    text-align: center;
}
  .advance__left {
    width: 100%;
  }

  .advance,
  .statistic {
    flex-direction: column;
    align-items: center;
  }

  .statistic__user h2 {
    order: 1;
    margin-bottom: 10px;
  }

  .advance__separator,
  .statistic__separator {
    width: 100%;
    height: 1px;
  }
}

@media (min-width: 480px) {
  .cart__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .cart__text {
    margin-bottom: 20px;
  }

  .cart__price {
    margin-bottom: 20px;
  }

  .cart-form__payment {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 640px) {
  .thanks__img {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .cart__title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .cart__text {
    line-height: 1.3;
    margin-bottom: 22px;
  }

  .cart__price {
    margin-bottom: 22px;
  }

  .cart-form__payment {
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .thanks__img {
    max-width: none;
    width: 350px;
  }

  .thanks__prev .container {
    column-gap: 20px !important;
  }
}

@media (min-width: 1024px) {
  .cart__title {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .cart__text {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .cart__price {
    margin-bottom: 24px;
  }

  .cart-form__payment {
    margin-top: 14px;
    margin-bottom: 24px;
  }

  .thanks__img {
    max-width: none;
    width: 400px;
  }

  .thanks__prev .container {
    column-gap: 60px !important;
    padding-top: 0;
  }
}

@media (min-width: 1220px) {
  .cart__title {
    margin-bottom: 26px;
  }

  .cart__text {
    line-height: 1.4;
    margin-bottom: 26px;
  }

  .cart__price {
    margin-bottom: 26px;
  }

  .cart-form__payment {
    margin-top: 16px;
    margin-bottom: 26px;
  }

  .thanks__img {
    max-width: none;
    width: 456px;
  }
}

@media screen and (max-width: 767px) {
  .block__ttl {
    margin-bottom: 25px;
  }

  .advance__right,
  .thanks__main {
    text-align: center;
    font-size: 38px;
    line-height: 1.2;
  }

  

  .block__ttl {
    font-size: 30px;
  }

  .order__action-inner {
    display: block;
    position: static;
  }

  .order__action-inner:before {
    content: "";
  }
}

@media screen and (max-width: 599px) {
  .btn:before {
    content: none;
  }

  .thanks__box {
    padding: 0;
  }

  .block__ttl {
    font-size: 26px;
  }

  .advance__right,
  .thanks__main {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }

  .block__btn,
  .btn,
  body {
    font-size: 18px;
  }

  .statistic {
    gap: 20px;
  }

  .statistic__user h2 {
    margin-bottom: 15px;
  }

  .statistic__user {
    width: 100%;
    justify-content: center;
  }

  .btn {
    padding: 16px 20px;
  }

  .test_link {
    width: 100px;
  }

  .thanks__header {
    padding: 0 0 30px;
  }

  .statistic__user h2,
  .thanks__main {
    text-align: center;
  }

  

  .advance__left h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .advance__right {
    gap: 25px;
  }

  .advance__accent {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .advance__left h3,
  .block__ttl {
    margin-bottom: 20px;
  }

  .advance__right {
    gap: 20px;
  }

  .thanks__ttl br {
    display: none;
  }

  .cart__price {
    justify-content: space-evenly;
  }

  .cart__price-new {
    font-size: 32px;
  }
  .cart__price-old {
    font-size: 32px;
  }

  .cart__price-new--small {
    font-size: 24px;
  }

  .order__action-footer .cart__price-new {
    font-size: 19px;
    margin-right: 0;
  }

  .cart-form input[type="tel"],
  .cart-form input[type="text"] {
    font-size: 16px;
    padding-left: 10px;
  }

  .order__popup {
    padding: 25px 20px 30px;
    max-width: 280px;
  }

  .block__ttl,
  .order__popup-title {
    font-size: 22px;
  }

  .countbox-num {
    font-size: 30px;
    line-height: 1.2;
  }

  .statistic__user h2 {
    font-size: 24px;
    text-align: center;
  }

  .block__buy,
  .btn {
    max-width: 210px;
  }

  .btn {
    font-size: 14px;
    background-position: center right 10px;
    background-size: 15px 15px;
  }

  .test__prev.btn {
    background-position: center left 0;
    padding-left: 30px;
  }

  .block__radio {
    margin-bottom: 10px;
  }

 

  .block__radio label {
    font-size: 18px;
  }

  .block__q {
    padding: 25px 15px 35px;
  }

  .advance__right,
  .thanks__main {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
  }

  .thanks__box {
    padding: 0;
  }

  .cart__price-new {
    font-size: 32px;
  }

  .cart__price-old {
    font-size: 32px;
  }

  .advance {
    gap: 20px;
  }

  .advance__left h3 {
    font-size: 22px;
  }

  .advance__accent {
    font-size: 22px;
  }

  .advance__left p {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .order__action-inner {
    padding: 20px;
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-roller;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: #d95151;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:first-child {
  animation-delay: -36ms;
}

.lds-roller div:first-child:after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -72ms;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -108ms;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -144ms;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -216ms;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -252ms;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -288ms;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#preloader.hide-preloader {
  animation: 1s hidePreloader;
}

@keyframes hidePreloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.thanks__prev .container,
header .container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.thanks__prev-block,
header {
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8abbfe;
  min-height: 100vh;
}

/*.thanks__wrapper, .header__wrapper {*/
.header__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 68%;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0 52px;
}

.thanks__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__cloud {
  position: absolute;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  text-align: center;
  padding: 15px;
  left: 80px;
  max-width: 370px;
  width: 100%;
}

.header__cloud-title {
  font-size: 35px;
  /*line-height: 1.1;*/
  font-weight: 600;
  margin-bottom: 15px;
}

.header__img {
  position: absolute;
  top: 50%;
  left: -110px;
  max-width: 53%;
  max-height: 100%;
  transform: translateY(-50%);
}

.thanks__prev-title,
.header__title {
  font-size: 50px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #00356a;
  text-transform: uppercase;
}

.header__promo {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.thanks__prev-subtitle,
.header__subtitle {
  display: block;
  color: white;
  /*font-size: 22px;*/
  font-size: 21px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 50px;
}

.header__subtitle:not(:last-of-type) {
  margin-bottom: 26px;
}

.header__btn {
  max-width: 380px;
  width: 100%;
}

.thanks__percent {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px 24px;
  border-radius: 20px;
  /*transition: 1s ease-in-out;*/
  min-width: 304px;
}

.percent {
  color: #00356a;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 600;
}

.container-second {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1409px) {
  .header__img {
    max-width: none;
    max-height: none;
    left: -160px;
  }

  .header__cloud {
    left: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .header__cloud {
    width: 300px;
    left: 70px;
  }
}

@media screen and (max-width: 1219px) {
  .thanks__prev-title,
  .header__title {
    font-size: 52px;
    margin-bottom: 40px;
  }

  .header__promo {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .header__img {
    max-width: 53%;
    max-height: 100%;
  }

  .header__cloud {
    width: 300px;
    left: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .header__cloud {
    width: 220px;
    left: 15px;
    top: 50%;
  }

  .header__cloud-title {
    font-size: 30px;
  }

  .header__cloud-text {
    font-size: 16px;
  }

  .statistic__user {
    align-items: center;
    justify-content: center;
  }

  .header__img {
    max-width: none;
    width: 560px;
    left: -160px;
  }

  .thanks__prev .container,
  header .container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .thanks__prev .container {
    align-items: center;
  }

  .thanks__prev-title,
  .header__title {
    font-size: 46px;
    margin-bottom: 40px;
  }

  .thanks__prev-subtitle,
  .header__subtitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .header__subtitle:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .header__promo {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .header__cloud {
    width: 300px;
    left: 15px;
    top: 60%;
    border-radius: 30px;
    background: rgb(255, 255, 255);
  }

  .thanks__percent {
    justify-content: center;
    min-width: 262px;
  }

  .thanks__prev-title,
  .header__title {
    font-size: 38px;
  }

  /*.thanks__prev .container,*/
  header .container {
    padding-top: 0;
  }

  .header__btn {
    display: block;
    margin: 0 auto;
  }

  .thanks__prev-subtitle,
  .header__subtitle {
    line-height: 1.3;
    text-align: center;
  }

  .thanks__prev-title,
  .header__title {
    text-align: center;
  }

  .logo {
    font-size: 28px;
  }

  .header__logo {
    position: static;
    margin: 0 auto 35px;
  }

  .thanks__prev .container,
  header .container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .percent {
    font-size: 70px;
  }

  .header__img {
    position: static;
    transform: none;
    max-width: 100%;
    max-height: none;
    margin-top: -20px;
  }

  /*.thanks__wrapper, .header__wrapper {*/
  .header__wrapper {
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 0;
  }

  .header__promo {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 639px) {
  .header__cloud {
    width: 280px;
    top: 65%;
  }

  .header__img {
    transform: translateX(50px);
  }
}

@media screen and (max-width: 599px) {
  .header__img {
    transform: translateX(100px);
  }
}

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

  .header__cloud {
    width: 240px;
    position: relative;
    left: inherit;
    top: 50px;
    margin-bottom: -110px;
  }

  .header__cloud-text {
    font-size: 16px;
  }

  .header__img {
    transform: translateX(100px);
  }

  .composition__container {
    background-position: 50% 7% !important;
  }

  .percent {
    font-size: 50px;
  }

  .thanks__prev-subtitle,
  .header__subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .header__promo {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 26px;
  }

  /*.thanks__prev .container, */
  header .container {
    height: 100vh;
  }

  .thanks__prev-title,
  .header__title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .logo {
    font-size: 24px;
  }

  .header__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 360px) {
  .header__cloud {
    width: 210px;
  }

  .header__cloud-text {
    font-size: 14px;
  }
}

.block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.title {
  font-size: 28px;
  color: #002169;
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
}

.review {
  background: linear-gradient(#f3f5fb, #fff);
}

.review__title {
  margin-bottom: 40px;
}

.review__body {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}

.review__img {
  border-radius: 30px;
  width: 100%;
}

.review__list {
  margin-bottom: 30px;
}

.review__slide {
  max-width: 100%;
  width: 100%;
}

.review__comment-header {
  padding-right: 40px;
  margin-bottom: 29px;
  position: relative;
}

.review__comment-header:before {
  position: absolute;
  content: "â€œ";
  color: #d95151;
  font-weight: bold;
  font-size: 100px;
  top: -13px;
  right: 0;
  line-height: 1;
}

.review__comment-name {
  font-size: 22px;
}

.review__comment-text {
  line-height: 1.5;
  text-align: center;
}

.review__scrollbar {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  height: 10px;
  border: 1px solid #002e5b;
  background: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 430px) {
  .container-second {
    width: 430px;
  }

  .title {
    font-size: 32px;
  }

  .review__wrapper {
    width: 100%;
  
  }
}

@media screen and (min-width: 480px) {
  .container-second {
    width: 480px;
  }

  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .review__wrapper {
    width: 100%;
 
  }

  .swiper-wrapper {
    margin-bottom: 40px;
  }

  .review__scrollbar {
    max-width: 200px;
  }

  .cart__back {
    padding: 52px 30px 30px;
  }

  .thanks__pack {
    width: 300px;
  }
}

@media screen and (min-width: 640px) {
  .container-second {
    width: 640px;
  }

  .title {
    font-size: 36px;
  }

  .review__wrapper {
    width: 100%;
 
  }

  .review__slide {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container-second {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .review__slide {
    max-width: 440px;
  }

  .title {
    font-size: 42px;
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review__wrapper {
    width: 100%;
    padding-right: 0;
  }

  .review__title {
    margin-bottom: 50px;
  }

  .thanks__order {
    flex-direction: row;
    gap: 20px;
  }

  .thanks__main {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .thanks__subtitle {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .ticker {
    margin-bottom: 35px;
  }

  .thanks__pack {
    width: 340px;
    max-width: 100%;
  }
}

.text-bold {
  font-weight: 700;
}

@media screen and (min-width: 1024px) {


  .container-second {
    width: 1024px;
  }

  .title {
    font-size: 48px;
  }

  .review__wrapper {
    width: 100%;
    padding-right: 0;
  }

  .swiper-wrapper {
    margin-bottom: 50px;
  }

  .review__slide {
    max-width: 860px;
    display: flex !important;
    align-items: flex-start;
    padding-right: 40px;
    border-right: 1px solid rgba(125, 147, 219, 0.2);
  }

  .review__body {
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }

  .review__comment {
    display: flex;
    flex-direction: column-reverse;
  }

  .review__comment-header {
    margin-bottom: 0;
  }

  .review__comment-text {
    margin-bottom: 29px;
  }

  .thanks__main {
    font-size: 54px;
    margin-bottom: 34px;
  }

  .thanks__subtitle {
    font-size: 32px;
    margin-bottom: 48px;
  }

  .ticker {
    margin-bottom: 56px;
  }

  .thanks__pack {
    width: 380px;
  }

  .thanks__header {
    padding-bottom: 50px;
  }

  .thanks__stats {
    padding-bottom: 50px!important;
  }
}

@media screen and (min-width: 1220px) {
  .title {
    font-size: 54px;
  }

  .review__wrapper {
    width: 100%;
    padding-right: 0;
  }

  .swiper-wrapper {
    margin-bottom: 60px;
  }

  .review__title {
    margin-bottom: 60px;
  }

  .review__slide {
    max-width: 960px;
    padding-right: 60px;
  }

  .review__body {
    margin: 0 40px 0 0;
  }

  .review__comment-text {
    margin-bottom: 35px;
  }

  .thanks__main {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .thanks__subtitle {
    font-size: 38px;
    margin-bottom: 50px;
  }

  .ticker {
    margin-bottom: 64px;
  }

  .thanks__order picture {
    margin-left: -106px;
  }

  .thanks__pack {
    width: 400px;
    margin: -10px 0 -20px;
  }

  .thanks__header {
    /*padding-bottom: 170px;*/
    /*padding-bottom: 110px;*/
  }

  .composition__wrapper,
  .review__wrapper,
  .order__block,
  .thanks__stats {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .thanks__stats {
    padding-bottom: 100px!important;
  }

  .cart__price-new,
  .cart__price-old {
    font-size: 36px;
  }

  .personal__price .cart__price-new,
  .personal__price .cart__price-old {
    font-size: 42px;
  }
}

@media screen and (min-width: 1280px) {
  .review__wrapper {
    overflow: hidden;
  }
}

.polygon {
  color: #002e5b;
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 430px) {
  .polygon {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .review__comment-header {
    padding-right: 0;
  }
  .thanks__ttl {
    font-size: 28px;
  }
}

@media screen and (min-width: 640px) {
  .polygon {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) {

  .polygon {
    font-size: 40px;
  }

  .thanks__ttl {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .polygon {
    font-size: 50px;
  }

  .thanks__ttl {
    font-size: 34px;
  }
}

@media screen and (min-width: 1220px) {
  .container-second {
    width: 1220px;
  }

  .polygon {
    font-size: 60px;
  }

  .thanks__ttl {
    font-size: 38px;
  }
}



.thanks__stats,
.order__block {
  background: linear-gradient(rgb(243, 245, 251), rgb(255, 255, 255));
}

/*.composition, .order__block {*/
.composition {
  background: #8abbfe;
}

.composition__header--desc {
  display: none;
  color: #002e5b;
}

.composition__container {
  position: relative;
  text-align: center;
}

.composition__prod {
  margin-bottom: 20px;
}

.composition__img {
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.composition__text {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 25px;
}

.compound__title {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.compound__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  gap: 16px 20px;
}

.compound__text {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 25px;
}

.statistic-girl.compound__banner {
  margin-bottom: 0;
}

.compound__banner {
  font-weight: 700;
  line-height: 1.2;
}

.compound__banner .statistic-tooltip {
  font-size: inherit;
  max-width: 468px;
}

.compound__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  gap: 10px;
  width: 100%;
}

.compound__img {
  width: 50px;
}

.compound__img--second {
  width: 70px;
}

.compound__img--third {
  width: 60px;
}

.compound__header {
  text-align: left;
  font-weight: normal;
  font-size: 20px;
}

@media screen and (min-width: 430px) {
  .compound__img--second {
    width: 70px;
    left: 12px;
  }
}

@media screen and (min-width: 480px) {
  .compound__title {
    text-align: center;
  }

  .compound__item {
    justify-content: center;
  }

  .compound__banner {
    line-height: 1.3;
  }

  .composition__img {
    width: 300px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 640px) {
}

@media screen and (min-width: 768px) {
  .composition__img {
    width: 320px;
    margin-bottom: 20px;
  }

  .review__comment-text {
    text-align: left;
  }

  .composition__prod {
    margin: 0;
  }

  .composition__text {
    font-size: 18px;
    text-align: left;
  }

  .compound__list {
    gap: 30px;
  }

  .compound__img {
    max-width: 70px;
    width: 100%;
  }

  .compound__img--second {
    max-width: 70px;
    width: 100%;
  }

  .compound__img--third {
    max-width: 70px;
    width: 100%;
  }

  .compound__banner {
    line-height: 1.4;
  }
}

@media screen and (min-width: 1024px) {
  .composition__header--mob {
    display: none;
  }

  .composition__header--desc {
    display: block;
    text-align: left;
  }

  .compound__title {
    text-align: left;
  }

  .compound__item {
    justify-content: flex-start;
  }

  .composition__prod {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .composition__img {
    width: 370px;
    margin: 0;
  }

  .composition__text-block {
    width: 58%;
    margin-right: 0;
  }

  .composition__text {
    font-size: 20px;
  }

  .compound__img--second {
    width: 90px;
  }

  .compound__img--third {
    width: 70px;
  }

  .compound__banner {
    line-height: 1.5;
  }

  .statistic-girl.compound__banner {
    gap: 50px;
  }

  .compound__text {
    text-align: left;
  }
}

@media screen and (min-width: 1220px) {
  /* .composition__prod {
    right: -2%;
  } */

  .composition__img {
    width: 400px;
  }

  .composition__header--desc,
  .composition__text,
  .compound__text {
    margin-bottom: 50px;
  }
}

.personal h2 {
  color: white;
}

.personal {
  color: white;
  width: 100%;
  background: #002e5b;
}

circle {
  fill: transparent;
}

circle:nth-child(1) {
  stroke: transparent;
  stroke-width: 5;
}

circle:nth-child(2) {
  stroke: #002e5b;
  stroke-width: 4;
  stroke-dashoffset: 0;
}

.circular-chart {
  z-index: 2;
  margin: 0;
  width: 80px;
}

.personal-form input {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
}

.personal-form input,
.personal-form button {
  max-width: 270px;
  width: 100%;
}

.personal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.personal__wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.personal__title {
  margin-bottom: 20px;
}

.personal__img {
  display: none;
  max-width: 160px;
  width: 100%;
  margin: 0 auto 10px;
}

.personal__subtitle {
  font-weight: 400;
  text-align: center;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.personal__left {
  margin: 0 auto 20px;
}

.personal__right {
  text-align: center;
  margin-bottom: 30px;
}

.personal__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 16px;
}

.personal__price {
  justify-content: center;
  margin-bottom: 0;
}

.personal__price .cart__price-new {
  /* color: #8abbfe; */
}

.personal__price .cart__price-old {
  font-weight: 400;
  color: white;
}

.test__block-wrapper {
  height: 100%;
}

.test__block {
  height: calc(100vh - 250px);
}

.block__q {
  margin: 0;
}

.test__block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 120px 50px;
}

.test__block-girl p {
  color: #002169;
}

.statistic-girl,
.test__block-girl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 50px;
  padding-bottom: 20px;
}

.statistic-girl {
  text-align: left;
  padding-bottom: 0;
  /*margin-bottom: 20px;*/
}

.statistic-image,
.test__block-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
}

.statistic-image img,
.test__block-image img {
  display: block;
  width: 100%;
}

.statistic-tooltip {
  background-color: #fff;
  min-height: 65px;
  max-width: 250px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 -10px 24px 0 rgba(158, 173, 247, 0.9);
  -moz-box-shadow: inset 0 -10px 24px 0 rgba(158, 173, 247, 0.9);
  box-shadow: inset 0 -10px 24px 0 rgba(158, 173, 247, 0.9);
  z-index: 2;
}

.statistic-tooltip--normal {
  font-weight: 400;
}

.statistic-triangle {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: auto;
  bottom: -14px;
  transform: rotate(-45deg);
  background: white;
  -webkit-box-shadow: inset 0 -10px 24px 0 rgba(158, 173, 247, 0.9);
  -moz-box-shadow: inset 0 -10px 24px 0 rgba(158, 173, 247, 0.9);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  border-radius: 0 0 0 0.5em;
}

.pressure-monitor {
  position: relative;
}

.pressure-monitor__svg {
  flex-shrink: 0;
  max-width: 100%;
  width: 340px;
}

.pressure-monitor__arrow {
  transform: rotate(170deg);
  transform-origin: 169px 173px;
}

.pressure-monitor__data {
  position: absolute;
  max-width: 250px;
  width: 100%;
  top: 47%;
  left: 50%;
  transform: translateX(-50%);
}

.pressure-monitor__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #002e5b;
}

.pressure-monitor__value {
  font-size: 31px;
  font-weight: 700;
  color: #000000;
  transition: 0.2s ease-out;
}

.pressure-monitor__value--green {
  color: #42a86d;
}

.pressure-monitor__value--blue {
  color: #8abbfd;
}

.pressure-monitor__value--yellow {
  color: #fbb041;
}

.pressure-monitor__value--red {
  color: #d95151;
}

.statistic-result {
  flex-grow: 1;
}

.statistic-result__chart {
  position: relative;
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}

.statistic-result__graph {
  width: 100%;
}

.statistic-result__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  /*gap: 15px;*/
  max-width: 280px;
  position: absolute;
}

.statistic-result__description--before {
  color: #d95151;
  right: -50px;
  /*bottom: calc(100% - 64px);*/
  bottom: calc(100% - 74px);
}

.statistic-result__description--before .statistic-result__arrow {
  fill: #348a59;
  transform: rotate(180deg);
}

.statistic-list--before .statistic-result__arrow {
  fill: #348a59;
  transform: rotate(180deg);
  top: -34px;
  left: 21px;
  position: relative;
}

.statistic-result__arrow--mob {
  display: none;
}

.statistic-result__description--before .statistic-result__circle {
  width: 94px;
  height: 94px;
  background: white;
  border: 10px solid #348a59;
}

.statistic-result__description--before .statistic-result__value {
  font-size: 26px;
}

.statistic-result__description--after {
  color: #348a59;
  left: -68px;
  bottom: -132px;
}

.statistic-result__description--after .statistic-result__arrow {
  fill: #d95151;
}

.statistic-result__description--after .statistic-result__circle {
  width: 78px;
  height: 78px;
  background: white;
  border: 10px solid #d95151;
}

.statistic-result__description--after .statistic-result__value {
  font-size: 22px;
}

.statistic-result__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.statistic-result__value {
  font-weight: 700;
  line-height: 1;
  color: black;
}

.statistic-list {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  /*gap: 16px 10px;*/
  gap: 16px 16%;
  text-align: left;
}

.statistic-list--before {
  color: #348a59;
  /*margin-bottom: 64px;*/
}

.statistic-list--after {
  flex-direction: row-reverse;
  align-items: flex-end;
  color: #d95151;
  margin-top: 30px;
}

.statistic-list__title {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 158px;
  text-align: center;
}

.statistic-result__description--before .statistic-list__title {
  color: #348a59;
}

.statistic-result__description--after .statistic-list__title {
  color: #d95151;
}

.statistic-list__title--mob {
  display: none;
}



.statistic-list__inner {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 18px;
  max-width: 67%;
}

.statistic-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.ticker {
  display: flex;
  background: #faff00;
  padding: 10px 0;
  overflow: hidden;
}

.ticker__wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  animation: 70s tickerMoving linear infinite;
}

.ticker__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

.ticker__item::after {
  content: "â€¢";
  flex-shrink: 0;
  padding: 0 30px;
}

@keyframes tickerMoving {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes progress {
  0% {
    /*//stroke: transparent;*/
    stroke-dasharray: 0 100;
  }
}

.cart-label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  background: #d95151;
  border-radius: 0 0 0 25px;
  padding: 10px 20px;
}

.message {
  position: relative;
  max-width: 334px;
}

.message__cloud {
  position: relative;
}

.message__content {
  position: relative;
  z-index: 4;
  background: #f2f9fe;
  border-radius: 25px;
}

.message__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.message__bottom {
  position: absolute;
  right: 20%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 50px 0;
  transform: rotate(45deg);
}

.message__bottom--left {
  left: 20%;
  right: auto;
}

.message__cloud--main {
  z-index: 2;
  padding: 20px;
}

.message__cloud--main .message__bottom {
  background: #f2f9fe;
  bottom: -25px;
  z-index: 3;
}

.message__cloud--bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.message__cloud--bg .message__content {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 -4px 10px #a2b0f6;
}

.message__cloud--bg .message__bottom {
  background: linear-gradient(
    135deg,
    transparent 26%,
    #f2f9fe 35%,
    #adbdff 100%
  );
  bottom: -32px;
  z-index: 2;
}

/*fixes*/
.thanks__prev .container {
  min-height: 100vh;
  justify-content: space-between;
}

.thanks__prev-block .container.block {
  padding-bottom: 0;
}

.thanks__prev-subtitle {
  text-align: center;
}
/*end fixes*/

.statistic__output {
  display: flex;
  flex-direction: column;
}

.statistic__vessels {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: -2px;
}



.statistic__message {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #d95151;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 16px;
}

.statistic__result {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 430px) {
  .personal__img {
    margin-bottom: 0;
  }

  .personal__mobile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .personal h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .personal__subtitle {
    font-size: 20px;
  }

  .statistic-triangle {
    right: -15px;
    top: calc(50% - 15px);
    transform: rotate(-135deg);
  }

  .statistic-triangle {
    right: auto;
    left: -15px;
    transform: rotate(45deg);
  }

  .statistic-girl {
    flex-direction: row-reverse;
  }

  .statistic-tooltip {
    text-align: left;
  }

  .test__block-girl {
    flex-direction: row;
    padding-bottom: 20px;
  }

  .message__bottom {
    display: none;
  }
}

@media (min-width: 480px) {
  /*.thanks__ttl, .statistic-girl {*/
  .thanks__ttl {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 640px) {
  /*.thanks__ttl, .statistic-girl {*/
  .thanks__ttl {
    margin-bottom: 38px;
  }

  .personal h2 {
    font-size: 38px;
  }

  .personal__mobile {
    margin-bottom: 0;
  }

  .personal-form {
    max-width: 300px;
    width: 100%;
  }

  .personal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .ticker__item {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  /*.thanks__ttl, .statistic-girl {*/
  .thanks__ttl {
    margin-bottom: 42px;
  }

  .personal h2 {
    text-align: center;
  }

  .statistic-image,
  .test__block-image {
    width: 120px;
    height: 120px;
  }

  .statistic-tooltip {
    border-radius: 26px;
    max-width: 380px;
    font-size: 16px;
    line-height: 1.3;
    padding: 20px;
  }

  .personal__wrapper {
    position: relative;
  }

  .personal__content {
    max-width: 55%;
    margin-left: auto;
  }

  .personal__img {
    display: block;
    max-width: 60%;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: -50px;
  }

  .ticker__item {
    font-size: 20px;
  }

  .cart-label {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .statistic__vessels {
    width: 100%;
    max-width: 305px;
    margin-bottom: -2px;
  }

  /*.thanks__ttl, .statistic-girl {*/
  .thanks__ttl {
    margin-bottom: 46px;
  }

  .personal h2 {
    text-align: left;
  }

  .personal__content {
    width: 780px;
    max-width: 100%;
  }

  .personal__img {
    left: -26px;
    max-width: 230px;
  }

  .personal__right {
    margin: 0;
  }

  .personal h2 {
    position: relative;
    font-size: 34px;
    width: 100%;
    margin-bottom: 15px;
  }

  .personal__mobile {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .personal__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .personal-form {
    max-width: 100%;
    flex-direction: row;
    margin-top: 30px;
  }

  .personal__subtitle {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    width: auto;
    max-width: 460px;
  }

  .personal__left {
    margin: 0;
  }

  .cart-button--pink {
    background-position: center right 14px;
  }

  .personal__wrapper {
    display: flex;
    gap: 40px;
  }

  .personal__title {
    display: block;
    font-size: 32px;
  }

  .statistic-triangle {
    width: 40px;
    height: 40px;
    left: -20px;
    top: calc(50% - 20px);
  }

  .statistic-tooltip {
    line-height: 1.4;
    border-radius: 34px;
    padding: 25px;
  }

  .personal__right {
    text-align: right;
  }

  .personal__label {
    margin-bottom: 12px;
    padding: 10px 20px;
  }

  .ticker__item {
    font-size: 24px;
  }

  .cart__back {
    border-radius: 27px;
    padding: 56px 30px 30px;
  }

  .thanks__prev .container {
    position: relative;
  }

  .thanks__img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto;
    max-width: 49%;
    max-height: 100%;
  }

  .thanks__wrapper {
    position: relative;
    align-items: flex-start;
    max-width: 49%;
    z-index: 2;
  }

  .thanks__percent {
    align-self: center;
  }

  .thanks__prev-title,
  .thanks__prev-subtitle {
    text-align: left;
  }

  .thanks__prev-title {
    font-size: 43px;
  }
}

@media screen and (min-width: 1220px) {
  /*.thanks__ttl, .statistic-girl {*/
  .thanks__ttl {
    margin-bottom: 50px;
  }

  .personal__img {
    max-width: 295px;
    left: -38px;
  }

  .personal h2 {
    font-size: 33px;
    margin-bottom: 28px;
  }

  .personal__content {
    width: 823px;
  }

  

  .personal__wrapper {
    gap: 50px;
  }

  .personal-form {
    margin-top: 30px;
  }

  .ticker__item {
    font-size: 28px;
  }

  .cart-label {
    font-size: 18px;
  }

  .cart__back {
    padding: 60px 30px 30px;
  }

  .thanks__prev-title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1410px) {
  .thanks__img {
    max-width: 46%;
  }

  .thanks__wrapper {
    max-width: 53%;
  }

  .thanks__prev-title {
    font-size: 50px;
  }

  .test__block-girl {
    position: absolute;
    right: 46px;
    bottom: 410px;
  }
.test__block-girl--fix1 {
  bottom: 400px;
}
  .test__block-image {
    display: none;
  }

  .test {
    position: relative;
  }

  #myForm .test__block:nth-child(odd):before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 46px;
    width: 240px;
    height: 400px;
  }

  #myForm .test__block.block2:nth-child(odd):before {
    background-size: contain;
    width: 390px;
    height: 380px;
    right: 12px;
  }

  .webp #myForm .test__block.block2:nth-child(odd):before {
    background: url("../images/doc-desk-3.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block2:nth-child(odd):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block4:nth-child(odd):before {
    background-size: contain;
  }

  .webp #myForm .test__block:nth-child(odd):before {
    background: url("../images/doc-desk-2.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block6:nth-child(odd):before {
    background-size: contain;
    width: 320px;
    height: 400px;
  }

  .webp #myForm .test__block.block6:nth-child(odd):before {
    background: url("../images/doc-desk-2.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block6:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block14:nth-child(odd):before,
  #myForm .test__block.block8:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center;
    background-size: contain;
  }

  .webp #myForm .test__block.block14:nth-child(odd):before,
  #myForm .test__block.block8:nth-child(odd):before {
    background: url("../images/doc-desk-2.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block14:nth-child(odd):before,
  #myForm .test__block.block8:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block8:nth-child(odd):before {
    background: url("../images/doc-desk-7.jpg") no-repeat center;
    width: 365px;
    height: 385px;
    /*right: 46px;*/
    /*left: auto;*/
    background-size: contain;
  }

  .webp #myForm .test__block.block8:nth-child(odd):before {
    background: url("../images/doc-desk-7.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block8:nth-child(odd):before {
    background: url("../images/doc-desk-7.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block10:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center;
    width: 240px;
    height: 400px;
    background-size: contain;
    /*right: 46px;*/
    /*left: auto;*/
  }

  .webp #myForm .test__block.block10:nth-child(odd):before {
    background: url("../images/doc-desk-2.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block10:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block12:nth-child(odd):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center;
    background-size: contain;
    width: 321px;
    height: 400px;
    /*right: 46px;*/
    /*left: auto;*/
  }

  .webp #myForm .test__block.block12:nth-child(odd):before {
    background: url("../images/doc-desk-1.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block12:nth-child(odd):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block3:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center;
    background-size: contain;
    width: 280px;
    height: 390px;
    right: 12px;
  }

  .webp #myForm .test__block.block3:nth-child(even):before {
    background: url("../images/doc-desk-6.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block3:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block5:nth-child(even):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center;
    background-size: contain;
    width: 345px;
    height: 380px;
    right: 12px;
  }

  .webp #myForm .test__block.block5:nth-child(even):before {
    background: url("../images/doc-desk-3.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block5:nth-child(even):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block9:nth-child(even):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center;
    width: 321px;
    height: 400px;
    background-size: contain;
    /*left: 46px;*/
    /*right: auto;*/
    transform: scale(-1, 1);
  }

  .webp #myForm .test__block.block9:nth-child(even):before {
    background: url("../images/doc-desk-1.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block9:nth-child(even):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block18:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center;
    background-size: contain;
    width: 240px;
    height: 460px;
    right: 46px;
    left: auto;
  }

  .webp #myForm .test__block.block18:nth-child(odd):before {
    background: url("../images/doc-desk-2.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block18:nth-child(odd):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block18:nth-child(odd):before {
    background-size: contain;
  }

  #myForm .test__block.block16:nth-child(odd):before {
    background: url("../images/doc-desk-7.jpg") no-repeat center;
    background-size: contain;
    width: 356px;
    height: 444px;
    /*right: 46px;*/
    /*left: auto;*/
  }

  .webp #myForm .test__block.block16:nth-child(odd):before {
    background: url("../images/doc-desk-7.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block16:nth-child(odd):before {
    background: url("../images/doc-desk-7.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block7:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center;
    background-size: contain;
    /*width: 316px;*/
    /*height: 440px;*/
    /*right: auto;*/
    /*left: 46px;*/
  }

  .webp #myForm .test__block.block7:nth-child(even):before {
    background: url("../images/doc-desk-6.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block7:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block11:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center;
    background-size: contain;
    width: 316px;
    height: 385px;
    /*right: auto;*/
    /*left: 46px;*/
  }

  .webp #myForm .test__block.block11:nth-child(even):before {
    background: url("../images/doc-desk-6.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block11:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block13:nth-child(even):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center;
    width: 390px;
    height: 400px;
    right: 12px;
    background-size: contain;
  }

  .webp #myForm .test__block.block13:nth-child(even):before {
    background: url("../images/doc-desk-3.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block13:nth-child(even):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block15:nth-child(even):before {
    background-size: contain;
  }

  #myForm .test__block.block17:nth-child(even):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center;
    background-size: contain;
    width: 321px;
    height: 456px;
    transform: scale(-1, 1);
    left: 46px;
    right: auto;
  }

  .webp #myForm .test__block.block17:nth-child(even):before {
    background: url("../images/doc-desk-1.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block17:nth-child(even):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block19:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center;
    background-size: contain;
    width: 316px;
    height: 440px;
    left: 46px;
    right: auto;
  }

  .webp #myForm .test__block.block19:nth-child(even):before {
    background: url("../images/doc-desk-6.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block19:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block15:nth-child(even):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center;
    background-size: contain;
    width: 240px;
    height: 400px;
  }

  .webp #myForm .test__block.block15:nth-child(even):before {
    background: url("../images/doc-desk-2.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block15:nth-child(even):before {
    background: url("../images/doc-desk-2.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block2 .test__block-girl,
  #myForm .test__block.block4 .test__block-girl,
  #myForm .test__block.block6 .test__block-girl,
  #myForm .test__block.block8 .test__block-girl,
  #myForm .test__block.block10 .test__block-girl,
  #myForm .test__block.block12 .test__block-girl,
  #myForm .test__block.block14 .test__block-girl,
  #myForm .test__block.block16 .test__block-girl {
    right: auto;
    left: 46px;
  }

  #myForm .test__block:nth-child(even):before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 46px;
    background: url("../images/doc-desk-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 321px;
    height: 400px;
  }
div.test__block.block16::before {
  height: 380px !important;
}
  .webp #myForm .test__block:nth-child(even):before {
    background: url("../images/doc-desk-1.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block:nth-child(even):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block21:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center;
    background-size: contain;
    width: 316px;
    height: 428px;
  }

  .webp #myForm .test__block.block21:nth-child(even):before {
    background: url("../images/doc-desk-6.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block21:nth-child(even):before {
    background: url("../images/doc-desk-6.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block1:nth-child(odd):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center;
    background-size: contain;
    width: 321px;
    height: 456px;
    right: 12px;
    left: auto;
  }

  .webp #myForm .test__block.block1:nth-child(odd):before {
    background: url("../images/doc-desk-1.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block1:nth-child(odd):before {
    background: url("../images/doc-desk-1.jpg") no-repeat center / contain;
  }

  #myForm .test__block.block2:nth-child(even):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center;
    background-size: contain;
    width: 390px;
    height: 430px;
    left: 12px;
  }

  .webp #myForm .test__block.block2:nth-child(even):before {
    background: url("../images/doc-desk-3.webp") no-repeat center / contain;
  }

  .no-webp #myForm .test__block.block2:nth-child(even):before {
    background: url("../images/doc-desk-3.jpg") no-repeat center / contain;
  }

  .test {
    max-width: 100%;
    padding-bottom: 0;
    overflow: hidden;
  }

  .message__bottom {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .test__block-wrapper {
    gap: 100px;
  }
}

@media (max-width: 1219px) {
  .statistic-list--after .statistic-list__title {
    text-align: right;
  }

  .statistic-result__description--before {
    right: -18px;
  }

  .statistic-result__description--after {
    left: -24px;
  }
}

@media (max-width: 1023px) {
  .statistic-result {
    width: 100%;
  }

  .statistic-list--after .statistic-list__title {
    text-align: center;
  }
  .statistic-list--before .statistic-result__arrow {
   left: 28px;
   top: -40px;
  }
  .statistic-result__chart {
    max-width: 526px;
  }
}

@media (max-width: 767px) {
  .statistic-list--after .statistic-list__title {
    text-align: right;
  }

  .statistic-result__description--after {
    left: 0;
  }
  /*.statistic-list--before .statistic-result__arrow {*/
  /*  left: 8px;*/
  /* }*/

  .advance__left p {
    line-height: 1.4;
  }

  .statistic__vessels {
    /*padding-right: 16%;*/
    margin: 0 auto -2px;
  }
}

@media (max-width: 639px) {
  .statistic-result__chart {
    padding: 84px 0 46px;
  }

  .statistic-list--before,
  .statistic-list--after {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 0;
    margin: 0;
  }

  .statistic-list--before {
    margin-bottom: 20px;
  }

  .statistic-list--after {
    margin-top: 20px;
  }

  .statistic-list__title {
    font-size: 28px;
  }

  .statistic-list--after .statistic-list__title {
    text-align: left;
    max-width: 100%;
  }

  .statistic-result__description--before {
    bottom: auto;
    top: 0;
    right: 0;
  }

  .statistic-result__description--after {
    bottom: 0;
    left: 0;
  }

  .statistic-list--before .statistic-result__arrow,
  .statistic-result__description--before .statistic-list__title,
  .statistic-result__description--after .statistic-list__title {
    display: none;
  }

  .statistic-result__arrow--mob,
  .statistic-list__title--mob {
    display: block;
  }

  .statistic-result__description {
    gap: 15px;
  }

  .statistic-list__title,
  .statistic-list__inner {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .test__prev.btn {
    padding: 16px 20px;
    box-shadow: 0 5px 10px 0 rgba(217, 81, 81, .4);
    background: #D95151 url(../images/arrow_left_white.svg) no-repeat center left 8px;
    color: #fff;
    padding-left: 40px;
  }

  .block__buy,
  .block__next.btn {
    max-width: 160px;
  }

  .buttons-steps {
    flex-direction: row;
  }
  .test_link {
    margin-bottom: 20px;
  }
  .test__line {
    margin-bottom: 0;
  }

  .test__static {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .test__block-wrapper {
    gap: 40px;
  }
  .statistic,
  .advance {
    padding: 15px;
  }

  .pressure-monitor__svg {
    max-width: 216px;
  }

  .pressure-monitor__data {
    top: 47%;
  }

  .pressure-monitor__title {
    font-size: 14px;
  }

  .pressure-monitor__value {
    font-size: 20px;
  }

  .statistic-list__title {
    font-size: 20px;
    text-align: center;
  }

  .statistic-list--after .statistic-list__title {
    text-align: center;
  }

  .statistic-list__inner {
    font-size: 16px;
  }

  .statistic-result__arrow {
    width: 34px;
    height: 44px;
  }

  .statistic-result__description--before .statistic-result__circle {
    width: 78px;
    height: 78px;
  }

  .statistic-result__description--after .statistic-result__circle {
    width: 68px;
    height: 68px;
  }

  .statistic-result__description--before .statistic-result__value {
    font-size: 22px;
  }

  .advance__left p {
    line-height: 1.2;
  }

  .statistic__message,
  .statistic__result {
    font-size: 20px;
  }

  .statistic__vessels {
    max-width: 260px;
  }
}
.footer2 {
  background: linear-gradient(#f3f5fb, #fff);

padding: 20px;
text-align: center;
line-height: 1.3;
font-size: 16px;
}

.popup__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  /* height: 398px; */
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e7eaef),
    color-stop(#e7eaef),
    color-stop(#e7eaef),
    color-stop(#e7eaef),
    color-stop(#e7eaef),
    color-stop(#e2e6ec),
    color-stop(#dee2e9),
    color-stop(#d9dee6),
    color-stop(#cfd5df),
    color-stop(#c5cdd9),
    color-stop(#bac4d2),
    to(#b0bccc)
  );
  background-image: linear-gradient(
    to right,
    #e7eaef,
    #e7eaef,
    #e7eaef,
    #e7eaef,
    #e7eaef,
    #e2e6ec,
    #dee2e9,
    #d9dee6,
    #cfd5df,
    #c5cdd9,
    #bac4d2,
    #b0bccc
  );
}
.popup__left img {
  display: none;
}
.popup__right {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .popup__content {
    gap: 30px;
    width: auto;
    padding: 30px;
  }
  .popup__left img {
    display: block;
    width: 350px;
    margin-top: 0;
  }
  .popup__right {
    width: 50%;
  }
}

.swiper-navigation {
  display: flex;
  max-width: 280px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px; /* Ð’Ñ–Ð´ÑÑ‚ÑƒÐ¿ Ð·Ð²ÐµÑ€Ñ…Ñƒ, Ñ‰Ð¾Ð± ÑÑ‚Ñ€Ñ–Ð»ÐºÐ¸ Ð½Ðµ Ñ‚Ð¾Ñ€ÐºÐ°Ð»Ð¸ÑÑ Ð»Ñ–Ð½Ñ–Ñ— Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next, .swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
  position: relative !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 25px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}


.circle {
  stroke: #002e5b;
  stroke-width: 4;
  stroke-dasharray: 100;
  stroke-dashoffset: 100; /* ÐŸÐ¾Ñ‡Ð°Ñ‚Ð¾Ðº Ð·Ñ– 100% Ð·Ð°Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ */
  transition: stroke-dashoffset 2s ease-out; /* ÐÐ½Ñ–Ð¼Ð°Ñ†Ñ–Ñ Ð·Ð°Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ */
}
.header__cloud-text {
  font-size: 16px;
}</pre></body></html>