h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */
*{
  box-sizing: border-box;
}
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*BEGIN*/
@font-face {
  font-family: HelveticaNeue;
  src: url(../font/HelveticaRegular.ttf);
}
@font-face {
  font-family: HelveticaNeueBold;
  src: url(../font/HelveticaBold.ttf);
}
@font-face {
  font-family: HelveticaNeueLight;
  src: url(../font/HelveticaLight.ttf);
}
@font-face {
  font-family: Circe;
  src: url(../font/Circle-Regular.otf);
}
@font-face {
  font-family: Ci-Bold;
  src: url(../font/CRC65.otf);
}
@font-face {
  font-family: Ci-light;
  src: url(../font/CRC35.otf);
}
@font-face {
  font-family: BebasNeueCyrillic;
  src: url(../font/BebasNeueCyrillic.ttf);
}
body {
  width: 100%;
  outline: none;
  /*background: linear-gradient(to bottom, #201913, #000);*/
  /*background: #bdd1db;*/
  background: #fdfdfb;
}
section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}
.content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;  
  text-align: center;
}
main {
  max-width: 1920px;
  margin: 0 auto;
  /*background: url(../img/bgnr3.jpg) center center;*/
  /*background: url(/img/fon_image.jpeg) center center;*/
  background: url(/img/fon_naves2.jpg) no-repeat center center;
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background-size: contain;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.bg-1 {
  max-width: 1920px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center; 
}
footer {
  background: rgba(0, 0, 0, 0.7); 
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}
.logo {
  font-size: 24px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  border: 4px solid#fff;
  padding: 7px 20px 7px 20px;
  border-radius: 10px;
}
.work-2012 {
  font-family: "Circe";
  font-size: 16px;
  color: #fff;
  padding-top: 25px;
  text-align: center;
}
.proizvod {
  font-family: "Circe";
  font-size: 19px;
  color: #fff;
  text-align: center;
}
.montazh {
  font-size: 24px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;  
  text-align: center;
}
.phone {
  font-size: 30px;
  font-family: "Ci-Bold";
  /*color: rgb(255, 255, 255);*/
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.hd-bl-1, .hd-bl-2, .hd-bl-3, .hd-bl-4 {
  display: inline-block;
  vertical-align: middle;
}
.hd-bl-2 {
  padding-left: 65px;
  padding-right: 65px;
}
.kovaniy {
  font-family: "Ci-Bold";
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding-bottom: 30px;
  padding-top: 50px;
}
.icon-circle {
  border-radius: 100%;
  border: 1px solid orange;
}
.name-icon {
  font-family: "Circe";
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  color: #000;
}
.inline-icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 26%;
  cursor: pointer;
}
.icon-block {
  text-align: center;
}
.promo-block {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 20px;
  margin: 20px auto 0;
  padding: 20px 30px;
  max-width: 900px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
}
.promo-title {
  font-family: "Ci-Bold";
  font-size: 32px;
  color: #F8AE4E;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.promo-subtitle {
  font-family: "Ci-Bold";
  font-size: 26px;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.promo-benefits {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 30px;
}
.promo-benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: "Circe";
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.promo-icon {
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
  line-height: 1.2;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}
.promo-benefit-text {
  flex: 1;
}
.promo-description {
  font-family: "Circe";
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1px solid rgba(248, 174, 78, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.quiz {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.know-price {
  color: #F8AE4E;
  font-family: "Ci-Bold";
  font-size: 25px;
}
.four-question {
  font-family: "Circe";
  color: #BABABA;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 40px;
}
.name-question {
  font-family: "Ci-Bold";
  color: #DDDDDD;
  font-size: 30px;
  padding-bottom: 50px;
}
.inline-question {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
.name-answer {
  font-family: "Ci-Bold";
  color: #DDDDDD;
  font-size: 25px;
  padding-left: 10px;
}
.name-answer-2 {
  font-family: "Ci-Bold";
  color: #DDDDDD;
  font-size: 25px;
  padding-right: 10px;
}
.name-answer-3 {
  font-family: "Ci-Bold";
  color: #DDDDDD;
  font-size: 25px;
  padding-left: 10px;
}
.button-radio {
  height: 20px;
  width: 20px;
  color: orange;
}
.button-text {
  width: 70px;
  border-radius: 10px;
  border: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
}
.ph-odn {
  padding-top: 20px;
}
label {
  cursor: pointer;
}
.button-next {
  font-family: "Ci-Bold";
  color: #000;
  background: #F8AE4E;
  border: transparent;
  padding: 10px 40px 10px 40px;
  font-size: 25px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
}
.submit-button {
  padding-top: 50px;
  cursor: pointer;
  text-align: center;
}
.v-kvd {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-top: -5px;
}
.logo-fot, .politika-fot {
  color: #AAAAAA;
  font-family:  "Circe"; 
  font-size: 18px;
  text-decoration: none;
}
.mail-fot, .adress-fot {
  color: #AAAAAA;
  font-family:  "Circe"; 
  font-size: 18px;
  padding-top: 10px;
}
.phone-fot {
  color: #AAAAAA;
  font-family:  "Circe"; 
  font-size: 22px; 
}
footer {
  text-align: center;
  cursor: pointer;
}
.hd-bl-2_2 {
  padding-left: 35px;
  padding-right: 35px;
}

.hd-bl-4 a img{
	height: 32px;
}
.hd-bl-4 a{
	margin-left: 10px;
}

.left-quiz {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 200px;
}
.left-quiz-2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
.right-quiz {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 50px;
}
.u-econom {
  color: #fff;
  font-family:  "Circe"; 
  font-size: 18px;  
}
.white-frame {
  border-radius: 10px;
  border: 3px solid#fff;
  padding: 10px;
  text-align: center;
  width: 200px;
}
.sale {
  color: #fff;
  font-family:  "Circe"; 
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 10px;  
}
.price {
  font-family: "Ci-Bold";
  font-size: 30px;
  color: #F8AE4E;
}
.know-srok {
  font-size: 15px;
  color: #F8AE4E;
  font-family: "Circe";
  padding-top: 30px;
  padding-bottom: 15px;
}
.manager {
  font-size: 15px;
  color: #fff;
  font-family: "Circe";
  padding-bottom: 20px;
}
#phone-number-quiz {
  width: 200px;
  text-align: center;
  background: none;
  color: #fff;
  border: 2px solid#fff;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  border-radius: 10px;
  margin-top: 20px;
}
.left-quiz-2 {
  display: none;
}
#send-phone-number-quiz {
  width: 200px;
  text-align: center;
  background: none;
  color: #fff;
  border: 2px solid#fff;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  margin-top: 20px;
  background: #F8AE4E;
  border: transparent;
  border-radius: 10px;
  color: #000;
}
.question-number {
  font-size: 20px;
  color: #fff;
  font-family: "Circe";
  padding-bottom: 20px;  
}
.question {
  color: #F8AE4E;
  font-family: "Ci-Bold";
  font-size: 30px;
  padding-bottom: 30px;
}
.pad-but {
  padding-top: 20px;
}
.quiz-2, .quiz-2_1, .quiz-3, .quiz-4 {
  text-align: left;
  display: none;
}
.quiz-5 {
  display: none;
}
.ras-ready {
  color: #AAAAAA;
  font-family: "Ci-Bold";
  font-size: 25px;
}
.sms {
  color: #F8AE4E;
  font-family: "Ci-Bold";
  font-size: 25px; 
  padding-top: 20px;
  padding-bottom: 20px;
}
.skid {
  color: #AAAAAA;
  font-family: "Ci-Bold";
  font-size: 25px;
  padding-bottom: 20px;
}
.politika-popup-1 {
  font-family: "Ci-Bold";
  font-size: 25px;
  color: #000;
}
.politika-popup-2 {
  font-family: "Circe";
  font-size: 20px;
  color: #000;  
  padding-top: 20px!important;
}
.box-modal {
  width: 900px!important;
}
.our-work {
  font-family: "Ci-Bold";
  font-size: 40px;
  color: #fff; 
  padding-top: 50px;  
  text-align: center;
}
.naves-kovka {
  font-family: "Ci-Bold";
  font-size: 60px;
  color: #F8AE4E; 
  padding-top: 10px; 
  text-align: center; 
}
.ph-size {
  width: 620px;
  height: 530px;
}
.z-inline-reveiw {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  text-align: center;
}
.z-company {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.z-who {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.z-name {
  font-family: "Circe";
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}
.z-job {
  font-family: "Circe";
  font-size: 18px;  
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.z-light {
  font-family: "Ci-light";
}
.z-audio {
  padding-top: 20px;
}
.otziv {
  font-family: "Ci-Bold";
  font-size: 35px;
  color: #000;
  padding-bottom: 30px; 
  padding-top: 60px; 
  text-align: center; 
}
.block-otz {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;  
}
.arrow-left, .arrow-right {
  outline: none;
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 50px;
}
.arrow-right {
  right: -60px;
}
.arrow-left {
  left: -60px;
}
.know-stoim {
  font-family: "Ci-Bold";
  font-size: 30px;
  background: #F8AE4E;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}
.ks {
  
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 100px;
}
.ty {
  font-family: "Ci-Bold";
  color: #fff;
  font-size: 50px;
  padding-top: 50px;
}
.oi {
  font-family: "Ci-Bold";
  color: #000;
  font-size: 35px;
  padding-top: 35px;  
  padding-bottom: 30px;
  line-height: 35px;
}
.looks {
  font-family: "Ci-Bold";
  font-size: 30px;
  background: #F8AE4E;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
  color: #000;
  text-decoration: none; 
  margin-bottom: 50px;
}
.gotovo {
  font-family: "Ci-Bold";
  color: #fff;
  font-size: 50px;
  padding-top: 20px;  
}
.oipad {
  padding-bottom: 50px;
}
.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
    text-align: center;
    padding-bottom: 50px;
}    
.exitblock .fon {
    background: #F6FCFF;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;  
    padding: 15px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position:fixed;
    top:80px;
    left:50%;
    margin-left:-20%;
    width:40%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}        
.closeblock {
    cursor:pointer;
    position: fixed;
    line-height:60px;
    font-size:82px;
    transform: rotate(45deg);
    text-align:center;
    top:20px;
    right:30px;
    color: #337AB7;    
}
.closeblock:hover {
    color: #000;    
}
.inline-icon2 {
  padding-top: 20px;
}
.name-icon-popup {
  font-family: "Ci-Bold";
  color: #000;
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;  
}
.diametr {
  font-family: "Circe";
  color: #000;
  font-size: 20px;
  text-align: center;
}
.toksch {
  font-family: "Circe";
  color: #000;
  font-size: 20px;
  padding-top: 5px;  
  text-align: center;
}
.icont-text-popup {
  font-family: "Circe";
  color: #000;
  font-size: 30px;
  padding-top: 20px; 
  line-height: 30px;
  text-align: center; 
}
.orange {
  color:#F8AE4E;
}
#icon1, #icon2, #icon3, #icon4, #icon5 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
  background: #fff!important;
}
.x {
  color: red;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .box-modal {
    width: auto!important;
  }
  .content, footer, main, header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hd-bl-1, .hd-bl-2, .hd-bl-3 {
    display: block;
    text-align: center;
  }
  .hd-bl-2, .hd-bl-2_2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo {
    font-size: 40px;
  }
  .work-2012 {
    font-size: 20px;
    padding-top: 35px;
  }
  .proizvod {
    font-size: 25px;
  }
  .montazh {
    font-size: 30px;
  }
  header {
    padding-top: 50px;
  }
  .nobr {
    display: none;
  }
  main {
    padding-top: 50px;
  }
  .inline-question {
    display: block;
    text-align: center;
    padding-top: 20px;
    width: 100%;
  }
  .opros {
    text-align: center;
  }
  .name-answer {
    display: block;
    padding-left: 0px;
  }
  .left-quiz-2 {
    display: block;
  }
  .left-quiz {
    display: none;
  }
  .right-quiz {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .name-answer {
    display: inline-block;
  }
  .quiz {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo-block {
    padding: 30px 20px;
    margin-top: 15px;
  }
  .promo-title {
    font-size: 26px;
  }
  .promo-subtitle {
    font-size: 22px;
  }
  .ph-size {
    max-width: 100%;
  }
  .arrow-right {
    right: -10px;
  }
  .arrow-left {
    left: -10px;
  }
}
@media screen and (max-width: 550px) {
  .inline-icon {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .icon-circle {
    width: 85px;
    height: 85px;
  }
  .name-icon {
    font-size: 25px;
  }
  .kovaniy {
    font-size: 28px;
  }
  .nobr-2 {
    display: none;
  }
  .logo {
    font-size: 30px;
  }
  .know-stoim {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .work-2012 {
    font-size: 15px;
    padding-top: 35px;
  }
  .proizvod {
    font-size: 20px;
  }
  .montazh {
    font-size: 25px;
  }
  .promo-block {
    padding: 25px 15px;
    margin-top: 15px;
  }
  .promo-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .promo-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .promo-benefits {
    margin-bottom: 25px;
  }
  .promo-benefit-item {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .promo-icon {
    font-size: 20px;
    margin-right: 12px;
  }
  .promo-description {
    font-size: 16px;
  }
  audio {
    width: 250px;
  }
.z-inline-reveiw {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  text-align: center;
}
.z-company {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.z-who {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  color: #fff;
}
.z-name {
  font-family: "Circe";
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}
.z-job {
  font-family: "Circe";
  font-size: 18px;  
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.arrow-left, .arrow-right {
  outline: none;
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 40px;
}
  /*.button-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;margin: 0 auto;
  }
  .name-answer-3 {
    padding: 0px;
    text-align: center;margin: 0 auto;
  }
  .name-answer-2 {
    padding: 0px;
    text-align: center;margin: 0 auto;
  }*/
  .name-answer-2, .name-answer-3 {
    font-size: 16px;
  }
  .ph-size {
    height: 300px;
  }
  main {
    background: none;
  }
}
@media screen and (max-width: 430px) {
  .kovaniy {
    font-size: 22px;
    line-height: 40px;
  }
  .promo-block {
    padding: 20px 12px;
    margin-top: 15px;
  }
  .promo-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .promo-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .promo-benefit-item {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .promo-icon {
    font-size: 18px;
    margin-right: 10px;
  }
  .promo-description {
    font-size: 14px;
    padding-top: 15px;
  }
  .nobr-2 {
    display: none;
  }
  .logo {
    font-size: 30px;
  }
  .work-2012 {
    font-size: 15px;
    padding-top: 35px;
  }
  .proizvod {
    font-size: 20px;
  }
  .montazh {
    font-size: 25px;
  }
  .ph-size {
    height: 250px;
  }
}

.stroke_black {
    /*text-shadow: #bebebe 1px 1px 0, #bebebe -1px -1px 0, 
                 #bebebe -1px 1px 0, #bebebe 1px -1px 0;*/
    /*text-shadow: #000 0 0 1px;*/
    color: #000;            
   }
.stroke_white {
    /*text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, 
                 #fff -1px 1px 0, #fff 1px -1px 0;*/
    /*text-shadow: #fff 2px 2px 5px;*/
    color: #000;            
   }   
   
.z-img{
 width: 100px;
 height: 100px;
 float: left;
 margin-right: 5px;
 overflow: hidden; 
 border-radius: 50%;
 
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}   

.z-contact{
 float: right;
 padding-left: 5px;
}

.z-img img{
	/*max-width: 100px;*/
	max-height: 70px;
}   

.strike {
  position: relative;
}

.strike:before {
  content:'';
    position:absolute;
    display:block;
    width:auto;
    height:auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0) url('/img/cross.svg') no-repeat;
    background-size:100% 100%; /* растягивает фон на всю ширину и высоту блока */
}

.red{
 color: red;
}

.owl-nav{
	display: none;
}
button.owl-dot{
	width: 15px;
	height: 15px;
	background-color: #bebebe !important;
	margin: 5px;
	border-radius: 15px;
}
.owl-carousel button.owl-dot{
	background-color: #bebebe !important;
}

body{
	/*padding-bottom: 50px;*/
}
.box-modal{
  max-width: 97%;
}
@media screen and (max-width: 478px) {
 .button-next {
  	padding: 10px;
  	font-size: 18px;
	}
}

@media screen and (max-width: 810px) {
 .name-icon-popup {
  	font-size: 35px;
    line-height: 1;
	}
}