html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main,
menu,
nav,
section {
  display: block
}

[hidden] {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
strong {
  font-weight: 700
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible;
  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: block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}

input.w-button {
  -webkit-appearance: button;
}

h1 {
  font-weight: 700;
  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: 10px;
  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: #ddd
}

.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: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc
}

.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
}

.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: 991px) {
  .w-container {
      max-width: none
  }
}

@media screen and (max-width: 767px) {
  .w-row,
  .w-container .w-row {
      margin-left: 0;
      margin-right: 0
  }
  .w-col {
      width: 100%;
      left: auto;
      right: auto
  }
}

@media screen and (max-width: 479px) {
  .w-col {
      width: 100%
  }
}

.w-nav {
  position: relative;
  background: #ddd;
  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: #222;
  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
}

@media screen and (max-width: 991px) {
  .w-nav .w-nav-menu {
      display: none
  }
  .w-nav .w-nav-button {
      display: block
  }
}

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.activelink {
  background-color: transparent
}

.navbar {
  background-color: #fff
}

.heading {
  margin: 0 0 10px;
  padding-right: 50px;
  padding-left: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 34px;
  text-align: center
}

.normal-text {
  margin-top: 10px;
  margin-bottom: 22px;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  text-align: justify
}

.img-box {
  margin-bottom: 15px;
  text-align: center
}

.text-description {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: italic
}

.text-description.big-img-descriptin {
  max-width: 850px;
  padding-right: 0;
  padding-left: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px
}

.text-description.tt {
  margin-top: 9px
}

.image {
  width: 100%;
  max-width: 612px
}

.no-margin {
  margin-bottom: 0
}

.image.big-img {
  margin-bottom: 10px;
  max-width: 500px;
  width: 100%
}

.image.med-img {
  max-width: 380px;
  width: 100%;
  font-size: 22px
}

.bold-text {
  padding-right: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700
}

.list {
  list-style-type: decimal
}

.img-box-form {
  text-align: center
}

.form-block {
  margin-top: 0;
  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: 0;
  border-radius: 20px 20px 0 0
}

.form {
  max-width: 500px;
  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
}

.comment:last-of-type {
  margin-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: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4e4e4e;
  font-size: 16px
}

.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 .2s ease;
  opacity: 1
}

.com-img {
  max-width: 400px;
  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: 24px;
  line-height: 30px;
  font-weight: 700
}

.sale-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  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: 0
}

.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 {
  margin-bottom: 7px;
  width: 100%;
  max-width: 300px;
  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: 17px;
  text-transform: uppercase
}

.section {
  max-width: 940px;
  padding: 10px 0 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: 30px;
  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
}

.gray-block {
  padding: 10px 20px;
  background: #e4e4e4
}

.list-item {
  font-size: 20px;
  line-height: 150%
}

.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: 20px
}

.html-embed-4 h3 {
  margin: 0;
  color: red;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700
}

.count-bl {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 6px 11px;
  border-radius: 10px;
  background-color: red;
  color: #fff;
  font-size: 50px;
  line-height: 55px
}

.discount {
  margin: 0 auto;
  width: 77px;
  height: 77px;
  background: #00ac2b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700
}

.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: 991px) {
  .html-embed-4 h3,
  .count-bl {
      font-size: 45px;
      line-height: 50px
  }
  .normal-text,
  .orange {
      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: 3%;
      padding-left: 3%
  }
  .image-2 {
      width: 60px;
      height: 60px;
      min-width: 60px
  }
}

@media screen and (max-width: 767px) {
  .html-embed-4 h3,
  .count-bl {
      font-size: 35px;
      line-height: 1.2
  }
  .heading {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 28px;
      line-height: 125%
  }
  .main {
      padding-right: 11px;
      padding-left: 11px
  }
  .form-block {
      padding-right: 39px;
      padding-left: 39px
  }
  .comment-text-box {
      max-width: 87%
  }
  .wrapper-main {
      padding-right: 3%;
      padding-left: 3%
  }
}

@media screen and (max-width: 479px) {
  .bold-text-7 {
      font-size: 16px;
      line-height: 1.3
  }
  .wrapper-main {
      margin-bottom: 15px
  }
  .normal-text,
  .bold-text,
  .list-item,
  .text-description {
      font-size: 16px;
      margin-bottom: 10px
  }
  .normal-text.no-margin {
      margin-bottom: 0
  }
  .html-embed-4 h3,
  .count-bl {
      font-size: 30px;
      line-height: 1.2
  }
  .container {
      background-color: #3a6fc4;
      color: #3a3c3f
  }
  .menu-button {
      background-color: #3a6fc4
  }
  .icon {
      color: #fff
  }
  .heading {
      padding-right: 0;
      padding-left: 0;
      font-size: 24px;
      line-height: 125%
  }
  .main {
      padding-right: 7px;
      padding-left: 7px
  }
  .text-description.big-img-descriptin {
      padding-right: 13px;
      padding-left: 13px
  }
  .form-block {
      padding-right: 11px;
      padding-left: 11px
  }
  .form {
      padding-right: 0;
      padding-left: 0
  }
  .comments {
      padding-right: 0;
      padding-left: 0
  }
  .comment-text-box {
      max-width: 77%
  }
  .sale-form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  .sale-form .column-2 {
      margin: 10px 0
  }
  .submit-button-3 {
      padding-right: 4px;
      padding-left: 4px
  }
  .section {
      padding-right: 0;
      padding-left: 0
  }
  .bold-text-2 {
      font-size: 24px;
      line-height: 100%
  }
  .bold-text-2.ggrg {
      font-size: 24px
  }
  .wrapper-main {
      padding-right: 3%;
      padding-left: 3%
  }
  .image-4 {
      margin-top: 13px;
      margin-bottom: 13px
  }
}

.menu-icon {
  position: relative;
  display: flex;
  flex-direction: column
}

.menu-icon span {
  width: 30px;
  height: 1px;
  margin: 2px 0;
  content: "";
  padding: 2px 0;
  background: #fff
}

.notice {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  display: block;
  font-size: 14px
}

.promo {
  margin-bottom: 5px;
  text-align: center
}

.footer-text {
  padding-top: 15px
}

.footer-text .wrapper-main {
  margin-bottom: 0
}

.footer-text p {
  margin-bottom: 0;
  font-size: 16px
}

.create_rom_footer {
  padding: 15px 0
}

@media screen and (max-width: 479px) {
  .promo {
      font-size: 18px
  }
  .footer-text p {
      text-align: center
  }
  .submit-button-3 {
      font-size: 15px
  }
}

.footer-text p {
  text-align: center;
  margin-bottom: 15px;
}