.row,
.slider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.ac,
.ac.slider__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.as,
.as.slider__row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row.ab,
.ab.slider__row {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.row.jc,
.jc.slider__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.jsb,
.jsb.slider__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.jsa,
.jsa.slider__row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.reverse,
.reverse.slider__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .row.reverse,
  .reverse.slider__row {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
}

@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}

@-moz-viewport {
  width: device-width;
  initial-scale: 1;
}

@-webkit-viewport {
  width: device-width;
  initial-scale: 1;
}

*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

video,
audio,
canvas {
  display: inline-block;
}

span {
  display: inline-block;
}

a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

a,
button,
[type="button"],
[type="submit"] {
  -webkit-transition: color 0.25s, background 0.25s, opacity 0.25s;
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
}

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}

p {
  margin: 0;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

img,
svg,
embed,
object,
iframe,
video,
audio,
canvas {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}

img {
  image-rendering: optimizeQuality;
}

svg {
  color: inherit;
}
svg:not(:root) {
  overflow: hidden;
}

progress {
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}

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

input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: middle;
}

button,
label,
select,
summary,
[type="button"],
[type="submit"],
[type="reset"],
[type="checkbox"],
[type="radio"],
[type="range"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

[type="button"],
[type="submit"],
[type="search"],
[type="radio"],
[type="range"],
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-outer-spin-button,
::-webkit-inner-spin-button,
::-webkit-slider-thumb {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
}

::-webkit-details-marker {
  display: none;
}

[type="radio"] {
  -webkit-appearance: radio;
}

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

::-ms-clear,
::-ms-reveal {
  display: none;
}

input,
textarea {
  width: 100%;
}

input {
  text-overflow: ellipsis;
}

textarea {
  overflow: auto;
  resize: none;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

:disabled {
  pointer-events: none;
}

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

td,
th {
  padding: 0;
  text-align: center;
}

article p:not(:empty) {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

article img,
article embed,
article object,
article iframe,
article video {
  display: block;
  margin: auto;
}

article span {
  display: inline;
}

article ul,
article ol,
article menu {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article ul ul,
article ul ol,
article ul menu,
article ol ul,
article ol ol,
article ol menu,
article menu ul,
article menu ol,
article menu menu {
  margin: 0;
  padding-left: 1.3em;
}
article ul > li:before,
article ol > li:before,
article menu > li:before {
  margin-right: 0.7em;
}
article ul > li p,
article ol > li p,
article menu > li p {
  display: inline;
}

article ul > li:before,
article menu > li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: 10%;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000;
}

article ul > li li:before,
article menu > li li:before {
  background: transparent;
}

article ol {
  counter-reset: count;
}
article ol > li:before {
  content: counter(count) ".";
  counter-increment: count;
}

html {
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 320px) {
  html {
    font-size: 20px;
    font-size: calc(0.0025 * 100vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.main {
  margin-top: 3em;
}

.container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

a {
  display: inline-block;
  vertical-align: baseline;
  color: #e41749;
  text-decoration: underline;
}

p {
  padding-bottom: 1em;
}
p:last-of-type {
  margin-bottom: 0;
}
p + ul,
p ol {
  margin-top: 0;
}

ul.list {
  margin: 1.2em 0;
}
ul.list li {
  position: relative;
  padding-right: 1em;
  margin-bottom: 0.5em;
}
ul.list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e41749;
}

img {
  display: inline-block;
}

blockquote {
  padding: 0.5em 0.5em 0.5em 1.1em;
  margin: 0 0 1.4em 0.9em;
  border-right: 8px solid #f5587b;
  font-size: 1.1em;
  font-style: italic;
  background: rgba(245, 88, 123, 0.3);
}
@media (max-width: 500px) {
  blockquote {
    margin: 1em 0;
  }
}

.accent {
  color: #e41749;
}

.accent2 {
  color: #f5587b;
}

.note {
  font-size: 0.7em;
}

.hidden {
  display: none;
}

.section__title,
.comments__title,
.section__lead,
.content__lide {
  margin: 0.5em 0;
  text-align: center;
  font-weight: 700;
}

.section__title,
.comments__title {
  font-size: 2em;
  color: #e41749;
}

.section__lead {
  font-size: 1.1em;
  line-height: 1.45;
}

.content__lide {
  font-size: 18px;
  color: #f5587b;
  margin-bottom: 1em;
}
@media (min-width: 320px) {
  .content__lide {
    font-size: 20px;
    font-size: calc(0.0075 * 100vw + 15.6px);
  }
}
@media (min-width: 1920px) {
  .content__lide {
    font-size: 30px;
  }
}

.mobil {
  display: none;
}
@media (max-width: 700px) {
  .mobil {
    display: block;
  }
}

@media (max-width: 700px) {
  .desk {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.header .btn {
  font-size: 0.9em;
}
.header .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  height: 1.7em;
  font-size: 1.5em;
  font-weight: 700;
  color: #e41749;
}
@media (max-width: 700px) {
  .logo {
    font-size: 1.1em;
  }
}
.logo img {
  height: 100%;
}

.section__pic {
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: inline-block;
  max-width: 500px;
  margin-bottom: 2em;
  text-align: center;
}

.section__pic,
.before-after {
  max-width: 800px;
  margin: 1.2em auto;
  text-align: center;
}
.section__pic img,
.before-after img,
.section__pic a,
.before-after a {
  display: block;
  width: 100%;
}

.section__caption,
.before-after__caption {
  padding: 10px;
  font-size: 700;
  background-color: rgba(228, 23, 73, 0.5);
  font-weight: 400;
  color: #fff;
}

.content__interview {
  border-bottom: 3px solid #e41749;
  margin-bottom: 2em;
}

.wheel {
  max-width: 800px;
  margin: 2em auto;
  text-align: center;
}

.wheel__title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.wheel__header {
  margin-bottom: 1em;
}

.wheel__lead {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.wheel__container {
  padding: 1.5em;
  border: 3px solid #f5587b;
  margin: 2em 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.wheel__pic {
  position: relative;
}

.spin {
  -webkit-animation: spin 7s ease-in-out forwards;
  animation: spin 7s ease-in-out forwards;
}

@-webkit-keyframes spin {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

@keyframes spin {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

.wheel__prize {
  -webkit-transition: 4s;
  transition: 4s;
}

.wheel__cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.wheel__cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  border-radius: 100%;
  line-height: 3.5;
  font-weight: 700;
  -webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  text-transform: uppercase;
}

.wheel__order {
  display: none;
}

.wheel__offer,
.bottom__product {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
}

.wheel__price {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: -10%;
  -webkit-transform: rotateZ(-7deg);
  transform: rotateZ(-7deg);
  padding: 0.8em 1em;
  border: 3px solid #fff;
  border-radius: 5px;
  background: rgba(245, 88, 123, 0.8);
  text-align: center;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
}

@media (max-width: 600px) {
  .wheel__price {
    right: 0;
  }
}
.wheel__price p {
  padding-bottom: 0.5em;
}
.wheel__price .price__new {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  border-bottom: 3px solid #e41749;
}

.wheel__order {
  max-width: 800px;
  margin: 0 auto;
}
.wheel__order-trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wheel__order-trial .wheel__offer,
.wheel__order-trial .bottom__product {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
@media (max-width: 700px) {
  .wheel__order-trial .wheel__offer,
  .wheel__order-trial .bottom__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.wheel__order-trial .wheel__request {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  padding: 0.8em;
  border: 2px dashed #f5587b;
}
@media (max-width: 700px) {
  .wheel__order-trial .wheel__request {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.wheel__order-trial .wheel__request .btn {
  margin: 0.8em 0;
}
.wheel__order-trial .wheel__request p {
  padding-bottom: 0.5em;
}

.bottom {
  margin: 1em 0;
  padding: 1.5em 0;
  text-align: center;
}

.bottom__product {
  margin-bottom: 0;
}
.bottom__product .sale {
  display: none;
}
.bottom__product .sale.shown {
  display: block;
}

.bottom__product-pic {
  margin-bottom: 1em;
}

.footer {
  background-color: #e41749;
  padding: 2em 0;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer p {
  padding-bottom: 0;
}
.footer .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments {
  padding-bottom: 0em;
  margin-bottom: 0em;
  border-bottom: 3px solid #e41749;
}

#load-comment {
  max-height: 0;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
#load-comment.visible {
  padding: 0.5em;
  margin: -0.5em -0.5em 1em -0.5em;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: load 3s ease-in-out 1.5s forwards;
  animation: load 3s ease-in-out 1.5s forwards;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    max-height: 0;
    background-color: #fff;
  }
  50% {
    opacity: 0.8;
    max-height: 350px;
    background-color: palevioletred;
  }
  100% {
    opacity: 1;
    max-height: 350px;
    background-color: #fff;
  }
}

@keyframes load {
  0% {
    opacity: 0;
    max-height: 0;
    background-color: #fff;
  }
  50% {
    opacity: 0.8;
    max-height: 350px;
    background-color: palevioletred;
  }
  100% {
    opacity: 1;
    max-height: 350px;
    background-color: #fff;
  }
}

.comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.5em;
}
.comments__item .comments__item {
  margin-right: 2.6em;
  padding-right: 1em;
  border-right: 1px solid #e41749;
}
@media (max-width: 700px) {
  .comments__item .comments__item {
    margin-right: 1.1em;
  }
}
.comments__item.answer {
  padding: 1.5em 0;
  display: none;
}
.comments__item:nth-last-child {
  padding-bottom: 0;
}

.comments__avatar {
  width: 5em;
  height: 5em;
  margin-left: 1.1em;
  border: 3px dashed #f5587b;
  border-radius: 100%;
  overflow: hidden;
}

.comments__avatar a {
  display: block;
}

.comments__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 6.5em);
  flex: 0 1 calc(100% - 6.5em);
}

.comments__info {
  margin-bottom: 1em;
}

.comments__name {
  font-weight: 700;
  color: #f5587b;
}

.comments__date {
  font-size: 0.7em;
  font-weight: 300;
  margin-left: 0.5em;
}

.video {
  position: relative;
  padding-bottom: 56.6%;
  margin-bottom: 1.2em;
}
@media (max-width: 700px) {
  .video {
    padding-bottom: 86%;
  }
}

.video__cover {
  z-index: 1;
  overflow: hidden;
}
.video__cover .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 55%;
  width: auto;
  margin-right: 0;
  z-index: 1;
  opacity: 0.5;
}
.video__cover .video__poster {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0;
}
.video__cover .video__text {
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  font-size: 20px;
  color: #8d8d8d;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 320px) {
  .video__cover .video__text {
    font-size: 20px;
    font-size: calc(0.00625 * 100vw + 18px);
  }
}
@media (min-width: 1920px) {
  .video__cover .video__text {
    font-size: 30px;
  }
}

.video__inner,
.video__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sale {
  position: absolute;
  top: 0;
  left: -5%;
  width: 3.5em;
  height: 3.5em;
  border-radius: 100%;
  border: 5px solid #e41749;
  background-color: #f5587b;
  text-align: center;
  line-height: 3em;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .sale {
    font-size: 16px;
  }
}

.timer {
  margin: 0.5em 0;
  font-size: 1.8em;
  font-weight: 700;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
}

.popup {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  padding: 2.9em 0.5em 1em 0.5em;
  text-align: center;
  font-size: 1.1em;
  background-color: #fff;
  border-radius: 10px;
  -webkit-animation: toUp 1s ease 0.2s forwards;
  animation: toUp 1s ease 0.2s forwards;
  -webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
}

@-webkit-keyframes toUp {
  100% {
    top: 50%;
  }
}

@keyframes toUp {
  100% {
    top: 50%;
  }
}

.popup__icon {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.2em;
  height: 4.2em;
  border-radius: 100%;
  color: #fff;
  background-color: #1f640a;
}
.popup__icon:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.2em;
  height: 1.1em;
  border-left: 3px solid;
  border-bottom: 3px solid;
}

.wheel__form,
.comments__form {
  max-width: 600px;
  margin: 0 auto;
}

.wheel__form-row,
.comments__form-row {
  margin-bottom: 1.5em;
}
.wheel__form-row:last-of-type,
.comments__form-row:last-of-type {
  margin-bottom: 1em;
}
.wheel__form-row input,
.wheel__form-row textarea,
.comments__form-row input,
.comments__form-row textarea {
  padding: 0.5em;
  border: 1px solid #f5587b;
}

.btn {
  display: inline-block;
  font-size: 1.1em;
  padding: 0.45em 0.95em;
  border-radius: 5px;
  border: 2px solid #f5587b;
  color: #fff;
  background-color: #e41749;
  text-transform: capitalize;
  text-decoration: none;
}
.btn--accent {
  background-color: #f5587b;
  border-color: #e41749;
  font-size: 1.3em;
}
.btn--accent:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.btn--thin {
  font-size: 1.1em;
}

/*slider*/
.slider {
  margin-bottom: 1em;
}

.slider__wrapper {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.slider__item {
  position: relative;
  margin-right: 7px;
  min-width: 100%;
  min-height: 280px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: margin-right 0.5s ease;
  transition: margin-right 0.5s ease;
}
.slider__item.checked {
  margin-right: calc(-100% - 14px);
  margin-left: 14px;
}

.slider__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
}
.slider__row-text {
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}
.slider__row-text p {
  width: 100%;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.slider__row-text .before-after {
  width: 290px;
  margin: 10px auto;
}
.slider__row-text .before-after__wrap .handle::before {
  font-size: 25px;
}
.slider__row-text .before-after__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}

.before-after__caption .notice {
  padding-bottom: 0.3em;
  color: #222;
  font-size: 0.78em;
  font-weight: 700;
}

.slider__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}
@media (max-width: 700px) {
  .slider__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.slider__text .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 700px) {
  .slider__text .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.slider__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
}
@media (max-width: 700px) {
  .slider__pic {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.slider__pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__choice li label {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
}
.slider__choice li label:before,
.slider__choice li label:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.slider__choice li label:before {
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #e41749;
}
.slider__choice li label:after {
  left: 5px;
  top: 15px;
  width: 10px;
  height: 10px;
  background-color: #f5587b;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slider__choice li input:checked + label:after {
  opacity: 1;
}

.slider__choice li input:checked ~ .slider__note {
  max-height: 500px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.slider__note {
  max-height: 0;
  overflow: hidden;
}
.slider__note span {
  font-weight: 700;
}

/*slider before-after*/
.before-after {
  position: relative;
  max-width: 600px;
}

.before-after__wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.before-after__wrap img {
  width: 100%;
  max-width: none;
  display: block;
}
.before-after__wrap .after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.before-after__wrap .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.before-after__wrap .handle:before {
  content: "\21d4";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  padding: 5px;
  border-radius: 100%;
  background-clip: content-box;
  background-color: #e41749;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  font-size: 30px;
}
.before-after__wrap .handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  transform: translate(-50%, -50%) scale(0.6);
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 100%;
  background-color: rgba(228, 23, 73, 0.5);
  -webkit-animation: anima 2.5s linear infinite;
  animation: anima 2.5s linear infinite;
  z-index: 1;
}

@-webkit-keyframes anima {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
}

@keyframes anima {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
}

#terra-wrapper {
	font-family: "Roboto", Arial, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			  flex-direction: column;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	margin: 0;
	padding: 15px 5px;
	color: #000;
}

#terra-wrapper .spin-wrapper {
	border: 3px solid red;
	-webkit-box-shadow: 0 0 10px;
			  box-shadow: 0 0 10px;
	padding: 30px 10px 20px;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	text-align: center;
}

#terra-wrapper .spin-wrapper+.spin-result-wrapper+.order-wrapper {
	display: none;
}

#terra-wrapper .spin-wrapper b {
	font-size: 21px;
	line-height: 1.2;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#terra-wrapper .spin-wrapper p {
	font-size: 21px;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0;
	text-align: center!important;
}

#terra-wrapper .wheel {
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#terra-wrapper .wheel-img {
	width: 100%;
	margin: 0;
	padding: 0;
}

#terra-wrapper .wheel-cursor {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 11px;
			  box-shadow: 0 0 11px;
}

#terra-wrapper .wheel-cursor:before {
	content: "";
	position: absolute;
	top: -8%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
			  transform: translate(50%, -50%);
	width: 0;
	height: 0;
	border-left: 9.5px solid transparent;
	border-right: 9.5px solid transparent;
	border-bottom: 17px solid #fff;

}

#terra-wrapper .cursor-text {
	font: 400 16px/18px "Times New Roman";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #ccc;
	-webkit-user-select: none;
		-moz-user-select: none;
		 -ms-user-select: none;
			  user-select: none;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
			  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	margin: 0;
	padding: 0;
}

