/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.d-none {
  display: none !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-fluid {
  max-width: 100%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #f6f7f9;
}
.background-top-box {
  position: relative;
}
.background-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 342px;
  background-color: #15839e;
  background-image: url(../img/header_bge30b61440610b974fbe386c83541e1f6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.white-background {
  background-color: #fff;
  padding: 20px 15px;
}
.main-title {
  font-size: 30px;
  color: #fff;
  line-height: 44px;
  margin-bottom: 20px;
}
.subtitle {
  color: #ffe81b;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 27px;
  line-height: 1.2;
}
.article-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.small-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
p,
.article-title {
  line-height: 27px;
}
.photo-box {
  text-align: center;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 75%;
  position: relative;
}
.photo-box img {
  max-width: 100%;
}
.photo-box img.space {
  margin-bottom: 10px;
}
.photo-box .photo-desc {
  font-weight: 700;
  max-width: 100%;
  color: #fff;
  background-color: #14829b;
  padding: 8px 10px;
  margin-top: -5px;
}
.photo-box-100 {
  max-width: 100%;
}
.photo-box-90 {
  max-width: 90%;
}
.top-badges {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.top-badges .news {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  background-color: #ffe81b;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #15849f;
}
.top-badges .top-social-icons img {
  margin-left: 17px;
}
.main {
  max-width: 69%;
}
.aside {
  max-width: 30%;
}
.top-image {
  margin-bottom: -5px;
}
.normal-text {
  margin-bottom: 20px;
}
.before-photo {
  margin-bottom: 40px;
}
.expert-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.expert-box .expert-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.expert-box .expert-image img {
  height: 100%;
}
.expert-box .expert-opinion {
  padding: 10px;
  background-color: #f4f4f4;
  color: #263238;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.before-last-photo {
  margin-bottom: 80px;
}
.last-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 100px;
}
.last-photos .last-photo-box {
  width: 100%;
}
.last-photos .last-photo-box img {
  max-width: 100%;
}
.last-photos .last-photo-product {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-bottom {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #001aee;
  display: block;
  margin-bottom: 20px;
}
.alert-offer {
  margin-bottom: 40px;
  text-align: center;
  color: red;
}
.thank-you {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 9;
}
.thank-you img {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
.thank-you .thank-you-box {
  background-color: #fff;
  max-width: 500px;
  width: 500px;
  text-align: center;
  padding: 45px 15px;
}
.five-steps {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
.five-steps .desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.five-steps .desc-wrapper .number {
  background-color: #ffe81b;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-right: 20px;
}
.five-steps .desc-wrapper .desc-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .five-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .five-steps .desc-wrapper {
    max-width: 60%;
  }
  .expert-image {
    width: 30%;
  }
  .expert-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .expert-opinion {
    width: 70%;
  }
}
.nav {
  background-color: #fff;
}
.nav .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.nav .nav-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .nav-wrapper .logo-text {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-style: normal;
  line-height: 38px;
  text-transform: uppercase;
  margin-left: 10px;
  color: #15839e;
}
.nav .nav-wrapper .logo-text span {
  color: #ffe81b;
}
.nav .nav-wrapper .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.nav .nav-wrapper .nav-list li {
  margin-left: 40px;
}
.nav .nav-wrapper .nav-list li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.nav .nav-wrapper .nav-list li:nth-child(1) {
  margin-left: 0;
}
.aside {
  padding-left: 20px;
  margin-top: 171px;
}
.aside .author-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.aside .author-box .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.aside .author-box .author .author-photo {
  margin-right: 20px;
}
.aside .author-box .author .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside .author-box .author .author-name span {
  display: block;
}
.aside .author-box .author .author-name span:nth-child(1) {
  font-size: 13px;
  margin-bottom: 5px;
}
.aside .author-box .author .author-name span:nth-child(2) {
  font-size: 17px;
  font-weight: 700;
}
.aside .author-box .author-desc .author-text {
  line-height: 24px;
  margin-bottom: 10px;
}
.aside .popular {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.aside .popular .popular-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
.aside .popular .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  text-decoration: none;
  color: #000;
}
.aside .popular .news a .news-photo {
  margin-right: 10px;
}
.aside .popular .news a .news-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside .popular .news a .news-desc .news-text {
  line-height: 20px;
}
.aside .popular .news a .news-desc .news-category {
  font-size: 12px;
  padding: 3px 6px;
  background-color: #ffe81b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  color: #000;
  margin-top: -3px;
}
.aside .popular .news:last-child {
  margin-bottom: 0;
}
.aside .cta-aside {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url(../img/cta-bg6daaff482146ed65dc72e5cdde99aaea.png) no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  padding: 35px 0;
}
.aside .cta-aside div {
  background-color: #ffe81b;
  font-weight: 700;
  font-size: 22px;
  color: #443122;
  text-transform: uppercase;
  line-height: 36px;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 110%;
  padding: 5px 0;
  font-family: "Poppins", sans-serif;
}
.aside .cta-aside div span {
  display: block;
  font-size: 22px;
  line-height: 24px;
}
.aside .cta-aside img {
  max-width: 100%;
  width: 220px;
  margin: 20px 0 15px;
}
.grey-comments-title {
  background-color: #ebebeb;
  padding: 8px 15px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
.comments {
  padding: 30px 15px;
  background-color: #fff;
}
.comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.comments .comment .comment-photo {
  margin-right: 10px;
}
.comments .comment .comment-desc {
  margin-top: 3px;
}
.comments .comment .comment-desc .comment-author {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.comments .comment .comment-desc .comment-author .author {
  color: #229cff;
  margin-right: 5px;
  font-weight: 700;
}
.comments .comment .comment-desc .comment-author .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c2c6cd;
  margin-right: 5px;
}
.comments .comment .comment-desc .comment-author .time {
  color: #656c79;
}
.comments .comment .comment-desc .comment-bottom-photo {
  margin-top: 15px;
}
.comments .add-comment-box {
  margin-top: 10px;
  margin-bottom: 30px;
}
.comments .add-comment-box .add-comment-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comments .add-comment-box .add-comment-line {
  position: relative;
  margin-bottom: 20px;
}
.comments .add-comment-box .add-comment-line .long-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e7e9ef;
}
.comments .add-comment-box .add-comment-line .short-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 2px;
  z-index: 1;
  background-color: #229cff;
}
.comments .add-comment-box .add-comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments .add-comment-box .add-comment-form .add-comment-form-avatar {
  margin-right: 10px;
}
.comments .add-comment-box .add-comment-form .add-comment-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .name-input,
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .name-textarea {
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  outline: none;
  border: 2px solid #e7e9ef;
}
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .name-input {
  padding: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .name-textarea {
  padding: 15px;
  min-height: 200px;
  resize: vertical;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.comments .add-comment-box .add-comment-form .add-comment-form-content .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .send
  .attachment,
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .send
  .send-comment {
  display: block;
  text-decoration: none;
}
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .send
  .send-comment {
  margin-left: 10px;
  padding: 8px 30px;
  background-color: #229cff;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.comments
  .add-comment-box
  .add-comment-form
  .add-comment-form-content
  .send
  .attachment {
  font-size: 13px;
  text-decoration: underline;
  color: #656c79;
}
.comments .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(20, 130, 155, 0.14);
  border: 3px dashed #14829b;
  padding: 25px;
}
.comments .coupon .product {
  margin-right: 20px;
}
.comments .coupon .coupon-desc .coupon-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.comments .coupon .coupon-desc .coupon-text {
  font-size: 15px;
  margin-bottom: 20px;
}
.comments .coupon .coupon-desc .coupon-cta {
  font-size: 20px;
  font-weight: bold;
  color: #001aee;
  margin-bottom: 10px;
}
.comments .coupon .coupon-desc .coupon-red-alert {
  font-size: 14px;
  color: red;
}
.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.zoom-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.zoom.active {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.zoom.active:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.footer {
  margin-top: 30px;
  background-color: #14829b;
  padding: 20px;
}
.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-wrapper .footer-desc {
  margin-right: 40px;
  color: #fff;
}
.footer .footer-wrapper .footer-desc .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item {
  margin-right: 40px;
}
.footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item:nth-child(1) {
  margin-right: 10px;
}
.footer .footer-wrapper .footer-desc .footer-text {
  font-size: 14px;
  line-height: 19px;
}
.footer .footer-wrapper .footer-logo .footer-logo-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-logo .footer-logo-photo img {
  margin-right: 10px;
}
.footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
}
.footer .footer-wrapper .footer-logo .footer-socials a {
  margin-right: 15px;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .nav .nav-wrapper .nav-list li a {
    font-size: 15px;
  }
  .aside {
    margin-top: 207px;
  }
  .footer .footer-wrapper .footer-desc {
    margin-right: 10px;
  }
  .footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .nav .nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav .nav-wrapper .logo {
    margin-bottom: 15px;
  }
  .main {
    max-width: 100%;
  }
  .expert-box {
    overflow: hidden;
  }
  .expert-box .expert-image img {
    position: relative;
  }
  .expert-box .expert-opinion {
    position: relative;
    z-index: 1;
  }
  .footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-wrapper .footer-desc {
    width: 100%;
  }
  .footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item a {
    font-size: 14px;
  }
  .footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item:last-child {
    margin-right: 0;
  }
  .footer .footer-wrapper .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body {
    background-color: #fff;
  }
  .nav .nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 15px;
  }
  .nav .nav-wrapper .logo {
    margin-bottom: 0;
  }
  .nav .nav-wrapper .logo img {
    width: 25%;
  }
  .nav .nav-wrapper .logo span {
    font-size: 21px;
    line-height: 21px;
  }
  .white-background {
    padding: 20px 0;
  }
  .before-photo {
    margin-bottom: 30px;
  }
  .photo-box {
    margin: 0 auto 30px;
  }
  .top-badges {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .main-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .photo-box {
    max-width: 100%;
  }
  .expert-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert-box .expert-opinion {
    margin-top: -5px;
  }
  .expert-box .expert-image {
    width: 100%;
  }
  .expert-box .expert-image img {
    width: 100%;
    height: auto;
    left: 0;
  }
  .last-photos .last-photo-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .last-photos .last-photo-product img {
    width: 75%;
  }
  .alert-offer {
    margin-bottom: 15px;
  }
  .grey-comments-title {
    margin-top: 0;
  }
  .comments {
    padding: 15px 0 0;
  }
  .comments .comment .comment-desc .comment-bottom-photo {
    max-width: 100%;
  }
  .comments .coupon {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comments .coupon .coupon-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  .comments .coupon .product {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .comments .last-comment {
    margin-bottom: 0;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-wrapper .footer-desc .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .footer-wrapper .footer-desc .footer-text {
    text-align: center;
  }
  .footer .footer-wrapper .footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}
.product {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.input,
.country_select {
  padding: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  outline: none;
  background-color: #fff;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.input::-webkit-input-placeholder {
  color: #6c6c6c;
}

.input:focus:required:invalid {
  border-color: #ca1a03;
}

.input:required:valid {
  border-color: #359712;
}

.input:active,
.country_select:active {
  border: none;
  outline: none;
}

.input:hover,
.country_select:hover {
  border: 1px solid #6c6c6c;
  outline: none;
}

.input-name,
.country_select {
  margin-bottom: 10px;
}

.input-phone {
  margin-bottom: 30px;
}

.btn-buy {
  display: block;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  padding: 16px 48px;
  border: none;
  color: white;
  background: rgba(30, 108, 147, 1);
  text-decoration: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}

.price {
  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;
  margin-bottom: 20px;
}

.price_value {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.old_price {
  margin-right: 20px;
}

.old_price-value {
  font-size: 26px;
  text-decoration: line-through;
}

.new_price-value {
  font-size: 26px;
  color: rgba(30, 108, 147, 1);
}

.price_text {
  font-size: 12px;
}

.timer-date {
  margin: 0 auto 20px;
  text-align: center;
  color: rgba(30, 108, 147, 1);
}

.timer-date p {
  margin: 0;
}

.form_time {
  margin-bottom: 15px;
  font-size: 36px;
}

.btn-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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 35px;
  margin-top: 20px;
}