<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * &lt;link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /&gt; */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Roboto:400,900&amp;subset=cyrillic-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  src: url(../fonts/Raleway-ExtraBold.ttf);
  font-family: 'Raleway';
}
@font-face {
  src: url(../fonts/Raleway-Bold.ttf);
  font-family: 'Raleway Bold';
}
@font-face {
  src: url(../fonts/Raleway-Medium.ttf);
  font-family: 'Raleway Medium';
}
* {
  outline: none !important;
}

html, body {
  overflow-x: hidden;
}

a:hover {
  text-decoration: none !important;
}

.stitle {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  position: relative;
}

.stitle.icon:before {
  content: '';
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.stitle.icon.r:before {
  right: 0;
  left: initial;
}

.s-1 {
  background: url(../img/bg-pattern.png), url(../img/s1bg.jpg) center top no-repeat;
  color: white;
  font-family: 'Open Sans', sans-serif;
  padding-top: 60px;
  position: relative;
}
.s-1 .phone-block {
  height: 40px;
  width: 350px;
  border: 2px solid #ececec;
  position: fixed;
  top: 300px;
  right: -155px;
  transform: rotate(-90deg);
  z-index: 99;
}
.s-1 .phone-block button {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #3b5b79;
  background: #ececec;
  float: left;
  height: 100%;
  padding: 5px 35px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}
.s-1 .phone-block p {
  font-family: 'Open Sans', sans-serif;
  line-height: 38px;
  padding-left: 10px;
  position: relative;
  float: left;
}
.s-1 .phone-block p a {
  color: #ececec;
}
.s-1 .phone-block p a:hover {
  text-decoration: none;
  color: #C8E3FF;
}
.s-1 .phone-block p:before {
  content: '';
  position: absolute;
  right: -30px;
  width: 25px;
  height: 25px;
  background: url(../img/footer-phone-icon.png) center center no-repeat;
  top: 5px;
  float: left;
}
.s-1 .big-im {
  display: block;
  margin: -34px auto 0;
}
.s-1 .head-yellow {
  text-align: center;
  color: #ffda33;
  line-height: 45px;
}
.s-1 .head-yellow span {
  font-weight: bold;
}
.s-1 .p1 {
  font-size: 22px;
  margin-top: 65px;
  line-height: 26px;
}
.s-1 .p2 {
  margin-top: 25px;
  font-size: 130px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  margin-left: -7px;
}
.s-1 .p3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.s-1 ul {
  list-style: disc;
  margin-left: 23px;
  margin-top: 25px;
}
.s-1 ul li {
  font-size: 18px;
  line-height: 40px;
}
.s-1 ul li span {
  font-weight: bold;
}
.s-1 .btn {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  background: #ffda33;
  border-radius: 0;
  text-transform: uppercase;
  width: 315px;
  height: 80px;
  line-height: 66px;
  font-weight: 900;
  display: block;
  margin-top: 20px;
  transition: .5s;
}
.s-1 .btn:hover {
  background: #C8E3FF;
}

.s-2 {
  background: url(../img/s2bg.jpg) 70px top no-repeat;
  margin-top: 110px;
  padding-bottom: 80px;
}
.s-2 .stitle {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 70px;
  position: relative;
  margin-bottom: 40px;
}
.s-2 .stitle:before {
  content: '';
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.s-2 .p1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  color: #e23737;
}
.s-2 .p2 {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  margin-top: 25px;
}
.s-2 .form {
  width: 435px;
  height: 415px;
  background: url(../img/bg-pattern.png), url(../img/s2formbg.jpg) center center no-repeat;
  padding: 40px 50px;
  font-family: 'Roboto', sans-serif;
  margin-left: 170px;
  color: white;
}
.s-2 .form .fp1 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 29px;
  text-align: center;
}
.s-2 .form .fp2 {
  color: white;
  font-family: 'Raleway Medium', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.s-2 .form iframe {
  width: 340px;
  height: 300px;
  background: none;
}
.s-2 .form iframe body, .s-2 .form iframe html {
  background: none !important;
}
.s-2 .form iframe .freebirdFormviewerViewFormBanner.freebirdHeaderMast {
  display: none !important;
}
.s-2 .form .input-group {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.s-2 .form .input-group.name:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px 0px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.s-2 .form .input-group.email:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -28px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.s-2 .form .input-group.phone:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -60px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.s-2 .form .input-group:last-child {
  margin-top: 10px;
}
.s-2 .form input {
  width: 100%;
  margin-bottom: 5px;
  height: 60px;
  font-size: 18px;
  padding-left: 50px;
  font-family: 'Raleway Medium', sans-serif;
  color: black;
}
.s-2 .form input.sub {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  background: #ffda33;
  border: none;
  padding: 0;
  transition: .5s;
  text-transform: uppercase;
}
.s-2 .form input.sub:hover {
  background: #C8E3FF;
}
.s-2 .form .exportLabel, .s-2 .form .freebirdFormviewerViewItemsItemItemTitle, .s-2 .form .freebirdFormviewerViewHeaderRequiredLegend, .s-2 .form .freebirdFormviewerViewHeaderTitle {
  display: none;
}

.s-31 {
  background: url(../img/s3bg1.jpg) 70px top no-repeat;
  margin-top: 80px;
}
.s-31 .stitle {
  margin-top: 70px;
}
.s-31 img {
  margin-left: -20px;
}

.s-32 {
  background: url(../img/s3bg2.jpg) 200px top no-repeat;
  margin-top: 150px;
  text-align: right;
}
.s-32 img {
  float: right;
}

.s-31 .stitle, .s-32 .stitle {
  margin-top: 70px;
  line-height: 54px;
}
.s-31 p, .s-32 p {
  font-family: 'Raleway Medium', sans-serif;
  font-size: 24px;
  margin-top: 40px;
  line-height: 28px;
}
.s-31 .imgb, .s-32 .imgb {
  position: relative;
}
.s-31 .hover, .s-32 .hover {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: .5s;
  margin: 0;
}
.s-31 .hover.h1, .s-32 .hover.h1 {
  width: 960px;
  height: 655px;
  left: -5px;
  background: url(../img/s3im1hover.jpg);
}
.s-31 .hover.h2, .s-32 .hover.h2 {
  width: 900px;
  height: 590px;
  right: 15px;
  background: url(../img/s3im2hover.jpg);
}
.s-31 .imgb:hover .hover, .s-32 .imgb:hover .hover {
  opacity: 0;
}

.s-4 {
  text-align: center;
  margin-top: 120px;
  padding-bottom: 125px;
}
.s-4 .stitle {
  background: url(../img/s4titlebg.jpg) center center no-repeat;
  padding: 30px 0;
  line-height: 56px;
}
.s-4 ul li {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  margin: 60px 23px 0;
}
.s-4 ul li .icon {
  width: 140px;
  height: 160px;
  background: url(../img/s4icons-sprite.png) 0px 0px no-repeat;
  display: inline-block;
}
.s-4 ul li p {
  font-size: 20px;
  font-family: 'Raleway Medium', sans-serif;
  line-height: 24px;
  margin-top: 10px;
}
.s-4 ul li .icon.i1 {
  background-position: -11px 0px;
}
.s-4 ul li .icon.i2 {
  background-position: -177px 0px;
}
.s-4 ul li .icon.i3 {
  background-position: -350px 0px;
}
.s-4 ul li .icon.i4 {
  background-position: -534px 0px;
}
.s-4 ul li .icon.i5 {
  background-position: -710px 0px;
}
.s-4 ul li .icon.i6 {
  background-position: -879px 0px;
}
.s-4 ul li .icon.i7 {
  background-position: -1054px 0px;
}
.s-4 ul li:hover .icon.i1 {
  background-position: -11px -156px;
}
.s-4 ul li:hover .icon.i2 {
  background-position: -177px -156px;
}
.s-4 ul li:hover .icon.i3 {
  background-position: -350px -156px;
}
.s-4 ul li:hover .icon.i4 {
  background-position: -534px -156px;
}
.s-4 ul li:hover .icon.i5 {
  background-position: -710px -156px;
}
.s-4 ul li:hover .icon.i6 {
  background-position: -879px -156px;
}
.s-4 ul li:hover .icon.i7 {
  background-position: -1054px -156px;
}

.s-5 {
  background: url(../img/bg-pattern.png), url(../img/s5bg.jpg) center center no-repeat;
  padding: 85px 0;
  text-align: center;
}
.s-5 .stitle {
  color: white;
  text-align: center;
  background: url(../img/s5titlebg.png) center center no-repeat;
  padding: 40px 0;
}
.s-5 .stitle span {
  color: #ffda33;
  font-size: 36px;
}
.s-5 .info-block {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin: 40px 5px 0;
  background: white;
  border-radius: 2px;
}
.s-5 .info-block .title {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0;
}
.s-5 .info-block .name-row {
  min-height: 50px;
  border-radius: 2px;
  background: #92b9df;
  color: white;
  font-size: 18px;
  font-family: 'Raleway Medium', sans-serif;
  text-align: center;
  line-height: 25px;
  padding: 10px 20px;
}
.s-5 .info-block .name-row.r1 {
  padding-top: 12px;
}
.s-5 .info-block ul {
  padding: 0 20px;
}
.s-5 .info-block ul li {
  font-size: 18px;
  font-family: 'Raleway Medium', sans-serif;
  margin: 25px 0;
  line-height: 22px;
  text-align: left;
}
.s-5 .ib2 .name-row {
  background: #608bb5;
}
.s-5 .ib3 .name-row {
  background: #3c6791;
}
.s-5 .ib4 .name-row {
  background: #1a3e62;
}

.s-6 {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 85px;
}
.s-6 .stitle {
  background: url(../img/s6titlebg.png) center center no-repeat;
  padding: 40px 0;
}
.s-6 .stitle span {
  font-size: 36px;
}
.s-6 .info-block {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 70px 10px 0;
  border-radius: 2px;
  font-family: 'Raleway Medium', sans-serif;
  padding-bottom: 40px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.s-6 .info-block .title {
  height: 80px;
  width: 100%;
  border-radius: 2px;
  background: #a4d2ff;
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  line-height: 80px;
}
.s-6 .info-block .old-price {
  font-size: 16px;
  color: #959595;
  font-style: italic;
  margin-bottom: 20px;
}
.s-6 .info-block .old-price span {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  text-decoration: line-through;
}
.s-6 .info-block .price {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.s-6 .info-block .price span {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
.s-6 .info-block .val-price {
  font-size: 16px;
  color: #959595;
  margin-top: 17px;
}
.s-6 .info-block .btn {
  width: 290px;
  height: 80px;
  line-height: 66px;
  background: #ffda33;
  text-transform: uppercase;
  font-size: 20px;
  color: #1e354b;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  border-radius: 0;
  transition: .5s;
}
.s-6 .info-block .btn:hover {
  background: #C8E3FF;
}
.s-6 .info-block ul {
  padding: 40px 35px 0;
}
.s-6 .info-block ul li {
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
  line-height: 22px;
}
.s-6 .info-block ul li span {
  font-size: 14px;
}
.s-6 .info-block.ib2 .title {
  background: #ffda33;
  color: black;
}
.s-6 .info-block.ib3 .title {
  background: #3a5874;
}

.s-7 {
  background: #f8f8f8;
  text-align: center;
  padding: 95px 0 65px;
}
.s-7 .stitle {
  font-size: 35px;
}
.s-7 .stitle span {
  font-family: 'Raleway Medium', sans-serif;
}
.s-7 .timer-title {
  font-size: 25px;
  font-family: 'Raleway Medium', sans-serif;
  margin-top: 60px;
}
.s-7 .timer {
  max-width: 460px;
  margin: 30px auto !important;
  /*margin-bottom: 40px;
  .timer-flipchart-face{
  	border-radius: 0 !important;
  	background: #373f41 !important;
  	color: white !important;
  }
  .timer-separator{
  	padding: 0 10px !important;
  }*/
}
.s-7 .timer ul {
  text-align: center;
}
.s-7 .timer ul li:first-child {
  display: none;
}
.s-7 .timer ul li {
  display: inline-block;
  vertical-align: top;
  width: 96px;
  height: 105px;
  margin: 5px 7px;
}
.s-7 .timer ul li span {
  width: 96px;
  height: 80px;
  background: url(../img/timer-bg.png) center center no-repeat;
  display: block;
  font-size: 70px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 11px;
  padding: 5px 0 0 4px;
}
.s-7 .timer ul li .timeRef {
  color: #373f41;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  font-family: 'Raleway Medium', sans-serif;
  text-transform: uppercase;
}

.s-81 {
  background: url(../img/s3bg2.jpg) 70px top no-repeat;
  height: 560px;
}
.s-81 .stitle {
  margin-top: 50px;
}
.s-81 img {
  margin-left: -20px;
}

.s-82 {
  background: url(../img/s3bg2.jpg) 200px top no-repeat;
  text-align: right;
}
.s-82 img {
  float: right;
}

.s-81, .s-82 {
  overflow: hidden;
  margin-top: 100px;
}
.s-81 .stitle, .s-82 .stitle {
  margin-top: 70px;
  line-height: 54px;
}
.s-81 p, .s-82 p {
  font-family: 'Raleway Medium', sans-serif;
  font-size: 24px;
  margin-top: 40px;
  line-height: 28px;
}
.s-81 .imgb, .s-82 .imgb {
  position: relative;
}
.s-81 .hover, .s-82 .hover {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: .5s;
  margin: 0;
}
.s-81 .hover.h1, .s-82 .hover.h1 {
  width: 750px;
  height: 560px;
  left: -5px;
  background: url(../img/s8im1hover.jpg);
}
.s-81 .hover.h2, .s-82 .hover.h2 {
  width: 670px;
  height: 560px;
  right: 15px;
  background: url(../img/s8im2hover.jpg);
}
.s-81 .imgb:hover .hover, .s-82 .imgb:hover .hover {
  opacity: 0;
}

.s-9 {
  text-align: center;
  margin-top: 130px;
  padding-bottom: 60px;
}
.s-9 .stitle {
  background: url(../img/s6titlebg.png) center center no-repeat;
  padding: 40px 0;
}
.s-9 ul li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 40px 30px 0;
}
.s-9 ul li .icon {
  width: 150px;
  height: 160px;
  display: inline-block;
  background: url(../img/s9sprite.png) no-repeat;
}
.s-9 ul li .icon.i1 {
  background-position: -2px 0px;
}
.s-9 ul li .icon.i2 {
  background-position: -159px 0px;
}
.s-9 ul li .icon.i3 {
  background-position: -315px 0px;
}
.s-9 ul li .icon.i4 {
  background-position: -477px 0px;
}
.s-9 ul li .icon.i5 {
  background-position: -647px 0px;
}
.s-9 ul li .icon.i6 {
  background-position: -830px 0px;
}
.s-9 ul li p {
  font-size: 18px;
  font-family: 'Raleway Medium', sans-serif;
  line-height: 22px;
}

.s-10 .stitle {
  text-align: center;
  background: url(../img/s10titlebg.png) center center no-repeat;
  padding: 40px 0;
}
.s-10 .stitle.icon {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  background: none;
  padding: 0;
}
.s-10 .row {
  margin-bottom: 130px;
}
.s-10 .s1 {
  background: url(../img/s10bg.jpg) 70px center no-repeat;
  padding-top: 95px;
  margin-top: 100px;
  padding-bottom: 40px;
}
.s-10 .s1 img {
  margin-top: 20px;
}
.s-10 .s2 {
  background: url(../img/s10imbg2.jpg) 70px center no-repeat;
}
.s-10 .s2 .stitle {
  margin-top: 120px;
}
.s-10 ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 75px;
}
.s-10 ul li {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Raleway Medium', sans-serif;
  margin-bottom: 20px;
}

.s-11 {
  background: url(../img/bg-pattern.png), url(../img/s-11.jpg) center center;
  padding: 85px 0;
}
.s-11 .stitle {
  color: white;
  background: url(../img/s11titlebg.png) center center no-repeat;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 80px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.s-11 .rev-wr {
  background: white;
  width: 895px;
  min-height: 280px;
  border-radius: 2px;
  padding: 45px;
  font-family: 'Raleway Medium', sans-serif;
  margin-bottom: 60px;
}
.s-11 .rev-wr .title {
  font-size: 22px;
  line-height: 26px;
}
.s-11 .rev-wr .title span {
  font-family: 'Raleway', sans-serif;
}
.s-11 .rev-wr p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 22px;
}
.s-11 .rev-wr button {
  color: #0e8edf;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  background: none;
  margin: 0;
  border: none;
  padding: 0;
  margin-top: 10px;
}
.s-11 .rev-wr.l {
  margin-left: 190px;
}
.s-11 #slider .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: white;
  margin: 0 10px;
}
.s-11 #slider .slick-dots li button:before {
  display: none;
}
.s-11 #slider .slick-dots li.slick-active {
  background: #ffda33;
}

