input,
select {
  outline: none;
}

.button {
  background: #f60;
  border: none;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  height: 70px;
  letter-spacing: -1px;
  line-height: 70px;
  margin: 0;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes pulse-black {
  0% {
    box-shadow: 0 0 0 0 #00c389;
    opacity: 0;
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    opacity: 1;
    transform: scale(1);
  }
  to {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
    transform: scale(1);
  }
}
.anim-1 {
  animation: pulse-black 3s linear;
  border-radius: 50%;
}

.valid + .error-message {
  display: none !important;
}

.get-phones .local-phone {
  color: #000;
}

.button:hover {
  background: #d95803;
}

.popup ol strong {
  display: block;
}

.popup ul li {
  font-size: 16px;
}

.form-error-text {
  border: 2px solid red !important;
  border-radius: 5px;
  color: red;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  padding: 7px !important;
  text-align: center;
}

.button span {
  position: relative;
  z-index: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}

.clear,
.clearfix:after {
  clear: both;
}

.inner-block {
  margin: auto;
  width: 940px;
}

.no-plus:before {
  content: none !important;
}

.inner-page .inner-block {
  width: 970px;
}

.confirmation-section {
  font-family: Open Sans, sans-serif;
  padding: 37px 0 0;
}

.confirmation-section h2 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 22px;
  text-align: center;
}

.confirmation-section h3 {
  color: #ef4b52;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 4px;
  text-align: center;
}

.confirmation-section h4 {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 19px;
}

.confirmation-section .info {
  margin: 0 auto 40px;
}

.confirmation-section .info .inner-block {
  background: #fff;
  border: 3px solid #69c03b;
  border-radius: 12px;
  color: #757575;
  font-size: 16px;
  max-width: 940px;
  padding: 19px 0 11px;
  position: relative;
  text-align: center;
}

.confirmation-section .info h4 {
  color: #69c03b;
  margin: 0;
  padding: 4px 0 14px;
}

.confirmation-section .contacts {
  background: #fff;
  border-top: 1px dashed #ccc;
  font-size: 16px;
  line-height: 30px;
  padding: 22px 0 31px;
  text-align: center;
}

.confirmation-section .contacts h4 {
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 9px;
}

.confirmation-section .form {
  border-top: 1px dashed #ccc;
  padding: 32px 0 40px;
  text-align: center;
}

.confirmation-section .form h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 5px;
}

.confirmation-section .form p {
  padding: 0;
}

.confirmation-section .form form {
  overflow: visible;
  padding: 21px 0 0;
}

.confirmation-section .form form input[type=text] {
  border-radius: 5px;
  font-size: 20px;
  font-weight: 300;
  height: 60px;
  line-height: 58px;
  padding: 0 15px 5px;
  width: 720px;
}

.confirmation-section .form form input[type=text]::-webkit-input-placeholder {
  color: #52585d;
  font-size: 20px;
  font-style: normal;
}

.confirmation-section .form form input[type=text]:-moz-placeholder,
.confirmation-section .form form input[type=text]::-moz-placeholder {
  color: #52585d;
  font-size: 20px;
  font-style: normal;
}

.confirmation-section .form form input[type=text]:-ms-input-placeholder {
  color: #52585d;
  font-size: 20px;
  font-style: normal;
}

.confirmation-section .form form input[type=text]:focus {
  border: 1px solid #aaa;
  font-size: 20px;
}

.inner-page .footer-menu {
  padding: 0 0 10px;
}

.inner-page footer {
  top: 0 !important;
}

.confirmation-section .form form .button {
  width: 200px;
}

.confirmation-section .form form button.button {
  border-radius: 5px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px 5px;
}

.confirmation-section .important {
  background: #fff;
  border-top: 1px dashed #ccc;
  font-size: 14px;
  line-height: 20px;
  padding: 29px 0 15px;
}

.left.error {
  border: 1px solid red;
}

.confirmation-section .important h4 {
  color: #f3351b;
  font-size: 18px;
  margin: 0;
  padding: 0 0 9px;
  text-align: center;
}

.header {
  background-color: red;
}

.header-section.confirmation .lock img {
  margin: 20px 0 0;
  width: 44px;
}

.header-section.confirmation {
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  padding: 0 0 20px;
}

.footer-menu li a {
  border-right: 1px solid #dadada;
  color: #dadada;
  padding: 0 10px 0 8px;
  text-decoration: none;
}

.footer-menu li {
  display: inline;
  font-size: 12px;
  padding: 0;
}

.inner-footer p {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.copyright {
  font-size: 12px;
  margin: 10px 0 30px;
  text-align: center;
}

.confirmation-page .row {
  margin: 0;
}

.popup-wrapper .popup h3 {
  padding: 0 0 17px;
}

.popup-wrapper .popup .form-popup .form-holder input[type=email],
.popup-wrapper .popup .form-popup .form-holder input[type=tel],
.popup-wrapper .popup .form-popup .form-holder input[type=text],
.popup-wrapper .popup .form-popup .form-holder select {
  width: 400px;
}

.popup-wrapper .popup .form-popup .form-holder .error-message {
  color: #ee4c29;
  display: none;
}

#form-contact-us .error {
  border: 1px solid red !important;
}

.form-holder .valid {
  border: 1px solid green !important;
}

.form-holder .error {
  border: 1px solid red !important;
}

.show-3ds-popup iframe {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

#form-contact-us .valid {
  border: 1px solid green !important;
}

.error {
  border: 1px solid red !important;
}

.valid {
  border: 1px solid green !important;
}

.popup-wrapper .popup .form-popup .button {
  background: #2288d0;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  height: 60px;
  letter-spacing: -1px;
  line-height: normal;
  max-width: 300px;
  outline: 0;
  padding: 20px 15px;
  position: relative;
  width: 100%;
}

.popup-wrapper #popup-declined .reason {
  border: 2px solid #f3351b;
}

.popup-wrapper #popup-declined .reason h3 {
  color: #f3351b;
}

.popup-wrapper #popup-declined form {
  padding: 12px 0 0;
}

.popup-wrapper #popup-declined form .form-holder label {
  width: 150px;
}

.popup-wrapper #popup-declined form .form-holder input[type=text] {
  width: 300px;
}

.popup-wrapper #popup-declined form .form-holder select,
.popup-wrapper #popup-declined form .form-holder.cvv-code input[type=text] {
  float: left;
  margin: 0 5px 0 0;
  width: 100px !important;
}

.popup-wrapper #popup-declined form .form-holder select#CardType_pupup {
  width: 206px !important;
}

footer {
  color: #000 !important;
  max-width: none !important;
}

.footer-menu li:last-child a {
  border-right: none;
}

.footer-menu li a {
  color: #000 !important;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-link a {
  color: #6c3;
}

.popup .cvv-link {
  margin-top: 0 !important;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
  margin-left: 200px;
  padding: 10px 0 0 150px;
}

.popup-wrapper #popup-declined form .button {
  margin: 0 0 0 150px;
  width: 205px;
}

.popup-wrapper #popup-declined .tip .icon,
.popup-wrapper #popup-declined .tip .text {
  background: #69c03b;
}

.popup-wrapper #popup-declined .tip .text:before {
  border-bottom: 10px solid #69c03b;
}

.popup-loading-wrapper .popup h2 {
  margin: 0;
}

.popup-loading-wrapper .popup h3 {
  line-height: 26px;
  margin: 0;
}

.popup-loading-wrapper .popup .product-image {
  height: 176px;
  width: 110px;
}

.popup-loading-wrapper .popup {
  text-align: center !important;
}

.footer-menu {
  padding-left: 0;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  float: none;
  list-style: none;
  padding: 0 5px;
}

.footer-menu li:first-child {
  border: none;
}

.footer-menu li a {
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
}

.footer-menu li a:hover {
  text-decoration: none;
}

.popup input,
select {
  vertical-align: middle;
}

.popup input[type=email],
.popup input[type=number],
.popup input[type=password],
.popup input[type=tel],
.popup input[type=text],
.popup select,
.popup textarea {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  color: #52585d;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 34px;
  line-height: 16px;
  margin: 0;
  outline: 0;
  padding: 0 10px;
  text-indent: 0;
  width: 100%;
}

.popup select {
  padding: 7px 6px 8px;
}

.popup input[type=email]::-webkit-input-placeholder,
.popup input[type=number]::-webkit-input-placeholder,
.popup input[type=password]::-webkit-input-placeholder,
.popup input[type=tel]::-webkit-input-placeholder,
.popup input[type=text]::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
}

.popup input[type=email]:-moz-placeholder,
.popup input[type=email]::-moz-placeholder,
.popup input[type=number]:-moz-placeholder,
.popup input[type=number]::-moz-placeholder,
.popup input[type=password]:-moz-placeholder,
.popup input[type=password]::-moz-placeholder,
.popup input[type=tel]:-moz-placeholder,
.popup input[type=tel]::-moz-placeholder,
.popup input[type=text]:-moz-placeholder,
.popup input[type=text]::-moz-placeholder,
.popup textarea:-moz-placeholder,
.popup textarea::-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
}

.popup input[type=email]:-ms-input-placeholder,
.popup input[type=number]:-ms-input-placeholder,
.popup input[type=password]:-ms-input-placeholder,
.popup input[type=tel]:-ms-input-placeholder,
.popup input[type=text]:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
}

.popup input[type=email]:focus,
.popup input[type=number]:focus,
.popup input[type=password]:focus,
.popup input[type=tel]:focus,
.popup input[type=text]:focus,
.popup select:focus,
.popup textarea:focus {
  border: 1px solid #aaa;
  font-size: 14px;
  font-style: normal;
  margin: 0;
}

.popup button {
  outline: 0;
}

.popup textarea {
  height: 100px;
  padding: 10px;
  resize: vertical;
  width: 90%;
}

.popup .form-holder {
  padding: 0 0 7px;
}

.popup * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

.stamp.stamp-madeinca {
  height: 96px;
  width: 116px;
}

.popup .button span {
  position: relative;
  z-index: 1;
}

.popup footer {
  width: 100%;
}

.mobile-button,
footer .mobile-button.button {
  display: none;
}

.form-holder,
.has-error {
  position: relative;
}

.has-error .error {
  border: 1px solid red !important;
}

.accept input,
.accept select {
  border: 1px solid green !important;
}

.inner-page .accept .accept-icon,
.inner-page .has-error .accept-icon {
  left: -17px;
}

.confirmation-section .error-message {
  background: #ef4b52;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: none;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0 35px 0 0;
  padding: 0 10px;
  position: absolute;
  right: 100%;
  top: 1px;
  white-space: nowrap;
  z-index: 16;
}

.confirmation-section .has-error .error-message {
  display: block;
}

.popup h2 {
  font-size: 34px;
  line-height: 34px;
}

.popup h2,
.popup h3 {
  font-weight: 700;
  text-indent: 0;
}

.popup h3 {
  font-size: 24px;
  line-height: 24px;
}

.popup {
  font-family: sans-serif;
}

.cvv-image {
  display: none;
  padding: 0;
  text-align: center;
}

.cvv-image img {
  margin: auto;
  width: 190px;
}

.footer-info {
  margin: 0 !important;
}

.inner-page .container.cf {
  padding: 0 0 50px;
}

.inner-page .popup-wrapper,
.popup-wrapper {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.popup-wrapper .popup {
  display: none;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  max-width: 900px;
  padding: 0 0 50px;
  position: relative;
  top: 50px;
  transform: translate(-50%);
}

.popup-wrapper .popup .popup-inner {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1490196078);
  padding: 34px 40px 40px;
  position: relative;
}

.popup-wrapper .popup .close-popup-link {
  display: block;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
}

.popup-wrapper .popup .close-popup-link:after,
.popup-wrapper .popup .close-popup-link:before {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: -1px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.popup-wrapper .popup .close-popup-link:before {
  transform: rotate(45deg);
}

.popup-wrapper .popup .close-popup-link:after {
  transform: rotate(-45deg);
}

.popup-wrapper .popup footer {
  background: 0 0 !important;
  border-top: 1px solid #ddd;
  margin: 8px 0 0;
  padding: 30px 0 0;
  position: static !important;
  text-align: center;
  top: auto;
}

.popup-wrapper .popup footer .close-popup-link {
  background: #fdd638;
  background: linear-gradient(#fdd638, #f3c81e);
  border: 1px solid #e0b712;
  border-radius: 3px;
  -o-box-shadow: inset 0 1px 0 #ffe786;
  box-shadow: inset 0 1px 0 #ffe786;
  color: #766118;
  display: inline-block;
  font-size: 20px;
  height: 38px;
  letter-spacing: -0.5px;
  line-height: 36px;
  opacity: 1;
  padding: 0 25px;
  position: relative;
  right: 0;
  text-decoration: none !important;
  -webkit-text-shadow: 1px 1px 0 #fbe27e;
  -moz-text-shadow: 1px 1px 0 #fbe27e;
  -o-text-shadow: 1px 1px 0 #fbe27e;
  text-shadow: 1px 1px 0 #fbe27e;
  top: 0;
  width: auto;
}

.popup-wrapper .popup .form-popup .form-holder.has-error .error-message {
  display: block;
  position: static;
}

.popup-wrapper .popup .form-popup .form-holder.has-error .error-message:before {
  display: none;
}

.popup-wrapper .popup footer .close-popup-link:hover {
  background: #f3c81e;
  background: linear-gradient(#f3c81e, #fdd638);
  color: #77620d;
}

.popup-wrapper .popup footer .close-popup-link:after,
.popup-wrapper .popup footer .close-popup-link:before {
  display: none;
}

.popup-wrapper .popup h2 {
  font-size: 34px;
  line-height: normal;
  margin: 0;
  padding: 0 0 16px;
}

.popup-wrapper .popup h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 10px 0 17px;
}

.popup-wrapper .popup header + h3 {
  padding: 3px 0 17px;
}

.popup-wrapper .popup h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 0 15px;
}

.popup-wrapper .popup p {
  padding: 0 0 17px;
}

.popup-wrapper .popup .form-popup {
  padding: 8px 0 22px;
}

.popup-wrapper .popup .form-popup .form-holder {
  margin: 0;
  width: auto;
}

.popup-wrapper .popup .form-popup .form-holder input[type=email],
.popup-wrapper .popup .form-popup .form-holder input[type=text],
.popup-wrapper .popup .form-popup .form-holder select {
  background: #fff;
  border-radius: 5px;
  height: 30px;
  margin-top: 10px;
  padding: 0;
  text-indent: 10px;
  width: 400px;
}

.popup-wrapper .popup .form-popup .form-holder textarea {
  border-radius: 5px;
  margin-top: 10px;
  max-width: 550px;
  min-height: 120px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
}

.popup-wrapper .popup .form-popup .form-holder .error-message {
  background: 0 0;
  color: #ef4b52;
  font-size: 13px;
  height: auto;
  line-height: 14px;
  margin-top: 0;
  padding: 3px 4px 2px;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
}

.radio .title,
.ship-info input,
.ship-info select {
  margin-bottom: 15px;
}

.radio .title {
  font-size: 21px;
}

.popup-wrapper .popup .form-popup .form-holder .error-message:after {
  display: none;
}

.popup-wrapper .popup .form-popup .button {
  background: #fe5d25;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3019607843);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Roboto Condensed, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 32px;
  margin-top: 15px;
  padding: 12px 50px;
  position: relative !important;
  text-decoration: none !important;
  text-transform: uppercase;
  word-spacing: -2px;
}

.captcha {
  margin-top: 10px;
}

.popup-wrapper .popup .form-popup .button:hover {
  color: #fff !important;
}

.popup-wrapper #popup-declined .popup-inner {
  padding: 27px 40px 40px;
  position: relative;
}

