* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background: #64b4bf none repeat scroll 0% 0%;
  height: 100%;
}

a {
  color: red;
}

a:hover {
  color: rgb(176, 73, 59);
}

a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:focus {
  outline: medium none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
  font-weight: normal;
}

img {
  border-radius: 5px;
}

.header {
  background-color: #039195;
  overflow: auto;
}

.alignCenter {
  text-align: center !important;
}

.margin_0 {
  margin: 0 !important;
}


/*-----------------------------------------------------------------------------*/

.container {
  position: relative;
  margin: 0px auto;
  width: 1000px;
  overflow: auto;
}

button {
  background: red none repeat scroll 0 0;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 0 3px 7px #666666;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 250px;
  cursor: pointer;
}

button:hover {
  background-color: #00AEEF;
  box-shadow: 0 0 5px #3f5b77;
  text-decoration: none !important;
  text-shadow: 0 0 3px #000000;
  color: white;
}

.footer {
  font-size: 12px;
  margin: 10px auto;
  text-align: center;
  background: #64b4bf none repeat scroll 0% 0%;
}

.footer a {
  color: black;
}

.date {
  font-size: 11px;
  float: right;
}

.logo {
  display: table;
  float: left;
  margin: 10px 0;
}

.logo>* {
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
}

.logo h1 {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
}

.logo h1 span {
  text-transform: none;
  font-size: 16px;
}

.menu {
  background: #e6faf8 none repeat scroll 0% 0%;
  height: 50px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.38);
}

.menu ul {
  list-style: outside none none;
}

.menu ul li {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
}

.menu a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.editor {
  overflow: auto;
}

.editor img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 300px;
  width: 50%;
}

.center_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

.inner p {
  color: #2a2a2a;
  margin: 15px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.inner h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0;
}

.inner ul {
  margin-left: 30px;
}

.inner {
  background: #fff;
  padding: 0px 30px 10px;
  line-height: 1.5;
}

.inner h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
}

.comments {
  font-size: 15px;
  color: black;
  text-decoration: none;
}

.comments_header {
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.comment {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
  overflow: auto;
  font-size: 14px;
}

.comment img {
  float: left;
  margin-right: 10px;
}

.comment_name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 16px;
}
.buttom {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .logo h1 {
      font-size: 22px;
  }
  .menu {
      display: none;
  }
  .container {
      width: auto;
  }
  .inner {
      padding: 0 10px;
  }
  body img {
      max-width: 100%;
  }
  body {
      font-size: 16px;
      background: none;
  }
  
}
.footer {
  padding-top: 10px;
}
.center {
  clear: both;
  display: block;
  margin: 0 auto !important;
  float: none !important;
}
@media screen and (max-width: 820px) {
  .logo h1 {
      font-size: 20px;
  }
}

@media screen and (max-width: 720px) {
  .logo h1 {
      font-size: 19px;
  }
  .inner {
      width: 100%;
  }
  p {
      margin: 2px;
  }
}

@media screen and (max-width: 520px) {
  .logo {
      margin: 2px 0;
  }
  .logo h1 {
      font-size: 18px;
      line-height: 18px;
  }
  .logo h1 span {
      font-size: 14px;
  }
  .inner h2 {
      font-size: 21px;
  }
  .inner p {
      margin: 15px 0;
  }
  .logo img {
      width: 40px;
      margin-left: 10px;
  }
}

@media screen and (max-width: 420px) {
  .inner h3 {
      font-size: 16px;
  }
  .inner p {
      font-size: 16px;
  }
  .container {
      padding: 0px;
  }
  .inner {
      font-size: 14px;
  }
  .date {
      display: none;
  }
}

.form {
  position: relative;
  background: #fff;
  width: 442px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07), 0 0 0 6px #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .07), 0 0 0 6px #fff;
  border-radius: 3px;
  padding: 0 10px 18px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 27px;
}

.form__price__old {
  color: #777;
  padding: 15px 0 0;
  width: 102px;

}

.form__price__old__text {
  text-align: center;
  font-size: 13px;
  margin: 0 0 7px
}

.form__price__old__value {
  color: #999;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  line-height: 28px
}

.form__price__old__value:after,
.form__price__old__value:before {
  height: 1px;
  width: 86%;
  background: #d32f19;
  content: "";
  position: absolute;
  top: 11px;
  left: 10px
}

.form__price__old__value:before {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg)
}

.form__price__old__value:after {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

.form__price__old__value .currency {
  font-size: 16px
}

.form__price__new {
  color: #a1c45e;
  padding: 15px 0 0;
  width: 102px;
  margin-left: 40px
}

.form__price__new__text {
  text-align: center;
  font-size: 13px;
  margin: 0 0 7px;
  color: #777
}

.form__price__new__value {
  font-size: 34px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  line-height: 28px
}

.form__price__new__value .currency {
  font-size: 16px
}

.form__lastpack {
  font-size: 16px;
  text-align: left;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%
}

.form .discount {
  background: url(../images/discount.png) no-repeat;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  font-size: 28px;
  font-weight: 900;
  position: absolute;
  top: 19px;
  left: 20px
}

.procent-mob {
  margin: 6px 0 0 -5px;
}

.attention {
  width: 387px;
  margin: 8px auto 0;
  padding-left: 89px;
  font-size: 17px;
  color: #a1c45e;
  font-weight: 700;
}

.form__lastpack .orange {
  color: #83bf10;
  position: relative
}

.form__lastpack .orange:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ababab;
  right: -27px;
  top: 5px
}

.form form input,
.name-i,
.phone-i {
  position: relative;
  width: 100%
}

.lastpack__cls {
  font-size: 30px;
  margin-right: 15px;
  font-weight: 700
}

.count {
  font-size: 15px
}

.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative
}

.form form input {
  width: 100%;
  font-size: 16px;
  color: #212121;
  padding: 14px 10px 14px 53px;
  border: none;
  background-color: #f1f1f1;
  margin: 14px 0 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .04);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .04);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.name-i:before,
.phone-i:before {
  display: block;
  position: absolute;
  z-index: 2;
  content: ''
}

.name-i:before {
  background: url(../images/name.svg) center no-repeat;
  width: 19px;
  height: 25px;
  top: 24px;
  left: 17px
}

.phone-i:before {
  background: url(../images/phone.svg) center no-repeat;
  background-size: 22px;
  width: 26px;
  height: 30px;
  top: 23px;
  left: 15px
}

.form form input:focus,
.form form input:hover {
  -webkit-box-shadow: inset 0 0 10px 3px #dad6d6;
  box-shadow: inset 0 0 10px 3px #dad6d6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.order_btn {
  width: 100%;
  background: #a1c45e;
  border-radius: 5px;
  font-weight: 700;
  padding: 5px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  position: relative
}

.order_btn:hover {
  background: #83bf10;
}

.order-curse {
  margin: 13px 0;
  text-align: center;
}

.star {
  display: none;
}

.order-curse {
  display: none;
}
@media (max-width:550px) {
  .form {
    width: 100%;
    max-width: 450px;
  }
  .attention {
    max-width: 100%;
    text-align: center;
  }
  .form__lastpack {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .orange {
    text-align: center;
  }
  .orange:after {
    display: none !important;
  }
}