@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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"],
[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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

@font-face {
  font-family: 'Futura PT Bold';
  src: url("../fonts/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT Book';
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT Heavy';
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT Medium';
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* adaptive */
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Futura PT Book';
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wrapper {
  min-width: 320px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

.block-soc_net{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*flex-direction: column;*/
  max-width: 100%;
  margin-left: 15px;
}
.unit-soc_net{
  position: relative;
  transition: 0.2s;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: 5px;
}
.unit-soc_net:hover{
  top: -2px;
}

li {
  list-style: none; }

ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }

footer {
  width: 100%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

/* Типовая страница */
h1 {
  font-family: 'Futura PT Bold';
  font-size: 30px;
  line-height: 1.267;
  letter-spacing: -0.03em;
  color: #333333; }

h2 {
  font-family: 'Futura PT Bold';
  font-size: 26px;
  line-height: 1.27;
  color: #333333;
  letter-spacing: -0.03em; }

h3 {
  font-family: 'Futura PT Bold';
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  letter-spacing: -0.03em; }

h4 {
  font-family: 'Futura PT Bold';
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  letter-spacing: -0.03em; }

p {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.03em;
  color: #333333; }

ul {
  margin-top: 10px;
  padding-left: 30px; }
  ul li {
    list-style: url("../img/type-check.svg");
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    color: #333333; }

ol {
  counter-reset: num; }
  ol li {
    font-size: 14px;
    min-height: 30px;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    position: relative;
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #333333; }
    ol li:before {
      content: counters(num, ".") "";
      counter-increment: num;
      color: #ffffff;
      font-family: 'Futura PT Bold';
      font-size: 20px;
      letter-spacing: -0.03em;
      position: absolute;
      top: 0;
      left: -40px;
      background: #FF0000;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px; }

ol li > ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

ol li > ol li:before {
  font-size: 15px;
}

.table {
  width: 100%;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 30px; }

table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  border: 1px solid #E3E3E3;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #333333; }

th {
  background: #EEEEEE;
  padding: 20px 15px;
  border: 1px solid #E3E3E3; }

td {
  border: 1px solid #E3E3E3;
  padding: 10px 15px; }

tr td:first-child {
  text-align: left; }

tbody tr:nth-child(even) {
  background: #d6e8ff; }

.img_float {
  max-width: 500px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .img_float {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

/* Типовая страница end */
input {
  max-width: 299px;
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 2px 2px;
  margin-bottom: 25px;
  padding: 10px 20px;
  color: #ffffff;
  border-top: none;
  outline: none; }
  input:last-child {
    padding-bottom: 10px; }

input[type="submit"] {
  background: #FF0000;
  border: 1px solid #FF0000;
  -webkit-box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 19px;
  margin-bottom: 0;
  font-family: 'Futura PT Heavy';
  font-size: 18px; }
  input[type="submit"]:hover {
    border: 1px solid #1A568C;
    background: #1A568C;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 255, 0.3);
            box-shadow: 0 4px 10px rgba(0, 0, 255, 0.3); }

.form_input {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .form_input .form_label {
    position: absolute;
    z-index: 400;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 0;
    width: calc(100% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form_input .form_label:before {
      content: '';
      height: 1px;
      background: #e6e6e6;
      width: 20px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      border-radius: 2px 0 0 0; }
    .form_input .form_label:after {
      content: '';
      width: auto;
      height: 1px;
      background: #e6e6e6;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-radius: 0 2px 0 0; }
  .form_input span.m10 {
    margin: 0 10px; }

@media (max-width: 480px) {
  input {
    height: 40px; } }

.politic {
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 26px;
  min-height: 18px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.politic_link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #E6E6E6;
  text-decoration: underline;
  display: block; }
  .politic_link a {
    color: inherit;
    text-decoration: underline; }

  /* Хлебные крошки */

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #1A568C;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .home {
  margin-right: 10px;
}
.breadcrumbs .category {
  margin: 0 7px;
}
.breadcrumbs .current-item {
  margin: 0 7px;
}

/* Заголовки страниц товара */
.page_box {
  width: 100%;
  background: url("../img/bg-single.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.page_title {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .page_title h1 {
    color: #ffffff; }
  .page_title .btn_red {
    width: 140px;
    margin-top: 25px;
    padding: 10px; }

  @media (max-width: 768px) {
    .page_title {
      min-height: 150px; } }

/* Иконки над заголовком */
.icons {
  margin: 0 auto;
  max-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px; }

.btn_blue {
  max-width: 299px;
  width: 100%;
  background: #1A568C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Futura PT Heavy';
  font-size: 18px;
  color: #ffffff;
  padding: 16px 10px;
  -webkit-box-shadow: 0 4px 10px rgba(26, 86, 140, 0.25);
          box-shadow: 0 4px 10px rgba(26, 86, 140, 0.25);
  border-radius: 4px;
  letter-spacing: -0.03em;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn_blue:hover {
    background: #FF0000; }

.btn_red {
  width: 299px;
  background: #FF0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Futura PT Heavy';
  font-size: 18px;
  color: #ffffff;
  padding: 16px 10px;
  -webkit-box-shadow: 0px 4px 10px rgba(255, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(255, 0, 0, 0.3);
  border-radius: 4px;
  letter-spacing: -0.03em;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn_red:hover {
    background: #1A568C; }

@media (max-width: 480px) {
  .btn_blue {
    padding: 13px 10px; } }

.btn_transp {
  width: 277px;
  background: #ffffff;
  border: 1px solid #FF0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Futura PT Medium';
  font-size: 18px;
  color: #333333;
  padding: 15px 10px;
  border-radius: 4px;
  letter-spacing: -0.03em;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn_transp:hover {
    border: 1px solid #1A568C; }

@media (max-width: 480px) {
  .btn_transp {
    padding: 12px 10px; } }

/* ----- Блок политики ----- */
.modal-container-polit {
  font-family: 'Roboto Regular', Arial, sans-serif;
  max-width: 95%;
  max-height: 95%;
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 34px;
  height: auto;
  position: relative; }

.modal-block-polit {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.title-modal-polit {
  font-family: 'Futura PT Medium';
  font-size: 24px;
  line-height: 1.34;
  letter-spacing: -0.03em;
  position: relative;
  margin-bottom: 15px; }

.modal-content-polit {
  line-height: 1.375;
  font-size: 16px; }

.caption-modal-polit ul {
  list-style: none; }

.caption-modal-polit li {
  background-size: auto;
  background-position: 0 4px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.28;
  margin-top: 15px; }

.modal-close-form {
  position: absolute;
  top: 15px;
  right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-image: url(../img/close-modal.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100; }

.modal-close-form:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/* ------ Модальные окна ------ */
.modal-container-form {
  max-width: 550px;
  width: 100%;
  padding: 0;
  border-radius: 6px; }

.modal_form-title {
  font-family: 'Futura PT Heavy';
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 7px; }

.modal_form-description {
  font-size: 14px;
  line-height: 1.142;
  letter-spacing: -0.03em;
  margin-bottom: 25px; }

.modal_form-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal_form {
  max-width: 100%; }
  .modal_form p {
    margin-top: 0;
    margin-bottom: 0; }

.modal_form input {
  max-width: 100%;
  width: 100%;
  border-top: none;
  margin-bottom: 20px;
  color: #333333; }

.modal_form input[type="submit"] {
  margin-top: 0;
  color: #ffffff;
  border: none; }

.modal_form .politic_link {
  color: #333333;
  display: inline;
  line-height: 18px; }

.modal_content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal_img {
  min-width: 180px;
  background-image: url("../img/bg-top.jpg");
  background-size: cover;
  background-position: -490px 0;
  position: relative; }

.modal-close-form:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

@media (max-width: 480px) {
  .modal-container-polit {
    padding: 15px; }
  .caption-modal-polit {
    font-size: 15px; }
  .title-modal-polit {
    font-size: 20px;
    margin-bottom: 0; }
  .modal_img {
    display: none; }
  .modal_form {
    margin: 0 auto;
    max-width: 100%; }
    .modal_form input {
      max-width: 100%; }
  .modal-container-form {
    max-width: 370px; }
  .modal_form-wrap {
    padding: 20px; }
  .modal_form input[type="submit"] {
    margin-bottom: 20px; }
  .modal_form-description {
    margin-bottom: 20px; }
  .modal_form-title {
    font-size: 26px; } }

/* 404 страница */
.page_404 {
  padding-top: 131px;
  padding-bottom: 100px; }
  .page_404 .btn_blue {
    width: 125px;
    padding: 10px; }

.page_404-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page_404-left {
  max-width: 456px;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px; }
  .page_404-left img {
    width: 100%; }

.page_404-right {
  max-width: 307px;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px; }

.page_404-title {
  font-family: 'Futura PT Bold';
  font-size: 28px;
  line-height: 1.285;
  letter-spacing: -0.03em;
  margin-bottom: 6px; }

.page_404-text {
  font-size: 14px;
  line-height: 1.285;
  letter-spacing: -0.03em;
  margin-bottom: 26px; }

@media (max-width: 872px) {
  .page_404 {
    padding-top: 80px;
    padding-bottom: 50px; }
    .page_404 .btn_blue {
      margin: 0 auto; }
  .page_404-right {
    margin-left: 0;
    text-align: center; } }

@media (max-width: 600px) {
  .page_404-left {
    margin-left: 0;
    margin-right: 0; }
  .page_404-right {
    margin-left: 0;
    margin-right: 0; } }

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 22px; }

.header_logo {
  max-width: 135px;
  width: 100%;
  text-align: center; }

#menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0; }
  #menu-main-menu li {
    list-style: none;
    margin: 0 11px;
    position: relative; }
  #menu-main-menu li.menu-item-has-children:after {
      content: '';
      background-image: url("../img/arrow-menu.svg");
      background-repeat: no-repeat;
      display: block;
      width: 11px;
      height: 7px;
      position: absolute;
      top: 11px;
      right: -15px; }
    #menu-main-menu li a {
      font-family: 'Futura PT Medium';
      font-size: 18px;
      line-height: 1.28;
      color: #333333;
      letter-spacing: -0.03em;
      display: block; }
        #menu-main-menu li a:hover {
        text-decoration: underline; }

        /* Подменю */
.sub-menu li:nth-child(1):after {
  display: none !important;
}
.sub-menu {
  padding: 10px;
  position: absolute;
  background: #ffffff;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-top: 10px;
  display: none;
  z-index: 100;
}
.sub-menu ul {
  padding-left: 0 !important;
}
.sub-menu li {
  margin: 0 !important;
}
.sub-menu li a {
  padding: 10px !important;
  display: block;
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header_contact {
  text-align: right;
  margin-right: 31px;
  margin-top: 10px;
  margin-bottom: 10px; }

.header_phone {
  font-family: 'Futura PT Medium';
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #333333; }

.header_address {
  font-family: 'Futura PT Medium';
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #333333; }

.header-btn {
  font-family: 'Futura PT Book';
  font-size: 18px;
  border: 2px solid #FF0000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 17px 9px 38px;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .header-btn:hover {
    background: #FF0000;
    color: #ffffff;
    background-image: url("../img/phone-hov.svg");
    background-repeat: no-repeat;
    background-position: 20px center; }

/* Мобильное меню */
.menu-main-menu-mobile-container {
  width: 100%;
}
.nav-mobile-block {
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0;
  text-align: right;
  background-color: transparent;
  color: #ffffff;
  position: relative;
  margin-left: 20px; }

.nav-mobile-container-line {
  width: 40px;
  height: 30px;
  min-width: 40px;
  min-height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

span.nav-mobile-line {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #FF0000;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.nav-mobile-line:nth-child(1) {
  top: 4px; }

.nav-mobile-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.nav-mobile-line:nth-child(3) {
  bottom: 0; }

.mobile-menu-fixed {
  position: fixed;
  right: -300px;
  top: 0;
  z-index: 888;
  background: #ffffff;
  width: 250px;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px #9e9e9e;
          box-shadow: 0 0 7px #9e9e9e;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.mobile-menu-fixed nav {
  background: inherit; }

.mobile-menu-fixed a {
  color: inherit;
  display: block; }

.title_menu-fixed {
  font-family: 'Futura PT Heavy';
  font-size: 26px;
  line-height: 1.2; }

.mobile-menu-fixed .nav__menu-fixed {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  width: 100%;
  text-align: center; }

.mobile-menu-fixed .nav__menu-fixed ul {
  padding-left: 0;
  width: 100%; }

.mobile-menu-fixed .nav__menu-fixed ul li {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px; }
  .mobile-menu-fixed .nav__menu-fixed ul li:hover {
    background: #73B0F9;
    font-family: 'Futura PT Medium'; }

@media (max-width: 1100px) {
  .nav-mobile-block {
    display: block; }
  #menu-main-menu {
    display: none; } }

@media (max-width: 680px) {
  .header-btn {
    display: none; }
  .header_contact {
    margin-right: 0; } }

@media (max-width: 480px) {
  .header_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px; }
  .header_logo img {
    width: 80%; }
  .nav-mobile-block {
    position: absolute;
    top: 30px;
    right: 15px; }
  .header_contact {
    text-align: center; } }

.first {
  color: #ffffff;
  background: url("../img/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 86px;
  padding-bottom: 127px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .first h1 {
    max-width: 605px;
    width: 100%;
    font-family: 'Futura PT Bold';
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }

.first_description {
  font-family: 'Futura PT Medium';
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 7px;
  margin-bottom: 53px; }

.first_form {
  max-width: 370px;
  width: 100%;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 30px 34px; }
  .first_form form {
    max-width: 299px; }
    .first_form form input[type="tel"] {
      margin-bottom: 13px; }

.first_form-title {
  margin-bottom: 25px;
  font-family: 'Futura PT Heavy';
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em; }

@media (max-width: 768px) {
  .first {
    padding-top: 40px;
    padding-bottom: 50px; }
    .first h1 {
      font-size: 52px; } }

@media (max-width: 600px) {
  .first {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: top left; }
    .first h1 {
      font-size: 42px;
      text-align: center; }
  .first_form {
    border-width: 3px; }
  .first_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }
  .first_form {
    margin: 0 auto; } }

@media (max-width: 380px) {
  .first h1 {
    font-size: 28px; }
  .first_form {
    padding: 15px; }
  .first_form-title {
    font-size: 19px; } }

/* Блок преимуществ */
.advantages {
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.advantages_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.advantages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 348px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px; }

.advantages_number {
  font-family: 'Futura PT Bold';
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.03em; }

.advantages_text {
  letter-spacing: -0.03em;
  margin-left: 18px; }

@media (max-width: 1073px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 480px) {
  .advantages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .advantages_number {
    font-size: 70px; } }

/* Блок работа */
.works {
  padding-top: 73px;
  padding-bottom: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8F8F8; }
  .works h2 {
    text-align: center;
    font-family: 'Futura PT Heavy';
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.03em; }

.container_works {
  max-width: 1208px; }

.works_description {
  text-align: center;
  letter-spacing: -0.03em;
  color: #959595;
  margin-top: 3px; }

.work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px; }

.work_item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 285px;
  max-height: 312px;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .work_item:nth-child(1),
  .work_item:nth-child(6),
  .work_item:nth-child(7) {
    -ms-flex-preferred-size: 580px;
        flex-basis: 580px; }

.work_title {
  font-family: 'Futura PT Medium';
  font-size: 26px;
  line-height: 1.27;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  position: absolute;
  bottom: 33px;
  left: 33px; }
  .work_title:after {
    content: "";
    width: 122px;
    height: 2.4px;
    display: block;
    position: absolute;
    background: #FF0000;
    bottom: -5px; }

.work_hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transform: translateY(312px);
  width: 100%;
  min-height: 312px;
  z-index: 10;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 4px;
  padding: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.work_title-hover {
  font-size: 26px;
  line-height: 1.27;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 30px;
  position: relative; }
  .work_title-hover:after {
    content: "";
    width: 122px;
    height: 2.4px;
    display: block;
    position: absolute;
    background: #ffffff;
    bottom: -5px; }

.work_item:hover > .work_hover {
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.work_item:hover .work_title {
  opacity: 0;
  transition: 0.5s; }

.work_text-hover {
  color: #ffffff;
  flex-grow: 1;
  max-height: 143px;
  min-height: 143px; }

.work_btn-hover {
  width: 144px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
 margin-top: 15px;}
  .work_btn-hover:hover {
    background: #ffffff;
    color: #FF0000; }

@media (max-width: 1179px) {
  .work_item:nth-child(1),
  .work_item:nth-child(6),
  .work_item:nth-child(7) {
    -ms-flex-preferred-size: 285px;
        flex-basis: 285px; } }

@media (max-width: 768px) {
  .works {
    padding-top: 50px;
    padding-bottom: 50px; }
    .works h2 {
      font-size: 28px; }
  .work_list {
    margin-top: 40px; } }

@media (max-width: 480px) {
  .works {
    padding-top: 30px;
    padding-bottom: 30px; }
    .works h2 {
      font-size: 26px; }
  .work_list {
    margin-top: 30px; } }

/* Блок с формой в центре */
.action {
  padding-top: 41px;
  padding-bottom: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/bg-mid.jpg");
  color: #ffffff;
  position: relative; }

.container_action {
  max-width: 1463px;
  width: 100%;
  position: relative; }

.action_wrap {
  max-width: 1463px;
  width: 100%;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.action_left {
  max-width: 428px;
  padding-top: 72px;
  padding-left: 138px;
  padding-bottom: 77px; }

.action_title {
  font-family: 'Futura PT Heavy';
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 22px; }

.action_text {
  max-width: 286px;
  line-height: 1.2;
  letter-spacing: -0.03em; }

.action_form {
  max-width: 299px;
  padding-top: 38px;
  padding-right: 143px;
  padding-bottom: 42px; }
  .action_form form {
    max-width: 299px; }

.action_man {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15; }

.action_block {
  max-width: 205px;
  width: 100%;
  background: #1A568C;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 12px 16px 12px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 157px;
  left: 38%;
  z-index: 20; }

.action_name {
  font-family: 'Futura PT Medium';
  letter-spacing: -0.03em;
  margin-bottom: 5px; }

.action_skill {
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #9DD1FF; }

@media (max-width: 1440px) {
  .action_left {
    padding-left: 60px; }
  .action_form {
    padding-right: 60px; } }

@media (max-width: 1260px) {
  .action_left {
    padding-left: 30px; }
  .action_form {
    padding-right: 30px; } }

@media (max-width: 1199px) {
  .action_man {
    display: none; }
  .action_block {
    display: none; }
  .action_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 768px) {
  .action_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .action_left {
    padding: 15px;
    max-width: 100%;
    text-align: center; }
  .action_text {
    max-width: 100%; }
  .action_form {
    margin: 0 auto;
    padding: 15px; }
  .first_form-title {
    text-align: center; } }

@media (max-width: 480px) {
  .action {
    padding-top: 30px;
    padding-bottom: 30px; }
  .action_title {
    font-size: 25px; }
  .action_wrap {
    border-width: 3px; } }

@media (max-width: 360px) {
  .action_title {
    font-size: 20px; }
  .action_form .politic_link {
    font-size: 11px; } }

/* Блок слайдера с лого */
.clients {
  padding-top: 69px;
  padding-bottom: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8F8F8; }
  .clients h2 {
    text-align: center;
    font-family: 'Futura PT Heavy';
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.03em; }
  .clients .btn_blue {
    margin: 28px auto 0; }

.clients_description {
  text-align: center;
  letter-spacing: -0.03em;
  color: #959595;
  margin-top: 3px; }

.clients_slider {
  margin-top: 61px; }

.slick-track {
  margin-left: 0; }

.slick-slide {
  border: none;
  outline: none; }

.clients_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.clients_logo {
  width: 180px;
  height: 79px;
  border-radius: 4px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 18px; }

.slick-prev, .slick-next {
  top: 46%;
  z-index: 100; }

.slick-prev:before {
  content: url("../img/arrow-prew.svg");
  font-size: 0; }

.slick-next:before {
  content: url("../img/arrow-next.svg");
  font-size: 0; }

.slick-prev {
  left: -35px; }

.slick-next {
  right: -35px; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  background: #1A568C;
  opacity: 0.85; }

@media (max-width: 1200px) {
  #menu-main-menu li{
    margin: 0 10px;
  }
  #menu-main-menu li a{
    letter-spacing: -0.06em;
    font-size: 17px;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    background: #1A568C;
    border-radius: 50%; }
  .slick-prev {
    left: 10px; }
  .slick-next {
    right: 10px; } }

@media (max-width: 768px) {
  .clients {
    padding-top: 50px;
    padding-bottom: 50px; }
    .clients h2 {
      font-size: 28px; } }

@media (max-width: 480px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 30px; }
    .clients h2 {
      font-size: 26px; }
  .clients_slider {
    margin-top: 40px; } }

/* Блок о компании */
.about {
  padding-top: 103px;
  padding-bottom: 115px; }

.about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.about_left {
  width: 585px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.about_text {
  max-width: 536px;
  margin-top: 18px;
  margin-bottom: 40px; }
  .about_text p {
    letter-spacing: -0.03em;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px; }

.about_right {
  max-width: 585px;
  width: 100%;
  text-align: right;
  padding-right: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 15px;
  position: relative; }
  .about_right:before {
    content: '';
    background: url("../img/tv-cam.svg");
    width: 208px;
    height: 151px;
    position: absolute;
    top: -25px;
    right: -17%;
    z-index: -1; }
  .about_right:after {
    content: '';
    background: url("../img/wi-fi-vent.svg");
    width: 420px;
    height: 81px;
    position: absolute;
    bottom: 0;
    right: 7%;
    z-index: -1; }

.about_img-center {
  width: 610px; }

@media (max-width: 992px) {
  .about_text {
    min-width: 377px; }
  .about_img-center {
    width: 100%; } }

@media (max-width: 768px) {
  .about {
    padding-top: 50px;
    padding-bottom: 50px; }
  .about_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .about_left {
    width: 100%; }
  .about_text {
    max-width: 100%;
    min-width: 100%; }
  .about_right {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 480px) {
  .about {
    padding-top: 30px;
    padding-bottom: 30px; }
    .about h2 {
      text-align: center; }
    .about .btn_transp {
      margin: 0 auto; }
  .about_text {
    text-align: center;
    margin-bottom: 30px; }
    .about_text p {
      margin-bottom: 15px; } }

/* Блок формы внизу */
.question {
  padding-top: 188px;
  padding-bottom: 191px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/bg-bot.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #ffffff; }

.question_form .politic {
  max-width: 475px;
  margin: 25px auto 0; }

/*.question_form .politic_link {*/
  /*line-height: 18px; }*/

.question_form form {
  max-width: 795px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  .question_form form .form_input .form_label {
    width: calc(93% - 2px);
    left: 12px; }

.question_form input {
  margin: 0 12px; }

.question_form input[type="submit"] {
  width: 192px;
  margin-top: 0;
  margin-left: 0; }

.question_form-title {
  font-family: 'Futura PT Heavy';
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 11px; }

.question_form-desc {
  text-align: center;
  margin-bottom: 40px; }

@media (max-width: 820px) {
  .question {
    padding-top: 50px;
    padding-bottom: 50px; }
  .question_form-title {
    font-size: 36px; }
  .question_form form {
    max-width: 299px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .question_form form .form_input .form_label {
      width: 100%;
      left: 0; }
    .question_form form input {
      margin: 0 0 25px; }
    .question_form form input[type="submit"] {
      width: auto;
      margin-bottom: 0; }
  .question_form .politic {
    max-width: 299px; } }

@media (max-width: 480px) {
  .question {
    padding-top: 30px;
    padding-bottom: 30px; }
  .question_form-title {
    font-size: 32px; }
  .question_form-desc {
    margin-bottom: 30px; } }

.single_content {
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .single_content p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.03em; }

.single_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px; }

.single_img-item {
  width: 370px;
  max-width: 100%;
  height: 247px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.single_img-item.empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

.single_adv {
  background: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 100px; }
  .single_adv h2 {
    font-family: 'Futura PT Heavy';
    font-size: 32px;
    letter-spacing: -0.03em;
    text-align: center; }

.single_adv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 59px; }

.single_adv-item {
  width: 215px;
  max-width: 100%;
  margin-bottom: 20px; }

.single_adv-icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 80px; }

.single_adv-text {
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: 30px; }

@media (max-width: 768px) {
  .single_adv {
    padding-top: 40px;
    padding-bottom: 50px; }
    .single_adv h2 {
      font-size: 28px; }
  .single_adv-list {
    margin-top: 50px; }
  .single_content {
    padding-bottom: 30px;
    padding-top: 20px; } }

@media (max-width: 480px) {
  .single_adv {
    padding-top: 30px;
    padding-bottom: 30px; }
    .single_adv h2 {
      font-size: 26px; }
  .single_adv-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
  .single_adv-item {
    width: 100%; }
  .single_adv-text {
    margin-top: 10px; }
  .single_content {
    padding-top: 15px;
    padding-bottom: 15px; } }

.gallery_content {
  padding-top: 40px;
  padding-bottom: 80px; }

.container_gallery {
  max-width: 1220px; }

.h2-galery{
  margin-bottom: 10px;
  font-size: 24px; 
}
.gallery_list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gallery_item {
  width: 218px;
  max-width: 100%;
  height: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.gallery_item.empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

@media (max-width: 768px) {
  .gallery_content {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 480px) {
  .gallery_content {
    padding-top: 30px;
    padding-bottom: 30px; } }

.main_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.page_contact {
  width: 100%;
  padding-top: 51px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 61px;
  padding-bottom: 36px; }

.contact_item {
  max-width: 260px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }
  .contact_item a {
    color: #333333; }

.contact_item-title {
  font-family: 'Futura PT Medium';
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 6px; }

.contact_item-text {
  font-size: 18px; }

.container_contact {
  pointer-events: none;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box; }

.maps {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 176px 0 125px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

.contact_form {
  max-width: 370px;
  padding: 35px 35px 40px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  pointer-events: all; }
  .contact_form input {
    border: 1px solid #C8C8C8;
    border-top: none;
    color: #333333; }
  .contact_form input[type="submit"] {
    color: #ffffff; }
  .contact_form input[type="tel"] {
    margin-bottom: 13px; }
  .contact_form .form_label:after {
    background: #c8c8c8; }
  .contact_form .form_label:before {
    background: #c8c8c8; }
  .contact_form .form_label span {
    color: #c8c8c8; }
  .contact_form .politic_link {
    color: #c8c8c8; }

@media (max-width: 768px) {
  .h2-galery{
    font-size: 20px;
  }
  .maps {
    padding-top: 20px;
    padding-bottom: 20px; }
  .map {
    display: none; }
  .contact_form {
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .contact_list {
    padding-bottom: 0; } }

@media (max-width: 480px) {
  .page_contact {
    padding-top: 30px; }
  .contact_list {
    margin-top: 30px; } }

@media (max-width: 360px) {
  .contact_form {
    padding: 15px; } }

.footer {
  font-size: 14px;
  letter-spacing: -0.03em;
  background: #F8F8F8; }

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }

.footer_left {
  max-width: 367px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer_copy {
  max-width: 257px;
  margin-left: 25px;
  letter-spacing: -0.03em;
  margin-top: 10px;
  margin-bottom: 10px; }

.footer_politic {
  display: block;
  letter-spacing: -0.03em;
  color: #1A568C; }
  .footer_politic:hover {
    text-decoration: underline; }

.footer_right {
  max-width: 585px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer_address {
  max-width: 138px;
  width: 100%;
  letter-spacing: -0.03em;
  margin-top: 10px;
  margin-bottom: 10px; }

.footer_mail {
  display: block;
  letter-spacing: -0.03em;
  color: #1A568C;
  margin-top: 8px;
  line-height: 1.27; }
  .footer_mail:hover {
    text-decoration: underline; }

.footer_contact {
  max-width: 168px;
  width: 100%;
  letter-spacing: -0.03em;
  margin-left: 82px;
  margin-top: 10px;
  margin-bottom: 10px; }

.footer_phone {
  display: block;
  font-family: 'Futura PT Medium';
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.03em;
  color: #333333; }

.footer_modal {
  display: block;
  letter-spacing: -0.03em;
  color: #1A568C;
  line-height: 1.27; }
  .footer_modal:hover {
    text-decoration: underline; }

.footer_develop {
  letter-spacing: -0.03em;
  margin-left: 78px;
  line-height: 1.27;
  margin-top: 10px;
  margin-bottom: 10px; }

.footer_udnet {
  display: block;
  letter-spacing: -0.03em;
  color: #1A568C; }
  .footer_udnet:hover {
    text-decoration: underline; }

@media (max-width: 990px) {
  .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer_left {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer_right {
    max-width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .footer_address {
    margin: 5px; }
  .footer_contact {
    margin: 5px; }
  .footer_develop {
    margin: 5px; } }

@media (max-width: 480px) {
  .footer_wrap {
    padding: 15px 0; }
  .footer_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer_address {
    text-align: center; }
  .footer_contact {
    text-align: center; }
  .footer_develop {
    text-align: center; }
  .footer_copy {
    text-align: center;
    margin-left: 0; } }

/*contact form 7 start*/
span.wpcf7-not-valid-tip,
div.wpcf7 .ajax-loader,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  display: none !important; }

.form-front .wpcf7-not-valid {
  border: 1px solid #e52428 !important;
  -webkit-box-shadow: inset 0 0 4px 1px #e52428;
  box-shadow: inset 0 0 4px 1px #e52428; }

.wpcf7-not-valid {
  background: rgba(229, 36, 40, 0.2);
  /*-webkit-box-shadow: 0 0 1px 2px #f34f41;*/
  /*box-shadow: 0 0 1px 2px #f34f41;*/
  /*border-color: #f34f41 !important; */
}
.alertify-notifier .ajs-message.ajs-warning {
  background: white;
  -webkit-box-shadow: 0 0 3px #333333;
  box-shadow: 0 0 3px #333333; }

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(40, 136, 62, 0.9);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }

.alertify-notifier {
  z-index: 99998; }

/*contact form 7 end*/
.container-modal-coocie-sell{
  display: none;
  background-color: rgba( 0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 666;
}
.block-modal-coocie-sell{
  position: absolute;
  width: 400px;
  max-width: 95%;
  height: auto;
  box-sizing: border-box;
  padding: 25px 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background-color: white;
}
.block-modal-coocie-sell .modal_form-title{
  text-align: center;
}
.close-modal-coocie-sell{
    position: absolute;
    top: 15px;
    right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-image: url(../img/close-modal.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    z-index: 100;
}





.empty_class{
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}


.wrapper-custom-post{
  width: 100%;
}
.container-big-tab{
  width: 100%;
}
.title-big-tab{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
}
.unit-big-tab{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 290px;
  flex-grow: 1;
  min-height: 60px;
  padding: 10px 15px;
  margin: 0 5px 10px 5px;
  font-weight: 450;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #959595;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}
.unit-big-tab.active,
.unit-big-tab:active,
.unit-big-tab:hover{
  color: white;
  background: #1A568C;
  box-shadow: inset 0px 4px 10px rgba(26, 86, 140, 0.25);
}
.container-in-big-tab{
  margin-top: 13px;
}
.unit-in-big-tab,
.unit-content-small-tab{
  display: none;
}
.unit-in-big-tab.active,
.unit-content-small-tab.active{
  display: block;
}
.container-small-tab{
  width: 100%;
  margin-top: 30px;
}
.title-small-tab{
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.unit-title-small-tab{
  width: 270px;
  flex-grow: 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  margin: 0 15px 30px 15px;
  box-sizing: border-box;
  padding: 25px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  color: #333;
}
.unit-title-small-tab:after{
  content: "";
  width: 100%;
  height: 9px;
  background: #1A568C;
  border-radius: 0px 0px 4px 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.2s;
  opacity: 0;
}
.unit-title-small-tab.active:after,
.unit-title-small-tab:hover:after{
  opacity: 1;
}
.img-unit-title-small-tab{
  width: 100%;
  height: 204px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.title-unit-title-small-tab{
  font-weight: 450;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: 35px;
}
.content-small-tab{

}
.unit-content-small-tab{

}
.block-caption-big-tab{
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
.block-info_tovar{
  box-sizing: border-box;
  width: 100%;
  padding: 60px 40px;
  background: #F8F8F8;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.img-info_tovar{
  width: 425px;
  min-width: 425px;
  max-width: 100%;
  height: auto;
  background-color: white;
  margin-right: 65px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-img-info_tovar{
  max-width: 100%;
  max-height: 550px;
  width: auto;
  height: auto;
  display: block;
}
.text-info_tovar{
  width: auto;
}
.title-info_tovar{
  font-family: 'Futura PT Bold';
  font-size: 32px;
  line-height: 105%;
  letter-spacing: -0.03em;
}
.ul-info_tovar{
  margin: 15px 0 0 0;
  padding: 0 0 0 18px;
}
.li-info_tovar{
  position: relative;
  list-style: none;
}
.li-info_tovar:after{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1A568C;
  position: absolute;
  left: -18px;
  top: 8px;
  border-radius: 100%;
}
.obert-table{
  overflow: auto;
  width: 100%;
  display: block;
}
.block-is-info_tovar{
  margin-top: 30px;
}
.block-is-info_tovar td:last-child,
.double-block td:last-child{
  font-family: 'Futura PT Medium';
  white-space: nowrap;
}
.title-is-info_tovar{
  font-family: 'Futura PT Medium';
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.block-video{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
.unit-video{
  margin: 0 15px 30px 15px;
  width: 300px;
  min-width: 40%;
  max-width: 100%;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  transition: 0.2s;
  display: block;
}
.unit-video:hover{
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.3);
}
.unit-video:after{
  content: "";
  width: 70px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../img/youtube.svg);
  opacity: 1;
}
.unit-video:hover:after{
  opacity: 0.85;
}
.block-is-info_tovar tbody tr:nth-child(even),
.double-block tbody tr:nth-child(even){
  background-color: white;
}
.single_content_tovar{
  padding-bottom: 40px;
}
.wrapper-custom-post_pol .unit-big-tab{
  width: 226px;
  text-align: left;
  justify-content: flex-start;
}
.double-block{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 55px;
}
.unit-double-block{
  width: calc(50% - 15px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.double-block table{
  min-width: 570px;
  font-size: 14px;
}
.double-block .unit-video{
  width: 100%;
  margin: 0;
}
.double-block td{
  padding: 3px 10px;
}
.double-block th{
  padding: 8px 10px;
}
.caption-unit-double-block{
  background: #F8F8F8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
.double-block li{
  padding-left: 5px;
}
.top-double-block{
  margin-bottom: 35px;
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.block-slider-top-double-block{
  display: block;
  width: 590px;
  min-width: 590px;
  max-width: 100%;
  margin: 0 60px 0 0;
}
.big-slider-top{
  display: inline-block;
  float: left;
  width: 470px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px;
  position: relative;
}
.big-slider-top:after{
  content: "";
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: 19px;
  bottom: 19px;
  height: 27px;
  width: 26px;
}
.unit-big-slider-top{
  width: 100%;
  height: 316px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.small-slider-top{
  display: inline-block;
  margin-left: 10px;
  width: 110px;
  /*height: 346px;*/
}
.unit-small-slider-top{
  width: 100%;
  min-height: 79px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #E2E2E2 !important;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.unit-small-slider-top.slick-current{
  border: 2px solid #FF0000 !important;
}
.text-top-double-block{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: auto;
}
.title-top-double-block{
  font-family: 'Futura PT Bold';
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.container-row{
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.block-row{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.block-td{
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.block-td:first-child{
  width: 180px;
  box-sizing: border-box;
  padding-right: 15px;
}
.caption-top-double-block{
  margin-top: 15px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
.block-td-sale{
  color: white;
  box-sizing: border-box;
  padding-left: 10px;
  margin-right: 10px;
  margin-left: -10px;
  height: 39px;
  min-width: 117px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: url(../img/sela.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.color-red{
  color: #FF0000;
}
.decor-big-cost{
  font-family: 'Futura PT Bold';
  font-size: 30px;
  letter-spacing: -0.03em;
  color: #333333;
  line-height: 20px;
}
.block-td.color-red{
  font-family: 'Futura PT Medium';
}
.title-is-info_tovar-spoyler{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1a568c;
  color: white;
  padding: 15px 30px 15px 15px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.title-is-info_tovar-spoyler ~ .obert-table{
  display: none;
}
.title-is-info_tovar-spoyler:after,
.title-is-info_tovar-spoyler:before{
  content: "";
  position: absolute;
  height: 4px;
  width: 24px;
  background-color: white;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s;
  opacity: 1;
}
.title-is-info_tovar-spoyler:after{
  width: 4px;
  height: 24px;
  right: 25px;
}
.title-is-info_tovar-spoyler.active:after{
  opacity: 0;
}
.container-flex_catalog{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  margin-top: 30px;
}
.single_content_tovar_dop{
  padding-bottom: 20px;
}
.unit-dop-tab{
  display: none;
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.unit-dop-tab.active{
  display: block;
}
.content-unit-dop-tab{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.text-unit-dop-tab{
  display: inline-block;
  color: white;
}
.title-unit-dop-tab{
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.03em;
  font-family: 'Futura PT Bold';
}
.ul-unit-dop-tab{
  padding-left: 0;
  margin-top: 27px;
}
.ul-unit-dop-tab li{
  position: relative;
  padding-left: 37px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  list-style: none;
  list-style-type: none;
  margin-bottom: 16px;
}
.ul-unit-dop-tab li:after{
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../img/li-dop.svg);
}
.img-unit-dop-tab{
  max-width: 570px;
  width: auto;
  margin-left: 40px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}


@media (max-width: 1200px){
  .img-unit-dop-tab{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .text-unit-dop-tab{
    width: 100%;
  }
  .content-unit-dop-tab{
    flex-direction: column;
    align-items: center;
  }
  .unit-dop-tab{
    padding: 35px 0;
  }
  .block-info_tovar{
    padding: 40px 30px;
  }
  .img-info_tovar{
    width: 325px;
    min-width: 325px;
    margin-right: 45px;
  }
  .title-info_tovar{
    font-size: 26px;
  }
}
@media (max-width: 1100px){
  .big-slider-top{
    width: 370px;
  }
  .block-slider-top-double-block{
    width: 490px;
    min-width: 490px;
    margin: 0 40px 0 0;
  }
  .title-top-double-block,
  .decor-big-cost{
    font-size: 26px;
  }
  .block-td{
    margin-bottom: 15px;
  }
}
@media (max-width: 1000px){
  .double-block{
    margin-bottom: 0;
  }
  .unit-double-block{
    width: 100%;
    margin-bottom: 25px;
  }
  .big-slider-top{
    width: calc(100% - 120px);
    min-width: auto;
  }
  .top-double-block{
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .block-slider-top-double-block{
      margin: 0 0 15px 0;
      width: 100%;
      min-width: auto;
      max-width: 100%;
  }
  .block-info_tovar {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  .img-info_tovar{
    margin: 0 0 20px 0;
    min-width: auto;
    max-width: 100%;
  }

}
@media (max-width: 800px){
  .container-flex_catalog{
    left: -10px;
    width: calc(100% + 20px);
  }
  .unit-big-tab{
    min-height: 44px;
  }
  .unit-title-small-tab{
    margin: 0 10px 20px 10px;
  }
  .title-small-tab{
    left: -10px;
    width: calc(100% + 20px);
  }
}
@media (max-width: 600px){
  .title-is-info_tovar-spoyler {
    padding: 10px 45px 10px 10px;
  }
  .title-top-double-block, 
  .decor-big-cost{
    font-size: 22px;
  }
}
@media (max-width: 500px){
  .title-info_tovar,
  .title-is-info_tovar{
    font-size: 22px;
    line-height: 24px;
  }
  .unit-big-slider-top{
    height: 200px;
  }
  .big-slider-top{
    float: none;
    display: block;
    width: 100%;
  }
  .small-slider-top{
    width: 100%;
    margin:  10px 0 0 0;
  }
  .unit-small-slider-top{
    margin: 0 5px;
  }
  .unit-small-slider-top.slick-current{
    border-width: 1px !important;
  }
}