.s-12 {
  text-align: center;
  margin-top: 130px;
  padding-bottom: 60px;
}
.s-12 .stitle {
  background: url(../img/s12titlebg.png) center center no-repeat;
  padding: 40px 0;
}
.s-12 ul li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 40px 30px 0;
}
.s-12 ul li .icon {
  width: 150px;
  height: 160px;
  display: inline-block;
  background: url(../img/s12sprite.png) no-repeat;
}
.s-12 ul li .icon.i1 {
  background-position: -2px 0px;
}
.s-12 ul li .icon.i2 {
  background-position: -159px 0px;
}
.s-12 ul li .icon.i3 {
  background-position: -315px 0px;
}
.s-12 ul li .icon.i4 {
  background-position: -477px 0px;
}
.s-12 ul li .icon.i5 {
  background-position: -647px 0px;
}
.s-12 ul li .icon.i6 {
  background-position: -830px 0px;
}
.s-12 ul li p {
  font-size: 18px;
  font-family: 'Raleway Medium', sans-serif;
  line-height: 22px;
}

.s-13 {
  background: url(../img/s13bg.jpg) 70px top no-repeat;
  margin-top: 110px;
  padding-bottom: 160px;
}
.s-13 .stitle {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 70px;
  position: relative;
  margin-bottom: 40px;
}
.s-13 .stitle:before {
  content: '';
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.s-13 .p1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  color: #e23737;
  text-transform: uppercase;
}
.s-13 .p2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 25px;
}
.s-13 .form {
  width: 435px;
  height: 415px;
  background: url(../img/bg-pattern.png), url(../img/s2formbg.jpg) center center no-repeat;
  padding: 40px 50px;
  font-family: 'Roboto', sans-serif;
  margin-left: 70px;
  color: white;
}
.s-13 .form .fp1 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
.s-13 .form .fp2 {
  color: white;
  font-family: 'Raleway Medium', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.s-13 .form .input-group {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.s-13 .form .input-group.name:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px 0px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.s-13 .form .input-group.email:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -28px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.s-13 .form .input-group.phone:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -60px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.s-13 .form .input-group:last-child {
  margin-top: 10px;
}
.s-13 .form input {
  width: 100%;
  margin-bottom: 5px;
  height: 60px;
  font-size: 18px;
  padding-left: 50px;
  font-family: 'Raleway Medium', sans-serif;
  color: black;
}
.s-13 .form input.sub {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  background: #ffda33;
  border: none;
  padding: 0;
  transition: .5s;
  text-transform: uppercase;
}
.s-13 .form input.sub:hover {
  background: #C8E3FF;
}
.s-13 .form .exportLabel, .s-13 .form .freebirdFormviewerViewItemsItemItemTitle, .s-13 .form .freebirdFormviewerViewHeaderRequiredLegend, .s-13 .form .freebirdFormviewerViewHeaderTitle {
  display: none;
}

.footer .r1 {
  background: url(../img/footer-bg.jpg) center center;
  color: white;
  text-align: center;
  padding: 30px 0;
}
.footer .r1 img {
  float: left;
}
.footer .r1 p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.footer .r1 p span {
  font-weight: bold;
}
.footer .r1 p a {
  color: white;
}
.footer .r1 .phone {
  text-align: right;
  position: relative;
  display: inline-block;
  float: right;
}
.footer .r1 .phone a:hover {
  color: #C8E3FF;
}
.footer .r1 .phone:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/footer-phone-icon.png) center center no-repeat;
}
.footer .r2 {
  background: #232323;
  line-height: 70px;
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.footer .r2 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.footer .r2 ul li a {
  color: #515151;
  font-weight: normal;
  transition: .5s;
}
.footer .r2 ul li a:hover {
  color: #999;
}
.footer .r2 .made-in {
  text-align: right;
}
.footer .r2 a {
  color: #999;
}

.th2 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  text-align: center;
  padding: 100px 0;
}

