body {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Lato-Regular", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
  background-color: #fff
}

body,
html {
  overflow-x: hidden
}

a {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto
}

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none
}

body>a {
  text-decoration: none;
  color: #000;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  bottom: 10px
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.another-review__text a,
.clinically__text a,
.end__text a,
.health__text a,
.myresult__text a,
.news__text a,
.reason__image-container--text a,
.reason__text a,
.result__text a,
.user-text a,
.exclusive__text a {
  color: #5e8acc
}

.another-review__text a:hover,
.btn,
.clinically__text a:hover,
.end__text a:hover,
.health__text a:hover,
.myresult__text a:hover,
.news__text a:hover,
.reason__image-container--text a:hover,
.reason__text a:hover,
.result__text a:hover,
.user-text a:hover {
  color: #2f5895;
  cursor: pointer;
  text-decoration: underline
}

.btn {
  font-family: "Roboto-Black", sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  background-color: #e19431;
  border: 0;
  outline: 0
}

.btn:hover {
  background-color: #c37a1c
}

.btn:active {
  background-color: #965e16
}

.flag-dropdown,
.hide {
  display: none
}

.error-box {
  color: #fff;
  background-color: #de5042;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto 10px
}

@media (min-width:1230px) {
  body {
    font-size: 24px;
    line-height: 29px
  }
}
}

.page-header__wrapper {
  margin: 0 auto;
  width: 320px;
  padding: 15px 0
}

@media (min-width:1230px) {
  .page-header__wrapper {
    width: 1170px;
    padding: 20px 30px;
    margin: auto
  }
}

.page-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-header__logo-icon {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 12px
}

.page-header__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #d05ca7;
  margin: 0
}

.navigation__list {
  width: 320px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f2f2;
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0
}

.navigation__item {
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #d9d9d9
}

.navigation__item:hover {
  background: #ccc
}

.navigation__item:hover a {
  color: #000
}

.navigation__item a {
  text-decoration: none;
  color: #3a6696
}

.navigation__item:nth-child(-n+3) {
  margin-bottom: 5px
}

.navigation__item:last-child {
  display: none
}

.navigation__item--fifth,
.navigation__item--first,
.navigation__item--fourth,
.navigation__item--second {
  width: 20%
}

.navigation__item--sixth,
.navigation__item--third {
  width: 45%;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (min-width:1230px) {
  .page-header__logo-icon {
    margin-left: 0;
    margin-bottom: 15px
  }

  .page-header__title {
    font-family: "NokiaSansS60-Bold";
    font-size: 32px;
    line-height: 36px;
    color: #d05ca7;
    margin: 0
  }

  .navigation__list {
    width: 1170px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0
  }

  .navigation__item {
    font-size: 24px;
    line-height: 24px;
    padding: 15px;
    border-right: 1px solid #d9d9d9;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .navigation__item:nth-child(-n+3) {
    margin-bottom: 0
  }

  .navigation__item:last-child {
    display: block;
    border: 0;
  }

  .navigation__item--fifth,
  .navigation__item--first,
  .navigation__item--fourth,
  .navigation__item--second {
    width: auto
  }

  .navigation__item--sixth,
  .navigation__item--third {
    width: auto;
    border-right: 1px solid #d9d9d9;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}

.exclusive__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .exclusive__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.exclusive__title {
  font-family: "Lato-Bold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 25px
}

.exclusive__title span {
  text-transform: uppercase
}

.exclusive__text {
  font-style: italic;
  margin: 0;
  border-bottom: 3px solid #db0000;
  padding-bottom: 10px
}

@media (min-width:1230px) {
  .exclusive__title {
    font-size: 31px;
    line-height: 38px
  }
}

.health__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .health__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.health__journalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px
}

.journalist-image {
  margin-right: 30px
}

.journalist-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px
}

.journalist-stats {
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 5px
}

.journalist-text {
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  margin: 0
}

.health__title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px
}

.health__text {
  margin: 0 0 20px
}

.health__text:last-child {
  margin-bottom: 0
}

.news {
  display: none
}