#terra-wrapper .cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
			  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

#terra-wrapper .spin-result-wrapper {
	display: none;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
}

#terra-wrapper .popup-window {
	max-width: 400px;
	width: 93%;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
			  transform: translate(50%, -50%);
	margin: 0 auto;
	background: #fff;
	padding: 40px 10px 20px;
	border-radius: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	-webkit-animation: .7s ease 0s normal none 1 running terra-popup-appear;
			  animation: .7s ease 0s normal none 1 running terra-popup-appear
}

@-webkit-keyframes terra-popup-appear {
	0% {
		-webkit-transform: translate(50%, -50%);
				  transform: translate(50%, -50%)
	}

	30% {
		-webkit-transform: translate(50%, 100px);
				  transform: translate(50%, 100px)
	}

	100% {
		-webkit-transform: translate(50%, -50%);
				  transform: translate(50%, -50%)
	}
}

@keyframes terra-popup-appear {
	0% {
		-webkit-transform: translate(50%, -50%);
				  transform: translate(50%, -50%)
	}

	30% {
		-webkit-transform: translate(50%, 100px);
				  transform: translate(50%, 100px)
	}

	100% {
		-webkit-transform: translate(50%, -50%);
				  transform: translate(50%, -50%)
	}
}

#terra-wrapper .popup-window::before {
	content: "";
	position: absolute;
	top: -38px;
	right: 50%;
	-webkit-transform: translateX(50%);
			  transform: translateX(50%);
	width: 76px;
	height: 76px;
	background-color: #71c341;
	border-radius: 50%;
	-webkit-animation: .5s ease .6s normal backwards 1 running terra-popup-appear-before;
			  animation: .5s ease .6s normal backwards 1 running terra-popup-appear-before
}