.popup-wrapper #popup-declined h2 {
  padding: 0 0 24px;
  text-align: center;
}

.popup-wrapper #popup-declined h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 4px;
  text-transform: none;
}

.popup-wrapper #popup-declined .reason {
  border: 2px solid #ef4b52;
  border-radius: 5px;
  margin: 0 0 23px;
  padding: 23px 100px 25px;
  text-align: center;
}

.popup-wrapper #popup-declined .reason h3 {
  color: #ef4b52;
  padding: 0 0 8px;
}

.popup-wrapper #popup-declined ul {
  padding: 4px 0 3px 30px;
}

.popup-wrapper #popup-declined form {
  margin: 0;
  padding: 12px 0;
}

.popup-wrapper #popup-declined form .form-holder {
  padding: 0 0 10px;
  width: 100%;
}

.popup-wrapper #popup-declined form .form-holder label {
  float: left;
  font-size: 15px;
  line-height: 34px;
  padding-top: 0 !important;
  width: 200px;
}

.popup-wrapper #popup-declined form .form-holder input[type=tel] {
  border-radius: 5px;
  margin-top: 0;
  width: 206px;
}

#form_declined .valid {
  border: 1px solid #00a400 !important;
}

.popup-wrapper #popup-declined form .form-holder select,
.popup-wrapper #popup-declined form .form-holder.cvv-code input[type=tel] {
  border-radius: 5px;
  float: left !important;
  margin: 0 5px 0 0;
  width: 100px !important;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-link a {
  color: #0699ee;
  font-size: 12px;
  line-height: 34px;
  margin-left: 10px;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
  display: none;
  height: auto;
  padding: 10px 0 0;
  text-align: left;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image img {
  width: 205px;
}

.popup-wrapper #popup-declined form .button {
  margin: 0 0 0 199px;
  width: 208px;
}

.popup-wrapper #popup-declined .lock {
  bottom: 10px;
  color: #999;
  font-size: 11px;
  height: 30px;
  line-height: 14px;
  padding: 1px 33px 0 0;
  position: absolute;
  right: 45px;
  text-align: right;
}

.popup-wrapper #popup-declined .lock img {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.popup-wrapper #popup-declined .tip {
  bottom: 10px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  width: 30px;
}

.popup-wrapper #popup-declined .tip .icon {
  background: #0699ee;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  line-height: 32px;
  padding: 0 0 0 1px;
  position: relative;
  text-align: center;
  width: 30px;
}

.popup-wrapper #popup-declined .tip .text {
  background: #0699ee;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px 12px;
  position: absolute;
  right: -10px;
  text-align: right;
  top: 45px;
  width: 370px;
}

.popup-wrapper #popup-declined .tip .text:before {
  border-bottom: 10px solid #0699ee;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 17px;
  top: -10px;
  width: 0;
}

.popup-wrapper #popup-declined .tip:focus .text,
.popup-wrapper #popup-declined .tip:hover .text {
  display: block;
}

.popup-loading-wrapper {
  background: rgba(0, 0, 0, 0.9490196078);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.popup p {
  margin: 0;
}

.popup-loading-wrapper .popup {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: 50%;
  min-width: 300px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-loading-wrapper .popup h2 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  padding: 7px 0 22px;
  width: 300px;
}

.popup-loading-wrapper .popup h3 {
  color: #fff;
  line-height: normal;
  padding: 0 0 24px;
}

.popup-loading-wrapper .popup p {
  font-size: 18px;
  opacity: 0.5;
  padding: 8px 0 3px;
}

.popup-loading-wrapper .popup .product-image {
  background-size: contain;
  height: 207px;
  margin: 0 auto 6px;
  position: relative;
  width: 114px;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.floating-bar.float {
  display: none !important;
  opacity: 0;
}

.popup-loading-wrapper .popup .lock-image {
  margin: 0 auto 3px;
  width: 90px;
}

.popup-loading-wrapper .popup .loading-image {
  animation: spin 3s linear infinite;
  height: 70px;
  margin: auto;
  width: 70px;
}

.popup-banner-wrapper {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.popup-banner-wrapper .popup-banner {
  padding: 50px 10px 0;
}

.popup-banner-wrapper .popup-banner figure a {
  display: block;
  margin: auto;
  max-width: 600px;
}

.popup-banner-wrapper .popup-banner figure a img {
  width: 100%;
}

.popup#popup-mobile-order-form .popup-inner {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.popup#popup-mobile-order-form form {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  margin: auto;
  position: relative;
  width: 300px;
  z-index: 10;
}

.popup#popup-mobile-order-form form header {
  background: #fac021;
  border-radius: 3px;
  color: #6c571c;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 65px;
  line-height: 17px;
  margin: 0 0 20px;
  padding: 14px 0 0;
  text-align: center;
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5019607843);
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5019607843);
  -o-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5019607843);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5019607843);
  text-transform: uppercase;
}

.popup#popup-mobile-order-form form header span {
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
  padding: 3px 0 0;
}

.popup#popup-mobile-order-form form .form-holder {
  margin: 0 20px;
}

.popup#popup-mobile-order-form form .button {
  border-radius: 6px;
  font-size: 30px;
  height: 60px;
  line-height: 22px;
  margin: 0 20px;
  padding: 3px 0 0;
  position: relative;
  width: 260px;
}

.popup#popup-mobile-order-form form .button span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.popup#popup-mobile-order-form form .icons {
  height: 43px;
  margin: 20px auto 0;
  width: 192px;
}

.popup#popup-mobile-order-form form footer {
  margin: 17px 20px 0;
  padding: 20px 0;
  text-align: center;
}

.popup#popup-mobile-order-form form footer .button {
  background: #f0c435;
  border: none;
  border-radius: 3px;
  color: #766118;
  display: inline-block;
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  opacity: 1;
  padding: 0 25px;
  top: 0;
  width: auto;
}

.popup-wrapper .popup ul + h3 {
  padding-top: 10px !important;
}

.popup {
  text-align: left !important;
}

input::-moz-placeholder {
  color: #787878 !important;
}

input::placeholder {
  color: #787878 !important;
}

.inner-page .popup-wrapper,
.popup-wrapper {
  -webkit-overflow-scrolling: touch;
}

i.price,
p.price,
span.package-retail {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .formBody button {
    background-size: 100% auto;
    height: 68px;
  }
}
@media screen and (max-width: 990px) {
  .confirmation-page .popup-wrapper .popup {
    padding: 10px;
  }
  .formBody button {
    height: 54px;
  }
  .main-page .formTop {
    font-size: 26px;
  }
  #wrapper {
    width: auto;
  }
  .inner-block,
  .inner-page .inner-block {
    padding: 0 15px;
    width: auto;
  }
  .confirmation-section {
    padding: 35px 0 0;
  }
  .confirmation-section h2 {
    font-size: 42px;
    line-height: 42px;
    padding: 0 0 23px;
  }
  .confirmation-section h3 {
    font-size: 26px;
    padding: 0;
  }
  .confirmation-section .form form input[type=text] {
    width: 100%;
  }
  .confirmation-section .form form button.button {
    margin-top: 15px;
    width: 100%;
  }
  .popup-wrapper .popup {
    left: 0;
    max-width: none;
    padding: 10px;
    top: 0;
    transform: translate(0);
  }
  .popup-wrapper .popup h3,
  .popup-wrapper .popup p + h3,
  .popup-wrapper .popup ul + h3 {
    padding: 0 0 12px;
  }
  .popup-wrapper #popup-declined .reason {
    padding: 24px 70px 23px;
  }
}
@media screen and (max-width: 767px) {
  .popup-wrapper #popup-declined form .buttonP {
    width: 100% !important;
  }
  .confirmation-section .info .inner-block {
    padding: 15px 10px;
  }
  .popup-wrapper #popup-declined .tip .text {
    text-align: left;
    width: 300px;
  }
  .main-page .row {
    margin: 0;
  }
  .popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
    padding: 15px 0 0;
  }
  .popup-wrapper #popup-declined .popup-inner {
    padding: 27px 15px 40px;
  }
  .popup-wrapper .popup .form-popup .form-holder input[type=email],
  .popup-wrapper .popup .form-popup .form-holder input[type=text],
  .popup-wrapper .popup .form-popup .form-holder select {
    width: 100%;
  }
  .popup-wrapper .popup .popup-inner {
    padding: 34px 30px 40px;
  }
  .popup-wrapper #popup-declined form .form-holder label {
    display: block;
    width: 100% !important;
  }
  .popup-wrapper #popup-declined form .button {
    width: 100% !important;
  }
  .popup-wrapper #popup-declined .reason {
    padding: 23px 15px 25px !important;
  }
  .popup-wrapper #popup-declined form .form-holder input[type=tel] {
    max-width: 237px;
    width: 100% !important;
  }
  .popup-wrapper #popup-declined form .form-holder select,
  .popup-wrapper #popup-declined form .form-holder.cvv-code input[type=tel] {
    width: 115px !important;
  }
  .popup input[type=email],
  .popup input[type=number],
  .popup input[type=password],
  .popup input[type=tel],
  .popup input[type=text],
  .popup select,
  .popup textarea,
  .popup-wrapper .popup .form-popup .form-holder input[type=email],
  .popup-wrapper .popup .form-popup .form-holder input[type=text],
  .popup-wrapper .popup .form-popup .form-holder select {
    height: 37px;
  }
  .popup-wrapper #popup-declined form .form-holder label {
    line-height: 18px;
  }
  .popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
    padding: 10px 0 0 !important;
  }
  .popup-wrapper #popup-declined form .button {
    margin: 15px 0 !important;
    width: 235px !important;
  }
  .logo {
    width: 147px;
  }
  .popup-wrapper .popup .form-popup .form-holder input[type=email],
  .popup-wrapper .popup .form-popup .form-holder input[type=tel],
  .popup-wrapper .popup .form-popup .form-holder input[type=text],
  .popup-wrapper .popup .form-popup .form-holder select {
    max-width: 70%;
  }
  .confirmation-section h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .confirmation-section h3 {
    font-size: 17px;
  }
  .confirmation-section .form h4 {
    font-size: 19px;
  }
  .confirmation-page .confirmation-section .form form .button {
    font-size: 18px;
    padding: 0 10px;
    width: 180px;
  }
  .formBox.center-block {
    margin: 0 auto 50px;
  }
  .confirmation-section .error-message,
  .confirmation-section .form-holder.exp-date .error-message {
    background: 0 0;
    color: #ef4b52;
    font-size: 12px;
    height: auto;
    left: 0;
    line-height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .error-message:after {
    display: none;
  }
  .formBox center img {
    width: auto;
  }
  .stayingKetosis h2 {
    line-height: 80px;
  }
  .formBody button {
    background-position: 50%;
    background-size: auto;
    height: 90px;
  }
  .confirmation-page .inner-block {
    width: 440px;
  }
  .confirmation-page .form form input[type=text] {
    width: 242px;
  }
}
@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }
  #theproof img {
    height: auto;
    margin: auto;
    width: 300px;
  }
  .confirmation-page .inner-block {
    width: 300px;
  }
  .confirmation-section h3 {
    line-height: 22px;
    padding: 0 0 10px;
  }
  .confirmation-section h4 {
    font-size: 17px;
  }
  .confirmation-page .confirmation-section .form form .button,
  .confirmation-page .form form input[type=text] {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .popup textarea,
  .popup-wrapper .popup .form-popup .form-holder input[type=email],
  .popup-wrapper .popup .form-popup .form-holder input[type=text],
  .popup-wrapper .popup .form-popup .form-holder select {
    width: 100%;
  }
  .popup-wrapper .popup h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 370px) {
  .formBody button {
    background-size: 100% auto;
    height: 90px;
  }
  .navbar-brand {
    letter-spacing: -0.5px;
    padding: 10px 0 0;
  }
  .c2abtn {
    font-size: 26px;
  }
  #theproof img,
  .vsdwn img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-height: 340px) {
  .popup-loading-wrapper .popup p {
    padding: 3px 0;
  }
  .popup-loading-wrapper .popup h2 {
    padding: 2px 0 7px;
  }
}
.confirmation .l-grid {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.confirmation footer ul {
  margin: 0;
  padding: 0;
}

.confirmation .b-disclaimer p {
  margin: 0;
}

.confirmation .b-disclaimer {
  background: #f8f8f8;
  border-top: 1px solid #d9d3d3;
  color: #454545;
  font-size: 12px;
  padding: 35px 0;
  text-align: center;
}

.confirmation footer ul li {
  display: inline-block;
  margin: 0 10px;
}

.confirmation footer ul li a {
  color: #fdfdfd;
  font-size: 14px;
  text-decoration: none;
}

.confirmation .b-footer {
  background: #7e7d84;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  position: static;
  right: 0;
  text-align: center;
}

.error-message {
  background: #ef4b52;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: none;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0 35px 0 0;
  padding: 0 10px;
  position: absolute;
  right: 100%;
  top: 1px;
  white-space: nowrap;
  z-index: 99999;
}

.accept .accept-icon,
.has-error .accept-icon {
  display: block;
  height: 12px;
  left: -18px;
  position: absolute;
  top: 12px;
  width: 14px;
}

.has-error .error-message {
  display: block;
}

.error-message:after {
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #ef4b52;
  border-top: 16px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}

.popup ol,
.popup ul {
  display: table;
  list-style-type: circle;
  margin-bottom: 10px;
  padding-left: 20px !important;
}

.popup ol li,
.popup ul li {
  line-height: normal;
  list-style-type: circle;
}

.blocker {
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  -ms-overflow-x: scroll;
  overflow: scroll;
  overflow-x: hidden;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.2s;
  width: 100%;
  z-index: 9999;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.05em;
  vertical-align: middle;
}

.blocker.behind {
  background-color: initial;
}

.modal .button {
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px !important;
  margin: 31px auto 15px;
  padding: 0 25px;
}

.modal .button:hover {
  background: #f60;
  color: #fff;
}

.modal footer {
  text-align: center;
}

.choose-page .modal {
  zoom: 50%;
}

.modal {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1490196078);
  box-sizing: border-box;
  display: none;
  max-width: 900px;
  overflow: visible;
  padding: 34px 40px 40px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  z-index: 2;
}

