/* ==============================================================
   Author: Natal'ya Rostovskaya, Skype: moireceptik
   * ============================================================ */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/opensans-light/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/opensans-light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/opensans-light/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans/opensans-light/OpenSans-Light.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/opensans-regular/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/opensans-regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/opensans-regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/opensans-regular/OpenSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/opensans-italic/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans/opensans-italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-italic/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/opensans-italic/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans/opensans-italic/OpenSans-Italic.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/opensans-bold/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/opensans-bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/opensans-bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/opensans-bold/OpenSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* MainReset ================================================ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  font-size: 16px;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-modal-wrap: 100%;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b, strong {
  font-weight: 700;
}

p {
  margin: 0 0 19px;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

section {
  position: relative;
  padding: 50px 0 50px;
}

table {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 0;
}

.nopadding {
  padding: 0 !important;
}

.trans {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hidden {
  display: none;
}

.ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* forms ================================================ */
:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

button {
  border: none;
  cursor: pointer;
}

input, textarea {
  font: 400 13px/1 "OpenSans", Arial, Helvetica, sans-serif;
  text-align: left;
  border: 1px solid #7B8598;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

input:-moz-placeholder, input::-moz-placeholder, input::-webkit-input-placeholder, input::-ms-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea::-webkit-input-placeholder, textarea::-ms-input-placeholder {
  color: #9AA3B3;
  opacity: 0.99;
}

input:focus {
  outline: none;
}

input:disabled {
  background: none;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'] {
  height: 36px;
}

input[type='search'] {
  white-space: nowrap;
  text-overflow: ellipsis;
}

input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.styler {
  padding-left: 27px;
}

input[type="reset"] {
  cursor: pointer;
}

textarea {
  resize: none;
  height: 180px;
  padding: 17px 12px;
  line-height: 1.2;
}

datalist {
  border: 1px solid red;
}

::-ms-clear {
  display: none;
}

:invalid {
  box-shadow: none;
}

/* BUTTON ================================================ */
.btn {
  position: relative;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  height: 41px;
  line-height: 41px;
  background: none;
  border: none;
  color: #fff !important;
  background-color: #3AAFD6;
  padding: 0 43px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.btn:hover {
  background-color: #289BC1;
  color: #fff !important;
}

.btn:active {
  background-color: #48C1EA;
  color: #fff !important;
}

/* ==============================================================
   Author: Natal'ya Rostovskaya, Date: 02/11/16, Skype: moireceptik
   * ============================================================ */
html, body {
  min-height: 100%;
}

html {
  font-size: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-modal-wrap: 100%;
  -ms-text-size-modal-wrap--ms-text-size-adjust: 100%;
}

body {
  font: 400 16px/1.2 "OpenSans", Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  text-align: left;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #000;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #383838;
  text-align: center;
}

a {
  color: #3AAFD6;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover {
  color: #258db0;
  text-decoration: none;
}

a:focus {
  color: #3AAFD6;
}

a:focus:hover {
  color: #258db0;
  text-decoration: none;
}

.nav-scroll {
  position: absolute;
  top: -108px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
}

.pd-0 {
  padding: 0;
}

/* CLOBAL ================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1230px) {
  .container {
    width: 100%;
  }
}

.mainpage {
  min-height: 400px;
}

/* HEADER ================================================ */
.header {
  position: relative;
  min-height: 718px;
  height: 100vh;
  font-size: 16px;
  font-size: 1rem;
  color: #9AA3B3;
  background-image: url("../images/bg/header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 37, 53, 0.88);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header__content {
  padding-top: 69px;
  padding-bottom: 80px;
}

.header__content h1 {
  color: #fff;
  margin-bottom: 20px;
}

.header__content h1 span {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
}

.header .col-left, .header .col-right {
  float: left;
  padding: 0 15px;
}

.header .col-left {
  width: 52%;
}

.header .col-right {
  width: 48%;
  padding-top: 104px;
}

.is-sticky .navbar {
  padding: 27px 0 0;
  background-color: #191c25;
}

.is-sticky .navbar .navbar__menu, .is-sticky .navbar .navbar__contact {
  padding-top: 15px;
}

.navbar {
  width: 100%;
  height: 108px;
  padding: 50px 0 0;
  line-height: 1.1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.navbar__logo {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 19px;
  max-width: 28%;
}

.navbar__menu {
  float: right;
  margin-right: 42.5%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}

.navbar__menu a {
  color: #9AA3B3;
  text-decoration: none;
  border-bottom: 1px dotted #9AA3B3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navbar__menu a:hover {
  color: #fff !important;
  border-bottom: 1px dotted #fff;
}

.navbar__menu .burger {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 32px;
  height: 32px;
  background-color: #25A0DF;
  padding: 0;
  border: 0;
  background-image: url("../images/ico/burger.png");
  background-repeat: no-repeat;
  background-position: 0px 0;
  cursor: pointer;
  -webkit-background-size: auto;
  background-size: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 555;
}

.navbar__menu .burger.open {
  background-image: url("../images/ico/burger-open.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.navbar__menu ul {
  margin: 0;
}

.navbar__menu ul li {
  float: left;
}

.navbar__menu ul li.active a {
  color: #fff;
}

.navbar__menu ul li + li {
  margin-left: 25px;
}

.navbar__contact {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: auto;
  left: auto;
  margin-top: -2px;
  max-width: 430px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navbar__contact.header__contact {
  display: none;
}

.navbar__contact li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 0 40px;
  min-height: 19px;
  padding-left: 27px;
  position: relative;
}

.navbar__contact .phone {
  color: #A8D2E7;
  font-size: 18px;
  font-size: 1.1rem;
}

.navbar__contact .phone a {
  color: #A8D2E7;
  text-decoration: none;
}

.navbar__contact .phone a:hover {
  color: #fff;
}

.navbar__contact .phone:before {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url("../images/ico/phone.png");
  background-repeat: no-repeat;
  background-position: 0px 0;
}

.navbar__contact .email {
  font-size: 15px;
  font-size: 0.9375rem;
}

.navbar__contact .email a {
  text-decoration: none;
  border-bottom: 1px dotted #3AAFD6;
}

.navbar__contact .email a:hover {
  border-bottom: 1px dotted #258db0;
}

.navbar__contact .email:before {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url("../images/ico/email.png");
  background-repeat: no-repeat;
  background-position: 0px 0;
}

/* Box ================================================ */
.grey-bg {
  background-color: #F7F7F7;
}

.whyBox {
  text-align: center;
  padding: 50px 0 32px;
}

.whyBox .item {
  margin-bottom: 30px;
  min-height: 130px;
}

.whyBox .item .img {
  margin-bottom: 17px;
}

.productBox {
  padding: 64px 0 32px;
}

.productBox h2 {
  margin-bottom: 68px;
}

.productBox .product-box {
  padding: 0 0 60px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #b5b5b5;
}

.productBox .product-box:last-child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}

.priceBox {
  padding: 58px 0 55px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.priceBox h2 {
  margin-bottom: 44px;
}

.priceBox p {
  margin-bottom: 36px;
}

.priceBox .editor {
  color: #000;
  margin-bottom: 30px;
}

.priceBox .editor ul {
  margin-bottom: 32px;
}

.priceBox .editor ul li {
  padding-left: 20px;
  margin-bottom: 5px;
}

.priceBox .editor ul li::before {
  color: #3AAFD6;
  top: 7px;
}

.priceBox .editor span {
  color: #717987;
}

.messageBox {
  padding: 60px 0 32px;
  background-color: #333848;
  color: #9AA3B3;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}

.messageBox h2 {
  color: #fff;
  margin-bottom: 18px;
}

.messageBox p {
  margin-bottom: 52px;
}

.messageBox form p {
  margin-bottom: 32px;
}

.messageBox input, .messageBox textarea {
  background: #333848;
  color: #9AA3B3;
}

.messageBox textarea {
  margin-bottom: 13px;
}

.messageBox .btn {
  margin-bottom: 30px;
}

.contactBox {
  text-align: center;
  padding: 68px 0 13px;
  font-size: 16px;
  font-size: 1rem;
  color: #616161;
}

.contactBox .item {
  margin-bottom: 40px;
  padding: 0 20px;
}

.contactBox .item .img {
  margin-bottom: 29px;
}

.contactBox ul.email li {
  margin-bottom: 12px;
}

.contactBox ul.email li a {
  color: #616161;
  text-decoration: none;
  border-bottom: 1px dotted #616161;
}

.contactBox ul.email li a:hover {
  color: #000;
  border-bottom: 1px dotted #000;
}

.contactBox ul.phone {
  font-weight: 700;
}

.contactBox ul.phone li {
  margin-bottom: 10px;
}

.contactBox ul.phone li a {
  color: #616161;
  text-decoration: none;
}

.contactBox ul.phone li a:hover {
  color: #000;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 39px;
}

.table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0;
}

.table th {
  text-align: center;
}

.table tr {
  background-color: #FFF;
  border: 1px solid #F8F8F8;
}

.table tr:hover {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.table td {
  vertical-align: middle;
}

.table thead {
  color: #fff;
}

.table thead tr {
  background-color: #192A3B;
}

.table thead tr:hover {
  background-color: #192A3B;
}

.table thead th {
  vertical-align: middle;
  font-weight: 400;
}

.table thead th, .table thead td {
  border: 1px solid #34485C;
  padding: 10px;
}

.table thead .tr-mini {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #899AAB;
}

.table tbody th, .table tbody td {
  padding: 11px 10px;
  border: 0;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  font-weight: 700;
  text-align: right;
  padding-right: 5%;
}

.table tbody tr.bg {
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
}

.table tbody tr.bg:hover {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.table .name {
  background: #3AAFD6;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  border: 1px solid #3AAFD6;
}

.table .name:hover {
  background: #3AAFD6;
  border: 1px solid #3AAFD6;
}

.table .name td:last-child {
  padding: 11px 10px;
}

.table .name td:first-child {
  text-align: center;
}

.table .col-33 {
  width: 33.3333%;
}

.title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 15px;
  border-left: 3px solid #44B3D8;
  margin-bottom: 18px;
}

.title__text {
  height: 43px;
  display: table-cell;
  vertical-align: middle;
}

.editor {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #606060;
}

.editor ul {
  display: block;
  margin-bottom: 22px;
}

.editor ul li {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

.editor ul li:before {
  content: "\f00c";
  font: normal normal normal 10px/1 FontAwesome;
  color: #000;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
}

.editor ul.size {
  margin-bottom: 17px;
  padding-top: 8px;
}

.editor ul.size li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #000;
  font-style: italic;
  position: relative;
  line-height: 1;
}

.editor ul.size li:before {
  content: "";
  width: 18px;
  height: 5px;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 0;
  background: #ccc;
}

.editor ul.size li.h:before {
  background-color: #7CA149;
}

.editor ul.size li.w:before {
  background-color: #F26522;
}

.editor ul.size li.l:before {
  background-color: #44B3D8;
}

.editor img {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 20px 35px 20px 0;
}

.editor p {
  line-height: 1.3;
  margin: 0 0 20px;
}

/* FOOTER ================================================ */
.footer {
  background-color: #272D39;
  padding: 22px 0 22px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #90949C;
}

.footer p {
  margin: 0;
  padding-left: 49px;
}

/* DMTOP ================================================ */
.dmtop {
  color: #fff;
  font-size: 25px;
  z-index: 555;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 50px;
  cursor: pointer;
  padding: 0;
  transition: all 0.7s ease-in-out 0s;
  -moz-box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.dmtop i {
  margin: 0;
  vertical-align: baseline;
}

/* popup ================================================ */
.fancybox-opened .fancybox-skin {
  border: 0 !important;
}

.popup {
  text-align: center;
  height: 100%;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}

.popup .title {
  background-color: #25A0DF;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 20px 0;
  font-weight: 400;
  border: 0;
  margin-bottom: 0;
}

.popup .text {
  padding: 35px 50px;
}

.popup .text p {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */