<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  line-height: 1.2;
  font-size: 18px;
}
main {
  overflow: hidden;
}
.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.col-2 {
  width: 50%;
  float: left;
  min-height: 1px;
}
.h1,
.h2,
.h3 {
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1.1;
}
.h1 {
  font-size: 59px;
}
.h2 {
  font-size: 45px;
  margin: 0 0 20px;
}
.h3 {
  font-size: 28px;
  margin: 0 0 15px;
}
p {
  margin: 0 0 15px;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.s1 {
  background: url("../images/s1.jpg") no-repeat center top/ cover;
  padding: 15px 0 40px;
}
.s1 span {
  color: #003184;
  font-weight: bold;
}
.s1_logo {
  display: block;
  margin: 11px 0 17px;
}
.s1 .sub {
  font-size: 24px;
}
.s1 .header {
  margin: 0 0 10px;
}
.s1 ul {
  padding-top: 24px;
}
.s1 li {
  max-width: 275px;
  padding-left: 30px;
  margin: 0 0 15px;
  background: url("../images/s1_li.png") no-repeat left top;
}
.s1 .article {
  position: relative;
}
.s1 .prod {
  position: absolute;
  top: 47px;
  left: 250px;
}
form {
  width: 338px;
  float: right;
  border: 3px solid #f2f5f6;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 14px #e5e6e6;
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 0 0 17px;
}
.form-title {
  background: rgb(201, 217, 225);
  background: -moz-linear-gradient(
    top,
    rgba(201, 217, 225, 1) 0%,
    rgba(231, 238, 241, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(201, 217, 225, 1) 0%,
    rgba(231, 238, 241, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(201, 217, 225, 1) 0%,
    rgba(231, 238, 241, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9d9e1', endColorstr='#e7eef1', GradientType=0);
  text-align: center;
  padding: 15px 0;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
  color: #84a2b2;
  text-shadow: 0 2px 2px #f6f9fa;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  margin: 0 0 16px;
}
.form-price {
  padding: 0 13px;
  margin: 0 0 17px;
}
.form-price-title {
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #003184;
  padding-bottom: 5px;
  margin: 0 0 10px;
  text-align: center;
}
.price-left {
  float: left;
  max-width: 145px;
  font-weight: bold;
}
.price-left b {
  font-size: 22px;
  color: #f91036;
}
.price-right {
  float: right;
  padding-left: 22px;
  background: url("../images/price-disc.png") no-repeat left center;
  color: #f91036;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 0.9;
}
.price-right b {
  font-size: 41px;
  display: block;
  line-height: 0.8;
}
.form-text {
  padding: 0 24px;
  margin: 0 0 15px;
}
input,
select {
  width: 100%;
  display: block;
  height: 57px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  padding-left: 28px;
  margin: 0 0 11px;
  background: #f3f6f8;
  -webkit-box-shadow: 0 2px 5px #f6f6f6;
  -moz-box-shadow: 0 2px 5px #f6f6f6;
  box-shadow: 0 2px 5px #f6f6f6;
  outline: 0;
  font-size: 16px;
}
input::-webkit-input-placeholder {
  color: #111111;
}
input::-moz-placeholder {
  color: #111111;
}
input:-moz-placeholder {
  color: #111111;
}
input:-ms-input-placeholder {
  color: #111111;
}
.btn {
  background: rgb(251, 22, 75);
  background: -moz-linear-gradient(
    top,
    rgba(251, 22, 75, 1) 0%,
    rgba(247, 10, 33, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(251, 22, 75, 1) 0%,
    rgba(247, 10, 33, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(251, 22, 75, 1) 0%,
    rgba(247, 10, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb164b', endColorstr='#f70a21', GradientType=0);
  text-align: center;
  border: 3px solid #fff;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  height: 58px;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  text-shadow: 0 0 1px #b50a22;
  width: 100%;
  box-shadow: 0 0 8px #f6f6f6;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.timer-title {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 5px;
  text-align: left;
}
.timer {
  padding: 0 24px;
  text-align: center;
  font-size: 0;
}
.timer-nums {
  margin: 0 0 2px;
}
.timer-nums span {
  line-height: 48px;
  font-size: 30px;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
}
.timer span {
  display: inline-block;
  width: 62px;
}
.timer i {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  width: 12px;
  font-style: normal;
}
.timer-descr span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 12px;
}
.timer-descr span:first-child {
  margin-left: 0;
}
.s2 {
  padding: 20px 0 40px;
}
.s2 h2 {
  text-align: center;
}
.s2 span {
  color: #f90f33;
  display: block;
}
.s2 .items {
  text-align: center;
  font-size: 0;
}
.s2 .item {
  width: 316px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #cecece;
  background: #faf8f8;
  font-size: 18px;
}
.s2 .item:nth-child(2) {
  margin: 0 25px;
  position: relative;
}
.s2 .item:nth-child(2):before,
.s2 .item:nth-child(2):after {
  content: url("../images/s2_bef.png");
  position: absolute;
  top: 120px;
  left: -55px;
  z-index: 10;
}
.s2 .item:nth-child(2):after {
  left: auto;
  right: -55px;
}
.s2 .item p {
  max-width: 294px;
  margin: 0 auto;
  min-height: 155px;
}
.s2 .item img {
  width: 100%;
  margin: 0 0 17px;
}
.s2 .item-title {
  color: #f90f33;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 23px;
}
.s3 {
  background: #f8ccd3;
  padding: 18px 0 30px;
}
.s3 .h3 {
  text-align: center;
}
.s3 span {
  color: #f90f33;
}
.s3 article {
  background: #f9f9f9;
  border: 3px solid #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 30px 22px;
}
.s3 .h2 {
  font-size: 30px;
  padding-left: 105px;
  margin: 0 0 25px;
  background: url("../images/s3_h2.png") no-repeat left 8px;
}
.s3 .h2 span {
  display: block;
  font-size: 44px;
}
.s3 .items {
  font-size: 0;
  text-align: center;
}
.s3 .item {
  font-size: 21px;
  width: 170px;
  margin: 0 32px 26px;
  display: inline-block;
  vertical-align: top;
}
.s3 .item img {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 5px;
  border: 3px solid #f90f33;
  box-shadow: 0 8px 15px #d9d9d9;
}
.s4 {
  padding: 50px 0;
}
.s4 span {
  color: #003184;
}
.s4 p {
  font-size: 24px;
}
.s4 .s4_p_bg {
  background: #ffe87c;
  padding: 10px 22px;
  font-size: 22px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.s4_logo {
  margin: 0 0 15px;
}
.s4 article {
  margin: 0 0 20px;
}
.s4 aside {
  text-align: center;
}
aside .btn {
  display: inline-block;
  width: auto;
  padding: 0 52px;
  line-height: 67px;
  height: auto;
  -webkit-border-radius: 37px;
  border-radius: 37px;
  box-shadow: 0 10px 20px #cacaca;
  font-size: 18px;
}
.s5 {
  background: url("../images/s5.jpg") no-repeat center top;
  background-size: cover;
  padding: 30px 0;
}
.s5 span {
  color: #ffe87c;
}
.s5 .h2 {
  text-align: center;
}
.s5 p {
  max-width: 900px;
  margin: 0 auto 30px;
  color: #ffffff;
  text-align: center;
  font-size: 23px;
}
.s5_day {
  background: #ffffff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #ffffff;
  overflow: hidden;
  margin: 0 0 20px;
}
.s5_night {
  background: #0b2445;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff;
  border: 2px solid #0b2445;
  overflow: hidden;
  margin: 0 0 20px;
  padding-left: 40px;
}
.s5 article {
  padding-top: 35px;
}
.s5_title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 26px;
  color: #003184;
}
.s5 li {
  padding-left: 30px;
  margin: 0 0 15px;
  background: url("../images/s5_l1.png") no-repeat left top;
  font-size: 23px;
  max-width: 425px;
}
.s5 .s5_night li {
  background: url("../images/s5_li2.png") no-repeat left top;
}
.pull-right {
  float: right;
}
.s6 {
  padding: 30px 0 0px;
}
.s6 h2 {
  text-align: center;
}
.s6 span {
  color: #003184;
}
.s6 h2 span {
  display: block;
}
.s6 p {
  max-width: 690px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 25px;
}
.s6 .item {
  width: 275px;
  text-align: center;
  font-size: 19px;
  margin: 0 0 30px;
}
.s6 .item img {
  display: block;
  margin: 0 auto 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 15px #d9d9d9;
}
.s6 .item span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 5px;
}
.s6 .left {
  float: left;
}
.s6 .right {
  float: right;
}
.s6 .items {
  position: relative;
  padding-bottom: 150px;
}


@media(max-width: 1024px) {
  .s6 .items {
    padding-bottom: 70px;
  }
}

.s6 .center {
  position: absolute;
  left: 50%;
  bottom: -110px;
  margin-left: -137px;
}
.s6 .container {
  background: url("../images/s6.jpg") no-repeat 15px 46px;
}
.s7 {
  padding: 40px 0;
  background: url("../images/s7.jpg") no-repeat center top;
  background-size: cover;
  color: #ffffff;
}
.s7 .h2 {
  text-align: center;
}
.s7 span {
  color: #ffe87c;
}
.s7 .s7-pbg {
  background: #394d70;
  border: 2px solid #2b3c59;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 15px 10px;
  max-width: 870px;
  margin: 0 auto 20px;
}
.s7 p {
  font-size: 22px;
  max-width: 780px;
  margin: 0 auto 20px;
  text-align: center;
}
.s7 .s7-pbg span {
  font-weight: bold;
  display: block;
  margin: 15px 0 0;
}
.s7 .wrap {
  background: #dfe6f3;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 8px #4f6687;
}
.s7 article .col-2 {
  background: #394d70;
}
.s7 article {
  box-shadow: 0 0 8px #4f6687;
}
.s7 aside {
  padding: 25px 0;
}
.s7 aside img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.s7-item-title {
  line-height: 41px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 29px;
}
.s7-wrap {
  background: #ffffff;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  color: #000;
  padding: 20px 25px;
}
.s7-el {
  padding-left: 120px;
  position: relative;
  font-size: 20px;
  margin: 0 0 22px;
}
.s7-el span {
  position: absolute;
  left: 38px;
  top: 0;
  font-size: 21px;
  color: inherit;
  font-weight: bold;
}
.s7-el:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ff8400;
  position: absolute;
  top: 4px;
  left: 0;
}
.s7-el:nth-child(2):before {
  background: #ee3b65;
}
.s7-el:nth-child(3):before {
  background: #33cfb7;
}
.s7-el:nth-child(4):before {
  background: #4b49b4;
}
.s7-el:nth-child(5):before {
  background: #329d4b;
}
.s7-wrap__colored {
  background: #ffe87c;
}
.s8 {
  padding: 40px 0;
}
.s8 h2 span {
  display: block;
}
.s8 aside {
  text-align: center;
}
.s8 span {
  color: #003184;
}
.s8 li {
  max-width: 460px;
  padding-left: 30px;
  margin: 0 0 25px;
  font-size: 21px;
  background: url(../images/s1_li.png) no-repeat left top;
}
.s9 {
  background: url("../images/s9.jpg") no-repeat center top;
  background-size: cover;
  padding: 30px 0;
}
.s9 span {
  color: #003184;
}
.s9 .h3 {
  font-size: 22px;
}
.s9 .h3 span {
  display: block;
  font-size: 48px;
}
.s9 article {
  max-width: 645px;
  background: #fff;
  margin: 0 0 15px;
  padding: 30px 30px;
}
.s9 article p {
  font-size: 19px;
  max-width: 518px;
  margin: 0;
}
.s9 article p:first-child {
  margin: 0 0 22px;
}
.s9 aside {
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  max-width: 390px;
  padding-left: 30px;
}
.s9 aside h4 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  color: #003184;
}
.s9 aside img {
  position: absolute;
  left: 100%;
  bottom: -10px;
  margin-left: 15px;
}
.doc {
  position: absolute;
  bottom: -30px;
  right: -40px;
}
.s10vid {
  padding: 40px 0;
}
.s10vid span {
  color: #003184;
}
.s10vid .h3 {
  text-align: center;
  margin: 0 0 44px;
}
.s10vid .h3 span {
  font-size: 50px;
}
.s10vid .col {
  width: 320px;
  padding: 5px;
  background: #ffffff;
  margin-right: 15px;
  display: inline-block;
  -webkit-box-shadow: -1px 1px 5px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: -1px 1px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 5px 5px rgba(0, 0, 0, 0.3);
}
.s10vid .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .s10vid .col {
    display: block;
    margin: 0 auto 20px !important;
  }
  .s10vid .col:after {
    content: " ";
    display: table;
  }
}
.s10 {
  padding: 40px 0;
}
.s10 span {
  color: #003184;
}
.s10 .h3 {
  text-align: center;
  margin: 0 0 44px;
}
.s10 .h3 span {
  font-size: 50px;
}
.s10 .item-title &gt; img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.s10 .item-wrap {
  max-width: 590px;
}
.s10 .item-title-text {
  line-height: 60px;
  text-transform: uppercase;
  color: #6e6e6e;
  font-size: 21px;
}
.s10 .item-img {
  padding: 11px 0;
}
.otz {
  display: block;
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: 2px 2px 14px #8e8e8e;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.s10 .item-title-text b {
  color: #003184;
  font-size: 27px;
}
.s10 .item-title-text img {
  vertical-align: sub;
  display: inline-block;
  margin-left: 10px;
}
.s10 .col {
  float: left;
  min-height: 1px;
}
.s10 .col:first-child {
  width: 360px;
}
.s10 .col:last-child {
  width: 640px;
}
.s11 {
  background: #ececec;
  padding: 40px 0;
}
.s11 h2 {
  text-align: center;
  color: #003184;
}
.s11 span {
  color: #003184;
}
.s11 .items {
  font-size: 0;
  text-align: center;
}
.s11 .item {
  width: 25%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  vertical-align: top;
  padding: 0 7px;
  position: relative;
}
.s11 .item img {
  max-width: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 11px #989898;
  margin: 0 0 15px;
}
.s11 .item:after {
  content: url("../images/s11_after.png");
  position: absolute;
  top: 136px;
  right: -23px;
  z-index: 10;
}
.s11 .item:last-child:after {
  content: "";
}
.s12 {
  padding: 30px 0;
}
.s12 .h2 {
  font-size: 62px;
}
.s12 h2 span {
  color: #fa031a;
}
.s12 p {
  max-width: 440px;
  font-size: 20px;
  margin: 0 0 45px;
}
.s12 .wow {
  font-size: 24px;
  font-weight: bold;
  color: #003184;
  text-transform: uppercase;
  border: 1px solid #003184;
  display: inline-block;
  padding: 0 20px;
  line-height: 42px;
  margin: 0 0 20px;
}
.s12 .wow2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.s13 .h1 {
  font-size: 63px;
}
.s13 .header .s1_ba {
  max-width: 100%;
}
.s13 .header {
  margin: 0;
}
.s13 p {
  max-width: 200px;
  font-size: 21px;
  margin-top: 55px;
}
.s13 .prod {
  top: 30px;
  left: 187px;
}
.s13 form {
  margin-right: 50px;
}
.s13 li {
  font-size: 22px;
}
.lSAction &gt; a {
  background: none;
  content: url("../images/prev.png");
  width: auto;
  height: auto;
}
.lSAction &gt; .lSPrev {
  left: 0;
}
.lSAction &gt; .lSNext {
  content: url("../images/next.png");
  right: 0;
}
.lSSlideOuter .lSPager.lSpg &gt; li a {
  width: 32px;
  height: 32px;
  background: #bfbfbf;
}
.lSSlideOuter .lSPager.lSpg {
  margin-top: 30px !important;
}
.lSSlideOuter .lSPager.lSpg &gt; li.active a,
.lSSlideOuter .lSPager.lSpg &gt; li:hover a {
  background: #003184;
}
footer {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .container {
    width: 760px;
    padding: 0 15px;
  }
  .otz {
    width: 210px;
  }
  .s10 .item-wrap {
    max-width: 405px;
  }
  .h1 {
    font-size: 46px;
  }
  .s1 .sub {
    font-size: 20px;
  }
  .s1_ba {
    max-width: 100%;
  }
  .s1 ul {
    padding-top: 15px;
    font-size: 0;
  }
  .s1 li {
    width: 50%;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 10px;
  }
  .s1 .prod {
    top: 241px;
    left: 126px;
    width: 280px;
  }
  .s2 .item {
    width: 218px;
  }
  .s2 .item p {
    font-size: 16px;
    padding: 0 10px;
  }
  .s2 .item-title {
    font-size: 18px;
  }
  .s3 .h2 span {
    font-size: 34px;
  }
  .s3 .h2 {
    font-size: 24px;
    padding-left: 88px;
    background-size: auto 100%;
    background-position: top left;
  }
  .s3 .item {
    width: 145px;
    font-size: 18px;
  }
  .h2 {
    font-size: 40px;
  }
  .s5 p {
    font-size: 21px;
  }
  .s5 img {
    max-width: 100%;
  }
  .s5 article {
    padding: 13px 20px;
  }
  .s5 li {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .s5_night {
    padding-left: 0;
  }
  .s6 .item {
    width: 200px;
    font-size: 16px;
  }
  .s6 .center {
    margin-left: -100px;
  }
  .s6 .container {
    background-position: 31px 128px;
    background-size: 700px;
  }
  .s7 p {
    font-size: 20px;
  }
  .s7-el {
    font-size: 19px;
  }
  .s7 aside img {
    max-width: 80%;
  }
  .s8 li {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .s8 img {
    width: 506px;
  }
  .doc {
    width: 334px;
  }
  .s9 article p {
    font-size: 18px;
  }
  .s9 article p:last-child {
    max-width: 441px;
  }
  .s9 aside img {
    margin-left: -35px;
    z-index: 12;
  }
  .s11 .item {
    font-size: 16px;
  }
  .s12 img {
    width: 395px;
  }
  .s12 .h2 {
    font-size: 36px;
  }
  .s12 p {
    margin: 0 0 13px;
  }
  .s12 .wow {
    font-size: 20px;
  }
  .s13 .h1 {
    font-size: 45px;
  }
  .s13 ul {
    display: none;
  }
  .s11 .item:after {
    top: 88px;
  }
  .s13 p {
    max-width: 100%;
    margin-top: 0;
  }
  .s13 .prod {
    position: static;
    width: 360px;
    margin: 20px auto;
  }
  .s13 form {
    margin-right: 30px;
  }
  .s10 .item-title-text b {
    display: block;
  }
  .s10 .item-title-text {
    line-height: 30px;
  }
  .s10 .col:first-child {
    width: 40%;
  }
  .s10 .col:last-child {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 320px;
  }
  .lSAction &gt; a {
    top: 100px;
  }
  .s10 .item-img {
    margin: 0 0 15px;
  }
  .col-2 {
    width: 100%;
    float: none;
  }
  .s1_logo {
    display: block;
    margin: 0 auto;
  }
  .s1 {
    text-align: center;
    background-size: cover;
  }
  .h1 {
    font-size: 27px;
    margin: 0 0 5px;
  }
  .s1 .sub {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .s1 ul {
    margin: 0 0 20px;
  }
  .s1 li {
    font-size: 18px;
    display: block;
    text-align: left;
    width: auto;
    max-width: 100%;
  }
  .s1 .header {
    margin: 0;
  }
  form {
    float: none;
    width: 100%;
  }
  .form-price,
  .form-text,
  .timer {
    padding: 0 15px;
  }
  .timer span {
    width: 49px;
  }
  .s1 .prod {
    position: static;
  }
  .h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .s2 .item {
    width: 250px;
  }
  .s2 .item:nth-child(2) {
    margin: 20px 0;
  }
  .s2 .item:nth-child(2):before,
  .s2 .item:nth-child(2):after {
    display: none;
  }
  .h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .s2 .item p {
    padding-bottom: 20px;
    min-height: 1px;
  }
  .s3 .h2 {
    padding-left: 0;
    text-align: center;
    font-size: 18px;
    background: none;
  }
  .s3 .h2 span {
    font-size: 22px;
  }
  .s3 .items {
    font-size: 0;
  }
  .s3 .item {
    width: 50%;
    margin: 0 0 10px;
  }
  .s4_logo {
    width: 100%;
  }
  .s3 .item img {
    max-width: 100px;
  }
  .s4 h2 span {
    display: block;
  }
  body {
    text-align: center;
  }
  .s4 p,
  .s4 .s4_p_bg {
    font-size: 16px;
  }
  .s4 .prod {
    width: 297px;
  }
  aside .btn {
    padding: 0 18px;
    line-height: 49px;
    font-size: 14px;
  }
  .s5 p {
    font-size: 18px;
  }
  .s5 li {
    font-size: 18px;
    text-align: left;
  }
  .s6 p {
    font-size: 16px;
  }
  .s6 .item {
    display: inline-block;
    position: static;
    width: 48%;
    vertical-align: top;
  }
  .s6 .center {
    margin-left: auto;
  }
  .s6 .left,
  .s6 .right {
    float: none;
  }
  .s6 .item img {
    width: 100px;
  }
  .s6 .container {
    background: none;
  }
  .s6 {
    padding: 30px 0;
  }
  .s7-el {
    text-align: left;
    padding-left: 100px;
    font-size: 16px;
  }
  .s7 aside {
    display: none;
  }
  .s8 li {
    text-align: left;
  }
  .s8 img {
    width: 315px;
    margin: 0 0 10px;
  }
  .s9 .h3 {
    font-size: 20px;
  }
  .s9 .h3 span {
    font-size: 31px;
  }
  .s9 article {
    padding: 20px 10px;
  }
  .s9 aside img {
    display: none;
  }
  .s9 aside h4 {
    font-size: 20px;
  }
  .s9 aside {
    font-size: 17px;
  }
  .doc {
    width: 200px;
    position: static;
    margin: 12px 0 0;
  }
  .s9 {
    padding: 30px 0 0;
  }
  .s10 .h3 span {
    font-size: 30px;
    display: block;
  }
  .s10 .col {
    float: none !important;
    width: auto !important;
  }
  .s10 .item-title-text {
    text-align: left;
  }
  .s10 .item-title-text b {
    font-size: 21px;
  }
  .s10 .item-title-text {
    font-size: 15px;
  }
  .s11 .item {
    width: 270px;
    text-align: center;
  }
  .s11 .item:after {
    display: none;
  }
  .s11 .item img {
    max-width: 200px;
  }
  .s12 img {
    width: 272px;
    margin-left: 24px;
  }
  .s6 .item {
    margin: 0 0 15px;
  }
  .s12 .h2 {
    font-size: 28px;
  }
  .s12 .wow {
    font-size: 15px;
  }
  .s12 .wow2 {
    font-size: 18px;
  }
  .s13 .h1 {
    font-size: 30px;
  }
  .s13 .prod {
    width: 300px;
    /* margin-left: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .timer-title {
    text-align: center;
  }
}
@media screen and (min-width: 1500px) {
  .s1,
  .s4,
  .s5,
  .s7,
  .s9 {
    background-attachment: fixed;
    background-size: cover;
  }
  .parax .parallax-move:nth-of-type(1):before {
    content: url("../images/1.png");
  }
  .parax .parallax-move:nth-of-type(2):before {
    content: url("../images/2.png");
  }
  .parax .parallax-move:nth-of-type(3):before {
    content: url("../images/3.png");
  }
  .parax .parallax-move:nth-of-type(4):before {
    content: url("../images/4.png");
  }
  .parax .parallax-move:nth-of-type(5):before {
    content: url("../images/5.png");
  }
  .parax .parallax-move:nth-of-type(6):before {
    content: url("../images/6.png");
  }
  .parax .parallax-move:nth-of-type(7):before {
    content: url("../images/4.png");
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .parax .parallax-move:nth-of-type(8):before {
    content: url("../images/2.png");
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .parax .parallax-move:nth-of-type(9):before {
    content: url("../images/5.png");
  }
  .parax .parallax-move:nth-of-type(10):before {
    content: url("../images/6.png");
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .parax .parallax-move:nth-of-type(11):before {
    content: url("../images/1.png");
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .parax .parallax-move:nth-of-type(12):before {
    content: url("../images/4.png");
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media only screen and (min-width: 35em) {
}
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}
.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.copyright img {
  margin: 10px auto !important;
  max-width: 100%;
}
.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

.errField {
  display: none;
  font-size: 14px;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.errorMessage {
  font-size: 15px;
  background: rgba(255, 0, 0, 0.64);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  margin: 10px 0 0;
  z-index: 999999;
}
.s6 .item img {
  width: 131px;
}

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

  .s6 .item span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .s7-el span {
    font-size: 16px;
  }
  .s6 .item span {
    font-size: 15px;
  }
}

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

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 35px !important;
}
</pre></body></html>