.modal p {
  margin-top: 0;
}

.modal br {
  height: 0;
  line-height: 0;
}

.modal a.close-modal {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 30px;
  position: absolute;
  right: -12.5px;
  text-indent: -9999px;
  top: -12.5px;
  width: 30px;
}

.modal-spinner {
  background-color: #111;
  border-radius: 5px;
  display: none;
  height: 20px;
  left: 50%;
  padding: 12px 16px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.modal-spinner > div {
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  height: 20px;
  margin: 0 1px;
  width: 2px;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
  0%, 40%, to {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.modal h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0;
}

.modal h1,
.modal h3,
.modal h4 {
  color: #313131;
  line-height: normal;
}

.modal h3,
.modal h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px;
}

.modal ol li,
.modal ul li {
  line-height: normal;
}

.modal p,
.modal p span {
  color: #313131;
  line-height: normal;
  padding: 0 0 17px;
}

.modal {
  -webkit-overflow-scrolling: touch;
  color: #313131;
  font-size: 14px;
  height: auto !important;
  line-height: 20px;
}

@media (max-width: 767px) {
  .modal {
    max-width: 100%;
    padding: 30px 20px;
  }
  .modal h1 {
    font-size: 30px;
    line-height: normal;
  }
  .blocker {
    padding: 20px 0;
  }
}
.declined .logo img {
  display: block;
  margin: 20px 0 0;
  max-height: 70px;
  max-width: 172px;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-pre-loading-wrapper {
  background: rgba(0, 0, 0, 0.9490196078);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.popup-pre-loading-wrapper .popup {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: 50%;
  min-width: 300px;
  position: absolute;
  text-align: center;
  text-align: center !important;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-pre-loading-wrapper .popup .pre-loading-image {
  height: 80px;
  width: 80px;
}

.popup-pre-loading-wrapper .popup .loading-image,
.popup-pre-loading-wrapper .popup .pre-loading-image {
  animation: spin 3s linear infinite;
  margin: auto;
}

.popup-pre-loading-wrapper .popup .loading-image {
  height: 70px;
  width: 70px;
}

.popup-pre-loading-wrapper .popup h2 {
  font-size: 34px;
  line-height: normal;
  padding: 0 0 16px;
}

.popup-pre-loading-wrapper .popup p {
  font-size: 18px;
  opacity: 0.5;
  padding: 8px 0 3px;
}

.popup-pre-loading-wrapper .popup h2 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  padding: 7px 0 22px;
  width: 300px;
}

.popup-pre-loading-wrapper .popup .product-image {
  background-size: contain !important;
  height: 207px;
  margin: 0 auto 6px;
  position: relative;
  width: 114px;
}

.preloader-upsale {
  background: rgba(255, 255, 255, 0.9019607843);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.preloader-upsale img {
  left: 50%;
  margin-right: -50%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .preloader-upsale img {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-height: 420px) and (min-width: 1px), (max-width: 420px) and (min-width: 1px) {
  span.__talkjs_popup {
    position: fixed !important;
  }
}
.transaction-conf {
  background: url(/static/common/images/conf/7328a4d454c91480a714cc2dfdeb71db.png);
  border: 4px solid #464646;
  margin-top: 15px;
  padding: 25px 0;
  position: relative;
}

.transaction-conf .savings {
  padding-left: 30px;
}

.transaction-conf .savings .row {
  margin: 0;
}

.transaction-conf .savings h3 {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}

.transaction-conf .savings .invoice {
  border: 0;
  left: 40px;
  position: relative;
  text-align: left;
}

.transaction-conf .savings .invoice:before {
  /* background-image: url(/static/common/images/conf/3374eba33c023dada2ab6898c7ab169c.svg); */
  background-position: 50%;
  background-size: cover;
  content: "";
  height: 22px;
  left: -40px;
  position: absolute;
  top: 10px;
  width: 25px;
}

.transaction-conf .savings .invoice .conf-price {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.transaction-conf .savings .invoice .conf-name {
  color: #464646;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  margin-right: 10px;
}

.transaction-conf .savings #upsalesTransaction .invoice .conf-name {
  margin-right: 0;
}

.transaction-conf .thumbs-up {
  bottom: 0;
  position: absolute;
  right: 20px;
}

.transaction-conf #upsalesTransaction {
  margin-bottom: 10px;
}

.transaction-conf .descriptionTransaction .descriptionId {
  color: #fe2321;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  margin: 0;
}

.transaction-conf .descriptionTransaction p {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 1199px) {
  .transaction-conf .savings h3 {
    font-size: 45px;
  }
  .transaction-conf .savings .invoice div {
    font-size: 23px;
  }
  .transaction-conf .descriptionTransaction p {
    font-size: 22px;
  }
  .transaction-conf .descriptionTransaction .descriptionId {
    font-size: 36px;
    top: 20px;
  }
  .transaction-conf .savings .invoice {
    max-width: 590px;
  }
  .transaction-conf .savings .invoice .conf-name {
    font-size: 28px;
  }
}
@media (max-width: 995px) {
  .transaction-conf .savings {
    padding-left: 10px;
  }
  .transaction-conf .savings h3 {
    font-size: 34px;
  }
  .transaction-conf .descriptionTransaction p {
    font-size: 20px;
  }
  .transaction-conf .descriptionTransaction .descriptionId {
    font-size: 34px;
  }
  .transaction-conf .thumbs-up {
    bottom: 0;
    position: absolute;
    right: -13px;
  }
  .transaction-conf .savings .invoice div {
    font-size: 19px;
    line-height: 35px;
  }
  .transaction-conf .savings .invoice:before {
    height: 16px;
    left: -30px;
    top: 13px;
    width: 19px;
  }
  .transaction-conf .savings .invoice {
    left: 30px;
  }
  .transaction-conf .descriptionId {
    font-size: 38px;
  }
  .thumbsup {
    height: auto;
    width: 192px;
  }
}
@media (max-width: 768px) {
  .transaction-conf .savings h3 {
    font-size: 28px;
    line-height: 55px;
    margin-bottom: -5px;
  }
  .transaction-conf .savings {
    padding-left: 0;
  }
  .transaction-conf .savings .invoice .conf-name,
  .transaction-conf .savings .invoice .conf-price {
    font-size: 17px;
    line-height: 32px;
  }
  .transaction-conf .savings .invoice:before {
    height: 14px;
    left: -25px;
    top: 10px;
    width: 16px;
  }
  .transaction-conf .savings .invoice {
    left: 25px;
  }
  .transaction-conf .savings .invoice .conf-name {
    margin-right: 5px;
  }
  .transaction-conf {
    padding: 15px 0;
  }
  .transaction-conf .descriptionId {
    font-size: 25px;
    text-align: center;
  }
  .transaction-conf {
    border: 4px solid #000;
  }
  .transaction-conf .descriptionTransaction .descriptionId {
    font-size: 24px;
    position: static;
  }
  .transaction-conf .descriptionTransaction {
    max-width: 340px;
  }
  .transaction-conf .descriptionTransaction p {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  .transaction-conf .savings .invoice {
    max-width: 350px;
  }
}
@media (max-width: 580px) {
  .transaction-conf .col-sm-9,
  .transaction-conf .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .transaction-conf .thumbs-up {
    display: none;
  }
  .transaction-conf {
    overflow-x: hidden;
  }
  .transaction-conf .savings .invoice {
    max-width: 90%;
  }
}
@media (max-width: 430px) {
  .transaction-conf .savings h3 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 0;
  }
  .transaction-conf .descriptionTransaction p {
    font-size: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .modal h1 {
    font-size: 7vw !important;
  }
}
.form-cards {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  list-style-type: none;
  margin: 8px 0 12px;
  padding: 0;
  text-align: center;
}

.form-cards li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.form-cards li.first-text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}

.form-cards img {
  display: block;
  height: 27px;
}

#pagecontainer .form-cards img,
.checkout-p .form-cards img,
.checkout-page .form-cards img {
  margin: 0 3px;
  width: 42px;
}

#pagecontainer .form-cards li,
.checkout-p .form-cards li,
.checkout-page .form-cards li {
  margin: 0;
}

#pagecontainer .form-cards li:first-child,
.checkout-p .form-cards li:first-child,
.checkout-page .form-cards li:first-child {
  display: inline-block !important;
  margin-right: 4px;
}

#pagecontainer .form-cards,
.checkout-p .form-cards,
.checkout-page .form-cards {
  margin: 12px 0 -6px;
}

form button:disabled,
form input:disabled {
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .form-cards li.first-text {
    display: block;
    margin-bottom: 4px;
  }
}
@media (max-width: 345px) {
  #pagecontainer .form-cards img,
  .checkout-p .form-cards img,
  .checkout-page .form-cards img {
    width: 36px;
  }
  #pagecontainer .form-cards,
  .checkout-p .form-cards,
  .checkout-page .form-cards {
    font-size: 13px;
  }
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid rgba(0, 0, 0, 0);
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: initial;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
     -moz-appearance: button;
          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: 1px dotted ButtonText;
}

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;
}

progress {
  vertical-align: initial;
}

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;
     -moz-appearance: textfield;
          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;
}

.row:after,
.row:before {
  clear: both;
  content: "";
  display: block;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

.popup * {
  font-family: Inter, Arial, sans-serif;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.94);
  }
  3% {
    transform: scale(1);
  }
  6% {
    transform: scale(0.94);
  }
  12% {
    transform: scale(1);
  }
  18% {
    transform: scale(0.94);
  }
}
.heartbeat {
  -webkit-font-smoothing: antialiased;
  animation: heartbeat 5s ease infinite normal;
  transform: scale(0.94);
}

.header__warning {
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  position: relative;
  text-align: center;
}

.header {
  padding-bottom: 7px;
  position: fixed;
  width: 100%;
  z-index: 22;
}

.header .container {
  max-width: 1144px;
}

.popup-loading-wrapper .popup .product-image {
  background: url(/static/essentialketo_gummies/za-v1/desktop/images/41661cd9ae30e5c43e1a5867c0bf1049.png) no-repeat !important;
  background-size: contain !important;
  width: 205px;
}

.header__logo {
  float: left;
  margin-left: 72px;
  margin-top: 7px;
}

#email,
#firstName,
#lastName,
#phone {
  display: inline-block;
  width: 48%;
}

.date-container,
.hurry {
  color: #fdff95 !important;
}

#email,
#firstName {
  margin-right: 4%;
}

.header__info {
  margin-top: 11px;
  overflow: hidden;
}

.header__btn {
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  display: block;
  float: right;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-submit .button__info {
  display: block;
  line-height: 64px;
}

.button-submit span:before,
.header__btn span:before {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/11d03e4213bc8a1b4be0966555277fbb.svg); */
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 25px;
}

.button-submit .button__info:before {
  right: 15px;
  top: 23px;
}

.button-submit .subButton__info {
  display: inline-block;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 11px;
  margin-top: 3px;
  position: relative;
  text-transform: none;
  white-space: nowrap;
}

.button-submit .subButton__info:before {
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  right: -8px;
  top: 5px;
  width: 6px;
}

.button-submit .subButton__info:after {
  background: #fff;
  content: "";
  height: 1px;
  left: -8px;
  position: absolute;
  top: 5px;
  width: 6px;
}

.header__info_side {
  align-items: center;
  display: flex;
  float: left;
  justify-content: flex-end;
  margin-right: 0;
  margin-top: 8px;
  text-align: right;
  width: calc(100% - 297px);
}

