body,
html {
  overflow-x: hidden;
  width: 100%;
  font-family: "Font01", Arial, Sans-serif;
  font-weight: 500;
}

body {
  color: #263238;
  overflow-x: hidden;
  line-height: 1.45;
}

::-moz-selection {
  background: #78daf5;
}

::selection {
  background: #78daf5;
}

input:focus {
  outline: none;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.d-flex .fw-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-grow: row wrap;
}

.text-medium {
  font-weight: 600;
}

a,
.btn-link {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #0496ff;
  cursor: pointer;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  color: #006ba6;
}

.btn,
.wpcf7-submit {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
}

p {
  margin-top: 0;
}

ol,
ul {
  margin: 0 0 1em 0;
}

ul.nav {
  padding-left: 0;
  margin-left: 0;
}

.dropdown-menu {
  margin-top: -5px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.open > .dropdown-menu {
  margin-top: 2px;
  visibility: visible;
  opacity: 1;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

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

.btn-transparent {
  color: #e94925;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 52px;
}

.btn-transparent:hover {
  color: #e94925;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.text-white {
  color: #fff;
}

.text-white ::-moz-selection {
  color: #fff;
}

.text-white ::selection {
  color: #fff;
}

.fz45 {
  font-size: 45px;
}

.fz32 {
  font-size: 32px;
}

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

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #263238;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus {
  border-color: #d3dbdd;
  outline: none;
}

.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder,
.wpcf7-date::-webkit-input-placeholder {
  color: #777e81;
}

.wpcf7-text::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder,
.wpcf7-date::-moz-placeholder {
  color: #777e81;
}

.wpcf7-text:-moz-placeholder,
.wpcf7-textarea:-moz-placeholder,
.wpcf7-date:-moz-placeholder {
  color: #777e81;
}

.wpcf7-text:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder,
.wpcf7-date:-ms-input-placeholder {
  color: #777e81;
}

.wpcf7-submit {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background: #ec7131;
  color: #fff;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  border: none;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.wpcf7-submit:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #ea4925;
}

.wpcf7-not-valid {
  border-color: rgba(244, 67, 54, 0.65) !important;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../img/tail-spin.svg) no-repeat center;
  background-size: cover;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none !important;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

div.wpcf7-validation-errors {
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

.checkbox label,
.radio label {
  padding-left: 0;
}

.checkbox label span,
.radio label span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  cursor: pointer;
}

.checkbox label span:before,
.checkbox label span:after,
.radio label span:before,
.radio label span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
}

.checkbox label span:after,
.radio label span:after {
  background: url(../img/check-black.png) no-repeat center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="8px"><path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M10.000,1.600 L3.847,8.000 L3.846,8.000 L3.846,8.000 L0.000,4.000 L1.538,2.400 L3.846,4.801 L8.462,-0.000 L10.000,1.600 Z"/></svg>');
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox label input[type="checkbox"],
.checkbox label input[type="radio"],
.radio label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]:checked + span:after,
.checkbox label input[type="radio"]:checked + span:after,
.radio label input[type="checkbox"]:checked + span:after,
.radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.radio label span:after {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 3px;
  background: #ffc400;
}

.site {
  position: relative;
}

.site .fw-container,
.site .container,
.single-model .site .inner-top .fw-container {
  width: 100%;
  max-width: 1400px;
}

.site .container.generic-page,
.single-model .site .fw-container {
  max-width: 1170px;
}

.site .container .fw-container,
.site .container .fw-container-fluid {
  padding: 0;
}

.generic-page .tblock table,
table.table-generic {
  margin-bottom: 4em;
  border-bottom: 1px solid #f5f5f5;
}

.generic-page .tblock table > tbody > tr td,
table.generic-table > tbody > tr td {
  padding: 8px;
}

.generic-page .tblock table > tbody > tr:first-child td,
table.generic-table > tbody > tr:first-child td {
  padding: 10px 8px;
  font-weight: bold;
}

.generic-page .tblock table > tbody > tr:nth-child(2) td,
table.generic-table > tbody > tr:nth-child(2) td {
  padding-top: 15px;
}

.table-left tr:nth-child(odd) {
  background: #f5f5f5;
}

.table-left tr > td {
  padding: 10px 8px;
}

.table-left tr > td:first-child {
  font-weight: bold;
}

table.generic-table thead td {
  padding: 8px;
  background: #f5f5f5;
  font-weight: bold;
  color: #333;
}

table.generic-table thead + tbody tr > td {
  padding: 10px 8px !important;
  background: unset !important;
  font-weight: normal !important;
}

table tr.grey {
  background: #f5f5f5;
}

.fw-heading.fw-heading-h4 {
  margin: 3em 0 2em;
}

.centered-rows > .fw-container > .fw-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table {
  width: 100%;
}

.centered-rows .fw-col-sm-3 img {
  display: block;
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 10;
  padding: 10px 0;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.site-header .site-branding {
  float: left;
  margin-top: 4px;
}

.site-header .site-logo {
  display: block;
  margin: 0;
  width: 267px;
  height: 100px;
  vertical-align: middle;
  background: url(../img/provisim-logo-transp-md.png) no-repeat center;
  background-size: contain;
}

.site-header .site-logo img {
  display: none;
}

.site-header .contact {
  float: left;
  margin: 20px 10px 0 22px;
  padding-left: 27px;
  position: relative;
  text-shadow: 1px 1px 1px #f5f5f5, -1px 1px 1px #f5f5f5, -1px -1px 1px #f5f5f5,
    1px -1px 1px #f5f5f5;
}

.site-header .contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #000;
  opacity: 0.1;
}

.site-header .contact > span {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}

.site-header .contact a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #263238;
}

.site-header .cb {
  float: right;
  width: 375px;
  margin-top: 22px;
  padding: 0 45px;
  padding: 0 2.3vw;
}

.site-header .cb .btn-link {
  font-weight: 600;
  padding: 14px 15px;
  border-radius: 5px;
  color: #263238;
  display: none;
}

.site-header .cb .btn-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background: url(../img/icon-call--blue.png) no-repeat;
  background-image: url(../img/icon-call--blue.svg);
}

.site-header .langs {
  float: right;
  margin: 23px 30px 0 0;
  padding: 0;
}

.site-header .langs li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.site-header .langs li a {
  display: block;
  font-size: 15px;
  padding: 8px 5px 5px;
  border-radius: 5px;
  line-height: 1;
  color: #00000063;
  background: rgb(255 255 255 / 40%);
}

.site-header .langs li a:hover {
  background: rgba(0, 0, 0, 0.06);
}

.site-header .langs li.current-lang a {
  color: #000000b3;
  background: rgb(255 255 255 / 75%);
  cursor: default;
  pointer-events: none;
}

.home .site-header .langs {
  margin-top: 36px;
}

.site-header.affix {
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.site-header.affix .site-branding {
  margin-top: 0;
}

.site-header.affix .site-logo {
  height: 70px;
  width: 192px;
}

.site-header.affix .contact {
  margin-top: 0;
  padding: 2px 0 2px 27px;
}

.site-header.affix .contact span {
  font-size: 14px;
  margin-bottom: 4px;
}

.site-header.affix .contact a {
  font-size: 16px;
  line-height: 1.414;
}

.site-header.affix .cb {
  width: auto;
  margin-top: 11px;
  padding: 0;
  text-align: center;
}

.site-header.affix .cb .btn-link {
  display: inline-block;
}

.site-header.affix .btn.hamburger {
  margin: 10px 22px 0 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.site-header.affix .langs {
  margin-top: 23px;
}

.site-header .btn.hamburger {
  float: right;
  margin: 22px 57px 0 0;
  padding: 15px 18px;
  -webkit-transition: -webkit-box-shadow 0.2s ease background 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease background 0.2s ease;
  -o-transition: box-shadow 0.2s ease background 0.2s ease;
  transition: box-shadow 0.2s ease background 0.2s ease;
  transition: box-shadow 0.2s ease background 0.2s ease,
    -webkit-box-shadow 0.2s ease background 0.2s ease;
  background: #f08a59;
}

.main-navigation {
  display: none;
}

/* Home */

.h-start {
  position: relative;
  background: #f5f5f5 url(../img/start_bg.jpg) no-repeat 100% 0;
  background-size: auto 100%;
}

.christmas_theme .h-start {
  background: #f5f5f5 url(../img/chrstms_opt3.jpg) no-repeat 100% 0;
}

.h-start .fw-container {
  height: 100vh;
  overflow: hidden;
}

.h-start .h-start__left {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.h-start .h-start__left .tblock {
  margin-top: 10vh;
}

.h-start .h-start__left .tblock h1 {
  font-size: 45px;
  font-weight: 900;
  text-shadow: 3px 3px 2px #f5f5f5, -3px 3px 2px #f5f5f5, -3px -3px 2px #f5f5f5,
    3px -3px 2px #f5f5f5;
}

.h-start .h-start__left .tblock h1 strong {
  display: block;
}

.h-start .h-start__left .tblock p,
.h-start .h-start__left .tblock ul {
  max-width: 375px;
  font-size: 20px;
  font-weight: 500;
}

.h-start .h-start__left .tblock ul {
  max-width: 430px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.9em;
}

.h-start .h-start__left .tblock ul li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
}

.h-start .h-start__left .tblock ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #59baff;
  border-radius: 5px;
}

.h-start .h-start__left .tblock .btn:after {
  content: "";
  display: inline-block;
  vertical-align: -7px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/icon-info--white.png) no-repeat;
  background-image: url(../img/icon-info--white.svg);
}

