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

elements-of-type(html5-block) {
  display: block; }

body, html {
  font-family: opensans-regular;
  height: 100%;
  font-size: 18px; }

a {
  outline: none;
  color: #0093d7; }
  a:hover, a:active {
    text-decoration: none;
    color: #f1592a; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: #0093d7; }

.ghost-footer {
  height: 120px; }

.wrapper {
  min-height: 100%;
  margin-bottom: -120px; }

.errorMessage, .help-block {
  color: red;
  font-size: 12px; }

footer {
  height: 120px; }

#toTop {
  bottom: 55px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  font-size: 30px;
  padding: 2px 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: #0079e0;
  border: 1px solid #0079e0;
  text-align: center; }
  #toTop:hover {
    border: 1px solid #f1592a;
    color: #f1592a; }

.text {
  line-height: 1.4em;
  text-align: justify; }
  .text ul {
    margin-bottom: 10px; }
    .text ul li {
      list-style: square outside;
      padding-left: 15px; }
  .text p {
    /*text-indent: 1.5em;*/
    margin-bottom: 10px; }
  .text strong, .text b {
    font-weight: bold; }
  .text h1 {
    font-size: 32px; }
  .text h2 {
    font-size: 24px; }
  .text h3 {
    font-size: 18px; }
  .text h4 {
    font-size: 14px; }
  .text h5 {
    font-size: 12px; }
  .text h6 {
    font-size: 10px; }
  .text small {
    font-size: 10px; }
  .text i {
    font-style: italic; }

.ui-autocomplete .ui-menu-item strong {
  font-weight: bold; }

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

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

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

.icon {
  display: inline-block; }

.main-btn {
  background: none;
  padding: 20px 25px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  font-family: opensans-semibold; }
  .main-btn:hover {
    background: #fff;
    color: #0093d7;
    text-decoration: none; }
  .main-btn.blue {
    color: #0093d7;
    border: 2px solid #0093d7; }
    .main-btn.blue:hover {
      background: #0093d7;
      color: #fff;
      text-decoration: none; }
  .main-btn.green {
    color: #f1592a;
    border: 2px solid #f1592a; }
    .main-btn.green:hover {
      background: #f1592a;
      color: #fff; }

header {
  background: #ff5005;
  color: #fff;
  padding: 32px 0;
  font-size: 20px; }
  header .info {
    line-height: 34px; }

menu {
  text-align: center;
  list-style: none; }
  menu li {
    position: relative;
    display: inline-block;
    padding: 0 10px; }
    menu li a {
      color: #000; }
      menu li a:hover {
        color: #0093d7; }

.brands {
  border-bottom: 1px solid #dadfe3;
  display: flex;
  justify-content: center;
  align-items: center; }
  .brands > div {
    padding: 25px;
    text-align: center; }
  .brands img {
    max-height: 40px;
    opacity: .6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .brands img:hover {
      opacity: 1;
      cursor: pointer; }

.advantages, .advantages-holst {
  text-align: center; }
  .advantages .item, .advantages-holst .item {
    margin-bottom: 30px; }
  .advantages .title, .advantages-holst .title {
    margin-top: 80px;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 30px; }
  .advantages .icon, .advantages-holst .icon {
    margin: 10px 0;
    font-size: 40px; }
  .advantages .small-title, .advantages-holst .small-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }
  .advantages .description, .advantages-holst .description {
    line-height: 1.2; }

.advantages-holst .small-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

.popular {
  text-align: center; }
  .popular .title {
    margin-top: 80px;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center; }
  .popular .sub-title {
    height: 50px;
    text-align: center;
    background-image: url("/images/size_frame.png");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 20px;
    line-height: 1;
    padding: 8px 0;
    box-sizing: border-box;
    color: #2fa6da; }
  .popular .price {
    margin-top: -150px;
    font-size: 40px;
    color: #ff4e00;
    line-height: 1.1;
    margin-bottom: 15px; }
  .popular .button {
    margin-bottom: 70px; }
    .popular .button .btn-primary {
      padding: 10px 20px; }

.hidden-block.active {
  width: 100%;
  height: 88px; }

.menu-block {
  background: #fff;
  padding: 30px 0;
  transition: all .2s ease;
  border-bottom: 1px solid #f5f5f5; }
  .menu-block .logo {
    color: #0079e0;
    font-size: 30px;
    text-transform: uppercase; }
    .menu-block .logo span {
      color: #f1592a; }
  .menu-block .phone {
    white-space: nowrap;
    font-family: opensans-semibold;
    color: #00afc9; }
    .menu-block .phone a {
      color: #00afc9; }
      .menu-block .phone a:hover {
        color: #f1592a; }
  .menu-block.fixed {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0; }
  .menu-block .cart-head {
    display: none;
    margin-top: -4px;
    color: #00afc9;
    font-family: opensans-semibold;
    line-height: 30px; }
    .menu-block .cart-head a {
      color: #00afc9; }
      .menu-block .cart-head a:hover {
        color: #f1592a; }
    .menu-block .cart-head img {
      float: left;
      margin-right: 10px; }

.oborud .title {
  margin-top: 80px;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 30px; }

.oborud .info {
  margin: 10px 0 20px;
  font-size: 24px; }

#price .title {
  margin-top: 80px;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center; }

#price .table b {
  font-weight: bold; }

.modal-dialog {
  position: relative; }
  .modal-dialog .modal-title {
    font-size: 44px;
    line-height: 48px; }
  .modal-dialog .modal-header {
    border: none;
    padding: 30px 40px; }
  .modal-dialog .modal-body {
    padding: 0 50px 40px; }
  .modal-dialog .modal-footer {
    border: none;
    padding-bottom: 55px;
    padding-left: 50px;
    padding-right: 50px; }
  .modal-dialog .text {
    font-family: opensans-semibold;
    line-height: 36px; }
  .modal-dialog .total-price-wrap:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 100%;
    background: #0093d7; }
  .modal-dialog .total-price {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    line-height: 36px;
    color: #383636;
    font-family: opensans-semibold; }
    .modal-dialog .total-price .total-count-wrap {
      font-family: opensans-regular; }
    .modal-dialog .total-price .total-sum-wrap {
      font-size: 36px;
      line-height: 48px; }
  .modal-dialog .btn-block {
    text-align: center;
    margin-top: 35px;
    line-height: 18px;
    margin-bottom: 20px; }

button.close {
  font-size: 50px;
  position: relative;
  right: 10px; }

.red {
  color: #e53835; }

.first-block {
  background: url("/images/head.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative; }
  .first-block:before {
    background: rgba(0, 0, 0, 0.2);
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .first-block > div {
    position: relative; }
  .first-block .title {
    margin-top: 80px;
    font-size: 48px;
    line-height: 54px; }
  .first-block .description {
    margin: 40px 0 100px;
    font-size: 20px;
    line-height: 36px; }
  .first-block .more {
    margin-top: 50px;
    margin-bottom: 40px; }
  .first-block .img-wrap {
    padding-left: 0; }
    .first-block .img-wrap video {
      margin: 90px 0; }
  .first-block:after {
    content: ' ';
    display: block;
    height: 2px;
    width: 100%;
    background: #0093d7; }

.about {
  text-align: center;
  color: #444;
  padding-top: 75px;
  margin-bottom: 65px; }
  .about .title {
    font-size: 48px; }
  .about .description {
    margin-top: 65px;
    max-width: 750px;
    font-family: opensans-semibold;
    display: inline-block;
    font-size: 20px;
    line-height: 36px; }
  .about .images {
    margin-top: 60px; }
    .about .images .img-responsive {
      display: inline-block; }
    .about .images .row + .row {
      margin-top: 30px; }
  .about .video-item {
    max-width: 800px;
    margin: 60px auto 0; }

.video-block {
  background: #ff2108;
  color: #fff;
  padding: 85px 0 75px; }
  .video-block .title {
    font-size: 48px; }
  .video-block .description {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
    font-family: opensans-semibold; }
    .video-block .description.italic {
      font-family: opensans-italic; }
  .video-block small a {
    color: #fff;
    font-size: 14px; }

.benefit {
  background: #008415;
  color: #fff;
  position: relative; }
  .benefit .title {
    font-size: 48px;
    margin-bottom: 50px; }
  .benefit .block {
    padding-top: 65px;
    padding-bottom: 80px; }
  .benefit .info {
    font-size: 20px;
    line-height: 36px; }
  .benefit .white {
    padding-top: 65px;
    padding-bottom: 80px;
    color: #383636; }
  .benefit .white-bg {
    position: absolute;
    background: #fff;
    width: 50%;
    top: 2px;
    bottom: 2px;
    right: 0; }
  .benefit .buttons .item {
    font-family: opensans-semibold;
    border-radius: 6px;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    width: 80%;
    cursor: pointer; }
    .benefit .buttons .item + .item {
      margin-top: 36px; }
    .benefit .buttons .item:hover {
      background: #fff;
      color: #0093d7;
      text-decoration: none; }
  .benefit:after, .benefit:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 100%;
    background: #0093d7; }
  .benefit .img {
    text-align: center; }
    .benefit .img .img-responsive {
      display: inline-block; }

.cart-products .delete {
  padding: 5px;
  float: right;
  position: relative;
  z-index: 1;
  font-size: 14px; }

.cart-products .item .row {
  padding: 0 10px; }

.cart-products .item + .item:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 100%;
  background: #0093d7; }

.catalog {
  text-align: center;
  margin-bottom: 50px; }
  .catalog .title {
    font-size: 48px;
    margin: 75px 0 40px; }
  .catalog .item-title {
    color: #000;
    font-size: 24px;
    margin-bottom: 25px; }
    .catalog .item-title a {
      color: #000; }
  .catalog .image {
    margin-bottom: 25px;
    cursor: pointer; }
    .catalog .image img {
      border: 2px solid #0093d7; }
  .catalog .description {
    margin-top: 65px;
    max-width: 850px;
    font-family: opensans-semibold;
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 32px; }
  .catalog .row + .row {
    margin-top: 60px; }

.map {
  position: relative;
  font-family: opensans-semibold;
  line-height: 36px; }
  .map .info {
    position: absolute;
    width: 100%; }
    .map .info:after, .map .info:before {
      content: ' ';
      display: block;
      height: 2px;
      width: 100%;
      background: #0093d7; }
  .map .white-bg {
    position: absolute;
    background: #fff;
    width: 50%;
    top: 2px;
    bottom: 2px;
    left: 0; }
  .map .title {
    font-size: 48px;
    margin-top: 50px; }
  .map .contacts {
    margin-top: 75px; }
    .map .contacts .item {
      margin-bottom: 50px; }
    .map .contacts .main-btn {
      line-height: 18px; }

.modal.big .modal-dialog {
  width: 90%;
  max-width: 1100px; }

.modal.big button.close {
  position: relative;
  right: 10px; }

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

.params .param {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px; }
  .params .param .name {
    font-family: opensans-semibold;
    margin-bottom: 5px; }
    .params .param .name span {
      font-family: opensans-regular; }
  .params .param .price {
    font-size: 36px; }

.cart-form {
  padding: 0 50px;
  font-size: 20px;
  line-height: 36px;
  font-family: opensans-semibold;
  color: #001520; }
  .cart-form .item {
    margin-bottom: 25px; }
  .cart-form label {
    margin-bottom: 4px; }
  .cart-form .form-control {
    border-color: #1d1b1b;
    padding: 20px 15px; }

.map-wrap {
  left: 50%;
  position: relative;
  width: 50%;
  top: 2px;
  bottom: 2px; }

.modal-product .border img {
  border: 1px solid #cdcdcd; }

.cart-buttons .count {
  text-align: center;
  width: 60px;
  padding: 15px;
  margin: 0 10px;
  border: 1px solid #000;
  border-radius: 4px; }

.cart-buttons .up-down {
  font-size: 30px;
  color: #000; }

.cart-buttons .cart {
  float: right; }

footer {
  font-family: opensans-semibold;
  line-height: 36px; }
  footer span {
    font-family: opensans-regular; }
  footer .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px; }

.btn-primary {
  background: #0093d7;
  border: none;
  font-size: 20px;
  font-family: opensans-semibold;
  padding: 15px 30px;
  border-radius: 6px; }
  .btn-primary:hover {
    background: #f1592a;
    border: none; }
  .btn-primary:focus {
    background: #0093d7; }
  .btn-primary.active {
    background: #0093d7; }
    .btn-primary.active:hover {
      background: #f1592a;
      border: none; }

.padding-65 {
  padding-left: 65px; }

.modal-backdrop.in {
  opacity: 0.85; }

.call-me {
  text-align: center;
  padding: 40px 0; }
  .call-me span {
    font-size: 26px; }

.last-block {
  background: url("/images/bg2.jpg") no-repeat center center;
  height: 1025px; }
  .last-block .white {
    padding: 20px;
    margin-top: 60px;
    background: #fff; }
  .last-block .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px; }
  .last-block .items i {
    color: #f1592a; }
  .last-block .items .item + .item {
    margin-top: 15px; }

.portfolio {
  margin-top: 60px;
  padding-top: 20px; }
  .portfolio .title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px; }
  .portfolio .item + .item {
    margin-top: 20px; }

@media all and (max-width: 1064px) {
  .cart-buttons .cart {
    float: none;
    display: inline-block;
    margin-top: 12px; } }

@media all and (max-width: 768px) {
  .brands {
    flex-wrap: wrap; }
    .brands > div {
      width: 50%; }
  .menu-block .logo {
    text-align: center;
    margin-bottom: 10px; }
  .menu-block .menu {
    display: none; }
  .menu-block .text-right {
    text-align: center; }
  .first-block:after {
    background: #00e0ae; }
  .first-block .img-wrap {
    padding-left: 0;
    padding-right: 0; }
    .first-block .img-wrap:before {
      content: ' ';
      display: block;
      height: 2px;
      width: 100%;
      background: #0079e0; }
    .first-block .img-wrap video {
      margin: 0; }
  .benefit .title {
    text-align: center; }
  .benefit .white-bg {
    display: none; }
  .benefit .block {
    /*      &:after
      {
        content: ' ';
        display: block;
        height: 2px;
        width: 100%;
        background: #0079e0;
      }*/ }
  .benefit:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 100%;
    background: #0079e0; }
  .benefit:after {
    background: #00e0ae; }
  .benefit .white {
    background: #fff; }
  .benefit .buttons {
    text-align: center; }
  .catalog .info {
    margin-bottom: 20px; }
  .map .info {
    position: relative; }
    .map .info:before {
      background: #0079e0; }
    .map .info:after {
      background: #0079e0; }
  .map .white-bg {
    display: none; }
  .map .white {
    background: #fff; }
  .map .map-wrap {
    width: 100%;
    left: 0; }
  footer {
    text-align: center; }
  .img-responsive {
    display: inline-block; }
  .modal-dialog .modal-title {
    font-size: 40px; }
  .modal-footer .main-btn + .main-btn {
    margin-top: 20px; }
  .padding-65 {
    padding-left: 15px; }
  button.close {
    position: relative;
    right: 10px;
    z-index: 1; }
  #calculate .params {
    padding: 0 30px; }
  .about .images .row + .row {
    margin-top: 0; } }