.header__info_side img {
  margin-right: 12px;
  width: 83px;
}

.header__info_side span {
  color: #373737;
  display: block;
  font-size: 24px;
  font-style: italic;
}

.header__info_side p {
  color: #373737;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 5px;
}

.header__info_side p span {
  color: #dc4414;
  display: inline-block;
  font-size: inherit;
  font-style: italic;
  font-weight: 700;
}

.dynamicCount1 {
  color: #373737 !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.first-section {
  padding-bottom: 70px;
}

.first-section__side {
  width: 62%;
}

.first-section__side:last-child {
  margin-left: 1%;
  width: 37%;
}

.first-section {
  padding-bottom: 50px;
  padding-top: 130px;
}

.form-title {
  color: #262626;
  font-size: 35px;
  max-width: 400px;
  text-transform: uppercase;
}

.form-title span {
  color: #f76d16;
}

.index-page form {
  margin-top: 25px;
}

.index-page form label {
  color: #4d4d4d;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.index-page form input,
.index-page form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #989898;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  color: #353535;
  display: block;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 1rem;
  padding: 0.5rem;
  padding-right: 33px !important;
  width: 100%;
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: #fff !important;
  /* background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/36b61c31908b3811e8c8a2efc28179a3.svg) !important; */
  background-position: calc(100% - 42px) !important;
  background-repeat: no-repeat !important;
}

.index-page form .row .form-holder {
  float: left;
  width: 48%;
}

.index-page form .row .form-holder:first-child {
  margin-right: 4%;
}

.button-submit {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 100%;
}

.first-section__info h1 {
  font-family: Helvetica, sans-serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 97px;
  margin-top: 6px;
}

.first-section__info h1 span {
  color: #dc4414;
  font-style: italic;
}

.first-section__info h2 {
  color: #23ad27;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 82px;
  margin-top: -17px;
}

.first-section__info {
  padding-top: 11px;
  position: relative;
}

.first-section__info h3 {
  color: #504e4e;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 116.2%;
  margin-top: 6px;
  max-width: 425px;
}

.first-section__info ul {
  margin-top: 20px;
}

.first-section__info ul li {
  color: #504e4e;
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 35px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.first-section__info ul li:before {
  background: #bf2b2b;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 9px;
}

.security-icons {
  display: block;
  margin: -32px 0 0 51px;
}

.first-section__bottle:after {
  content: "";
  height: 292px;
  position: absolute;
  right: -8px;
  top: -85px;
  width: 119px;
}

.why-is__side {
  float: left;
  padding: 30px 0.5% 0;
  width: 48.5%;
}

.why-is__side:first-child {
  width: 53%;
}

.why-is {
  background-color: #f7bd1a;
  background-image: linear-gradient(top, #f8cc1c, #f58d13);
}

.why-is__side h2 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 61px;
}

.why-is__side h2 span {
  color: #464646;
}

.why-is__side p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1.25rem;
}

.why-is__side p:last-child {
  font-weight: 700;
}

.keto-magazines {
  margin-top: 0;
  position: relative;
  top: 0;
  vertical-align: top;
}

.why-is__bottle {
  max-width: 100%;
  vertical-align: top;
}

.how-use__item {
  float: left;
  padding: 0 15px;
  width: calc(33.33% - 30px);
}

.how-use__item img {
  display: block;
  margin: 0 auto 25px;
}

.how-use__step,
.how-use__title {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.how-use__title {
  color: #3ea745;
}

.how-use__item p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  margin-top: 10px;
}

.how-use__titleMain {
  font-family: Oswald, sans-serif;
  font-size: 3.3125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

svg.diagonal-line {
  height: 100%;
  width: 100%;
}

.how-use {
  overflow: hidden;
  position: relative;
}

.how-use .container {
  padding-bottom: 54px;
  padding-top: 36px;
}

.container {
  position: relative;
}

.diagonal-line-container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.science {
  background-color: #a3cc2c;
  background-image: linear-gradient(top, #a3cc2c, #5fbb49);
  overflow: hidden;
}

.science__left {
  float: left;
  padding: 0 15px;
  width: calc(58% - 30px);
}

.science__right {
  float: left;
  padding: 0 15px;
  width: calc(42% - 30px);
}

.diagonal-line-container.flip svg.diagonal-line {
  transform: scaleX(-1);
  z-index: 2;
}

.green-gradient svg.diagonal-line polygon {
  fill: rgba(255, 242, 0, 0.1607843137);
}

.science .container {
  padding-bottom: 80px;
}

.science__img {
  margin-top: 67px;
  position: relative;
}

.science .row {
  position: relative;
  z-index: 2;
}

.science .diagonal-line-container {
  z-index: 1;
}

.science__img:before {
  content: "";
}

.science__title {
  color: #fff;
  margin-top: 40px;
}

.science__subTitle,
.science__title {
  font-family: Oswald, sans-serif;
  font-size: 3.3125rem;
  font-style: normal;
  font-weight: 700;
}

.science__subTitle {
  color: #083b0b;
}

.science__subTitle span {
  font-size: 1.25rem;
}

.science__left p {
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
}

.science__left ul {
  margin-left: 1.1rem;
}

.science__left ul li {
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  position: relative;
}

.science__left ul li:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -15px;
  position: absolute;
  top: 7px;
  width: 5px;
}

.science__left ul li span {
  font-weight: 700;
  text-decoration: underline;
}

.slide__item_left {
  float: left;
  width: 50%;
}

.slide__item_right {
  display: table;
  float: left;
  width: calc(50% - 90px);
}

.slide__item {
  outline: none;
}

.slide__item_left img {
  width: auto;
}

.slide__item_right p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  margin-top: 108px;
}

.slide__item_right span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}

.review h2 {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 3.3125rem;
  margin: 50px 0 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.review h2 span {
  color: #ed1973;
}

.slide__item_right {
  padding-right: 90px;
}

.review .container {
  padding-bottom: 90px;
}

.slick-dots {
  bottom: -38px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  background-color: #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li.slick-active {
  background-color: #858383;
}

.slick-dots li button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.last-block_left,
.last-block_right {
  float: left;
  width: 33%;
}

.last-block_left {
  padding-top: 40px;
}

.last-block_right {
  margin-bottom: -7px;
  margin-left: -6%;
  width: 39%;
}

.last-block_middle {
  float: left;
  padding-top: 20px;
  width: 34%;
}

.last-block__block {
  border-bottom: 3px solid #ccc;
  border-top: 3px solid #ccc;
}

.last-block__block img,
.last-block__block object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.last-block_left h2 {
  color: #23ad27;
  font-size: 53px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 440px;
  white-space: nowrap;
}

.last-block_left h2,
.last-block_left h3 {
  font-family: Oswald, sans-serif;
  font-style: normal;
}

.last-block_left h3 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 118.3%;
}

.last-block-bottle {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 330px;
}

.last-block__btn {
  background: linear-gradient(180deg, #fdd508, #fcaa07);
  border: 2px solid #c69004;
  border-radius: 15px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 74px;
  text-align: center;
  text-decoration: none;
}

button {
  outline: none;
}

.last-block .button-submit {
  background: #3dc051;
  font-size: 28px;
  line-height: 78px;
  margin-top: 0;
  max-width: 330px;
  position: relative;
  z-index: 10;
}

.last-block .button-submit:hover {
  background: #1e8c2f;
}

.last-block .button-submit .button__info {
  display: inline-block;
}

.last-block .button-submit .subButton__info {
  font-size: 14px;
}

.last-block__btn:hover {
  background: linear-gradient(90deg, #fcaa07 100%, #fdd508 0);
  transition: all 2.2s;
}

.last-block__btn span {
  display: block;
  position: relative;
}

.last-block__btn span:before {
  background: url(/static/essentialketo_gummies/za-v1/desktop/images/cbc10beb6c1f487e3dc1a59d9dab87cf.png) no-repeat 50%;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 8px;
  position: absolute;
  top: 29px;
  width: 12px;
}

.logo-f {
  display: block;
  margin: 5px auto 0;
}

.website-secure {
  display: block;
  margin: 20px auto;
}

.soc-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 411px;
}

.soc-list li {
  display: table;
  float: left;
  height: 51px;
  position: relative;
  text-align: center;
  width: 50%;
}

.soc-list li img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  padding-bottom: 50px;
}