.h-start .h-start__right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 375px;
  padding: 10vh 45px 0;
  padding: 10vh 2.3vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  background-image: linear-gradient(180deg, #ef8759 0%, #f7c24b 100%);
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.h-start .h-start__right .tblock .h3 {
  text-transform: uppercase;
}

.h-start .h-start__right .tblock .h3 + p {
  font-weight: 600;
}

.h-start .h-start__right .wpcf7-text,
.h-start .h-start__right .wpcf7-textarea {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.h-start .h-start__right .wpcf7-text:focus,
.h-start .h-start__right .wpcf7-textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
  outline: none;
}

.h-start .h-start__right .wpcf7-text::-webkit-input-placeholder,
.h-start .h-start__right .wpcf7-textarea::-webkit-input-placeholder {
  color: #fff;
}

.h-start .h-start__right .wpcf7-text::-moz-placeholder,
.h-start .h-start__right .wpcf7-textarea::-moz-placeholder {
  color: #fff;
}

.h-start .h-start__right .wpcf7-text:-moz-placeholder,
.h-start .h-start__right .wpcf7-textarea:-moz-placeholder {
  color: #fff;
}

.h-start .h-start__right .wpcf7-text:-ms-input-placeholder,
.h-start .h-start__right .wpcf7-textarea:-ms-input-placeholder {
  color: #fff;
}

.h-start .h-start__right .wpcf7-submit {
  background: #ef7b33;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.h-start .h-start__right .wpcf7-submit:hover {
  background: #ea4925;
  -webkit-box-shadow: 0 6px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.2);
}

.h-start .h-start__right p.submit {
  text-align: center;
}

