html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body {
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
}
.header_banner {
  background: url(../img/bg1.png) no-repeat center;
  background-size: cover;
}
.home_info {
  display: block;
  clear: both;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 44px;
  line-height: 64px;
  font-weight: 700;
  max-width: 610px;
  margin-top: 93px;
}
.container {
  position: relative;
}
.redik {
  color: #f1383e;
  font-size: 50px;
}
.exclusive {
  font-size: 54px;
}
.container {
  max-width: 1055px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
}
.header_banner .container {
  max-width: 1010px;
}
.content {
  max-width: 1055px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
}
.name_comp {
  display: block;
  width: 100%;
  color: #fefefe;
  font-size: 15px;
  font-weight: 300;
  margin-top: 21px;
}
.fp-section {
  position: relative;
}
.scale_ov {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
}
.need_button {
  width: 100%;
  margin-top: 60px;
}
.site_roz {
  display: inline-block;
  border: 2px solid #e5e5e5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  padding-left: 53px;
  padding-right: 18px;
  background: url(../img/ico1.png) no-repeat left 14px center;
  margin-right: 10px;
  position: relative;
}
.site_roz:hover:before {
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b9262a;
  position: absolute;
  top: -2px;
  width: calc(100% - 46px);
}
.site_roz:hover:after {
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b9262a;
  position: absolute;
  bottom: -2px;
  width: calc(100% - 46px);
}
.opt_site {
  display: inline-block;
  border: 2px solid #e5e5e5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  padding-left: 45px;
  padding-right: 18px;
  background: url(../img/ico2.png) no-repeat left 10px center;
  position: relative;
  margin-right: 15px;
}
.opt_site:hover:before {
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b9262a;
  position: absolute;
  top: -2px;
  width: calc(100% - 46px);
}
.opt_site:hover:after {
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b9262a;
  position: absolute;
  bottom: -2px;
  width: calc(100% - 46px);
}

.predzakaz {
  display: inline-block;
  border: 2px solid #e5e5e5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  padding-left: 45px;
  padding-right: 15px;
  background: url(../img/ico2.png) no-repeat left 11px center;
  position: relative;
}
.predzakaz:hover:before {
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b9262a;
  position: absolute;
  top: -2px;
  width: calc(100% - 46px);
}
.predzakaz:hover:after {
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b9262a;
  position: absolute;
  bottom: -2px;
  width: calc(100% - 46px);
}

