@charset "UTF-8";
/* 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:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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;
}

* {
  color: #000000;
  font-family: "Open Sans";
  outline: 0;
}

body {
  background: #f3f3f3;
  font: 15px/1.6 "Open Sans";
}

ol {
  list-style: decimal;
  margin: 15px 0 5px 18px;
}
ol li {
  color: #004892;
  font-family: "Open Sans Bold";
  margin-bottom: 10px;
}
ol li span {
  color: #000000;
  font-family: "Open Sans";
}

sup {
  vertical-align: super;
  font-size: smaller;
  font-family: "Open Sans";
}

sub {
  vertical-align: sub;
  font-size: smaller;
  font-family: "Open Sans";
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.text-bold {
  font-family: "Open Sans Bold";
}

.clearfix {
  zoom: 1;
  display: block;
}
.clearfix:before, .clearfix :after {
  content: ".";
  display: block;
  overflow: hidden;
  height: 0;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.container-fluid {
  width: 100%;
}

.container {
  /*border: 1px solid red;*/
  width: 95.5%;
  max-width: 1170px;
  padding: 0 2.25%;
  margin: 0 auto;
  position: relative;
}

.error-container {
  text-align: center;
  padding: 10% 0;
}

.bg-white {
  background: #ffffff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.title-page {
  background: url("../../img/bg-text-title.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  text-align: center;
  position: relative;
}
.title-page .title-page__name {
  color: #ffffff;
  font: 42px "Open Sans Bold";
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.wrap-button {
  text-align: center;
}
.wrap-button .btn {
  border: 0;
  border-radius: 10px;
  background: #0c8e93;
  color: #ffffff;
  cursor: pointer;
  font: 18px "Open Sans Bold";
  padding: 10px 25px;
  display: block;
  width: 268px;
  margin: 0 auto;
  text-decoration: none;
  border-bottom: 2px solid #047175;
  border-right: 2px solid #047175;
  border-top: 0;
  border-left: 0;
}
.wrap-button .btn:hover {
  background: #09a3a9;
}
.wrap-button .btn:active {
  border-bottom: 0;
  border-right: 0;
  border-top: 2px solid #047175;
  border-left: 2px solid #047175;
}

.content p.table-alarm {
  margin-top: 10px;
  margin-bottom: -20px;
  /*background: #cc0404;*/
  color: #757474;
  font: italic 13px "Open Sans";
  /*text-align: center;
  padding: 3px;*/
  display: none;
  /*border-radius: 5px;*/
}

form .error {
  border: 1px solid #d82027;
}

@media (max-width: 1024px) {
  .container {
    width: 94%;
    padding: 0 3%;
  }
}
@media (max-width: 550px) {
  .title-page h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 84%;
    padding: 0 8%;
  }
}
@media (max-width: 320px) {
  .wrap-button .btn {
    font: 16px "Open Sans Bold";
    width: 238px;
  }
}
.header {
    /*

    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000000;
    z-index: 1000;
    margin-left: -15px;
    opacity: 0.8;*/
}
.header .logo {
  width: 23.75%;
}
.header .logo .logo__img {
  padding: 30px 0;
}
.header .slug {
  width: 23.75%;
  /*margin-left: -50px;*/
}
.header .slug .slug__text {
  font: 15px/1.6 "Open Sans Bold Italic";
  padding: 40px 0;
}
.header .menu {
  width: 50%;
  text-align: right;
}
.header .menu nav {
  padding: 52px 0;
}
.header .menu nav a {
  font: 16px "Open Sans Bold";
  color: #236595;
  margin-right: 35px;
  text-decoration: underline;
  text-transform: uppercase;
}
.header .menu nav a:last-child {
  margin-right: 0px;
}
.header .menu nav a.active, .header .menu nav a:hover {
  color: #42c3ff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .header .menu nav a {
    font: 14px "Open Sans Bold";
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .header .slug {
    margin-left: 0px;
  }
  .header .menu {
    text-align: left;
  }
  .header .menu nav {
    padding: 22px 0;
  }
  .header .menu nav a {
    display: block;
    line-height: 2;
    margin: 0;
  }
  .header .logo {
    width: 27%;
  }
  .header .menu {
    width: 30%;
  }
  .header .slug {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .header .menu {
    width: 35%;
  }
}
@media (max-width: 640px) {
  .header .slug {
    width: 50%;
    margin-left: 0px;
  }
  .header .menu {
    width: 100%;
    text-align: center;
  }
  .header .menu nav {
    padding: 0 0 22px 0;
  }
  .header .menu nav a {
    display: inline-block;
    line-height: 2;
    margin-right: 20px;
  }
  .header .menu nav a:last-child {
    margin-right: 0px;
  }
  .header .logo {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .header .logo .logo__img {
    padding: 20px 0;
  }
  .header .slug .slug__text {
    margin: 0 auto;
    padding: 0px 0;
    width: 60%;
  }
  .header .menu .menu__items {
    padding: 20px 0;
  }
  .header .menu .menu__items a {
    display: block;
    margin: 0;
  }
  .header .logo, .header .menu, .header .slug {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .header .slug .slug__text {
    width: 80%;
  }
}
.sidebar {
  padding: 75px 2.28205% 0 0;
  width: 22.7179%;
  /*24.375%;*/
}
.sidebar h2 {
  color: #004892;
  font: 18px "Open Sans Bold";
  padding: 30px 0 20px 0;
}
.sidebar .contants p {
  line-height: 2;
}
.sidebar .contants a {
  text-decoration: underline;
}
.sidebar .contants a:hover {
  color: #42c3ff;
  text-decoration: none;
}
.sidebar .certificate {
  border: 1px solid #d8d4d4;
  margin-top: 30px;
}

.index .content h1 {
  font: 32px "Open Sans Bold";
  padding-bottom: 30px;
}

.content {
  padding: 40px 0 40px 1.28205%;
  width: 73.7179%;
  /*73.125%;*/
}
.content .about {
  padding-top: 40px;
}
.content .about h2 {
  font: 32px "Open Sans Bold";
}
.content .about p {
  margin-top: 20px;
}
.content .block-pdf {
  text-align: center;
  margin-top: 10px;
}
.content .block-pdf .pdf-bg {
  background: #ffffff;
  border-radius: 4px;
  padding: 0 6px 3px 6px;
  display: inline-block;
}
.content .block-pdf .pdf-bg .pdf-icon {
  font: 11px "Open Sans";
  color: #ffffff;
  background: #d82027;
  border-radius: 3px;
  display: initial;
}
.content .block-pdf .pdf-bg .pdf-text {
  font: 12px "Open Sans";
  text-transform: initial;
  color: #000000;
  display: initial;
  text-decoration: none;
}
.content .block-pdf .pdf-bg .pdf-text:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }

  .content {
    width: 100%;
    padding: 40px 0;
  }
}
.sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sidebar h2:nth-child(1) {
  padding-top: 0;
}

.inside .content h1, .inside .content h2 {
  color: #000000;
  font: 32px "Open Sans Bold";
  text-transform: uppercase;
}
.inside .content h3 {
  color: #004892;
  font: 24px "Open Sans Bold";
  margin-top: 20px;
}
.inside .content p {
  margin-top: 20px;
}

@media (max-width: 550px) {
  .inside .content h1, .inside .content h2 {
    color: #000000;
    font: 25px "Open Sans Bold";
    text-transform: uppercase;
  }
  .inside .content h3 {
    color: #004892;
    font: 20px "Open Sans Bold";
    margin-top: 20px;
  }
  .inside .content p {
    margin-top: 20px;
  }
}
.content .products .product {
  display: inline-block;
  margin-bottom: 45px;
  padding-right: 1.875%;
  width: 31.72%;
  vertical-align: top;
}
.content .products .product:nth-child(3n) {
  padding-right: 0;
}
.content .products .product .product__item {
  font: 18px "Open Sans Bold";
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.content .products .product .product__item img {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  width: 100%;
}
.content .products .product .product__item .product__name {
  color: #004892;
  display: block;
}
.content .products .product .product__item:hover {
  text-decoration: none;
}
.content .products .product .product__item:hover span {
  color: #42c3ff;
}
.content .products.with-links {
  background: #ececec;
  border-bottom: 3px solid #bcbcbc;
  padding: 20px;
}
.content .products.without-links {
  padding: 20px;
}
.content .products.without-links .product__item {
  text-decoration: none;
}
.content .products.without-links .product__item .product__name {
  color: #000000;
}
.content .products.without-links .product__item:hover {
  text-decoration: none;
}
.content .products.without-links .product__item:hover .product__name {
  color: #000000;
}

@media (max-width: 1100px) {
  .content .products .product {
    padding-right: 1.7%;
  }
}
@media (max-width: 768px) {
  .content .products .product {
    width: 31.64%;
  }
  .content .products .product .product__item img {
    max-width: 260px;
  }
}
@media (max-width: 640px) {
  .content .products .product {
    padding-right: 1.875%;
    width: 48.125%;
  }
  .content .products .product:nth-child(3n) {
    padding-right: 1.875%;
  }
  .content .products .product:nth-child(2n) {
    padding-right: 0;
  }
  .content .products .product .product__item {
    font: 16px "Open Sans Bold";
  }
  .content .products .product .product__item img {
    max-width: 100%;
  }
  .content .products.with-links, .content .products.without-links {
    padding: 0;
    background: none;
  }
  .content .products.without-links {
    padding-top: 30px;
  }
  .content .block-pdf .pdf-bg .pdf-text {
    font: 10px "Open Sans";
  }
}
@media (max-width: 375px) {
  .content .products .product {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .content .products .product .product__item img {
    max-width: 100%;
  }
}
.single-product .product__img {
  width: 53%;
}
.single-product .product__text {
  width: 43%;
}
.single-product .product__text h1, .single-product .product__text h2 {
  font: 28px "Open Sans Bold";
  margin-bottom: 20px;
}
.single-product p {
  margin-top: 0;
}
.single-product .block-pdf {
  text-align: left;
  margin-top: 20px;
}
.single-product .block-pdf .pdf-bg {
  padding: 3px 10px 5px 10px;
}
.single-product .block-pdf .pdf-bg .pdf-icon, .single-product .block-pdf .pdf-bg .pdf-text {
  font: 14px "Open Sans";
}
.single-product .features {
  margin-top: 40px;
}
.single-product .features .feature-data {
  display: none;
  padding: 40px 15px;
}
.single-product .features .feature-data .top-photo {
  text-align: center;
  padding: 10px 0;
}
.single-product .features .feature-data h2 {
  text-transform: initial;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-product .features .feature-data h3 {
  color: #004892;
  font: 21px "Open Sans Bold";
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-product .features .feature-data h4 {
  font: 18px "Open Sans Bold";
  margin-top: 30px;
}
.single-product .features .feature-data table {
  margin: 20px 0;
  min-width: 100%;
}
.single-product .features .feature-data table td, .single-product .features .feature-data table th {
  padding: 15px 20px;
  border-left: 1px solid #bcbcbc;
}
.single-product .features .feature-data table td:nth-child(1), .single-product .features .feature-data table th:nth-child(1) {
  border: 0;
}
.single-product .features .feature-data table tr:nth-child(even) {
  background: #ffffff;
}
.single-product .features .feature-data table tr:nth-child(odd) {
  background: #ececec;
}
.single-product .features .feature-data table .table-blue-bg {
  background: #004892;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font: 15px "Open Sans Bold";
}
.single-product .features .feature-data table .table-light-blue-bg {
  color: #ffffff;
  background: #055fbb;
}
.single-product .features .feature-data table.big-table th, .single-product .features .feature-data table.big-table td {
  font: 12px "Open Sans";
  padding: 8px 10px;
  text-align: center;
}
.single-product .features .feature-data table.table-left-header th, .single-product .features .feature-data table.table-left-header td {
  font: 12px "Open Sans";
  padding: 8px 10px;
}
.single-product .features .feature-data table.table-left-header .table-blue-bg {
  font: 15px "Open Sans Bold";
  border-bottom: 1px solid #ffffff;
}
.single-product .features .feature-data table.table-left-header tr:nth-child(even) {
  background: #ececec;
}
.single-product .features .feature-data table.table-left-header tr:nth-child(odd) {
  background: #ffffff;
}
.single-product .features .feature-data .block-image-text {
  margin: 0 0 20px 0;
  width: 100%;
  display: table;
}
.single-product .features .feature-data .block-image-text .block-image-text__img {
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
  width: 1px;
}
.single-product .features .feature-data .block-image-text .block-image-text__img .img-border {
  background: #ffffff;
  border: 1px solid #bcbcbc;
  margin-top: 6px;
}
.single-product .features .feature-data .block-image-text .block-image-text__img .img-border img {
  border: 25px solid #ffffff;
}
.single-product .features .feature-data .block-image-text .block-image-text__text {
  display: table-cell;
  padding-left: 30px;
  width: 98%;
}
.single-product .features .feature-data ul {
  margin: 10px 0;
}
.single-product .features .feature-data ul li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 7px;
}
.single-product .features .feature-data ul li:before {
  content: "•";
  color: #004892;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: -2px;
}
.single-product .toggle {
  background: #ececec;
  border-top: 3px solid #bcbcbc;
  padding: 20px 15px;
  cursor: pointer;
}
.single-product .toggle .toggle__text {
  border-bottom: 2px dashed #004892;
  color: #004892;
  cursor: pointer;
  font: 24px "Open Sans Bold";
  margin-right: 18px;
  position: relative;
}
.single-product .toggle.close .toggle__text:after, .single-product .toggle.open .toggle__text:after {
  content: ".";
  font-size: 0px;
  position: absolute;
  right: -14px;
  width: 10px;
  height: 10px;
  margin-top: 16px;
}
.single-product .toggle.close .toggle__text:after {
  background: url(../../img/sort-down.png) no-repeat;
}
.single-product .toggle.open .toggle__text:after {
  background: url(../../img/sort-up.png) no-repeat;
}

@media (max-width: 1200px) {
  .single-product .product__img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-product .product__img {
    text-align: center;
    width: 100%;
  }
  .single-product .product__img img {
    width: initial;
  }
  .single-product .product__text {
    margin-top: 40px;
    width: 100%;
  }
  .single-product .features .feature-data .block-image-text {
    display: block;
  }
  .single-product .features .feature-data .block-image-text .block-image-text__img {
    display: block;
    width: 100%;
  }
  .single-product .features .feature-data .block-image-text .block-image-text__img .img-border {
    display: inline-block;
  }
  .single-product .features .feature-data .block-image-text .block-image-text__text {
    display: block;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .single-product .product__img img {
    width: 100%;
  }
  .single-product .features .feature-data .block-image-text .block-image-text__img .img-border img {
    width: 100%;
  }
}
@media (max-width: 427px) {
  .single-product .product__img img {
    width: 100%;
  }
  .single-product .product__text h2 {
    font: 24px "Open Sans Bold";
  }
  .single-product .features .feature-data .top-photo img {
    width: 100%;
  }
  .single-product .features .feature-data h2 {
    font-size: 21px;
  }
  .single-product .features .feature-data .block-image-text .block-image-text__img .img-border img {
    width: initial;
    border: 0;
  }
  .single-product .toggle .toggle__text {
    font: 21px "Open Sans Bold";
  }
  .single-product .toggle.close .toggle__text:after, .single-product .toggle.open .toggle__text:after {
    margin-top: 12px;
  }
}
@media (max-width: 320px) {
  .single-product .features .feature-data .block-image-text .block-image-text__img .img-border img {
    width: 100%;
  }
}
.contact-data {
  margin-top: 30px;
  padding: 60px;
  text-align: center;
  background: #ececec;
}
.contact-data .contact-address {
  color: #004892;
  font: 21px "Open Sans Bold";
}

.map-container {
  height: 450px;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.feedback-header {
  padding: 40px 0;
}

.feedback {
  padding: 60px;
  text-align: center;
  background: #ececec;
}
.feedback #fb-name, .feedback #fb-email, .feedback #fb-message {
  border: 1px solid #bcbcbc;
  font: 20px "Open Sans";
  padding: 2%;
}
.feedback #fb-name.error, .feedback #fb-email.error, .feedback #fb-message.error {
  border: 1px solid #d82027;
}
.feedback #fb-name, .feedback #fb-email {
  width: 42%;
  margin-bottom: 30px;
}
.feedback #fb-message {
  height: 150px;
  margin-bottom: 30px;
  width: 96%;
}
.feedback .btn {
  text-transform: uppercase;
  width: 190px;
}

@media (max-width: 1024px) {
  .map-container {
    height: 400px;
  }
}
@media (max-width: 550px) {
  .contact-data {
    padding: 30px;
  }
  .contact-data .contact-address {
    font: 18px "Open Sans Bold";
  }

  .map-container {
    height: 300px;
    margin-top: 30px;
  }

  .feedback {
    padding: 30px;
  }
  .feedback #fb-name, .feedback #fb-email, .feedback #fb-message {
    font: 15px "Open Sans";
    width: 96%;
  }
}
.footer {
  background: #262c61;
  margin-top: 30px;
  padding: 70px 0 80px 0;
}
.footer p {
  color: #ffffff;
  line-height: 2;
}
.footer a {
  color: #42c3ff;
  text-decoration: underline;
}
.footer a.active, .footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer nav a {
  display: block;
  font: 15px "Open Sans Bold";
  line-height: 2;
  text-transform: uppercase;
}
.footer .logo-footer {
  padding-right: 1.28205%;
  width: 23.7179%;
  left: -75%;
  position: relative;
}
.footer .menu-footer {
  padding-left: 1.28205%;
}
.footer .menu-footer, .footer .address-footer, .footer .phone-footer {
  width: 24.55%;
  position: relative;
  right: -25%;
}

@media (max-width: 768px) {
  .footer {
    padding: 39px 0 45px 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer .menu-footer, .footer .logo-footer, .footer .address-footer, .footer .phone-footer {
    width: 48.71795%;
  }
  .footer .menu-footer, .footer .phone-footer {
    padding-left: 1.28205%;
  }
  .footer .logo-footer {
    left: -48.71795%;
    padding-right: 0;
  }
  .footer .menu-footer, .footer .address-footer {
    right: 0;
  }
  .footer .phone-footer {
    left: 48.71795%;
  }
  .footer .logo-footer, .footer .phone-footer {
    padding-top: 10px;
  }
}
@media (max-width: 560px) {
  .footer {
    padding: 39px 0 45px 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer .menu-footer, .footer .logo-footer, .footer .address-footer, .footer .phone-footer {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .footer .menu-footer, .footer .address-footer, .footer .phone-footer {
    margin-bottom: 15px;
  }
}