@-webkit-keyframes terra-popup-appear-before {
	0% {
		-webkit-transform: translateX(50%) scale(0);
				  transform: translateX(50%) scale(0)
	}

	100% {
		-webkit-transform: translateX(50%) scale(1);
				  transform: translateX(50%) scale(1)
	}
}

@keyframes terra-popup-appear-before {
	0% {
		-webkit-transform: translateX(50%) scale(0);
				  transform: translateX(50%) scale(0)
	}

	100% {
		-webkit-transform: translateX(50%) scale(1);
				  transform: translateX(50%) scale(1)
	}
}

#terra-wrapper .popup-window::after {
	content: "";
	position: absolute;
	top: -14px;
	right: 50%;
	-webkit-transform: translateX(50%) rotate(-45deg);
			  transform: translateX(50%) rotate(-45deg);
	margin: 0 auto;
	width: 43px;
	height: 15px;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #fff #fff;
	-o-border-image: none;
		border-image: none;
	-webkit-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	-webkit-animation: .5s ease .6s normal backwards 1 running terra-popup-appear-after;
			  animation: .5s ease .6s normal backwards 1 running terra-popup-appear-after
}

@-webkit-keyframes terra-popup-appear-after {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes terra-popup-appear-after {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

#terra-wrapper .close-popup {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	cursor: pointer;
	-webkit-animation: .5s ease .6s normal backwards 1 running terra-popup-close;
			  animation: .5s ease .6s normal backwards 1 running terra-popup-close;
}

@-webkit-keyframes terra-popup-close {
	0% {
		-webkit-transform: rotate(0);
				  transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(180deg);
				  transform: rotate(180deg);
		opacity: 1;
	}
}

@keyframes terra-popup-close {
	0% {
		-webkit-transform: rotate(0);
				  transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(180deg);
				  transform: rotate(180deg);
		opacity: 1;
	}
}

#terra-wrapper .close-popup:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%) rotate(135deg);
			  transform: translate(50%, -50%) rotate(135deg);
	width: 3px;
	height: 25px;
	background: #000;
}