@media (min-width:1230px) {
  .health-and-news-container {
    position: relative;
    width: 1230px;
    margin: 0 auto
  }

  .news {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 370px
  }

  #sidebar {
    position: relative
  }

  .container4 {
    background: #ccc;
    padding: 15px 10px;
    margin-bottom: 12px
  }

  .news__title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px
  }

  .news__text {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px
  }

  .news__text span {
    font-style: italic
  }

  .news__text--more {
    display: block;
    text-align: right;
    margin-bottom: 0
  }

  .news__text--line {
    position: relative;
    padding-bottom: 15px
  }

  .news__text--line::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff
  }

  h3 {
    margin: 0 0 15px
  }

  .news-image {
    margin-bottom: 15px
  }

  .news__try {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 3px 0 #8c8c8c;
    box-shadow: 0 0 3px 0 #8c8c8c
  }

  .try-title {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #139775;
    margin: 0 0 30px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .try-contaier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }



  .try-link a {
    display: block;
    text-align: center;
    background: #ffff8f;
    color: #000
  }

  .news__btn {
    width: 94%;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 25px
  }

  .health__journalist {
    position: relative
  }

  .journalist-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 234px
  }

  .journalist-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }

  .journalist-title {
    font-size: 24px;
    line-height: 24px;
    margin-left: 200px;
    margin-right: 25px
  }

  .journalist-stats {
    font-size: 18px;
    line-height: 18px
  }

  .journalist-text {
    width: 170px;
    font-size: 16px;
    line-height: 16px;
    top: 250px;
    left: 0;
    position: absolute
  }

  .health__text,
  .health__title {
    width: 770px
  }

  .health__text:first-of-type,
  .health__title:first-of-type {
    width: 570px;
    margin-left: 200px
  }
}

.reason__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .reason__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.reason__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.reason__image-container--text {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  background: #ffff95;
  padding: 5px;
  margin: -5px 0 20px
}

.reason__text {
  margin: 0 0 20px
}

.clinically__item:last-child,
.reason__text:last-child {
  margin-bottom: 0
}