.h-product_big {
  margin-top: -465px;
  margin-top: -50vh;
  position: relative;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.h-product_big img {
  display: inline-block;
  max-width: 90%;
  max-width: 45vw;
  margin-left: 5vw;
}

.s-logo i {
  color: #41ccf3;
}

.h-line h2.title,
.h-line .h2.title {
  margin: 2em 0 1.414em;
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
}

.h-line h2.title::after,
.section-components h3::after,
.h-line .h2.title::after,
.section-components .h3::after {
  content: "";
  display: inline-block;
  width: 220px;
  height: 40px;
  background: url(../img/provisim-logo-transp-md.png) no-repeat center;
  background-size: contain;
  vertical-align: -4px;
  margin-left: 10px;
}

.section-components .h3::after {
  width: 160px;
  height: 24px;
  vertical-align: baseline;
}

.h-line .title .s-logo {
  font-weight: 600;
  text-transform: none;
}

.products-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.products-loop .product {
  width: 400px;
  width: 30%;
  padding: 0 42px 39px;
  padding: 0 2.2vw 2.2vw;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 26px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.products-loop .product .title {
  font-weight: 300;
  text-transform: uppercase;
  color: #ea4925;
}

.products-loop .product .title span {
  color: #263238;
  font-weight: 500;
}

.products-loop .product .price {
  display: block;
  margin-bottom: 26px;
  position: relative;
}

.products-loop .product .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dae1e4;
}

.products-loop .product .price b {
  display: inline-block;
  padding: 0 15px;
  font-size: 21px;
  font-weight: 900;
  color: #e94925;
  background: #fff;
  position: relative;
  z-index: 1;
}

.products-loop .product .short {
  min-height: 140px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
}

.products-loop .product .short + img {
  margin-bottom: 30px;
}

.section-components .h3 {
  margin: 2.5em 0 2em;
  font-weight: 300;
  text-transform: uppercase;
}

.section-components .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-components .list .fw-iconbox {
  width: 310px;
  padding: 0 15px;
}
.section-components .list .fw-iconbox a{
  color: #000;
}
.section-components .list .fw-iconbox a .h5 {
  color: #000;
  font-size: 1.4em;
  font-weight: 300;
  text-transform: uppercase;
}

.section-components .fw-iconbox-1 .fw-iconbox-image {
  width: auto;
}

.section-prizn {
  padding: 3em 0;
}

.section-prizn .images {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section-prizn .fw-iconbox {
  width: 270px;
  padding: 0 15px;
}

.section-prizn .fw-iconbox-1 .fw-iconbox-image {
  width: 120px;
  border-radius: 50%;
  box-shadow: 9px 15px 18px #00000029;
}

.section-prizn .fw-iconbox .h5 {
  margin-top: 2em;
  font-weight: 300;
  font-size: 1em;
}

.section-sfera {
  padding: 3em 0;
}

.section-sfera .images {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section-sfera .fw-iconbox-1 {
  margin: 2vw 2em;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}

.section-sfera .fw-iconbox-1 + .fw-iconbox-1::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 50%;
  margin-top: -2em;
  margin-left: -20px;
  width: 5px;
  height: 4em;
  background: #cecece;
  border-radius: 3px;
}

.section-sfera .fw-iconbox-1 a {
  display: flex;
  color: #263238;
}

.section-sfera .fw-iconbox-1 .fw-iconbox-image {
  width: 160px;
}

.section-sfera .fw-iconbox-1 .fw-iconbox-aside {
  padding: 0 2em;
}

.section-sfera .fw-iconbox-1 .h5 {
  font-size: 1.4em;
  margin: 2.5em 0 2em;
  font-weight: 300;
  text-transform: uppercase;
}

.section-perevagy {
  background: url(../img/duga1920s.svg) no-repeat 50% 100%;
  padding-bottom: 104px;
}

.section-perevagy .images {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.section-perevagy .fw-iconbox {
  width: 270px;
  padding: 0 15px;
  margin-bottom: 2em;
}

.section-perevagy .fw-iconbox-1 .fw-iconbox-image {
  width: 230px;
}

.section-perevagy .fw-iconbox-1 .fw-iconbox-aside {
  padding: 0 2em;
  margin-top: -3em;
}

.section-perevagy .fw-iconbox-1 .h5 {
  margin-top: 2em;
  font-weight: 600;
  font-size: 1em;
}

.h-ideal {
  position: relative;
  color: #fff;
}

.h-ideal:before,
.h-ideal:after {
  content: "";
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/lgrey-r_start.png) no-repeat 50% 100%;
  background-image: url(../img/lgrey-r_start.svg);
  z-index: 0;
}

.h-ideal:after {
  bottom: 0;
  height: 150px;
  background: #028bd0;
  z-index: 0;
}

.h-ideal .fw-container {
  z-index: 1;
}

.h-ideal .fw-heading {
  color: #263238;
}

.h-ideal .fw-heading h3 {
  margin: 4em 0 0;
  margin: 7vmax 0 0;
  font-size: 45px;
}

.h-ideal .fw-heading .subtitle {
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 900;
}

.h-ideal .h-ideal__icons {
  text-align: center;
}

.h-ideal .h-ideal__icons .fw-iconbox {
  display: inline-block;
  margin: 0 26px;
  vertical-align: top;
}

.h-ideal .h-ideal__icons .fw-iconbox-image {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 60px;
  text-align: center;
  line-height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #41ccf3;
  background-image: -moz-linear-gradient(
    130deg,
    #83d4ec 0%,
    #1eb4da 47%,
    #1eb4da 85%,
    #83d4ec 98%
  );
  background-image: -webkit-linear-gradient(
    130deg,
    #83d4ec 0%,
    #1eb4da 47%,
    #1eb4da 85%,
    #83d4ec 98%
  );
  background-image: -ms-linear-gradient(
    130deg,
    #83d4ec 0%,
    #1eb4da 47%,
    #1eb4da 85%,
    #83d4ec 98%
  );
  border: 4px solid rgba(255, 255, 255, 0.8);
}

.h-ideal .h-ideal__icons .title {
  font-size: 23px;
  font-weight: 300;
}

.h-standarts {
  padding-bottom: 380px;
  background: #028bd0;
  background-image: -moz-linear-gradient(90deg, #04acb6 0%, #028bd0 100%);
  background-image: -webkit-linear-gradient(90deg, #04acb6 0%, #028bd0 100%);
  background-image: -ms-linear-gradient(90deg, #04acb6 0%, #028bd0 100%);
  overflow: hidden;
  position: relative;
  color: #fff;
}

.h-standarts:before,
.h-standarts:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -40vmax;
  margin-left: -860px;
  width: 517px;
  height: 425px;
  background: url(../img/bulba.png) no-repeat;
  z-index: 0;
}

.h-standarts:after {
  width: 500px;
  height: 452px;
  margin-left: 10vw;
  top: 25%;
  background: url(../img/dolphs.png) no-repeat;
}

.h-standarts .fw-container {
  z-index: 1;
}

.h-standarts .fw-heading-h3 {
  margin-bottom: 72px;
}

.h-standarts .fw-heading-h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: 20px auto 71px;
  background-image: -moz-linear-gradient(135deg, #1cbec8 0%, #24bce7 100%);
  background-image: -webkit-linear-gradient(135deg, #1cbec8 0%, #24bce7 100%);
  background-image: -ms-linear-gradient(135deg, #1cbec8 0%, #24bce7 100%);
  border-radius: 3px;
}

.h-standarts .fw-heading-h3 h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.h-standarts .fw-heading-h3 h3 .s-logo {
  text-transform: none;
}

.h-standarts .fw-heading-h3 h3 .s-logo i {
  color: #fff;
}

.h-standarts .fw-heading-h3 .subtitle {
  font-weight: 300;
  font-size: 25px;
}

.h-standarts .row-1,
.h-standarts .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-standarts .cta-block {
  display: inline-block;
  width: 330px;
  max-width: 95%;
  margin: 0 24px 30px;
  margin: 0 1.3vmax 30px;
  padding: 30px;
  background: rgba(0, 93, 140, 0.25);
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.h-standarts .cta-block .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.h-standarts .cta-block .text p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 0;
}

.h-standarts .text-center {
  margin-top: 26px;
}

.h-standarts .btn-transparent {
  background: rgba(65, 204, 243, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.h-standarts .btn-transparent:hover {
  background: rgba(65, 204, 243, 0.5);
}

.h-demo {
  position: relative;
  top: -50px;
  background: none;
}

.h-demo:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 445px;
  top: 295px;
  background: url(../img/vid-after_n.png) no-repeat 50% 100%;
  background-image: url(../img/vid-after_n.svg);
  filter: grayscale(1);
}

.h-demo .h3.title {
  font-size: 1.8em;
  color: #a5a5a5;
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.h-demo .fw-heading {
  text-align: center;
}

.h-demo .fw-heading .subtitle {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background: #0496ff;
  position: relative;
  -webkit-box-shadow: 0px 15px 19px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 15px 19px 0px rgba(0, 0, 0, 0.09);
  border-radius: 28px;
}

.h-demo .video-wrapper {
  width: 930px;
  max-width: 100%;
  margin: 54px auto;
  position: relative;
  z-index: 1;
  /* .playvid
      background-color: transparent !important
      text-shadow: none
      &:hover
        background: rgba(255,255,255,.7) !important */
}

.h-demo .video-wrapper:before,
.h-demo .video-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 95%;
  height: 90%;
  left: 2.5%;
  top: -15px;
  background: #d9d9d9;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 26px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.h-demo .video-wrapper:after {
  z-index: 1;
  width: 90%;
  left: 5%;
  top: -30px;
  background: #eaeaea;
  z-index: 0;
}

.h-demo .video-wrapper .embed-responsive {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  overflow: visible;
  position: relative;
  border-radius: 8px;
  z-index: 2;
}

.h-demo .video-wrapper .embed-responsive iframe {
  border-radius: 8px;
  overflow: hidden;
}

.h-demo .video-wrapper .embed-responsive:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -55px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  height: 85px;
  background: url(../img/vid-shape.png) no-repeat;
  background-image: url(../img/vid-shape.svg);
}

.video-wrapper .embed-responsive {
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}

.video-wrapper .embed-responsive .playvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
  border-radius: 8px;
}

.video-wrapper .embed-responsive .playvid:hover {
  background: rgba(255, 255, 255, 0.7);
}

.video-wrapper .embed-responsive .playvid span {
  text-shadow: 0 0px 1px #fff;
  color: #0496ff;
}

.video-wrapper .embed-responsive .playvid span:before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  width: 77px;
  height: 77px;
  background: #fff;
  border-radius: 50%;
  background: #fff url(../img/play-vid.png) no-repeat center;
  background-image: url(../img/play-vid.svg);
}

.video-wrapper .embed-responsive iframe {
  border: 1px solid white;
  border-radius: 8px !important;
}

.video-wrapper.active .embed-responsive:after,
.video-wrapper.active .playvid {
  display: none;
}

.video-wrapper.active iframe {
  border: none;
}

.ios_shadow span {
  display: inline-block;
  position: relative;
}

.ios_shadow .img-circle {
  position: relative;
  z-index: 1;
}

.ios_shadow .img-circle.shd {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 0;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  opacity: 0.9;
}

.h-reviews {
  padding: 8vmax 0;
  background: url(../img/otzivy.jpg) no-repeat 100% 50%;
  background-size: auto 98%;
}

.h-reviews .fw-container-fluid {
  padding-left: calc((100vw - 1370px) / 2);
  padding-right: 0;
}

.h-reviews .h-reviews__title {
  height: 330px;
  margin-top: 45px;
  position: relative;
  background: url(../img/quotes.png) no-repeat 80% 50%;
  background-image: url(../img/quotes.svg);
}

.h-reviews .h-reviews__title:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 20%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    white 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.h-reviews .h-reviews__title .h3.title {
  margin-top: 45px;
  font-size: 45px;
  position: relative;
  z-index: 1;
}

.h-reviews .h-reviews__title .btn {
  position: relative;
  z-index: 1;
  margin-top: 39px;
}

.h-reviews .h-reviews__carousel .owl-item {
  float: left;
}

.h-reviews .h-reviews__carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 480px;
  height: 330px;
  max-height: 60vh;
  margin: 45px 0 45px 25px;
  margin: 45px 0 45px 25px;
  padding: 20px 25px 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.h-reviews .h-reviews__carousel .item .image {
  width: 120px;
  margin-right: 15px;
  text-align: center;
}

.h-reviews .h-reviews__carousel .item .image .ttm-author {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 900;
}

.h-reviews .h-reviews__carousel .item .image .ios_shadow {
  display: inline-block;
  width: 78px;
  height: 78px;
}

.h-reviews .h-reviews__carousel .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.h-reviews .h-reviews__carousel .item .text p {
  margin-bottom: 0;
}

.h-reviews .tblock {
  position: relative;
  z-index: 1;
}

.h-reviews .owl-next,
.h-reviews .owl-prev {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  border: 2px solid #263238;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/arrow-right.png) no-repeat center;
  background-image: url(../img/arrow-right.svg);
  cursor: pointer;
}

.h-reviews .owl-next:hover,
.h-reviews .owl-prev:hover {
  background-color: #e9f2f3;
}

.h-reviews .owl-next.disabled,
.h-reviews .owl-prev.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.h-reviews .owl-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.h-idea {
  min-height: 630px;
  padding-top: 160px;
  padding-top: 7vmax;
  background: url(../img/idea-after2.png) no-repeat 0 100%;
  background-image: url(../img/idea-after2.svg);
  background-size: 100% auto;
}

.h-idea h3.title {
  margin: 0 0 0.8em;
  font-size: 45px;
}

.h-idea .fw-row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-idea .tblock {
  padding-right: 5vw;
}

.h-kak_zakaz {
  padding: 90px 0;
  padding: calc(30px + 2vmax) 0;
  color: #fff;
  background: #f99f70;
  background-image: -moz-linear-gradient(135deg, #f36040 0%, #ffb471 100%);
  background-image: -webkit-linear-gradient(135deg, #f36040 0%, #ffb471 100%);
  text-align: center;
}

.h-kak_zakaz h3.title {
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
}

.h-kak_zakaz .h-kak_zakaz__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-kak_zakaz .fw-iconbox {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  min-height: 385px;
  padding: 60px 10px 20px;
  border-radius: 5px;
}

.h-kak_zakaz .fw-iconbox:last-child .fw-iconbox-image:after {
  display: none;
}

.h-kak_zakaz .fw-iconbox:hover .fw-iconbox-image i {
  -webkit-transform: translate3d(0, -10px, 0) scale(0.95);
  transform: translate3d(0, -10px, 0) scale(0.95);
}

.h-kak_zakaz .fw-iconbox:hover .fw-iconbox-aside {
  -webkit-transform: translate3d(0, -15px, 0) scale(1.1);
  transform: translate3d(0, -15px, 0) scale(1.1);
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-aside {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h-kak_zakaz .fw-iconbox .h5.title {
  font-size: 25px;
  font-weight: 900;
  margin: 1em 0 0.6em;
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.h-kak_zakaz .fw-iconbox.fw-iconbox-1 .fw-iconbox-image {
  width: 110px;
  height: 110px;
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image {
  position: relative;
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: -100px;
  width: 48px;
  height: 48px;
  background: url(../img/arr-r-white.png) no-repeat center;
  background-image: url(../img/arr-r-white.svg);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image i {
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.01);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/h-z__mouse.png);
  background-image: url(../img/h-z__mouse.svg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image i.itm-1 {
  margin-left: 4px;
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image i.itm-2 {
  background-image: url(../img/h-z__support.png);
  background-image: url(../img/h-z__support.svg);
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image i.itm-3 {
  background-image: url(../img/h-z__obr.png);
  background-image: url(../img/h-z__obr.svg);
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image i.itm-4 {
  background-image: url(../img/h-z__deal.png);
}

.h-kak_zakaz .fw-iconbox .fw-iconbox-image i.itm-5 {
  background-image: url(../img/h-z__tools.png);
  background-image: url(../img/h-z__tools.svg);
}

.h-kak_zakaz .btn-transparent {
  margin-top: 45px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 200px;
  max-width: 90%;
}

.h-kak_zakaz .btn-transparent:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 6px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.2);
}

.h-warranty {
  padding: 90px 0;
  padding: calc(30px + 2vmax) 0;
  text-align: center;
}

.h-warranty .fw-heading {
  margin-bottom: 50px;
}

.h-warranty .fw-heading .h2 {
  margin-left: 80px;
  margin-bottom: 0.6em;
  font-size: 2.827em;
}

.h-warranty .fw-heading .h2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  width: 80px;
  height: 64px;
  background: url(../img/warranty-check.png) no-repeat;
  background-image: url(../img/warranty-check.svg);
}

.h-warranty .fw-heading .subtitle {
  max-width: 860px;
  margin: 0 auto;
}

.h-warranty .tblock {
  text-align: left;
}

.h-warranty .tblock img.alignnone {
  display: inline-block;
  vertical-align: baseline;
  margin: 15px;
  max-height: 180px;
  width: auto;
}

.h-map {
  /* padding: 0 0 52px; */
  background: #f4f4f4;
}

.h-map .tblock .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.h-map .map_mesg {
  background: #fff;
  padding: 20px 20px 20px 45px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  left: -16px;
  border-radius: 8px;
}

.h-map .map_mesg:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 22px;
  border-color: transparent transparent transparent #e6eaeb;
}

.h-map .map_mesg > .h5 {
  font-size: 16px;
  font-weight: 400;
}

.h-map .map_mesg h3,.h-map .map_mesg .h3 {
  margin-top: 30px;
  font-size: 22px;
}

.h-map .map_mesg h3:after,
.h-map .map_mesg .h3:after {
  content: "";
  display: block;
  margin-top: 18px;
  width: 40px;
  height: 4px;
  background: #41ccf3;
  border-radius: 2px;
}

.h-map .map_mesg h4,
.h-map .map_mesg .h4 {
  margin-top: 15px;
  font-size: 22px;
}

.h-map .map_mesg .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h-map .map_mesg p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
  flex: 1;
}

.h-map .map_mesg p b {
  font-weight: 600;
}

.h-map .map_mesg .gerb {
  display: inline-block;
  margin: 20px 20px 0 0;
  width: 55px;
  height: 62px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.h-map .map_mesg .gerb.dp {
  background-image: url(../img/gerb-dp.gif);
}

.cta-footer {
  background: #eaeaea;
  padding: 25px 0 10px;
}

.cta-footer .h4 {
  margin: 0 0 26px;
  font-size: 32px;
  font-weight: 300;
}

.cta-footer .h4 b {
  font-weight: 900;
}

.cta-footer .wpcf7-response-output {
  display: inline-block;
}

.cta-footer .inl {
  display: inline-block;
}

.cta-footer .inl p {
  display: inline-block;
  vertical-align: top;
  max-width: 285px;
  margin-right: 30px;
}

.cta-footer .inl .wpcf7-text {
  border-color: transparent;
  background: #fff;
}

.site-footer {
  padding: 45px 0;
  background: #f4f4f4;
  font-weight: 300;
}

.site-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

/* Modals */

.menu_holder,
.modal_holder {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  background: rgba(133, 146, 150, 0.2);
  z-index: 1000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.menu_holder .container,
.modal_holder .container {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  padding: 0;
}

.modal_holder {
  height: auto;
  overflow: scroll;
  overflow-x: hidden;
}

body.menu_active .menu_holder,
body.modal_active .modal_holder {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: -15px;
  right: 0;
  bottom: 0;
  width: auto;
  overflow: scroll;
  overflow-x: hidden;
  margin-right: -15px;
}

body.menu_active .menu_holder {
  overflow: hidden;
  left: 0;
  margin-right: 0;
}

body.menu_active #page,
body.modal_active #page {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Modal */

body.modal_active .menu_toggle {
  visibility: hidden;
  opacity: 0;
}

.modal_dialog {
  visibility: hidden;
  width: 800px;
  height: auto;
  left: 50%;
  margin-left: -400px;
  margin-bottom: 40px;
  padding: 45px 45px 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
}

body.modal_active .modal_dialog.showing {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
}

.modal_dialog {
  margin-top: 50px;
  font-size: 15px;
}

.modal_dialog .wpcf7-text,
.modal_dialog .wpcf7-textarea,
.modal_dialog .wpcf7-date {
  width: 100%;
  background: #ecf1f2;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  color: #263238;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.modal_dialog .wpcf7-textarea {
  height: 117px;
}

.modal_dialog div.wpcf7 {
  width: auto;
}

.modal_dialog .modal-footer {
  margin-top: 25px;
  margin-left: -45px;
  margin-right: -45px;
  padding: 39px 45px 24px;
  background: #f6fbfc;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

.modal_dialog .modal-footer .help {
  font-size: 14px;
  font-weight: 300;
  color: #78909c;
  margin-bottom: 0;
}

.modal_dialog .modal-footer .wpcf7-spinner,
.cta-footer .wpcf7-spinner {
  position: absolute;
  left: 50%;
  margin-top: 14px;
  margin-left: -12px;
}

.modal_dialog .h5 {
  margin: 0 0 26px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.modal_dialog .h5:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 39px auto 0;
  border-radius: 2px;
  background: #0496ff;
}

.modal_dialog h4,
.modal_dialog .h4 {
  font-weight: 600;
  margin-bottom: 26px;
}

.modal_dialog .inl p {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  max-width: 100%;
  padding: 0 15px;
}

.modal_dialog .wpcf7-submit {
  background: #0496ff;
  padding: 0 30px;
}

.modal_dialog .wpcf7-submit:hover {
  background: #006ba6;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.modal_dialog .wpcf7-not-valid {
  border-bottom-color: #f00;
}

.modal_dialog div.wpcf7-response-output {
  position: fixed;
  left: 10%;
  bottom: -20px;
  width: 80%;
  z-index: 100;
  background: rgba(72, 97, 109, 0.8);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 40px;
  height: auto;
  border-radius: 8px;
}

.modal_close {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  right: 10px;
  background: url(../img/icon-close.svg) no-repeat center;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6;
  cursor: pointer;
}

/* Callback */

#modal-callback,
#modal-callback-uk {
  text-align: center;
}

/* Rasschet */

#modal-rasschet {
  width: 1000px;
  margin-left: -500px;
}

#modal-rasschet .tip {
  padding-left: 55px;
}

#modal-rasschet .inl {
  padding-left: 40px;
}

.modal_dialog .h4 i {
  display: inline-block;
  vertical-align: 1px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #e8eef1;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  font-weight: 900;
  border-radius: 50%;
}

.modal_dialog .h4.toggle {
  cursor: pointer;
  margin-bottom: 10px;
}

.modal_dialog .h4.toggle b {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #0496ff;
}

.modal_dialog .h4.toggle b:hover {
  text-decoration: underline;
  color: #337ab7;
}

.modal_dialog .h4:hover b {
  text-decoration: underline;
  color: #337ab7;
}

.modal_dialog .tip {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.modal_dialog .tip b {
  font-weight: 600;
}

.modal_dialog br {
  display: none;
}

.modal_dialog .list-row {
  /* max-width: 600px */
  margin-bottom: 20px;
}

.modal_dialog .list-row strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.modal_dialog .list-row label br {
  display: none;
}

.modal_dialog .wpcf7-checkbox strong {
  margin-bottom: 10px;
}

.modal_dialog .wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
  margin-left: 0;
}

#site-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 400px;
  max-width: 100%;
}

#site-nav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4a4c4f;
  background-image: linear-gradient(90deg, #63656a 0%, #4a4c4f 100%);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 0;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

#site-nav .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

#site-menu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#site-menu li {
  display: block;
}

#site-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#site-menu li a:hover {
  text-decoration: none;
  background: #0496ff;
  border-radius: 5px;
}

.menu_active #site-nav:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu_active #site-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu_active .menu_close.btn {
  opacity: 0.6;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1000;
}

.menu_close {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu_close.btn {
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 10px;
  left: 10px;
  background: url(../img/icon-close.svg) no-repeat center;
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scrolltop {
  display: none;
  position: fixed;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  right: 45px;
  bottom: 45px;
  background: #81bdce url(../img/chevron_white_top.svg) no-repeat 50% 50%;
  opacity: 0.24;
  z-index: 2;
}

.scrolltop:hover {
  opacity: 0.6;
}

/* Inner page */

.site-main.inner {
  padding-top: 85px;
}

.site-main.inner .h-map {
  padding-top: 45px;
}

.single-model .site-header,
.site-header.generic-header {
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.single-model .site-header .site-branding,
.site-header.generic-header .site-branding {
  margin-top: 0;
}

.single-model .site-header .site-logo,
.site-header.generic-header .site-logo {
  height: 66px;
  width: 192px;
}

.single-model .site-header .contact,
.site-header.generic-header .contact {
  margin-top: 0;
  padding: 2px 0 2px 27px;
}

.single-model .site-header .contact span,
.site-header.generic-header .contact span {
  font-size: 14px;
  margin-bottom: 4px;
}

.single-model .site-header .contact a,
.site-header.generic-header .contact a {
  font-size: 16px;
  line-height: 1.414;
}

.single-model .site-header .cb,
.site-header.generic-header .cb {
  width: auto;
  margin-top: 11px;
  padding: 0;
  text-align: center;
}

.single-model .site-header .cb .btn-link,
.site-header.generic-header .cb .btn-link {
  display: inline-block;
}

.single-model .site-header .btn.hamburger,
.site-header.generic-header .btn.hamburger {
  margin: 10px 22px 0 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.inner-top {
  background-color: #f3f9fa;
  background-repeat: no-repeat;
  background-position: 75% 70%;
  color: #fff;
  position: relative;
}

.inner-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #0000005c;
}

.inner-top .fw-container {
  z-index: 1;
}

.inner-top .fw-row {
  padding: 150px 0 45px;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-top h1 {
  font-size: 45px;
  font-weight: 500;
}

.inner-top h1 .s-logo {
  font-weight: 600;
}

.inner-top h1 .s-logo i {
  font-style: normal;
}

.inner-shars {
  padding: 3vmax 0 2vmax;
}

.inner-shars .fw-heading h2.title {
  margin: 1.62em 0;
}

.inner-shars .c-right table {
  background: #f3f9fa;
  -webkit-box-shadow: 0 10px 50px rgba(65, 99, 109, 0.15);
  box-shadow: 0 10px 50px rgba(65, 99, 109, 0.15);
}

.inner-shars .c-right table tr td {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  background: #edf6f7;
}

.inner-shars .c-right table tr td:first-child {
  font-weight: 500;
  padding-left: 35px;
  background: none;
  border-right: 1px solid #e8edee;
}

.inner-shars .c-right table tr:first-child td {
  padding-top: 35px;
}

.inner-shars .c-right table tr:last-child td {
  padding-bottom: 35px;
}

.inner-features {
  padding: 4vmax 0;
}

.inner-features .fw-container {
  max-width: 1100px;
}

.inner-features h3.title {
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.inner-features .tblock {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
}

.inner-features .tblock h4 {
  margin: 2em 0 1.6em;
  font-size: 18px;
  font-weight: 900;
  color: #41ccf3;
  text-transform: uppercase;
}

.inner-features .buttons .btn {
  margin: 45px 15px;
}

.inner-bottom {
  padding-bottom: 4vmax;
}

.zagalny-dani .fw-container .fw-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

label.sel,
label.selectbox .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

label.sel select,
label.selectbox .wpcf7-form-control-wrap select {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 35px 0 20px;
  margin: 0;
  border-radius: 5px;
  background: #f1f4f5;
  color: #5f7179;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid transparent;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

label.sel select:hover,
label.selectbox .wpcf7-form-control-wrap select:hover {
  background: #eaeff1;
  color: #263238;
}

label.sel:after,
label.selectbox .wpcf7-form-control-wrap:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: 21px;
  right: 15px;
  pointer-events: none;
  opacity: 0.7;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="10px"><path fill-rule="evenodd"  fill="rgb(38, 50, 56)" d="M7.140,8.658 L0.333,1.993 C-0.137,1.533 -0.137,0.787 0.333,0.327 C0.803,-0.133 1.565,-0.133 2.035,0.327 L7.991,6.159 L13.947,0.327 C14.416,-0.134 15.178,-0.133 15.648,0.327 C16.118,0.787 16.118,1.533 15.648,1.993 L8.841,8.658 C8.372,9.118 7.610,9.118 7.140,8.658 Z"/></svg>')
    no-repeat 50% 50%;
}

label.sel:hover:after,
label.selectbox .wpcf7-form-control-wrap:hover:after {
  opacity: 1;
}

.no-svg label.sel:after,
.no-svg label.selectbox .wpcf7-form-control-wrap:after {
  background-image: url(../img/sel_arr.png);
}

.generic-page .entry-header {
  padding: 2em 0 1.44em;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  label.sel select,
  label.selectbox .wpcf7-form-control-wrap select {
    padding-right: 35px;
  }
}

@media (min-height: 970px) {
  .h-product_big {
    margin-top: -465px;
  }
}

@media (max-height: 850px) {
  .h-start .h-start__left,
  .h-start .h-start__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .h-start .h-start__left .tblock,
  .h-start .h-start__right .tblock {
    margin-top: 0;
  }
}

@media (max-height: 750px) {
  .h-start .h-start__left .tblock h1 {
    font-size: 45px;
  }
  .h-start .h-start__left .tblock p,
  .h-start .h-start__left .tblock ul {
    font-size: 16px;
  }
  .h-start .h-start__left .tblock ul li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .h-start .h-start__right .tblock h3 {
    text-transform: none;
  }
  .h-start .h-start__right .tblock h3 + p {
    font-size: 14px;
  }
  .h-product_big img {
    width: 540px;
  }
}

@media (max-height: 660px) {
  .site-header {
    padding: 5px;
  }
  .site-header .site-branding {
    margin-top: 0;
  }
  .site-header .site-logo {
    height: 66px;
    width: 192px;
  }
  .site-header .contact {
    margin-top: 0;
    padding: 2px 0 2px 27px;
  }
  .site-header .contact span {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .site-header .contact a {
    font-size: 16px;
    line-height: 1.414;
  }
  .site-header .cb {
    margin-top: 11px;
    text-align: center;
  }
  .site-header .btn.hamburger {
    margin-top: 10px;
  }
  .site-header .langs {
    margin-top: 25px;
  }
  .home .site-header .langs {
    margin-top: 25px;
  }
}

@media (max-height: 610px) {
  .h-start .h-start__left .tblock h1 {
    font-size: 35px;
    font-size: calc(25px + 1.4vmax);
  }
}

@media (max-width: 1500px) {
  .inner-top .fw-container {
    padding: 0 25px;
  }
}

@media (max-width: 1400px) {
  .h-reviews .fw-container-fluid {
    padding-left: 15px;
  }
  .h-reviews .h-reviews__title {
    padding-left: 20px;
  }
}

@media (max-width: 1280px) {
  .site-header {
    padding: 5px;
    background: #ffffff82;
  }
  .h-start .fw-container {
    background: rgb(255 255 255 / 62%);
  }
  .site-header .site-branding {
    margin-top: 0;
  }
  .site-header .site-logo {
    height: 66px;
    width: 192px;
  }
  .site-header .contact {
    margin-top: 0;
    padding: 2px 0 2px 27px;
  }
  .site-header .contact span {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .site-header .contact a {
    font-size: 16px;
    line-height: 1.414;
  }
  .site-header .cb {
    margin-top: 11px;
    text-align: center;
  }
  .site-header .btn.hamburger {
    margin-top: 10px;
    margin-right: 20px;
  }
  .site-header .langs {
    margin-top: 25px;
    margin-right: 20px;
  }
  .home .site-header .langs {
    margin-top: 25px;
  }
  .h-product_big {
    margin-top: -300px;
  }
  .h-product_big img {
    width: 450px;
  }
  .h-start .h-start__right,
  .site-header .cb {
    width: 330px;
  }
  .h-kak_zakaz .h-kak_zakaz__icons {
    display: block;
  }
  .h-kak_zakaz .fw-iconbox {
    padding-top: 20px;
    width: 45%;
    height: auto;
    min-height: unset;
  }
  .h-kak_zakaz .fw-iconbox .fw-iconbox-image:after {
    display: none;
  }

  .h-start .h-start__left .tblock h1 {
    font-size: 45px;
    font-weight: 900;
    text-shadow: 3px 3px 2px #e3e3e3, -3px 3px 2px #e3e3e3,
      -3px -3px 2px #e3e3e3, 3px -3px 2px #e3e3e3;
  }
}

@media (max-width: 1120px) {
  .site-header .contact {
    margin-top: 10px;
  }
  .site-header .contact span {
    display: none;
  }
  .site-header.affix .contact {
    margin: 12px 0 9px 22px;
  }
  .site-main.inner {
    padding-top: 75px;
  }
  .single-model .site-header .contact,
  .site-header.generic-header .contact {
    margin-top: 24px;
  }
  .products-loop {
    display: block;
    text-align: center;
  }
  .products-loop .product {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  .h-reviews {
    padding: 45px 0;
    background-size: 50% auto;
    background-position: 100% 80%;
  }
  .h-reviews .h-reviews__title {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
  }
  .h-reviews .h-reviews__title:before {
    display: none;
  }
  .h-reviews .h-reviews__title .modal_toggle {
    display: none;
  }
  .h-reviews .h-reviews__carousel {
    width: auto;
  }
}

@media (max-width: 1060px) {
  .h-start .h-start__right,
  .site-header .cb {
    display: none;
  }
  .h-product_big {
    text-align: right;
    margin-left: 0;
  }
  .h-product_big img {
    margin-left: 0;
    width: 450px;
    width: 50%;
    max-width: unset;
  }
  .h-start .h-start__left {
    width: 100%;
  }
  .h-start .h-start__left .tblock {
    padding-left: 20px;
    padding-left: 1vw;
  }
  .site-header .btn.hamburger,
  .site-header.affix .btn.hamburger,
  .single-model .site-header .btn.hamburger,
  .site-header.generic-header .btn.hamburger {
    margin-right: 0;
  }
  .h-map .tblock .ins {
    display: block;
  }
  .modal_dialog,
  #modal-rasschet {
    width: 95%;
    margin: 0 auto 100px;
    left: 0;
    top: 20px;
  }
}

@media (max-width: 991px) {
  .section-components .h3 {
    margin: 1.5em 0 1em;
  }
  .h-ideal {
    color: #263238;
    background: #fff url(../img/lgrey-r_start.png) no-repeat 50% 100%;
    background-image: url(../img/lgrey-r_start.svg);
    padding-bottom: 60px;
  }
  .h-ideal:before,
  .h-ideal:after {
    display: none;
  }
  .h-ideal .h-ideal__icons .title {
    font-size: 18px;
  }
  .h-standarts .fw-heading-h3 {
    margin-bottom: 45px;
  }
  .h-standarts .fw-heading-h3:before {
    display: none;
  }
  .h-standarts .row-1 .cta-block,
  .h-standarts .row-2 .cta-block {
    width: 47%;
  }
  .h-standarts .row-1 .cta-block:last-child,
  .h-standarts .row-2 .cta-block:last-child {
    width: auto;
    max-width: unset;
    display: block;
  }
  .h-map .map_mesg {
    left: 0;
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 10px 20px 20px;
  }
  .h-map .map_mesg:after {
    display: none;
  }
  .inner-top h1 {
    font-size: 38px;
  }
  .inner-top .fw-row {
    padding-top: 45px;
  }
  .inner-shars .fw-heading h2.title {
    margin-top: 20px;
    font-size: 38px;
  }
}

@media (max-width: 830px) {
  .h-start .fw-container {
    height: auto;
  }
  .h-start .fw-container .h-start__left {
    position: static;
    margin-top: 110px;
    margin-top: 17vh;
  }
  .h-start .fw-container .h-start__left .tblock {
    margin-top: 0;
  }
  .h-product_big {
    margin-top: -240px;
  }
  .h-product_big img {
    width: 50%;
    margin-right: -15px;
  }
  .h-line {
    position: relative;
    z-index: 2;
    margin-top: -15px;
  }
  .products-loop .product .short {
    min-height: 185px;
  }

  .section-sfera .fw-iconbox-1 + .fw-iconbox-1::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header .contact {
    padding-left: 0;
    margin: 12px 0 9px 22px;
  }
  .site-header .contact:before {
    display: none;
  }
  .site-header.affix {
    padding: 0;
  }
  .site-header.affix .contact {
    padding-left: 0;
    margin: 12px 0 9px 22px;
  }
  .single-model .site-header .contact,
  .site-header.generic-header .contact {
    padding-left: 0;
    margin: 12px 0 9px 22px;
  }
  .products-loop .product {
    display: block;
    width: auto;
    padding-bottom: 40px;
  }
  .products-loop .product .title {
    display: inline-block;
  }
  .products-loop .product .short {
    min-height: unset;
  }
  .products-loop .product img {
    display: block;
    margin: 0 auto;
  }
  .h-idea .fw-row:last-child {
    display: block;
  }
  .h-idea .h-idea__right .video-wrapper {
    max-width: 90%;
    margin: 20px auto 45px;
  }
  .title.h2,
  .h-demo .h3.title,
  .h-reviews .h-reviews__title .h3.title,
  .h-line h2.title {
    font-size: 38px;
  }
  .cta-footer .inl p {
    max-width: 220px;
  }
  .site-footer .row {
    display: block;
  }
  .site-footer .left,
  .site-footer .right {
    text-align: center;
  }
  .site-footer .left {
    margin-bottom: 25px;
  }
  .inner-top {
    text-align: center;
  }
  .inner-shars {
    text-align: center;
  }
  .inner-shars .c-right {
    margin-top: 45px;
    text-align: left;
  }
  .inner-features .tblock h4 {
    text-align: center;
  }
  #modal-rasschet .selectbox,
  #modal-rasschet .col-sm-6 > label,
  #modal-rasschet .col-sm-4 > label {
    display: block;
    margin-bottom: 20px;
  }
  #modal-rasschet .modal_dialog .list-row {
    margin-bottom: 0;
  }
  #modal-rasschet .modal_dialog .list-row > p {
    display: none;
  }

  .d-flex .fw-row {
    display: block;
  }

  .section-components .list {
    justify-content: center;
  }

  .h-warranty .tblock img.alignnone {
    max-height: 100px;
  }
}

@media (max-width: 690px) {
  .site-header .site-logo,
  .site-header.affix .site-logo,
  .single-model .site-header .site-logo,
  .site-header.generic-header .site-logo {
    width: 110px;
  }
  .h-start .fw-container {
    text-align: center;
  }
  .h-start .fw-container .h-start__left {
    display: block;
  }
  .h-start .fw-container .h-start__left .tblock {
    padding-left: 0;
  }
  .h-start .fw-container .h-start__left .tblock p,
  .h-start .fw-container .h-start__left .tblock ul {
    max-width: unset;
  }
  .h-start .fw-container .h-start__left .tblock ul li {
    padding-left: 0;
  }
  .h-start .fw-container .h-start__left .tblock ul li:before {
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
  }
  .h-product_big {
    display: none;
  }
  .h-line {
    margin-top: 0;
    padding-top: 65px;
  }
  .h-line h2.title {
    margin-bottom: 0.5em;
  }
  .fz45,
  .h-ideal .fw-heading h3 {
    font-size: 32px;
  }
  .h-ideal {
    margin-top: 26px;
  }
  .h-ideal .fw-heading .subtitle {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .menu_close.btn {
    display: block;
  }
  .site-header.affix .langs {
    display: none;
  }
  .h-ideal .h-ideal__icons .fw-iconbox {
    margin: 0 1%;
    width: 48%;
    float: left;
  }
  .h-ideal .h-ideal__icons .fw-iconbox:nth-child(2n + 1) {
    clear: left;
  }
  .h-standarts .row-1 .cta-block,
  .h-standarts .row-2 .cta-block {
    width: auto;
    max-width: unset;
    display: block;
  }
  .h-standarts:after {
    left: 0;
    margin-left: 0;
  }
  .h-reviews .h-reviews__carousel .item {
    width: 340px;
    height: auto;
    display: block;
  }
  .h-reviews .h-reviews__carousel .item .image {
    margin: 0 auto 20px;
  }
  .single-model .site-header .contact,
  .site-header.generic-header .contact {
    display: none;
  }
  .inner-features .buttons .btn {
    margin: 30px 15px 0;
  }
}

@media (max-width: 475px) {
  .site-header .contact {
    display: none;
  }
  .site-header.affix {
    padding-bottom: 3px;
  }
  .site-header .site-logo,
  .site-header.affix .site-logo {
    width: 162px;
    margin-top: 3px;
  }
  .single-model .site-header .site-logo,
  .single-model .site-header.affix .site-logo,
  .site-header.generic-header .site-logo,
  .site-header.generic-header.affix .site-logo {
    width: 110px;
  }
  .h-kak_zakaz .fw-iconbox {
    width: 100%;
    display: block;
    margin: 0;
    padding-top: 20px;
  }
  .cta-footer .h4 {
    text-align: center;
  }
  .cta-footer .inl {
    display: block;
    text-align: center;
  }
  .cta-footer .inl p {
    display: block;
    width: auto;
    margin-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .site-header .langs,
  .home .site-header .langs {
    margin-top: 18px;
    clear: both;
  }
  .single-model .site-header .langs,
  .site-header.generic-header .langs {
    margin-top: 25px;
    clear: none;
  }
  .h-start {
    padding-bottom: 52px;
  }
  .h-start .fw-container .h-start__left {
    margin-top: 160px;
  }
  .h-start .fw-container .h-start__left .btn-primary {
    display: none;
  }
  .h-start .h-start__left .tblock h1 {
    font-size: 38px;
  }
  .h-line {
    padding-top: 0;
  }
  .h-line .fw-heading {
    display: none;
  }
  .h-line .products-loop {
    margin-top: -66px;
  }
  .h-line .products-loop .product {
    margin: 0 0 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-shars .c-right table tr td {
    padding: 8px 10px;
  }
  .inner-shars .c-right table tr td:first-child {
    padding-left: 15px;
  }
  #modal-rasschet .inl,
  #modal-rasschet .tip {
    padding-left: 0;
  }
  #modal-rasschet .inl p,
  #modal-rasschet .tip p {
    padding: 0;
  }
  .modal_dialog .h5 {
    font-size: 23px;
  }
  .modal_dialog .list-row {
    margin-bottom: 0;
  }
}

@media (max-width: 424px) {
  .h-warranty .fw-heading .h2 {
    margin-left: 0;
  }
  .h-warranty .fw-heading .h2:after {
    display: none;
  }
  .h-reviews .h-reviews__carousel .item {
    width: 300px;
    margin-left: 10px;
  }
  .h-line h2.title,
  .inner-shars .fw-heading h2.title,
  .inner-features h3.title,
  .title.h2,
  .h-demo .h3.title,
  .h-reviews .h-reviews__title .h3.title,
  .h-line h2.title,
  .h-idea h3.title,
  .h-kak_zakaz h3.title {
    font-size: 32px;
  }
  .scrolltop {
    right: 15px;
    bottom: 15px;
  }
  .h-map .map_mesg .gerb {
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  .inner-shars .c-right table tr td {
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
  }
  .cta-footer .h4 {
    font-size: 25px;
  }
  .single-model .site-header .langs,
  .site-header.generic-header .langs {
    margin-top: 9px;
  }
  .single-model .site-header .langs li,
  .site-header.generic-header .langs li {
    display: block;
    margin-bottom: 3px;
  }
  .single-model .site-header .langs li a,
  .single-model .site-header .langs li span {
    padding: 6px 5px 4px;
  }
}

@media (max-width: 350px) {
  .inner-shars .c-right .tblock .ins {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .single-model .site-header .langs,
  .site-header.generic-header .langs {
    display: none;
  }
  .h-map .map_mesg .gerb {
    display: none;
  }
}

input[type="file"] {
  width: 350px;
  max-width: 100%;
  color: #333;
  padding: 10px;
  background: #f6fbfc;
  border-radius: 5px;
  border: 1px solid #e2e8ea;
}


/* ____________________________________________________________________________________________________________________ */


/* =========================================================
   HERO: стеклянный модуль справа
   ========================================================= */
.h-start .h-start__right.h_cta{
  background-image:none !important;
  background-color:rgba(255,122,0,.14) !important;
  -webkit-backdrop-filter:blur(10px) saturate(135%);
          backdrop-filter:blur(10px) saturate(135%);
  border:1px solid rgba(255,255,255,.22);
  border-radius:2px 0 0 2px;
  box-shadow:0 18px 42px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.18);
  overflow:hidden;
}
.h-start .h-start__right.h_cta::before{
  content:"";
  position:absolute; inset:0; pointer-events:none; z-index:0;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,122,0,.44) 0%, rgba(255,194,64,.26) 100%);
}
.h-start .h-start__right.h_cta > *{ position:relative; z-index:1; }

.h-start .h-start__right.h_cta input[type="text"],
.h-start .h-start__right.h_cta input[type="tel"],
.h-start .h-start__right.h_cta input[type="email"],
.h-start .h-start__right.h_cta textarea,
.h-start .h-start__right.h_cta select{
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(255,255,255,.55) !important;
  color:#0f172a !important;
  border-radius:12px !important;
}
.h-start .h-start__right.h_cta ::placeholder{ color:rgba(15,23,42,.55) !important; }

/* =========================================================
   A11y утилита
   ========================================================= */
.visually-hidden{
  position:absolute !important;
  width:1px !important; height:1px !important;
  padding:0 !important; margin:-1px !important;
  overflow:hidden !important; clip:rect(0 0 0 0) !important;
  white-space:nowrap !important; border:0 !important;
}

/* =========================================================
   БУРГЕР: стекло + фирменный оранжевый
   ========================================================= */
.site-header .btn.btn-default.menu-toggle{
  position:relative;
  display:inline-flex; align-items:center; justify-content:center;
  width:56px; height:44px; padding:0 !important;
  margin:22px 57px 0 0 !important;
  border-radius:14px !important; overflow:hidden;
  background:rgba(255,122,0,.16) !important;
  -webkit-backdrop-filter:blur(10px) saturate(140%) !important;
          backdrop-filter:blur(10px) saturate(140%) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  color:transparent !important; font-size:0 !important; line-height:0 !important;
}
.site-header .btn.btn-default.menu-toggle::before{
  content:""; position:absolute; inset:0; border-radius:inherit; z-index:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(255,122,0,.60) 0%, rgba(255,194,64,.40) 100%);
}

/* полоски строго по центру */
.site-header .btn.btn-default.menu-toggle .hamburger-box{
  position:absolute !important; left:50% !important; top:50% !important;
  transform:translate(-50%,-50%) !important;
  width:28px; height:20px; margin:0 !important; z-index:1; display:block !important;
}
.site-header .btn.btn-default.menu-toggle .hamburger-inner,
.site-header .btn.btn-default.menu-toggle .hamburger-inner::before,
.site-header .btn.btn-default.menu-toggle .hamburger-inner::after{
  width:28px; height:2px; background:#fff !important; border-radius:2px;
}
.site-header .btn.btn-default.menu-toggle .hamburger-inner{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) !important; margin:0 !important;
}
.site-header .btn.btn-default.menu-toggle .hamburger-inner::before{ content:""; position:absolute; left:0; top:-7px; }
.site-header .btn.btn-default.menu-toggle .hamburger-inner::after { content:""; position:absolute; left:0; top: 7px; }

/* ховеры / affix / крестик */
.site-header .btn.btn-default.menu-toggle:hover,
.site-header .btn.btn-default.menu-toggle:focus{
  background:rgba(255,122,0,.22) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.22) !important;
  border-color:rgba(255,255,255,.34) !important;
  outline:none;
}
.site-header.affix .btn.btn-default.menu-toggle{
  background:rgba(255,122,0,.22) !important;
  border-color:rgba(255,255,255,.35) !important;
}
.site-header.affix .btn.btn-default.menu-toggle::before{
  background:linear-gradient(180deg, rgba(255,122,0,.66) 0%, rgba(255,194,64,.46) 100%);
}
body.menu_active .btn.btn-default.menu-toggle .hamburger-inner{
  transform:translate(-50%,-50%) rotate(45deg) !important;
}
body.menu_active .btn.btn-default.menu-toggle .hamburger-inner::before{
  top:0 !important; transform:rotate(90deg) !important;
}
body.menu_active .btn.btn-default.menu-toggle .hamburger-inner::after{
  top:0 !important; opacity:0 !important;
}
@media (max-width:1280px){
  .site-header .btn.btn-default.menu-toggle{ margin-right:20px !important; }
}
@media (max-width:360px){
  .site-header .btn.btn-default.menu-toggle{ width:50px; height:40px; }
}

/* =========================================================
   HEADER layout (везде): логотип | телефон | бургер
   ========================================================= */
.site-header .container{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  height:72px;
}
.site-header .site-branding{ margin:0; line-height:0; }
.site-header .contact{
  justify-self:center;
  display:flex; align-items:center; gap:8px; margin:0;
}
.site-header .contact .tel{
  font-weight:700;
  font-size:clamp(14px,3.8vw,18px);
  line-height:1; color:#0f172a; text-decoration:none;
}
.site-header .btn.btn-default.menu-toggle{ justify-self:end; margin:0 12px 0 0 !important; }

/* =========================================================
   DESKTOP: шапка над героем без белой «вуали»
   ========================================================= */
@media (min-width:769px){
  .site-header.affix-top{
    background:transparent !important; border:0 !important; box-shadow:none !important;
  }
  .site-header.affix-top::before,
  .site-header.affix-top .container::before,
  .site-header.affix-top .container::after{ content:none !important; }
  .site-header.affix-top .container{ background:transparent !important; }
}

/* =========================================================
   MOBILE (<=768px): стеклянная шапка + типографика
   ========================================================= */
@media (max-width:768px){
  .site-header{
    position:relative;
    background:rgba(255,122,0,.14);
    -webkit-backdrop-filter:blur(10px) saturate(135%);
            backdrop-filter:blur(10px) saturate(135%);
    border-bottom:1px solid rgba(255,255,255,.18);
    box-shadow:0 6px 18px rgba(0,0,0,.08);
  }
  .site-header::before{
    content:""; position:absolute; inset:0; pointer-events:none;
    background:linear-gradient(180deg, rgba(255,122,0,.35) 0%, rgba(255,194,64,.24) 100%);
  }
  .site-header .container{ height:68px; }
  .site-header .site-logo img{ height:44px; width:auto; }
  .site-header .contact > span{ display:none !important; }   /* скрыть «Працюємо…» */
  .site-header .contact .tel + .tel{ display:none !important; } /* если есть второй — скрыть */
  .site-header .contact .tel{
    font-weight:600;
    font-size:17px;
    text-shadow:0 1px 0 rgba(255,255,255,.18);
  }
  .site-header .btn.btn-default.menu-toggle{ margin:0 14px 0 auto !important; }
}

/* =========================================================
   HERO (перший екран): прибираємо білу напівпрозору вуаль
   ========================================================= */
.fw-main-row.h-start.hero-row .fw-container,
.fw-main-row.h-start.hero-row .fw-row,
.fw-main-row.h-start.hero-row .h-start_left.hero-section{
  background:transparent !important;
}
.fw-main-row.h-start.hero-row .fw-container::before,
.fw-main-row.h-start.hero-row .fw-container::after,
.fw-main-row.h-start.hero-row .fw-row::before,
.fw-main-row.h-start.hero-row .fw-row::after,
.fw-main-row.h-start.hero-row .h-start_left.hero-section::before,
.fw-main-row.h-start.hero-row .h-start_left.hero-section::after{
  content:none !important; background:none !important; box-shadow:none !important;
}




















/* ===== DESKTOP HEADER RESET (>=769px) ===================== */
@media (min-width: 769px){
  /* Шапка на герое — прозрачная, без плёнок */
  .site-header{ background: transparent !important; box-shadow: none !important; border: 0 !important; }
  .site-header::before{ content: none !important; }

  /* Контейнер как раньше (не grid) */
  .site-header .container{ display: block !important; height: auto !important; }

  /* Телефон — обычный поток, без absolute/transform */
  .site-header .contact{
    position: static !important;
    left: auto !important; top: auto !important; transform: none !important;
    display: block !important; margin: 0 !important;
  }

  /* Бургер — штатные десктопные отступы */
  .site-header .btn.btn-default.menu-toggle{
    margin: 22px 57px 0 0 !important;
  }
}

/* ===== MOBILE HEADER (<=768px): стекло и выравнивание ===== */
@media (max-width: 768px){
  /* Стеклянная полоса шапки только в моб. */
  .site-header{
    position: relative;
    background: rgba(255,122,0,.14) !important;
    -webkit-backdrop-filter: blur(10px) saturate(135%) !important;
            backdrop-filter: blur(10px) saturate(135%) !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.08) !important;
  }
  .site-header::before{
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(255,122,0,.35) 0%, rgba(255,194,64,.24) 100%);
  }

  /* Линия шапки: три колонки — лого | центр | бургер */
  .site-header .container{
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    height: 68px !important;
  }
  .site-header .site-branding{ margin: 0 !important; line-height: 0 !important; }
  .site-header .site-logo img{ height: 44px !important; width: auto !important; }

  /* Телефон по центру между лого и бургером */
  .site-header .contact{
    justify-self: center !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    position: static !important;           /* важно: без absolute в моб. */
    transform: none !important;
  }
  /* Если мешает служебный текст — скрыть: */
  .site-header .contact > span{ display: none !important; }
  /* Показывать только первый номер: */
  .site-header .contact .tel + .tel{ display: none !important; }
  .site-header .contact .tel{
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: #0f172a !important;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.18) !important;
    white-space: nowrap !important;
  }

  /* Бургер справа и по центру по вертикали */
  .site-header .btn.btn-default.menu-toggle{
    justify-self: end !important;
    margin: 0 14px 0 0 !important;
  }
}

/* ===== SUPER NARROW (<=420px): чтобы номер не налезал ===== */
@media (max-width: 420px){
  .site-header .contact{
    min-width: 0 !important; text-align: center !important; padding: 0 6px !important;
  }
  .site-header .contact .tel{
    font-size: clamp(14px, 4.6vw, 17px) !important;
    overflow: hidden !important; text-overflow: ellipsis !important;
  }
  .site-header .site-logo img{ height: 40px !important; }
  .site-header .btn.btn-default.menu-toggle{ margin-right: 10px !important; }
}

/* ===== VERY NARROW (<=360px) — ещё чуть компактнее ===== */
@media (max-width: 360px){
  .site-header .site-logo img{ height: 36px !important; }
  .site-header .btn.btn-default.menu-toggle{ width: 50px !important; height: 40px !important; }
}