#terra-wrapper .close-popup:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%) rotate(-135deg);
			  transform: translate(50%, -50%) rotate(-135deg);
	width: 3px;
	height: 25px;
	background: #000;
}

#terra-wrapper .popup-heading {
	display: inline-block;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	padding: 0 !important
}

#terra-wrapper .popup-text {
	color: #414141;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	text-align: center!important;
	margin: 15px 0 20px;
	padding: 0;
}

#terra-wrapper .popup-button {
	color: #fff!important;
	display: inline-block;
	background-color: #71c341;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
	padding: 10px 75px;
	margin: 0;
}

#terra-wrapper .super-rotation {
	-webkit-animation-name: terra-super-rotation;
			  animation-name: terra-super-rotation;
	-webkit-animation-duration: 7s;
			  animation-duration: 7s;
	-webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards;
	-webkit-transition-timing-function: ease-in-out;
			  transition-timing-function: ease-in-out
}

@-webkit-keyframes terra-super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
				  transform: rotate(1783deg)
	}

	100% {
		-webkit-transform: rotate(1774deg);
				  transform: rotate(1774deg)
	}
}

@keyframes terra-super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
				  transform: rotate(1783deg)
	}

	100% {
		-webkit-transform: rotate(1774deg);
				  transform: rotate(1774deg)
	}
}

