@charset "UTF-8";
#header .holder:after, div.carousel .text-area:after, div.carousel .text-area .order-block:after, .product .content-holder:after, .rds-section .article-holder:after, .contact-block .tools:after {
  content: " ";
  display: block;
  clear: both;
}

div.carousel .text-area .order-block ul, div.carousel .pagination ul, .product .content-holder .description ul.tabset, .contact-block .tools {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Eric Mayer CSS Reset
   3. General reset
   4. Common site styles
   5. Custom form styles
   6. Styles for responsive breakpoints
   7. Print style
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
  margin: 0;
  color: #424242;
  background: white;
  font: 17px/23px "Hind", Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
}

* {
  max-height: 100000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img {
  border-style: none;
  vertical-align: top;
}

/* set styles for default page links */
a {
  text-decoration: none;
  color: #6fb821;
}
a:hover {
  text-decoration: underline;
}

/* set default styles in all browsers */
input,
textarea,
select {
  color: black;
  vertical-align: middle;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid whitesmoke;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: darkgray;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

p {
  margin: 0 0 1.2em;
}

q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?5g0r4u");
  src: url("../fonts/icomoon.eot?#iefix5g0r4u") format("embedded-opentype"), url("../fonts/icomoon.woff?5g0r4u") format("woff"), url("../fonts/icomoon.ttf?5g0r4u") format("truetype"), url("../fonts/icomoon.svg?5g0r4u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-fax:before {
  content: "\e605";
}

.icon-ico-mail:before {
  content: "\e606";
}

.icon-ico-phone:before {
  content: "\e608";
}

/* placeholder input styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #424242;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #424242;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #424242;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #424242;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}

/* header styles */
#header {
  background: url(../images/bg-header.png) repeat-x 0 100%;
  padding: 22px 15px 36px;
  position: relative;
  z-index: 2;
}
#header .holder {
  max-width: 1140px;
  margin: 0 auto;
}
#header .links {
  float: right;
  text-align: right;
  margin: 43px 2px 0 0;
  max-width: 49%;
}
@media only screen and (max-width: 767px) {
  #header .links {
    margin-top: 0;
    float: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
#header .links a {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  min-width: 198px;
  padding: 18px 10px;
  margin: 0 0 5px 8px;
}
@media only screen and (max-width: 979px) {
  #header .links a {
    min-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #header .links a {
    display: block;
    margin: 0 0 10px;
  }
}
#header .links a.btn-order {
  background: #05353f;
}
#header .links a.btn-info {
  background: #6fb821;
}
#header .links a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* page logo styles */
.logo {
  float: left;
  width: 382px;
  height: 126px;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 286px;
    height: 86px;
    float: none;
    margin: 0 auto 20px;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
.logo a {
  display: block;
  height: 100%;
}

/* gallery styles */
.gallery {
  background: #05353f;
  position: relative;
  z-index: 1;
  margin: -7px 0 82px;
}

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-stretch img {
  width: 100%;
  height: auto;
  display: block;
}

/* carousel basic styles */
div.carousel {
  position: relative;
}
div.carousel div.mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
}
div.carousel div.slideset {
  width: 100%;
  float: left;
}
div.carousel div.slide {
  float: left;
  position: relative;
  min-height: 545px;
}
@media only screen and (max-width: 979px) {
  div.carousel div.slide {
    min-height: 345px;
  }
}
div.carousel div.slide.active {
  z-index: 1;
}
div.carousel div.slide img {
  width: 100%;
  height: auto;
}
div.carousel div.slide.add .holder {
  width: 49.2%;
}
@media only screen and (max-width: 767px) {
  div.carousel div.slide.add .holder {
    width: 100%;
  }
}
div.carousel div.slide.add .title {
  margin-bottom: 20px;
}
div.carousel .text-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  padding: 103px 0;
}
@media only screen and (max-width: 979px) {
  div.carousel .text-area {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 979px) {
  div.carousel .text-area {
    padding: 30px 0;
  }
}
div.carousel .text-area .holder {
  width: 51.6%;
  float: left;
}
@media only screen and (max-width: 979px) {
  div.carousel .text-area .holder {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .text-area .holder {
    width: 100%;
  }
}
div.carousel .text-area .title {
  font-size: 49px;
  line-height: 46px;
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 979px) {
  div.carousel .text-area .title {
    font-size: 24px;
    line-height: 26px;
  }
}
div.carousel .text-area .title em {
  font-style: normal;
  color: #6eb820;
}
div.carousel .text-area .sub-title {
  font-size: 49px;
  line-height: 46px;
  color: #6eb820;
  display: block;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 979px) {
  div.carousel .text-area .sub-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 3px;
  }
}
div.carousel .text-area p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 979px) {
  div.carousel .text-area p {
    margin-bottom: 8px;
  }
}
div.carousel .text-area .order-block {
  margin-left: 2px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}
