/*
  Reset margin, we need it for stick footer later
*/
* {margin: 0;}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #01729a; color: #fff; text-shadow: none; }
::selection { background: #01729a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }*/
/*a:visited { color: #551a8b; }*/
/*a:hover { color: #06e; text-decoration: none; }*/
/*a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0;
    text-decoration: none; }
input[type="submit"]{ outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; table-layout: fixed; } /* table-layout: fixed; much faster table processing */
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    overflow-x: hidden;
}

/*.main {*/
    /*min-height: 100%;*/
    /*margin: 0 auto -100px; *//* footer size */
/*}*/

footer, .push {
    /*height: 100px; *//* footer size */
}











/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@font-face {
    font-family: 'pfagoraslabpro-bold';
    src: url('../fonts/pfagoraslabpro-bold.eot');
    src: url('../fonts/pfagoraslabpro-boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfagoraslabpro-bold.woff') format('woff'),
    url('../fonts/pfagoraslabpro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pfagoraslabproreg';
    src: url('../fonts/pfagoraslabproreg.eot');
    src: url('../fonts/pfagoraslabproregd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfagoraslabproreg.woff') format('woff'),
    url('../fonts/pfagoraslabproreg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pfagoraslabpro-medium';
    src: url('../fonts/pfagoraslabpro-medium.eot');
    src: url('../fonts/pfagoraslabpro-mediumd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfagoraslabpro-medium.woff') format('woff'),
    url('../fonts/pfagoraslabpro-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pfdindisplaypro-bold';
    src: url('../fonts/pfdindisplaypro-bold-webfont.eot');
    src: url('../fonts/pfdindisplaypro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-bold-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pfdindisplaypro-light';
    src: url('../fonts/pfdindisplaypro-light-webfont.eot');
    src: url('../fonts/pfdindisplaypro-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pfdindisplaypro-med';
    src: url('../fonts/pfdindisplaypro-med-webfont.eot');
    src: url('../fonts/pfdindisplaypro-med-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-med-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-med-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pfdindisplaypro-reg';
    src: url('../fonts/pfdindisplaypro-reg-webfont.eot');
    src: url('../fonts/pfdindisplaypro-reg-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.red {
  color: #f43335;
}
.green {
  color: #708441;
}
.blue {
  color: #1f80c9;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.bottom {
  margin-bottom: 30px;
}
.bg_color_l-blue {
  background-color: #dcf2f9;
}
.min-width {
  min-width: 1000px;
}
.a_block {
  width: 100%;
  height: 100%;
  display: block;
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.btn-grad {
  background: #fabf12;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fabf12), color-stop(100%, #f9a019));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fabf12 0%, #f9a019 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabf12', endColorstr='#f9a019', GradientType=0);
  /* IE6-9 */

}
.white-diagonal-grad {
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(38%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* IE10+ */

  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
.radial-yellow-grad {
  background: -moz-radial-gradient(center, ellipse cover, rgba(254, 220, 17, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(254, 220, 17, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, rgba(254, 220, 17, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, rgba(254, 220, 17, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, rgba(254, 220, 17, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, rgba(254, 220, 17, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfedc11', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
.radial-yellow-grad2 {
  background: -moz-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(254, 221, 19, 0.8)), color-stop(100%, rgba(254, 221, 19, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfedd13', endColorstr='#00fedd13', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
body {
  width: 100%;
  height: 100%;
  min-width: 980px;
  -webkit-font-smoothing: antialiased;
}
.wrap {
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.din-bold {
  font-family: 'pfdindisplaypro-bold', 'Arial', sans-serif;
}
.button {
  border: 0;
  background: #fabf12;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fabf12), color-stop(100%, #f9a019));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fabf12 0%, #f9a019 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabf12', endColorstr='#f9a019', GradientType=0);
  /* IE6-9 */

  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 48px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: uppercase;
  padding: 0 48px;
  box-shadow: 1px 1px 0 #c76f0d;
  -moz-box-shadow: 1px 1px 0 #c76f0d;
  -webkit-box-shadow: 1px 1px 0 #c76f0d;
  text-decoration: none;
}
.button:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.button.thin-button {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 0 12px;
  text-transform: none;
}
/******* main page slider *******/
/** RESET AND LAYOUT (plugins styles)
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 00px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 60 );
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  outline: 0;
  width: 30px;
  height: 67px;
  z-index: 52;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.skew-plate,
.skew-timer {
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.skew-plate > .wrap,
.skew-timer > .wrap {
  -webkit-transform: rotate(2.5deg);
  -moz-transform: rotate(2.5deg);
  -ms-transform: rotate(2.5deg);
  -o-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
}
.skew-plate {
  border-left: 5px solid #f9c608;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.discount-plate {
  text-transform: uppercase;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.discount-plate .wrap {
  padding: 15px 15px 15px 0;
  background: url('../img/first-plate-decot.png') no-repeat center 113px;
}
.discount-plate .discount-title {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 60px;
  line-height: normal;
  color: #ffcc02;
  padding-left: 20px;
  margin-bottom: -5px;
}
.discount-plate .thin {
  font-family: 'pfdindisplaypro-light', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.discount-plate .yellow {
  color: #fecd09;
}
.discount-plate span {
  display: block;
}
.discount-plate span:first-of-type {
  padding-left: 40px;
}
.discount-plate span:nth-of-type(2) {
  text-align: center;
}
.discount-plate span:nth-of-type(3) {
  text-align: center;
}
.discount-plate span:nth-of-type(4) {
  padding-left: 35px;
}
.discount-plate span:nth-of-type(5) {
  padding-left: 50px;
}
.skew-timer {
  border-top: 3px solid #f9c508;
  position: relative;
  left: 11px;
  display: none;
}
.skew-timer:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 7px 12px;
  border-color: transparent transparent #f9c508 transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.skew-timer .wrap {
  padding: 20px;
}
.skew-timer .wrap > p {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffcc02;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}
.skew-timer .wrap .digital {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  text-align: center;
}
.skew-timer .wrap .digital:last-child {
  margin-right: 0;
}
.skew-timer .wrap .digital > p {
  width: 55px;
  height: 40px;
  padding: 0 10px;
  background: url('../img/timer-bg.png') no-repeat center;
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  text-align: justify;
}
.skew-timer .wrap .digital > p:after {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 100%;
}
.skew-timer .wrap .digital > span {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.bid-form-plate .wrap {
  padding: 65px 40px 30px 50px;
}
.bid-form-plate .wrap > h1 {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #fece08;
  margin-bottom: 15px;
  margin-left: -40px;
  text-align: center;
}
.bid-form-plate .wrap > p {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bid-form-plate .wrap .bid-form {
  width: 270px;
}
.bid-form-plate .wrap .bid-form .text-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  display: block;
  margin-bottom: 15px;
  background: #fff;
  border: 3px solid transparent;
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
  outline: 0;
}
.bid-form-plate .wrap .bid-form .text-field::-webkit-input-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .bid-form .text-field::-moz-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .bid-form .text-field:-moz-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .bid-form .text-field:-ms-input-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .bid-form .text-field:focus {
  border-color: #dfcd08;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.bid-form-plate .wrap .bid-form .file-field {
  display: block;
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #dcca00;
  text-decoration: underline;
  margin-top: -3px;
  margin-bottom: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.bid-form-plate .wrap .bid-form .file-field input[type="file"] {
  display: none;
}
.bid-form-plate .wrap .bid-form .file-field:hover {
  text-decoration: none;
}
.bid-form-plate .wrap .bid-form .button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  font-family: 'pfdindisplaypro-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 45px;
  color: #000;
  letter-spacing: 2px;
  padding: 0;
}
.rel-wrap {
  position: relative;
  margin: 0 auto;
  top: -230px;
  max-width: 1546px;
}
@media only screen and (max-width: 1220px) {
  .bid-form-plate .wrap {
    padding: 50px 10px 30px 50px;
  }
  .bid-form-plate .wrap > h1 {
    font-size: 28px;
  }
  .bid-form-plate .wrap > p {
    font-size: 17px;
  }
  .bid-form-plate .wrap .bid-form {
    width: 200px;
  }
  .bid-form-plate .wrap .bid-form .file-field {
    font-size: 17px;
  }
  .bid-form-plate .wrap .bid-form .button {
    font-size: 16px;
  }
  .skew-timer .wrap {
    padding: 10px;
  }
}
.section-wrap {
  max-width: 1446px;
  margin: 0 auto;
  padding: 0 50px;
}
.section-title {
  text-align: center;
}
.page-menu {
  width: 80px;
  height: 100%;
  padding-top: 120px;
  background: #000000 url('../img/menu-bg.png') no-repeat top left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 54;
}
.page-menu ul {
  list-style: none;
  text-align: center;
}
.page-menu ul > li {
  display: block;
  margin-bottom: 10px;
  padding-top: 40px;
  position: relative;
}
.page-menu ul > li:after {
  content: '';
  width: 55px;
  display: block;
  height: 1px;
  background: #3c3c3c;
  margin: 0 auto;
}
.page-menu ul > li:last-child:after {
  display: none;
}
.page-menu ul > li a {
  text-decoration: none;
}
.page-menu ul > li a i {
  position: absolute;
  top: 0;
  left: 15px;
  width: 50px;
  height: 40px;
  background: url('../img/sprite.png') no-repeat;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-menu ul > li a i.hover-i {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.page-menu ul > li a span {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: block;
  color: #929292;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-menu ul > li a:hover i,
.page-menu ul > li a.active i {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.page-menu ul > li a:hover i.hover-i,
.page-menu ul > li a.active i.hover-i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.page-menu ul > li a:hover span,
.page-menu ul > li a.active span {
  color: #c28b13;
}
.page-menu ul > li.menu-services a i {
  background-position: 0 0;
}
.page-menu ul > li.menu-services a i.hover-i {
  background-position: -50px 0;
}
.page-menu ul > li.menu-products a i {
  background-position: 0px -40px;
}
.page-menu ul > li.menu-products a i.hover-i {
  background-position: -50px -40px;
}
.page-menu ul > li.menu-works a i {
  background-position: 0px -80px;
}
.page-menu ul > li.menu-works a i.hover-i {
  background-position: -50px -80px;
}
.page-menu ul > li.menu-price a i {
  background-position: 0px -120px;
}
.page-menu ul > li.menu-price a i.hover-i {
  background-position: -50px -120px;
}
.page-menu ul > li.menu-reviews a i {
  background-position: 0px -160px;
}
.page-menu ul > li.menu-reviews a i.hover-i {
  background-position: -50px -160px;
}
.page-menu ul > li.menu-payment a i {
  background-position: 0px -200px;
}
.page-menu ul > li.menu-payment a i.hover-i {
  background-position: -50px -200px;
}
.page-menu ul > li.menu-contacts a i {
  background-position: 0px -240px;
}
.page-menu ul > li.menu-contacts a i.hover-i {
  background-position: -50px -240px;
}
.page-header {
  background: #fff;
  background: #ffffff;
  //max-height: 105px;
  max-height: 96px;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 980px;
  z-index: 53;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.page-header.transparent-header {
  background: rgba(255, 255, 255, 1);
}
.page-header .wrap {
  padding: 10px 30px 0px 80px;
  max-height: 95px;
}
.page-header .wrap:after {
  content: '';
  clear: both;
  display: block;
}
.page-header .logo {
  float: left;
  margin-top: -10px;
}
.page-header .logo a {
  text-decoration: none;
}
.page-header .logo .logo-name {
  background: url('../img/logo-bg.png') no-repeat;
  text-transform: uppercase;
  font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
  font-size: 35px;
  line-height: 29px;
  color: #000;
  width: 144px;
  height: 92px;
  padding-top: 20px;
  padding-left: 25px;
  float: left;
  letter-spacing: 2px;
}
.page-header .logo .logo-des {
  float: left;
  padding-left: 8px;
  padding-top: 21px;
  font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #282828;
}
.page-header .header-right-part {
  margin-left: 355px;
  text-align: right;
  font-size: 18px;
}
.page-header .header-right-part > div {
  float: right;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .header-right-part > div:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 55px;
  background: #dbdbdb;
}
.page-header .header-right-part > div:last-child:before {
  display: none;
}
.page-header .header-right-part .address {
  text-align: left;
  font-family: 'pfdindisplaypro-light', 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #000;
  width: 39%;
  max-width: 490px;
}
.page-header .header-right-part .address a {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 0.9em;
  line-height: 1;
  color: #00baff;
}
.page-header .header-right-part .address p:first-child {
  margin-bottom: 4px;
}
.page-header .header-right-part .tel {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 1em;
  line-height: 0.8;
  color: #2d2d2d;
  width: 20%;
  max-width: 260px;
}
.page-header .header-right-part .tel .din-bold {
  font-size: 1.3em;
  line-height: normal;
  color: #2d2d2d;
}
.page-header .header-right-part .consultation {
  font-family: 'pfdindisplaypro-light', 'Arial', sans-serif;
  font-size: 1.3em;
  line-height: normal;
  color: #2d2d2d;
  width: 22%;
  max-width: 250px;
  text-align: center;
}
.page-header .header-right-part .consultation p {
  margin-bottom: 1px;
}
.page-header .header-right-part .consultation a {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 0.7;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .header-right-part .mail {
  width: 20%;
  max-width: 200px;
  text-align: center;
}
.page-header .header-right-part .mail p {
  margin-bottom: 5px;
}
.page-header .header-right-part .mail a {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1.1;
  color: #000;
}
.page-header .header-right-part .mail a.button {
  font-size: 14px;
  line-height: 0.7;
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: 125px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1600px) {
  .page-header .header-right-part {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1360px) {
  .page-header .header-right-part .mail {
    width: 21%;
  }
  .page-header .header-right-part .consultation {
    width: 24%;
  }
  .page-header .header-right-part .tel {
    width: 23%;
  }
  .page-header .header-right-part .address {
    width: 27%;
  }
}
@media only screen and (max-width: 1220px) {
  .page-header .header-right-part .mail {
    width: 24%;
  }
  .page-header .header-right-part .consultation {
    width: 26%;
  }
  .page-header .header-right-part .consultation:before {
    display: none;
  }
  .page-header .header-right-part .tel {
    width: 26%;
    margin-right: -26%;
    text-align: center;
  }
  .page-header .header-right-part .tel .din-bold ~ p {
    display: none;
  }
  .page-header .header-right-part .address {
    width: 42%;
  }
}
@media only screen and (max-width: 1150px) {
  .page-header .header-right-part .mail {
    width: 27%;
  }
  .page-header .header-right-part .consultation {
    width: 33%;
  }
  .page-header .header-right-part .tel {
    width: 32%;
    margin-right: -32%;
  }
  .page-header .header-right-part .tel .din-bold ~ p {
    display: none;
  }
  .page-header .header-right-part .address {
    width: 30%;
  }
}
.main {
  padding-left: 80px;
  max-width: 1920px;
  margin: 0 auto;
}
.header-section {
  margin: 115px auto 0;
  padding-top: 71px;
  background: url('../img/gray-section-top.png') no-repeat top center;
  max-width: 1546px;
  position: relative;
}
.header-section .bg-wrap {
  background: url('../img/gray-pat.png') repeat;
}
.header-section .bord-wrap {
  position: relative;
  top: -92px;
  padding-top: 90px;
  background: url('../img/header-bord.png') no-repeat top center;
  text-align: center;
}
.header-section h1 {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-section h2 {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #010101;
  padding-bottom: 5px;
  background: url('../img/page-title-bord.png') no-repeat bottom center;
  letter-spacing: 0.5px;
}
.header-section h3 {
  font-family: 'Georgia';
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
  letter-spacing: 0.5px;
}
.discount-plate-wrap {
  min-width: 212px;
  position: absolute;
  top: 200px;
  left: 10px;
  z-index: 52;
}
.bid-form-plate {
  position: absolute;
  top: 280px;
  right: 20px;
  z-index: 52;
}
@media only screen and (min-width: 1400px) {
  .header-section .discount-plate-wrap {
    top: 160px;
  }
}
.slider-section {
  margin-top: -75px;
  padding-bottom: 62px;
  background: url('../img/gray-section-bottom.png') no-repeat center bottom;
}
.slider-section .bxslider li {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  height: 585px;
  overflow: hidden;
  background-position: center;
}
.slider-section .bg-wrap2 {
  background: url('../img/gray-pat.png') repeat;
  max-width: 1546px;
  margin: 0 auto;
}
.slider-section .bg-wrap {
  max-width: 1546px;
  margin: 0 auto;
}
.slider-section .slider-thumbnails-wrap {
  padding: 0px 0 15px;
}
.slider-section .slider-thumbnails-wrap .bx-wrapper .bx-viewport {
  padding-top: 25px;
}
.slider-section .slider-thumbnails-wrap .bx-wrapper:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -15px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.3);
}
.slider-section .slider-thumbnails-wrap .slide {
  width: 110px;
  height: 70px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.slider-section .slider-thumbnails-wrap .slide img {
  max-width: 100%;
}
.slider-section .slider-thumbnails-wrap .slide.active:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -25px;
  border-style: solid;
  border-width: 22px 20px 0 20px;
  border-color: #000000 transparent transparent transparent;
}
.slider-section .slider-thumbnails-wrap .bx-prev,
.slider-section .slider-thumbnails-wrap .bx-next {
  text-indent: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  top: 58px;
}
.slider-section .slider-thumbnails-wrap .bx-prev:active,
.slider-section .slider-thumbnails-wrap .bx-next:active {
  top: 59px;
}
.slider-section .slider-thumbnails-wrap .bx-prev > div,
.slider-section .slider-thumbnails-wrap .bx-next > div {
  line-height: 70px;
}
.slider-section .slider-thumbnails-wrap .bx-prev {
  left: 0;
}
.slider-section .slider-thumbnails-wrap .bx-next {
  right: 0;
}
.slider-section .reasons-section {
  padding-top: 45px;
  padding-bottom: 65px;
  background: url('../img/gray-section-bord.png') no-repeat center 80px;
}
.slider-section .reasons-section .reasons-title {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: 36px;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.slider-section .reasons-section .reasons-list {
  max-width: 1190px;
  margin: 0 auto;
  list-style: none;
  text-align: justify;
}
.slider-section .reasons-section .reasons-list:after {
  content: '';
  width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.slider-section .reasons-section .reasons-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: center;
  width: 33%;
  font-family: 'PFAgoraSlabPro-Bold', 'Tahoma', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 25px;
  padding: 0 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.slider-section .reasons-section .reasons-list > li > i {
  margin: 0 auto 10px;
  display: block;
  width: 120px;
  height: 70px;
  background: url('../img/sprite.png') no-repeat;
}
.slider-section .reasons-section .reasons-list > li.r-price > i {
  background-position: -100px 0px;
}
.slider-section .reasons-section .reasons-list > li.r-time > i {
  background-position: -220px 0px;
}
.slider-section .reasons-section .reasons-list > li.r-sample > i {
  background-position: -340px 0px;
}
.slider-section .reasons-section .reasons-list > li.r-guaranty > i {
  background-position: -100px -80px;
}
.slider-section .reasons-section .reasons-list > li.r-credit > i {
  background-position: -220px -80px;
}
.slider-section .reasons-section .reasons-list > li.r-worktime > i {
  background-position: -340px -80px;
}
@media only screen and (max-width: 1220px) {
  .slider-section .reasons-section {
    background: none;
  }
  .slider-section .reasons-section .reasons-list > li {
    padding: 0 30px;
  }
}
.services-section {
  padding: 30px 0 80px;
  text-align: center;
}
.services-section .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 46px;
  line-height: 50px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.services-section .services-list {
  list-style: none;
}
.services-section .services-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 2%;
  width: 23%;
  min-width: 235px;
  margin-bottom: 15px;
}
.services-section .services-list > li:nth-child(4n+1) {
  margin-left: 0;
}
.services-section .services-list > li .img-wrap {
  padding: 8px;
  border: 2px solid #cecece;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.services-section .services-list > li .img-wrap > img {
  max-width: 100%;
  /*min-width: 233px;*/
  min-height: 160px;
}
.services-section .services-list > li .caption {
  display: block;
  padding: 0 15px;
  width: 208px;
  height: 105px;
  background: url('../img/srervices-bg.png') no-repeat center;
  margin: -60px auto 0;
  font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
  font-size: 26px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.services-section .services-list > li .caption > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.services-section .services-list > li .caption:before {
  content: 's';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-left: -20px;
  visibility: hidden;
  line-height: 105px;
}
.middle-section {
  height: 620px;
  // background: url('../img/mid-bg.jpg') no-repeat center;
  background-size: cover;
  background-color: #D1C8C6;
}
.middle-section .section-wrap {
  position: relative;
}
.middle-section .section-wrap .discount-plate-wrap {
  position: absolute;
  left: 10px;
  top: -50px;
}
.middle-section .section-wrap .bid-form-plate {
  position: absolute;
  right: 20px;
  top: 25px;
}
.choice-product-section .choice-product-title-wrap {
  position: relative;
  padding: 80px 0 76px;
  margin: -80px 0 -80px;
  background: url('../img/yellow-pat-top.png') no-repeat top center, url('../img/yellow-pat-bottom.png') no-repeat bottom center;
}
.choice-product-section .choice-product-title-wrap .choice-product-title {
  padding: 20px 0 20px;
  text-align: center;
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: url('../img/yellow-pat-bg.png') repeat-y center;
}
@media only screen and (max-width: 1150px) {
  .choice-product-section .choice-product-title-wrap .choice-product-title {
    font-size: 38px;
  }
}
.choice-first-step {
  padding: 80px 0 80px;
  margin-bottom: -75px;
  // background: url('../img/first-step-bg.jpg') no-repeat top center;
  background-position: top center;
  background-color: #333;
  background-size: cover;
}
.choice-first-step .section-title {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.choice-first-step .choice-material {
  width: 100%;
}
.choice-first-step .choice-material tr {
  border-bottom: 1px solid #a98b0c;
}
.choice-first-step .choice-material tr:last-child {
  border-bottom: 0;
}
.choice-first-step .choice-material tr th,
.choice-first-step .choice-material tr td {
  height: 36px;
  width: 17%;
  border-left: 1px solid #a98b0c;
  text-align: center;
  vertical-align: middle;
}
.choice-first-step .choice-material tr th:first-child,
.choice-first-step .choice-material tr td:first-child {
  width: 49%;
  border-left: 0;
  text-align: left;
  padding: 5px 10px;
}
.choice-first-step .choice-material tr th:first-child h2,
.choice-first-step .choice-material tr td:first-child h2 {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #ffc900;
  text-transform: uppercase;
}
.choice-first-step .choice-material tr th:first-child p,
.choice-first-step .choice-material tr td:first-child p {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-left: 20px;
}
.choice-first-step .choice-material tr th .tick,
.choice-first-step .choice-material tr td .tick {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 28px;
  background: url('../img/sprite.png') no-repeat -470px 0;
}
.choice-first-step .choice-material tr th {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 22px;
  color: #ffcf00;
  font-weight: normal;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1220px) {
  .choice-first-step .choice-material tr th {
    font-size: 20px;
  }
  .choice-first-step .choice-material tr td:first-child h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .choice-first-step .choice-material tr td:first-child p {
    font-size: 20px;
    line-height: 20px;
  }
}
.choice-second-step {
  padding-top: 80px;
  padding-bottom: 40px;
  background: url('../img/white-section-top.png') no-repeat top center;
}
.choice-second-step .section-wrap {
  background: #fff;
}
.choice-second-step .section-title {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.choice-second-step .sink-list {
  list-style: none;
  max-width: 1250px;
  margin: 0 auto;
}
.choice-second-step .sink-list:after {
  content: '';
  display: block;
  clear: both;
}
.choice-second-step .sink-list > li {
  width: 25%;
  float: left;
  position: relative;
  // padding: 50px 80px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #282828;
}
// .choice-second-step .sink-list > li:first-child {
//   padding-top: 35px;
// }
.choice-second-step .sink-list > li .desc-top {
  position: absolute;
  left: 0;
  top: 0;
}
.choice-second-step .sink-list > li .desc-right {
  position: absolute;
  right: 0;
  top: 50px;
}
.choice-second-step .sink-list > li .desc-right:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 25px;
  top: 25px;
  left: -20px;
  background: url('../img/sprite.png') -520px 0;
}
.choice-second-step .sink-list > li .img-wrap > img {
  max-width: 100%;
}
.choice-third-step {
  padding-bottom: 154px;
  margin: 0 auto -20px;
  background: url('../img/mid-gray-bottom.png') no-repeat bottom center;
  max-width: 1920px;
}
.choice-third-step .bg-wrap {
  padding-top: 35px;
  background: url('../img/gray-pat2.png') repeat;
}
.choice-third-step .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.choice-third-step .edge-list {
  list-style: none;
  max-width: 1130px;
  margin: 0 auto;
}
.choice-third-step .edge-list:after {
  content: '';
  display: block;
  clear: both;
}
.choice-third-step .edge-list > li {
  float: left;
  width: 9.4%;
  margin-left: 3.5%;
  text-align: center;
}
.choice-third-step .edge-list > li:first-child {
  margin-left: 0;
}
.choice-third-step .edge-list > li figure > img {
  max-width: 100%;
  margin-bottom: 7px;
}
.choice-third-step .edge-list > li figure figcaption {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #282828;
}
.choice-fourth-step {
  padding-bottom: 40px;
}
.choice-fourth-step .section-title {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 36px;
  line-height: 48px;
  color: #282828;
  text-transform: uppercase;
  max-width: 940px;
  margin: 0 auto 10px;
}
.choice-fourth-step .plinth-list {
  list-style: none;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}
.choice-fourth-step .plinth-list:after {
  content: '';
  display: block;
  clear: both;
}
.choice-fourth-step .plinth-list > li {
  float: left;
  width: 33%;
  margin-left: 0.3%;
}
.choice-fourth-step .plinth-list > li:first-child {
  margin-left: 0;
}
.choice-fourth-step .plinth-list > li figure > img {
  max-width: 100%;
  margin-bottom: 15px;
}
.choice-fourth-step .plinth-list > li figure figcaption {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #282828;
  text-indent: -50px;
}
.example-price-section {
  padding: 30px 0 55px;
  border-bottom: 1px solid #f2f2f2;
}
.example-price-section .section-wrap {
  text-align: center;
}
.example-price-section .section-title {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.example-price-section .example-slider-pager {
  margin-bottom: 5px;
}
.example-price-section .example-slider-pager:after {
  content: '';
  display: block;
  clear: both;
}
.example-price-section .example-slider-pager .pagers-block {
  float: left;
  width: 33.3%;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #000;
}
.example-price-section .example-slider-pager .pagers-block:first-child {
  border-left: 0;
}
.example-price-section .example-slider-pager .pagers-block .pagers-title {
  font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
  font-size: 22px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.example-price-section .example-slider-pager .pagers-block .pagers-list {
  list-style: none;
}
.example-price-section .example-slider-pager .pagers-block .pagers-list:after {
  content: '';
  display: block;
  clear: both;
}
.example-price-section .example-slider-pager .pagers-block .pagers-list > li {
  float: left;
  width: 91.67px;
}
.example-price-section .example-slider-pager .pagers-block .pagers-list > li a {
  display: block;
  border: 3px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */

  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.example-price-section .example-slider-pager .pagers-block .pagers-list > li a img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */

  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.example-price-section .example-slider-pager .pagers-block .pagers-list > li a.active {
  border-color: #ffde00;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  filter: none;
  -webkit-filter: grayscale(0);
}
.example-price-section .example-slider-pager .pagers-block .pagers-list > li a.active img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.example-price-section .example-slider li {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  height: 585px;
  overflow: hidden;
  position: relative;
}
.example-price-section .example-slider li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.example-price-section .example-slider li .caption .caption-title {
  float: left;
  width: 38%;
  margin-right: 2%;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.example-price-section .example-slider li .caption .description {
  text-align: left;
  float: left;
  width: 20%;
}
.example-price-section .example-slider li .caption .description.without-price {
  width: 60%;
}
.example-price-section .example-slider li .caption p {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #fff;
}
.example-price-section .example-slider li .caption .price {
  float: right;
  max-width: 40%;
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 58px;
  line-height: 1;
  color: #ffd800;
  text-align: left;
}
.example-price-section .example-slider li .caption .price > small {
  font-size: 30px;
}
.bid-section {
  padding: 40px 0 40px;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
.bid-section .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bid-section .sub-title {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #888888;
  text-align: center;
  border-top: 7px solid #ffd800;
  padding-top: 20px;
  text-transform: uppercase;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.bid-section .benefits-block {
  padding-top: 250px;
  margin-top: -90px;
  background: url('../img/bid-gray-top.png') no-repeat top center;
  text-align: left;
}
.bid-section .benefits-block .bg-wrap {
  background: url('../img/gray-pat2.png') repeat;
}
.bid-section .benefits-block .float-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.bid-section .benefits-block .float-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.bid-section .benefits-block .float-wrap .benefits-list {
  list-style: none;
  float: left;
  width: 530px;
  margin-top: -60px;
  padding-bottom: 20px;
  padding-left: 20px;
  list-style-position: outside;
}
.bid-section .benefits-block .float-wrap .benefits-list li {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 5px;
  color: #282828;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-left: 27px;
}
.bid-section .benefits-block .float-wrap .benefits-list li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #282828;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -27px;
}
.bid-section .benefits-block .float-wrap .benefits-list li:last-child {
  border-bottom: 0;
}
.bid-section .benefits-block .float-wrap .girl-pic {
  float: right;
  width: 385px;
  height: 304px;
  background: url('../img/new-girl.png') no-repeat;
  margin-top: -165px;
}
.bid-section .middle-bid-form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 45px 40px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  text-align: left;
}
.bid-section .middle-bid-form-wrap .bid-form-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 25px;
  line-height: 24px;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.bid-section .middle-bid-form-wrap .middle-bid-form {
  text-align: center;
}
.bid-section .middle-bid-form-wrap .middle-bid-form .text-field {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  border: 0;
  background: #dddddd;
  outline: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  width: 34%;
  height: 50px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) inset;
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
  margin-right: 1.8%;
}
.bid-section .middle-bid-form-wrap .middle-bid-form .text-field::-webkit-input-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .middle-bid-form .text-field::-moz-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .middle-bid-form .text-field:-moz-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .middle-bid-form .text-field:-ms-input-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .middle-bid-form .button {
  height: 49px;
  line-height: 52px;
  width: 27%;
  padding: 0;
}
.less-price-reasons-section {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 7px;
  background: url('../img/yellow-middle-top.png') repeat-x left top;
}
.less-price-reasons-section .bg-wrap {
  background: url('../img/yellow-pat.png') repeat;
}
.less-price-reasons-section .grad-bg-wrap {
  padding: 40px 0 140px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(254, 221, 19, 0.8)), color-stop(100%, rgba(254, 221, 19, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, rgba(254, 221, 19, 0.8) 0%, rgba(254, 221, 19, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfedd13', endColorstr='#00fedd13', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
.less-price-reasons-section .section-title {
  overflow: hidden;
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.less-price-reasons-section .section-title > span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.less-price-reasons-section .section-title > span:before,
.less-price-reasons-section .section-title > span:after {
  content: '';
  width: 2000px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 25px;
}
.less-price-reasons-section .section-title > span:before {
  right: 100%;
  margin-right: 20px;
}
.less-price-reasons-section .section-title > span:after {
  left: 100%;
  margin-left: 20px;
}
.less-price-reasons-section .less-price-reasons-list {
  list-style: none;
  text-align: center;
  word-spacing: -5px;
}
.less-price-reasons-section .less-price-reasons-list:after {
  content: '';
  display: block;
  clear: both;
}
.less-price-reasons-section .less-price-reasons-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  word-spacing: normal;
  padding: 25px 4% 20px 20px;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(38%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* IE10+ */

  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 38%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  margin-bottom: 50px;
  position: relative;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  min-height: 180px;
  font-size: 20px;
  -webkit-box-shadow: -20px -20px 30px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -20px -20px 30px -20px rgba(0, 0, 0, 0.4);
  box-shadow: -20px -20px 30px -20px rgba(0, 0, 0, 0.4);
}
.less-price-reasons-section .less-price-reasons-list li .grad-corner-wrap {
  padding: 57px 0 0 48px;
}
.less-price-reasons-section .less-price-reasons-list li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -15px;
  height: 160px;
  width: 0;
  border-left: 1px solid #fee771;
  border-right: 1px solid #e3ba10;
}
.less-price-reasons-section .less-price-reasons-list li:nth-child(3n+1):before {
  display: none;
}
.less-price-reasons-section .less-price-reasons-list li h2 {
  font-family: 'PFAgoraSlabPro-Bold', 'Tahoma', sans-serif;
  font-size: 1.2em;
  line-height: 1;
  color: #282828;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.less-price-reasons-section .less-price-reasons-list li p {
  padding-left: 15px;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #8d6b07;
}
@media only screen and (max-width: 1220px) {
  .less-price-reasons-section .less-price-reasons-list li {
    font-size: 16px;
  }
}
.buyers-section {
  padding: 182px 0 182px;
  background: url('../img/middle-white-top.png') no-repeat top center, url('../img/middle-white-bottom.png') no-repeat bottom center;
  max-width: 1920px;
  margin: -182px auto -100px auto;
  position: relative;
}
.buyers-section .bg-wrap {
  background: #fff;
}
.buyers-section .section-title {
  margin-top: -30px;
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: 55px;
  color: #404040;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.buyers-section .buyers-list {
  max-width: 1250px;
  margin: 0 auto;
  list-style: none;
}
.buyers-section .buyers-list:after {
  content: '';
  display: block;
  clear: both;
}
.buyers-section .buyers-list li {
  float: left;
  width: 25%;
  text-align: center;
}
.buyers-section .buyers-list li .ico {
  width: 180px;
  height: 167px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.buyers-section .buyers-list li .img-wrap {
  padding: 0 20px;
}
.buyers-section .buyers-list li .img-wrap > img {
  max-width: 100%;
}
.buyers-section .buyers-list li > span {
  display: block;
  padding: 15px 20px 0;
  border-left: 1px solid #cfcfcf;
  min-height: 100px;
  font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #282828;
  text-transform: uppercase;
}
.buyers-section .buyers-list li:last-child > span {
  border-right: 1px solid #cfcfcf;
}
@media only screen and (max-width: 1100px) {
  .buyers-section .buyers-list li > span {
    font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 20px;
  }
}
.payment-kinds-section {
  padding-top: 185px;
  padding-bottom: 40px;
  background: url('../img/gray-pat2.png') repeat;
  max-width: 1920px;
  margin: 0 auto;
}
.payment-kinds-section .section-title {
  margin-top: -30px;
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.payment-kinds-section .payment-kinds-list {
  list-style: none;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.payment-kinds-section .payment-kinds-list:after {
  content: '';
  display: block;
  clear: both;
}
.payment-kinds-section .payment-kinds-list li {
  float: left;
  width: 33.3%;
  min-height: 240px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px 10px;
  border-left: 1px solid #cac8c8;
}
.payment-kinds-section .payment-kinds-list li:first-child {
  border-left: 0;
}
.payment-kinds-section .payment-kinds-list li h2 {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.payment-kinds-section .payment-kinds-list li img {
  max-width: 100%;
}
.second-mid-section {
  height: 590px;
  //background: url('../img/mid2-bg.jpg') no-repeat center;
  background-color: #D1C8C6;
  background-position: center;
  background-size: cover;
  position: relative;
  // box-shadow: 0 -14px 17px rgba(0, 0, 0, 0.3);
  // -moz-box-shadow: 0 -14px 17px rgba(0, 0, 0, 0.3);
  // -webkit-box-shadow: 0 -14px 17px rgba(0, 0, 0, 0.3);
}
.second-mid-section .section-wrap {
  position: relative;
}
.second-mid-section .section-wrap .discount-plate-wrap {
  position: absolute;
  left: 10px;
  top: 20px;
}
.second-mid-section .section-wrap .bid-form-plate {
  position: absolute;
  right: 20px;
  top: 93px;
}
.buy-reasons-section {
  padding-top: 80px;
  margin-top: -78px;
  text-align: center;
  position: relative;
  background: url('../img/white-section-top.png') no-repeat top center;
}
.buy-reasons-section .section-title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 6px solid #ffd800;
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.buy-reasons-section .reasons-block {
  padding: 30px 0 30px;
  background: #fff;
}
.buy-reasons-section .reasons-block.reason-grad {
  background: url('../img/gray-grad-pat.png') repeat-x bottom;
}
.buy-reasons-section .reasons-block.reason-grad-inverse {
  background: url('../img/gray-grad-pat2.png') repeat-x top;
}
.buy-reasons-section .reasons-block .reason-title {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.buy-reasons-section .reasons-block .reasons-list {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding-left: 85px;
  margin-left: 30px;
  position: relative;
  max-width: 700px;
  text-align: left;
  font-size: 24px;
}
.buy-reasons-section .reasons-block .reasons-list:before {
  content: '';
  position: absolute;
  width: 52px;
  height: 230px;
  top: 50%;
  margin-top: -115px;
  left: 0;
  background: url('../img/sprite.png') no-repeat -560px 0;
}
.buy-reasons-section .reasons-block .reasons-list li {
  padding-left: 60px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffd800;
  position: relative;
}
.buy-reasons-section .reasons-block .reasons-list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 28px;
  height: 37px;
}
.buy-reasons-section .reasons-block .reasons-list li h3 {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.buy-reasons-section .reasons-block .reasons-list li p {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 0.75em;
  line-height: 1;
  color: #000;
}
.buy-reasons-section .reasons-block .reasons-list li[class^="rl"]:before {
  background: url('../img/sprite.png') no-repeat;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-first:before {
  background-position: -100px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-second:before {
  background-position: -130px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-third:before {
  background-position: -160px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-fourth:before {
  background-position: -190px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-fifth:before {
  background-position: -220px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-sixth:before {
  background-position: -250px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-seventh:before {
  background-position: -280px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-eighth:before {
  background-position: -310px -160px;
}
.buy-reasons-section .reasons-block .reasons-list li.rl-ninth:before {
  background-position: -340px -160px;
}
.buy-reasons-section .reasons-block .reasons-list.right-arr {
  padding-left: 0;
  padding-right: 85px;
  margin-left: 0;
  margin-right: 30px;
}
.buy-reasons-section .reasons-block .reasons-list.right-arr:before {
  left: auto;
  right: 0;
  background: url('../img/sprite.png') no-repeat -620px 0;
}
.guarantee-section {
  padding: 100px 0 100px;
  //background: url('../img/guarantee-bg.jpg') no-repeat center;
  background-color: #333;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.guarantee-section .pos-wrap {
  position: relative;
  height: 680px;
}
.guarantee-section .section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../img/guarantee-title-bg.png') no-repeat;
  width: 407px;
  height: 124px;
  margin-left: -203px;
  margin-top: -62px;
  font-family: 'PFAgoraSlabPro-Bold', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 124px;
  color: #282828;
  text-transform: uppercase;
}
.guarantee-section .guarantee-list {
  list-style: none;
  font-size: 30px;
}
.guarantee-section .guarantee-list:before,
.guarantee-section .guarantee-list:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 28%;
  max-width: 320px;
}
.guarantee-section .guarantee-list:before {
  background: url('../img/guarantee-left-border.png') no-repeat right;
  left: 0;
  top: 50%;
  margin-left: 30px;
}
.guarantee-section .guarantee-list:after {
  background: url('../img/guarantee-right-border.png') no-repeat left;
  right: 0;
  top: 50%;
  margin-right: 30px;
}
.guarantee-section .guarantee-list li {
  position: absolute;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
}
.guarantee-section .guarantee-list li h2 {
  font-family: 'PFAgoraSlabPro-Bold', 'Tahoma', sans-serif;
  font-size: 1em;
  line-height: 1.16;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.guarantee-section .guarantee-list li h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 88px;
  height: 4px;
  background: #feaf16;
  margin-left: -44px;
}
.guarantee-section .guarantee-list li p {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 0.6em;
  line-height: 1.125;
  color: #fff;
}
.guarantee-section .guarantee-list li.gl-top {
  top: 0;
  left: 50%;
  margin-left: -14%;
  background: url('../img/guarantee-top-border.png') no-repeat left bottom, url('../img/guarantee-top-border.png') no-repeat right bottom;
}
.guarantee-section .guarantee-list li.gl-right-top {
  top: 125px;
  right: 0;
}
.guarantee-section .guarantee-list li.gl-right-bottom {
  bottom: 125px;
  right: 0;
}
.guarantee-section .guarantee-list li.gl-bottom {
  bottom: 0;
  left: 50%;
  margin-left: -14%;
  background: url('../img/guarantee-bottom-border.png') no-repeat left top, url('../img/guarantee-bottom-border.png') no-repeat right top;
}
.guarantee-section .guarantee-list li.gl-left-bottom {
  bottom: 125px;
  left: 0;
}
.guarantee-section .guarantee-list li.gl-left-top {
  top: 125px;
  left: 0;
}
.direct-speech-section {
  padding-top: 75px;
  background: url('../img/white-section-top.png') no-repeat center top;
  max-width: 1920px;
  margin: -75px auto 0;
  position: relative;
}
.direct-speech-section:after {
  content: '';
  display: block;
  clear: both;
}
.direct-speech-section .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #282828;
  text-transform: uppercase;
}
.direct-speech-section .speaker-wrap {
  width: 48%;
  max-width: 690px;
}
.direct-speech-section .speaker-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.direct-speech-section .speaker-wrap .img-wrap {
  width: 24%;
  position: absolute;
  bottom: 0;
  max-width: 345px;
}
.direct-speech-section .speaker-wrap .img-wrap img {
  width: 100%;
}
.direct-speech-section .speaker-wrap .speech-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.direct-speech-section .speaker-wrap .speech-wrap p {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1;
  color: #141414;
  margin-bottom: 20px;
  font-style: italic;
}
.direct-speech-section .speaker-wrap .speech-wrap .speaker-name {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
}
.direct-speech-section .speaker-wrap .speech-wrap .speaker-post {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #282828;
  display: block;
}
.direct-speech-section .speaker-wrap.left-speaker {
  float: left;
}
.direct-speech-section .speaker-wrap.left-speaker .img-wrap {
  left: 0;
}
.direct-speech-section .speaker-wrap.left-speaker .speech-wrap {
  float: right;
  padding-left: 30px;
}
.direct-speech-section .speaker-wrap.right-speaker {
  float: right;
}
.direct-speech-section .speaker-wrap.right-speaker .img-wrap {
  right: 0;
}
.direct-speech-section .speaker-wrap.right-speaker .speech-wrap {
  float: left;
  padding-right: 30px;
}
@media only screen and (max-width: 1220px) {
  .direct-speech-section .speaker-wrap .speech-wrap p {
    font-size: 12px;
  }
  .direct-speech-section .speaker-wrap .speech-wrap .speaker-name {
    font-size: 16px;
  }
  .direct-speech-section .speaker-wrap .speech-wrap .speaker-post {
    font-size: 14px;
  }
}
.range-stone-section {
  // border-top: 2px solid #000000;
  background: url('../img/yellow-pat.png') repeat;
  padding-top: 25px;
  margin-bottom: 60px;
  text-align: center;
}
.range-stone-section .title-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  border-bottom: 4px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.range-stone-section .title-wrap .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #282828;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.range-stone-section .title-wrap .sub-title {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
}
.range-stone-section .stones {
  margin-bottom: 10px;
}
.range-stone-section .stones img {
  vertical-align: middle;
  margin: 0 20px 10px;
}
.range-stone-section .range-stone-pic-wrap img {
  max-width: 100%;
  margin-bottom: -6%;
}
.reviews-section {
  padding: 45px 0;
}
.reviews-section .section-title {
  font-family: 'PFAgoraSlabPro-Medium', 'Tahoma', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.reviews-section .review-wrap {
  margin: 0 auto 50px;
  max-width: 1060px;
  position: relative;
}
.reviews-section .review-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.reviews-section .review-wrap:last-of-type {
  margin-bottom: 25px;
}
.reviews-section .review-wrap .review-photo {
  width: 180px;
  float: left;
}
.reviews-section .review-wrap .review-photo img {
  max-width: 100%;
  margin-bottom: 10px;
}
.reviews-section .review-wrap .review-photo .review-name {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #141414;
}
.reviews-section .review-wrap .review-photo .review-city {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #141414;
}
.reviews-section .review-wrap .review-text {
  margin-left: 205px;
  margin-right: 185px;
  padding: 25px;
  padding-right: 55px;
  min-height: 100px;
  border: 2px solid #aac5d6;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  position: relative;
}
.reviews-section .review-wrap .review-text:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -17px;
  top: 60px;
}
.reviews-section .review-wrap .review-text:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 20px 17px 0;
  border-color: transparent #aac5d6 transparent transparent;
  position: absolute;
  left: -20px;
  top: 58px;
}
.reviews-section .review-wrap .review-text p {
  margin-bottom: 10px;
}
.reviews-section .review-wrap .review-text p:last-child {
  margin-bottom: 0;
}
.reviews-section .review-wrap .review-result-pic {
  position: absolute;
  top: -40px;
  right: 0;
  max-width: 220px;
}
.reviews-section .review-wrap .review-result-pic img {
  max-width: 100%;
}
.reviews-section .button {
  display: block;
  margin: 0 auto;
  font-family: 'pfdindisplaypro-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 50px;
  height: 48px;
  color: #000;
  width: 260px;
  padding: 0;
  letter-spacing: 1px;
}
.ask-question-section {
  padding-top: 24px;
  background: url('../img/bottom-form-top-bg.png') no-repeat top center;
  max-width: 1920px;
  margin: -15px auto 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
.ask-question-section .bg-wrap {
  padding: 45px 0 35px;
  background: url('../img/gray-pat2.png') repeat;
}
.ask-question-section .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #000;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.ask-question-section .ask-form {
  margin: 0 auto;
  display: block;
  max-width: 900px;
  text-align: center;
}
.ask-question-section .ask-form .left-part {
  float: left;
  width: 42%;
}
.ask-question-section .ask-form .right-part {
  float: right;
  width: 57%;
}
.ask-question-section .ask-form .input-fields {
  margin-bottom: 25px;
}
.ask-question-section .ask-form .input-fields:after {
  content: '';
  display: block;
  clear: both;
}
.ask-question-section .ask-form .text-field,
.ask-question-section .ask-form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 18px;
  padding-right: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
  outline: 0;
}
.ask-question-section .ask-form .text-field::-webkit-input-placeholder,
.ask-question-section .ask-form textarea::-webkit-input-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .ask-form .text-field::-moz-placeholder,
.ask-question-section .ask-form textarea::-moz-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .ask-form .text-field:-moz-placeholder,
.ask-question-section .ask-form textarea:-moz-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .ask-form .text-field:-ms-input-placeholder,
.ask-question-section .ask-form textarea:-ms-input-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .ask-form .text-field {
  height: 46px;
  line-height: 47px;
}
.ask-question-section .ask-form .text-field:first-child {
  margin-bottom: 8px;
}
.ask-question-section .ask-form .text-field::-webkit-input-placeholder {
  line-height: 47px;
}
.ask-question-section .ask-form .text-field::-moz-placeholder {
  line-height: 47px;
}
.ask-question-section .ask-form .text-field:-moz-placeholder {
  line-height: 47px;
}
.ask-question-section .ask-form .text-field:-ms-input-placeholder {
  line-height: 47px;
}
.ask-question-section .ask-form textarea {
  min-height: 100px;
  padding: 10px 15px;
}
.ask-question-section .ask-form .button {
  height: 50px;
  line-height: 52px;
  padding: 0 58px;
}
.map-section {
  height: 580px;
}
.popupWrap {
  padding: 15px 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  max-width: 220px;
  font-family: 'pfdindisplaypro-light', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  position: relative;
}
.popupWrap:before {
  content: '';
  position: absolute;
  top: 17px;
  left: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 19px;
  border-color: transparent transparent rgba(0, 0, 0, 0.55) transparent;
}
@media only screen and (max-width: 1220px) {
  .slider-section .bxslider li {
    height: 500px;
    background-position: center;
  }
  .middle-section {
    height: 520px;
  }
  .example-price-section .example-slider li {
    height: 500px;
  }
  .second-mid-section {
    height: 525px;
  }
}
@media only screen and (max-width: 1900px) {
  .section-wrap {
    max-width: 1100px;
  }
  .header-section {
    //margin-top: 85px;
    margin-top: 107px;
  }
  .header-section .bord-wrap {
    //background-image: url('../img/header-bord2.png');
    top: -75px;
    padding-top: 60px;
    margin-bottom: 15px;
  }
  .header-section .bord-wrap h1 {
    font-size: 28px;
    margin-bottom: 2px;
  }
  .header-section .bord-wrap h2 {
    font-size: 14px;
  }
  .header-section .bord-wrap h3 {
    font-size: 11px;
  }
  .discount-plate {
    font-size: 16px;
    line-height: 22px;
  }
  .discount-plate .wrap {
    padding: 20px 0px 15px 0;
    background: url('../img/first-plate-decot2.png') no-repeat center 10px;
  }
  .discount-plate .discount-title {
    font-size: 45px;
    padding-left: 20px;
  }
  .discount-plate .thin {
    font-size: 14px;
    line-height: 1;
  }
  .discount-plate span:first-of-type {
    padding-left: 25px;
  }
  .discount-plate span:nth-of-type(4) {
    padding-left: 20px;
    margin: 2px 0 4px;
  }
  .discount-plate span:nth-of-type(5) {
    padding-left: 35px;
  }
  .skew-timer {
    left: 9px;
  }
  .skew-timer .wrap {
    padding: 18px;
    text-align: center;
  }
  .skew-timer .wrap > p {
    font-size: 14px;
    line-height: 18px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  .skew-timer .wrap .digital {
    margin-right: 2px;
  }
  .skew-timer .wrap .digital > p {
    width: 43px;
    padding: 0 7px;
    height: 31px;
    background: url('../img/timer-bg2.png') no-repeat center;
    font-size: 27px;
    line-height: 32px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    margin-bottom: -5px;
  }
  .skew-timer .wrap .digital > span {
    font-size: 11px;
    line-height: 18px;
  }
  .bid-form-plate .wrap {
    padding: 65px 40px 30px 50px;
  }
  .bid-form-plate .wrap h1 {
    margin-left: -30px;
    font-size: 23px;
    margin-bottom: 15px;
  }
  .bid-form-plate .wrap p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bid-form-plate .wrap .bid-form {
    width: 200px;
  }
  .bid-form-plate .wrap .bid-form .text-field {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .bid-form-plate .wrap .bid-form .text-field::-webkit-input-placeholder {
    line-height: 30px;
    font-size: 14px;
  }
  .bid-form-plate .wrap .bid-form .text-field::-moz-placeholder {
    line-height: 30px;
    font-size: 14px;
  }
  .bid-form-plate .wrap .bid-form .text-field:-moz-placeholder {
    line-height: 30px;
    font-size: 14px;
  }
  .bid-form-plate .wrap .bid-form .text-field:-ms-input-placeholder {
    line-height: 30px;
    font-size: 14px;
  }
  .bid-form-plate .wrap .bid-form .file-field {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .bid-form-plate .wrap .bid-form .button {
    font-size: 15px;
    height: 35px;
    line-height: 37px;
  }
  .rel-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    //top: -230px;
    top: -305px;
  }
  .rel-wrap .discount-plate-wrap {
    top: 130px;
    left: 0;
  }
  .rel-wrap .bid-form-plate {
    top: 195px;
    right: 15px;
  }
  .slider-section .bx-wrapper {
    max-width: 1200px !important;
  }
  .slider-section .bxslider {
    margin: 0 auto;
    max-width: 1200px;
  }
  .slider-section .bxslider li {
    height: 430px;
    background-position: center;
  }
  .slider-section .slider-thumbnails-wrap {
    padding: 0px 0 10px;
  }
  .slider-section .slider-thumbnails-wrap .bx-wrapper .bx-viewport {
    padding-top: 20px;
  }
  .slider-section .slider-thumbnails-wrap .bx-wrapper:after {
    bottom: -15px;
  }
  .slider-section .slider-thumbnails-wrap .slide {
    width: 85px;
    height: 55px;
  }
  .slider-section .slider-thumbnails-wrap .slide.active:before {
    margin-left: -16px;
    top: -20px;
    border-style: solid;
    border-width: 18px 16px 0 16px;
  }
  .slider-section .slider-thumbnails-wrap .bx-prev,
  .slider-section .slider-thumbnails-wrap .bx-next {
    height: 55px;
    width: 25px;
    top: 53px;
  }
  .slider-section .slider-thumbnails-wrap .bx-prev:active,
  .slider-section .slider-thumbnails-wrap .bx-next:active {
    top: 54px;
  }
  .slider-section .slider-thumbnails-wrap .bx-prev > div,
  .slider-section .slider-thumbnails-wrap .bx-next > div {
    line-height: 55px;
  }
  .slider-section .reasons-section {
    padding-top: 45px;
    padding-bottom: 0px;
    background: url('../img/gray-section-bord2.png') no-repeat center 80px;
  }
  .slider-section .reasons-section .reasons-title {
    font-size: 30px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .slider-section .reasons-section .reasons-list {
    max-width: 920px;
  }
  .slider-section .reasons-section .reasons-list > li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .services-section {
    padding: 15px 0 60px;
  }
  .services-section .section-title {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .services-section .services-list > li {
    min-width: 185px;
  }
  .services-section .services-list > li .caption {
    background-image: url('../img/srervices-bg2.png');
    width: 150px;
    height: 79px;
    padding: 0 15px;
    margin-top: -40px;
    font-size: 19px;
    line-height: 21px;
  }
  .services-section .services-list > li .caption:before {
    line-height: 80px;
  }
  .middle-section {
    height: 440px;
  }
  .choice-product-section .choice-product-title-wrap {
    margin-bottom: -83px;
  }
  .choice-product-section .choice-product-title-wrap .choice-product-title {
    font-size: 32px;
    line-height: 34px;
    padding: 10px 0;
  }
  .choice-first-step .section-title {
    font-size: 32px;
  }
  .choice-first-step .choice-material tr td:first-child h2 {
    font-size: 20px;
  }
  .choice-first-step .choice-material tr td:first-child p {
    font-size: 16px;
  }
  .choice-first-step .choice-material tr th {
    font-size: 16px;
    line-height: 14px;
  }
  .choice-second-step .sink-list > li {
    font-size: 22px;
  }
  .choice-second-step .section-title {
    font-size: 32px;
  }
  .choice-third-step .section-title {
    font-size: 36px;
  }
  .choice-fourth-step .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  .example-price-section .section-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .less-price-reasons-section .section-title {
    font-size: 36px;
  }
  .buyers-section .section-title {
    font-size: 36px;
    line-height: 40px;
  }
  .payment-kinds-section .section-title {
    font-size: 36px;
    line-height: 40px;
  }
  .example-price-section .example-slider-pager .pagers-block {
    padding: 5px 0;
  }
  .example-price-section .example-slider-pager .pagers-block .pagers-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .example-price-section .example-slider-pager .pagers-block .pagers-list > li a {
    height: 60px;
  }
  .example-price-section .example-slider li {
    height: 440px;
  }
  .example-price-section .example-slider li .caption {
    padding: 15px;
  }
  .example-price-section .example-slider li .caption .caption-title {
    font-size: 18px;
  }
  .example-price-section .example-slider li .caption p {
    font-size: 18px;
  }
  .example-price-section .example-slider li .caption .price {
    font-size: 43px;
  }
  .example-price-section .example-slider li .caption .price > small {
    font-size: 23px;
  }
  .bid-section .benefits-block .float-wrap {
    max-width: 840px;
  }
  .bid-section .benefits-block .float-wrap .girl-pic {
    width: 385px;
    height: 304px;
    margin-top: -145px;
  }
  .bid-section .benefits-block .float-wrap .benefits-list {
    width: 410px;
  }
  .bid-section .benefits-block .float-wrap .benefits-list li {
    font-size: 18px;
    line-height: 36px;
  }
  .less-price-reasons-section .less-price-reasons-list li {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .second-mid-section {
    height: 430px;
  }
  .second-mid-section .section-wrap .bid-form-plate {
    top: 32px;
  }
  .buy-reasons-section .reasons-block .reason-title {
    font-size: 36px;
  }
  .guarantee-section {
    padding-top: 40px;
  }
  .guarantee-section .pos-wrap {
    height: 520px;
  }
  .guarantee-section .section-title {
    background: url('../img/guarantee-title-bg2.png') no-repeat;
    width: 306px;
    height: 94px;
    margin-top: -47px;
    margin-left: -153px;
    font-size: 27px;
    line-height: 94px;
  }
  .guarantee-section .guarantee-list {
    font-size: 21px;
  }
  .guarantee-section .guarantee-list li.gl-top {
    top: 30px;
  }
  .range-stone-section .stones img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1320px) {
  .choice-second-step .sink-list > li {
    font-size: 20px;
    padding-top: 35px;
  }
  .choice-second-step .sink-list > li:first-child {
    padding-top: 20px;
  }
  .choice-second-step .sink-list > li .desc-right {
    top: 30px;
  }
  .choice-second-step .sink-list > li .desc-right:before {
    top: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .choice-second-step .sink-list > li {
    font-size: 14px;
    padding: 25px 60px 0 0;
  }
  .choice-second-step .sink-list > li:first-child {
    padding-top: 15px;
  }
  .choice-second-step .sink-list > li .desc-right {
    top: 25px;
  }
  .choice-second-step .sink-list > li .desc-right:before {
    top: 14px;
  }
  .choice-second-step .sink-list > li .desc-right:before {
    left: -25px;
  }
}
@media only screen and (max-width: 1500px) {
  .guarantee-section .pos-wrap {
    height: 520px;
  }
  .guarantee-section .guarantee-list {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1220px) {
  .guarantee-section {
    padding-top: 60px;
  }
  .guarantee-section .section-wrap {
    padding: 0;
  }
  .guarantee-section .pos-wrap {
    height: 500px;
  }
  .guarantee-section .guarantee-list {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .buy-reasons-section .reasons-block .reasons-list {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1270px) {
  .buy-reasons-section .reasons-block .reasons-list {
    max-width: 450px;
    font-size: 20px;
  }
  .buy-reasons-section .reasons-block .reason-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1160px) {
  .buy-reasons-section .reasons-block .reasons-list {
    font-size: 18px;
  }
  .buy-reasons-section .reasons-block .reason-title {
    font-size: 28px;
  }
}


@media only screen and (max-width: 1270px) {
  .tabs {
    width: 100%;
  }
  .works-gallery {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    overflow: hidden;
  }
  .tabs-li {
    font-size: 16px !important;
  }
 .tabs-ul {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.menu-services {
  position: relative;
}
.services-submenu {
  text-align: left;
  left: -250px;
  //left: 0 !important;
  top: -11px;
  position: absolute;
  margin-left: 80px;
  width: 125px;
  background: #313131;
  z-index: -1;
  font-size: 13px;
  transition: 0.6s;
  opacity: 1;
}
.services-submenu li {
  border-top: 1px solid #464646;
  line-height: 33px !important;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  transition: 0.2s;
}

.services-submenu li:hover {
  background: #000;
}

.services-submenu li::after {
  display: none !important;
}

.services-submenu li a {
  margin-left: 11px;
  color: #fff !important;
}

.wpcf7-submit {
  outline: none !important;
  border: 0;
  background: #fabf12;
  background: -moz-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fabf12), color-stop(100%, #f9a019));
  background: -webkit-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  background: -o-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  background: -ms-linear-gradient(top, #fabf12 0%, #f9a019 100%);
  background: linear-gradient(to bottom, #fabf12 0%, #f9a019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabf12', endColorstr='#f9a019', GradientType=0);
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 48px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: uppercase;
  padding: 0 48px;
  box-shadow: 1px 1px 0 #c76f0d;
  -moz-box-shadow: 1px 1px 0 #c76f0d;
  -webkit-box-shadow: 1px 1px 0 #c76f0d;
  text-decoration: none;
}
.wpcf7-submit:disabled {
  cursor: default;
}

.wpcf7-submit:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.wpcf7-submit.thin-button {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 0 12px;
  text-transform: none;
}


.bid-form-plate .wrap .wpcf7-form {
  width: 270px;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  display: block;
  margin-bottom: 15px;
  background: #fff;
  border: 3px solid transparent;
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
  outline: 0;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-text::-webkit-input-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-text::-moz-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-text:-moz-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-text:-ms-input-placeholder {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-text:focus {
  border-color: #dfcd08;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.bid-form-plate .wrap .wpcf7-form .file-field {
  display: block;
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #dcca00;
  text-decoration: underline;
  margin-top: -3px;
  margin-bottom: 10px;
}
.bid-form-plate .wrap .wpcf7-form .file-field.active {
  //color: red;
  color: #fff;
  text-decoration:none;
}
.bid-form-plate .wrap .wpcf7-form .file-field input[type="file"] {
  display: none;
}
.bid-form-plate .wrap .wpcf7-form .file-field:hover {
  text-decoration: none;
}
.bid-form-plate .wrap .wpcf7-form .wpcf7-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  font-family: 'pfdindisplaypro-bold', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 45px;
  color: #000;
  letter-spacing: 2px;
  padding: 0;
}
@media only screen and (max-width: 1220px) {
  .bid-form-plate .wrap {
    padding: 65px 40px 15px 50px;
  }
  .bid-form-plate .wrap > h1 {
    font-size: 28px;
  }
  .bid-form-plate .wrap > p {
    font-size: 17px;
  }
  .bid-form-plate .wrap .wpcf7-form {
    width: 200px;
  }
  .bid-form-plate .wrap .wpcf7-form .file-field {
    font-size: 17px;
  }
  .bid-form-plate .wrap .wpcf7-form .wpcf7-submit {
    font-size: 16px;
  }
}
.ajax-loader{
  display:none !important;
}






.bid-section .middle-bid-form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 45px 40px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  text-align: left;
}
.bid-section .middle-bid-form-wrap .bid-form-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 25px;
  line-height: 24px;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.bid-section .middle-bid-form-wrap .wpcf7-form {
  text-align: center;
}
.bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  border: 0;
  background: #dddddd;
  outline: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  width: 34%;
  height: 50px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) inset;
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
  margin-right: 1.8%;
}
.bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text::-webkit-input-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text::-moz-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text:-moz-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text:-ms-input-placeholder {
  text-align: left;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 20px;
  line-height: 49px;
  color: #888888;
}
.bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-submit {
  height: 49px;
  line-height: 52px;
  width: 27%;
  padding: 0;
}








.ask-question-section .wpcf7-form {
  margin: 0 auto;
  display: block;
  max-width: 900px;
  text-align: center;
}
.ask-question-section .wpcf7-form .left-part {
  float: left;
  width: 42%;
}
.ask-question-section .wpcf7-form .right-part {
  float: right;
  width: 57%;
}
.ask-question-section .wpcf7-form .input-fields {
  margin-bottom: 25px;
}
.ask-question-section .wpcf7-form .input-fields:after {
  content: '';
  display: block;
  clear: both;
}
.ask-question-section .wpcf7-form .wpcf7-text,
.ask-question-section .wpcf7-form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 18px;
  padding-right: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
  outline: 0;
}
.ask-question-section .wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.ask-question-section .wpcf7-form textarea::-webkit-input-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .wpcf7-form .wpcf7-text::-moz-placeholder,
.ask-question-section .wpcf7-form textarea::-moz-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .wpcf7-form .wpcf7-text:-moz-placeholder,
.ask-question-section .wpcf7-form textarea:-moz-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .wpcf7-form .wpcf7-text:-ms-input-placeholder,
.ask-question-section .wpcf7-form textarea:-ms-input-placeholder {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ababab;
  text-transform: uppercase;
  text-align: left;
}
.ask-question-section .wpcf7-form .wpcf7-text {
  height: 46px;
  line-height: 47px;
}
.ask-question-section .wpcf7-form .wpcf7-text:first-child {
  margin-bottom: 8px;
}
.ask-question-section .wpcf7-form .wpcf7-text::-webkit-input-placeholder {
  line-height: 47px;
}
.ask-question-section .wpcf7-form .wpcf7-text::-moz-placeholder {
  line-height: 47px;
}
.ask-question-section .wpcf7-form .wpcf7-text:-moz-placeholder {
  line-height: 47px;
}
.ask-question-section .wpcf7-form .wpcf7-text:-ms-input-placeholder {
  line-height: 47px;
}
.ask-question-section .wpcf7-form textarea {
  min-height: 100px;
  padding: 10px 15px;
}
.ask-question-section .wpcf7-form .wpcf7-submit {
  height: 50px;
  line-height: 52px;
  padding: 0 58px;
}

.wpcf7-not-valid-tip{
  display:none !important;
}
.file-33 .wpcf7-not-valid-tip{
  display:block !important;
}
.wpcf7-mail-sent-ok{
  color:green !important;
  font-size:10px !important;
  margin-top:11px !important;
  margin-bottom:-7px !important;
}
.wpcf7-validation-errors{
  color:red !important;
  font-size:10px !important;
  margin-top:11px !important;
  margin-bottom:-7px !important;
}


@media only screen and (max-width: 1900px) {

    .bid-form-plate .wrap .wpcf7-form {
        width: 200px;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
    }
    .bid-form-plate .wrap .wpcf7-form .wpcf7-text {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 12px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .bid-form-plate .wrap .wpcf7-form .wpcf7-text::-webkit-input-placeholder {
        line-height: 30px;
        font-size: 14px;
    }
    .bid-form-plate .wrap .wpcf7-form .wpcf7-text::-moz-placeholder {
        line-height: 30px;
        font-size: 14px;
    }
    .bid-form-plate .wrap .wpcf7-form .wpcf7-text:-moz-placeholder {
        line-height: 30px;
        font-size: 14px;
    }
    .bid-form-plate .wrap .wpcf7-form .wpcf7-text:-ms-input-placeholder {
        line-height: 30px;
        font-size: 14px;
    }

    .bid-form-plate .wrap .wpcf7-form .file-field {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .bid-form-plate .wrap .wpcf7-form .wpcf7-submit {
        font-size: 15px;
        height: 35px;
        line-height: 37px;
    }
}

#modal_zakaz .wpcf7-form .file-field {
  position:relative;
  top:11px;
  text-decoration:underline;
}
#modal_zakaz .wpcf7-form .file-field.active {
  color: black;
}
#modal_zakaz .wpcf7-form .file-field input[type="file"] {
  display:none;
}

.page-header.fancybox-margin .wrap{
    margin-right: 17px;
}

body.thank .page-header .logo {
  float: left;
  margin-top: -4px;
}

a{
  cursor:pointer;
}















.page-menu ul > li span {
  text-decoration: none;
  cursor:pointer;
}
.page-menu ul > li span i {
  position: absolute;
  top: 0;
  left: 15px;
  width: 50px;
  height: 40px;
  background: url('../img/sprite.png') no-repeat;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-menu ul > li span i.hover-i {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.page-menu ul > li span span {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: block;
  color: #929292;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-menu ul > li span:hover i,
.page-menu ul > li span.active i {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 0 );
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.page-menu ul > li span:hover i.hover-i,
.page-menu ul > li span.active i.hover-i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 100 );
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.page-menu ul > li span:hover span,
.page-menu ul > li span.active span {
  color: #c28b13;
}
.page-menu ul > li.menu-services span i {
  background-position: 0 0;
}
.page-menu ul > li.menu-services span i.hover-i {
  background-position: -50px 0;
}
.page-menu ul > li.menu-products span i {
  background-position: 0px -40px;
}
.page-menu ul > li.menu-products span i.hover-i {
  background-position: -50px -40px;
}
.page-menu ul > li.menu-works span i {
  background-position: 0px -80px;
}
.page-menu ul > li.menu-works span i.hover-i {
  background-position: -50px -80px;
}
.page-menu ul > li.menu-price span i {
  background-position: 0px -120px;
}
.page-menu ul > li.menu-price span i.hover-i {
  background-position: -50px -120px;
}
.page-menu ul > li.menu-reviews span i {
  background-position: 0px -160px;
}
.page-menu ul > li.menu-reviews span i.hover-i {
  background-position: -50px -160px;
}
.page-menu ul > li.menu-payment span i {
  background-position: 0px -200px;
}
.page-menu ul > li.menu-payment span i.hover-i {
  background-position: -50px -200px;
}
.page-menu ul > li.menu-contacts span i {
  background-position: 0px -240px;
}
.page-menu ul > li.menu-contacts span i.hover-i {
  background-position: -50px -240px;
}

.page-header .header-right-part .address span {
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 0.9em;
  line-height: 1;
  color: #00baff;
  text-decoration:underline;
  cursor:pointer;
}
.logo{
  cursor:pointer;
}

/* Tiny Carousel */
.tiny-slider { height: 1%; width: 1070px; overflow: hidden; padding: 0 0 10px; margin-left: auto; margin-right: auto;}
.tiny-slider .viewport { float: left; width: 939px; height: 241px; overflow: hidden; position: relative; margin: 0 40px;}
.tiny-slider .buttons {
    border-radius: 35px;
    display: block;
    margin: 107px 10px 0 0;
    float: left;
    position: relative;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    background: url('../img/sprite.png') no-repeat -469px -72px;
    width: 15px;
    height: 24px;
}
.tiny-slider .next {
    margin: 107px 0 0 10px;
    background: url('../img/sprite.png') no-repeat -504px -72px;
}
.tiny-slider .disable { visibility: hidden; }
.tiny-slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
.tiny-slider .overview li { float: left; margin: 0 20px 0 0; padding: 1px; height: 237px; width: 935px; }

.tiny-slider .photo {
    float: left;
    margin-right: 33px;
}

.tiny-slider .text,
.tiny-slider .author-block {
    width: 542px;
    float: right;
}

.tiny-slider .text {
    margin-bottom: 18px;
    color: #59595b;
}

.tiny-slider .author-block {
    width: 270px;
    float: left;
}

.tiny-slider .author {
    float: left;
}

.tiny-slider .author-info {
    float: left;
    margin-left: 3px;
}

.tiny-slider .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.tiny-slider .pos {
    color: #59595b;
    font-size: 14px;
    margin-top: 4px;
}

.stone-catalog .stone-block {
  display: inline-block;
}

.stone-block span {
  font-size: 16px;
  line-height: 0;
}

.stone-block img {
  width: 173px;
  height: 176px;
  margin-bottom: 7px;
}

.tabs-catalog .mirrored {
  display: none !important;
}

.tabs-catalog .tabs-ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 709px;
}

.slider-catalog {
  margin-top: 30px;
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  height: 225px;
}

#slider-catalog-1 {
  visibility: visible;
}

.stone-catalog .stone-names {
    cursor: pointer;
    font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
    font-size: 25px;
    line-height: 24px;
    color: #282828;
    text-transform: uppercase;
    text-align: center;
}

.stone-catalog .stone-names:not(:first-of-type) {
  margin-left: 15px;
}

.stone-block {
  text-align: center;
  width: 182px;
}

/* адаптивность */
@media (max-width: 1140px) {
  .bx-viewport,
  #slider1 {
    width: 100% !important;
    max-width: 100%;
  }
  .rel-wrap .discount-plate-wrap,
  .rel-wrap .bid-form-plate {
    top: 270px !important;
  }
  .rel-wrap .discount-plate-wrap {
    margin-left: 5px;
  }
  .slider-thumbnails-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1250px) {
  #slider1 {
    width: 690px !important;
  }
  #slider1 .viewport {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 639px;
  }
  #slider1 .viewport .photo {
    vertical-align: top;
    float: none;
    display: inline-block;
    width: 256px;
    height: 169px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  #slider1 .viewport .photo img {
    width: 100%;
    height: 100%;
  }
  #slider1 .viewport .text {
    float: none;
    display: inline-block;
    width: auto;
    margin-left: 0px;
  }
  #slider1 .viewport .author-block {
    float: none;
  }
  #slider1 .buttons {
    margin-top: 67px;
  }

  .slider-catalog {
    width: 730px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-catalog .viewport {
    width: 600px !important;
  }

  .stone-block {
    width: 145px !important;
  }
  .stone-block img {
    width: 100px !important;
    height: 100px !important;
  }

  .stone-catalog .wrap-catalog {
    height: 165px !important;
    width: 730px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .stone-catalog .buttons {
    margin-top: 57px !important;
  }

}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.stone-catalog .tabs-li {
  font-size: 25px;
  border-bottom: 5px solid transparent;
  margin-bottom: 10px;
}
.stone-catalog .tabs-li:nth-of-type(6) {
  margin-left: 65px;
}
.stone-catalog .tabs-li:before {
  content: "/";
  position: absolute;
  margin-left: -15px;
}
.stone-catalog .tabs-li:nth-of-type(1):before,
.stone-catalog .tabs-li:nth-of-type(6):before {
  content: "";
}
.stone-catalog .tabs-li:not(:first-of-type) {
  margin-left: 25px;
}
.stone-catalog .square {
  width: 95px !important;
  height: 75px !important;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 10px;
}
.stone-catalog .square img {
  height: 60px;
  width: 93px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.stone-catalog .tabs-ul {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 878px;
  max-width: 100%;
}
.stone-catalog .stones-pack {
  max-height: 210px;
  overflow: hidden;
}
.stone-catalog button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}
.stone-catalog li {
  font-size: 16px;
}
.stone-catalog .name-of-part {
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 10px;
}
.stone-catalog .square-no-border img {
  border: none !important;
}
.stone-catalog .another-square img {
  margin-left: -10px;
  zoom: 1.3;
}
.stone-catalog .another-square .square {
  height: 79px !important;
}
.stone-catalog .height-pack-180 {
  max-height: 180px;
}
.stone-catalog .height-pack-200 {
  max-height: 200px;
}
/* варианты торцевой кромки */
.section-step-3 h1 {
  text-align: center;
  font-family: 'pfdindisplaypro-reg', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-step-3 .edges {
  width: 1053px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.section-step-3 .edges .edge {
  font-family: 'pfagoraslabpro-reg';
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  width: 24%;
  height: 159px;
  padding-top: 125px;
}
.section-step-3 .edges .edge:nth-of-type(1) {
  background: url(../img/edge-1.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(2) {
  background: url(../img/edge-2.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(3) {
  background: url(../img/edge-3.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(4) {
  background: url(../img/edge-4.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(5) {
  background: url(../img/edge-5.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(6) {
  background: url(../img/edge-6.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(7) {
  background: url(../img/edge-7.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(8) {
  background: url(../img/edge-8.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(9) {
  margin-left: 257px;
  background: url(../img/edge-9.jpg) no-repeat top center;
}
.section-step-3 .edges .edge:nth-of-type(10) {
  background: url(../img/edge-10.jpg) no-repeat top center;
}


.tabs{
  display:inline-block;
}
.tabs-li{
  padding-bottom: 10px;
  cursor:pointer;
  display:block;
  float:left;
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif;
  font-size: 25px;
  line-height: 24px;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.tabs-li:not(:first-of-type) {
  margin-left: 15px;
}
.tabs-ul .active {
  border-bottom: 5px solid #ffd800;
}
.works-gallery {
  margin-top: 60px;
  width: 1200px;
  height: 1770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.works-gallery .photo {
  float: left;
  position: absolute;
  overflow: hidden;
  zoom: -2;
  background-size: cover !important;
}
.works-gallery .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 165, 237, 0.7);
  opacity: 0;
}
.works-gallery .zoom {
  position: absolute;
  background: url('img/sprite.html') no-repeat -102px -208px;
  width: 29px;
  height: 29px;
  top: 45%;
  left: 45%;
  opacity: 0.9;
}
.works-gallery .overlay:hover {
  opacity: 1;
}

.works-gallery .long-photo {
  width: 520px;
  height: 245px;
  background-size: cover !important;
}
.works-gallery .big-photo {
  width: 520px;
  height: 495px;
  background-size: cover !important;
}
.works-gallery .big-photo-2 {
  width: 560px;
  height: 500px;
  background-size: cover !important;
}
.works-gallery .high-photo {
  width: 270px;
  height: 500px;
  background-size: cover !important;
}
.works-gallery .tiny-photo {
  width: 270px;
  height: 240px;
  background-size: cover !important;
}
.works-gallery .tiny-photo-2 {
  width: 250px;
  height: 240px;
  background-size: cover !important;
}
.works-gallery .photo-1 {
  left: 0;
  top: 0;
}
.works-gallery .photo-2 {
  left: 290px;
  top: 0;
}
.works-gallery .photo-3 {
  left: 580px;
  top: 0;
}
.works-gallery .photo-4 {
  left: 0px;
  top: 260px;
}
.works-gallery .photo-5 {
  left: 290px;
  top: 260px;
}
.works-gallery .photo-6 {
  left: 0;
  top: 520px;
}
.works-gallery .photo-7 {
  left: 580px;
  top: 515px;
}
.works-gallery .photo-8 {
  left: 0px;
  top: 775px;
}
.works-gallery .photo-9 {
  left: 580px;
  top: 775px;
}
.works-gallery .photo-10 {
  left: 850px;
  top: 775px;
}
.works-gallery .photo-11 {
  left: 580px;
  top: 1035px;
}
.works-gallery .photo-12 {
  left: 850px;
  top: 1035px;
}

.works-gallery .photo-13 {
  left: 0px;
  top: 1300px;
}
.works-gallery .photo-14 {
  left: 580px;
  top: 1300px;
}
.works-gallery .photo-15 {
  left: 850px;
  top: 1300px;
}
.works-gallery .photo-16 {
  left: 580px;
  top: 1560px;
}
.works-gallery .photo-17 {
  left: 850px;
  top: 1560px;
}

.burger {
    display: none;
}

@media (max-width: 980px) {

    body,
    .page-header {
        min-width: 320px;
    }
    .page-header {
        max-height: 69px;
        box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
    }
    .page-header .wrap {
        padding: 0 10px 0 80px;
        max-height: 69px;
        display: flex;
        justify-content: space-between;
    }
    .page-header .logo {
        margin-top: 0;
        font-weight: normal;
        flex: 0 0 180px;
    }
    .page-header .logo .logo-name {
        display: none;
    }
    .page-header .logo .logo-des {
        background: url(../img/logo-bg.png) no-repeat top -12px left;
        padding: 5px 15px;
        font-size: 13px;
        line-height: 1.2;
        max-height: 70px;
    }
    .page-header .header-right-part {
        margin-left: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .page-header .header-right-part > div {
        float: none;
        padding-top: 0;
    }
    .page-header .header-right-part .mail {
        width: 160px;
        float: none;
    }
    .page-header .header-right-part > div:before {
        top: 0;
    }
    #mango-calltracking {
        padding: 0;
        display: inline-block;
        margin-bottom: 5px;
        line-height: 1.1;
    }
    .page-header .header-right-part .address {
        width: auto;
        margin-right: 20px;
        font-size: 0.9em;
    }
    .page-menu {
        background-position: top -12px center;
        padding-top: 90px;
    }
    .page-menu::before {
        content: 'СтоунМаг';
        position: absolute;
        top: 23px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 16px;
        font-family: 'pfdindisplaypro-med', 'Arial', sans-serif;
    }
    .header-section {
        margin-top: 70px;
    }

    .header-section .bord-wrap h1 {
        font-size: 22px;
    }
    .skew-plate > .wrap, .skew-timer > .wrap,
    .skew-plate, .skew-timer {
        transform: none;
    }
    .skew-timer {
        left: 0;
    }

    .rel-wrap {
        top: -50px;
        display: flex;
        justify-content: space-around;
        background:  url(../img/gray-pat.png) repeat;
        padding-bottom: 75px;
    }
    .rel-wrap .discount-plate-wrap, .rel-wrap .bid-form-plate {
        position: relative;
        top: 0 !important;
    }
    .slider-section .bxslider li,
    .slider-section .bg-wrap2 > .bx-wrapper .bx-viewport {
        height: 330px !important;
    }
    .slider-section .reasons-section {
        background: none;
    }
    .slider-section .reasons-section .reasons-title {
        margin-bottom: 15px;
    }
    .slider-section .reasons-section .reasons-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .section-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-section .services-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .services-section .services-list > li {
        margin-left: 0;
        width: 30%;
        min-width: 260px;
    }

    .middle-section .section-wrap .discount-plate-wrap {
        top: 20px;
    }

    .middle-section .section-wrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-around;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        align-items: flex-start;
    }
    .middle-section .section-wrap .bid-form-plate,
    .middle-section .section-wrap .discount-plate-wrap {
        position: relative;
        top: 0;
        left: 0;
    }
    .bid-form-plate .wrap {
        padding: 30px 15px 15px 30px;
    }
    .bid-form-plate .wrap h1 {
        margin-left: -15px;
    }
    .choice-fourth-step .section-title,
    .section-step-3 h1,
    .choice-second-step .section-title,
    .choice-first-step .section-title,
    .choice-product-section .choice-product-title-wrap .choice-product-title {
        font-size: 25px;
    }
    .choice-first-step .choice-material tr td:first-child h2 {
        font-size: 17px;
    }
    .section-step-3 .edges,
    .sink-list  {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .choice-second-step .sink-list > li {
        width: 225px;
        padding-right: 0;
    }
    .section-step-3 .edges {
        justify-content: center;
    }
    .section-step-3 .edges .edge {
        margin-left: 0 !important;
        width: 200px;
    }
    .choice-fourth-step .plinth-list > li figure figcaption {
        font-size: 17px;
    }
    .tabs-works {
        margin-left: 0 !important;
    }

    .tabs-ul {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .stone-catalog .tabs-ul {
        margin-bottom: 10px;
    }

    .tabs-li {
        float: none;
        padding-bottom: 2px;
        margin-bottom: 15px;
    }

    .works-gallery {
        margin-top: 20px;
    }

    .bid-section .section-title {
        font-size: 30px;
        line-height: 1.4;
    }

    .bid-section .middle-bid-form-wrap .wpcf7-form p {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-submit,
    .bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text {
        width: 300px;
        margin-bottom: 10px;
    }

    .reviews-section .section-title,
    .range-stone-section .title-wrap .section-title,
    .buy-reasons-section .section-title,
    .buyers-section .section-title,
    .less-price-reasons-section .section-title,
    .buyers-section .section-title,
    .less-price-reasons-section .section-title {
        font-size: 30px;
    }
    .buyers-section .buyers-list,
    .less-price-reasons-section .less-price-reasons-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .less-price-reasons-section .less-price-reasons-list li {
        width: 300px;
        float: none;
    }
    .less-price-reasons-section .less-price-reasons-list li:last-child {
        margin-bottom: 0;
    }
    .less-price-reasons-section .less-price-reasons-list li:before {
        display: none;
    }

    .buyers-section .buyers-list li {
        float: none;
        width: 180px;
    }
    .buyers-section .buyers-list li > span {
        border-left: none;
        border-right: none !important;
    }

    .payment-kinds-section .payment-kinds-list li h2 {
        font-size: 20px;
    }

    .second-mid-section {
        height: auto;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .second-mid-section .section-wrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
    .second-mid-section .section-wrap .bid-form-plate,
    .second-mid-section .section-wrap .discount-plate-wrap {
        position: relative;
        top: 0;
        left: 0;
    }

    .buy-reasons-section .reasons-block .section-wrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .buy-reasons-section .reason-grad .section-wrap,
    .buy-reasons-section .reason-grad-inverse .section-wrap {
        flex-direction: column;
    }
    .buy-reasons-section .reasons-block .reason-title {
        margin-bottom: 20px;
    }
    .buy-reasons-section .reasons-block .reasons-list {
        margin-left: 0;
    }

    .guarantee-section {
        padding-top: 30px;
    }
    .guarantee-section .section-title {
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .guarantee-section .guarantee-list {
        font-size: 16px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 30px;

    }
    .guarantee-section .pos-wrap {
        height: auto;
    }
    .guarantee-section .guarantee-list li {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 300px;
        padding-bottom: 15px;
        margin: 0 0 15px !important;
        background: none !important;
        border-bottom: 1px solid rgba(250,250,250, 0.3);
    }
    .guarantee-section .guarantee-list::after,
    .guarantee-section .guarantee-list::before {
        display: none;
    }

    .tiny-slider {
        position: relative;
    }
    .reviews-section .section-title {
        margin-bottom: 10px;
    }
    #slider1 {
        padding-top: 40px;
    }
    #slider1 .buttons {
        position: absolute;
        top: 120px;
        left: auto;
        margin-top: 0;
    }
    #slider1 .prev {
        left: 15px;
        z-index: 1;
    }
    #slider1 .next {
        right: 15px;
    }

    .choice-second-step .sink-list:after,
    .buyers-section .buyers-list:after,
    .less-price-reasons-section .less-price-reasons-list:after,
    .services-list br {
        display: none;
    }

}

@media (max-width: 800px) {
    .slider-section .bxslider li,
    .slider-section .bg-wrap2 > .bx-wrapper .bx-viewport {
        height: 300px !important;
    }
    .slider-section .bxslider li {
      background-position: center !important;
    }
}

@media (max-width: 650px) {

    .page-menu {
        display: none;
        //top: 81px;
        //background: #1A1A1A;
        //padding-top: 20px;
        bottom: 0;
        height: auto;
        background-position: top left;
    }
    .page-menu ul {
        position: absolute;
        top: 100px;
        width: 100%;
        bottom: 0;
        height: auto;
        overflow-y: scroll;
    }
    .page-menu::before {
        content: '×';
        font-size: 38px;
    }

    .page-header {
        height: auto;
        max-height: 1000px;
        box-shadow: none;
        position: relative;
    }
    .page-header.transparent-header {
        background: url('../img/header-bord.png') no-repeat top 45px center;
    }
    .page-header .wrap {
        padding: 0;
        max-height: 1000px;
        flex-direction: column;

    }
    .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 69px;
        margin-top: 12px;
        float: left;
        background: #D6A13A;
        position: relative;
        z-index: 60;
    }
    .page-header .logo {
        flex: auto;
    }
    .page-header .logo .logo-name {
        display: block;

    }
    .page-header .logo .logo-des {
        background: none;
        padding-top: 17px;
    }
    .page-header .header-right-part {
        justify-content: space-around;
        x-border-top: 1px solid rgba(0,0,0, 0.1);
        padding: 0 10px;
    }
    .page-header .header-right-part > div:before {
        display: none;
    }
    .page-header .header-right-part .address {
        margin-right: 0px;
    }
    .main {
        padding: 0;
    }
    .header-section {
        margin-top: -20px;
    }
    .header-section .bord-wrap {
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .choice-first-step .choice-material tr td,
    .choice-first-step .choice-material tr th {
        font-size: 13px;
    }
    .choice-first-step .choice-material tr td:first-child h2 {
        font-size: 14px;
        line-height: 1.3;
    }

    .slider-section .bxslider li,
    .slider-section .bg-wrap2 > .bx-wrapper .bx-viewport {
        height: 280px !important;
    }
}

@media (max-width: 550px) {

    .bid-section .middle-bid-form-wrap .bid-form-title,
    .header-section .bord-wrap h1,
    .choice-fourth-step .section-title,
    .section-step-3 h1,
    .choice-second-step .section-title,
    .choice-first-step .section-title,
    .choice-product-section .choice-product-title-wrap .choice-product-title {
        font-size: 20px;
    }
    .ask-question-section .section-title,
    .payment-kinds-section .section-title,
    .bid-section .section-title,
    .services-section .section-title,
    .reviews-section .section-title,
    .range-stone-section .title-wrap .section-title,
    .buy-reasons-section .section-title,
    .buyers-section .section-title,
    .less-price-reasons-section .section-title,
    .buyers-section .section-title,
    .less-price-reasons-section .section-title {
        font-size: 25px;
    }

    .slider-section .bxslider li,
    .slider-section .bg-wrap2 > .bx-wrapper .bx-viewport {
        height: 250px !important;
    }

    .second-mid-section .section-wrap,
    .middle-section .section-wrap,
    .rel-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .second-mid-section .section-wrap .discount-plate-wrap,
    .middle-section .section-wrap .discount-plate-wrap,
    .rel-wrap .discount-plate-wrap {
        margin-bottom: 30px;
    }
    .second-mid-section .section-wrap .bid-form-plate,
    .middle-section .section-wrap .bid-form-plate,
    .rel-wrap .bid-form-plate {
        right: 0;
        text-align: center;
    }
    .bid-form-plate .wrap {
        padding: 30px 30px 15px;
    }
    .bid-form-plate .wrap h1 {
        margin: 0 0 15px;
        font-size: 23px;
    }
    .bid-form-plate .wrap .wpcf7-form {
        width: 100%;
    }

    .middle-section {
        height: auto;
        padding-bottom: 30px;
    }

    .bid-section .benefits-block .float-wrap .benefits-list li {
        border-bottom: 0;
    }

    .less-price-reasons-section .less-price-reasons-list li {
        margin-bottom: 10px;
        width: 80%;
        min-width: 300px;
    }
    .buyers-section {
        padding-bottom: 140px;
    }
    .buyers-section .buyers-list li > span {
        font-size: 15px;
        min-height: 0;
    }

    .payment-kinds-section .payment-kinds-list li h2 {
        font-size: 16px;
    }
    .payment-kinds-section .payment-kinds-list li {
        padding: 30px 10px 0;
    }
    .buy-reasons-section .reasons-block .reasons-list.right-arr,
    .buy-reasons-section .reasons-block .reasons-list {
        padding-left: 0;
        padding-right: 0;
    }
    .buy-reasons-section .reasons-block .reasons-list:before {
        display: none;
    }
    .slider-section .reasons-section .reasons-list {
        justify-content: center;
    }
    .slider-section .reasons-section .reasons-list > li {
        width: 180px;
    }

    .bid-section .benefits-block .float-wrap .girl-pic {
        margin-top: -30px;
    }
    .guarantee-section .guarantee-list li p {
        font-size: 13px;
    }
    .tiny-slider .overview li {
        width: 400px;
        text-align: center;
    }

    .choice-second-step .sink-list > li {
        width: 190px;
    }
}

@media (max-width: 450px) {

    .slider-section .bxslider li,
    .slider-section .bg-wrap2 > .bx-wrapper .bx-viewport {
        height: 210px !important;
    }

    .choice-fourth-step .plinth-list,
    .payment-kinds-section .payment-kinds-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .payment-kinds-section .payment-kinds-list li {
        width: 100%;
        padding: 0;
        border: none;
        border-bottom: 1px solid rgba(100,100,100, 0.3);
        min-height: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .choice-fourth-step .plinth-list > li {
        float: none;
        width: 80%;
        margin-bottom: 20px;
    }
    .example-price-section .section-title {
        font-size: 30px;
    }

    .bid-section .sub-title,
    .bid-section .section-title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bid-section .benefits-block .float-wrap .benefits-list {
        max-width: 100%;
        padding: 0;
    }
    .bid-section .benefits-block .float-wrap .benefits-list li {
        line-height: 1.2;
        font-size: 14px;
        padding-left: 15px;
        margin: 0 20px 10px;
    }
    .bid-section .benefits-block .float-wrap .benefits-list li:before {
        left: 0;
    }
    .bid-section .benefits-block .float-wrap .girl-pic {
        margin-top: 0;
    }
    .bid-section .middle-bid-form-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-submit, .bid-section .middle-bid-form-wrap .wpcf7-form .wpcf7-text {
        width: 100%;
    }

    .choice-first-step .choice-material tr th .tick, .choice-first-step .choice-material tr td .tick {
        zoom: 0.6;
    }

}

@media (max-width: 430px) {
    .page-header .logo .logo-des {
        display: none;
    }
}

@media (max-width: 400px) {

    .bid-section .middle-bid-form-wrap .bid-form-title,
    .header-section .bord-wrap h1,
    .choice-fourth-step .section-title,
    .section-step-3 h1,
    .choice-second-step .section-title,
    .choice-first-step .section-title,
    .choice-product-section .choice-product-title-wrap .choice-product-title {
        font-size: 18px;
    }
    .ask-question-section .section-title,
    .payment-kinds-section .section-title,
    .bid-section .section-title,
    .services-section .section-title,
    .reviews-section .section-title,
    .range-stone-section .title-wrap .section-title,
    .buy-reasons-section .section-title,
    .buyers-section .section-title,
    .less-price-reasons-section .section-title,
    .buyers-section .section-title,
    .less-price-reasons-section .section-title {
        font-size: 22px;
    }
    .page-header.transparent-header {
        background-position: top 55px center;
    }
    .page-header .logo .logo-name {
        padding: 30px 10px 0;
        width: auto;
    }
    .page-header .logo .logo-des {
        padding-left: 15px    ;
        padding-right: 0;
    }
    .page-header .header-right-part {
        flex-wrap: wrap;
    }
    .page-header .header-right-part > div {
        padding: 0;
    }
    .page-header .header-right-part .mail,
    .page-header .header-right-part .consultation {
        width: 45%;
    }
    .page-header .header-right-part .address {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .fancybox-slide .wpcf7-submit {
      padding: 0 !important;
      width: 100% !important;
      text-align: center !important;
    }

    .choice-second-step .sink-list > li {
        width: 150px;
    }
    .section-step-3 .edges .edge {
        width: 175px;
    }
    .buyers-section .buyers-list li {
        width: 150px;
    }

    .slider-section .reasons-section .reasons-list > li {
        width: 150px;
        font-size: 13px;
        padding: 0 10px !important;
    }

    .choice-first-step .choice-material tr td:first-child h2 {
        font-size: 13px;
        text-transform: none;
    }
    .choice-first-step .choice-material tr th:first-child, .choice-first-step .choice-material tr td:first-child {
        padding: 5px;
    }

    .choice-first-step .choice-material tr th {
        height: 90px;
    }
    .choice-first-step .choice-material tr th div {
        transform: translate(0px, 21px) rotate(270deg);
    }
    .choice-first-step .choice-material .itogo td {
        height: 90px;
    }
    .choice-first-step .choice-material .itogo td div {
        transform: translate(0px, 21px) rotate(270deg);
    }

    .tiny-slider .overview li {
        width: 280px;
    }

    .ask-question-section .wpcf7-form .input-fields {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
    }
    .ask-question-section .wpcf7-form .right-part,
    .ask-question-section .wpcf7-form .left-part {
        float: none;
        width: 100%;
    }

}

@media (max-width: 350px) {
    .choice-second-step .sink-list > li {
        width: 135px;
    }
    .section-step-3 .edges .edge {
        width: 150px;
    }
    .buyers-section .buyers-list li {
        width: 140px;
        font-size: 13px;
    }
}

.fancybox-slide .ask-question-section {
  background-image: none !important;
}

.fancybox-closer {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

@media (max-width: 1010px) {
  .works-gallery .big-photo,
  .works-gallery .photo-7,
  .works-gallery .photo-9,
  .works-gallery .photo-11,
  .works-gallery .photo-14,
  .works-gallery .photo-16 {
    display: none !important;
  }
  .works-gallery {
    width: 561px !important;
    overflow: auto !important;
    float: none !important;
  }
}

@media (max-width: 414px) {
  .slider-section .bxslider li, .slider-section .bg-wrap2 > .bx-wrapper .bx-viewport {
    height: 110px !important;
  }
  .slider-section .bxslider li {
    background-size: contain !important;
  }
}

@media (max-width: 658px) {
  .works-gallery .photo-2,
  .works-gallery .photo-5,
  .works-gallery .photo-8,
  .works-gallery .photo-13 {
    display: none !important;
  }
  .works-gallery {
    width: 270px !important;
    overflow: hidden !important;
    height: 750px !important;
  }

}

@media (max-width: 1250px) {
  .tiny-slider .overview,
  .tiny-slider .overview li {
    width: 100%;
  }
  #slider1 .viewport .photo {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-bottom: 15px !important;
  }
  .tiny-slider .author-block {
    width: 100%;
  }
  .tiny-slider .author-info {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #slider1 .viewport .text {
    text-align: center;
  }
}

.get-responses {
      text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Примерка фартука */

.page-menu ul > li.menu-journal span i {
  background-position: -96px -242px;
  width: 40px;
  height: 58px;
}
.page-menu ul > li.menu-journal span i:hover,
.menu-journal .active i {
  background-position: -137px -242px !important;
  width: 40px;
  height: 58px;
}

.journal-wrap .section-title {
  font-family: 'pfagoraslabproreg', 'Tahoma', sans-serif !important; 
  font-size: 35px !important;
  line-height: 38px !important;
  text-transform: uppercase;
}

@media (max-width: 997px) {
  .journal-wrap {
    display: none;
  }
}

.journal {
  position: relative;
  width: 900px;
  height: 527px;
  margin: 20px auto 90px auto;
  display: block;
  background: #efefef;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.journal .facade-top.
.journal .facade-bottom {
  z-index: 2;
}
.journal .color-top {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  padding: 10px;
  width: 110px;
}
.journal .color {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.journal .color[data-color=red] {
  background: red;
}
.journal .color[data-color=orange] {
  background: orange;
}
.journal .color[data-color=yellow] {
  background: yellow;
}
.journal .color[data-color=green] {
  background: green;
}
.journal .color[data-color=blue] {
  background: lightblue;
}
.journal .color[data-color=darkblue] {
  background: blue;
}
.journal .color[data-color=purple] {
  background: purple;
}
.journal .color[data-color=pink] {
  background: pink;
}
.journal .color[data-color=brown] {
  background: brown;
}
.journal .color[data-color=beige] {
  background: beige;
}
.journal .color[data-color=white] {
  background: white;
}
.journal .color[data-color=gray] {
  background: grey;
}
.journal .color[data-color=black] {
  background: black;
}
.journal .color-middle {
  position: absolute;
  top: 220px;
  left: 120px;
  display: block;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 7px 10px;
  background: #FFF;
  text-align: center;
  overflow: hidden;
}
.journal .color-middle img {
  margin-top: 5px;
  width: 32px;
  height: 32px;
  float: left;
}
.journal .color-middle.clicked .text {
display: none;
}
.journal .color-middle .text {
  float: left;
  line-height: 1;
  font-size: 11px;
  text-align: left;
  margin-left: 8px;
  margin-top: 8px;
}
.journal .color-bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 110px;
  display: block;
  cursor: pointer;
}
.journal .skinali {
  left: 80px;
  position: absolute;
  top: 175px;
  z-index: -1;
  width: 788px;
  height: 150px;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.journal .popup {
  display: none;
  position: absolute;
  padding: 40px;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.93);
  box-sizing: border-box;
  overflow: hidden;
}
.journal .popup .closer {
  text-align: right;
  margin-top: -20px;
  margin-right: -25px;
  margin-bottom: 15px;
  cursor: pointer;
}
.journal .popup .closer span {
  margin-right: 215px;
}
.journal .popup .closer img {
  width: 20px;
}
.journal .cats {
  float: left;
  width: 150px;
}
.journal .category {
  margin-bottom: 10px;
  cursor: pointer;
}
.journal .category.active {
  font-weight: bold;
}
.journal .skinales {
  float: right;
  width: 600px;
  overflow-y: scroll;
  height: 100%;
}
.journal .skinales img {
  width: 580px;
  margin-bottom: 8px;
  cursor: pointer;
}