.footer p {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.footer p a,
.terms-links {
  color: #0020e4;
}

.terms-links {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.terms-links li {
  display: inline-block;
}

.terms-links li a {
  color: #0020e4;
  font-family: Helvetica, sans-serif;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 351px;
}

.custom-social-proof {
  bottom: 20px;
  display: none;
  font-family: Open Sans, sans-serif;
  left: 20px;
  position: fixed;
  z-index: 9999999999999 !important;
}

.custom-notification {
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  padding-bottom: 7px;
  position: relative;
  text-align: left;
  width: 320px;
  z-index: 99999;
}

.custom-notification-container {
  align-items: center;
  display: block !important;
  height: 80px;
  max-width: 320px;
  width: 100%;
}

.custom-notification-image-wrapper {
  float: left;
  margin-top: 5px;
  width: 80px;
}

.custom-notification-image-wrapper img {
  border-radius: 6px 0 0 6px;
  display: block;
  margin: 0 auto 5px;
  max-height: 75px;
  overflow: hidden;
  width: auto;
}

.custom-notification-content-wrapper {
  border-radius: 0 6px 6px 0;
  color: gray;
  height: 100%;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-notification-content {
  float: left;
  font-family: inherit !important;
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0 !important;
  padding-bottom: 5px;
  width: calc(100% - 70px);
}

.custom-notification-content small {
  display: block !important;
  font-size: 12px !important;
  margin-top: 3px !important;
  opacity: 0.8;
}

.custom-close {
  cursor: pointer;
  height: 12px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  width: 12px;
}

.custom-close:before {
  height: 2px;
  left: 0;
  top: 5px;
  width: 100%;
}

.custom-close:after,
.custom-close:before {
  background-color: gray;
  content: "";
  display: block;
  position: absolute;
}

.custom-close:after {
  height: 100%;
  left: 5px;
  top: 0;
  width: 2px;
}

.custom-close:hover .custom-close {
  opacity: 1;
}

.custom-social-proof .custom-notification .custom-close:before {
  background-color: gray;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}

.custom-social-proof .custom-notification .custom-close:after {
  background-color: gray;
  content: "";
  display: block;
  height: 100%;
  left: 5px;
  position: absolute;
  top: 0;
  width: 2px;
}

.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1;
}

input,
select {
  outline: none !important;
}

@media (max-width: 1440px) {
  .index-page form {
    margin-top: 17px;
  }
  .index-page form input,
  .index-page form select {
    margin: 0 0 10px;
  }
  .button-submit {
    margin-top: 20px;
  }
  .first-section {
    padding-bottom: 26px;
  }
  .first-section__bottle {
    bottom: -32px;
    right: 31px;
    width: 305px;
  }
}
@media (max-width: 1340px) {
  .first-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  .header__warning {
    text-align: center;
  }
  .index-page form input,
  .index-page form select {
    font-size: 14px;
  }
  .first-section {
    padding-bottom: 10px;
  }
  .first-section__info h1 {
    font-size: 69px;
  }
  .first-section__info h2 {
    font-size: 44px;
    line-height: 70px;
  }
  .first-section__info h3 {
    font-size: 31px;
    line-height: 36px;
  }
  .form-title {
    font-size: 29px;
  }
  .first-section__info ul li {
    font-size: 19px;
    line-height: 28px;
  }
  .header__info_side p {
    font-size: 13px;
    margin-top: 2px;
  }
  .first-section__bottle {
    bottom: -31px;
    right: 0;
    width: 265px;
  }
  .top-arrow {
    max-width: 220px;
  }
  .security-icons {
    margin: -18px 0 0 -2px;
  }
  .first-section__bottle:after {
    right: -9px;
  }
  .why-is__side h2 {
    font-size: 34px;
    margin-top: 0;
  }
  .keto-magazines {
    max-width: 100%;
  }
  .slick-slide img {
    max-width: 90%;
  }
  .slide__item_right p {
    margin-top: 90px;
  }
  .last-block_left h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .last-block_left h3 {
    font-size: 31px;
  }
  .last-block-bottle {
    width: 248px;
  }
  .last-block__btn {
    font-size: 21px;
    line-height: 65px;
  }
  .last-block-bottle:before {
    left: 0;
    top: -33px;
    width: 72px;
  }
  .first-section__info ul li:before {
    top: 8px;
  }
  .why-is__side p {
    font-size: 19px;
    line-height: 1.3;
  }
}
.header__logo img {
  width: 100%;
}

@media (max-width: 991px) {
  .container {
    max-width: 711px;
  }
  .button-submit {
    font-size: 23px;
  }
  .header {
    padding-bottom: 6px;
  }
  .header__info {
    margin-top: 2px;
  }
  .first-section {
    padding-top: 123px;
  }
  .header__info_side {
    float: left;
    margin-right: 19px;
    margin-top: 9px;
    text-align: right;
    width: calc(100% - 219px);
  }
  .header:before {
    background-size: contain;
    width: 89px;
  }
  .header__btn {
    font-size: 16px;
    line-height: 48px;
    margin-top: 8px;
    width: 199px;
  }
  .header__btn span:before {
    top: 2px;
  }
  .first-section__info h1 {
    font-size: 59px;
    line-height: 87px;
  }
  .first-section__info h2 {
    font-size: 36px;
    line-height: 70px;
  }
  .first-section__info h3 {
    font-size: 31px;
    line-height: 32px;
    margin-top: -10px;
  }
  .first-section__info ul li {
    font-size: 20px;
    line-height: 20px;
  }
  .first-section__bottle {
    right: -4px;
  }
  .first-section__info {
    padding-top: 0;
  }
  .how-use__item img {
    max-width: 100%;
  }
  .science__left,
  .science__right {
    width: 100%;
  }
  .science__img img {
    display: block;
    margin: 0 auto;
  }
  .science__img:before {
    left: 20%;
  }
  .slide__item_right p {
    margin-top: 43px;
  }
  .last-block_left h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .last-block_left {
    padding-top: 25px;
  }
  .last-block-bottle {
    width: 224px;
  }
  .last-block__btn {
    font-size: 19px;
    line-height: 55px;
  }
  .last-block__btn span:before {
    top: 21px;
  }
  .how-use__titleMain {
    font-size: 43px;
  }
  .why-is__bottle {
    bottom: 163px;
    left: 151px;
  }
  .why-is__side p {
    font-size: 18px;
  }
  .why-is__side h2 {
    font-size: 32px;
  }
}
.header:before {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/6a5a92dcaabfc5ca70b162917267a79b.svg); */
  background-size: contain;
  content: "";
  height: 112px;
  left: 0;
  position: absolute;
  top: 0;
  width: 112px;
  z-index: 1;
}

.secure-info {
  display: table;
  margin-top: 10px;
  max-width: 100%;
  text-align: center;
}

.secure-info li {
  display: table-cell;
  max-width: 88px;
  vertical-align: middle;
}

.secure-info img {
  max-width: 90%;
}

.secure-info li:first-child img {
  margin-top: -4px;
}

.science__img:before {
  background: #e7714e;
  background: linear-gradient(180deg, #e7714e 0, #de5055);
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  content: "SCIENTIFICALLY PROVEN TO MELT FAT NATURALLY";
  display: block;
  font-family: Oswald, sans-serif;
  height: 148px;
  left: 0;
  padding: 48px 20px;
  position: absolute;
  text-align: center;
  top: -42px;
  width: 148px;
}

.science__img:after {
  border: 1px dotted #e7714e;
  border-radius: 50%;
  content: "";
  height: 158px;
  left: -6px;
  position: absolute;
  top: -48px;
  width: 158px;
}

.first-section__bottle:after {
  display: none;
}

.first-section__info .list-done {
  margin: 0;
  padding: 0;
  position: absolute !important;
  right: -84px;
  text-align: center;
  top: -160px;
}

.first-section__info .list-done li {
  list-style: none;
  margin-bottom: 2px;
}

.first-section__info .list-done li:before {
  display: none;
}

.first-section__bottle img {
  width: 100%;
}

.first-section__info .list-done img {
  max-width: 130px;
  vertical-align: top;
}

.first-section__info .list-done li:last-child img {
  max-width: 110px;
}

.first-section__info .arrows {
  align-items: center;
  /* background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/f7144c30446114934a83f4f53a1cc5c5.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 95px;
  justify-content: center;
  max-width: 532px;
}

.first-section__info .arrows .top-text {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-top: -5px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2509803922);
}

.first-section__info .arrows .bottom-text,
.first-section__info .arrows .top-text {
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.first-section__info .arrows .bottom-text {
  color: #ffd600;
  font-size: 21px;
  line-height: 24px;
  text-shadow: 1px 1px 0 rgba(9, 105, 7, 0.2509803922);
}

@media (max-width: 1199px) {
  .logo-land {
    margin-left: 400px;
    margin-top: 30px;
    width: 250px;
  }
  .first-section__info .list-done img {
    max-width: 100px;
  }
  .first-section__info .list-done li:last-child img {
    max-width: 101px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 8px;
  }
  .last-block-bottle:before {
    left: -61px;
    top: -33px;
    width: 72px;
  }
}
@media (max-width: 991px) {
  .logo-land {
    margin-left: 290px;
    margin-top: 30px;
    width: 200px;
  }
  .first-section__info .list-done img {
    max-width: 80px;
  }
  .first-section__info .list-done li:last-child img {
    max-width: 78px;
  }
  .first-section__info .list-done {
    right: -64px;
    top: -35px;
  }
}
.first-section .container {
  max-width: 1160px;
}

.people-home {
  bottom: -70px;
  left: -170px;
  position: absolute;
  width: 524px;
}

.first-section__side {
  float: left;
  width: calc(99% - 290px);
}

.first-section__info h1,
.first-section__info h2 {
  margin-left: 258px;
}

.first-section__info h2 {
  margin-left: 260px;
}

.first-section__info h3 {
  margin-left: 420px;
}

.first-section__info ul {
  margin-left: 422px;
  margin-top: 22px;
}

.logo-land {
  margin-bottom: 20px;
  margin-left: 370px;
  margin-top: 35px;
  width: 460px;
}

.first-section__info .arrows {
  margin-left: 332px;
}

.bottom-info {
  margin-left: 260px;
}

.bottom-info span {
  color: #4d4d4d;
  display: block;
  font-family: Roboto Condensed, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

.bottom-info p {
  color: #4d4d4d;
  display: inline-block;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 92px;
  position: relative;
}

.bottom-info p:before {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/e01dc43e87589bb92ed745c1204f6650.svg) no-repeat 50%;  */
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 89px;
}

.first-section__bottle {
  bottom: -75px;
  left: 35px;
  max-width: none;
  position: absolute;
  right: auto;
  width: 294px;
}

.first-section__bottle:after {
  right: -85px;
  top: -70px;
}

.first-section__side:last-child {
  float: right;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-top: 10px;
  width: 280px;
}

.form-title {
  background: linear-gradient(180deg, #f6f6f9, #ebebf1);
  border-radius: 8px;
  color: #504e4e;
  font-size: 30px;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 25px;
  padding: 12px 5px;
  text-align: center;
}

.form-block {
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  padding-bottom: 5px;
}

.form-title span {
  color: #04b500;
}

.form-block form {
  margin: 0;
  padding: 0 10px;
}

.index-page form input,
.index-page form select {
  box-shadow: none;
  font-size: 14px;
  height: auto;
  margin-bottom: 11px;
  padding: 9px 10px;
}

.button-submit {
  padding: 0 5px;
}

.logo-seq {
  display: block;
  margin: 20px auto 0;
  width: 250px;
}

.icon {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/82b14a773a35a54c8243c000c35892cd.svg) no-repeat 50%; */
  content: "";
  height: 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

/* .email .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/dae10ff12bab7fdd4dd148af81b5daad.svg);
} */
.promo {
  position: relative;
}

/* 
.promo .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/9d6f96ccd74c9e9715e4670d4ea5e044.svg);
} */
/* 
.phone .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/1780d471bcf722fb39a451f6ef9adc64.svg);
} */
/* 
.address .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/58e64653c04373acba96bb1cfa78629e.svg);
} */
/* 
.zipcode .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/9949040f58a9b0251d2494560497538b.svg);
} */
/* 
.city .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/fc246daf9b1ba3391688cfd17fbb3457.svg);
} */
/* .country .icon,
.state .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/258b2e1fe3d6910e29a639ed223e6caf.svg);
} */
/* .valid + .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/10ea7bdb211b31c02231c7d23b4b6a6f.svg);
} */
/* .error + .icon {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/873fd77f6bacb77f8336136c79a8d661.svg);
} */
.button-submit,
.header__btn {
  background: #3dc051;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
}

.button-submit:hover,
.header__btn:hover {
  background: #1e8c2f;
}

.header {
  background: linear-gradient(180deg, #eaeaf1, hsla(0, 0%, 100%, 0.912) 158.41%);
  box-shadow: 0 1px 10px rgba(7, 74, 18, 0.3294117647);
}

.first-section__info h1 {
  color: #504e4e;
}

.how-use__titleMain span {
  color: #23ad27;
}

.last-block-bottle {
  margin-bottom: 10px;
  margin-top: 20px;
  width: 265px;
}

.how {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/171415b375afd0ea73d765963b7adaf4.jpg) no-repeat top; */
  background-size: 100%;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

.how:before {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/6a8fd4a66203dcc5376f33db8810f624.png) no-repeat top; */
  background-size: 110% 244px;
  bottom: -219px;
  content: "";
  height: 243px;
  left: 0;
  position: absolute;
  width: 100%;
}

.why-is {
  padding-top: 172px;
}

.why-df {
  align-items: flex-end;
  display: flex;
}

.how__left,
.how__right {
  float: left;
  margin-bottom: -70px;
  width: calc(50% - 91px);
}

.how__left {
  margin-right: 15px;
}

.how__right {
  margin-left: 15px;
}

.how__middle {
  float: left;
  margin-top: 39%;
  text-align: center;
  width: 152px;
}

.how-title-block {
  /* background: url(/static/essentialketo_gummies/za-v1/desktop/images/475c93761d9bc45fbb9dd63f7284163b.png) no-repeat 50%; */
  background-size: contain;
  height: 244px;
  margin: 0 auto -35px;
  position: relative;
  text-align: center;
  width: 241px;
  z-index: 3;
}

.how-title-block span {
  color: #fff;
  display: block;
  font-size: 26px;
}

.how h2,
.how-title-block span {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.how h2 {
  color: #50ad23;
  display: inline-block;
  font-size: 48px;
  line-height: 71px;
  margin-top: 50px;
  width: 100%;
}

.how h2,
.how h3 {
  text-align: center;
}

.how h3 {
  color: #171717;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.how-title-block span:first-child {
  display: inline-block;
  margin-top: 67px;
}

.how-title-block .how-title-block__middle {
  color: #ffd600;
  font-size: 50px;
}

.how-container {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1882352941);
  min-height: 500px;
}

.how-container__in {
  padding: 0 40px 20px;
}

.how-container__title {
  background: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 80%;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

.how p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.how-container__main-text {
  margin-top: 30px;
  min-height: 140px;
}

.how-container__line {
  background: #23ad27;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 auto;
  max-width: 270px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.how-container__line:after,
.how-container__line:before {
  background: #eee;
  content: "";
  display: block;
  height: 2px;
  left: -52px;
  position: absolute;
  top: 25px;
  width: 40px;
}

.how-container__line:after {
  left: auto;
  right: -52px;
}

.how__description {
  margin-top: 24px;
}

.last-block_right img {
  position: relative;
  top: 5px;
}

.last-block .button-submit .button__info:before {
  right: 0 !important;
}

.how__description p {
  margin-bottom: 20px;
}

.how-container2 {
  background: #fff;
}

.how-container1 {
  background: #fff;
}

.compare {
  font-family: Oswald, sans-serif;
  padding: 50px 0 70px;
  text-align: center;
}

.compare-table table {
  border-collapse: initial;
  border-spacing: 3px 0;
  width: 100%;
}

.table-product td {
  font-size: 16px;
  text-align: center;
}

.compare-table tr span {
  color: #333;
}

.table-product td img {
  display: block;
  margin: 4px auto 0;
  max-height: 120px;
}

.compare-table td {
  border: 1px solid #e5e5e5;
  padding: 0;
  width: 18%;
}

.compare-table tr:first-child td:first-child,
.compare-table tr:last-child td:first-child {
  border: none;
}

.compare-table tr {
  padding: 0;
}

.compare-table h2 {
  color: #000;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.compare-table h2 span {
  color: #23ad27;
}

.compare-table tr:first-child td:first-child {
  width: 30%;
}

.compare-table tr:first-child td:nth-child(3) img {
  width: 160px;
}

.compare-table tr:first-child td:nth-child(4) img {
  width: 65px;
}

.compare-table tr:last-child td {
  border-bottom: 2px solid #f8f8f8;
}

.compare-table tr:first-child span {
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin: 1px 0 3px;
}

.compare-table tr:first-child td:nth-child(2) span {
  letter-spacing: -0.02em;
  margin-top: 5px;
}

.compare-table td:first-child {
  border-left: none;
}

.table-line td {
  background: #ededed;
}

.table-line .table-title {
  background: #f1c61a;
  font-size: 18px;
  line-height: 35px;
  padding-left: 20px;
  text-align: left;
}

.table-blue,
.table-line .table-blue {
  background: #3ea745;
  color: #fff;
}

.table-line:nth-child(2n) .table-blue {
  background-color: #5baf61;
}

.table-blue span {
  color: #fff !important;
}

.bottom-img {
  margin: 2px auto 4px;
}

.table-line__last {
  background: #fff !important;
  border-bottom: none !important;
  text-align: left;
}

.table-line__last span {
  font-size: 18px;
  padding-left: 20px;
}

.popup-loading-wrapper .popup .product-image,
.popup-pre-loading-wrapper .popup .product-image {
  background-image: url(/static/essentialketo_gummies/za-v1/desktop/images/41661cd9ae30e5c43e1a5867c0bf1049.png) !important;
  height: 208px;
  width: 110px;
}

footer a {
  text-decoration: none !important;
}

.why-is__bottle {
  bottom: 0;
  left: 142px;
  position: absolute;
}

form .promo-field label {
  color: #4d4d4d;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.promo-field label span {
  color: #05c501;
}

.promo-field input:disabled {
  -webkit-text-fill-color: #222;
  border: 2px solid #05c501;
  color: #222;
  opacity: 1;
}

@media (max-width: 1320px) {
  .people-home {
    left: -175px;
  }
}
@media (max-width: 1199px) {
  .header__warning .container {
    max-width: 551px;
  }
  .header .container {
    max-width: 992px;
    padding: 0 15px;
  }
  .header .alert-color {
    margin-left: 60px;
  }
  .first-section .container {
    max-width: 992px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 201px;
  }
  .first-section__info h3 {
    margin-left: 280px;
  }
  .first-section__info ul {
    margin-left: 400px;
  }
  .first-section__side:last-child {
    padding-top: 9px;
  }
  .form-title {
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 11px;
    padding: 6px 10px;
  }
  .people-home {
    left: -145px;
    width: 470px;
  }
  .first-section__info img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .logo-land {
    margin-left: 385px;
    margin-top: 30px;
    width: 300px;
  }
  .first-section__info .arrows {
    height: 60px;
    margin-left: 362px;
    margin-top: 38px;
    max-width: none;
    width: 328px;
  }
  .first-section__info .arrows .top-text {
    font-size: 23px;
    line-height: 24px;
    margin-top: -2px;
  }
  .first-section__info .arrows .bottom-text {
    font-size: 15px;
  }
  .last-block .button-submit {
    font-size: 24px;
    max-width: 252px;
  }
  .bottom-info {
    margin-left: 204px;
  }
  .text-bottom {
    font-size: 15px;
    margin-left: 369px;
    padding-bottom: 75px;
  }
  .bottom-info span {
    font-size: 16px;
  }
  .bottom-info p {
    margin-top: 8px;
  }
  .first-section__bottle {
    bottom: -30px;
    left: 60px;
    max-width: none;
    right: auto;
    width: 250px;
  }
  .button-submit {
    margin-top: 0;
  }
  .logo-seq {
    margin-top: 15px;
  }
  .form-block {
    padding-bottom: 15px;
  }
  .last-block-bottle {
    left: -10px;
    position: relative;
    width: 190px;
  }
  .last-block-bottle:before {
    left: -60px;
  }
  .how__middle {
    margin-top: 51%;
    width: 115px;
  }
  .how__middle object {
    max-width: 100%;
  }
  .how-container__in {
    padding: 0 15px 20px;
  }
  .how-container__title {
    font-size: 18px;
  }
  .how-container__line {
    font-size: 18px;
    line-height: 38px;
    max-width: 193px;
  }
  .how-container__line:after,
  .how-container__line:before {
    background: #eee;
    content: "";
    display: block;
    height: 2px;
    left: -26px;
    position: absolute;
    top: 18px;
    width: 17px;
  }
  .how-container__line:after {
    left: auto;
    right: -26px;
  }
  .how h3 {
    font-size: 19px;
  }
  .how-container__main-text {
    min-height: 150px;
  }
  .how p {
    line-height: 17px;
  }
  .how:before {
    background-size: 110% 163px;
  }
  .how-title-block span {
    font-size: 21px;
  }
  .how-title-block {
    height: 220px;
  }
  .how-title-block span:first-child {
    margin-top: 55px;
  }
  .how h2 {
    margin-top: 15px;
  }
  .how {
    padding-bottom: 60px;
  }
  .how__left,
  .how__right {
    width: calc(50% - 73px);
  }
  .table-line .table-title span,
  .table-line__last span {
    display: block;
    line-height: 20px;
    padding: 10px 10px 10px 0;
  }
  .table-line .table-line__last,
  .table-line .table-title {
    font-size: 14px;
    padding-left: 10px;
  }
  .table-line__last span {
    font-size: 14px;
  }
  .compare-table tr:first-child span {
    font-size: 18px;
  }
  .why-is__bottle {
    left: 82px;
    margin-left: -10px;
    width: 185px;
  }
  .last-block_right img {
    top: -2px;
  }
}
@media (max-width: 1265px) and (orientation: landscape) {
  .button-submit {
    font-size: 19px;
  }
}
@media (orientation: landscape) {
  .button-submit {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .header .alert-color {
    margin-left: 0;
  }
  .first-section__bottle:after {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
  }
  .header .container {
    max-width: 757px;
  }
  .bottom-info p {
    font-size: 13px;
    padding-left: 62px;
  }
  .bottom-info span {
    font-size: 14px;
  }
  .bottom-info p:before {
    height: 11px;
    top: 2px;
    width: 57px;
  }
  .button-submit {
    font-size: 16px;
  }
  .button-submit .subButton__info {
    font-size: 10px;
  }
  .button-submit .button__info {
    margin-bottom: -20px;
  }
  select {
    background-position: 81% !important;
  }
  .bottom-info {
    margin-left: 224px;
  }
  .first-section__bottle:after {
    right: -80px;
    top: -90px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 9px;
    padding: 6px 37px 6px 10px;
  }
  .header__warning .container {
    max-width: 551px;
  }
  .first-section .container {
    max-width: 768px;
  }
  .first-section__side:last-child {
    margin-left: 5px;
    width: 220px;
  }
  .form-title {
    font-size: 22px;
    line-height: 27px;
  }
  .first-section .container {
    padding: 0 5px;
  }
  .first-section__info h1 {
    margin-top: 2px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 120px;
  }
  .first-section__info h3 {
    margin-left: 180px;
    margin-top: 10px;
    max-width: 350px;
  }
  .first-section__side {
    width: calc(99% - 230px);
  }
  .logo-seq {
    margin-top: 10px;
    width: 100%;
  }
  .people-home {
    bottom: 47px;
    left: -80px;
    width: 342px;
  }
  .first-section__bottle {
    bottom: -20px;
    left: 40px;
    width: 180px;
  }
  .first-section__info ul {
    margin-left: 283px;
    margin-top: 50px;
  }
  .first-section__info ul li {
    font-size: 18px;
  }
  .logo-land {
    margin-left: 293px;
    margin-top: 0;
    width: 179px;
  }
  .first-section__info .arrows {
    margin-left: 288px;
    margin-top: 85px;
    width: 199px;
  }
  .last-block .button-submit {
    font-size: 20px;
    line-height: 47px;
    max-width: 233px;
  }
  .last-block .button-submit .subButton__info {
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    top: -8px;
  }
  .first-section .button-submit {
    line-height: 50px;
    margin-top: 15px;
  }
  .last-block-bottle {
    width: 174px;
  }
  .how h3 {
    font-size: 16px;
  }
  .how-title-block .how-title-block__middle {
    font-size: 42px;
  }
  .how-container__main-text {
    min-height: 170px;
  }
  .how-title-block span:first-child {
    margin-top: 72px;
  }
  .how-container__title {
    max-width: 90%;
  }
  .how__middle {
    margin-top: 58%;
  }
  .last-block_right img {
    position: relative;
    top: -6px;
  }
  .why-is__bottle {
    bottom: -3px;
    left: 68px;
  }
}
.cmp-show {
  display: none;
}

.cmp-clear .logo-land {
  opacity: 0;
}

@media (max-width: 1199px) {
  .header__warning {
    font-size: 14px;
  }
  .first-section__info .list-done {
    right: -75px;
    top: -15px;
  }
  .how-title-block {
    margin: 0 auto -22px;
  }
  .last-block .button-submit {
    height: 60px !important;
    line-height: 60px !important;
  }
  .last-block .button-submit span {
    line-height: 60px !important;
  }
  .last-block_middle {
    padding-top: 0;
  }
  .last-block_right {
    padding-top: 24px;
  }
  .last-block_left {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .first-section__info .list-done {
    right: -64px;
    top: -35px;
  }
  .header__logo {
    float: left;
    margin-left: 72px;
    margin-top: 5px;
    width: 82px;
  }
  .header__info_side img {
    margin-right: 12px;
    width: 60px;
  }
  .header__info_side span {
    font-size: 22px;
  }
  .header__info_side p,
  .header__info_side p span {
    font-size: 12px;
  }
  .header__info_side {
    margin-top: 11px;
  }
  .first-section__info h3 {
    margin-top: 0;
  }
  .first-section__info ul {
    margin-top: 35px;
  }
  .logo-land {
    margin-left: 295px;
    margin-top: 20px;
  }
  .button-submit .button__info {
    line-height: 44px;
    margin-bottom: 0;
  }
  .button-submit .button__info:before {
    right: 15px !important;
    top: 14px !important;
  }
  .first-section__info .arrows {
    height: 45px;
    margin-left: 288px;
    margin-top: 65px;
    width: 250px;
  }
  .first-section__info .arrows .top-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: -2px;
  }
  .first-section__info .arrows .bottom-text {
    font-size: 11px;
    line-height: 11px;
  }
  .first-section__info .list-done {
    right: -55px;
    top: -55px;
  }
  .bottom-info {
    margin-left: 125px;
  }
  .people-home {
    bottom: -35px;
    left: -80px;
    width: 342px;
  }
  .first-section__info ul {
    margin-top: 60px;
  }
  .first-section__info .arrows {
    margin-top: 15px;
  }
  .first-section__info .arrows,
  .first-section__info ul {
    margin-left: 275px;
  }
  .logo-land {
    width: 210px;
  }
  .last-block .button-submit {
    font-size: 20px;
    height: 47px !important;
    line-height: 47px !important;
  }
  .last-block .button-submit span {
    line-height: 47px !important;
  }
  .header__info_side span {
    font-size: 19px;
  }
  .first-section .button-submit {
    margin-top: 0;
  }
  .form-block {
    padding-bottom: 5px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 7px;
    padding: 6px 37px 6px 10px;
  }
}
@media (max-height: 1000px) {
  .bottom-info span {
    font-size: 18px;
  }
  .bottom-info p {
    margin-top: 6px;
  }
  .first-section__side:last-child {
    width: 320px;
  }
  .first-section__info .arrows {
    margin-top: -8px;
  }
  .first-section__side {
    float: left;
    width: calc(99% - 350px);
  }
  .first-section__info ul li {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .form-title {
    font-size: 24px;
  }
  .first-section__info h2 {
    margin-top: -25px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 213px;
  }
  .form-block {
    padding-bottom: 9px;
  }
  .first-section__info ul {
    margin-top: 31px;
  }
  .logo-land {
    margin-top: 20px;
  }
  .header__info_side {
    margin-right: 20px;
    margin-top: 8px;
    width: calc(100% - 361px);
  }
  .header__btn {
    width: 340px;
  }
  .secure-info {
    margin: 10px auto 0;
  }
  .first-section__info .arrows {
    max-width: 465px;
  }
  .logo-land {
    width: 390px;
  }
  .bottom-info {
    margin-left: 218px;
  }
  .header__btn {
    font-size: 24px;
  }
  .header__btn span:before {
    top: 3px;
  }
  .form-title,
  .index-page form input,
  .index-page form select {
    margin-bottom: 10px;
  }
  .button-submit {
    font-size: 24px;
  }
  .header__btn {
    width: 320px;
  }
  .button-submit .button__info:before {
    right: 30px;
    top: 24px;
  }
  .header__btn span:before {
    top: 6px;
  }
  .first-section__info .arrows .top-text {
    font-size: 40px;
    line-height: 33px;
    margin-top: -11px;
  }
  .first-section__info ul {
    margin-top: 25px;
  }
  .first-section__info ul li {
    margin-bottom: 5px;
  }
  .first-section__info .list-done {
    right: -95px;
    top: -130px;
  }
  .first-section__side:last-child {
    padding-top: 30px;
  }
}
@media (max-height: 850px) {
  .first-section {
    height: auto;
    padding-top: 115px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 4px;
  }
  .first-section__info ul li {
    margin-bottom: 0;
  }
  .first-section__info h1 {
    font-size: 84px;
  }
  .first-section__info h2 {
    font-size: 48px;
  }
  .first-section__info .list-done {
    right: -95px;
    top: -97px;
  }
  .first-section__side:last-child {
    padding-top: 15px;
  }
  .logo-land {
    margin-top: 15px;
  }
  .first-section__info ul {
    margin-top: 7px;
  }
  .people-home {
    bottom: -120px;
    width: 500px;
  }
  .button-submit {
    margin-top: 14px;
  }
  .first-section__info h3 {
    margin-top: 0;
  }
  .first-section__info .list-done {
    right: -85px;
    top: -42px;
  }
  .first-section__bottle {
    bottom: 0;
    left: 55px;
    width: 250px;
  }
  .logo-land {
    margin-bottom: 16px;
    margin-top: 3px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 2px;
  }
  .secure-info {
    margin: 10px auto 0;
  }
  .button-submit {
    margin-top: 7px;
  }
  .first-section__info h2 {
    line-height: 70px;
  }
  .first-section__info .list-done img {
    max-width: 105px;
  }
}
@media (max-height: 680px) {
  .how {
    margin-top: 25px;
  }
  .header__btn {
    width: 250px;
  }
  .first-section__side:last-child {
    padding-top: 23px;
  }
  .first-section__info h1 {
    font-size: 92px;
  }
  .first-section__side:last-child {
    width: 260px;
  }
  .first-section {
    padding-top: 109px;
  }
  .header__info {
    margin-top: 6px;
  }
  .header {
    padding-bottom: 6px;
  }
  .first-section__info h2 {
    font-size: 47px;
    margin-top: -31px;
  }
  .first-section__info h3 {
    font-size: 36px;
    line-height: 41px;
  }
  .first-section__info ul li {
    font-size: 25px;
    line-height: 31px;
  }
  .first-section__info .list-done img {
    max-width: 85px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 269px;
  }
  .bottom-info p,
  .button-submit {
    margin-top: 8px;
  }
  .people-home {
    bottom: 17px;
    width: 472px;
  }
  .logo-land {
    width: 255px;
  }
  .first-section__info ul {
    margin-top: 33px;
  }
  .form-title {
    margin-bottom: 12px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 6px;
  }
  .first-section__info .arrows {
    margin-left: 459px;
    margin-top: 1px;
    max-width: 317px;
  }
  .bottom-info {
    margin-left: 272px;
  }
  .first-section__info .arrows {
    margin-left: 388px;
    margin-top: 8px;
    max-width: 415px;
  }
  .logo-land {
    margin-top: 0;
    width: 311px;
  }
  .first-section__info .list-done {
    right: -50px;
  }
  .logo-land {
    margin-top: 20px;
  }
  .first-section__info h3 {
    font-size: 30px;
    max-width: 300px;
  }
  .first-section__info h1 {
    font-size: 70px;
    line-height: 82px;
  }
  .first-section__info ul li:before {
    top: 4px;
  }
  .first-section__info h2 {
    font-size: 40px;
    line-height: 59px;
    margin-top: -15px;
  }
  .first-section__info ul {
    margin-left: 424px;
  }
  .first-section__info ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 2px;
  }
  .first-section .button-submit .button__info {
    font-size: 18px;
    line-height: 44px;
  }
  .index-page form input,
  .index-page form select {
    padding: 7px 10px;
  }
  .first-section .button-submit .button__info:before {
    top: 14px;
  }
  .logo-land {
    margin-left: 440px;
  }
  .people-home {
    bottom: -13px;
    left: -62px;
    width: 410px;
  }
  .first-section__info .list-done {
    top: -76px;
  }
  .first-section__info h3 {
    margin-left: 474px;
  }
  .first-section__info ul {
    margin-left: 477px;
    margin-top: 16px;
  }
  .logo-land {
    margin-left: 457px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 300px;
  }
  .bottom-info {
    margin-left: 299px;
  }
  .header__btn {
    font-size: 18px;
    line-height: 44px;
  }
  .header__info_side img {
    width: 70px;
  }
  .header__info_side span {
    font-size: 20px;
  }
  .header__info_side p,
  .header__info_side p span {
    font-size: 14px;
  }
  .header__info_side {
    margin-top: 0;
  }
  .header__logo {
    margin-top: 8px;
  }
  .button-submit span:before,
  .header__btn span:before {
    top: 1px;
  }
  .header__info {
    margin-top: 10px;
  }
  .header__logo {
    margin-bottom: 10px;
  }
  .first-section {
    padding-bottom: 10px;
    padding-top: 90px;
  }
  .first-section__info h2 {
    margin-top: -19px;
  }
  .first-section__info h3 {
    line-height: 38px;
    margin-top: -10px;
  }
  .first-section__info ul {
    margin-top: 10px;
  }
  .logo-land {
    margin-top: 11px;
  }
  .form-title {
    font-size: 18px;
    margin-bottom: 4px;
    padding: 6px 5px;
  }
  .index-page form label {
    margin-bottom: 1px;
  }
  .button-submit {
    margin-top: 5px;
  }
  .secure-info {
    margin: 9px auto auto;
  }
  .first-section__info .list-done {
    top: -60px;
  }
  .people-home {
    width: 365px;
  }
  .first-section .container,
  .header .container {
    max-width: 1000px;
  }
  .first-section__side {
    width: calc(100% - 280px);
  }
  .header__info_side {
    width: calc(100% - 283px);
  }
  .bottom-info p {
    margin-top: 15px;
  }
  .bottom-info {
    margin-left: 257px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 255px;
  }
  .first-section__info h3 {
    margin-left: 407px;
  }
  .first-section__info ul {
    margin-left: 423px;
  }
  .logo-land {
    margin-left: 390px;
  }
  .first-section__info .arrows {
    height: 76px;
    margin-left: 310px;
  }
  .first-section__info .arrows .top-text {
    font-size: 32px;
  }
  .first-section__info .arrows .bottom-text {
    font-size: 18px;
  }
  .first-section__info .list-done {
    right: -95px;
    top: -65px;
  }
  .secure-info {
    margin: 5px auto 0;
    max-width: 165px;
  }
  .form-block {
    padding-bottom: 0;
  }
  .header__info {
    margin-right: 10px;
  }
  .header__logo {
    margin-left: -8px;
  }
  .bottom-info {
    margin-left: 246px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 243px;
    margin-top: -11px;
  }
  .first-section__info h2 {
    margin-top: -20px;
  }
  .first-section__info h3 {
    margin-left: 396px;
  }
  .first-section__info ul {
    margin-left: 409px;
  }
  .logo-land {
    margin-bottom: 0;
    margin-left: 379px;
    margin-top: 10px;
  }
  .first-section__info .arrows .top-text {
    font-size: 30px;
    line-height: 27px;
  }
  .first-section__info .arrows .bottom-text {
    font-size: 16px;
  }
  .button-submit .button__info:before {
    right: 27px;
  }
  .first-section__bottle {
    bottom: -10px;
    left: 100px;
    width: 200px;
  }
  .first-section__info .list-done {
    right: -70px;
    top: -40px;
  }
  .first-section__info .arrows .top-text {
    margin-top: -5px;
  }
  .header__logo {
    margin-bottom: 0;
    margin-top: 0;
    width: 72px;
  }
}
@media (max-width: 1199px) and (max-height: 1000px) {
  .first-section__info h3 {
    font-size: 29px;
  }
  .first-section__side:last-child {
    width: 280px;
  }
  .first-section__side {
    width: calc(99% - 290px);
  }
  .first-section__info ul li {
    font-size: 23px;
  }
  .first-section__info .arrows .top-text {
    font-size: 27px;
    line-height: 20px;
    margin-top: 2px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 5px;
  }
  .logo-land {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 300px;
  }
  .first-section__info .list-done {
    top: -44px;
  }
  .first-section__info h3 {
    margin-left: 393px;
  }
  .people-home {
    bottom: -17px;
    left: -120px;
    width: 445px;
  }
  .button-submit .button__info:before {
    right: 13px;
  }
  .first-section__info h1 {
    font-size: 69px;
  }
  .first-section__info ul li {
    font-size: 19px;
  }
  .first-section__info .list-done {
    right: -84px;
    top: -10px;
  }
}
@media (max-width: 1199px) and (max-height: 850px) {
  .first-section__info h1 {
    font-size: 69px;
  }
  .first-section__side:last-child {
    padding-top: 0;
  }
  .button-submit {
    margin-top: 7px;
  }
  .first-section__info ul {
    margin-top: 25px;
  }
  .logo-land {
    margin-top: 9px;
    width: 300px;
  }
  .people-home {
    bottom: -53px;
    left: -120px;
  }
  .first-section__info h2 {
    font-size: 45px;
  }
  .first-section {
    height: auto;
    padding-top: 129px;
  }
  .first-section__bottle {
    bottom: -45px;
    width: 245px;
  }
  .first-section__info .list-done {
    right: -85px;
    top: -43px;
  }
  .first-section__info .arrows {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) and (max-height: 680px) {
  .first-section__side:last-child {
    width: 260px;
  }
  .how {
    margin-top: 40px;
  }
  .first-section__info h1 {
    font-size: 92px;
  }
  .first-section {
    padding-top: 109px;
  }
  .header__info {
    margin-top: 6px;
  }
  .header {
    padding-bottom: 6px;
  }
  .first-section__info h2 {
    font-size: 47px;
    margin-top: -31px;
  }
  .first-section__info h3 {
    font-size: 36px;
    line-height: 41px;
  }
  .first-section__info ul li {
    font-size: 25px;
    line-height: 31px;
  }
  .first-section__bottle {
    left: 183px;
    width: 190px;
  }
  .first-section__info .list-done img {
    max-width: 85px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 269px;
  }
  .bottom-info p,
  .button-submit {
    margin-top: 8px;
  }
  .people-home {
    bottom: 17px;
    width: 472px;
  }
  .logo-land {
    width: 255px;
  }
  .first-section__info ul {
    margin-top: 33px;
  }
  .form-title {
    margin-bottom: 12px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 6px;
  }
  .first-section__info .arrows {
    margin-left: 459px;
    margin-top: 1px;
    max-width: 317px;
  }
  .bottom-info {
    margin-left: 272px;
  }
  .first-section__info .arrows {
    margin-left: 388px;
    margin-top: 9px;
    max-width: 426px;
  }
  .logo-land {
    margin-bottom: 0;
    margin-top: 0;
    margin-top: 20px;
    width: 311px;
  }
  .first-section__info h3 {
    font-size: 30px;
    max-width: 300px;
  }
  .first-section__info h1 {
    font-size: 70px;
    line-height: 82px;
  }
  .first-section__info ul li:before {
    top: 4px;
  }
  .first-section__info h2 {
    font-size: 40px;
    line-height: 59px;
  }
  .first-section__info ul {
    margin-left: 424px;
  }
  .first-section__info ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 2px;
  }
  .button-submit .button__info {
    font-size: 18px;
    line-height: 44px;
  }
  .index-page form input,
  .index-page form select {
    padding: 7px 10px;
  }
  .button-submit .button__info:before {
    top: 14px;
  }
  .last-block .button-submit .button__info:before {
    top: 23px;
  }
  .logo-land {
    margin-left: 440px;
  }
  .people-home {
    bottom: -12px;
    left: -62px;
  }
  .first-section__bottle {
    bottom: 47px;
    width: 200px;
  }
  .people-home {
    width: 410px;
  }
  .first-section__info h3 {
    margin-left: 474px;
  }
  .first-section__info ul {
    margin-left: 477px;
    margin-top: 16px;
  }
  .logo-land {
    margin-left: 457px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 300px;
  }
  .bottom-info {
    margin-left: 299px;
  }
  .header__btn {
    font-size: 18px;
    line-height: 44px;
  }
  .header__info_side img {
    width: 70px;
  }
  .header__info_side span {
    font-size: 20px;
  }
  .header__info_side p,
  .header__info_side p span {
    font-size: 14px;
  }
  .header__info_side {
    margin-top: 0;
  }
  .header__logo {
    margin-top: 8px;
  }
  .button-submit span:before,
  .header__btn span:before {
    top: 1px;
  }
  .header__info {
    margin-top: 10px;
  }
  .header__logo {
    margin-bottom: 10px;
  }
  .first-section {
    padding-top: 90px;
  }
  .first-section__info h2 {
    margin-top: -19px;
  }
  .first-section__info h3 {
    line-height: 38px;
    margin-top: -10px;
  }
  .first-section__info ul {
    margin-top: 10px;
  }
  .logo-land {
    margin-top: 11px;
  }
  .form-title {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 6px 5px;
  }
  .index-page form label {
    margin-bottom: 1px;
  }
  .button-submit {
    margin-top: 5px;
  }
  .secure-info {
    margin: 9px auto auto;
  }
  .first-section__bottle {
    left: 215px;
  }
  .people-home {
    width: 360px;
  }
  .first-section .container,
  .header .container {
    max-width: 1000px;
  }
  .first-section__side {
    width: calc(100% - 280px);
  }
  .header__info_side {
    width: calc(100% - 283px);
  }
  .bottom-info p {
    margin-top: 15px;
  }
  .bottom-info {
    margin-left: 257px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 255px;
  }
  .first-section__info h2 {
    margin-top: -15px;
  }
  .first-section__info h3 {
    margin-left: 407px;
  }
  .first-section__info ul {
    margin-left: 423px;
  }
  .logo-land {
    margin-left: 390px;
  }
  .first-section__info .arrows {
    margin-left: 332px;
    width: 390px;
  }
  .first-section__bottle {
    bottom: 28px;
    left: 152px;
  }
  .first-section__info .list-done {
    right: -65px;
    top: -35px;
  }
  .first-section__info .arrows {
    margin-top: 20px;
    width: 373px;
  }
  .bottom-info p {
    font-size: 16px;
  }
  .first-section__side:last-child {
    padding-top: 23px;
  }
  .bottom-info {
    margin-left: 241px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 241px;
    margin-top: -11px;
  }
  .first-section__info h2 {
    margin-top: -20px;
  }
  .first-section__info h3 {
    margin-left: 395px;
  }
  .first-section__info ul {
    margin-left: 408px;
    margin-top: 8px;
  }
  .logo-land {
    margin-left: 378px;
  }
  .secure-info {
    margin-top: 5px;
  }
  .first-section__info .arrows .top-text {
    line-height: 19px;
    margin-top: -4px;
  }
  .first-section__bottle {
    bottom: 0;
    left: 100px;
  }
  .header__logo {
    margin-left: 55px;
  }
  .logo-land {
    margin-bottom: 2px;
    margin-top: 3px;
  }
  .header__logo {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) and (max-height: 1000px) {
  .first-section__side:last-child {
    margin-left: 5px;
    width: 220px;
  }
  .first-section__side {
    width: calc(99% - 230px);
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 120px;
  }
  .first-section__info .arrows {
    margin-top: 35px;
  }
  .people-home {
    bottom: 25px;
    left: -36px;
  }
  .first-section__info h3 {
    margin-left: 180px;
    margin-top: 0;
    max-width: 350px;
  }
  .button-submit {
    font-size: 16px;
  }
  .first-section .button-submit {
    line-height: 50px;
    margin-top: 15px;
  }
  .header__btn {
    font-size: 16px;
    line-height: 48px;
    margin-top: 8px;
    width: 199px;
  }
  .header__info_side {
    float: left;
    margin-right: 19px;
    margin-top: 11px;
    text-align: right;
    width: calc(100% - 219px);
  }
  .header__btn span:before {
    top: 2px;
  }
  .first-section {
    padding-top: 123px;
  }
  .bottom-info {
    margin-left: 125px;
  }
  .first-section__side:last-child {
    padding-top: 9px;
  }
  .form-title {
    font-size: 22px;
    line-height: 27px;
  }
  .first-section__info ul li {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .first-section__info ul {
    margin-top: 60px;
  }
  .logo-land {
    margin-bottom: 25px;
    width: 210px;
  }
  .first-section__info .arrows .top-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: -2px;
  }
  .first-section__info .arrows .bottom-text {
    font-size: 11px;
    line-height: 11px;
  }
  .first-section__bottle {
    bottom: -50px;
    left: 35px;
    width: 180px;
  }
  .first-section__info .list-done {
    right: -55px;
    top: -60px;
  }
  .people-home {
    bottom: -35px;
    left: -72px;
    width: 342px;
  }
  .first-section__info h1 {
    font-size: 55px;
  }
  .first-section__info ul {
    margin-top: 35px;
  }
  .first-section__info .arrows {
    margin-top: 15px;
  }
}
@media (max-width: 991px) and (max-height: 850px) {
  .first-section__info .list-done img {
    max-width: 88px;
  }
  .first-section__info h1 {
    font-size: 58px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 3px;
  }
  .first-section .button-submit {
    line-height: 50px;
    margin-top: 7px;
  }
  .first-section__info ul {
    margin-top: 54px;
  }
  .people-home {
    bottom: -11px;
    left: -36px;
  }
  .first-section__info h2 {
    font-size: 36px;
  }
  .first-section__info ul {
    margin-top: 43px;
  }
  .first-section__info .arrows {
    margin-top: 0;
  }
  .first-section__info .list-done {
    right: -55px;
    top: -75px;
  }
  .people-home {
    bottom: -45px;
    left: -70px;
    width: 342px;
  }
}
@media (max-width: 991px) and (max-height: 680px) {
  .first-section__side:last-child {
    width: 260px;
  }
  .how {
    margin-top: 25px;
  }
  .first-section__info h1 {
    font-size: 56px;
  }
  .first-section {
    padding-top: 109px;
  }
  .header__info {
    margin-top: 6px;
  }
  .header {
    padding-bottom: 6px;
  }
  .first-section__info h2 {
    font-size: 47px;
    margin-top: -31px;
  }
  .first-section__info h3 {
    font-size: 36px;
    line-height: 41px;
  }
  .first-section__info ul li {
    font-size: 25px;
    line-height: 31px;
  }
  .first-section__bottle {
    left: 183px;
    width: 190px;
  }
  .first-section__info .list-done img {
    max-width: 103px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 269px;
  }
  .bottom-info p,
  .button-submit {
    margin-top: 8px;
  }
  .people-home {
    bottom: 17px;
    width: 472px;
  }
  .logo-land {
    width: 255px;
  }
  .first-section__info ul {
    margin-top: 33px;
  }
  .form-title {
    margin-bottom: 12px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 6px;
  }
  .first-section__info .arrows {
    margin-left: 459px;
    margin-top: 1px;
    max-width: 317px;
  }
  .bottom-info {
    margin-left: 272px;
  }
  .first-section__info .arrows {
    margin-left: 388px;
    margin-top: 9px;
    max-width: 426px;
  }
  .logo-land {
    margin-top: 0;
    width: 311px;
  }
  .first-section__info .list-done {
    right: -50px;
  }
  .logo-land {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .first-section__info h3 {
    font-size: 30px;
    max-width: 300px;
  }
  .first-section__info h1 {
    font-size: 70px;
    line-height: 82px;
  }
  .first-section__info ul li:before {
    top: 4px;
  }
  .first-section__info h2 {
    font-size: 40px;
    line-height: 59px;
    margin-top: -15px;
  }
  .first-section__info ul {
    margin-left: 424px;
  }
  .first-section__info ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 2px;
  }
  .button-submit .button__info {
    font-size: 18px;
    line-height: 44px;
  }
  .index-page form input,
  .index-page form select {
    padding: 7px 10px;
  }
  .button-submit .button__info:before {
    right: 15px;
    top: 14px;
  }
  .logo-land {
    margin-left: 440px;
  }
  .people-home {
    bottom: -15px;
    left: -62px;
  }
  .first-section__bottle {
    bottom: 47px;
    width: 154px;
  }
  .people-home {
    width: 410px;
  }
  .first-section__info .list-done {
    top: -76px;
  }
  .first-section__info h3 {
    margin-left: 474px;
  }
  .first-section__info ul {
    margin-left: 477px;
    margin-top: 16px;
  }
  .logo-land {
    margin-left: 457px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 300px;
  }
  .bottom-info {
    margin-left: 299px;
  }
  .header__btn {
    font-size: 18px;
    line-height: 44px;
  }
  .header__info_side img {
    width: 70px;
  }
  .header__info_side span {
    font-size: 20px;
  }
  .header__info_side p,
  .header__info_side p span {
    font-size: 14px;
  }
  .header__info_side {
    margin-top: 0;
  }
  .header__logo {
    margin-top: 8px;
  }
  .button-submit span:before,
  .header__btn span:before {
    top: 1px;
  }
  .header__info {
    margin-top: 10px;
  }
  .header__logo {
    margin-bottom: 10px;
  }
  .first-section {
    padding-top: 90px;
  }
  .first-section__info h2 {
    margin-top: -19px;
  }
  .first-section__info h3 {
    line-height: 38px;
    margin-top: -10px;
  }
  .first-section__info ul {
    margin-top: 10px;
  }
  .logo-land {
    margin-top: 11px;
  }
  .form-title {
    font-size: 18px;
    margin-bottom: 6px;
    padding: 6px 5px;
  }
  .index-page form label {
    margin-bottom: 1px;
  }
  .button-submit {
    margin-top: 5px;
  }
  .secure-info {
    margin: 9px auto auto;
  }
  .first-section__bottle {
    left: 215px;
  }
  .first-section__info .list-done {
    top: -60px;
  }
  .people-home {
    width: 380px;
  }
  .first-section .container,
  .header .container {
    max-width: 1000px;
  }
  .first-section__side {
    width: calc(100% - 280px);
  }
  .header__info_side {
    width: calc(100% - 283px);
  }
  .bottom-info p {
    margin-top: 15px;
  }
  .bottom-info {
    margin-left: 257px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 255px;
    margin-top: -11px;
  }
  .first-section__info h3 {
    margin-left: 407px;
  }
  .first-section__info ul {
    margin-left: 423px;
  }
  .logo-land {
    margin-left: 390px;
  }
  .first-section__info .arrows {
    margin-left: 332px;
    width: 390px;
  }
  .first-section__bottle {
    bottom: 28px;
    left: 152px;
  }
  .first-section__info .list-done {
    right: -95px;
    top: -65px;
  }
  .first-section__info .arrows {
    margin-top: 5px;
    width: 383px;
  }
  .bottom-info p {
    font-size: 16px;
  }
  .first-section__side:last-child {
    padding-top: 23px;
  }
  .first-section__info .list-done img {
    max-width: 98px;
  }
  .how {
    margin-top: 25px;
  }
  .people-home {
    bottom: 71px;
    left: 2px;
  }
  .first-section__info .arrows {
    margin-bottom: -15px;
    margin-top: 6px;
  }
  .first-section__info h1 {
    font-size: 57px;
  }
  .first-section__info h2 {
    font-size: 29px;
  }
  .header__logo {
    width: 120px;
  }
  .header__info_side img {
    width: 50px;
  }
  .header__info_side {
    margin-right: 0;
    width: calc(100% - 241px);
  }
  .header__info {
    margin-top: 0;
  }
  .header__info_side img {
    margin-right: 5px;
  }
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 190px;
  }
  .bottom-info {
    margin-left: 192px;
  }
  .bottom-info p:before {
    top: 1px;
  }
  .first-section__info h3 {
    font-size: 24px;
    margin-left: 235px;
  }
  .index-page form input,
  .index-page form select {
    margin-bottom: 2px;
  }
  .first-section .button-submit {
    margin-top: 5px;
  }
  .first-section__side:last-child {
    padding-top: 10px;
  }
  .first-section__info .list-done {
    right: -54px;
    top: -79px;
  }
  .first-section__info .arrows {
    height: 44px;
    margin-bottom: 0;
    margin-left: 240px;
    margin-top: 13px;
  }
  .first-section__info .arrows .top-text {
    font-size: 18px;
    line-height: 20px;
  }
  .first-section__info .arrows .bottom-text {
    font-size: 10px;
  }
  .logo-land {
    margin-left: 235px;
  }
  .first-section .container {
    max-width: 768px;
  }
  .first-section {
    height: auto;
    padding-top: 100px;
  }
  .header__info_side {
    margin-top: 7px;
    width: calc(100% - 270px);
  }
  .header__logo {
    margin-top: 15px;
  }
  .form-title {
    font-size: 18px;
    line-height: 105%;
    margin-bottom: 5px;
    padding: 6px 5px;
  }
  .first-section__side:last-child {
    padding-top: 23px;
  }
  .first-section {
    padding-top: 80px;
  }
  .bottom-info,
  .first-section__info h1,
  .first-section__info h2 {
    margin-left: 100px;
  }
  .first-section__info h1 {
    font-size: 55px;
    line-height: 82px;
  }
  .first-section__info h2 {
    font-size: 36px;
    line-height: 59px;
    margin-top: -20px;
  }
  .first-section__info ul {
    margin-left: 284px;
  }
  .first-section__bottle {
    bottom: 28px;
    left: 74px;
  }
  .first-section__info h3 {
    font-size: 20px;
    line-height: 30px;
    margin-left: 278px;
  }
  .logo-land {
    margin-left: 265px;
    width: 220px;
  }
  .people-home {
    bottom: -40px;
    left: -119px;
  }
  .first-section__bottle {
    bottom: -18px;
    left: 54px;
  }
  .first-section__info ul {
    margin-top: 30px;
  }
  .first-section__info h3 {
    margin-top: 0;
  }
  .first-section__info .arrows {
    margin-top: 42px;
    width: 250px;
  }
  .first-section__info .list-done {
    right: -75px;
    top: -101px;
  }
  .first-section__bottle {
    bottom: -30px;
    left: 15px;
    width: 170px;
  }
  .header__btn {
    width: 210px;
  }
  .header__info_side {
    width: calc(100% - 230px);
  }
  .first-section__info .list-done {
    right: -72px;
    top: -107px;
  }
  .people-home {
    bottom: -100px;
    left: -110px;
    width: 350px;
  }
  .header__logo {
    margin-bottom: 0;
    margin-top: 5px;
    width: 74px;
  }
}
@media (max-width: 800px) {
  .header__insideHeader {
    background: rgb(151, 151, 170);
    flex-flow: column wrap;
  }
}
.insideHeaderDiv2 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.insideHeaderDiv2 > :nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  place-content: center;
}

@media (max-width: 750px) {
  .insideHeaderDiv2 {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 0.75rem;
  }
  .insideHeaderDiv2 > :nth-child(1) {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    place-content: center;
    width: 100%;
    max-width: 150px;
  }
  .insideHeaderDiv2 > :nth-child(1) a {
    width: 100%;
    max-width: 175px;
  }
  .insideHeaderDiv2 > :nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    place-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
.first-sectionFixed .container {
  margin-top: 2rem;
}

@media (max-width: 750px) {
  .first-sectionFixed .container {
    margin-top: 8rem;
  }
  .first-sectionFixed .container .row {
    display: flex;
    flex-flow: column wrap;
    gap: 1rem;
    width: 100%;
  }
  .first-sectionFixed .container .row > :nth-child(1) {
    display: none;
  }
  .first-sectionFixed .container .row .first-section__side {
    flex: 1;
    width: 90%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column wrap;
    gap: 1rem;
    margin: 0 auto;
    float: unset;
  }
  .first-sectionFixed .container .row .first-section__side h1,
  .first-sectionFixed .container .row .first-section__side h2,
  .first-sectionFixed .container .row .first-section__side h3 {
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 750px;
    flex: 1;
  }
  .first-sectionFixed .container .row .first-section__side ul {
    margin: 0;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
  .first-sectionFixed .container .row .first-section__side .logo-land-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .first-sectionFixed .container .row .first-section__side .logo-land-container .logo-land {
    margin: 0;
    margin: 0 auto;
    align-self: center;
  }
  .first-sectionFixed .container .row .first-section__side .arrows {
    margin: 0;
    margin: 0 auto;
  }
  .first-sectionFixed .container .row .first-section__side .first-section__bottle {
    display: none;
  }
  .first-sectionFixed .container .row > :nth-child(3) {
    flex: 1;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    place-content: center;
    margin: 0 auto;
  }
  .first-sectionFixed .container .row > :nth-child(3) .secure-info {
    display: flex;
    padding: 1rem 0rem;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .howFixed .container .row {
    display: flex;
    flex-flow: column wrap;
    padding: 0;
    height: auto;
    gap: 1rem;
  }
  .howFixed .container .row .how__left,
  .howFixed .container .row .how__right {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .howFixed .container .row .how-title-block {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    height: auto;
  }
  .howFixed .container .row .how__right {
    margin-top: -5rem;
  }
  .how:before {
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .how__middle {
    float: left;
    margin-top: 3%;
    text-align: center;
    margin: 0 auto;
    width: 152px;
  }
}
@media (max-width: 750px) {
  .why-isFixed {
    padding: 0;
    margin: 0;
  }
  .why-isFixed .container {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column wrap;
  }
  .why-isFixed .container .why-dfFixed {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    flex: 1;
    width: 100%;
  }
  .why-isFixed .container .why-dfFixed .why-is__sideFixed {
    margin: 0;
    padding: 0;
    flex: 1;
    width: 90%;
    margin: 0 auto;
  }
  .why-isFixed .container .why-dfFixed .why-is__sideFixed .why-is__bottle {
    display: none;
  }
  .why-isFixed .container .why-dfFixed .why-is__sideFixedBottom {
    margin: 0;
    padding: 0;
    flex: 1;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .how-useFixed {
    width: 95%;
    margin: 0 auto;
  }
  .how-useFixed .container .row {
    display: flex;
    flex-flow: column wrap;
    gap: 1rem;
  }
  .how-useFixed .container .row .how-use__item {
    width: 100%;
  }
  .how-useFixed .container .row .how-use__item span {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .tab-hideFixed {
    display: none;
  }
}
@media (max-width: 750px) {
  .reviewFixed .container {
    margin: 0 auto;
    width: 95%;
  }
  .reviewFixed .container .single-item {
    width: 100%;
    flex: 1;
    margin: 0;
    padding: 0;
  }
  .reviewFixed .container .single-item .slide__item {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    flex: 1;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .reviewFixed .container .single-item .slide__item .slide__item_right {
    width: 100%;
    flex: 1;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=styles.css.map */