/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
body,
h2,
p {
  margin: 0;
}
.btn,
a,
button {
  cursor: pointer;
}
.loader_wrap,
header {
  background-color: #fff;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.container,
.popup {
  max-width: 73.125rem;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-family: "Acer Foco";
  src: url(../fonts/fonts-AcerFoco-Bold.woff2) format("woff2"), url(../fonts/fonts-AcerFoco-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Acer Foco";
  src: url(../fonts/fonts-AcerFoco-Light.woff2) format("woff2"), url(../fonts/fonts-AcerFoco-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acer Foco";
  src: url(../fonts/fonts-AcerFoco-Semibold.woff2) format("woff2"), url(../fonts/fonts-AcerFoco-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Acer Foco";
  src: url(../fonts/fonts-AcerFoco-Regular.woff2) format("woff2"), url(../fonts/fonts-AcerFoco-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    scroll-behavior: smooth;
    font-size: calc(10px + (16 - 10) * ((100vw - 768px) / (1280 - 768)));
  }
}
body {
  font-family: "Acer Foco";
}
.btn {
  display: block;
}
.desk-hidden {
  display: none;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
  box-sizing: border-box;
}
.loader,
.loader_wrap {
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
}
.loader_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.loader {
  position: absolute;
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  border-radius: 50%;
  box-shadow: 0 -1.75rem 0 rgba(121, 41, 70, 0.8), 1.25rem -1.25rem 0 rgba(121, 41, 70, 0.7), 1.75rem 0 0.125rem rgba(121, 41, 70, 0.6), 1.25rem 1.25rem 0.125rem rgba(121, 41, 70, 0.5), 0 1.75rem 0.25rem rgba(121, 41, 70, 0.4),
    -1.25rem 1.25rem 0.25rem rgba(121, 41, 70, 0.3), -1.75rem 0 0.375rem rgba(121, 41, 70, 0.2), -1.25rem -1.25rem 0.375rem rgba(121, 41, 70, 0.1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: load 0.5s steps(8, end) infinite;
  animation: load 0.5s steps(8, end) infinite;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  height: 6.375rem;
  position: relative;
  z-index: 20;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
header .container .logo {
  width: 12.25rem;
  margin-top: 1.25rem;
}
header .container .nav {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 54%;
  height: 100%;
}
header .container .nav .nav__item {
  list-style: none;
  position: relative;
}
header .container .nav .nav__item a {
  text-transform: uppercase;
  color: #792946;
  font-size: 0.875rem;
  text-decoration: none;
}
header .container .nav .nav__item a:hover {
  text-decoration: underline;
  color: #651935;
}
.hero .container .btn-buy,
.test .btn-order,
header .container .btn-mail {
  text-decoration: none;
  text-transform: uppercase;
}
header .container .nav .nav__item:not(:last-child):after {
  position: absolute;
  content: "";
  background-color: #792946;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1.5625rem;
}
header .container .btn-mail {
  width: 12.1875rem;
  height: 100%;
  background-color: #b82773;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  color: #fff;
  transition: 0.15s;
}
header .container .btn-mail:hover {
  background-color: #651935;
}
header .container .btn-mail .btn-mail__icon {
  width: 1.5625rem;
  height: 1.1875rem;
  margin-bottom: 0.9375rem;
}
.hero {
  background: url(../images/img-hero_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 4.0625rem;
}
.hero .container {
  position: relative;
}
.hero .container .socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5625rem;
  width: 9.6875rem;
  width: 4.375rem;
}
.hero .container .socials .socials__btn {
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
}
.hero .container .socials .socials__btn.socials__btn-fb {
  background: url(../fonts/img-i_fb.svg) 50% 50% no-repeat;
  background-size: contain;
}
.hero .container .socials .socials__btn.socials__btn-vk {
  background: url(../fonts/img-i_vk.svg) 50% 50% no-repeat;
  background-size: contain;
}
.hero .container .socials .socials__btn.socials__btn-ok {
  background: url(../fonts/img-i_ok.svg) 50% 50% no-repeat;
  background-size: contain;
}
.hero .container .socials .socials__btn.socials__btn-insta {
  background: url(../fonts/img-i_insta.svg) 50% 50% no-repeat;
  background-size: contain;
}
.hero .container .texts .texts__title {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #e6e7e9;
  text-transform: uppercase;
  margin-top: 5rem;
  text-shadow: 0px 6px 14.4px rgba(0, 0, 0, 0.8);
}
.hero .container .texts .texts__desc {
  font-size: 1.25rem;
  font-weight: 400;
  color: #e6e7e9;
  margin-top: 2.5rem;
  text-shadow: 0px 6px 14.4px rgba(0, 0, 0, 0.8);
}
.hero .container .qualities {
  width: 36.5625rem;
  height: 6.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.hero .container .qualities .qualities__item {
  width: 33.1%;
  height: 100%;
  padding: 1.25rem 0.9375rem;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: default;
}
.hero .container .qualities .qualities__item:first-child {
  background-color: rgba(185, 39, 115, 0.7);
}
.hero .container .qualities .qualities__item:nth-child(2) {
  background-color: rgba(129, 124, 127, 0.7);
}
.hero .container .qualities .qualities__item:last-child {
  background-color: rgba(162, 158, 159, 0.7);
}
.hero .container .qualities .qualities__item:hover:first-child {
  background-color: #b92773;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.hero .container .qualities .qualities__item:hover:nth-child(2) {
  background-color: #817c7f;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.hero .container .qualities .qualities__item:hover:last-child {
  background-color: #a29e9f;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.hero .container .qualities .qualities__item:hover p {
  text-shadow: 0 0 12px #8ba4c0;
}
.hero .container .qualities .qualities__item p {
  font-weight: 300;
  font-size: 0.875rem;
  color: #fff;
}
.hero .container .btn-buy {
  position: absolute;
  right: 0.9375rem;
  bottom: -1.875rem;
  background-color: #b82773;
  width: 9.8125rem;
  height: 3.3125rem;
  border-radius: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.21875rem;
  transition: 0.15s;
}
.hero .container .btn-buy:hover {
  background-color: #651935;
}
.composition {
  background: #ebebea;
  background: linear-gradient(180deg, #ebebea 0, #fff 32%, #f0c0d4 100%);
  padding-top: 3.125rem;
  padding-bottom: 13.125rem;
  color: #651935;
}
.composition .container {
  position: relative;
}
.composition .container .title {
  font-weight: 600;
  font-size: 1.875rem;
}
.composition .container .btn-downnload {
  position: absolute;
  color: #792946;
  top: 0;
  right: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.75rem;
  z-index: 5;
}
.composition .container .btn-downnload .btn-downnload__icon {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-bottom: 0.625rem;
}
.composition .container .pill {
  position: relative;
}
.composition .container .pill .pill__img {
  display: block;
  width: 15.3125rem;
  height: 11.375rem;
  margin: 14.375rem auto 0;
  padding-right: 1.5rem;
}
.composition .container .pill .pill__line {
  position: absolute;
}
.composition .container .pill .pill__line.pill__line1 {
  background: url(../fonts/img-line1.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 31.8125rem;
  height: 6.625rem;
  top: -2.8125rem;
  left: 0;
}
.composition .container .pill .pill__line.pill__line1 p {
  position: absolute;
  top: -6.25rem;
  left: 0;
  font-size: 2.1875rem;
  line-height: 3.125rem;
}
.composition .container .pill .pill__line.pill__line1 p span {
  display: block;
  font-size: 6rem;
}
.composition .container .pill .pill__line.pill__line2 {
  background: url(../fonts/img-line2.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 32.375rem;
  height: 3.5625rem;
  top: -2.8125rem;
  right: 0;
}
.composition .container .pill .pill__line.pill__line2 p {
  position: absolute;
  top: -6.25rem;
  right: 0;
  font-size: 2.1875rem;
  line-height: 3.125rem;
  text-align: right;
}
.composition .container .pill .pill__line.pill__line2 p span {
  display: block;
  font-size: 6rem;
}
.composition .container .pill .pill__line.pill__line3 {
  background: url(../fonts/img-line3.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 9.625rem;
  height: 5.3125rem;
  top: 10.625rem;
  left: 22.5rem;
}
.composition .container .pill .pill__line.pill__line3 p {
  position: absolute;
  top: 3.7rem;
  left: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.composition .container .pill .pill__line.pill__line3 p span {
  display: block;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}
.composition .container .pill .pill__line.pill__line4 {
  background: url(../fonts/img-line4.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 9.125rem;
  height: 8.125rem;
  top: 7.5rem;
  right: 24.0625rem;
}
.composition .container .pill .pill__line.pill__line4 .leaf_pic {
  position: absolute;
  display: block;
  width: 1.75rem;
  height: 2.3125rem;
  top: 5.1875rem;
  right: 0;
}
.composition .container .pill .pill__line.pill__line4 p {
  position: absolute;
  top: 8rem;
  right: 0;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.composition .container .pill .pill__line.pill__line4 p span {
  color: #2c7e04;
}
.composition .container .pill .pill__top-text {
  position: absolute;
  width: 8.4375rem;
  top: -6.875rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.composition .container .pill .pill__top-text span {
  display: block;
  font-size: 3.0625rem;
  font-weight: 300;
}
.composition .container .pill .pill__list {
  position: absolute;
  top: -0.625rem;
  display: flex;
  flex-direction: row;
}
.composition .container .pill .pill__list.pill__list1 {
  left: 0;
  text-align: left;
}
.composition .container .pill .pill__list.pill__list2 {
  right: 0;
  text-align: right;
}
.composition .container .pill .pill__list .pill__list__col:first-child {
  margin-right: 3.125rem;
}
.composition .container .pill .pill__list .pill__list__col .pill__list__item {
  font-size: 1.125rem;
  color: #b9105e;
  margin-bottom: 1.25rem;
}
.composition .container .pill .pill__list .pill__list__col .pill__list__item span {
  display: block;
  font-weight: 700;
}
.advantages {
  color: #651935;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 6.875rem;
}
.advantages .container .text {
  font-size: 1.25rem;
  font-weight: 700;
}
.advantages .container .items {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.advantages .container .items .items__item {
  position: relative;
  width: 16.3125rem;
  height: 20.75rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  cursor: default;
}
.advantages .container .items .items__item .pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 16.3125rem;
  height: 15.6875rem;
  transition: 0.5s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.advantages .container .items .items__item .pic img {
  width: 100%;
  height: 100%;
}
.advantages .container .items .items__item .pic-text-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.3125rem;
  height: 15.6875rem;
  transition: 0.5s ease;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.advantages .container .items .items__item .pic-text-bg img {
  width: 100%;
  height: 100%;
}
.advantages .container .items .items__item .pic-text-bg .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 39, 115, 0.9);
}
.advantages .container .items .items__item .pic-text-bg .pic-text {
  position: relative;
  color: #fff;
  font-size: 1rem;
  padding: 0.9375rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
}
.advantages .container .items .items__item:hover .pic-text-bg {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.advantages .container .items .items__item .desc {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
}
.advantages .container .items .items__item .desc span {
  display: block;
  font-size: 2.25rem;
}
.how {
  background: #ebebea;
  background: linear-gradient(180deg, #ebebea 0, #fff 32%, #f0c0d4 100%);
  padding-top: 4.375rem;
  padding-bottom: 16.25rem;
}
.how > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.how > .container .move_down {
  position: absolute;
  top: 8.125rem;
  left: 12.6875rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #b9105e;
  transition: 0.3s;
}
.how > .container .text_block {
  position: absolute;
  bottom: 2.5rem;
  left: 0.9375rem;
  color: #b92773;
}
.how > .container .text_block .logo {
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.how > .container .text_block .desc {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.875rem;
}
.how > .container .how_move_pic {
  width: 28.0625rem;
  height: 28.0625rem;
  border-radius: 50%;
}
.how > .container .how_move_pic .twentytwenty-handle {
  background-color: #6c6c6c;
  height: 4.875rem;
  width: 4.875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  border: none;
  border-radius: 50%;
  z-index: 40;
  cursor: pointer;
}
.how > .container .how_move_pic .twentytwenty-down-arrow {
  border-top: 0.75rem solid #fff;
  bottom: 49%;
  margin-bottom: -1.9375rem;
}
.how > .container .how_move_pic .twentytwenty-up-arrow {
  border-bottom: 0.75rem solid #fff;
  top: 50%;
  margin-top: -1.9375rem;
}
.how > .container .items {
  position: relative;
}
.how > .container .items .items__col1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 28.75rem;
  transition: 0.3s;
}
.how > .container .items .items__col1 .item {
  width: 10.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how > .container .items .items__col1 .item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.how > .container .items .items__col1 .item .text {
  width: 10.375rem;
  height: 4rem;
  background-color: #6c6c6c;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}
.how > .container .items .items__col1 .item .pic {
  margin-top: 1.5625rem;
}
.how > .container .items .items__col1 .item .pic img {
  width: 9.125rem;
  height: 9.125rem;
}
.how > .container .items .items__col2 {
  opacity: 0;
  position: absolute;
  width: 28.75rem;
  top: 3.75rem;
  left: 0;
  color: #b92773;
  transition: 0.3s;
}
.how > .container .items .items__col2 .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.how > .container .items .items__col2 .item:not(:first-child) {
  margin-top: 1.875rem;
}
.how > .container .items .items__col2 .item .texts .title {
  font-size: 2.25rem;
  font-weight: 600;
}
.how > .container .items .items__col2 .item .texts .desc {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.how > .container .items .items__col2 .item .texts .end {
  background-color: #b82773;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-top: 1.875rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}
.how > .container .items .items__col2 .item .pic img {
  width: 9.125rem;
  height: 9.125rem;
}
.test {
  color: #651935;
  padding-top: 4.375rem;
  padding-bottom: 2.5rem;
}
.test .title {
  font-size: 3.3125rem;
  font-weight: 600;
  text-align: center;
}
.test .title span {
  color: #cc669b;
}
.test .test__wrap {
  border-radius: 6.25rem;
  box-shadow: 0 0 10.375rem 0 rgba(184, 39, 115, 0.24);
  width: 82%;
  margin: 4.375rem auto 0;
  padding: 5.625rem 6.25rem;
  box-sizing: border-box;
}
.test .test__wrap .test__first-screen {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.test .test__wrap .test__first-screen.active {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  opacity: 1;
}
.test .test__wrap .test__first-screen .pic img {
  width: 11.75rem;
  height: 11.75rem;
}
.test .test__wrap .test__first-screen .texts p {
  font-size: 1.375rem;
  font-weight: 300;
  color: #792946;
}
.test .test__wrap .test__first-screen .texts button {
  margin-top: 3.75rem;
  width: 13.125rem;
  height: 3.9375rem;
  background-color: #792946;
  border: none;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
}
.test .test__wrap .test__first-screen .texts button:hover {
  background-color: #b9105e;
}
.test .test__wrap .test__main-screen {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.test .test__wrap .test__main-screen.active {
  display: block;
  opacity: 1;
}
.test .test__wrap .test__main-screen .q {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
.test .test__wrap .test__main-screen .q.active {
  opacity: 1;
  position: relative;
}
.test .test__wrap .test__main-screen .q .q__title {
  font-size: 1.75rem;
  font-weight: 600;
}
.test .test__wrap .test__main-screen .q .q__answer {
  font-size: 1.375rem;
  font-weight: 300;
  margin-top: 1.875rem;
  margin-left: -1.25rem;
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.test .test__wrap .test__main-screen .q .q__answer span {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.test .test__wrap .test__main-screen .q .q__answer:hover {
  background-color: rgba(204, 102, 155, 0.15);
}
.test .test__wrap .test__main-screen .q .q__answer.active {
  background-color: #792946;
  color: #fff;
}
.test .test__wrap .test__main-screen .q button {
  margin: 3.125rem auto 0;
  width: 13.125rem;
  height: 3.9375rem;
  background-color: #792946;
  border: none;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.test .test__wrap .test__main-screen .q button:hover {
  background-color: #b9105e;
}
.test .test__wrap .test__main-screen .q button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.test .test__wrap .test__result-screen {
  position: relative;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.test .test__wrap .test__result-screen.active {
  display: block;
  opacity: 1;
}
.test .test__wrap .test__result-screen .loader_wrap {
  position: absolute;
}
.test .test__wrap .test__result-screen .res {
  display: none;
}
.test .test__wrap .test__result-screen .res.active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.test .test__wrap .test__result-screen .res .score {
  width: 25%;
  font-size: 1.75rem;
  font-weight: 600;
  color: #792946;
}
.test .test__wrap .test__result-screen .res .score span {
  display: block;
  color: #cc669b;
}
.test .test__wrap .test__result-screen .res .text {
  width: 67%;
  font-size: 1.125rem;
  font-weight: 300;
}
.test .test__wrap .test__result-screen .res .text span {
  font-weight: 700;
}
.test .test__wrap .test__result-screen button {
  margin: 3.125rem auto 0;
  width: 13.125rem;
  height: 3.9375rem;
  background-color: #792946;
  border: none;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.test .test__wrap .test__result-screen button:hover {
  background-color: #b9105e;
}
.test .btn-order {
  background-color: #b82773;
  width: 15.8125rem;
  height: 5.375rem;
  margin: 4.6875rem auto 0;
  border-radius: 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.96875rem;
  transition: 0.15s;
  position: relative;
  z-index: 2;
}
.test .btn-order:hover {
  background-color: #651935;
}
.test .mail {
  font-size: 1.3125rem;
  color: #b62670;
  display: block;
  text-align: center;
  margin: 2.8125rem auto;
}
.footer_msg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0.8125rem 0;
  z-index: 998;
  width: 100%;
  background-color: #e8e8e8;
}
.footer_msg p {
  color: rgba(121, 41, 70, 0.4);
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.footer_msg .footer_msg__close_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3125rem;
  margin: auto;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.popup,
.shadow_popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}
.shadow_popup {
  background-color: #792946;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.popup {
  top: 15%;
  background-color: #fff;
}
.popup .close_popup {
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
}
.popup.popup__about {
  color: #651935;
}
.popup.popup__about .container {
  padding: 4.0625rem 6.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup.popup__about .container .col {
  width: 40%;
}
.popup.popup__about .container .col:nth-child(2) {
  width: 50%;
}
.popup.popup__about .container .col .title {
  font-size: 3.3125rem;
  font-weight: 600;
}
.popup.popup__about .container .col p {
  font-size: 1.25rem;
  font-weight: 300;
}
.popup.popup__about .container .col p b {
  font-weight: 600;
}
.popup.popup__about .container .col p.about {
  margin-top: 3.125rem;
  font-weight: 600;
}
@media (max-width: 480px) and (min-width: 300px) and (max-width: 480px) {
  html {
    scroll-behavior: smooth;
    font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (480 - 300)));
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }
  .desk-hidden {
    display: block;
  }
  header {
    height: 7.5rem;
  }
  header .container {
    padding: 0;
    position: relative;
  }
  header .container .logo {
    width: 14.25rem;
    margin-top: 1.25rem;
  }
  header .container .logo img {
    width: 100%;
  }
  header .container .burger_wrap {
    background-color: #b82773;
    width: 6.5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .container .burger_wrap .burger-menu {
    width: 3.75rem;
    height: 2.8125rem;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  header .container .burger_wrap .burger-menu span {
    display: block;
    position: absolute;
    height: 0.375rem;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: 0.25s ease-in-out;
  }
  header .container .burger_wrap .burger-menu span:nth-child(1) {
    top: 0;
  }
  header .container .burger_wrap .burger-menu span:nth-child(2) {
    top: 1.125rem;
  }
  header .container .burger_wrap .burger-menu span:nth-child(3) {
    top: 2.25rem;
  }
  header .container .burger_wrap .burger-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -0.1875rem;
    left: 0.5rem;
  }
  header .container .burger_wrap .burger-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  header .container .burger_wrap .burger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2.4375rem;
    left: 0.5rem;
  }
  header .container .btn-mail,
  header .container .nav {
    display: none;
  }
  header .container .nav-mob {
    display: none;
    position: absolute;
    top: 7.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding-left: 0;
    background-color: #fff;
    z-index: 15;
  }
  header .container .nav-mob li {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #c11c73;
    cursor: pointer;
  }
  header .container .nav-mob li:last-child {
    border-bottom: 2px solid #c11c73;
  }
  header .container .nav-mob li:not(:last-child):after {
    position: absolute;
    content: "";
    background: url(../fonts/img-menu_btn_down.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 2.1875rem;
    height: 1.125rem;
    top: 0;
    right: 1.5625rem;
    bottom: 0;
    margin: auto;
  }
  header .container .nav-mob li a {
    display: block;
    padding: 1.875rem 1.25rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #792946;
    text-transform: uppercase;
    text-decoration: none;
  }
  header .container .nav-mob li .btn-mail-mob {
    padding: 5.3125rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .container .nav-mob li .btn-mail-mob .btn-mail__icon {
    width: 2.375rem;
    height: 1.8125rem;
    margin-bottom: 0.9375rem;
  }
  header .container .btn-cart {
    background-color: #b82773;
    width: 6.5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .container .btn-cart img {
    width: 4.0625rem;
    height: 3.75rem;
  }
  .hero {
    background: url(../images/img-bg_hero_mob.jpg) 50% 0 no-repeat;
    background-size: cover;
    padding-top: 24.6875rem;
    padding-bottom: 4.0625rem;
  }
  .hero .container {
    position: relative;
    padding: 0;
  }
  .hero .container .btn-buy,
  .hero .container .qualities,
  .hero .container .socials,
  .hero .container .texts {
    display: none;
  }
  .hero .container .qualities-mob {
    height: 8.4375rem;
  }
  .hero .container .qualities-mob .qualities__item {
    background-color: rgba(185, 39, 115, 0.8);
    height: 8.4375rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .hero .container .qualities-mob .qualities__item p {
    color: #fff;
    text-align: center;
  }
  .hero .container .slick-slider .slick-arrow {
    width: 3.9375rem;
    height: 3.9375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
  }
  .hero .container .slick-slider .slick-arrow.slick-prev {
    left: 1.25rem;
  }
  .hero .container .slick-slider .slick-arrow.slick-next {
    right: 1.25rem;
  }
  .hero .container .slick-slider .slick-dots {
    padding: 0;
    width: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.25rem auto 0;
  }
  .hero .container .slick-slider .slick-dots li {
    list-style: none;
    width: 0.75rem;
    height: 0.75rem;
  }
  .hero .container .slick-slider .slick-dots li button {
    color: transparent;
    background-color: #651935;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #651935;
    box-sizing: border-box;
    width: 0.75rem;
    height: 0.75rem;
    outline: 0;
  }
  .hero .container .slick-slider .slick-dots li.slick-active button {
    background-color: transparent;
  }
  .composition {
    background: #ebebea;
    background: linear-gradient(180deg, #ebebea 0, #fff 32%, #f0c0d4 100%);
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    color: #651935;
  }
  .composition .container {
    position: relative;
  }
  .composition .container .title {
    font-weight: 600;
    font-size: 1.875rem;
  }
  .composition .container .btn-downnload {
    position: absolute;
    color: #792946;
    top: 6.25rem;
    right: 0.9375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 6.25rem;
    text-align: right;
    font-size: 0.75rem;
  }
  .composition .container .btn-downnload .btn-downnload__icon {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-bottom: 0.625rem;
  }
  .composition .container .pill {
    position: relative;
  }
  .composition .container .pill .pill__img {
    display: block;
    width: 15.3125rem;
    height: 11.375rem;
    margin: 2.1875rem 0 0;
    padding-right: 1.5rem;
  }
  .composition .container .pill .pill__line,
  .composition .container .pill .pill__list,
  .composition .container .pill .pill__top-text {
    display: none;
  }
  .composition .container .pill .pill__line-mob p {
    font-size: 2rem;
    line-height: 2.875rem;
    text-align: center;
  }
  .composition .container .pill .pill__line-mob p span {
    display: block;
    font-size: 5.4375rem;
  }
  .composition .container .pill .pill__list-mob .pill__list__col-mob {
    margin-top: 1.25rem;
  }
  .composition .container .pill .pill__list-mob .pill__list__col-mob .pill_slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .composition .container .pill .pill__list-mob .pill__list__col-mob .pill_slide .pill__list__item-mob {
    font-size: 1.6875rem;
    color: #b9105e;
    margin-bottom: 1.25rem;
    width: 40%;
  }
  .composition .container .pill .pill__list-mob .pill__list__col-mob .pill_slide .pill__list__item-mob span {
    display: block;
    font-weight: 700;
  }
  .composition .container .pill .pill__line-mob_end-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .composition .container .pill .pill__line-mob_end-wrap .pill__line-mob_end p {
    font-size: 1.6875rem;
  }
  .composition .container .pill .pill__line-mob_end-wrap .pill__line-mob_end p span {
    display: block;
    font-size: 3.375rem;
    font-weight: 600;
  }
  .composition .container .pill .pill__line-mob_end-wrap .pill__line-mob_end .leaf_pic {
    width: 2.625rem;
    height: 3.5rem;
  }
  .composition .container .pill .pill__line-mob_end-wrap .pill__line-mob_end:last-child p {
    font-size: 1.6875rem;
  }
  .composition .container .pill .pill__line-mob_end-wrap .pill__line-mob_end:last-child p span {
    font-size: 1.6875rem;
    color: #2c7e04;
  }
  .composition .slick-slider .slick-dots {
    padding: 0;
    width: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.25rem auto 3.125rem;
  }
  .composition .slick-slider .slick-dots li {
    list-style: none;
    width: 0.75rem;
    height: 0.75rem;
  }
  .composition .slick-slider .slick-dots li button {
    color: transparent;
    background-color: #651935;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #651935;
    box-sizing: border-box;
    width: 0.75rem;
    height: 0.75rem;
    outline: 0;
  }
  .composition .slick-slider .slick-dots li.slick-active button {
    background-color: transparent;
  }
  .advantages {
    color: #651935;
    background-color: #fff;
    padding-top: 4.375rem;
    padding-bottom: 6.875rem;
  }
  .advantages .container {
    padding: 0;
  }
  .advantages .container .text {
    padding: 0 1.25rem;
    font-size: 1.875rem;
    font-weight: 700;
  }
  .advantages .container .items,
  .advantages .container .text br {
    display: none;
  }
  .advantages .container .items-mob {
    margin-top: 5rem;
  }
  .advantages .container .items-mob .items__item {
    position: relative;
    width: 100%;
    height: 35rem;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    cursor: default;
  }
  .advantages .container .items-mob .items__item .pic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 27.8125rem;
    transition: 0.5s;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .advantages .container .items-mob .items__item .pic img {
    width: 100%;
    height: auto;
  }
  .advantages .container .items-mob .items__item .pic-text-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 27.8125rem;
    transition: 0.5s ease;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  .advantages .container .items-mob .items__item .pic-text-bg img {
    width: 100%;
    height: 100%;
  }
  .advantages .container .items-mob .items__item .pic-text-bg .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(185, 39, 115, 0.9);
  }
  .advantages .container .items-mob .items__item .pic-text-bg .pic-text {
    position: relative;
    color: #fff;
    font-size: 1.625rem;
    padding: 0.9375rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
  }
  .advantages .container .items-mob .items__item:hover .pic-text-bg {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .advantages .container .items-mob .items__item .desc {
    margin-top: 0;
    font-size: 1.6875rem;
    padding: 0 1.25rem;
  }
  .advantages .container .items-mob .items__item .desc span {
    display: block;
    font-size: 3.375rem;
  }
  .advantages .slick-slider .slick-dots {
    padding: 0;
    width: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.25rem auto 3.125rem;
  }
  .advantages .slick-slider .slick-dots li {
    list-style: none;
    width: 0.75rem;
    height: 0.75rem;
  }
  .advantages .slick-slider .slick-dots li button {
    color: transparent;
    background-color: #651935;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #651935;
    box-sizing: border-box;
    width: 0.75rem;
    height: 0.75rem;
    outline: 0;
  }
  .advantages .slick-slider .slick-dots li.slick-active button {
    background-color: transparent;
  }
  .how {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .how > .container {
    flex-direction: column;
    position: relative;
  }
  .how > .container .text_block {
    position: absolute;
    bottom: -1.25rem;
    left: 0.9375rem;
    color: #b92773;
  }
  .how > .container .how_move_pic {
    width: 26.875rem;
    height: 26.875rem;
  }
  .how > .container .items {
    position: relative;
    margin-top: 2.5rem;
  }
  .how > .container .items .items__col1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 28.75rem;
    transition: 0.3s;
  }
  .how > .container .items .items__col1 .item {
    width: 10.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how > .container .items .items__col1 .item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .how > .container .items .items__col1 .item .pic {
    margin-top: 1.5625rem;
  }
  .how > .container .items .items__col1 .item .pic img {
    width: 9.125rem;
    height: 9.125rem;
  }
  .how > .container .items .items__col2 {
    opacity: 0;
    position: absolute;
    width: 28.75rem;
    top: 0;
    left: 0;
    color: #b92773;
    transition: 0.3s;
  }
  .how > .container .items .items__col2 .slick-dots {
    margin-top: 1.875rem;
  }
  .how > .container .items .items__col2 .item {
    padding: 0 1.25rem;
  }
  .how > .container .items .items__col2 .item:not(:first-child) {
    margin-top: 0;
  }
  .how > .container .items .items__col2 .item .pic img {
    width: 9.125rem;
    height: 9.125rem;
  }
  .how .slick-slider .slick-dots {
    padding: 0;
    width: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.25rem auto 3.125rem;
  }
  .how .slick-slider .slick-dots li {
    list-style: none;
    width: 0.75rem;
    height: 0.75rem;
  }
  .how .slick-slider .slick-dots li button {
    color: transparent;
    background-color: #651935;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #651935;
    box-sizing: border-box;
    width: 0.75rem;
    height: 0.75rem;
    outline: 0;
  }
  .how .slick-slider .slick-dots li.slick-active button {
    background-color: transparent;
  }
  .test {
    color: #651935;
    padding-top: 3.4375rem;
    padding-bottom: 2.5rem;
  }
  .test .title {
    font-size: 3.1875rem;
    font-weight: 600;
    text-align: center;
  }
  .test .title span {
    color: #cc669b;
  }
  .test .test__wrap {
    width: 100%;
    border-radius: 1.875rem;
    margin: 4.375rem auto 0;
    padding: 1.5625rem 1.25rem;
    box-sizing: border-box;
  }
  .test .test__wrap .test__first-screen {
    display: none;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
  }
  .test .test__wrap .test__first-screen br {
    display: none;
  }
  .test .test__wrap .test__first-screen.active {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    opacity: 1;
  }
  .test .test__wrap .test__first-screen .pic img {
    width: 11.75rem;
    height: 11.75rem;
    margin-left: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .test .test__wrap .test__first-screen .texts p {
    font-size: 1.375rem;
    font-weight: 300;
    color: #792946;
  }
  .test .test__wrap .test__first-screen .texts button {
    margin-top: 3.75rem;
    width: 13.125rem;
    height: 3.9375rem;
    border: none;
    border-radius: 1.875rem;
  }
  .test .test__wrap .test__main-screen {
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .test .test__wrap .test__main-screen.active {
    display: block;
    opacity: 1;
  }
  .test .test__wrap .test__main-screen .q {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
  }
  .test .test__wrap .test__main-screen .q.active {
    opacity: 1;
    position: relative;
  }
  .test .test__wrap .test__main-screen .q .q__title {
    font-size: 1.75rem;
    font-weight: 600;
  }
  .test .test__wrap .test__main-screen .q .q__answer {
    margin-top: 1.875rem;
    margin-left: 0;
    cursor: pointer;
    border-radius: 1.25rem;
    padding: 1.25rem;
  }
  .test .test__wrap .test__main-screen .q .q__answer span {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3125rem;
  }
  .test .test__wrap .test__main-screen .q button {
    margin: 3.125rem auto 0;
    width: 13.125rem;
    height: 3.9375rem;
    background-color: #792946;
    border: none;
    border-radius: 1.875rem;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  .test .test__wrap .test__result-screen .res.active {
    flex-direction: column;
  }
  .test .test__wrap .test__result-screen .res .score {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .test .test__wrap .test__result-screen .res .text {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 300;
  }
  .test .test__wrap .test__result-screen .res .text span {
    font-weight: 700;
  }
  .test .test__wrap .test__result-screen button {
    margin: 3.125rem auto 0;
    width: 13.125rem;
    height: 3.9375rem;
    background-color: #792946;
    border: none;
    border-radius: 1.875rem;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  .test .test__wrap .test__result-screen button:hover {
    background-color: #b9105e;
  }
  .test .socials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5625rem;
    width: 17.5rem;
    width: 9.375rem;
    margin: 0 auto;
  }
  .test .socials .socials__btn {
    display: block;
    width: 3.625rem;
    height: 3.625rem;
  }
  .test .socials .socials__btn.socials__btn-fb {
    background: url(../fonts/img-i_fb_mob.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .test .socials .socials__btn.socials__btn-vk {
    background: url(../fonts/img-i_vk_mob.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .test .socials .socials__btn.socials__btn-ok {
    background: url(../fonts/img-i_ok_mob.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .test .socials .socials__btn.socials__btn-insta {
    background: url(../fonts/img-i_insta_mob.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .popup {
    display: none;
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 73.125rem;
    background-color: #fff;
  }
  .popup .close_popup {
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    cursor: pointer;
  }
  .popup.popup__about {
    color: #651935;
  }
  .popup.popup__about .container {
    padding: 3.125rem 1.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .popup.popup__about .container .col,
  .popup.popup__about .container .col:nth-child(2) {
    width: 100%;
  }
  .popup.popup__about .container .col .title {
    font-size: 3.3125rem;
    font-weight: 600;
  }
  .popup.popup__about .container .col p {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .popup.popup__about .container .col p b {
    font-weight: 600;
  }
  .popup.popup__about .container .col p.about {
    margin-top: 3.125rem;
    font-weight: 600;
  }
  .footer_msg p {
    font-size: 1.1875rem;
  }
  .footer_msg .footer_msg__close_btn {
    display: none;
  }
}



.modal_form_show {
	display: none;
    border: 1px;
    border-radius: 5px;
    margin: 0px!important;
    padding: 1.2em!important;
}
.modal-dialog-centered {
    display: block;
    text-align: center;
}
.modal_form_show h2 {
    color: #b82773;
    font-weight: bolder;
    font-size: 1.875em;
    font-family: "Roboto",sans-serif!important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    position: relative;
    max-width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
}
button.button-link {
    background-color: #b82773;
    color: #ffffff;
    font-size: 1em;
    border: 0;
    border-radius: .25em;
    display: inline-block;
    cursor: pointer;
    font-family: "Roboto",sans-serif!important;
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500;
    overflow: visible;
}
button.button-link:hover {
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
}
button.button-link:active {
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2));
}
.modal-dialog-footer {
    display: flex;
    -webkit-tap-highlight-color: transparent;
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
    font-family: "Roboto",sans-serif!important;
}





.footer_socials {
  justify-content: space-between;
  align-items: center;
  width: 9.6875rem;
  width: 4.375rem;
display: flex; 
margin: 0 auto;
}
.footer_socials .socials__btn {
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
}
.footer_socials .socials__btn.socials__btn-fb {
  background: url(../fonts/img-i_fb.svg) 50% 50% no-repeat;
  background-size: contain;
}
.footer_socials .socials__btn.socials__btn-vk {
  background: url(../fonts/img-i_vk.svg) 50% 50% no-repeat;
  background-size: contain;
}
.footer_socials .socials__btn.socials__btn-ok {
  background: url(../fonts/img-i_ok.svg) 50% 50% no-repeat;
  background-size: contain;
}
.footer_socials .socials__btn.socials__btn-insta {
  background: url(../fonts/img-i_insta.svg) 50% 50% no-repeat;
  background-size: contain;
}