#terra-wrapper .order-wrapper {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#terra-wrapper .dir {
	direction: rtl;
}
#terra-wrapper .prod-wrapper {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
}

#terra-wrapper .prod-wrapper img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

#terra-wrapper .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			  flex-direction: column;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	font: 700 19px/1.3 "Arial", sans-serif;
	text-align: center;
	width: 165px;
	height: 110px;
	position: absolute;
	right: 50%;
	bottom: -23px;
	top: inherit;
	left: inherit;
	color: #000;
	-webkit-box-shadow: rgba(0, 0, 0, 50%) 0px 3px 16px;
			  box-shadow: rgba(0, 0, 0, 50%) 0px 3px 16px;
			  -webkit-transform: rotateZ(-7deg) translateX(50%);
			  transform: rotateZ(-7deg) translateX(50%);
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
	background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	-o-border-image: initial;
		border-image: initial;
	border-radius: 19%;
}

#terra-wrapper .price span {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	color: #000;
}

#terra-wrapper .discount {
	display: inline-block;
	width: 100%;
	height: auto;
	border: none;
	border-radius: 0;
	font-size: 18px!important;
	line-height: 1.3!important;
	text-transform: none;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	color: #000;
}

#terra-wrapper .al-cost-promo,#terra-wrapper .al-cost-promo-test,#terra-wrapper .al-cost-promo-null {
	text-decoration: line-through;
}