@media (min-width:1230px) {
  .reason__image-container {
    width: 770px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .reason__image-container--text {
    font-size: 20px;
    line-height: 23px;
    padding: 15px
  }

  .reason__text {
    width: 770px;
    margin-bottom: 30px
  }
}

.result__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .result__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.result__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.result__image-container--text {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  background: #ffff95;
  padding: 5px;
  margin: -5px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.result__text {
  margin: 0 0 20px
}

.result__text--last {
  margin-bottom: 10px
}

.result__image2 {
  display: none
}

@media (min-width:1230px) {
  .result__image-container {
    width: 770px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .result__image2 {
    width: 770px;
    display: block
  }

  .result__image-container--text {
    font-size: 24px;
    line-height: 28px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .result__text {
    width: 770px
  }
}

.another-review__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .another-review__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.another-review__title {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px
}

.another-review__text {
  margin: 0
}

@media (min-width:1230px) {
  .another-review__title {
    width: 770px;
    font-size: 24px;
    line-height: 29px
  }

  .another-review__text {
    width: 770px
  }
}

.clinically__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .clinically__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.clinically__title {
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 20px
}

.clinically__list {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 0 15px
}

.clinically__item {
  margin-bottom: 5px
}

.clinically__text {
  margin: 0
}

@media (min-width:1230px) {
  .clinically__title {
    font-size: 24px;
    line-height: 29px
  }

  .clinically__list {
    width: 770px
  }

  .clinically__item {
    font-size: 23px
  }

  .clinically__text {
    width: 770px
  }
}

.myresult__wrapper {
  width: 290px;
  margin: 0 auto;
  padding: 10px 7px;
  background: #ebebeb;
  border: 8px solid #9f9f9f
}

.page-header__navigation {
  display: none;
}

@media (min-width:1230px) {
  .myresult__wrapper {
    width: 1170px;
    padding: 20px 30px
  }

  .page-header__navigation {
    display: block;
  }
}

.myresult__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

.myresult__image-container--text {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background: #ffff95;
  margin: 0;
  padding: 5px
}

.end__text span,
.myresult__image-container--text span {
  font-weight: 700
}

.myresult__title {
  font-weight: 700;
  margin: 0 0 15px
}

.myresult__title:last-child {
  margin: 0
}

.myresult__title:nth-last-child(-n+3) {
  text-align: center
}

.myresult__text {
  margin: 0 0 15px
}

@media (min-width:1230px) {
  .myresult__wrapper {
    width: 1230px;
    padding: 20px 0;
    border: 0;
    background: 0 0
  }

  .container {
    width: 746px;
    background: #ebebeb;
    border: 12px solid #9f9f9f;
    padding: 15px
  }

  .myresult__image-container {
    width: 744px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .myresult__image-container--text {
    font-size: 24px;
    line-height: 29px
  }

  .myresult__text,
  .myresult__title {
    width: 750px
  }
}

.end__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 10px auto 0
}

@media (min-width:1230px) {
  .end__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.end__text {
  margin: 0 0 20px
}

.end__text--important {
  color: #db0000;
  font-weight: 700
}

.end__text--important span {
  text-transform: uppercase
}

.end__text:last-child {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0
}

.end__product {
  /* border: 2px dashed #559363; */
  border-radius: 15px;
  margin-bottom: 20px
}

.container2,
.end__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.end__product--image {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px
}

.end__product--text {
  color: #db0000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 20px
}

.end__product--text span {
  font-size: 28px;
  text-transform: uppercase
}

.end__link {
  margin-bottom: 20px;
  color: #5e8acc
}

.end__link:hover {
  color: #2f5895;
  cursor: pointer;
  text-decoration: underline
}

.end__product--text-last {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 20px
}

.end__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  display:inline-block
}

@media (min-width:1230px) {
  .end__product {
    position: relative;
    width: 700px;
    /* border: 5px dashed #559363; */
    padding: 30px
  }

  .end__product--image {
    max-width:320px;
    width:100%;
    margin-left:0
  }

  .end__product--text {
    font-size: 32px;
    line-height: 32px
  }

  .end__product--text span {
    font-size: 40px;
    line-height: 40px
  }

  .end__link {
    margin-bottom: 35px
  }

  .end__product--text-last {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 35px
  }

  .end__btn {
    font-size: 35px;
    line-height: 35px;
    background-color: #f89521
  }

  .end__btn:hover {
    background-color: #df7c07
  }

  .end__btn:active {
    background-color: #ae6005
  }

  .end__text {
    width: 770px
  }
}

.users-comments__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .users-comments__wrapper {
    width: 1170px;
    padding: 20px 30px
  }
}

.users-comments__title {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 20px 0 10px
}

.users-comments__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.users-comments__item {
  border: 1px dotted #7b7b7b;
  padding: 15px 5px;
  margin-bottom: 15px
}

.user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px
}

.user-image {
  margin-right: 10px
}

.user-name {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  margin: 0 0 15px
}

.user-text,
.user-time {
  font-size: 16px;
  line-height: 19px;
  margin: 0
}

.user-time {
  position: relative;
}

.user-time::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat
}

.user-text {
  font-weight: 700
}

.user-text > img{
  max-width: 360px;
  width: 100%;
  margin-top: 15px;
}

.users-comments__btn {
  display: block;
  margin: 35px 0
}

@media (min-width:1230px) {
  .users-comments__wrapper {
    width: 1230px;
    padding: 20px 0
  }

  .container3 {
    width: 800px
  }

  .users-comments__item {
    margin-bottom: 25px
  }

  .users-comments__title {
    margin-left: 30px;
    margin-bottom: 45px
  }

  .user-image {
    margin-right: 30px
  }

  .user-image,
  .user-text {
    margin-left: 25px
  }

  .users-comments__btn {
    width: 470px;
    font-size: 35px;
    line-height: 35px;
    background-color: #f89521;
    margin-left: 200px
  }
}

.page-footer {
  background: #cbcbcb
}

.page-footer__wrapper {
  width: 290px;
  padding: 10px 15px;
  margin: 0 auto
}

@media (min-width:1230px) {
  .page-footer__wrapper {
    width: 1170px;
    padding: 20px 30px;
    margin: auto;
  }
}

.page-footer__text {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 0
}

.sidebar {
  background: #fff;
}
.text-center {
	text-align: center
}
@media(max-width:1229px) {
  .page-header__logo {

    text-align: center;
    display: block;
    padding-top: 10px;
    margin-bottom: 0;
  }

  .form_flex{
    flex-direction:column
  }

  .page-header__title {
    display: none;
  }
}

@media(max-width:1230px) {
  .wrapper {
    width: 100%;
    box-sizing: border-box
  }

  .health__journalist {
    max-width: 150px;
    float: left;
    display: block;
    margin-right: 25px;
  }

  .image-container,
  .photo3 {
    max-width: 290px;
    margin: auto;
    display: block;
  }
}

@media(max-width:450px) {
  .health__journalist {
    max-width: 290px;
    margin: 0 auto 20px;
    display: block;
    float: none;
    text-align: center;
  }
  .journalist-image {
	  margin-right: 0;
  }
}


#order_form {

	background: white;

	    padding: 47px 25px 30px 25px;
    max-width: 651px;

	font-family:Arial;

	margin:20px;

	background-image:url("../images/formbg.jpg");

	background-repeat:no-repeat;
	background-size: 100% 100%;


}

