body, html {
  margin: 0px;
  padding: 0px;
  background-color: #F2F2F3;
}

body * {
  font-family: "Lato" ,sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

header {
  background: #FFFFFF;
  border-bottom: 1px solid #C9CCD8;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 64px;
}
header .outer__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
header .outer__header ul > li {
  margin-right: 25px;
}
header .outer__header ul > li.active__header > a {
  color: #00c853;
}
header .outer__header ul > li > a {
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header ul > li > a:hover {
  color: #00c853;
}
header .outer__header ul > li:last-child {
  margin-right: 0px;
}

footer {
  background: #FFFFFF;
}
footer .outer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer .outer__footer ul > li {
  margin-right: 25px;
}
footer .outer__footer ul > li.active__header > a {
  color: #00c853;
}
footer .outer__footer ul > li > a {
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer ul > li > a:hover {
  color: #00c853;
}
footer .outer__footer ul > li:last-child {
  margin-right: 0px;
}

.logo__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
.logo__wrapper:hover {
  opacity: .7;
}
.logo__wrapper > p {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-family: "Oswald" ,sans-serif;
  font-weight: 300;
}
.logo__wrapper > span {
  padding: 4px 12px;
  background-color: #00c853;
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-family: "Oswald" ,sans-serif;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
}

.about__block {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about__block .outer__about .about__desc > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
.about__block .outer__about .about__desc > p:last-child {
  margin-bottom: 0px;
}
.about__block .outer__about .about__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}
.about__block .outer__about .about__media > img {
  max-width: 100%;
}
.about__block .outer__about > h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  font-family: "Oswald" ,sans-serif;
}

.header__menu {
  display: none;
}

.contact__form .outer__contact {
  min-height: calc(100vh - 130px);
  width: 100%;
  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;
  padding: 40px 0px;
}
.contact__form .outer__contact .contact__box {
  width: 100%;
  max-width: 645px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.contact__form .outer__contact .contact__box > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  font-family: "Oswald" ,sans-serif;
}
.contact__form .outer__contact .contact__box > p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.contact__form .outer__contact .contact__box form {
  margin-top: 30px;
  width: 100%;
}

.group__submit {
  width: 100%;
}
.group__submit > button {
  width: 100%;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00BE4F;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: bold;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.group__submit > button:hover {
  opacity: .7;
}

.group__input {
  width: 100%;
  margin-bottom: 25px;
}
.group__input > textarea {
  width: 100%;
  height: 60px;
  resize: none;
  outline: none;
  padding: 8px 16px;
  border: 1px solid #c9ccd8;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.group__input > input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #c9ccd8;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.document__block .outer__document {
  min-height: calc(100vh - 130px);
  width: 100%;
  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;
  padding: 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.document__block .outer__document > h2 {
  display: block;
  text-align: left;
  margin-bottom: 50px;
  width: 100%;
  font-size: 48px;
  line-height: 64px;
  color: black;
  font-weight: bold;
  font-family: "Oswald" ,sans-serif;
  margin-top: 0px;
}
.document__block .outer__document .document__box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 32px;
}
.document__block .outer__document .document__box > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  color: black;
  font-weight: 400;
}
.document__block .outer__document .document__box > p:last-child {
  margin-bottom: 0px;
}

.hero__section {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.hero__section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
}
.hero__section .outer__hero {
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero__section .outer__hero .updated > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-weight: 400;
}
.hero__section .outer__hero .updated > p > img {
  margin-right: 12px;
}
.hero__section .outer__hero > h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 52px;
  line-height: 56px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Oswald" ,sans-serif;
}

.article__wrapper {
  padding: 40px 0px;
}
.article__wrapper .outer__article .article__desc > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}

.article__wrapper .outer__article .article__desc > ul {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}