.modal .modal-footer, .modal .modal-header {
  display: none;
}
.modal .close {
  margin-top: 10px;
  margin-right: 10px;
}
.modal .modal-content, .modal .modal-dialog {
  width: 435px;
}
.modal .modal-body {
  padding: 0;
}
.modal .form {
  width: 435px;
  height: 415px;
  background: url(../img/bg-pattern.png), url(../img/s2formbg.jpg) center center no-repeat;
  padding: 40px 50px;
  font-family: 'Roboto', sans-serif;
  color: white;
}
.modal .form .fp1 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 29px;
  text-align: center;
}
.modal .form .fp2 {
  color: white;
  font-family: 'Raleway Medium', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.modal .form iframe {
  width: 340px;
  height: 300px;
  background: none;
}
.modal .form iframe body, .modal .form iframe html {
  background: none !important;
}
.modal .form iframe .freebirdFormviewerViewFormBanner.freebirdHeaderMast {
  display: none !important;
}
.modal .form .input-group {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.modal .form .input-group.name:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px 0px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.modal .form .input-group.email:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -28px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.modal .form .input-group.phone:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -60px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.modal .form .input-group:last-child {
  margin-top: 10px;
}
.modal .form input {
  width: 100%;
  margin-bottom: 5px;
  height: 60px;
  font-size: 18px;
  padding-left: 50px;
  font-family: 'Raleway Medium', sans-serif;
  color: black;
}
.modal .form input.sub {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  background: #ffda33;
  border: none;
  padding: 0;
  transition: .5s;
  text-transform: uppercase;
}
.modal .form input.sub:hover {
  background: #C8E3FF;
}
.modal .form .exportLabel, .modal .form .freebirdFormviewerViewItemsItemItemTitle, .modal .form .freebirdFormviewerViewHeaderRequiredLegend, .modal .form .freebirdFormviewerViewHeaderTitle {
  display: none;
}

.vl .vls-1 {
  background: url(../img/bg-pattern.png), url(../img/vl/vls1-bg.jpg) center center no-repeat;
  color: white;
  padding-top: 50px;
  padding-bottom: 120px;
}
.vl .vls-1 p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
.vl .vls-1 .big {
  font-size: 130px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  line-height: 100px;
  margin-bottom: 0;
}
.vl .vls-1 .yellow {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #ffda33;
  line-height: initial;
  margin-bottom: initial;
}
.vl .vls-1 .title-line {
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  margin: 35px auto;
}
.vl .vls-1 .last {
  font-size: 30px;
}
.vl .vls-1 .phone {
  text-align: right;
  position: relative;
  display: inline-block;
  float: right;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.vl .vls-1 .phone a {
  color: white;
}
.vl .vls-1 .phone a:hover {
  color: #C8E3FF;
}
.vl .vls-1 .phone:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/footer-phone-icon.png) center center no-repeat;
}
.vl .vls-2 iframe {
  width: 720px;
  height: 415px;
}
.vl .vls-2 .container {
  padding: 115px 0;
  background: #eee;
}
.vl .vls-2 .form {
  width: 435px;
  height: 415px;
  background: url(../img/bg-pattern.png), url(../img/s2formbg.jpg) center center no-repeat;
  padding: 40px 50px;
  font-family: 'Roboto', sans-serif;
  margin-left: 170px;
  color: white;
  float: right;
}
.vl .vls-2 .form .fp1 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 29px;
  text-align: center;
}
.vl .vls-2 .form .fp2 {
  color: white;
  font-family: 'Raleway Medium', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.vl .vls-2 .form iframe {
  width: 340px;
  height: 300px;
  background: none;
}
.vl .vls-2 .form iframe body, .vl .vls-2 .form iframe html {
  background: none !important;
}
.vl .vls-2 .form iframe .freebirdFormviewerViewFormBanner.freebirdHeaderMast {
  display: none !important;
}
.vl .vls-2 .form .input-group {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
.vl .vls-2 .form .input-group.name:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px 0px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.vl .vls-2 .form .input-group.email:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -28px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.vl .vls-2 .form .input-group.phone:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/form-icons.png) 0px -60px no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
}
.vl .vls-2 .form .input-group:last-child {
  margin-top: 10px;
}
.vl .vls-2 .form input {
  width: 100%;
  margin-bottom: 5px;
  height: 60px;
  font-size: 18px;
  padding-left: 50px;
  font-family: 'Raleway Medium', sans-serif;
  color: black;
}
.vl .vls-2 .form input.sub {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  background: #ffda33;
  border: none;
  padding: 0;
  transition: .5s;
  text-transform: uppercase;
}
.vl .vls-2 .form input.sub:hover {
  background: #C8E3FF;
}
.vl .vls-2 .form .exportLabel, .vl .vls-2 .form .freebirdFormviewerViewItemsItemItemTitle, .vl .vls-2 .form .freebirdFormviewerViewHeaderRequiredLegend, .vl .vls-2 .form .freebirdFormviewerViewHeaderTitle {
  display: none;
}
.vl .vls-3 {
  background: url(../img/bg-pattern.png), url(../img/vl/vls3-bg.jpg) center center no-repeat;
  text-align: center;
  color: white;
  padding: 110px 0;
}
.vl .vls-3 .title-line {
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  margin: 35px auto;
}
.vl .vls-3 ul li {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  margin-top: 50px;
}
.vl .vls-3 ul li .icon {
  width: 140px;
  height: 156px;
  display: inline-block;
  background: url(../img/vl/s3sprite.png) no-repeat;
}
.vl .vls-3 ul li p {
  font-size: 14px;
  font-family: 'Raleway Medium', sans-serif;
  line-height: 24px;
  margin-top: 10px;
}
.vl .vls-3 ul li .icon.i1 {
  background-position: -6px -35px;
}
.vl .vls-3 ul li .icon.i2 {
  background-position: -168px -35px;
}
.vl .vls-3 ul li .icon.i3 {
  background-position: -319px -35px;
}
.vl .vls-3 ul li .icon.i4 {
  background-position: -477px -35px;
}
.vl .vls-3 ul li .icon.i5 {
  background-position: -636px -35px;
}
.vl .vls-3 ul li .icon.i6 {
  background-position: -808px -35px;
}
.vl .vls-3 ul li .icon.i7 {
  background-position: -957px -35px;
}
.vl .vls-3 ul li:hover .icon.i1 {
  background-position: -6px -225px;
}
.vl .vls-3 ul li:hover .icon.i2 {
  background-position: -168px -225px;
}
.vl .vls-3 ul li:hover .icon.i3 {
  background-position: -319px -225px;
}
.vl .vls-3 ul li:hover .icon.i4 {
  background-position: -477px -225px;
}
.vl .vls-3 ul li:hover .icon.i5 {
  background-position: -636px -225px;
}
.vl .vls-3 ul li:hover .icon.i6 {
  background-position: -808px -225px;
}
.vl .vls-3 ul li:hover .icon.i7 {
  background-position: -957px -225px;
}
.vl .vls-4 {
  padding-top: 140px;
}
.vl .vls-4 .stitle {
  text-align: center;
  background: url(../img/s10titlebg.png) center center no-repeat;
  padding: 40px 0;
}
.vl .vls-4 .stitle.icon {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  background: none;
  padding: 0;
}
.vl .vls-4 .row {
  margin-bottom: 130px;
}
.vl .vls-4 .s1 {
  background: url(../img/s10bg.jpg) 70px center no-repeat;
  padding-top: 95px;
  margin-top: 100px;
  padding-bottom: 40px;
}
.vl .vls-4 .s1 img {
  margin-top: 20px;
}
.vl .vls-4 .s2 {
  background: url(../img/s10imbg2.jpg) 70px center no-repeat;
}
.vl .vls-4 .s2 .stitle {
  margin-top: 120px;
}
.vl .vls-4 ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 75px;
}
.vl .vls-4 ul li {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Raleway Medium', sans-serif;
  margin-bottom: 20px;
}
.vl .vls-5 {
  background: url(../img/bg-pattern.png), url(../img/vl/vls-5bg.jpg) center center no-repeat;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 145px 0;
}
.vl .vls-5 .stitle span {
  font-size: 36px;
}
.vl .vls-5 .stitle.red {
  color: #e23737;
}
.vl .vls-5 .title-line {
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  margin: 25px auto;
}
.vl .vls-6 {
  background: url(../img/s3bg2.jpg) 270px top no-repeat;
  text-align: right;
}
.vl .vls-6 img {
  float: right;
}
.vl .vls-6 {
  overflow: hidden;
  margin-top: 100px;
}
.vl .vls-6 .stitle {
  margin-top: 70px;
  line-height: 54px;
}
.vl .vls-6 p {
  font-family: 'Raleway Medium', sans-serif;
  font-size: 24px;
  margin-top: 40px;
  line-height: 28px;
}
.vl .vls-6 .imgb {
  position: relative;
}
.vl .vls-6 .hover {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: .5s;
  margin: 0;
}
.vl .vls-6 .hover.h1 {
  width: 530px;
  height: 590px;
  left: 40px;
  background: url(../img/vl/s-6imhover.jpg);
  background-size: 100% 100%;
}
.vl .vls-6 .imgb:hover .hover {
  opacity: 0;
}
.vl .vls-6 a {
  width: 315px;
  display: block;
  margin: 105px auto;
}
.vl .vls-6 .btn {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  background: #ffda33;
  border-radius: 0;
  text-transform: uppercase;
  width: 315px;
  height: 80px;
  line-height: 66px;
  font-weight: 900;
  display: block;
  transition: .5s;
}
.vl .vls-6 .btn:hover {
  background: #C8E3FF;
}

