@keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropHeader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  /*margin: 0.67em 0;*/
  margin: 0 0 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html,
body {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  display: block; }
/*.wf-loading {*/
  /*opacity: 0;*/
  /*transition: opacity 0.5s;*/
/*}*/
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url('/wp-content/themes/apruve/images/loading.gif') no-repeat center center; }
body {
  color: #000;
  font-size: 16px;
  font-family: "futura-pt", Verdana;
  font-style: normal;
  font-weight: 400;
}

.get_phone{
    font-family: "din-condensed-web",sans-serif;
}

body a {
  color: #000; }

body a:hover {
  text-decoration: none; }

.wrapper {
  position: relative;
  min-height: 100%;
  /*padding-top: 184px;*/
  padding-top:145px; }

.content {
  /*padding-bottom: 482px; */ }

.container {
  margin: 0 auto;
  /*padding: 0 5%;*/
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative; }

.container:before, .container:after {
  content: "";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 37.5em) {
  .container {
    /*max-width: 1050px;*/
    max-width: 1090px;
  }
 }

.container__footer {
  max-width: 525px;
  margin: 0 auto; }

.btn {
  font-family: 'LatoWeb';
  height: 38px;
  font-size: 13px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
  padding: 0 15px;
  background: #ccc;
  color: #fff;
  text-decoration: none; }

.btn:hover {
  background: #c3b29e;
  color: #fff; }
.pagen-news{
  background: #e2e2e2;
  text-align:center;
  padding: 5px 0;
  margin: 10px 0;
}
.pagen-news span{
  font-weight: bold;
}
.header {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffc000; }

.header:before, .header:after {
  content: "";
  display: table; }

.header:after {
  clear: both; }

.headIndex {
  background: url(../images/index-bgr.jpg) no-repeat center;
  background-size: cover;
  /*min-height: 495px;*/
  min-height: 487px;
}

.headIndex__descr {
	box-sizing: border-box;
  float: none;
  font-size: 28px;
  line-height: 42px;
  width: 100%;
  margin: 42px 20px 0 0;
  padding-right: 20px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 50em) {
  .headIndex__descr {
    float: right;
    width: 50%;
    font-size: 41px; } }

.headIndex__img {
  position: absolute;
  top: 120%;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  display: none; }

@media (min-width: 50em) {
  .headIndex__img {
    display: block; } }

.header {
  /*min-height: 184px;*/
  min-height:145px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.header__logo {
  display: inline-block;
  height: 100px; }

@media (min-width: 50em) {
  .header__logo {
    float: left;
    /*height: 184px;*/ } }

.header__logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 200px; }

@media (min-width: 50em) {
  .header__logo img {
    width: 19.666666%; } }

.header__links {
  float: none; }

@media (min-width: 50em) {
  .header__links {
    width:51%;
  }
}

.header__button {
  display: none;
  vertical-align: middle;
  position: absolute;
  right: 5%;
  /*top: 64px;*/
  top:30px; }

@media (min-width: 50em) {
  .header__button {
    display: inline-block; } }

.Headernavigation {
  display: block;
  vertical-align: middle;
  /*max-width: 100%;*/
  max-width:114%;
  position: relative; }

@media (min-width: 50em) {
  .Headernavigation {
    /*width: 100%;*/
    width:114%;
    top: 63px;
    /*max-width: 413px;*/
    display: inline-block; } }

.Headernavigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 2%; }

.Headernavigation__list li {
  display: inline-block;
  font-size: 18px;
  margin-right: 4%;
  margin-bottom: 5px;
  /*min-width:105px;*/
}

.Headernavigation__phone {
  /*font-size: 21px;*/
  font-size: 20px;
  text-decoration: none;
  font-family: "din-condensed-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top: 23px;
  letter-spacing: 0.05em;
  display: block;
  width: 50%;
  float: left; }

@media (min-width: 50em) {
  .Headernavigation__phone {
    /*top: 7px;*/
    top:30px;
    display: inline;
    float: none;
    font-size: 31px; } }

.Headernavigation__phone:hover {
  text-decoration: none;
  opacity: 0.4; }

.Headernavigation__list li a {
  text-decoration: none;
  color: #000;
  padding: 2px; }

.Headernavigation__list li a:hover {
  text-decoration: none;
  opacity: 0.4; }

.Headernavigation__list li.current-menu-item a {
  position: relative; }

.Headernavigation__list li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAFElEQVQIW2NkYGD4zwABjDACRQAAK0UCAzGfJi8AAAAASUVORK5CYII=); }

.Headernavigation__list li:last-child a:after {
  background-image: none; }

.button {
  text-decoration: none;
  background: transparent;
  outline: 0; }

.bigbutton {
  font-size: 24px;
  letter-spacing: -0.025em;
  padding: 8px 18px; }