.article__wrapper .outer__article .article__desc > p span {
  font-weight: 800;
}
.article__wrapper .outer__article .article__desc > p:last-child {
  margin-bottom: 0px;
}
.article__wrapper .outer__article .article__media {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}
.article__wrapper .outer__article .article__media > img {
  width: 100%;
  max-width: 100%;
}
.article__wrapper .outer__article .head__article {
  margin-bottom: 50px;
}
.article__wrapper .outer__article .head__article > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  font-family: "Oswald" ,sans-serif;
}
.article__wrapper .outer__article .head__article > h2 {
  font-size: 64px;
  line-height: 72px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  font-family: "Oswald" ,sans-serif;
}

.features__wrapper {
  padding: 40px 0px;
}
.features__wrapper .outer__features > h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  font-weight: bold;
  font-family: "Oswald";
}
.features__wrapper .outer__features .grid__features .elem__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
}
.features__wrapper .outer__features .grid__features .elem__feature:last-child {
  margin-bottom: 0px;
}
.features__wrapper .outer__features .grid__features .elem__feature .feature__desc > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-weight: bold;
  font-family: "Oswald";
}
.features__wrapper .outer__features .grid__features .elem__feature .feature__desc > p {
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  margin: 0px;
}
.features__wrapper .outer__features .grid__features .elem__feature > span {
  margin-right: 32px;
  -webkit-box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.faq__wrapper {
  padding: 40px 0px;
}
.faq__wrapper .outer__faq .faq__grid {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
}
.faq__wrapper .outer__faq .faq__grid .faq__element {
  padding: 32px;
  cursor: pointer;
  border-bottom: 1px solid #c9ccd8;
}
.faq__wrapper .outer__faq .faq__grid .faq__element.opened__faq .faq__head span img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__wrapper .outer__faq .faq__grid .faq__element:last-child {
  border-bottom: 0px;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__content {
  display: none;
  margin-top: 15px;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__content p {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__content p:last-child {
  margin-bottom: 0px;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__head > h2 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-family: "Oswald" ,sans-serif;
  font-weight: bold;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__head > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  min-width: 24px;
  max-width: 24px;
  margin-right: 15px;
}
.faq__wrapper .outer__faq .faq__grid .faq__element .faq__head > span img {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.faq__wrapper .outer__faq > h2 {
  margin-bottom: 50px;
  margin-top: 0px;
  font-size: 48px;
  line-height: 64px;
  color: #000000;
  font-weight: bold;
  font-family: "Oswald" ,sans-serif;
}

.information__wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}
.information__wrapper .outer__information > h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #000000;
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
  font-family: "Oswald" ,sans-serif;
}
.information__wrapper .outer__information .button__order {
  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;
}
.information__wrapper .outer__information .button__order > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 80px;
  background: #FCA323;
  border-bottom: 5px solid #D7820B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  line-height: 40px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald" ,sans-serif;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.information__wrapper .outer__information .button__order > a:hover {
  opacity: .7;
}
.information__wrapper .outer__information .button__order > a > img {
  margin-left: 15px;
}
.information__wrapper .outer__information .important__info {
  margin-bottom: 30px;
  background: #FAEAB7;
  border: 1px solid #BEA970;
  padding: 32px;
}
.information__wrapper .outer__information .important__info > p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: black;
}
.information__wrapper .outer__information .important__info > p span {
  font-weight: 800;
  color: #005784;
}
.information__wrapper .outer__information .important__info > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: "Oswald" ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.information__wrapper .outer__information .information__desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.information__wrapper .outer__information .information__desc > p span {
  font-weight: 800;
  color: #005784;
}
.information__wrapper .outer__information .information__desc > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 30px;
}
.information__wrapper .outer__information .information__desc > ul > li {
  margin-bottom: 8px;
}
.information__wrapper .outer__information .information__desc > ul > li p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
.information__wrapper .outer__information .information__desc > ul > li p a {
  font-weight: 800;
  color: #005784;
  text-decoration: none;
}
.information__wrapper .outer__information .information__desc > ul > li:last-child {
  margin-bottom: 0px;
}

body, html {
  overflow-x: hidden;
}

