html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.date {
  font-weight: normal;
}

main,
menu,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

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

img {
  border: 0;
}

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

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input {
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

button,
html input[type="button"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 15px;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  width: 100%;
}

/* 
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
} */

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-4 {
  width: 33.33333333%;
}



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


  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

}


.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
a {
  text-decoration: underline;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3a6fc4;
  font-weight: 700;
}

.nav-link-top {
  background-color: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.nav-link-top:hover {
  color: rgb(186, 185, 185);
}

.nav-link-top.activelink {
  background-color: transparent;
}

.navbar {
  background-color: #fff;
}

.heading {
  margin: 0 0 10px 0;
  padding-right: 50px;
  padding-left: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 34px;
  text-align: center;
}

.red {
  color: red;
  font-weight: 700;
}

.list-item,
.normal-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
}

.img-box {
  margin: 15px 0;
  text-align: center;
}

.text-description {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.text-description.big-img-descriptin {
  max-width: 850px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}

.text-description.tt {
  margin-top: 9px;
}

.image {
  width: 100%;
  max-width: 612px;
}

.image.big-img {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
}

.image.med-img {
  max-width: 337px;
  width: 100%;
  font-size: 22px;
}

.bold-text {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.list {
  list-style-type: decimal;
}

.img-box-form {
  text-align: center;
}

.form-block {
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 5px none #000;
  border-radius: 20px;
  background-color: #d2f3f7;
  font-size: 20px;
}

.form-block.form-bottom {
  margin-bottom: 0px;
}

.form {
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.comments {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #55555554;
}

.comment--reply {
  padding-left: 40px;
  position: relative;
}

.comment--reply::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/reply-arrow.png) no-repeat;
  background-size: contain;
}

.comment:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.comment-img {
  overflow: hidden;
  width: 60px;
  height: 60px;
  max-width: none;
  border-radius: 20px;
  line-height: 10px;
}

.comment-text-box {
  display: block;
  max-width: 93%;
  padding-left: 15px;
}

.comment-name {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.3;
}

.submit-button {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 14px;
  background-color: #00ac2b;
  box-shadow: 0 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
  opacity: 1;

}

.com-img {
  margin-top: 10px;
  max-width: 300px;
  width: 100%
}

.sale-box {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.before {
  display: inline-block;
  color: red;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: line-through;
}

.after {
  color: #01b813;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.sale-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.field-label {
  padding-top: 0px;
}

.bold-text-5 {
  display: block;
  margin-bottom: 5px;
}

.text-field {
  height: auto;
  border-radius: 20px;
}

.submit-button-2 {
  -webkit-transition-property: none;
  transition-property: none;
}

.submit-button-3 {
  width: 100%;
  max-width: 310px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #00ac2b;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
}

.submit-button-3:hover {
  transform: scale(1.03);
}

.section {
  max-width: 940px;
  padding: 10px 0px 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bold-text-2.ggrg {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}

.body {
  background-color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.container-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.wrapper-main {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  border-radius: 10px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.image-2 {
  line-height: 10px;
}

.prod-img {
  margin: 10px auto;
  display: block;
  max-width: 280px;
}

.list-item-2 {
  line-height: 150%;
}

.text-field-2 {
  border-radius: 20px;
}

.image-3 {
  line-height: 10px;
}

.html-embed-3 {
  color: #a5a5a5;
  font-size: 14px;
  text-align: left;
}

.orange {
  margin-bottom: 22px;
  padding: 10px;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, #f4fff1), to(#ff7e26));
  background-image: linear-gradient(180deg, #000, #f4fff1 0%, #ff7e26);
  line-height: 137%;
  text-align: justify;
}

.list-2 {
  padding-left: 30px;
}

.html-embed-4 {
  color: red;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.count-bl {
  display: inline-block;

  padding: 6px 11px;
  border-radius: 10px;
  background-color: red;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

.discount-img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(-720deg) rotateZ(0deg) skew(0deg, 0deg);
}

.text-field-3 {
  border-radius: 20px;
}

.bold-text-3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bold-text-4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bold-text-5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bold-text-6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.date-top {
  padding-left: 10px;
  text-align: center;
}

.bold-text-7 {
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .bold-text {
    font-size: 18px;
  }

  .list-item {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-top {
    display: none;
  }

  .nav-link-top.activelink {
    margin: 0;
  }

  .nav-menu {
    width: fit-content;
  }

  .w-nav .w-nav-button {
    display: block;
  }

  .prod-img {
    max-width: 260px;
  }
}

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

  .html-embed-4,
  .count-bl {
    font-size: 40px;
    line-height: 1.2;
  }

  .normal-text,
  .orange {
    margin-top: 0;
    text-align: left
  }

  .nav-menu {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .menu-button {
    background-color: #3a6fc4;
  }

  .icon {
    background-color: transparent;
    color: #fff;
  }

  .navbar {
    background-color: #3a6fc4;
  }

  .comment-img {
    max-width: 60px;
    min-width: 60px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wrapper-main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-2 {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

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

  .html-embed-4,
  .count-bl {
    font-size: 36px;
    line-height: 1.2;
  }

  .orange {
    line-height: 1.2;
  }

  .normal-text,
  .bold-text-7 {
    font-size: 16px;
    line-height: 1.2;
  }

  .img-box img {
    max-width: 550px;
    width: 100%;
  }

  .html-embed-4 {
    font-size: 34px;
    line-height: 1.4;
  }

  .heading {
    padding-right: 33px;
    padding-left: 33px;
    font-size: 28px;
    line-height: 125%;
  }


  .form-block {
    padding-right: 39px;
    padding-left: 39px;
  }

  .comment-text-box {
    max-width: 87%;
  }

  .wrapper-main {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-description {
    font-size: 17px;
  }

  .paragraph {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .prod-img {
    max-width: 240px;
  }

  .image.med-img {
    max-width: 240px;
  }

  .submit-button-3 {
    font-size: 17px;
  }



  .normal-text,
  .bold-text,
  .list-item,
  .text-description {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .html-embed-4 p {
    margin-bottom: 0;
  }

  .html-embed-4,
  .count-bl {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .container {
    background-color: #3a6fc4;
    color: #3a3c3f;
  }

  .menu-button {
    width: 20%;
    background-color: #3a6fc4;
  }

  .icon {
    color: #fff;
  }

  .heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 125%;
  }



  .text-description.big-img-descriptin {
    padding-right: 13px;
    padding-left: 13px;
  }

  .form-block {
    padding-right: 11px;
    padding-left: 11px;
  }

  .form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .comments {
    padding-right: 0px;
    padding-left: 0px;
  }

  .comment-text-box {
    max-width: 77%;
  }

  .sale-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .submit-button-3 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 100%;
  }

  .bold-text-2.ggrg {
    font-size: 24px;
  }

  .wrapper-main {
    padding-right: 15px;
    padding-left: 15px;
  }

  body .image-4 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .normal-text,
  .bold-text-7 {
    line-height: 1.35;
  }

  .paragraph {
    font-size: 16px;
  }

}

.menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
}

.menu-icon span {
  width: 30px;
  height: 1px;
  margin: 2px 0;
  content: "";
  padding: 2px 0;
  background: #ffffff;
}

@media screen and (max-width: 420px) {
  .nav-menu {

    width: 80%;
  }

  .w-nav-link {
    padding: 15px 0px 0px 15px;
  }
}

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

  .html-embed-4,
  .count-bl {
    font-size: 22px;
  }
}


.w-button--bottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  text-align: center;
  padding: 25px 0;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }

  50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }
}

.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.delivery span {
  flex: 0 0 50px;
  margin-right: 10px;
}
.delivery p {
  font-size: 16px;
  line-height: 1.4;
  color: #2f3d57;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