@media (min-width: 600px) and (max-width: 739px) {
      #order_form{
      padding: 20px!important;
	    margin: 0px -12px!important;
	    padding-bottom: 116px!important;}}


@media (min-width: 460px) and (max-width: 599px) {
      #order_form{
          padding: 20px!important;
    margin: 0px -7px!important;
    /* padding-bottom: 177px!important; */
}



}



#order_form div {

	background:transparent!important;

}

#order_form h2 {

	margin:25px 0 0 0;

	padding:0px;

	line-height:32px;

	border:none;

}

#order_form label {

	width:230px;

	display:block;

	padding:5px 0 5px 0;

	font-weight:bold;

	font-size:16px;

}

#order_form label.vertical {

	border:none!important;

}



.device_info {

	font-size: 14px;

	color:green;

	display:block;

	margin:10px 20px;

}



#order_form .order_form_pole {

	padding:5px;

	margin:0px;

}

#order_form input, #order_form button {

	font-size:21px;

	padding:15px;

	border-radius:3px;

	border:2px solid #e9d7dc;

	max-width:300px;

	width:100%;

  height: 50px;
  box-sizing: border-box;

}

#order_form select {

	font-size:21px;

	padding: 8px 15px; 
	margin-bottom: 15px ;

	border-radius:3px;

	border:2px solid #e9d7dc;

	max-width:300px;

	width:100%;
  height: 50px;
  box-sizing: border-box;

}

#order_form span {

	font-size:16px;

}



#order_form button, .obutton {

    display: inline-block;

    height: auto;

    padding: 20px;

    color: #fff;

    font-weight: 700;

    text-decoration: none;

    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);

    border-radius: 5px;

    background-color: #0299ff;

    background-position: 1.35em .94em;

    background-size: 1em;

    background-repeat: no-repeat;

    transition: all .15s ease-in-out;

	border:none;

	cursor:pointer;

	font-size:20px;

	margin-top:20px;
	font-family: roboto condensed;
    text-transform: uppercase;

}

#order_form input[type="submit"]:hover, .obutton:hover {

	background-color:#017ACC;

}

#order_form input[type="submit"]:active {

	position:relative;

	top:1px;

}



.order_info h2 {

	border:none!important;
    font-size: 30px;
	color:red!important;
  line-height: 1.2;
}



.left_count {

    background: red;


    margin: 12px 0px;

    width: 190px;

    color: #fff;

    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;

	font-size:32px!important;

	border-radius:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px 10px;

}



.left_count .prod_left_val {

	font-size:52px!important;

}



#order_form_success {

	position:relative;

}



 
@media(max-width:600px){

	/* span.old_price_val {
		display: none;
	} */
	
}



@media screen and (max-width: 480px) {
	/* #order_form span {
		font-size: 9px;
	} */

	

	#order_form label {

		font-size:14px;

	}

	

	#order_form input[type="submit"] {

		font-size:16px;

	}

	

	#order_form {

		padding: 21px;
		padding-top:30px;
	}

	

	#order_form .order_form_pole {

		padding: 0px;

		margin: 2px;

	}

}



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

	#order_form input {

		width:90%;

	}

	#order_form select {

		width:90%;

	}

	
	

	#order_form {

margin-left: -12px;
    margin-right: -12px;

	}

}



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

	#order_form input {

		font-size:17px;

	}

	#order_form select {

		font-size:17px;

	}


	

	#order_form input[type="submit"] {

		margin-left:0px;

	}

}

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