div.carousel .text-area .order-block span {
  display: block;
  margin-bottom: 4px;
}
div.carousel .text-area .order-block time {
  font-size: 18px;
  line-height: 20px;
}
div.carousel .text-area .order-block ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  margin-right: 56px;
}
div.carousel .text-area .order-block ul:after {
  content: "}";
  position: absolute;
  right: -42px;
  top: 50%;
  margin-top: -15px;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}
div.carousel .text-area .order-block ul time {
  font-size: 18px;
  line-height: 20px;
}
div.carousel .text-area .order-block ul li {
  margin-top: 4px;
}
div.carousel .text-area .order-block ul li:first-child {
  margin-top: 0;
}
div.carousel .text-area .order-block .prep {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
div.carousel .text-area .order-block .prep time {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
div.carousel .text-area .btn-order {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  min-width: 200px;
  padding: 18px 10px;
  background: #05353f;
}
div.carousel .text-area .btn-order:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.carousel .pagination {
  left: 0;
  right: 0;
  bottom: 32px;
  position: absolute;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination {
    padding: 17px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination {
    position: static;
  }
}
div.carousel .pagination ul {
  text-align: center;
  letter-spacing: -4px;
}
div.carousel .pagination li {
  display: inline-block;
  text-align: left;
  margin-right: 21px;
  min-height: 64px;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0;
}
div.carousel .pagination li:nth-child(5) {
  z-index: 1;
}
div.carousel .pagination li:nth-child(4) {
  z-index: 2;
}
div.carousel .pagination li:nth-child(3) {
  z-index: 3;
}
div.carousel .pagination li:nth-child(2) {
  z-index: 4;
}
div.carousel .pagination li:nth-child(1) {
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li {
    width: 48%;
    margin: 0 2px 5px;
  }
}
div.carousel .pagination li.active a {
  background: #6eb820;
  text-decoration: none;
}
div.carousel .pagination li.active a em {
  color: #fff;
}
div.carousel .pagination li.active a span {
  color: #fff;
}
div.carousel .pagination li.active a time {
  color: #05353f;
}
div.carousel .pagination li.active a:after {
  border-left: 19px solid #6eb820;
}
div.carousel .pagination li.active a:before {
  border-top: 50px solid #6eb820;
}
div.carousel .pagination li.active a strong:before {
  border-bottom: 50px solid #6eb820;
}
div.carousel .pagination li:first-child a:hover,
div.carousel .pagination li:first-child a {
  min-width: 206px;
  border-radius: 8px 0 0 8px;
  padding-left: 24px;
}
@media only screen and (max-width: 1100px) {
  div.carousel .pagination li:first-child a:hover,
  div.carousel .pagination li:first-child a {
    min-width: 147px;
  }
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li:first-child a:hover,
  div.carousel .pagination li:first-child a {
    min-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li:first-child a:hover,
  div.carousel .pagination li:first-child a {
    border-radius: 0;
    padding-left: 12px;
  }
}
div.carousel .pagination li:first-child a:hover:before,
div.carousel .pagination li:first-child a:before {
  border-top: none;
}
div.carousel .pagination li:first-child a:hover strong:before,
div.carousel .pagination li:first-child a strong:before {
  border-bottom: none;
}
div.carousel .pagination li:last-child {
  margin-right: 0;
}
div.carousel .pagination li:last-child a {
  border-radius: 0 8px 8px 0;
  padding: 17px 8px 10px;
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li:last-child a {
    padding: 10px 18px 1px 18px;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li:last-child a {
    border-radius: 0;
    padding: 10px 3px 1px;
  }
}
div.carousel .pagination li:last-child a:after {
  border: none;
}
div.carousel .pagination li:last-child a strong:before {
  left: -27px;
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li:last-child a strong:before {
    bottom: -1px;
    left: -37px;
  }
}
div.carousel .pagination li a {
  display: block;
  background: #fff;
  color: #d2dae2;
  padding: 17px 5px 10px 18px;
  position: relative;
  min-height: 64px;
}
@media only screen and (max-width: 1100px) {
  div.carousel .pagination li a {
    padding: 17px 3px 10px 11px;
  }
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li a {
    min-width: 64px;
    padding: 10px 9px 1px 19px;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li a {
    padding: 14px 12px 8px;
  }
}
div.carousel .pagination li a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 19px solid #fff;
  border-bottom: 32px solid transparent;
  position: absolute;
  right: -19px;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li a:after {
    border: none;
  }
}
div.carousel .pagination li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-left: 30px  solid transparent;
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li a:before {
    border: none;
  }
}
div.carousel .pagination li a:hover {
  background: #6eb820;
  text-decoration: none;
}
div.carousel .pagination li a:hover em {
  color: #fff;
}
div.carousel .pagination li a:hover span {
  color: #fff;
}
div.carousel .pagination li a:hover time {
  color: #05353f;
}
div.carousel .pagination li a:hover:after {
  border-left: 19px solid #6eb820;
}
div.carousel .pagination li a:hover:before {
  border-top: 50px solid #6eb820;
}
div.carousel .pagination li a:hover strong:before {
  border-bottom: 50px solid #6eb820;
}
div.carousel .pagination li a strong {
  display: block;
  position: relative;
  min-height: 37px;
}
div.carousel .pagination li a strong:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 30px  solid transparent;
  position: absolute;
  left: -37px;
  bottom: -10px;
}
@media only screen and (max-width: 1100px) {
  div.carousel .pagination li a strong:before {
    left: -30px;
  }
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li a strong:before {
    bottom: -5px;
    left: -37px;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li a strong:before {
    border: none;
  }
}
div.carousel .pagination li em {
  font-style: normal;
  display: block;
  font-size: 20px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li em {
    font-size: 16px;
    line-height: 10px;
  }
}
div.carousel .pagination li span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
div.carousel .pagination li time {
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li time {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}
div.carousel .pagination li .order {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
div.carousel .pagination li .order span {
  margin-left: 2px;
}
@media only screen and (max-width: 979px) {
  div.carousel .pagination li .order {
    font-size: 15px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 767px) {
  div.carousel .pagination li .order {
    text-align: center;
  }
}

/* intro block styles */
.intro-block {
  max-width: 1120px;
  margin: 0 auto 55px;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #05353f;
  padding: 0 15px;
}
.intro-block blockquote {
  margin: 0 0 43px;
  font-weight: 700;
}
.intro-block blockquote q {
  font-size: 20px;
  line-height: 22px;
  color: #05353f;
  display: block;
  margin-bottom: 12px;
}
.intro-block blockquote q span {
  color: #6fb821;
}
.intro-block blockquote cite {
  display: block;
  font-style: normal;
  font-size: 17px;
  line-height: 19px;
  color: #bcbcbc;
  font-weight: 400;
}
.intro-block em {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.intro-block em:before {
  content: "";
  background: url(../images/ico-dash.png) no-repeat;
  width: 73px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
}
.intro-block em:after {
  content: "";
  background: url(../images/ico-magic.png) no-repeat;
  width: 63px;
  height: 41px;
  position: absolute;
  left: 26px;
  bottom: -43px;
}
@media only screen and (max-width: 979px) {
  .intro-block em:after {
    left: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-block em:after {
    left: 18px;
  }
}

/* product styles */
.product {
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product {
    margin-bottom: 0;
  }
}
.product:after {
  content: '';
  background: url(../images/arrow-right.png) no-repeat;
  width: 636px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 25px;
}
@media only screen and (max-width: 979px) {
  .product:after {
    background: none;
  }
}
.product:before {
  content: '';
  background: url(../images/arrow-left.png) no-repeat;
  width: 624px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 24px;
}
@media only screen and (max-width: 979px) {
  .product:before {
    background: none;
  }
}
.product .holder {
  margin: 0 -24px;
  position: relative;
  z-index: 1;
}
.product .frame {
  background: url(../images/bg-image.png) no-repeat;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.product .container {
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .product .container {
    padding-bottom: 125px;
  }
}
.product .content-holder {
  position: relative;
  z-index: 3;
  margin: 0 auto 15px;
  max-width: 1178px;
  padding: 122px 15px 56px 38px;
}
@media only screen and (max-width: 979px) {
  .product .content-holder {
    padding-bottom: 79px;
  }
}
@media only screen and (max-width: 767px) {
  .product .content-holder {
    padding: 90px 15px 0;
  }
}
.product .content-holder .image-holder {
  position: relative;
  float: left;
  width: 45.76%;
  margin: -68px 4.3% 0 0;
}
@media only screen and (max-width: 767px) {
  .product .content-holder .image-holder {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .product .content-holder .image-holder .image-frame {
    display: inline-block;
  }
}
.product .content-holder .image-holder a {
  position: relative;
  display: block;
}
.product .content-holder .image-holder a:hover:after {
  content: '';
  background: url(../images/ico-hover.png) no-repeat;
  width: 100px;
  height: 109px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.product .content-holder .image-holder img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .product .content-holder .image-holder img {
    width: 100%;
  }
}
.product .content-holder .description {
  float: right;
  width: 49.5%;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .product .content-holder .description {
    width: 48.5%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .product .content-holder .description {
    float: none;
    width: 100%;
    text-align: left;
    max-height: 600px;
    margin-top: 25px;
  }
}
.product .content-holder .description .title {
  display: block;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product .content-holder .description h1 {
  margin: 0 0 40px;
  font-size: 50px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1110px) {
  .product .content-holder .description h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product .content-holder .description h1 {
    text-align: left;
  }
}
.product .content-holder .description h1 span {
  color: #6fb821;
}
.product .content-holder .description ul.tabset {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 14px 9px;
}
@media only screen and (max-width: 979px) {
  .product .content-holder .description ul.tabset {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product .content-holder .description ul.tabset {
    font-size: 15px;
    line-height: 17px;
    text-align: left;
  }
}
.product .content-holder .description ul.tabset li {
  margin: 14px 0 0;
  position: relative;
  min-height: 46px;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 979px) {
  .product .content-holder .description ul.tabset li {
    min-height: 56px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product .content-holder .description ul.tabset li {
    font-size: 17px;
    line-height: 19px;
  }
}
.product .content-holder .description ul.tabset li:first-child {
  margin-top: 0;
}
.product .content-holder .description ul.tabset li:before {
  content: "\e602";
  width: 39px;
  height: 28px;
  position: absolute;
  left: -1px;
  top: 1px;
  font-family: "icomoon";
  font-size: 27px;
  color: #6fb821;
}
.product .content-holder .description ul.tabset li.code:before {
  content: "\e603";
  font-size: 37px;
  top: 2px;
}
.product .content-holder .description ul.tabset li.plug:before {
  content: "\e609";
  font-size: 37px;
  top: -2px;
  left: 6px;
}
.product .content-holder .description ul.tabset a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 52px;
}
.product .content-holder .description ul.tabset a:hover {
  text-decoration: none;
  color: #6fb821;
  font-weight: 700;
}
.product .content-holder .description ul.tabset a:hover:before {
  font-weight: 400;
}
.product .content-holder .description ul.tabset a.network:hover .ico-wifi {
  display: block;
}
.product .content-holder .description .btn-watch {
  display: inline-block;
  min-width: 260px;
  background: #6fb821;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  position: relative;
  padding: 21px 20px 15px 65px;
  text-transform: uppercase;
  position: relative;
  margin: 12px 0 0 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .product .content-holder .description .btn-watch {
    margin: 15px auto 0;
    text-align: left;
    width: 260px;
    margin: 0 auto;
    display: block;
  }
}
.product .content-holder .description .btn-watch:hover {
  text-decoration: none;
  background: #5aa10d;
}
.product .content-holder .description .btn-watch:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 35px;
  top: 17px;
}
.product .content-holder .tab-content {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .product .content-holder .tab-content {
    margin-bottom: 10px;
    left: 0;
    max-width: 522px;
    margin: 0 auto;
  }
}
.product .content-holder .tab-content .ico-wifi {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/ico-wifi.png) no-repeat;
  width: 101px;
  height: 96px;
}
.product .content-holder .tab-content .ico-code {
  position: absolute;
  background: url(../images/ico-code.png) no-repeat;
  width: 117px;
  height: 178px;
  left: -478px;
  top: -57px;
}
.product .content-holder .tab-content .ico-plug {
  position: absolute;
  background: url(../images/ico-hover.png) no-repeat;
  width: 100px;
  height: 109px;
  left: -478px;
  top: -57px;
}

/* rds section styles */
.rds-section {
  max-width: 1150px;
  margin: -36px auto 50px;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  color: #424242;
  padding: 0 15px;
}
.rds-section strong {
  font-weight: 700;
}
.rds-section > p {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .rds-section > p {
    margin-bottom: 40px;
  }
}
.rds-section h1 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 36px;
  color: #05353f;
  font-weight: 700;
}
.rds-section h1 span {
  color: #6fb821;
}
.rds-section .article-holder {
  letter-spacing: -4px;
  text-align: left;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #424242;
  margin: 0 -3.68%;
  position: relative;
}
.rds-section .article-holder:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -50px;
}
.rds-section .article-holder .article {
  display: inline-block;
  vertical-align: top;
  width: 33.07%;
  padding: 0 3.68%;
  letter-spacing: 0;
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .rds-section .article-holder .article {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.rds-section .article-holder h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #05353f;
  margin: 0 0 26px;
  position: relative;
  padding-left: 60px;
}
.rds-section .article-holder h2 span {
  color: #64a71c;
  position: absolute;
  left: 0;
  top: 0;
}
.rds-section .article-holder .icon-ico-bar {
  top: -11px;
  left: 3px;
}
.rds-section .article-holder .icon-ico-bar:before {
  content: "\e600";
  font-size: 40px;
  line-height: 40px;
  vertical-align: top;
}
.rds-section .article-holder .icon-ico-paper {
  top: -9px;
  left: 1px;
}
.rds-section .article-holder .icon-ico-paper:before {
  content: "\e607";
  font-size: 40px;
  line-height: 40px;
  vertical-align: top;
}
.rds-section .article-holder .icon-ico-send {
  top: -9px;
  left: 1px;
}
.rds-section .article-holder .icon-ico-send:before {
  content: "\e60a";
  font-size: 40px;
  line-height: 40px;
  vertical-align: top;
}
.rds-section .article-holder .icon-ico-data {
  top: -14px;
  left: 3px;
}
.rds-section .article-holder .icon-ico-data:before {
  content: "\e604";
  font-size: 40px;
  line-height: 40px;
  vertical-align: top;
}
.rds-section .article-holder .icon-ico-software {
  top: -7px;
  left: 3px;
}
.rds-section .article-holder .icon-ico-software:before {
  content: "\e60b";
  font-size: 35px;
  line-height: 35px;
  vertical-align: top;
}
.rds-section .article-holder .ico-plug {
  position: relative;
}
.rds-section .article-holder .ico-plug:before {
  content: "";
  background: url(../images/ico-plug.png) no-repeat;
  width: 42px;
  height: 41px;
  position: absolute;
  left: -61px;
  top: 0;
}
.rds-section .article-holder p {
  margin-bottom: 5px;
}
.rds-section .btn-holder {
  text-align: center;
  margin: 5px 2px 0 0;
}
.rds-section .btn-holder a {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  min-width: 243px;
  padding: 25px 10px 19px;
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .rds-section .btn-holder a {
    min-width: 100%;
    display: block;
    margin: 0 0 10px;
  }
}
.rds-section .btn-holder a.btn-order {
  background: #05353f;
}
.rds-section .btn-holder a.btn-info {
  background: #6fb821;
}
.rds-section .btn-holder a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* quote block styles */
.quote-block {
  position: relative;
  z-index: 2;
}
.quote-block .bg-image {
  left: 50%;
  min-width: 2052px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .quote-block .bg-image {
    min-width: 3500px;
    position: absolute;
    z-index: -1;
  }
}
.quote-block .bg-img {
  height: auto;
  left: -50%;
  position: relative;
  width: 100%;
}
.quote-block .container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 15px 0 21px;
}
@media only screen and (max-width: 767px) {
  .quote-block .container {
    position: static;
  }
}
.quote-block .replacement {
  position: absolute;
  left: -27%;
  top: 50%;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  width: 236px;
  height: 121px;
  margin-top: -61px;
  text-align: center;
  color: #ff0101;
  text-transform: uppercase;
}
.quote-block .replacement:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media only screen and (max-width: 1766px) {
  .quote-block .replacement {
    display: none;
  }
}
.quote-block .replacement strong {
  font-size: 84px;
  line-height: 93px;
  display: block;
}
.quote-block .replacement span {
  display: block;
  margin-top: -13px;
}
.quote-block .visual {
  float: left;
  width: 30%;
  height: 94.7%;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 1086px) {
  .quote-block .visual {
    height: 94.8%;
  }
}
@media only screen and (max-width: 979px) {
  .quote-block .visual {
    height: 95.2%;
    width: 34%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .quote-block .visual {
    float: none;
    width: 50%;
    margin: 0 auto -10px;
    height: auto;
  }
}
.quote-block .visual .bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.quote-block .visual .holder {
  display: table;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .quote-block .visual .holder {
    display: block;
    width: auto;
    height: auto;
  }
}
.quote-block .visual .frame {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .quote-block .visual .frame {
    display: block;
    vertical-align: top;
  }
}
.quote-block .visual .frame .fpo {
  position: absolute;
  left: 48px;
  top: 50%;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  width: 236px;
  margin-top: -13px;
  text-align: center;
  color: #ff0101;
  text-transform: uppercase;
}
.quote-block .visual .frame .fpo:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 979px) {
  .quote-block .visual .frame .fpo {
    margin-top: 27px;
    left: 50%;
    margin-left: -111px;
  }
}
@media only screen and (max-width: 767px) {
  .quote-block .visual .frame .fpo {
    width: 200px;
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
    left: 50%;
    margin-left: -96px;
  }
}
.quote-block .visual .frame .fpo strong {
  font-size: 84px;
  line-height: 93px;
  display: block;
}
@media only screen and (max-width: 979px) {
  .quote-block .visual .frame .fpo strong {
    font-size: 30px;
    line-height: 38px;
  }
}
.quote-block .visual .frame .fpo span {
  display: block;
  margin-top: -13px;
}
@media only screen and (max-width: 979px) {
  .quote-block .visual .frame .fpo span {
    margin-top: -2px;
  }
}
.quote-block .visual img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 979px) {
  .quote-block .visual img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .quote-block .visual img {
    width: 100%;
  }
}
.quote-block .definition {
  float: right;
  width: 63.6%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .quote-block .definition {
    float: none;
    width: 100%;
    height: auto;
    padding: 70px 0 10px;
  }
}
.quote-block .definition .holder {
  display: table;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .quote-block .definition .holder {
    display: block;
    width: auto;
    height: auto;
  }
}
.quote-block .definition .frame {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .quote-block .definition .frame {
    display: table;
    vertical-align: top;
  }
}
.quote-block .definition blockquote {
  margin: 0;
  max-height: 300px;
  overflow: hidden;
}
.quote-block .definition blockquote cite {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  display: block;
  font-style: normal;
  margin-bottom: 54px;
  position: relative;
}
.quote-block .definition blockquote cite span {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.quote-block .definition blockquote cite:after {
  content: '';
  width: 40px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 4px;
  bottom: -19px;
}
.quote-block .definition blockquote q {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}

/* footer styles */
#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
}
#footer .footer-b {
  background: url(../images/bg-frame.png);
  position: relative;
  z-index: 1;
  margin: -47px -4px 0;
  padding: 35px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer .footer-b {
    z-index: 2;
    margin-top: 0;
    padding-top: 24px;
  }
}
#footer .footer-b .top {
  margin-bottom: 21px;
  padding: 0 15px;
}
#footer .footer-b .top .frame {
  max-width: 1147px;
  margin: 0 auto;
  padding-right: 23px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #footer .footer-b .top .frame {
    padding: 0 20px;
  }
}
#footer .footer-b .top .footer-l {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #footer .footer-b .top .footer-l {
    float: none;
    width: 100%;
  }
}
#footer .footer-b .top .by {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 22px;
}
#footer .footer-b .top .by span {
  color: #6fb821;
}
#footer .footer-b .top address {
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #fff;
  font-style: normal;
}
#footer .footer-b .top address span {
  display: block;
  margin-bottom: 12px;
}
#footer .footer-b .top address strong {
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
#footer .footer-b .top address strong a {
  color: #fff;
  font-weight: 300;
  display: inline-block;
}
#footer .footer-b .top address strong a:hover {
  text-decoration: none;
  color: #6fb821;
}
#footer .footer-b .top .footer-r {
  margin-top: 17px;
  float: right;
  text-align: center;
  width: 246px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-b .top .footer-r {
    float: none;
    width: 100%;
  }
}
#footer .footer-b .top .footer-r span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
#footer .footer-b .top .footer-r .text-kick {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  background: #6fb821 url(../images/text-kick.png) no-repeat 50% 50%;
  padding: 21px;
}
#footer .footer-b .top .footer-r .text-kick:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#footer .footer-b .btm {
  background: url(../images/bg-footer-b.png);
  padding: 15px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-b .btm {
    padding: 15px 20px;
  }
}
#footer .footer-b .btm .frame {
  max-width: 1147px;
  margin: 0 auto;
  padding-right: 23px;
  overflow: hidden;
}
#footer .footer-b .btm .copyright {
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
}