#terra-wrapper .price .al-cost,#terra-wrapper .price .al-cost-test {
	font-size: 24px;
	color: red;
	border-bottom: 2px solid #d31812;
	margin: 0 auto;
	padding: 0;
}

#terra-wrapper .offer-wrapper div {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	color: inherit;
	margin: 0 0 3px;
	padding: 0 10px;
	background: transparent;
}

#terra-wrapper .offer-wrapper .timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		 -ms-flex-direction: row;
			  flex-direction: row;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	margin: 5px 0 0;
	direction: ltr;
}

#terra-wrapper .timer span {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	font-family: inherit;
	margin: 0 5px;
	color: red;
}
#terra-wrapper .offer-wrapper {
	margin-top: 110px;
}
#terra-wrapper .offer-wrapper div:last-child {
	margin-bottom: 15px;
}
#terra-wrapper .al-form {
	display: inline-block;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#terra-wrapper .al-form .label {
	background: transparent;
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	width: auto;
	height: auto;
	border-radius: 0;
	cursor: text;
	border:none;
	margin: 0;
	padding: 0;
	
}
#terra-wrapper .al-form .label:hover {
	color: inherit;
	background: inherit;
}
#terra-wrapper .al-form .input-wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto 20px;
}
#terra-wrapper .order-wrapper .phone-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	direction: ltr;
}

#terra-wrapper .order-wrapper .phone-code input[name=areacode] {
	max-width: 55px;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	background: #fff;
}
#terra-wrapper .al-form input,
#terra-wrapper .al-form select {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	width: 100%!important;
	height: 45px;
	border: 2px solid grey;
	border-radius: 5px;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	color: #000;
}
#terra-wrapper .dir .al-form input,
#terra-wrapper .dir .al-form select {
	direction: ltr;
	text-align: right;
}
#terra-wrapper .al-form input::-webkit-input-placeholder{
	color: grey;
}
#terra-wrapper .al-form input:-ms-input-placeholder{
	color: grey;
}
#terra-wrapper .al-form input::-ms-input-placeholder{
	color: grey;
}
#terra-wrapper .al-form input::placeholder{
	color: grey;
}

#terra-wrapper .al-form .input-wrapper .error {
	border: 1px solid red;
	padding-top: 6px;
}

#terra-wrapper .al-form .input-wrapper .validator__tooltip+.error {
	border: 2px solid grey;
	padding-top: 0;
}