.video_soon {
  float: left;
  width: 56%;
  overflow: hidden;
  position: relative;
}
.play_vid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../img/play.png) no-repeat center;
  border: none;
  border-radius: 5000px;
}
.my-background-video {
  max-width: 100%;
  height: 500px;
  overflow: hidden;
}
.histor_info {
  width: 100%;
}
.brand_ovl {
  width: 44%;
  float: left;
  padding-right: 31px;
}
.brand_histor_desc {
  width: 100%;
  box-shadow: 0 10px 31px rgba(0, 0, 0, 0.2);
  padding-left: 29px;
  padding-right: 31px;
}
.title_histor {
  display: inline-block;
  width: 100%;
  color: #141414;
  font-size: 25px;
  font-weight: 700;
  margin-top: 27px;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 6px;
}
.title_histor:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #e15a5e;
  left: 0;
  bottom: 0;
}
.desc_fst {
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  width: 100%;
  display: inline-block;
}
.philosophy {
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 8px;
  padding-bottom: 5px;
}
.philosophy i {
  color: #e0e0e0;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -11px;
  z-index: -1;
}
.bottom_desc_hist {
  width: 100%;
  padding-top: 23px;
  display: inline-block;
  padding-right: 27px;
}
.addrs_inf {
  display: inline-block;
  color: #2e2d2d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 470px;
}
.buttons_sector {
  float: right;
  padding-top: 7px;
}
.site_roz_red {
  display: inline-block;
  color: #c62e32;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #c62e32;
  text-decoration: none;
  text-align: center;
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 8px;
  margin-right: 30px;
  padding-bottom: 8px;
}
.site_roz_red:hover {
  background-color: #c62e32;
  color: #fff;
}
.opt_site_red {
  display: inline-block;
  color: #c62e32;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #c62e32;
  text-decoration: none;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.opt_site_red:hover {
  background-color: #c62e32;
  color: #fff;
}
.children {
  background: url(../img/bg3.png) no-repeat center;
  background-size: cover;
}
.garant {
  width: 100%;
  float: left;
}
.garant_info {
  float: left;
  width: 40.5%;
  padding-right: 52px;
}
.info_garant_title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
}
.desc_garant {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 7px;
  display: block;
}
.children .container {
  max-width: 1010px;
}
* {
  outline: none !important;
}
.download_price {
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-right: 23px;
  padding-left: 72px;
  border: 2px solid #f1383e;
  position: relative;
  background: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 44px;
  text-decoration: none;
}
.download_price:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 48px;
  height: calc(100% + 2px);
  background: url(../img/ico3.png) no-repeat center;
  background-color: #f1383e;
}
.garant_slider_ovl {
  width: 59.5%;
  float: left;
  padding-right: 5px;
  margin-bottom: 130px;
}
.garant_slidert {
  min-height: 100px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3);
  background-color: #292929;
}
.garant_slidert .slick-dots {
  position: absolute;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
}
.garant_slidert .slick-dots li {
  float: left;
  list-style: none;
  margin-left: 3px;
  margin-right: 3px;
}
.garant_slidert .slick-dots li.slick-active button,
.garant_slidert .slick-dots li:hover button {
  width: 10px;
  height: 10px;
  border: 2px solid #7a7a7a;
  background: transparent;
  margin-top: -3px;
}
.garant_slidert .slick-dots li button {
  border: none;
  width: 5px;
  height: 5px;
  display: block;
  font-size: 1px;
  color: transparent;
  padding: 0;
  background-color: #7a7a7a;
}
.slider_init {
  width: 100%;
  float: left;
  margin-bottom: -99px;
}
.garant_slidert {
  width: 100%;
  display: inline-block;
  padding-top: 25px;
}
.garant_slidert .slick-arrow {
  display: none !important;
}
.sld_one_init img {
  display: table;
  float: none;
  margin: 0px auto;
  max-width: 100%;
}
.soc_vk {
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/icon/vk.svg) no-repeat center;
  background-size: contain;
}
.soc_vk:hover {
  opacity: 0.8;
}
.soc_fb {
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/icon/fb.svg) no-repeat center;
  background-size: contain;
}
.soc_fb:hover {
  opacity: 0.8;
}
.soc_inst {
  display: block;
  width: 24px;
  height: 14px;
  background: url(../img/icon/instagram.svg) no-repeat center;
  background-size: contain;
}
.soc_inst:hover {
  opacity: 0.8;
}
.gray_lst .soc_vk {
  background: url(../img/icon/vk-gray.svg) no-repeat center;
  background-size: contain;
}
.gray_lst .soc_fb {
  background: url(../img/icon/fb-gray.svg) no-repeat center;
  background-size: contain;
}
.gray_lst .soc_inst {
  background: url(../img/icon/in-gray.svg) no-repeat center;
  background-size: contain;
}
.social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 129px;
  z-index: 50;
  margin-bottom: 0;
}
.el_soc {
  list-style: none;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  display: block;
  margin-top: 26px;
  margin-bottom: 26px;
}
.gray_lst .link_soc {
  color: #858585;
}
.gray_lst_t .link_soc {
  color: #a9a5a5;
}
.link_soc {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 80;
  padding-top: 40px;
}
#header .container {
  position: absolute;
  left: 105px;
  transform: translateX(0);
  max-width: 100%;
  top: 40px;
}
.logo {
  float: left;
  padding-top: 9px;
}
.line {
  float: left;
  width: 126px;
  height: 1px;
  background: #c83439;
  margin-top: 32px;
  margin-left: 3px;
}
.open_menu_bl {
  float: left;
}
.open_menu {
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
  padding: 0;
  margin: 0;
  background: url(../img/icon/menu-red.svg) no-repeat center;
  background-size: 65px;
}
.open_menu:hover {
  background: url(../img/icon/menu-hover.svg) no-repeat center;
  background-size: 65px;
}
.phone_header {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 121px;
  padding-left: 64px;
  background: url(../img/icon/mobile-red.svg) no-repeat center left;
  background-size: 65px;
  height: 65px;
  margin-left: 0px;
}
.phone_header:hover {
  background: url(../img/icon/mobile-hover.svg) no-repeat center left;
  background-size: 65px;
}
.phont {
  display: inline-block;
  position: relative;
  left: 11px;
  top: -28px;
}
.r_info {
  float: right;
}
.download_price_header {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  background: url(../img/icon/download-white.svg) no-repeat left center;
  background-size: 16px;
  padding-left: 30px;
  line-height: 55px;
  float: right;
  position: fixed;
  right: 129px;
  top: 43px;
}
.download_price_header:hover {
  text-decoration: none;
}
.ftr_info {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 72px;
  background: url(../img/ftr.png) repeat center;
}
.children .container {
  bottom: 0;
  transform: translate(-50%, 0);
}
.ftr_ll {
  display: inline-block;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
  margin-top: 28px;
  margin-bottom: 5px;
}
.rt_sid_ftr {
  color: #737373;
  font-size: 13px;
  font-weight: 400;
  display: block;
  float: right;
  margin-top: 22px;
  line-height: 26px;
  padding-left: 36px;
  background: url(../img/ziziphus-logo.png) no-repeat left center;
}
.rt_sid_ftr a {
  text-decoration: none;
  color: #737373;
}
.title_cnt {
  color: #141414;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 24px;
  width: 100%;
  display: inline-block;
}
.fp-section {
  overflow: hidden;
}
.inside_ftr {
  width: 100%;
  display: inline-block;
  position: relative;
}
.inside_ftr iframe {
  width: 100%;
  height: 265px;
  border: none;
  display: inline-block;
}
.bottom_vl {
  position: absolute;
  right: 13px;
  top: 13px;
  background: #fff;
  z-index: 20;
  padding-left: 62px;
  padding-right: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.log_addres {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  display: block;
  clear: both;
  position: relative;
}
.log_addres:before {
  content: '';
  display: block;
  background: url(../img/icon/location.svg) no-repeat center;
  position: absolute;
  left: -29px;
  top: 18px;
  width: 14px;
  background-size: cover;
  height: 18px;
}
.log_phon {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  display: block;
  text-decoration: none;
  clear: both;
  position: relative;
}
.log_phon:before {
  content: '';
  display: block;
  background: url(../img/icon/phone.svg) no-repeat center;
  position: absolute;
  left: -29px;
  top: 17px;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.log_email {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
  display: block;
  clear: both;
  position: relative;
}
.log_email:before {
  content: '';
  display: block;
  background: url(../img/icon/email.svg) no-repeat center;
  position: absolute;
  left: -29px;
  top: 19px;
  background-size: cover;
  width: 18px;
  height: 14px;
}
.days_w {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  display: block;
  clear: both;
  position: relative;
}
.days_w:before {
  content: '';
  display: block;
  background: url(../img/icon/clock.svg) no-repeat center;
  position: absolute;
  background-size: cover;
  left: -29px;
  top: 17px;
  width: 16px;
  height: 16px;
}
/*
.fp-section>.container>.scale_ov{
  transform: scale(0.9) translateY(-50%);
}*/
.ovl_formus,
.el_ftr_form {
  display: inline-block;
  width: 100%;
}
.stl_ovl_fields {
  margin: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.inpts_fields {
  width: 100%;
  height: 44px;
  margin-bottom: 8px;
  border: 1px solid #e8e8e8;
  background-color: #eeeeee;
  color: #808080;
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 20px;
}
.inpts_fields:focus {
  border: 1px solid #aaaaaa;
  background: #fff;
}
.arefilds {
  width: 100%;
  height: 148px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  background-color: #eeeeee;
  color: #808080;
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 18px;
  resize: none;
}
.arefilds:focus {
  border: 1px solid #aaaaaa;
  background: #fff;
}
.open_menu i {
  font-size: 24px;
  text-transform: uppercase;
  color: #c83439;
}
.small_window {
  position: relative;
}
.small_window#header {
  padding-top: 40px;
}
.small_window .download_price_header {
  color: #b9262a;
}
.small_window .download_price_header {
  background: url(../img/icon/download.svg) no-repeat left center;
  background-size: 16px;
}
.small_window .logo {
  display: none;
}
.small_window .phont {
  display: none;
}
.small_window .line {
  position: absolute;
  width: calc( 100% - 545px );
  margin-top: 32px;
  left: 142px;
}
.small_window_next {
  position: relative;
}
.small_window_next#header {
  padding-top: 40px;
}
.small_window_next .logo {
  display: none;
}
.small_window_next .phont {
  display: none;
}
.small_window_next .line {
  position: absolute;
  width: calc( 100% - 545px );
  margin-top: 32px;
  left: 142px;
}
/*.controls button[data-state="play"] {
   background-image: url('data:image/png;base64,iVBORw0KGgoAAA ... ');
}*/
video {
  object-fit: cover;
}
@media (max-width: 1400px) {
  .club .scale_ov {
    bottom: 49px;
    top: auto;
    transform: translateY(0);
  }
  .contacts .scale_ov,
  .children .scale_ov {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .contacts > .container {
    top: auto;
    bottom: 68px;
  }
}
.menu_info {
  position: fixed;
  top: 0;
  max-height: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  background-color: #c32f33;
  width: 100%;
  max-width: 441px;
  z-index: 999;
  left: -100%;
}
.close_menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 997;
}
.close_menu:before {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/icon/close.svg) no-repeat center;
  position: absolute;
  left: 441px;
  top: 39px;
  background-size: 65px;
  cursor: pointer;
}
.soc_link_fill {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 73px;
  background-color: #ad2a2e;
  padding-top: 38px;
}
.write_us {
  display: inline-block;
  border: none;
  color: #c32f33;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  padding-left: 81px;
  padding-right: 81px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 30px;
  margin-bottom: 154px;
}
.write_us:hover {
  opacity: 0.8;
}
.list_social {
  opacity: 0.4;
  text-align: center;
  padding-left: 18px;
}
.menu_infos {
  padding-left: 127px;
  padding-right: 28px;
  padding-top: 62px;
}
#top-menu li {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
}
#top-menu li a {
  width: 100%;
  display: inline-block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 14px;
  position: relative;
}
#top-menu li a:hover:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dce1e3;
  opacity: 0.3;
}
.sub_form {
  width: 100%;
  border: none;
  height: 44px;
  border: 2px solid #c62e32;
  background-color: #c62e32;
  margin-top: 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 28px;
}
#fp-nav {
  position: fixed;
  width: 16px;
  z-index: 90;
  top: 50%;
  transform: translateY(-50%);
  left: 125px;
}
#fp-nav ul {
  position: relative;
}
#fp-nav ul:after {
  content: '';
  position: absolute;
  bottom: -192px;
  width: 14px;
  height: 179px;
  left: -2px;
  background: url(../img/down.svg) no-repeat center top;
}
#fp-nav ul.rotate:after {
  transform: rotate(180deg);
}
#fp-nav ul.gray a {
  border-color: #949494;
}
#fp-nav ul.gray a.active,
#fp-nav ul.gray a:hover {
  background: #b9262a;
  border: 1px solid #b9262a;
}
#fp-nav ul.gray:after {
  background: url(../img/down2.png) no-repeat center top;
  background-size: 14px 164px;
}
#fp-nav li {
  margin-bottom: 13px;
  list-style: none;
}
#fp-nav a {
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #b9262a;
  transform: rotate(-45deg);
}
#fp-nav a:hover {
  background: #b9262a;
}
#fp-nav a.active {
  background: #b9262a;
}
.fp-tooltip {
  display: none;
}
@media (max-width: 1366px) {
  #fp-nav {
    display: none;
  }
}
@media (max-width: 991px) {

  .container {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transform: translateX(0%);
    width: 100%;
  }
  .home_info {
    font-size: 26px;
    line-height: 1.3;
  }
  .exclusive {
    font-size: 32px;
  }
  .redik {
    font-size: 30px;
    width: 100%;
    display: inline-block;
  }
  .need_button {
    margin-top: 30px;
  }
  #header {
    display: none;
  }
  .video_soon {
    width: 100%;
    margin-top: 25px;
  }
  .brand_ovl {
    margin-top: 25px;
    width: 100%;
    padding-right: 0;
  }
  .title_histor {
    font-size: 22px;
  }
  .brand_histor_desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .addrs_inf {
    width: 100%;
    max-width: 100%;
  }
  .bottom_desc_hist {
    padding-right: 0;
  }
  .buttons_sector {
    display: table;
    float: none;
    margin: 0px auto;
    padding-top: 18px;
    margin-bottom: 30px;
  }
  .site_roz,
  .opt_site {
    margin-bottom: 30px;
  }
  .scale_ov {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transform: translateX(0%);
    width: 100%;
  }
  .fp-section {
    width: 100%;
    display: inline-block;
  }
  .garant_info {
    width: 100%;
    padding-right: 0;
    padding-top: 35px;
  }
  .desc_garant {
    padding-top: 0;
    padding-bottom: 0;
  }
  .download_price {
    padding-left: 60px;
    padding-right: 15px;
  }
  .garant_slider_ovl {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .social {
    display: none;
  }
  .children .container {
    transform: translate(0, 0);
  }
  .my-background-video {
    height: auto;
  }
  .club .scale_ov {
    bottom: 0;
  }
  .contacts > .container {
    bottom: 0;
    padding-top: 26px;
  }
  #header {
    padding: 20px;
    position: absolute;
    display: block;
  }
  #header .container {
    left: 0;
  }
  #header .container {
    top: 12px;
  }
  .logo img {
    max-width: 160px;
  }
  .line {
    display: none;
  }
  .open_menu {
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .open_menu_bl {
    padding-left: 6px;
  }
  .phone_header {
    font-size: 1px;
    color: transparent;
    padding-left: 45px;
    background-size: 45px !important;
    height: 45px;
  }
  .r_info {
    display: none;
  }
  .soc_link_fill {
    width: 40px;
  }
  .menu_info {
    max-width: 250px;
    overflow-y: scroll;
  }
  .list_social {
    padding-left: 7px;
    padding-top: 20px;
  }
  .menu_infos {
    padding-left: 50px;
    padding-top: 40px;
  }
  .el_fin {
    margin-bottom: 10px;
  }
  .write_us {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
  }
  .close_menu:before {
    top: 10px;
    left: 250px;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .open_menu:hover {
    background-size: 45px;
  }
  .link_fin {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .menu_infos {
    padding-top: 20px;
  }
  .write_us {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bottom_vl {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ftr_info {
    position: relative;
  }
  .ftr_ll {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  .rt_sid_ftr {
    display: table;
    float: none;
    margin: 0px auto;
    margin-bottom: 28px;
  }
  .sld_one_init img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .el_ftr_form {
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 528px) {
  .site_roz_red {
    display: table;
    float: none;
    margin: 0px auto;
    margin-bottom: 15px;
  }
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  clear: both;
  border-color: #b9262a;
}