.list__products {
  padding-top: 55px;
  padding-bottom: 40px;
}
.list__products .outer__products .products__grid {
  margin-top: 40px;
}
.list__products .outer__products .products__grid > .product__elem:nth-child(1) .product__right .visit__website > a {
  background-color: #00C853;
}
.list__products .outer__products > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  color: black;
}
.list__products .outer__products > p span {
  font-weight: 800;
}
.list__products .outer__products > p:last-child {
  margin-bottom: 0px;
}

.product__elem {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__elem .imgcontainer>img {
  position: absolute;
  right: -39px;
  top: -38px;
}

.textonimg {
  position: absolute;
  right: -19px;
  top: auto;
  font-family: "Oswald", sans-serif;
  color: white;
  font-size: 20px;
  transform: rotate(45deg);
}
.product__elem .product__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product__elem .product__left > .product__desc .product__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.product__elem .product__left > .product__desc .product__grid > .column__product {
  width: 100%;
  margin-right: 25px;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li {
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 100%;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 100%;
  max-width: 185px;
  color: #000000;
  font-family: "Oswald" ,sans-serif;
  border: 1px solid #C9CCD8;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li > a:hover {
  opacity: .7;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li > a > img {
  margin-right: 12px;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li span.error__span {
  top: 1px;
}
.product__elem .product__left > .product__desc .product__grid > .column__product > ul > li:last-child {
  margin-bottom: 0px;
}
.product__elem .product__left > .product__desc .product__grid > .column__product:last-child {
  margin-right: 0px;
}
.product__elem .product__left > .product__desc > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-family: "Oswald" ,sans-serif;
  font-weight: bold;
}
.product__elem .product__left > .product__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.product__elem .product__left > .product__image > img {
  max-width: 240px;
}
.product__elem .product__right {
  min-width: 195px;
  max-width: 195px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #c9ccd8;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__elem .product__right > h6 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-family: "Oswald" ,sans-serif;
  font-weight: 300;
}
.product__elem .product__right .visit__website {
  width: 100%;
  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;
}
.product__elem .product__right .visit__website > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #81C784;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.product__elem .product__right .visit__website > a:hover {
  opacity: .7;
}
.product__elem .product__right .feedback__wrapper {
  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: 15px;
}
.product__elem .product__right .feedback__wrapper > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.product__elem .product__right .feedback__wrapper > span:last-child {
  margin-right: 0px;
}
.product__elem .product__right > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 56px;
  color: black;
  font-family: "Oswald" ,sans-serif;
  font-weight: bold;
}
.product__elem:last-child {
  margin-bottom: 0px;
}

.product__popular {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product__popular .outer__popular .product__elem .product__right .visit__website > a {
  background-color: #00C853;
}
.product__popular .outer__popular > h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  font-weight: bold;
  font-family: "Oswald" ,sans-serif;
}

@media (max-width: 991px) {
  .product__popular {
    padding-top: 25px;
  }

  .list__products {
    padding-bottom: 25px;
  }

  .list__products {
    padding-top: 35px;
  }

  .list__products .outer__products > p {
    font-size: 18px;
    line-height: 28px;
  }

  .product__elem .product__left > .product__desc > h6 {
    font-size: 28px;
    line-height: 32px;
  }

  .product__elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__elem .product__right {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #c9ccd8;
    border-left: 0px;
    margin-left: 0px;
  }

  .product__elem .product__right .visit__website > a {
    max-width: 190px;
  }

  .product__popular .outer__popular > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
  }

  .information__wrapper .outer__information > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
  }

  .information__wrapper .outer__information .information__desc > p {
    font-size: 18px;
    line-height: 24px;
  }

  .information__wrapper .outer__information .information__desc > ul > li p {
    font-size: 18px;
    line-height: 24px;
  }

  .information__wrapper .outer__information .important__info > h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .information__wrapper .outer__information .important__info > p {
    font-size: 18px;
    line-height: 24px;
  }

  .information__wrapper .outer__information .important__info {
    padding: 16px;
  }

  .information__wrapper .outer__information .button__order > a {
    height: 60px;
    font-size: 24px;
  }

  .information__wrapper .outer__information .button__order > a > img {
    max-width: 34px;
  }

  .faq__wrapper .outer__faq > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
  }

  .faq__wrapper .outer__faq .faq__grid .faq__element .faq__head > h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .features__wrapper .outer__features > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
  }

  .features__wrapper .outer__features .grid__features .elem__feature .feature__desc > h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .features__wrapper .outer__features .grid__features .elem__feature > span {
    margin-right: 24px;
  }

  .article__wrapper .outer__article .head__article > h2 {
    font-size: 54px;
    line-height: 64px;
  }

  .article__wrapper .outer__article .head__article > span {
    font-size: 26px;
    line-height: 32px;
  }

  .article__wrapper .outer__article .head__article {
    margin-bottom: 30px;
  }

  .article__wrapper .outer__article .article__desc > p {
    font-size: 18px;
    line-height: 28px;
  }

  .article__wrapper .outer__article .article__desc > ul {
    font-size: 18px;
    line-height: 28px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .document__block .outer__document > h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 35px;
  }

  .document__block .outer__document .document__box > p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact__form .outer__contact .contact__box > p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact__form .outer__contact .contact__box > h2 {
    font-size: 40px;
    line-height: 56px;
  }

  .logo__wrapper > p {
    font-size: 20px;
  }

  .logo__wrapper > span {
    font-size: 18px;
  }

  .about__block {
    padding: 50px 0px;
  }

  .about__block .outer__about > h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 25px;
  }

  .about__block .outer__about .about__desc > p {
    font-size: 18px;
    line-height: 28px;
  }

  .hero__section .outer__hero .updated > p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .list__products .outer__products .products__grid {
    margin-top: 25px;
  }

  .list__products .outer__products > p {
    font-size: 16px;
    line-height: 24px;
  }

  .product__elem .product__left > .product__desc > h6 {
    font-size: 24px;
    line-height: 28px;
  }

  .product__elem .product__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__elem .product__left > .product__image {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .information__wrapper .outer__information .button__order > a {
    font-size: 20px;
    height: 55px;
  }

  .information__wrapper {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .product__popular .outer__popular > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .information__wrapper .outer__information > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .information__wrapper .outer__information .information__desc > p {
    font-size: 16px;
    line-height: 22px;
  }

  .information__wrapper .outer__information .information__desc > ul > li p {
    font-size: 16px;
    line-height: 22px;
  }

  .information__wrapper .outer__information .important__info > h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .information__wrapper .outer__information .important__info > p {
    font-size: 16px;
    line-height: 22px;
  }

  .faq__wrapper {
    padding: 30px 0px;
  }

  .faq__wrapper .outer__faq > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .faq__wrapper .outer__faq .faq__grid .faq__element {
    padding: 16px;
  }

  .faq__wrapper .outer__faq .faq__grid .faq__element .faq__head > h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .features__wrapper .outer__features > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .features__wrapper {
    padding: 30px 0px;
  }

  .article__wrapper .outer__article .article__media {
    margin-bottom: 15px;
  }

  .article__wrapper .outer__article .head__article > span {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .article__wrapper .outer__article .head__article > h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .article__wrapper .outer__article .article__desc > p {
    font-size: 16px;
    line-height: 24px;
  }

  .article__wrapper .outer__article .article__desc > ul {
    font-size: 16px;
    line-height: 24px;
  }

  .article__wrapper {
    padding: 30px 0px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .hero__section .outer__hero .updated > p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero__section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .document__block .outer__document > h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .document__block .outer__document .document__box > p {
    font-size: 16px;
    line-height: 24px;
  }

  .document__block .outer__document .document__box {
    padding: 15px;
  }

  .contact__form .outer__contact .contact__box > p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact__form .outer__contact .contact__box form {
    margin-top: 20px;
  }

  .contact__form .outer__contact .contact__box {
    padding: 24px;
  }

  .contact__form .outer__contact .contact__box > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .header__menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 6;
  }
  .header__menu > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu > a.active__menu > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
  }
  .header__menu > a.active__menu > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__menu > a.active__menu > span:nth-child(2) {
    opacity: 0;
  }
  .header__menu > a > span {
    min-width: 28px;
    min-height: 3px;
    border-radius: 5px;
    background-color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    top: 0px;
    bottom: auto;
  }
  .header__menu > a > span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  header .header__right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: -100%;
    z-index: 5;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
  }
  header .header__right > ul {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  header .header__right > ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  header .header__right > ul > li:last-child {
    margin-bottom: 0px;
  }

  .about__block .outer__about .about__desc > p {
    font-size: 16px;
    line-height: 24px;
  }

  .about__block .outer__about > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .about__block {
    padding: 30px 0px;
  }

  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0px;
  }
  footer .outer__footer > a {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .product__popular .outer__popular > h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .product__elem .product__left > .product__desc .product__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__elem .product__left > .product__desc .product__grid > .column__product {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .product__elem .product__right {
    padding-top: 15px;
    margin-top: 15px;
  }

  .product__elem .product__left > .product__desc .product__grid > .column__product {
    margin-top: 0px;
  }

  .product__elem .product__left > .product__desc .product__grid > .column__product > ul > li {
    margin-bottom: 10px;
  }

  .information__wrapper .outer__information > h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .product__elem {
    padding: 15px;
  }

  .product__elem .product__left > .product__desc > h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .faq__wrapper .outer__faq > h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .features__wrapper .outer__features .grid__features .elem__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .features__wrapper .outer__features .grid__features .elem__feature {
    margin-bottom: 40px;
  }

  .features__wrapper .outer__features .grid__features .elem__feature .feature__desc > h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .features__wrapper .outer__features > h2 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .features__wrapper .outer__features .grid__features .elem__feature > span {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .article__wrapper .outer__article .head__article > h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .article__wrapper .outer__article .head__article > span {
    font-size: 19px;
    line-height: 24px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .document__block .outer__document > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .contact__form .outer__contact .contact__box > h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .about__block .outer__about .about__media {
    margin-bottom: 15px;
  }

  .about__block .outer__about .about__desc > p {
    margin-bottom: 10px;
  }

  .about__block .outer__about > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .contact__form .outer__contact .contact__box {
    padding: 20px 15px;
  }

  .logo__wrapper > p {
    font-size: 15px;
  }

  .logo__wrapper > span {
    font-size: 14px;
    padding: 2px 10px;
    line-height: 24px;
    margin-right: 6px;
  }

  header .outer__header {
    min-height: 0px;
    padding: 10px 0px;
  }

  footer .outer__footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .outer__footer ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.frame__wrapper {
  display: none;
}

.frame__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.frame__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interstitial__wrapper {
  width: 100%;
}
.interstitial__wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat" ,sans-serif;
}
.interstitial__wrapper .foot__inter {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.interstitial__wrapper .foot__inter > p {
  margin: 0px;
  font-size: 12px;
  line-height: 24px;
  color: #9ba3a8;
  font-weight: 400;
}
.interstitial__wrapper .foot__inter ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.interstitial__wrapper .foot__inter ul > li {
  color: #bac2c8;
}
.interstitial__wrapper .foot__inter ul > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #bac2c8;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.interstitial__wrapper .foot__inter ul > li > a:hover {
  opacity: .7;
}
.interstitial__wrapper .foot__inter ul > li.spacer {
  margin: 0px 10px;
}
.interstitial__wrapper .foot__inter > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.interstitial__wrapper .foot__inter > a:hover {
  opacity: .7;
}
.interstitial__wrapper .content__inter {
  padding-top: 55px;
  padding-bottom: 55px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.interstitial__wrapper .content__inter .video__inter .video__controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interstitial__wrapper .content__inter .video__inter .video__controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  max-width: 140px;
  max-height: 140px;
  min-height: 140px;
  border-radius: 250px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  padding-left: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interstitial__wrapper .content__inter .video__inter .video__controls > img {
  max-width: 100%;
}
.interstitial__wrapper .content__inter > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}
.interstitial__wrapper .content__inter .offer__info {
  margin-top: 55px;
  text-align: center;
}
.interstitial__wrapper .content__inter .offer__info .guarantee {
  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;
}
.interstitial__wrapper .content__inter .offer__info .guarantee > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #061826;
  font-weight: bold;
}
.interstitial__wrapper .content__inter .offer__info .guarantee > img {
  margin-right: 15px;
}
.interstitial__wrapper .content__inter .offer__info .button__offer {
  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;
  width: 100%;
  margin-bottom: 40px;
}
.interstitial__wrapper .content__inter .offer__info .button__offer > a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  max-width: 535px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#55ACFF), to(#2191FB));
  background: linear-gradient(180deg, #55ACFF 0%, #2191FB 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(6, 24, 38, 0.2);
          box-shadow: 0px 0px 10px rgba(6, 24, 38, 0.2);
  border-radius: 10px;
}
.interstitial__wrapper .content__inter .offer__info .button__offer > a:hover {
  opacity: .7;
}
.interstitial__wrapper .content__inter .offer__info .button__offer > a img {
  margin-right: 20px;
}
.interstitial__wrapper .content__inter .offer__info > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
  color: #061826;
  font-weight: 600;
}
.interstitial__wrapper .content__inter .offer__info > p span {
  color: #00C853;
}
.interstitial__wrapper .head__inter {
  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;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.interstitial__wrapper .head__inter > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.interstitial__wrapper .head__inter > a:hover {
  opacity: .7;
}

@media (max-width: 991px) {
  .interstitial__wrapper .content__inter > h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .interstitial__wrapper .content__inter {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .interstitial__wrapper .content__inter .offer__info {
    margin-top: 30px;
  }

  .interstitial__wrapper .content__inter .offer__info > p {
    font-size: 20px;
    line-height: 27px;
  }

  .interstitial__wrapper .content__inter .offer__info .button__offer > a {
    font-size: 24px;
    line-height: 32px;
    height: 60px;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .interstitial__wrapper .content__inter > h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .interstitial__wrapper .content__inter .offer__info > p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .interstitial__wrapper .content__inter .offer__info .button__offer > a {
    font-size: 20px;
    line-height: 24px;
  }

  .interstitial__wrapper .content__inter .video__inter .video__controls > a {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }
  .interstitial__wrapper .content__inter .video__inter .video__controls > a > img {
    max-width: 34px;
  }
}
@media (max-width: 540px) {
  .interstitial__wrapper .content__inter .video__inter .video__controls > a {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
  .interstitial__wrapper .content__inter .video__inter .video__controls > a > img {
    max-width: 28px;
  }
}
@media (max-width: 480px) {
  .interstitial__wrapper .content__inter .offer__info .button__offer > a {
    font-size: 16px;
    line-height: 20px;
  }

  .interstitial__wrapper .content__inter .offer__info .button__offer {
    margin-bottom: 25px;
  }

  .interstitial__wrapper .content__inter .offer__info .button__offer > a img {
    margin-right: 12px;
    max-width: 24px;
  }

  .interstitial__wrapper .content__inter > h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .interstitial__wrapper .content__inter .offer__info .guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interstitial__wrapper .content__inter .offer__info .guarantee > img {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .interstitial__wrapper .content__inter .video__inter .video__controls > a {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .interstitial__wrapper .content__inter .video__inter .video__controls > a > img {
    max-width: 22px;
  }
}

@media (max-width: 463px) {
  .textonimg {
    position: absolute;
    right: -19px;
  top: 35px;
  font-family: "Oswald" ,sans-serif;
  color: white;
  font-size: 20px;
    transform: rotate(45deg);
  }
}