.page-3 .pgs-1 {
  background: url(../img/bg-pattern.png), url(../img/page3/page3-s1-bg.jpg) center center no-repeat;
  text-align: center;
  padding: 130px 0;
}
.page-3 .pgs-1 .p1 {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-3 .pgs-1 .p2 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  color: #ffda33;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.page-3 .pgs-1 .p3 {
  font-size: 30px;
  color: white;
  font-family: 'Raleway Medium', sans-serif;
  margin-bottom: 80px;
}
.page-3 .pgs-1 iframe {
  width: 830px;
  height: 465px;
  display: block;
  margin: 0 auto;
}
.page-3 .pgs-2 {
  background: url(../img/page3/page3-s2-bg.jpg) center center no-repeat;
  text-align: center;
  padding: 120px 0;
}
.page-3 .pgs-2 .stitle span {
  color: #e23737;
}
.page-3 .pgs-2 .title-line {
  width: 150px;
  height: 8px;
  display: block;
  margin: 25px auto;
  background: #233444;
}
.page-3 .pgs-2 .p2 {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  color: #2c2c2c;
  margin-bottom: 80px;
}
.page-3 .pgs-2 .p3 {
  font-family: 'Raleway Medium', sans-serif;
  font-size: 36px;
  color: #2c2c2c;
  margin-bottom: 35px;
}
.page-3 .pgs-2 .p4 {
  font-family: 'Raleway Medium', sans-serif;
  font-size: 25px;
  color: #2c2c2c;
}
.page-3 .pgs-2 .timer {
  max-width: 460px;
  margin: 30px auto !important;
}
.page-3 .pgs-2 .timer ul {
  text-align: center;
}
.page-3 .pgs-2 .timer ul li:first-child {
  display: none;
}
.page-3 .pgs-2 .timer ul li:nth-child(2) {
  display: none;
}
.page-3 .pgs-2 .timer ul li {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 100px;
  margin: 5px 7px;
}
.page-3 .pgs-2 .timer ul li span {
  width: 120px;
  height: 100px;
  background: url(../img/page3/timer-bg.png) center center no-repeat;
  display: block;
  font-size: 70px;
  color: white;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 20px;
  padding: 16px 0 0 12px;
}
.page-3 .pgs-2 .timer ul li .timeRef {
  color: #373f41;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  font-family: 'Raleway Medium', sans-serif;
  text-transform: uppercase;
}
.page-3 .pgs-3 {
  background: url(../img/bg-pattern.png), url(../img/page3/page3-s3-bg.jpg) center center no-repeat;
  text-align: center;
  padding: 130px 0;
}
.page-3 .pgs-3 .stitle {
  color: white;
  line-height: 55px;
}
.page-3 .pgs-3 .stitle span {
  color: #ffda33;
}
.page-3 .pgs-3 .p2 {
  font-family: 'Raleway Bold', sans-serif;
  color: white;
  font-size: 30px;
  line-height: 36px;
}
.page-3 .pgs-3 .title-line {
  width: 150px;
  height: 10px;
  background: #c7e3ff;
  margin: 50px auto;
}
.page-3 .pgs-3 .p3 {
  font-size: 30px;
  font-family: 'Raleway Medium', sans-serif;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
  color: white;
}
.page-3 .pgs-3 .p3 span {
  color: #ffda33;
}
.page-3 .pgs-3 .blocks {
  width: 370px;
  height: 290px;
  display: inline-block;
  margin: 0 30px;
  text-align: center;
  position: relative;
  background: white;
  margin-bottom: 60px;
  padding: 110px 0 0 0;
}
.page-3 .pgs-3 .blocks .title {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  height: 80px;
  line-height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #a6d3ff;
}
.page-3 .pgs-3 .blocks p {
  font-size: 24px;
  font-family: 'Raleway Medium', sans-serif;
  line-height: 32px;
}
.page-3 .pgs-3 .blocks .price {
  font-family: 'Raleway Medium', sans-serif;
  font-size: 36px;
}
.page-3 .pgs-3 .btn {
  color: #1e354b;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  background: #ffda33;
  border-radius: 0;
  text-transform: uppercase;
  width: 340px;
  height: 80px;
  line-height: 66px;
  font-weight: 900;
  display: block;
  margin-top: 20px;
  transition: .5s;
  display: inline-block;
}
.page-3 .pgs-3 .btn:hover {
  background: #C8E3FF;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .s-1 .head-yellow {
    line-height: 22px;
  }
  .s-1 .p1 {
    margin-top: 35px;
  }
  .s-1 .p2 {
    font-size: 100px;
  }
  .s-1 ul li {
    line-height: 22px;
    margin-bottom: 10px;
  }

  .s-2 .form {
    margin: 0;
  }

  .s-5 {
    background-size: cover;
  }

  .s-11 .rev-wr.l {
    margin-left: 90px;
  }

  .s-13 .form {
    margin: 0;
  }
  .s-13 .p2 br {
    display: none;
  }

  .vl .vls-1, .vl .vls-3 {
    background-size: cover;
  }
  .vl .vls-2 iframe {
    width: 500px;
  }
  .vl .vls-6 br {
    display: none;
  }
  .vl .vls-6 .hover.h1 {
    left: 15px;
  }
  .vl .vls-6 img {
    float: none;
  }
}
.head-yellow-mob {
  display: none;
  text-align: center;
  color: #ffda33;
  line-height: 45px;
}
.head-yellow-mob span {
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-3 .pgs-1 {
    background-size: cover;
  }
  .page-3 .pgs-1 iframe {
    width: 700px;
    height: 350px;
  }
  .page-3 .pgs-2 {
    background-size: cover;
  }
  .page-3 .pgs-2 .stitle:after {
    display: none;
  }
  .page-3 .pgs-3 {
    background-size: cover;
  }
  .page-3 .pgs-3 .stitle:after {
    display: none;
  }

  .s-1 {
    text-align: center;
  }
  .s-1 .big-im {
    display: none;
  }
  .s-1 .head-yellow {
    display: none;
  }
  .s-1 .head-yellow-mob {
    display: block;
    line-height: 22px;
  }
  .s-1 img {
    display: inline-block;
  }
  .s-1 .p1 {
    margin-top: 35px;
  }
  .s-1 .p2 {
    text-align: center;
  }
  .s-1 .btn {
    display: inline-block;
  }
  .s-1 ul {
    max-width: 450px;
    text-align: left;
    display: inline-block;
  }
  .s-1 ul li {
    display: inline-block;
    text-align: left;
  }

  .stitle.icon:before, .stitle:before {
    display: none;
  }

  .stitle:after {
    content: '';
    width: 150px;
    height: 10px;
    background: #c7e3ff;
    display: block;
    margin: 10px auto 0;
  }

  .s-2 {
    text-align: center;
  }
  .s-2 .form {
    display: inline-block;
    margin: 0;
    margin-top: 30px;
  }

  .s-31, .s-32 {
    text-align: center;
    background-position: center top;
  }
  .s-31 .imgb, .s-32 .imgb {
    display: none;
  }
  .s-31 p:last-child, .s-32 p:last-child {
    margin-bottom: 50px;
  }

  .s-5 {
    background-size: cover;
  }

  .s-81, .s-82 {
    text-align: center;
    background-position: center top;
  }
  .s-81 .imgb, .s-82 .imgb {
    display: none;
  }
  .s-81 p:last-child, .s-82 p:last-child {
    margin-bottom: 50px;
  }

  .s-10 .row {
    margin-bottom: 0;
  }
  .s-10 .row img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .s-11 .rev-wr {
    max-width: 750px;
  }
  .s-11 .rev-wr.l {
    margin-left: 0;
  }
  .s-11 img {
    display: block;
    margin: 0 auto;
  }

  .s-13 {
    text-align: center;
  }
  .s-13 .form {
    display: inline-block;
    margin: 0;
    margin-top: 30px;
  }

  .footer {
    text-align: center;
  }
  .footer * {
    float: none !important;
  }
  .footer .r1 {
    background-size: cover;
  }
  .footer .r1 img {
    display: inline-block;
  }
  .footer .r1 p {
    margin: 20px 0;
  }
  .footer .r2 .made-in {
    text-align: center;
  }

  .vl .vls-1, .vl .vls-3 {
    background-size: cover;
  }
  .vl .vls-1 {
    text-align: center;
  }
  .vl .vls-1 .phone {
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  .vl .vls-1 img {
    display: inline-block;
  }
  .vl .vls-6 {
    text-align: center;
    background-position: center top;
  }
  .vl .vls-6 .imgb {
    display: none;
  }
  .vl .vls-6 p:last-child {
    margin-bottom: 50px;
  }
  .vl .vls-4 .stitle:after {
    display: none;
  }
  .vl .vls-3 .title-line, .vl .vls-4 .title-line, .vl .vls-5 .title-line {
    display: none;
  }
  .vl .vls-3 .red:after, .vl .vls-4 .red:after, .vl .vls-5 .red:after {
    display: none;
  }
  .vl .vls-4 .row {
    margin-bottom: 0;
    margin-top: 0;
  }
  .vl .vls-4 .row img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .vl .vls-2 .form {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .vl .vls-2 iframe {
    width: 500px;
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-3 .pgs-1 {
    background-size: cover;
  }
  .page-3 .pgs-1 .p2 {
    font-size: 30px;
  }
  .page-3 .pgs-1 iframe {
    width: 300px;
    height: 150px;
  }
  .page-3 .pgs-2 {
    background-size: cover;
  }
  .page-3 .pgs-2 .stitle:after {
    display: none;
  }
  .page-3 .pgs-3 {
    background-size: cover;
  }
  .page-3 .pgs-3 .blocks {
    width: 300px;
    margin: 10px 0;
  }
  .page-3 .pgs-3 .stitle:after {
    display: none;
  }

  .stitle.icon:before, .stitle:before {
    display: none;
  }

  .stitle:after {
    content: '';
    width: 150px;
    height: 10px;
    background: #c7e3ff;
    display: block;
    margin: 10px auto 0;
  }

  .s-1 {
    text-align: center;
  }
  .s-1 .big-im {
    display: none;
  }
  .s-1 .head-yellow {
    display: none;
  }
  .s-1 .head-yellow-mob {
    display: block;
    line-height: 22px;
  }
  .s-1 img {
    display: inline-block;
  }
  .s-1 .p1 {
    margin-top: 35px;
  }
  .s-1 .p2 {
    text-align: center;
    font-size: 50px;
  }
  .s-1 .btn {
    display: inline-block;
    width: 265px;
  }
  .s-1 ul {
    max-width: 300px;
    text-align: left;
    display: inline-block;
  }
  .s-1 ul li {
    display: inline-block;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .s-1 .phone-block {
    top: 0;
    right: 0;
    transform: none;
  }

  .stitle {
    font-size: 38px;
  }

  .s-2 {
    text-align: center;
  }
  .s-2 .form {
    margin: 30px auto 0;
    padding: 20px;
    width: 300px;
  }

  .s-31, .s-32, .s-81, .s-82 {
    text-align: center;
    background-position: center top;
    background-size: cover;
    margin-top: 0;
  }
  .s-31 .imgb, .s-32 .imgb, .s-81 .imgb, .s-82 .imgb {
    display: none;
  }
  .s-31 p:last-child, .s-32 p:last-child, .s-81 p:last-child, .s-82 p:last-child {
    margin-bottom: 50px;
  }
  .s-31 br, .s-32 br, .s-81 br, .s-82 br {
    display: none;
  }

  .s-5 {
    background-size: cover;
  }

  .s-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .s-6 .info-block {
    width: 300px;
  }

  .s-10 img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .s-10 .s1, .s-10 .s2, .s-10 .s3, .s-10 .s4 {
    margin: 0;
  }
  .s-10 .s1 .stitle, .s-10 .s2 .stitle, .s-10 .s3 .stitle, .s-10 .s4 .stitle {
    margin-top: 0;
  }

  .s-11 .rev-wr {
    max-width: 300px;
  }
  .s-11 .rev-wr.l {
    margin-left: 0;
  }
  .s-11 img {
    display: block;
    margin: 0 auto;
  }

  .s-13 {
    text-align: center;
  }
  .s-13 .stitle, .s-13 .p1 {
    font-size: 50px;
  }
  .s-13 .form {
    margin: 30px auto 0;
    padding: 20px;
    width: 300px;
  }

  .modal .form {
    margin: 0 0 0 0;
    padding: 20px;
    width: 300px;
  }
  .modal .modal-dialog, .modal .modal-content {
    width: 300px;
  }

  .footer {
    text-align: center;
  }
  .footer * {
    float: none !important;
  }
  .footer .r1 {
    background-size: cover;
  }
  .footer .r1 img {
    display: inline-block;
  }
  .footer .r1 p {
    margin: 20px 0;
  }
  .footer .r2 .made-in {
    text-align: center;
  }

  .vl .vls-1, .vl .vls-3 {
    background-size: cover;
  }
  .vl .vls-1 {
    text-align: center;
  }
  .vl .vls-1 .phone {
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  .vl .vls-1 img {
    display: inline-block;
  }
  .vl .vls-1 .big {
    font-size: 70px;
  }
  .vl .vls-2 {
    text-align: center;
  }
  .vl .vls-2 iframe {
    width: 290px;
    height: 150px;
    display: block;
    margin: 0 auto 30px;
  }
  .vl .vls-2 .form {
    float: none;
    margin: 30px auto 0;
    padding: 20px;
    width: 290px;
  }
  .vl .vls-5 {
    background-size: cover;
  }
  .vl .vls-6 {
    text-align: center;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
  }
  .vl .vls-6 .imgb {
    display: none;
  }
  .vl .vls-6 p:last-child {
    margin-bottom: 50px;
  }
  .vl .vls-4 .stitle:after {
    display: none;
  }
  .vl .vls-3 .title-line, .vl .vls-4 .title-line, .vl .vls-5 .title-line {
    display: none;
  }
  .vl .vls-3 .red:after, .vl .vls-4 .red:after, .vl .vls-5 .red:after {
    display: none;
  }
  .vl .vls-4 .row {
    margin-bottom: 0;
    margin-top: 0;
  }
  .vl .vls-4 .row img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
</pre></body></html>