[data-wipe] {
  display: inline-block;
  padding: 8px 18px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  border: 3px solid #000;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-align: left;
  overflow: hidden;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[data-wipe]:before, [data-wipe]:after {
  content: attr(data-wipe);
  padding-top: inherit;
  padding-bottom: inherit;
  white-space: nowrap;
  position: absolute;
  top: 0;
  overflow: hidden;
  color: #ffc000;
  background: #000; }

[data-wipe]:before {
  left: 0;
  text-indent: 18px;
  width: 0; }

[data-wipe]:after {
  padding-left: inherit;
  padding-right: inherit;
  left: 100%;
  text-indent: -webkit-calc(-100% - 36px);
  text-indent: calc(-100% - 36px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

[data-wipe]:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out; }

[data-wipe]:hover:after {
  left: 0;
  text-indent: 0;
  -webkit-transition: 0s 0.2s ease-in-out;
  transition: 0s 0.2s ease-in-out; }

.aboutBLock {
  width: 100%;
  min-height: 240px; }

@media (min-width: 50em) {
  .aboutBLock {
    width: 45%; } }

.aboutIndex {
  padding: 65px 0; }

.aboutIndex__title {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  margin-bottom: 40px; }

.aboutIndex__title:after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 80px;
  height: 5px;
  left: 0;
  background-color: #ffc000; }

.aboutIndex__descr {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  position: relative; }

  .aboutIndex__link {
  	position: relative;
  	display: inline-block;
  	margin: 0;
  	padding: 0 27px 0 10px;
  	background: rgba(255, 255, 255, 0.62);
  	border: 1px solid rgba(208, 157, 2, 0.62);
  	border-right: 0;
  	font-family: 'Open Sans', sans-serif;
  	letter-spacing: 0.4px;
  	font-size: 12px;
  	font-weight: normal;
  	line-height: 26px;
  	text-transform: none;
  	color: #504f4f;
  	text-decoration: none;
  }
  .aboutIndex__link:after {
  	content: '';
  	position: absolute;
  	left: 100%;
  	top: -1px;
  	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/ux/sprite.png') no-repeat -2px -19px;
	width: 9px;
	height: 28px;
  }

.aboutIndex__link:hover {
  text-decoration: underline;
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1px; }

.catalog__list:before, .catalog__list:after {
  content: "";
  display: table; }

.catalog__list:after {
  clear: both; }

.catalog__item {
  float: left;
  background-color: #e2e2e2;
  background-position: -9999px 0;
  background-repeat: no-repeat;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /*height: 330px;*/
  /*height:231px;*/
  height:260px;
  position: relative;
  overflow: hidden; }

@media (min-width: 72em) {
  .catalog__item {
    width: 20%; } }

.catalog__item:hover {
  background-position: 0 0;
  background-color: #ffc000;
}

/*.catalog__item:hover .catalog__href:after {*/
/*content: "";*/
/*background: url(../images/pic/catalog-bgr.png) no-repeat center;*/
/*background-size: cover;*/
/*opacity: 0.5;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*position: absolute; }*/
.catalog__item:hover .catalog__imageBlock {
  top: 0;
  bottom: 0;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.catalog__item:hover .catalog__button {
  bottom: 30px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.catalog__imageBlock {
  /*max-width: 80px;*/
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*bottom: -80px;*/
  bottom:-30px;
  height: 20%;
  margin: auto;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s; }

.catalog__title {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px; }

@media (min-width: 72em) {
  .catalog__title {
    font-size: 24px; } }

.catalog__button {
  display: inline-block;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 60%;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #000;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s; }

.catalog__button:before {
  left: 0;
  text-indent: 0px;
  width: 0;
  z-index: 5; }

.catalog__button:after {
  padding-left: inherit;
  padding-right: inherit;
  left: 100%;
  text-indent: -webkit-calc(-100% - 0px);
  text-indent: calc(-100% - 0px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.catalog__href {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12% 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

.catalog__sale {
  background: url(../images/sale.svg) no-repeat;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto; }

.catalog__footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e2e2e2;
  padding: 20px 65px;
  display: block;
  text-decoration: none;
  font-size: 24px;
  border-right: 1px solid #fff;
  /*border-left: 1px solid #fff;*/
  text-align: center;
}
.catalog__footer--left{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e2e2e2;
  padding: 50px 0;
  display: block;
  text-decoration: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom:1px solid #fff;
  background-position: -9999px 0;
  background-repeat: no-repeat;

}
.catalog__footer--left:hover{
  background-position: 0 0;
  background-color: #ffc000;
}
@media (min-width: 50em) {
  .catalog__footer{
    width: 40%;
    float: right;
    /*min-height:213px;*/
    min-height:253px;
  }
  .catalog__footer--left{
    width: 60%;
    float: left;
    /*min-height:213px;*/
    min-height:253px;
    border-bottom:0;
  }
}
.catalog__footer--left .col-3{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
}
.catalog__rings {
  background: url(../images/pic/rings.svg) no-repeat center;
  width: 60px;
  height: 30px;
  position: relative;
  display: block;
  float: none;
  margin:0 auto;
  margin-top: 20px; }

@media (min-width: 50em) {
  .catalog__rings {
    top:30px;} }

.catalog__footer:hover .catalog__rings {
  background: url(../images/pic/rings-hover.svg) no-repeat center; }

.catalogIndex {
	margin: 28px 0 38px 0;
}

.howto {
  background-color: #ebebeb;
  /*padding: 50px 0;*/
  padding: 30px 0;
   }

.howto__title {
  font-size: 48px;
  line-height: 48px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  /*max-width: 250px;*/
  max-width:410px;
  margin-bottom: 50px; }

.howto__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.howto__list:before, .howto__list:after {
  content: "";
  display: table; }

.howto__list:after {
  clear: both; }

.howto__item {
  float: left;
  width: 100%;
  padding-right: 7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  min-height: 220px; }

@media (min-width: 50em) {
  .howto__item {
    width: 33.33333333%; } }

@media (min-width: 64em) {
  .howto__item {
    width: 19.3%; } }

.howto__img {
  display: block;
  margin-bottom: 10px; }

.howto__name {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 24px;
  min-height: 60px; }


.howto__nameNew {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 24px;
  min-height: 3px !important; }


.howto__name:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 55px;
  height: 5px;
  left: 0;
  background-color: #ffc000; }

.howto__descr {
  font-size: 16px;
  color: #505050; }

.news {
  padding: 100px 0;
  background: url(../images/yellow-bgr.jpg) no-repeat center;
  background-size: cover; }

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -35px; }

.news__list:before, .news__list:after {
  content: "";
  display: table; }

.news__list:after {
  clear: both; }

.news__item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  margin-bottom: 35px;
   }

@media (min-width: 50em) {
  .news__item {
    width: 32.1%; } }

@media (max-width: 37.5em) {
  .news__item {
    width: 100%; } }

.news__img {
  width: 100%;
  height: 100%; }

.news__block {
  background-color: #fff;
  display: block;
  padding: 25px;
  height:110px; }

.news__blockHref {
  display: block;
  text-decoration: none; }

.news__title {
  font-size: 24px;
  line-height: 24px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px; }

.news__href {
  font-size: 14px;
  color: #ffc000;
  text-decoration: none;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

.news__href:hover {
  text-decoration: none;
  opacity: 0.4; }

.center-text {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase; }

@media (min-width: 50em) {
  .center-text {
    font-size: 28px; } }

.simpleText {
  max-width: 460px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 16px; }

.simpleText:after {
  content: '';
  position: absolute;
  top: -46px;
  width: 84px;
  height: 4px;
  background-color: #ffc000;
  left: 0; }

.price {
  margin-bottom: 36px; }

.price:before, .price:after {
  content: "";
  display: table; }

.price:after {
  clear: both; }

.price__list {
  width: 150px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  margin-bottom: 60px; }

@media (min-width: 50em) {
  .price__list {
    float: left;
    margin: 0;
    margin-left: -1px;
    margin-bottom: 60px; } }

.price__list.fixed {
  position: fixed;
  top: 200px; }

.price__list:before, .price__list:after {
  content: "";
  display: table; }

.price__list:after {
  clear: both; }

.price__item {
  width: 50%;
  float: left;
  min-height: 74px;
  position: relative;
  background-color: #bebebe;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.price__item:hover,
.price__item.active {
  background-color: #ffc000; }

.price__href {
  display: block;
  width: 100%;
  height: 74px; }

.price__img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.price__table {
  /*max-width: 760px;*/
 /* overflow: hidden;*/ }

@media (min-width: 50em) {
  .price__table {
    margin-left: 175px; } }

.price__print {
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
  width: 50px;
  height: 50px;
  background-color: #ffc000;
  border-radius: 100%;
  padding: 15px; }

@media (min-width: 50em) {
  .price__print {
    position: absolute;
    right: 65px;
    top: -110px;
    margin-bottom: 0; } }

.mainTable table thead tr {
  font-size: 18px;
  width: 100%;
  text-align: left;
  color: #000; }

.mainTable table thead th {
  padding: 10px 20px;
  background-color: #ffc000; }

.mainTable table thead th:nth-child(2) {
  color: #fff;
  width: 20%; }

.mainTable table thead th:nth-child(3) {
  color: #fff;
  width: 20%; }

.mainTable table {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 16px;
  margin-bottom: 24px; }

.mainTable table tr {
  background-color: #ebebeb; }

.mainTable table tr:nth-child(even) {
  background-color: #fff; }

.mainTable table tr:nth-child(even) th:nth-child(2) {
  background-color: #fff; }

.mainTable table tr:nth-child(even) th:nth-child(3) {
  background-color: #fff; }

.mainTable table td {
  padding: 10px 20px;
  border: 3px solid #fff; }

.mainTable table td:first-child {
  /*width: 70%;*/
  border-left: 0;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400; }

.mainTable table td:last-child {
  border-right: 0; }

/*.mainTable table td:nth-child(2),*/
.mainTable table td.column-3 {
  background-color: #e9e6d6;
  width: 20%; }

/*.mainTable table td:nth-child(3),*/
.mainTable table td.column-4 {
  background-color: #e1dbbd;
  width: 20%; }

.cars {
  padding: 40px 0; }

.cars__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px; }

.cars__list:before, .cars__list:after {
  content: "";
  display: table; }

.cars__list:after {
  clear: both; }

.cars__item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  text-align: center; }

@media (min-width: 37.5em) {
  .cars__item {
    width: 33.3333333%;
    float: left; } }

.cars__item div {
  margin-bottom: 10px;
  font-size: 16px; }

.cars__img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  height: 90px; }

.cars__img:first-child {
  height: 80px; }

.cars__title {
  position: relative;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px; }

.cars__title:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 4px;
  top: -30px;
  background-color: #ffc000;
  left: 0;
  right: 0;
  margin: 0 auto; }

.cars__imgBlock {
  min-height: 100px; }

.shippingTime {
  padding: 90px 0;
  background-color: #ebebeb;
  position: relative;
  margin-bottom: 75px; }

.shippingTime__textBlock {
  width: 100%; }

@media (min-width: 50em) {
  .shippingTime__textBlock {
    width: 35%; } }

.shippingTime__title {
  text-align: center;
  font-size: 18px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 50px; }

.shippingTime__descr {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px; }

.shippingTime__image {
  position: absolute;
  right: 30px;
  width: 50%;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  display: none; }

@media (min-width: 50em) {
  .shippingTime__image {
    display: block; } }

.shippingCost {
  max-width: 615px;
  margin-bottom: 60px;
  border-bottom: 2px solid #ebebeb;
  /*overflow: auto;*/
  margin: auto;
}

.shippingCost__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700; }

.shippingCost thead {
  background-color: #ffc000;
  font-size: 18px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700; }

.shippingCost thead td {
  padding: 10px 20px;
  color: #fff;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }

.shippingCost tbody {
  font-size: 16px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400; }

.shippingCost tbody td {
  padding: 10px 20px;
  color: #000;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #fff; }

.shippingCost tbody tr {
  background-color: #ebebeb; }

.shippingCost tbody tr:nth-child(even) {
  background-color: #fff; }

.headAbout {
  background: url(../images/works.jpg) no-repeat center;
  background-size: cover;
  height: 330px;
  position: relative; }

.headAbout__img {
  position: absolute;
  right: 5%;
  top: 250px;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  z-index: 100;
  display: none; }

@media (min-width: 50em) {
  .headAbout__img {
    display: block; } }

.headArm {
  /*background: url(../images/pic/armatur.jpg) no-repeat center;*/
  background-size: cover;
  /*height: 330px;*/
  height: 324px;
  position: relative; }

.headArm__img {
  position: absolute;
  right: 0;
  top: 250px;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  z-index: 100; }

.mainAbout {
  font-size: 16px;
  line-height: 24px;
  padding: 50px 0;
  position: relative; }

.mainAbout__img {
  position: absolute;
  right: 5%;
  bottom: -90px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.18);
  display: none; }

@media (min-width: 50em) {
  .mainAbout__img {
    display: block; } }

.mainAbout__block {
  width: 100%; }

@media (min-width: 50em) {
  .mainAbout__block {
    width: 40%; } }

.mainAbout__title {
  font-size: 24px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  max-width: 270px; }

.mainAbout__title:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 80px;
  background-color: #ffc000;
  bottom: -10px;
  left: 0; }

.coolAbout {
  background-color: #ebebeb;
  padding: 50px 0;
  position: relative; }

.coolAbout__img {
  margin-bottom: 20px; }

.coolAbout__descr {
  max-width: 190px;
  font-size: 16px; }

.coolAbout__left {
  float: left; }

.coolAbout__right {
  float: left;
  margin-top: 120px; }

.coolAbout__sertif {
  max-width: 185px;
  height: 263px;
  display: inline-block;
  margin-left: 35px;
  margin-bottom: 20px; }

.bunker {
  background-color: #fff;
  padding: 50px 0; }

.bunker__title {
  font-size: 22px;
  line-height: 22px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  /*max-width: 330px;*/
  margin-bottom: 50px; }

.bunker__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  /*max-width: 290px;*/
  /*float: left;*/ }
.bunker__item{
  width: 33%;
  float:left;
}
.bunker__list:before, .bunker__list:after {
  content: "";
  display: table; }

.bunker__list:after {
  clear: both; }

.bunker__name {
  font-size: 24px;
  position: relative;
  margin-bottom: 40px; }

.bunker__name:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 55px;
  bottom: -10px;
  left: 0;
  background-color: #ffc000; }

.bunker__descr {
  font-size: 16px;
  margin-bottom: 70px; }

.bunker__map {
  /*float: right;
  max-width: 630px;*/
  width: 100%; }

.bunker__map iframe {
  width: 100%; }

.contactAbout {
  padding: 22px 0 33px 0;
  /*background-color: #ebebeb;*/
  position: relative; }

.contactAbout:before, .contactAbout:after {
  content: "";
  display: table; }

.contactAbout:after {
  clear: both; }

.contactAbout__descr {
  max-width: 290px;
  font-size: 16px; }

.contactAbout__left {
  width: 100%;
  margin-bottom: 35px; }

@media (min-width: 50em) {
  .contactAbout__left {
    width: 36%;
    float: left;
    margin-bottom: 0; } }

.contactAbout__right {
  width: 100%; }
.contactAbout__right a {
  display: block;
  float: left;
  margin-top: 4px;
}

@media (min-width: 50em) {
  .contactAbout__right {
    width: 21%;
    margin-left: 4%;
    padding-top: 3px;
    float: left; } }

    .contactAbout__bankrek {
      font-size: 24px;
      line-height: 24px;
      font-family: "futura-pt",sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 0;
      float: right;
      width: 70%; }

.contactAbout__img {
  display: inline; }

.contactAbout__img:hover {
  opacity: 0.3; }

.blockquote {
  max-width: 560px;
  margin: 80px auto;
  padding-left: 60px;
  position: relative; }

.blockquote:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 7px;
  background: url(../images/pic/blockquote.png) no-repeat; }

.armTable {
  position: relative;
  /*padding: 50px 0;*/
  padding: 15px 0 50px 0; }

.armTable__view {
  width: 50%;
  height: 284px;
  position: absolute;
  /*right: 5%;
  top: -200px;*/
  right: 2.5%;
  /*top: -174px;*/
  top: -165px;
  display: none; }

@media (min-width: 50em) {
  .armTable__view {
    width: 55%;
    display: block; } }

.armTable__title {
  font-size: 48px;
  line-height: 48px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px; }

.armTable__title:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 80px;
  bottom: -15px;
  left: 0;
  background-color: #ffc000; }

.viewleft {
  width: 50%;
  float: right;
  /*background-color: #ffc000;*/
  background-color: #e1dbbd;
  height: 100%;
  position: relative; }

.viewright {
  width: 50%;
  float: right;
  /*background-color: #ffcd36;*/
  background-color: #e9e6d6;
  height: 100%;
  position: relative; }

.armTable__view img {
  width: 70px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.viewDescr {
  text-align: center;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 200px;
  font-size: 24px;
  height: 30%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.viewTxt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 400; }

  .armTable__view .btn-ux {
    margin: 24px 0 0 0;
  }

.convert {
  padding: 80px 0; }

.convert__title {
  font-size: 24px;
  line-height: 24px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px; }

.convert__title:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 80px;
  bottom: -10px;
  left: 0;
  background-color: #ffc000; }

.convert__txt {
  font-size: 16px;
  margin-bottom: 55px; }

.convert__block:before, .convert__block:after {
  content: "";
  display: table; }

.convert__block:after {
  clear: both; }

.convert__item {
  float: left;
  width: 50%;
  padding-right: 5px; }

@media (min-width: 50em) {
  .convert__item {
    width: 17%; } }

@media (max-width: 37.5em) {
  .convert__item {
    width: 100%; } }

.label {
  display: block;
  font-size: 14px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400; }

.label select, .label input {
  display: block;
  margin-top: 5px;
  max-width: 128px;
  padding-left: 8px;
  width: 100%;
  outline: 0;
  border: 2px solid #b7b7b7;
  border-radius: 0;
  -webkit-appearance: none;
  height: 40px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05); }

.label select {
  position: relative;
  background-color: #fff;
  background: url(../images/pic/arow.svg) no-repeat;
  background-position: 92px 2px; }

.label input {
  background-color: #e9e8d9;
  /* Firefox 19+ */
  /* Firefox 18- */ }

.label input::-webkit-input-placeholder {
  color: #000; }

.label input::-moz-placeholder {
  color: #000; }

.label input:-moz-placeholder {
  color: #000; }

.label input:-ms-input-placeholder {
  color: #000; }

.label input:focus::-webkit-input-placeholder {
  color: #000; }

.label input:focus::-moz-placeholder {
  color: #000; }

.label input:focus:-moz-placeholder {
  color: #000; }

.label input:focus:-ms-input-placeholder {
  color: #000; }

.label input:hover::-webkit-input-placeholder {
  color: #000; }

.label input:hover::-moz-placeholder {
  color: #000; }

.label input:hover:-moz-placeholder {
  color: #000; }

.label input:hover:-ms-input-placeholder {
  color: #000; }

.footer {
  background: #393939;
  padding: 75px 0;
  color: #191919;
  /*position: absolute;*/
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer:before, .footer:after {
  content: "";
  display: table; }

.footer:after {
  clear: both; }

.footer__title {
  font-size: 48px;
  line-height: 48px;
  text-decoration: none;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px; }

.footer___form:before, .footer___form:after {
  content: "";
  display: table; }

.footer___form:after {
  clear: both; }

.input-wrap {
  margin-left: -50px;
  margin-bottom: 40px; }

.input-wrap:before, .input-wrap:after {
  content: "";
  display: table; }

.input-wrap:after {
  clear: both; }

.input-block {
  float: left;
  width: 33.3333%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.input-block input {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  border: 0;
  font-size:15px;
  border-radius: 0;
  background-color: transparent;
  color: #6e6e6e;
  border-bottom: 2px solid #6e6e6e;
  height: 30px;
   }

.input-block input:focus {
  color: #fff;
  border-color: #fff; }

.input-block input:hover {
  color: #fff;
  border-color: #fff; }

.input-block select {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  border-radius: 0;
  color: #6e6e6e; }

.input-block select:hover {
  color: #fff; }

.input-select {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #6e6e6e;
  width: 100%;
  overflow: hidden;
  background-color: transparent; }

.input-select:hover {
  color: #fff;
  border-color: #fff; }

.input-blockFull textarea {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  border: none;
  font-size:15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #6e6e6e;
  margin-bottom: 90px;
  height: 20px;
  border-radius: 0;
  color: #6e6e6e; }

.input-blockFull textarea:focus {
  color: #fff;
  border-color: #fff; }

.input-blockFull textarea:hover {
  color: #fff;
  border-color: #fff; }

::-webkit-input-placeholder {
  color: #6e6e6e; }

::-moz-placeholder {
  color: #6e6e6e; }

/* Firefox 19+ */
:-moz-placeholder {
  color: #6e6e6e; }

/* Firefox 18- */
:-ms-input-placeholder {
  color: #6e6e6e; }

/*:focus::-webkit-input-placeholder {
  color: #fff; }

:focus::-moz-placeholder {
  color: #fff; }

:focus:-moz-placeholder {
  color: #fff; }

:focus:-ms-input-placeholder {
  color: #fff; }

:hover::-webkit-input-placeholder {
  color: #fff; }

:hover::-moz-placeholder {
  color: #fff; }

:hover:-moz-placeholder {
  color: #fff; }

:hover:-ms-input-placeholder {
  color: #fff; }*/

.wpcf7-submit {
  border: 2px solid #000;
  outline: 0;
  display:block;
  margin:0 auto;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 30px;
  border-color: #000; }

.wpcf7-submit:hover, .wpcf7-submit:active {
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  border-color: #000; }

.wpcf7-submit:hover {
  color: #ffc000;
  background-color: #000; }

.col-20 {
  width: 20%;
  display: inline-block;
  margin-right: -4px; }

.tablepress img {
  float: left;
  margin-right: 10px;
  padding-top: 12px; }

.footerBottom {
  /*padding: 60px 0;*/
  padding: 20px 0;
  background-color: #676767;
  color: #c6c6c6; }

.col-3 {
  width: 100%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px; }
  .col-4 {
  width: 100%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px; }

@media (min-width: 50em) {
  .col-3 {
    width: 33.3333333333%;
    text-align: left;
    margin-bottom: 0; }
    .col-4 {
    width: 25%;
    text-align: left;
    margin-bottom: 0; } }

.col-3 img {
  margin: 0 auto;
  margin-bottom: 20px; }
  .col-4 img {
  margin: 0 auto;
  margin-bottom: 20px; }

.footerBottom__text {
  font-size: 14px; }

.footerBottom__href {
  font-size: 20px;
  text-decoration: none;
  color: #c6c6c6;
  display: inline-block; }

.footerBottom__href:hover {
  opacity: 0.4; }

.footerBottom__tel {
  margin-bottom: 20px; }

.container__footerBot {
  /*max-width: 700px;*/
  max-width:1050px; }

.Headernavigation__mail {
  float: right;
  display: block;
  width: 50%;
  line-height: 20px;
  font-size: 17px;
  margin-top: 26px;
  text-align: right;
  text-decoration: none; }

@media (min-width: 50em) {
  .Headernavigation__mail {
    margin-right: 30px;
    /*margin-top: 16px;*/
    margin-top:36px;
    text-align: left;
    display: inline;
    position: absolute;
    left: 60%;
    width: 100%;
    font-size: 20px; } }

.Headernavigation__mail:hover {
  opacity: 0.4; }

.Headernavigation__list {
  display: none; }

@media (min-width: 50em) {
  .Headernavigation__list {
    display: block; } }

@media (min-width: 50em) {
  .header__logo {
    /*width: 19.6666667%; */
  } }

@media (min-width: 50em) {
  .header__links {
    margin-left:28%  } }

.wpcf7-validation-errors {
  color: #fff; }

div.wpcf7-validation-errors {
  border-color: #ffc000; }

span.wpcf7-not-valid-tip {
  color: #900; }

.mainTable {
  min-width: 500px;
  padding: 0 30px 0 10px;
  /*overflow: scroll;*/ }
.beton-about{
  max-width:350px;
  margin-bottom:40px;
}
.beton-h{
  float: right;
}
.normh1{
  font-family: "futura-pt",sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 50px;
    position: relative;
    margin-top:0;
    width:45%;
}
.malh1{
    font-family: "futura-pt",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 270px;
    position: relative;
    margin-top:0;
}
.mainh1{
      float: none;
    font-family: "futura-pt",sans-serif;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-top: 50px;
    text-transform: uppercase;
    width: 100%;
    margin-top:0;
}
.breadcrumbs{

}
.row-hover tr td p{
  margin:0;
}
.entry-content p,.entry-content ul li,.grd16,.entry-content ol li{
  font-size: 16px;
}
.entry-content td{
  font-size: 16px;
}

footer#bottom {
  background-color: #f9f9f9;
  padding: 20px 0;
}
footer#bottom textarea:focus, footer#bottom select:focus, footer#bottom input:focus, footer#bottom textarea:hover, footer#bottom select:hover, footer#bottom input:hover {
  border-color: black;
  color: black;
}
footer#bottom .wpcf7-validation-errors {
  color: #555;
}
#bottom .wpcf7-form-control.wpcf7-submit:hover {
  color: white;
}
.voraaoe {
    font-size: 38px;
    margin-top: 30px;
    padding-right: 3.5%;
    text-align: center;
}
.voraaoe .fancybox {
    border: 3px solid black;
    display: inline-block;
    font-size: 28px;
    margin-left: 20px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffc000;
}
.voraaoe .fancybox:hover {
    background-color: black;
    color: gold;
}

.voraaoe.not_fornt {
  background-color: #ffc000;
  margin: 0;
  padding: 1em 0;
}

.catalog__footer .voraaoe.not_fornt {
  background-color: transparent;
}

#bottom .wpcf7-textarea {
 /* margin-bottom: 20px;
  height: 130px;*/
}

.entry-content .sPrev{
  font-size: 16px;
}

#of0rm13ni3_24k424 .wpcf7-form-control.wpcf7-submit:hover {
  color: white;
}
.kakfiltrnew{
  width:100%;
  margin:0;
  padding:0;
}
.kakfiltrnew li{
  float:left;
  margin-right:3px;
  background-color:#e2e2e2;
  width:15%;
  margin-bottom:3px;
  list-style-type: none;
  padding:5px 5px;
  text-decoration: none;
}
.kakfiltrnew li:hover{
  background-color: #ffc000;
  cursor: pointer;
}
.kakfiltrnew li a{
  font-weight:bold;
  text-decoration: none;
}
.kakfiltrnew li p{
  font-weight:normal;
  margin:0;
  text-decoration: none;
  font-size:13px;
}
.kakfiltr li{
  display:block;
  margin-right:2%;
  border-radius: 5px;
  background-color: #ffcd36;
  padding:10px 10px;
  float:left;
}
.kakfiltr li a{
  text-decoration: none;
}
@media (max-width: 550px){
  .kakfiltrnew li{
  font-size: 13px;
}

}
/* ux */
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: '';
    display: table;
    height: 0;
    visibility: hidden;
    clear: both;
}
.btn-ux {
  display: inline-block;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  border: 3px solid #000;
  background: #ffc000;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-align: left;
  overflow: hidden;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-ux:hover {
  cursor: pointer;
  background: #000;
  color: #ffc000;
}
.wrapper {
  padding-top: 158px;
}
.header {
  background: #fff;
  min-height: 106px;
  padding-top: 22px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.header.sticky-header{
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.34);
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.34);
}
.header__logo {
  display: block;
  float: left;
  width: 22.5%;
  height: auto;
}
.header__logo a {
  display: block;
}
.header__logo img {
  position: static;
  width: 100%;
  height: auto;
}
.header__links {
  display: block;
  margin: 0;
  padding: 4px 0 0 0;
  float: right;
  width: 72%;
  text-align: right;
}

.headernavigation_middlepart {
  display: inline-block;
  vertical-align: middle;
}
.Headernavigation__info,
.Headernavigation__phone,
.Headernavigation__mail,
.header__button {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: static;
  width: auto;
  float: none;
  text-align: left;
}
.header__button {
  margin-right: 7px;
}
.Headernavigation__phone {
  margin-right: 50px;
}
.Headernavigation__info {
  margin-right: 69px;
}
.Headernavigation__info > .Headernavigation__mail,
.Headernavigation__info > .Headernavigation__address {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #282828;
  letter-spacing: 0.6px;
  line-height: 18px;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 26px;
}
.Headernavigation__info > .Headernavigation__mail:before,
.Headernavigation__info > .Headernavigation__address:before {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  background: url('../images/ux/sprite.png') no-repeat;
}
.Headernavigation__info > .Headernavigation__mail:before {
  background-position: -2px -2px;
  width: 18px;
  height: 12px;
  left: 0;
  top: 4px;
}
.Headernavigation__info > .Headernavigation__address:before {
  background-position: -22px -2px;
  width: 13px;
  height: 15px;
  left: 3px;
  top: 1px;
}
.Headernavigation__info > .Headernavigation__mail {
  margin-bottom: 7px;
  line-height: 15px;
}
.Headernavigation__info > .Headernavigation__mail > span {
  border-bottom: 1px dashed #282828;
}
.Headernavigation__info > .Headernavigation__mail:hover > span {
  border-color: transparent;
}
.Headernavigation {
  display: block;
  width: 100%;
  height: auto;
  position: static;
  float: none;
  background: #676767;
  margin-top: 14px;
}
.Headernavigation__list {
  display: block;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.Headernavigation__list > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 8px 17px 8px;
	float: left;
	flex-grow: 1;
	text-align: center;
	border-left: 1px solid #5a5a5a;
	border-right: 1px solid #7b7b7b;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.6px;
}
.Headernavigation__list > li > a {
	color: #fff;
	padding: 2px 4px;
}
.Headernavigation__list li.current-menu-item a:after {
	display: none;
}
.Headernavigation__list > li.current-menu-item > a,
.Headernavigation__list > li.current-menu-parent > a,
.Headernavigation__list > li > a:hover {
	position: static;
	color: #ffc000;
	opacity: 1;
	border-bottom: 4px solid transparent;
}
.Headernavigation__list > li.current-menu-item > a {
	border-color: #ffc000;
}
.Headernavigation__list > li:first-child {
  border-left: 0;
  padding-left: 0;
}
.Headernavigation__list > li:last-child {
  border-right: 0;
  padding-right: 0;
}
.Headernavigation__list > li.menu-item-has-children.current-menu-item > a,
.Headernavigation__list > li.menu-item-has-children > a:hover {
	border-bottom-color: transparent;
}
.Headernavigation__list > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 8px;
	display: block;
	margin: 0 0 0 -4px;
	padding: 0;
	background: url('../images/ux/sprite.png') no-repeat -37px -2px;
	width: 8px;
	height: 4px;
}
.Headernavigation__list > li.menu-item-has-children.current-menu-item > a:after,
.Headernavigation__list > li.menu-item-has-children.current-menu-parent > a:after,
.Headernavigation__list > li.menu-item-has-children > a:hover:after {
	background-position: -47px -2px;
}
.Headernavigation__list .sub-menu {
	left: 0;
	top: 100%;
	width: 210px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 0 15px 19px 15px;
	margin: 0;
	box-shadow: 0px 4px 4.85px 0.15px rgba(0, 0, 0, 0.49);
}
.Headernavigation__list .sub-menu li {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: left;
	line-height: 22px;
}
.Headernavigation__list .sub-menu li a {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #676767;
}
.Headernavigation__list .sub-menu li.current-menu-item a,
.Headernavigation__list .sub-menu li a:hover {
	color: #ffc000;
	opacity: 1;
	padding-left: 10px;
}
.Headernavigation__list .sub-menu li.current-menu-item a:before,
.Headernavigation__list .sub-menu li a:hover:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/ux/sprite.png') no-repeat -57px -2px;
	width: 4px;
	height: 8px;
}
.mobile-navigation-wrapper {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	background: #676767;
	font-family: 'Open Sans', sans-serif;
}
.mobile-navigation-bg {
  display: none;
}
.mobile-navigation-wrapper.open + .mobile-navigation-bg {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.86);
  z-index: 50;
  cursor: pointer;
}
.header__hamburgerLink {
	display: none;
	margin: 0;
	padding: 8px 0 11px 35px;
	max-width: 340px;
	height: auto;
	box-sizing: border-box;
	background: #676767;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.header__hamburgerLink.disabled {
	display: none;
}
.header__hamburgerLink:hover {
	background: #4b4b4b;
}
.header__hamburgerLink__icon {
	display: inline-block;
	margin: -2px 16px 0 0;
    padding: 0;
	vertical-align: middle;
	position: relative;
	width: 35px;
	height: 23px;
	background: #fff;
}
.header__hamburgerLink__icon:before,
.header__hamburgerLink__icon:after {
	content: '';
	position: absolute;
	left: 0;
	background: #676767;
	width: 100%;
	height: 4px;
}
.header__hamburgerLink__icon:before {
	top: 5px;
}
.header__hamburgerLink__icon:after {
	bottom: 5px;
}
.mobile {
	position: relative;
	z-index: 999;
	display: none;
}
.mobile.active {
	display: block;
}
.mobile__list {
	position: relative;
	z-index: 90;
	display: block;
	margin: 0;
	padding: 0 0 30px 0;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	max-width: 340px;
	width: 100%;
	height: auto;
	background: #fff;
}
.mobile a {
	display: block;
	text-decoration: none;
}
.mobile__list > li {
	display: block;
	margin: 0;
	padding: 0;
}
.mobile__list > li > a {
	position: relative;
	font-size: 22px;
	color: #000;
	margin: 0;
	padding: 5px 36px;
}
.mobile__list > li.current-menu-item > a,
.mobile__list > li > a:hover,
.mobile__list > li.current-menu-parent > a {
	background: #ffc000;
}
.mobile__list > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: 18px;
	top: 50%;
	display: block;
	margin: -3px 0 0 0;
	padding: 0;
	background: url('../images/ux/sprite.png') no-repeat -63px -2px;
	width: 10px;
	height: 6px;
}
.mobile__list > li.current-menu-parent > a:after {
	background-position: -75px -2px;
}
.mobile__list > li.current-menu-parent > .sub-menu {
	display: block;
	position: static;
	padding: 0;
	margin: 0;
}
.mobile__list > li.menu-item-has-children > .sub-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	background: transparent;
}
.mobile__list > li.menu-item-has-children > .sub-menu > li > a {
	margin: 0;
	padding: 8px 36px 8px 57px;
	font-size: 18px;
	color: #000;
}
.mobile__list > li > .sub-menu > li.menu-item-has-children > a,
.mobile__list > li > .sub-menu > li > a:hover,
.mobile__list > li > .sub-menu > li.current-menu-item > a {
	background: #ffc000;
}
.mobile__close {
	position: relative;
	margin: 0;
	padding: 8px 0 11px 86px;
	max-width: 340px;
	height: auto;
	box-sizing: border-box;
	background: #676767;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile__close:hover {
	background: #4b4b4b;
}
.mobile__close:before, .mobile__close:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 30px;
    top: 50%;
    left: 38px;
	margin-top: -1px;
	background: #fff;
}
.mobile__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footerBottom {
  margin: 0;
  padding: 20px 0 16px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #fff;
}
.footerBottom .row * {
	box-sizing: border-box;
}
.footer__info {
  float: left;
  width: 24%;
  padding: 0 0 0 1.5%;
}
.footer__info-text {
  margin: 14px 0 0 0;
  padding: 0;
}
.footer__address {
  margin-bottom: 4px;
}
.footer__email a {
  color: #d09d02;
}
.footer-menu-wrapper {
	width: 53%;
	margin-left: 2%;
	float: left;
}
.footer-menu {
	display: block;
    margin: 0 0 0 8%;
    padding: 0;
    list-style: none;
    float: left;
    width: 28%;
}
.footer-menu:first-child {
	margin-left: 0;
}
.footer-menu-2,
.footer-menu-3 {
	font-size: 14px;
}
.footer-menu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-2 li,
.footer-menu-3 li {
	margin-bottom: 1px;
}
.footer-menu li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
.footer-menu li a:hover {
	text-decoration: underline;
}
.footer__btn-block {
  width: 20%;
  float: right;
  padding-top: 5px;
  text-align: right;
}
.footer__btn-block .js-callback-btn {
	font-family: "futura-pt", Verdana;
}
.footer__phone {
	font-size: 12px;
	margin-top: 6px;
}
.footerBottom__tel {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1.5px;
}
.footerBottom__tel:hover {
	text-decoration: underline;
}
.footer__copy,
.footer__share {
	max-width: 50%;
}
.footer__copy {
	float: left;
	font-size: 14px;
	color: #c6c6c6;
	padding-left: 16px;
	margin-top: 43px;
}
.footer__share {
	float: right;
	text-align: right;
	margin-top: -26px;
}
.footer__share-head {
	font-size: 12px;
	color: #fff;
	margin-bottom: 6px;
}
.footer__sitemap {
	display: inline-block;
	font-size: 14px;
	color: #c6c6c6;
	margin-top: 22px;
}
.breadcrumbs {
  font-size: 14px;
  color: #ababaa;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.6px;
  margin: 9px 0 24px 0;
}
.breadcrumbs .sep {
  color: #ffc000;
  display: inline-block;
  margin: 0 6px;
}
.tablepress.checkout-table .btn-ux {
  visibility: hidden;
  float: right;
  font-size: 13px;
  padding: 6px 17px;
  border-width: 2px;
}
.tablepress.checkout-table tr:hover .btn-ux {
  visibility: visible;
}
.tablepress.checkout-table .column-2 {
  padding: 4px 5px 4px 0;
  border-left-color: transparent;
  width: 170px;
  vertical-align: middle;
}
.tablepress.checkout-table .column-1 {
  border-right-color: transparent;
}
.modal-form-wrapper {
  padding: 45px 45px 37px 45px;
  width: 440px;
}
.modal-form-wrapper .screen-reader-response {
  display: none;
  visibility: hidden;
}
.modal-form-wrapper form.sent .modal-form-content {
  display: none;
}
.modal-form-title {
  margin: 0 -30px 33px 0;
  padding: 0;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #191919;
  text-transform: uppercase;
  text-align: left;
}
.modal-form-wrapper .input-wrap {
  margin: 0 0 12px 0;
  padding: 0;
}
.modal-form-wrapper .input-wrap.input-submit-wrap {
  margin-top: 37px;
  margin-bottom: 0;
}
.modal-form-wrapper .input-wrap input,
.modal-form-wrapper .input-wrap textarea {
  display: block;
  margin: 0;
  padding: 2px 11px;
  outline: 0;
  border: 1px solid #6e6e6e;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.6px;
  font-size: 14px;
  background: transparent;
  color: #646464!important;
}
.modal-form-wrapper .input-wrap textarea {
  padding: 7px 11px;
  height: 96px;
  resize: none;
}

.modal-form-wrapper .input-wrap.h1insert input {
  background: #e8e8e8;
  border-width: 0;
}
.modal-form-wrapper .input-wrap input.wpcf7-not-valid,
.modal-form-wrapper .input-wrap textarea.wpcf7-not-valid {
  border-color: #d24a43;
}
.modal-form-wrapper .input-wrap input.wpcf7-submit {
  width: auto;
  height: auto;
  padding: 11px 28px;
  border-color: #000;
  border-width: 2px;
  color: #000!important;
  font-size: 15px;
}
.modal-form-wrapper .input-wrap input.wpcf7-submit:hover {
  background: #000;
  color: #fff!important;
}
.modal-form-wrapper .ajax-loader {
  display: none;
}
.modal-form-wrapper .wpcf7-mail-sent-ok {
  margin: 0;
  padding: 7px 50px 31px 50px;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.modal-form-wrapper .wpcf7-validation-errors {
  display: none!important;
}
.modal-form-wrapper .wpcf7-form-control-wrap {
  display: block;
}
.modal-form-wrapper .input-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  top: calc(100% + 7px);
  right: -35px;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 12px 14px 10px 38px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0px 2px 1.92px 0.08px rgba(0, 0, 0, 0.52);
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5f5f5f;
}
.modal-form-wrapper .input-wrap .wpcf7-not-valid-tip:before {
  content: '';
  position: absolute;
  left: 13px;
  bottom: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: url('../images/ux/sprite.png') no-repeat -34px -30px;
  width: 12px;
  height: 8px;
}
.modal-form-wrapper .input-wrap .wpcf7-not-valid-tip:after {
  content: '';
  position: absolute;
  left: 11px;
  top: 13px;
  display: block;
  margin: 0;
  padding: 0;
  background: url('../images/ux/sprite.png') no-repeat -13px -19px;
  width: 19px;
  height: 19px;
}
.price-xls-icon {
	position:absolute;
	top:-110px;
	right:85px;
	height:80px;
	width:80px;
}
@media (min-width: 71.938em){
  .sticky-header .mobile-header-fix{
    display: none;
  }
  .header.sticky-header{
    padding-top:0px!important;
    min-height:52px!important;
  }
  .sticky-header .Headernavigation{
    margin-top:0px;
  }

}
@media (max-width: 71.938em) {
	.wrapper {
		/*padding-top: 173px;*/
    padding-top: 0;
	}
	.container {
		max-width: 768px;
    padding: 0 10px;
	}
  .header {
    position: static;
    padding-top: 0;
  }
  .mobile-header-fix {
    padding-top: 22px;
    padding-bottom: 12px;
    position: relative;
    z-index: 60;
    background: #fff;
  }
	.header__logo {
		width: 31.5%;
		margin-left: 2%;
		margin-top: 4px;
	}
	.header__links {
		width: 60.5%;
		padding: 0 10px 0 0;
		box-sizing: border-box;
	}
	.Headernavigation__info,
	.Headernavigation__phone,
	.header__button {
		display: block;
		float: right;
		margin: 0;
		padding: 0;
	}
	.Headernavigation__info {
		float: left;
		margin-top: 5px;
	}
	.Headernavigation__phone {
		margin-bottom: 2px;
	}
	.Headernavigation {
		display: none;
	}
	.header__hamburgerLink {
		display: block;
	}
	.mobile-navigation-wrapper {
		display: block;
	}
	.footer__info {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	.footer__logo {
		margin-bottom: 5px;
	}
	.footer__logo img {
		margin: 0 auto;
	}
	.footer__info-text {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0 0 0 20%;
	}
	.footer__btn-block {
		width: 50%;
		padding: 5px 20% 0 0;
	}
	.footer-menu-wrapper {
		width: 100%;
		margin: 0;
		padding: 25px 5% 0 20%;
		float: none;
		clear: both;
	}
	.footer__share,
	.footer__copy {
		max-width: 100%;
		margin: 0;
		padding: 11px 0 0 7%;
		float: none;
		text-align: center;
	}
	.footer__copy {
		padding-top: 7px;
	}
	.headIndex {
		min-height: 550px;
	}
	.headIndex__descr {
		width: 53%;
		padding-right: 0;
		margin-top: 49px;
	}
	.aboutIndex__descr {
		margin-bottom: 8px;
	}
	.catalogIndex {
		margin: 17px 0 76px 0;
	}
	.catalog__list {
		width: 90%;
		margin: 0 auto;
	}
	.catalog__item {
		height: 222px;
	}
	.catalog__footer,
	.catalog__footer--left {
		width: 90%;
		min-height: 142px;
		margin: 0 auto;
		float: none;
		border: 0;
	}
	.catalog__footer--left {
		border: 1px solid #fff;
		border-bottom-width: 2px;
		padding-bottom: 70px;
	}
	.catalog__footer--left .col-3 {
		display: block;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.catalog__footer--left .catalog__title {
		margin: 40px 0 80px 0;
	}
  .howto {
    padding-bottom: 0;
  }
  .howto__title {
    margin-left: 41px;
  }
  .howto__list {
    padding: 0 41px;
  }
  .howto__item {
    width: 100%;
    padding: 0;
  }
  .news__list {
    margin: 0;
  }
  .news__item {
    width: 47.5%;
    margin-bottom: 45px;
  }
  .voraaoe {
    margin-top: 20px;
    padding: 0;
  }
  .mainTable {
    padding: 0;
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 49.938em) {
	.wrapper {
		/*padding-top: 312px;*/
		padding-top: 0;
	}
  .container {
    max-width: 320px;
    padding: 0 5px;
  }
	body:not(.home) .container {
    max-width: 90%;
  }
  body:not(.home) .header .container,
  body:not(.home) .howto .container,
  body:not(.home) .contactAbout .container,
  body:not(.home) .footerBottom .container {
    max-width: 320px;
  }
  .header {
		padding-top: 0;
  }
  .mobile-header-fix {    
    padding-top: 13px;
    padding-bottom: 18px;
  }
	.header__logo,
	.header__links {
		float: none;
		width: 100%;
	}
	.header__logo {
		width: 77%;
		margin: 0 auto;
	}
	.header__links {
		padding: 0;
		margin-top: 6px;
		text-align: center;
		display: block;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.Headernavigation__info,
	.Headernavigation__phone,
	.header__button {
		display: inline-block;
		float: none;
	}
	.Headernavigation__info {
		text-align: center;
		order: 1;
	}
	.Headernavigation__info > .Headernavigation__mail,
	.Headernavigation__info > .Headernavigation__address {
		padding: 0;
	}
	.Headernavigation__info > .Headernavigation__mail:before,
	.Headernavigation__info > .Headernavigation__address:before {
		display: none;
	}
	.header__button {
		margin: 8px 0;
	}
	.mobile-navigation-wrapper {
		/*margin: 18px 0 0 0;*/
	}
	.header__hamburgerLink {
		/*padding-left: 41px;*/
		padding-left: 96px;
	}
	.mobile__close {
		/*padding-left: 92px;*/
		padding-left: 147px;
	}
	.mobile__close:before, .mobile__close:after {
		/*left: 44px;*/
		left: 92px;
	}
	.footer__info-text,
	.footer__btn-block {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		text-align: center;
	}
	.footer__btn-block {
		margin-top: 20px;
	}
	.footer-menu-wrapper {
		margin: 12px 0 0 0;
		padding: 0;
	}
	.footer-menu {
		width: 100%;
		margin: 12px 0 0 0;
		padding: 0;
		float: none;
	}
	.footer-menu:first-child {
		margin-top: 0;
	}
	.footer-menu li {
		text-align: center;
	}
	.footer__share,
	.footer__copy {
		padding-left: 0;
	}
	.headIndex {
		min-height: 652px;
	}
	.headIndex__descr {
		width: 100%;
		padding: 0 5.5%;
		margin-top: 48px;
	}
	.headIndex .mainh1 {
		font-size: 27px;
		line-height: 36px;
		letter-spacing: 1.4px;
		margin-bottom: 26px;
	}
	.aboutIndex__title {
		font-size: 30px;
		margin-bottom: 38px;
	}
	.aboutIndex__title:after {
		bottom: -12px;
		width: 100px;
		height: 6px;
	}
	.aboutIndex__descr {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		letter-spacing: 0.6px;
		line-height: 18px;
		margin-bottom: 29px;
		color: #504f4f!important;
	}
	.catalog__item {
		height: 198px;
	}
	.catalog__footer {
		padding: 16px 55px 20px 55px;
		line-height: 28px;
	}
	.catalog__footer--left {
		padding: 42px 0 29px 0;
	}
	.catalog__footer--left .catalog__title {
		margin: 29px 0 69px 0;
	}
  .catalogIndex {
    margin: 17px 0 23px 0;
  }
  .howto {
    padding-top: 46px;
    padding-bottom: 8px;
  }
  .howto__title {
    margin: 0 0 45px 20px;
    font-size: 43px;
    line-height: 42px;
  }
  .howto__list {
    padding: 0 20px;
  }
  .howto__item {
    margin-bottom: 46px;
    min-height: 0;
    padding-right: 20%;
  }
  .howto__img {
    margin-bottom: 5px;
  }
  .howto__name {
    font-size: 21px;
    line-height: 21px;
    padding-bottom: 7px;
    margin-bottom: 22px;
  }
  .howto__name:after {
    width: 50px;
  }
  .howto__descr {
    font-size: 14px;
  }
  .news {
    padding: 21px 0 85px 0;
  }
  .news__list {
    padding: 0 5%;
  }
  .news__item {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
  .news__title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 23px;
  }
  .news__block {
    height: 95px;
    padding: 22px 25px 25px 25px;
  }
  .voraaoe {
    font-size: 34px;
    margin-top: 26px;
  }
  .voraaoe .fancybox {
    font-size: 25px;
    padding-left: 12px;
    padding-right: 12px;
  }
  /*.tablepress {
    overflow: auto;
    display: block;
  }*/
  .price-xls-icon {
  	position: static;
  	margin: 0 auto 30px auto;
  }
}
@media (max-width: 40em) {
  .modal-form-wrapper {
    width: auto;
  }
  .modal-form-title {
    font-size: 32px;
  }
}
/* ux END */
ul.sub-menu>li>.sub-menu{
  display:none!important;
  position: absolute;
  left: 183px;
  top:0;
  z-index: 10;
  width: 201px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sub-menu>li>.sub-menu li{
  padding-left:15px;
}
ul.sub-menu>li:hover>.sub-menu{
  display:block!important;
}
ul.sub-menu>li>.sub-menu>li>.sub-menu{
  display:none!important;
  position: absolute;
  left: 194px;
  top:0;
  z-index: 10;
  width: 201px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sub-menu>li>.sub-menu>li>.sub-menu>li{
  padding-left:15px;
}
ul.sub-menu>li>.sub-menu>li:hover>.sub-menu{
  display:block!important;
}
ul.sub-menu>li>.sub-menu>li:hover{
  position: relative;
}
.notwide input{
  width:70%!important;
  float:right;
}

.goodcart{
  border:1px solid #000;
  float:left;
  margin-right:30px;
  max-width:250px;
}
.zagolovok{
  background-color:#ffc000;
  height:60px;
  line-height: 40px;
}
.zagolovok p{
  width:100%;
  text-align: center;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  margin:0;
}
.goodcart img{
  display:block;
  margin:0 auto;
  width:94%;
}
.trait{
  color: #545f65;
  padding-left:5px;
  padding-right:5px;
  margin-top:0;
  margin-bottom:5px;
  border-bottom:1px solid rgba(0,0,0,.1);
  height:21px;
}
.trait .toleft{
  float:left;
}
.trait .toright{
  float:right;
}
.ccena{
  text-align:center;
  font-weight:bold;
}
.buyit{
  color: #000;
  width:100%;
  text-align: center;
  background-color: #ffc000;
  padding-top:10px;
  padding-bottom:10px;
  border:1px solid #000;
  text-decoration: none;
}
.details{
  color: #ffc000;
  background-color: #000;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  text-align: center;
  text-decoration: none;
}
.spanclear{
  clear:both;
}




#of0rm13ni3_24k424_5_k41ku1470r0m.modal-form-wrapper {
    font-family: sans-serif;
    max-width: 400px;
    padding: 20px;
    width: auto;
}
.fwcalc__header {
    font-size: 30px;
    font-weight: 300;
    padding: 0 0 14px;
    text-align: center;
}
#of0rm13ni3_24k424_5_k41ku1470r0m input[type="text"], #of0rm13ni3_24k424_5_k41ku1470r0m textarea {
    background-color: white;
    border: 1px solid #dedede;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
    padding: 8px 12px;
    width: 100%;
}
#of0rm13ni3_24k424_5_k41ku1470r0m .naimeno .wpcf7-form-control.wpcf7-text {
    background-color: #676767;
    color: white;
}
#of0rm13ni3_24k424_5_k41ku1470r0m .naimeno .wpcf7-form-control.wpcf7-text::placeholder { color: white; } 
.fwcalc__subh {
    clear: left;
    font-size: 20px;
    padding: 18px 0;
    text-align: center;
}
#of0rm13ni3_24k424_5_k41ku1470r0m .fwcalc__input.col_6 {
    float: left;
    width: 47.5%;
}
.fwcalc__input.col_4 {
    float: left;
    width: 30%;
}
#of0rm13ni3_24k424_5_k41ku1470r0m .fwcalc__input select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkOByEkSdCQcgAAAjdJREFUSMe91d1rzmEcx/H377cwy9OBSDQhtUVux0pK2D273Su1kvSN2pE480fsWErNQ/qoZWbFgVocyNKi1NyR54dls2weR3JAcfKln6v7Yfdvu/0Or4fP9eq6vtf1iwDMbDNwFJgEuiRN8R8+M6sHjgHrgTOSBiMzWwC8AJb5uCEgJ+lTjTHzgV4gB0TAN6ApBhqBpYmxW4ArZrakxpieBAagAWiOgafAcDBnK3C5FijHnAfaExiAEeBOLOknkAceBHO3Af1mtniWa+YcsDfAjAK7JX2JASSNA63AwyBjO3DJzBbNEuYs0BFgxoCspMcA8Z9WSWNAFngUZO0A+sxs4Qww84DTwL4A8wZolfR3I+LkREmjjnoSZO4CLvqNrBYzFzgF7A8w4475p1TiMEDSa0c9C7qyQK+ZNVSBmQN0AwcCzFuvmfvhnKhM2BrgOrAu6LoKdEj6XgFT5ztzMFhnEmiRdK/YvLhUoKRXwE7gZdDV5sdXXwHTXQKTLYUpC0qgWkqgLhRDOeYkcCjAvAPaJA2XWzOuVAeSnvuTMBIcdR7o8RuUxJwAOotgcpLuVlovqqJAm4ABYHWi+RfQ70X7AzgOHA5y3wN7JN2ezjpRlVe42VGNAaoPmACOBJkfgLykoemuEaV4VzY4alWFoR+Bdkm3qsmPUr68Gx21ssSQz44ZrDY7FchRmxy1IuiacszNNLmpQQnUNWC5N311zI20mXUzARUKhYlMJjMArPW/dmeaY0p+vwGLWMBLCj2njwAAAABJRU5ErkJggg==");
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border: 1px solid #dedede;
    font-size: 16px;
    padding: 8px 32px 8px 12px;
    width: 100%;
}
.fwcalc__lbl {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
}
.ozmtqad .fancybox-skin {
    background-color: #ebebeb;
}
#of0rm13ni3_24k424_5_k41ku1470r0m .wpcf7-form-control-wrap.summazakaza {
    display: none;
}
.fwcalc__subh.tottt {
    margin-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}
.fwcalc__input.fhhh {
    margin-bottom: 16px;
}

#of0rm13ni3_24k424_5_k41ku1470r0m .komment textarea {
    height: 4.5em;
}

.ozmtqad .fancybox-item.fancybox-close {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA/FBMVEX/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAAAAACLGM9lAAAAUnRSTlMAImikzez5IQJXxvvh0f7DWELVcjIGCJSoLpUTyNo9PBXXsA6tCZ0DCpmxRQ3ZBNZcp1vELcLHZ3O3dDC6uM76u+LSvbntvNu23yxGQ5qbrMql0sSGRQAAAAFiS0dEU3pnHQYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhCB8PBCB9mMx+AAABmklEQVQ4y42Ua1uCQBCFRxQ0TdK8ZAmmWYnmpdK8FGkXuxvl+f8/pgXzWViQmg+we54XdnZ2zxC5IiJFY7KiyLGoFKfASGwlAaS20+ntFKDuZBJ+JrsLJHP5gj0u5HPsg92sgBT3oJb23cp+ScVB0a2UNegV8d+HOrQyn1ZrOKr7M6gfo1ZdT040nDaC9tI4hWb8jptoBTKMaqG5Gp1Br9OGaHfg7LHbUyu0MSpqr8te57igkLjAJXv2MQiDBrgiiqtDCo2hGqcRxlzoTJwdGxOda9cYURQ3XJjAZJRh4pZreURpOutywbhjFGPuDK4VUlOS790J2JSXIbqXSXkggRIYelB8kAknLy8kLGficS4u9yQkzhjDmLOHN3GhBM92Cdi/vCWQkOPCy+2qmK9v3AVjSOxYkuHHkmTH8tcBv6NP/7gqGfrr0h2qPSe9D+jtTQy7vovV6DPMCJ/rEmqwgi1lcUvZ5vwKMEz7y2VOZvPvYJt/l91C0QpqGNaJ8N3C13p6C38GiYynifWDmpgdEWk5lWczebr0tsMfEy5DoqL4OxIAAAAASUVORK5CYII=");
  right: -36px;
  top: -36px;
}



#of0rm13ni3_24k424_5_k41ku1470r0m .wpcf7-submit {
    background-color: #ffc000;
    border: 2px solid black;
    font-family: futura-pt;
}
#of0rm13ni3_24k424_5_k41ku1470r0m .wpcf7-submit:hover {
    background-color: black;
    color: #ffc000;
}




  .commonBlock {
    float:left; margin-bottom:5px; margin-top:5px;  margin-right: 20px; width: 195px; border: 1px solid #000;
  }
  .block1 {
    height: 35px;
    text-align: center;
    width: 195px;
    background-color: #ffc000;
    color: #000;
    font-weight: bold;
    font-size: 15px;

  }
  .imgBlock {
    padding: 5px 5px 0 5px;
    overflow: hidden;
  }

  .imgBloc img {
    height: 90px;
    width: 185px;
  }
  .block2 {
    height: 20px;
    width: 195px;
    font-size: 14px;
  }
  .block2_1 {
    width: 46%;
    float: left;
    padding-left: 6px;
    font-size: 15px;
  }
  .block3 {
    background-color: #F1F1F1;
    font-size: 9px;
    height: 55px;
    width: 195px;
    margin-top: 12px;
    text-align: center;
  }

  .butMore {
    height: 45px;
    width: 200px;
    background-color: #000;
    color: #F1F1F1;
  }

  .butOrder {
    height: 45px;
  }





  .commonCard {
    width: 320px; 
    float: left;
    height: 219px;
  }

  .commonCard .tablepress {
    width: 285px; 
  }
  .commonCard .textCard {
    text-align: center;
    font-size: 16px;
  }
  .commonCard .priceCard {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px; 
    margin-bottom: 10px;
  }

  .commonCard .butOrder {
    width: 235px;
    margin: 0 auto;
  }
  
  .techCard {
    width: 100%;
    height: 40px;
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 20px;
  }

  .techCard span {
    display: block;
    padding-top: 5px;
  }

  .tableCaption1 {
    width: 49%;
    float: left;
    margin-right: 60px;

  }

  .tableCaption2 {
    width: 45%;
    float: left;

  }

  .captionCard {
    width: 1%;
    white-space: nowrap;
    padding: 2px 0;
  }
  .dotsCard {
    border-bottom: 1px dotted #000;
  }

  @media (max-width: 1153px) { 
    .commonPriceBlock1 { 
      width: 100% !important;
    }

    .commonPriceBlock2 { 
      width: 100% !important;
    }
.armTable__title .abs_button{
  position: inherit!important;
  right: 0!important;
}

  }

  .price_block_right {
  /*color: #292929;*/
  white-space: nowrap;
    display: table-cell;
    font-size: 15px;
    overflow: hidden;
    overflow-wrap: normal;
    text-align: right;
  }

  .center_block_dotted {
  border-bottom: 1px dotted #b3b3b3;
    flex: 1 1 0;
    height: 1em;
    margin: 0 0.4em;
  }

  .price_block_left {
  /*  color: #292929;*/
    display: table-cell;
    font-size: 15px;
    overflow: hidden;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .price_block1 {
      display: flex;
      justify-content: space-between;
      width: 100%;
      float: left;
      margin-right: 60px;
      padding: 5px 0;
      font-size: 15px;
  }

  .price_block2 {
      display: flex;
      justify-content: space-between;
      width: 45%;
      float: left;
      padding: 5px 0;
      font-size: 15px;
  }

  .commonPriceBlock1 {
    width: 49%;
    float: left;
    margin-right: 60px;
  }

  .commonPriceBlock2 {
   width: 45%;
    float: left;
  }

  .stfont p,.stfont li{
    font-size: 16px;
  }






.mosaic-bg-form {
    background-image: url("/wp-content/themes/apruve/images/bg_4297575.png");
    padding: 10px 30px;
    box-sizing: border-box;
}
.mosaic-bg-form .leftee, .mosaic-bg-form .milodo, .mosaic-bg-form .regiht {
    float: left;
}
.mosaic-bg-form .form-heador {
    font-size: 28px;
    margin-bottom: 16px;
}
.mosaic-bg-form input[type="text"], .mosaic-bg-form textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: "Open Sans",arial,helvetica,sans-serif;
    height: 35px;
    margin-bottom: 16px;
    padding: 0 5px;
    width: 100%;
}
.mosaic-bg-form .leftee {
    width: 30%;
}
.mosaic-bg-form .regiht {
    margin-top: 37px;
    width: 15%;
}
.mosaic-bg-form .milodo {
    margin: 0 3.33333%;
    width: 48%;
}
.mosaic-bg-form textarea {
    height: 86px;
    padding: 10px;
}
.mosaic-bg-form input.wpcf7-not-valid {
    border-color: crimson;
    margin-bottom: 0;
}
#wpcf7-f1353-p406-o1 .wpcf7-response-output {
    display: none !important;
}

@media (max-width: 1150px) {
  .main_quarter_numbers{
    width: 100%!important;
    text-align: center;
  }
   .mosaic-bg-form .form-heador {
    font-size: 22px;
    margin-bottom: 16px;
}
.kakfiltrnew li{
  height: 125px;
}
   .mosaic-bg-form .regiht {
       margin-top: 37px;
       width: 15%;
       float: none;
       clear: left;
   }
   .mosaic-bg-form .leftee {
       width: 35%;
   }
   .mosaic-bg-form .milodo {
       margin: 0 0 0 5%;
       width: 60%;
   }
}

@media (max-width: 640px) {
   .mosaic-bg-form .regiht {
       width: 100%;
       float: none;
       clear: left;
       margin: 10px;
   }
   .mosaic-bg-form .leftee {
       width: 100%;
       margin: 10px;
       float: none;
       clear: left;
   }
   .mosaic-bg-form .milodo {
       margin: 10px;
       float: none;
       clear: left;
       width: 100%;
   }
}

/* temporary */
.fwcalc__subh.result-fdlu {
  display: block;
  visibility: hidden;
  height: 0px;
  padding: 7px;
}

.search_submit {
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIaChEHX95m3AAAApRJREFUWMPtlk1IVVEQx38+RMJE+nARERIRBiKUElJQtKgg6Nk3tDJa1GKMMopoGa1CiEoo/4sCgxZlCyOzD0JoUYuIFkIuwkWEhbh4VIuSeMijzTw4np5570vd1MCFmXvm3P//zpyZM/CvS8VcfMTMqoA6oADkJE3NOwEzqweOA3uARqDSl/LAMPAAuCUpN6cEzGwRcBE4DVTN4v7dfa9IKvw1ATOrAx4DrdHSN+AjkAHWADXR+iBwWNJk/M1MCvBq4GkEfh/YDCyX1CxpPbAU2A4MBX5ZoM/MfsOrTBGALmCj65NAu6T+gGAGOOJrA5J2mlkH0O04WeAMcDl1BMysEehws+Dh7I/cdgG9QB/wzsxaJPUAnYHPBU9j6hScDHxvSxos4TPsD8Ba4IWZbXASxXTUAMfKIbAv0C+VcpA0LqkZ2ApMALXAXe8RXYHr/lRVYGargE9ujkpal2DPFuClmweBAeCrRyAPLC42qyQRWBnoo0nCJekV8NbNWgf74HaxayaugpBkIUXVtAEtwLMSezNpCEwE+uqk6JImgCdBiRb3TgG5NIdwDPjiepOfibTSCixxfURSPjEB7+GDgX9nGQTORm05dRneCPRTZrYpRQs/ABwKbsqb5RAY8VQUT/GjJCTMLAvcCV5dkzSWtg9UAw+BHdFSHrgOXJX0OdrTAJwHjgY/+RrYFuZ/VgJ/ACcqzZHgOm7wJ5Q3wO5Sw0lFmeBjQH2C1BWAHuCcpJ+JB5JZwIeAvUATcMKv2WWRz7i3325J71ONZEnAw8nGm0w9sML/eDw+E4kJJABvmymU5Upchr0LCT4tAj7t/ihB6rmHfc7B4wjko4tn3sGnEfCe3+4nuADcm2/wmeo/42PUf1kQ+QUiz+cqFaHqEgAAAABJRU5ErkJggg==");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    border: 0 none;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 28px;
}
.search_input {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 30px;
    padding: 0 28px 0 5px;
    width: 100%;
}
.searchontop {
  width: 210px;
  clear: both;
}
form.searchform {
    position: relative;
}
.payment-systems {
  float: right;
  margin-right: calc(50% - 136px - 86px);
  margin-top: 38px;
}
.payment-systems img{
display: inline;
}

.temporatuo img {
    display: inline;
    vertical-align: middle;
}
.temporatuo {
    margin-top: 10px;
    text-align: center;
}
.temporatuo img:first-child {
  margin-right: 20px;
  margin-left: -10px;
}
.temporatuo img:last-child {
    margin-left: 10px;
}


@media (max-width: 799px){
   .payment-systems {
   float:none;
   margin:1em auto;
   text-align:center;   
   }
   .searchontop {
       width: 196px;
   }
   .searchontop .search_input {
       font-size: 16px;
       height: 40px;
   }
   .searchontop .search_submit {
       height: 38px;
   }
}





.generic-calc-form .modal-form-wrapper{
  font-family: sans-serif;
  max-width: 400px;
  padding: 20px;
  width: auto;
}
.generic-calc-form .fwcalc__header {
  font-size: 30px;
  font-weight: 300;
  padding: 0 0 14px;
  text-align: center;
}
.generic-calc-form input[type="text"], .generic-calc-form textarea {
  background-color: white;
  border: 1px solid #dedede;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  padding: 8px 12px;
  width: 100%;
}
.generic-calc-form .naimeno .wpcf7-form-control.wpcf7-text {
  background-color: #676767;
  color: white;
}
.generic-calc-form .fwcalc__subh {
  clear: left;
  font-size: 20px;
  padding: 18px 0;
  text-align: center;
}
.generic-calc-form .fwcalc__input.col_6 {
  float: left;
  width: 47.5%;
}
.generic-calc-form .fwcalc__input.col_4 {
  float: left;
  width: 30%;
}
.generic-calc-form .fwcalc__input select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkOByEkSdCQcgAAAjdJREFUSMe91d1rzmEcx/H377cwy9OBSDQhtUVux0pK2D273Su1kvSN2pE480fsWErNQ/qoZWbFgVocyNKi1NyR54dls2weR3JAcfKln6v7Yfdvu/0Or4fP9eq6vtf1iwDMbDNwFJgEuiRN8R8+M6sHjgHrgTOSBiMzWwC8AJb5uCEgJ+lTjTHzgV4gB0TAN6ApBhqBpYmxW4ArZrakxpieBAagAWiOgafAcDBnK3C5FijHnAfaExiAEeBOLOknkAceBHO3Af1mtniWa+YcsDfAjAK7JX2JASSNA63AwyBjO3DJzBbNEuYs0BFgxoCspMcA8Z9WSWNAFngUZO0A+sxs4Qww84DTwL4A8wZolfR3I+LkREmjjnoSZO4CLvqNrBYzFzgF7A8w4475p1TiMEDSa0c9C7qyQK+ZNVSBmQN0AwcCzFuvmfvhnKhM2BrgOrAu6LoKdEj6XgFT5ztzMFhnEmiRdK/YvLhUoKRXwE7gZdDV5sdXXwHTXQKTLYUpC0qgWkqgLhRDOeYkcCjAvAPaJA2XWzOuVAeSnvuTMBIcdR7o8RuUxJwAOotgcpLuVlovqqJAm4ABYHWi+RfQ70X7AzgOHA5y3wN7JN2ezjpRlVe42VGNAaoPmACOBJkfgLykoemuEaV4VzY4alWFoR+Bdkm3qsmPUr68Gx21ssSQz44ZrDY7FchRmxy1IuiacszNNLmpQQnUNWC5N311zI20mXUzARUKhYlMJjMArPW/dmeaY0p+vwGLWMBLCj2njwAAAABJRU5ErkJggg==");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border: 1px solid #dedede;
  font-size: 16px;
  padding: 8px 32px 8px 12px;
  width: 100%;
}
.generic-calc-form .fwcalc__lbl {
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
}
.generic-calc-form .fancybox-skin {
  background-color: #ebebeb;
}
.generic-calc-form .wpcf7-form-control-wrap.summazakaza {
  display: none;
}
.fwcalc__subh.tottt {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left;
}
.fwcalc__input.fhhh {
  margin-bottom: 16px;
}

.generic-calc-form .komment textarea {
  height: 4.5em;
}

.generic-calc-form .fancybox-item.fancybox-close {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA/FBMVEX/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAAAAACLGM9lAAAAUnRSTlMAImikzez5IQJXxvvh0f7DWELVcjIGCJSoLpUTyNo9PBXXsA6tCZ0DCpmxRQ3ZBNZcp1vELcLHZ3O3dDC6uM76u+LSvbntvNu23yxGQ5qbrMql0sSGRQAAAAFiS0dEU3pnHQYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhCB8PBCB9mMx+AAABmklEQVQ4y42Ua1uCQBCFRxQ0TdK8ZAmmWYnmpdK8FGkXuxvl+f8/pgXzWViQmg+we54XdnZ2zxC5IiJFY7KiyLGoFKfASGwlAaS20+ntFKDuZBJ+JrsLJHP5gj0u5HPsg92sgBT3oJb23cp+ScVB0a2UNegV8d+HOrQyn1ZrOKr7M6gfo1ZdT040nDaC9tI4hWb8jptoBTKMaqG5Gp1Br9OGaHfg7LHbUyu0MSpqr8te57igkLjAJXv2MQiDBrgiiqtDCo2hGqcRxlzoTJwdGxOda9cYURQ3XJjAZJRh4pZreURpOutywbhjFGPuDK4VUlOS790J2JSXIbqXSXkggRIYelB8kAknLy8kLGficS4u9yQkzhjDmLOHN3GhBM92Cdi/vCWQkOPCy+2qmK9v3AVjSOxYkuHHkmTH8tcBv6NP/7gqGfrr0h2qPSe9D+jtTQy7vovV6DPMCJ/rEmqwgi1lcUvZ5vwKMEz7y2VOZvPvYJt/l91C0QpqGNaJ8N3C13p6C38GiYynifWDmpgdEWk5lWczebr0tsMfEy5DoqL4OxIAAAAASUVORK5CYII=");
right: -36px;
top: -36px;
}



.generic-calc-form .wpcf7-submit {
  background-color: #ffc000;
  border: 2px solid black;
  font-family: futura-pt;
}
.generic-calc-form .wpcf7-submit:hover {
  background-color: black;
  color: #ffc000;
}

.commonCard .fancybox img{
  width:320px;
  height:215px;
}

/*------------------ Крестики-нолики --------------------*/

.result{
  width:100%;
  padding:10px;
  background-color: #e8e8e8;
  font-size:21px!important;
  font-weight:bold;
  text-transform: uppercase;
}
.krestiki_noliki{
    width: 306px;
    margin: 0 auto;
    margin-top:10px;
}
.krestiki_noliki .block{
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    text-align: center;
    font-size: 100px;
    line-height: 94px;
}
.skidos{
  margin-top:10px;
  width:100%;
  text-align: center;
}
.skidos img{
  margin:0 auto;
}
.game_renew{
  display: none;
  cursor: pointer;
  margin-left:20px;
}
.krestiki_noliki .block img{
  margin-left: 30px;
  margin-top: 30px;
  width: 40px;
  height: 40px;
}

/*-------------------------------------------------------*/

.main_caption{
  width: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  left: 0; bottom: 10px; right: 0;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 800px){
  .our_clients_row img{
    width:24%!important;
    margin-right:1%!important;
  }
  .main_caption{
    display: none;
  }
}

.feedback-slide{
  border:1px solid #ffc000;
  padding:15px;
  box-sizing:border-box;
  margin-right:25px;
  min-height:250px!important;
}

.feedback-slider .slick-prev,.feedback-slider .slick-next{
  position:absolute;
  top:-35px;
}
.feedback-slider .slick-prev{
  right: 40px;
  left:initial;
  background: url(/wp-content/themes/apruve/images/demis/feedback/feedback-left-black.png) no-repeat!important;
}
.feedback-slider .slick-next{
  right: 10px;
  background: url(/wp-content/themes/apruve/images/demis/feedback/feedback-right-black.png) no-repeat!important;
}
.feedback-slider .slick-prev:hover{
  background: url(/wp-content/themes/apruve/images/demis/feedback/feedback-left-yellow.png) no-repeat!important;
}
.feedback-slider .slick-next:hover{
  background: url(/wp-content/themes/apruve/images/demis/feedback/feedback-right-yellow.png) no-repeat!important;
}
.feedback-slider .slick-prev:before,.feedback-slider .slick-next:before{
  opacity:0;
}
.feedback-slider .slick-prev:hover:before, .feedback-slider .slick-prev:focus:before, .feedback-slider .slick-next:hover:before, .feedback-slider .slick-next:focus:before{
  opacity: 0;
}
.feedback-name{
  padding-left:36px;
  line-height: 23px;
  background:url(/wp-content/themes/apruve/images/demis/feedback/feedback-person.png) no-repeat; 
}
.feedback-all-button{
  display:block;
  padding:10px;
  border:2px solid #ebebeb;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
  width:auto;
  text-decoration: none;
  text-align: center;
  max-width:200px;
}
.feedback-all-button:hover{
  background-color: #ebebeb;
}

@media (max-width:800px){
  .hideonadaptive{
    display: none;
  }
}

.numbers_and_ach{
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  background-color: #e2e2e2;
}
.main_quarter_numbers{
  float:left;
  box-sizing:border-box;
  width:25%;
  padding:5px;
  font-size: 16px;
}
.main_quarter_numbers span{
  display:block;
}
.main_quarter_numbers span.numbers_yellow{
  color:#ffc000;
  font-size:49px;
  font-weight:bold;
}
.main_quarter_numbers .numbers_heading{
  font-weight: bold;
  font-size:40px;
  margin:0;
}
.our_clients_row{
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
}
.our_clients_row img{
  float:left;
  margin-right:2%;
  width: 12%;
}

/*СЛАЙДЕР НА ГЛАВНОЙ*/

.header_main_slider .main_slide{
  position: relative;
}
.main_slide .m_s_descr{
  position:absolute;
  top: 10%;
  left: 20%;
  max-width: 425px;
  font-size: 15px;
}
@media (max-width:1190px){
  .main_slide .m_s_descr{
    max-width: 380px;
  }
}
@media (max-width:988px){
  .header_main_slider{
    display: none!important;
  }
}

/*------------------*/
@media (max-width:768px){
.cw_body.cw_body-right .cw_body-icon_menu{
  bottom:65px;
}
.bunker__item{
  width: 100%;
}
}

.likeh2{
  display:block;
  font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.header_main_slider ul.slick-dots{
  bottom: 5px;
}
.header_main_slider .slick-dots li button:before{
  background: url(/wp-content/themes/apruve/images/2.png) no-repeat center 2px;
  content: '';
  opacity: .8;
  
}
.header_main_slider .slick-dots li.slick-active button:before{
    background: url(/wp-content/themes/apruve/images/1.png) no-repeat center 0;
    content: '';
    
}

.agree_hd {display:none!important;}
/*scroll*/
#scrollup {
position: fixed;  
right: 30px; 
bottom: 180px; 
display: none; 
cursor: pointer;
}
#scrollup img{
opacity: 0.5;
width:100px;
}
iframe[src*=recaptcha]{
    overflow: hidden;
    border:0;
}