/* content styles */
#content {
  margin-top: -7px;
}
#content > header {
  background: url(../images/bg-frame.png);
  position: relative;
}
#content > header:before {
  content: '';
  background: url(../images/triangle.png) no-repeat;
  width: 1686px;
  height: 25px;
  right: 0;
  bottom: -25px;
  position: absolute;
}
#content > header > .holder {
  padding: 49px 15px 32px;
  text-align: center;
  background: url(../images/glow.png) repeat-y 50% 0;
}
#content h1 {
  font-size: 34px;
  line-height: 37px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
#content h1 mark {
  color: #6fb821;
  background: none;
}
#content .contact-holder {
  padding: 86px 0 54px;
}

/* contact block styles */
.contact-block {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.contact-block .tools {
  text-align: center;
  font-weight: bold;
  color: #05353e;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 28px;
}
.contact-block .tools li {
  float: left;
  padding: 0 15px;
  width: 33.33%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-block .tools li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact-block .tools li .ico {
  display: block;
  margin-bottom: 29px;
  font-size: 33px;
  line-height: 33px;
  color: #6fb821;
}
.contact-block .tools li .ico i {
  display: inline-block;
  vertical-align: bottom;
}
.contact-block .tools li .ico .icon-ico-phone {
  font-size: 38px;
}
.contact-block .tools li .ico .icon-ico-mail {
  font-size: 34px;
  line-height: 37px;
}
.contact-block .tools li .ico .icon-ico-fax {
  font-size: 48px;
  line-height: 46px;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .contact-block .tools li .ico .icon-ico-fax {
    margin-top: 6px;
  }
}
.contact-block .tools li .title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
.contact-block .tools li a {
  color: #05353e;
  display: inline-block;
  vertical-align: top;
}
.contact-block h2 {
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  color: #05353e;
  font-size: 34px;
  line-height: 37px;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
.contact-block h2 mark {
  background: none;
  color: #6fb821;
}

/* contact form styles */
.contact-form {
  margin: 0 -16px;
  font-family: 'Hind', Arial, Helvetica, sans-serif;
}
.contact-form ::-webkit-input-placeholder {
  color: #424242;
}
.contact-form ::-moz-placeholder {
  opacity: 1;
  color: #424242;
}
.contact-form :-moz-placeholder {
  color: #424242;
}
.contact-form :-ms-input-placeholder {
  color: #424242;
}
.contact-form .placeholder {
  color: #424242;
}
.contact-form .field-wrap {
  width: 50%;
  float: left;
  padding: 0 16px 16px;
}
@media only screen and (max-width: 767px) {
  .contact-form .field-wrap {
    float: none;
    width: 100%;
  }
}
.contact-form .field-wrap.full {
  width: 100%;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 100%;
  height: 67px;
  padding: 21px 26px 17px;
  margin: 0;
  background: #f5f5f5;
  border: none;
  color: #424242;
  font-size: 17px;
  line-height: 21px;
  font-family: 'Hind', Arial, Helvetica, sans-serif;
}
.contact-form textarea {
  width: 100% !important;
  min-height: 224px;
  max-height: 700px;
  padding: 19px 22px;
  margin: 0;
  background: #f5f5f5;
  border: none;
  color: #424242;
  font-size: 17px;
  line-height: 21px;
  font-family: 'Hind', Arial, Helvetica, sans-serif;
}
.contact-form input[type="submit"] {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  margin: 0;
  min-width: 192px;
  height: 52px;
  padding: 16px 10px;
  text-align: center;
  text-transform: uppercase;
  background: #05353f;
  border: none;
  margin-top: 7px;
}
.contact-form input[type="submit"]:hover {
  opacity: 0.8;
}

/* order-holder styles */
.order-holder {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 75px 0 164px;
}
@media only screen and (max-width: 767px) {
  .order-holder {
    padding-bottom: 75px;
  }
}
.order-holder .calender {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #6fb822;
  margin-bottom: 14px;
}
.order-holder .icon-ico-calendar:before {
  content: "\e601";
  font-size: 74px;
}
.order-holder strong {
  font-size: 24px;
  line-height: 26px;
  display: block;
  color: #05353e;
  font-weight: 700;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .order-holder strong {
    font-size: 20px;
  }
}
.order-holder time {
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #05353e;
  margin-bottom: 57px;
}
.order-holder em {
  font-style: normal;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  color: #424242;
  display: block;
  margin-bottom: 15px;
}
.order-holder .btn-send {
  display: inline-block;
  background: #05353f;
  color: #fff;
  min-width: 192px;
  padding: 18px 10px 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.order-holder .btn-send:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