#terra-wrapper .al-form .input-wrapper label {
	display: none;
	pointer-events: none;
	z-index: 1;
}

#terra-wrapper .al-form .input-wrapper .error+label {
	display: block;
	width: 100%;
	height: 100%;
	color: red;
	font-size: 11px;
	line-height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
}
#terra-wrapper .dir .al-form .input-wrapper .error+label {
	left: initial;
	right: 10px;
	text-align: right;
}

#terra-wrapper .al-form .input-wrapper .validator__tooltip+.error+label {
	display: none;
}

#terra-wrapper .al-form .input-wrapper .error+label:before,
#terra-wrapper .al-form .input-wrapper .error+label:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 3px;
	height: 21px;
	background-color: red
}

#terra-wrapper .dir .al-form .input-wrapper .error+label:before,
#terra-wrapper .dir .al-form .input-wrapper .error+label:after {
	right: initial;
	left: 30px;
}

#terra-wrapper .al-form .input-wrapper .error+label:before {
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg)
}

#terra-wrapper .al-form .input-wrapper .error+label:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}
.btn-wrapper {
	text-align: center;
}
#terra-wrapper .order-wrapper .terra-btn,.btn-wrapper .terra-btn {
	display: inline-block;
	margin: 10px auto 30px;
	padding: 15px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none!important;
	color: #fff!important;
	background: #de0606!important;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

#terra-wrapper .order-wrapper .terra-btn:hover,.terra-btn:hover {
	opacity: 0.8;
}

#terra-wrapper .time-remains {
	margin-top: 15px;
}

#terra-wrapper .time-remains p {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center!important;
	text-transform: inherit;
	padding: 0;
	margin: 0;
	color: inherit;
	border: none;
}

#terra-wrapper .time-remains span {
	color: red;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	font-family: inherit;
}
#terra-wrapper .med {
	background-image: url(../img/formbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px 20px 25px;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
}
#terra-wrapper .med img {
	max-width: 100px;
	width: 100%;
}
#terra-wrapper .med h2 {
	color: #333;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	margin: 5px 0 0 0;
}
#terra-wrapper .med span {
	display: inline-block;
	color: blue;
	font-size: 14px;
	line-height: 1.2;
	margin: 3px auto;
	background: transparent;
}
#terra-wrapper .med p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#terra-wrapper .med p a {
	color: blue;
	text-decoration: none!important;
	-webkit-box-shadow: none!important;
			  box-shadow: none!important;
}
#terra-wrapper .med p .al-cost-promo {
	color: inherit;
	text-decoration: none;
	border: none;
	text-decoration: line-through;
}
#terra-wrapper .med p .al-cost {
	color: red;
	text-decoration: none;
	border: none;
}
#terra-wrapper .med .frame {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	margin: 7px 10px 15px;
	padding: 10px;
	border: 2px solid #0299ff;
}
#terra-wrapper .med .al-form {
	max-width: 300px;
}
#terra-wrapper .med .al-form .label {
	font-size: 16px;
	font-weight: 700;
}
#terra-wrapper .med .al-form input,#terra-wrapper .med .al-form select {
	border: 2px solid #e9d7dc;
	border-radius: 3px;
}
#terra-wrapper .med .terra-btn {
	background: #0299ff!important;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
	margin: 10px 0 20px;
	-webkit-box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
			  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
}
#terra-wrapper .med .additional {
	max-width: 440px;
	font-size: 14px;
	margin: 0 auto;
}
.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* max-width: 400px; */
    width: 100%;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: right;
}

.form-group input:focus {
    border-color: #007BFF;
    outline: none;
}

.submit-btn {
    background-color: #FF0000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.submit-btn:hover {
    background-color: #cc0000;
}

.error {
    color: #FF0000;
    font-size: 14px;
    margin-top: 5px;
}

.phone-group {
display: flex;
flex-direction: row-reverse; /* Reverse the direction */
align-items: center;
gap: 5px;
}

.phone-group span {
direction: ltr; /* Ensure the text inside the span displays in LTR */
unicode-bidi: embed; /* Force correct order for the + and numbers */
padding: 10px;
font-size: 16px;
background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 4px;
}

.phone-group input {
order: 1;
flex: 1;
border-radius: 0 4px 4px 0; /* Match styling to appear combined */
}

