#wrapper,
#prev,
#next {
  /*border-top: 1px solid #999;*/
  /*border-bottom: 1px solid #999;*/
  height: 170px;
  position: absolute;
}
#wrapper {
  width: 100%;
  /*left: 5%;*/
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
}
#carousel img {
  margin: 10px 5px;
  border: none;
  display: block;
  float: left;
}

.wrap--flex {
  display: flex;
}

#prev,
#next {
  background: center center no-repeat #ccc;
  width: 40px;
}
#prev:hover,
#next:hover {
  opacity: 0.7;
}
#prev {
  /*background-image: url('../img/gui-prev.png');*/
  /*left: 0;*/

  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../img/gui-prev.png) no-repeat 50% white;
  left: 0;
  margin: auto;
  top: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  opacity: 0.4;
}
#next {
  /*background-image: url('../img/gui-next.png');*/
  /*right: 0;*/

  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../img/gui-next.png) no-repeat 50% white;
  right: 0;
  margin: auto;
  top: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  opacity: 0.4;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: a;
  animation-name: a;
}

@-webkit-keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@font-face {
  font-family: muller;
  font-display: swap;
  src: url(../fonts/mullerregular-webfont.eot);
  src: url(../fonts/mullerregular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/mullerregular-webfont.woff2) format("woff2"),
    url(../fonts/mullerregular-webfont.woff) format("woff"),
    url(../fonts/mullerregular-webfont.ttf) format("truetype"),
    url(../fonts/mullerregular-webfont.svg#muller_regularregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: mullerlight;
  font-display: swap;
  src: url(../fonts/mullerlight-webfont.eot);
  src: url(../fonts/mullerlight-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/mullerlight-webfont.woff2) format("woff2"),
    url(../fonts/mullerlight-webfont.woff) format("woff"),
    url(../fonts/mullerlight-webfont.ttf) format("truetype"),
    url(../fonts/mullerlight-webfont.svg#mullerlight) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: muller;
  font-display: swap;
  src: url(../fonts/mullermedium-webfont.eot);
  src: url(../fonts/mullermedium-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/mullermedium-webfont.woff2) format("woff2"),
    url(../fonts/mullermedium-webfont.woff) format("woff"),
    url(../fonts/mullermedium-webfont.ttf) format("truetype"),
    url(../fonts/mullermedium-webfont.svg#mullermedium) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: muller;
  font-display: swap;
  src: url(../fonts/mullerbold-webfont.eot);
  src: url(../fonts/mullerbold-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/mullerbold-webfont.woff2) format("woff2"),
    url(../fonts/mullerbold-webfont.woff) format("woff"),
    url(../fonts/mullerbold-webfont.ttf) format("truetype"),
    url(../fonts/mullerbold-webfont.svg#mullerbold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: muller;
  font-display: swap;
  src: url(../fonts/mullerextrabold-webfont.eot);
  src: url(../fonts/mullerextrabold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/mullerextrabold-webfont.woff2) format("woff2"),
    url(../fonts/mullerextrabold-webfont.woff) format("woff"),
    url(../fonts/mullerextrabold-webfont.ttf) format("truetype"),
    url(../fonts/mullerextrabold-webfont.svg#mullerextrabold) format("svg");
  font-weight: 900;
  font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: 700;
}

html {
  position: static !important;
  top: 0 !important;
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

:focus {
  outline: 0;
}

#map {
  height: 100%;
}

.controls {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 29px;
  margin-left: 17px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

.controls:focus {
  border-color: #4d90fe;
}

* {
  color: #333;
  padding: 0;
  margin: 0;
}

.fixSlide {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0 !important;
}

.slider_block {
  opacity: 1;
}

.slider_block,
.slider_block * {
  -webkit-transition: width 0s ease-in-out, left 0s ease-in-out;
  transition: width 0s ease-in-out, left 0s ease-in-out;
}

body {
  font-family: muller, sans-serif;
}

.wrap,
body.overflow {
  overflow: hidden;
}

.wrap {
  width: 1180px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

h4.block_title {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.top {
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.top .wrap {
  overflow: visible;
}

.top .logo {
  float: left;
  margin-top: 15px;
  margin-right: 170px;
  max-width: 130px;
}

.top .logo svg {
  width: 100%;
}

.top .top_block {
  float: left;
}

.top .top_block .top_block__nav {
  width: 100%;
  padding-bottom: 36px;
}

.top .top_block .top_block__nav ul li {
  float: left;
}

.top .top_block .top_block__nav.nav_one {
  margin-top: 15px;
  padding-left: 13px;
}

.top .top_block .top_block__nav.nav_one nav > ul > li {
  padding-left: 13px;
  margin-right: 2.8%;
  padding-right: 5px;
  height: 25px;
  background: url(../img/str_min.png) no-repeat left 7px;
  position: relative;
}

.top .top_block .top_block__nav.nav_one nav > ul > li.no_ic {
  background: none;
}

.top .top_block .top_block__nav.nav_one nav > ul > li a {
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
}

.top .top_block .top_block__nav.nav_one nav > ul > li:hover {
  border-bottom: 2px solid #eb071e;
}

.top .top_block .top_block__nav.nav_one nav > ul > li:hover > ul {
  display: block;
}

.top .top_block .top_block__nav.nav_one nav > ul > li > ul {
  width: 250px;
  background: #ececed;
  overflow: hidden;
  position: absolute;
  top: 23px;
  left: 0;
  display: none;
  z-index: 4;
}

.top .top_block .top_block__nav.nav_one nav > ul > li > ul > li {
  display: block;
  width: 100%;
  height: 50px;
  float: none;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top .top_block .top_block__nav.nav_one nav > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 13px;
  box-sizing: border-box;
  line-height: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top .top_block .top_block__nav.nav_one nav > ul > li > ul > li:hover {
  background: #eb071e;
}

.top .top_block .top_block__nav.nav_one nav > ul > li > ul > li:hover > a {
  color: #fff;
}

.top .top_block .top_block__nav.nav_one .search {
  width: 190px;
  height: 35px;
  float: right;
  position: relative;
  margin-right: 25px;
}

.top .top_block .top_block__nav.nav_one .search .search_button {
  width: 19px;
  height: 18px;
  /* background: url(../img/search.png) no-repeat 50%; */
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.top .top_block .top_block__nav.nav_one .search .search_button:hover {
  background: url(../img/search_h.png) no-repeat 50%;
}

.top .top_block .top_block__nav.nav_one .search .search_open {
  position: absolute;
  top: 0;
  height: 25px;
  display: none;
  width: 100%;
}

.top .top_block .top_block__nav.nav_one .search .search_open input {
  border: 0;
  width: 100%;
  height: 23px;
  box-sizing: border-box;
  padding-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

.top .top_block .top_block__nav.nav_one .search .search_open input:focus {
  border-bottom: 1px solid #eb071e;
}

.top
  .top_block
  .top_block__nav.nav_one
  .search
  .search_open
  input::-webkit-input-placeholder {
  color: #eb071e;
}

.top .top_block .top_block__nav.nav_two {
  margin-top: 0;
}

.top .top_block .top_block__nav.nav_two > nav > ul > li {
  height: 49px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.top .top_block .top_block__nav.nav_two > nav > ul > li > a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 600;
  line-height: 49px;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 25px;
}

.top .top_block .top_block__nav.nav_two > nav > ul > li:hover {
  border-bottom: 2px solid #eb071e;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li:hover
  > .show_navigation {
  height: auto;
}

.top .top_block .top_block__nav.nav_two > nav > ul > li.no_ic {
  background: #fff;
}

.top .top_block .top_block__nav.nav_two > nav > ul > li .show_navigation {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  background: #ececed;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.top .top_block .top_block__nav.nav_two > nav > ul > li .show_navigation .wrap {
  padding-left: 315px;
  padding-right: 65px;
  overflow: hidden;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block {
  width: 297.5px;
  float: left;
  height: 100%;
  border-right: 1px solid #ccc;
  vertical-align: top;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block.three_block {
  width: 202px;
  border-right: 0;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li
  a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li
  a
  p {
  color: #606060;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li
  a
  p
  span {
  display: block;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 15px;
  color: #eb071e;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:last-child {
  border-bottom: 0;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:hover {
  background: #eb071e;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:hover
  p,
.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:hover
  p
  span {
  color: #fff;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three {
  width: 100%;
  height: 52.5px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three
  a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #eb071e;
  text-decoration: none;
  line-height: 52.5px;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three:last-child {
  border-bottom: 0;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three:hover {
  background: #eb071e;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three:hover
  a {
  color: #fff;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr.two_wr {
  border-right: 0;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr.two_wr
  .show_navigation_ul_block {
  width: 33.3%;
  border-right: 1px solid #ccc;
}

.top
  .top_block
  .top_block__nav.nav_two
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr.two_wr
  .show_navigation_ul_block.last-child {
  border-right: 0;
}

.slider_block {
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.slider_block .slider_block__item {
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.slider_block .slider_block__item p {
  line-height: 1;
}

.slider_block .slider_block__item p.slider_text_p_one {
  font-size: 30px;
  color: #333;
  margin-top: 115px;
  margin-bottom: 20px;
}

.slider_block .slider_block__item p.slider_text_p_two {
  font-size: 60px;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.slider_block .slider_block__item p.slider_text_p_two span {
  display: block;
  color: #eb071e;
}

.slider_block .slider_block__item p.slider_text_p_three {
  font-size: 40px;
  color: #333;
  line-height: 1.3;
}

.slider_block .slider_block__item p.slider_text_p_three span {
  display: block;
  font-weight: 700;
  color: #eb071e;
}

.slider_block .slider_block__item a {
  width: 320px;
  height: 60px;
  background: #eb071e;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 60px;
  margin-top: 60px;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider_block .slider_block__item a:hover {
  opacity: 0.8;
}

.slider_block .owl-controls .owl-prev {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../img/prev.png) no-repeat 50%;
  left: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider_block .owl-controls .owl-prev:hover {
  background: url(../img/prev_h.png) no-repeat 50%;
}

.slider_block .owl-controls .owl-next {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../img/next.png) no-repeat 50%;
  right: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider_block .owl-controls .owl-next:hover {
  background: url(../img/next_h.png) no-repeat 50%;
}

.slider_block .owl-controls .owl-dots {
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-align: center;
}

.slider_block .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #afafaf;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
}

.slider_block .owl-controls .owl-dots .owl-dot.active {
  background: #eb071e;
}

.block_one {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.block_one .block_one__text {
  width: 100%;
  overflow: hidden;
}

.block_one .block_one__text .block_one__text_left {
  width: 770px;
  overflow: hidden;
  float: left;
}

.block_one .block_one__text .block_one__text_left h4 {
  color: #606060;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.block_one .block_one__text .block_one__text_left p.podtitle {
  font-size: 22px;
}

.block_one .block_one__text .block_one__text_left p {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}

.block_one .block_one__text .block_one__text_left p a {
  color: #eb071e;
  text-decoration: none;
}

.block_one .block_one__text .block_one__text_right {
  width: 287px;
  float: right;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  min-height: 313px;
}

.block_one .block_one__text .block_one__text_right img {
  margin-bottom: 15px;
}

.block_one .block_one__text .block_one__text_right p {
  font-size: 22px;
}

.block_one .block_one__text .block_one__text_right p span {
  display: block;
  font-size: 15px;
  color: #eb071e;
  margin-top: 10px;
}

.block_one__items {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.block_one__items .block_one__item {
  width: 33.3%;
  height: 390px;
  float: left;
  position: relative;
}

.block_one__items .block_one__item .block_one__item_text {
  position: absolute;
  height: 80px;
  background: #fff;
  overflow: hidden;
  left: 0;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.block_one__items .block_one__item .block_one__item_text span {
  font-size: 27px;
  color: #606060;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 12px;
}

.block_one__items .block_one__item .block_one__item_text h4 {
  font-size: 27px;
  color: #606060;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 12px;
}

.block_one__items .block_one__item .block_one__item_text p {
  color: #eb071e;
  font-size: 16px;
}

.block_one__items .block_one__item .border_hover {
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #eb071e;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: 0.3s all linear;
}

.block_one__items .block_one__item:hover .border_hover {
  opacity: 1;
}

.block_one__lists {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}

.block_one__lists .block_one__list {
  width: 50%;
  height: 100px;
  float: left;
  overflow: hidden;
  padding-right: 35px;
  margin-bottom: 20px;
}

.block_one__lists .block_one__list .icon {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  margin-right: 20px;
}

.block_one__lists .block_one__list p {
  width: 420px;
  display: inline-block;
  vertical-align: top;
}

.block_video {
  width: 100%;
  height: 510px;
  overflow: hidden;
  background: url(../img/video_bd.jpg) no-repeat 50% / cover;
}

.block_video .block_video_link {
  float: left;
  margin-top: 120px;
  overflow: hidden;
  margin-right: 95px;
}

.block_video .block_video_link svg text {
  fill: #fff;
  font-family: muller;
}

.block_video .block_video_link svg > g > g > path,
.block_video .block_video_link svg > g > path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.block_video .block_video_link:hover svg > g > g > path {
  fill: #eb071e;
}

.block_video .block_video_link:hover svg > g > path {
  -webkit-transform: scale(1.1) translateX(-18px) translateY(-10px);
  transform: scale(1.1) translateX(-18px) translateY(-10px);
}

.block_video p {
  color: #fff;
  font-size: 30px;
  margin-top: 170px;
}

.block_reviews {
  padding-top: 50px;
  padding-bottom: 70px;
}

.review-img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  background: lightgray;
  margin-right: 15px;
}

.reviews_list .item {
  display: flex;
  margin-right: 10px;
}

.block_reviews,
.block_reviews .reviews_list {
  overflow: hidden;
}

.block_reviews .owl-controls .owl-prev {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../img/prev.png) no-repeat 50%;
  left: 0;
  margin: auto;
  top: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_reviews .owl-controls .owl-prev:hover {
  background: url(../img/prev_h.png) no-repeat 50%;
}

.block_reviews .owl-controls .owl-next {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../img/next.png) no-repeat 50%;
  right: 0;
  margin: auto;
  top: 0;
  color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_reviews .owl-controls .owl-next:hover {
  background: url(../img/next_h.png) no-repeat 50%;
}

.block_reviews p {
  font-size: 16px;
  color: #333;
  text-align: left;
  width: 380px !important;
  display: block;
  /*max-height: 90px;*/
  margin-bottom: 20px;
}

.item-footer p {
  font-size: 18px;
  color: #333;
  text-align: center;
  width: 760px !important;
  display: block;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.block_reviews .name {
  color: #8f8f8f;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}

.block_reviews .name span {
  display: block;
  font-family: mullerlight;
  font-weight: 300;
}

.block_reviews .reviews_links {
  width: 760px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.block_reviews .reviews_links a.retain_review {
  width: 240px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #eb071e;
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  line-height: 48px;
  text-decoration: none;
  margin-top: 60px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_reviews .reviews_links a.retain_review:hover {
  background: #eb071e;
  color: #fff;
}

.block_reviews .reviews_links a.all_reviews {
  position: absolute;
  right: 0;
  margin: auto;
  font-size: 18px;
  color: #eb071e;
  padding-right: 25px;
  background: url(../img/str_link.png) no-repeat 100%;
  text-decoration: none;
  bottom: 16px;
}

.block_reviews .reviews_links a.all_reviews:hover {
  text-decoration: underline;
}

.block_form {
  width: 100%;
  height: 630px;
  overflow: hidden;
  position: relative;
}

.block_form .bg_form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block_form .bg_form .bg_form_fff {
  width: 33.5%;
  height: 100%;
  /* background: url(../img/bg_fff.png) repeat-x; */
  position: absolute;
  left: 0;
  top: 0;
}

.block_form .bg_form .bg_form_ccc {
  width: 66.5%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  /* background: url(../img/bg_ccc.jpg) repeat-x; */
}

.block_form .bg_form .bg_form_men {
  position: absolute;
  width: 604px;
  height: 630px;
  left: 33.5%;
  margin-left: -333px;
  background: url(../img/men.png) no-repeat 50%;
}

.block_form .wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.block_form .wrap .block_form__item {
  float: right;
  width: 522px;
  overflow: hidden;
}

.block_form .wrap .block_form__item > p {
  color: #333;
  font-size: 18px;
}

.block_form .wrap .block_form__item > p span {
  font-weight: 700;
}

.block_form .wrap .block_form__item p.form_title {
  font-size: 40px;
  margin-top: 70px;
  line-height: 1;
  margin-bottom: 40px;
}

.block_form .wrap .block_form__item form {
  display: block;
  margin-top: 40px;
  overflow: hidden;
}

.block_form .wrap .block_form__item form input {
  display: block;
  height: 40px;
  width: 380px;
  margin-bottom: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eb071e;
  font-size: 18px;
  color: #606060;
  font-family: mullerlight;
}

.block_form .wrap .block_form__item form input:focus {
  outline: 0;
  border-bottom: 1px solid #000;
}

.block_form .wrap .block_form__item form input::-webkit-input-placeholder {
  font-size: 18px;
  color: #606060;
  font-family: mullerlight;
}

.block_form .wrap .block_form__item form input:-moz-placeholder {
  font-size: 18px;
  color: #606060;
  font-family: mullerlight;
}

.block_form .wrap .block_form__item form button {
  width: 280px;
  height: 50px;
  border-radius: 50px;
  background: #eb071e;
  color: #fff;
  border: 0;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_form .wrap .block_form__item form button:hover {
  opacity: 0.8;
}

.block_form .wrap .block_form__item form button:focus {
  outline: 0;
}

.block_form .wrap .block_form__item form p {
  width: 380px;
  font-size: 16px;
  color: #606060;
  line-height: 1.6;
}

.footer {
  width: 100%;
  height: 275px; /*height: 240px;*/
  background: #333;
}

.footer .footer_top {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #454545;
}

.footer .footer_top .footer_top_left {
  float: left;
}

.footer .footer_top .footer_top_left li {
  display: inline-block;
  height: 80px;
  float: left;
  vertical-align: middle;
  margin-right: 40px;
}

.footer .footer_top .footer_top_left li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 80px;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer .footer_top .footer_top_left li a span.icon {
  float: left;
  margin-right: 10px;
}

.footer .footer_top .footer_top_left li:last-child {
  margin-right: 0;
}

.footer .footer_top .footer_top_left li.one a span.icon svg {
  margin-top: 19px;
}

.footer .footer_top .footer_top_left li.two a span.icon svg {
  margin-top: 28px;
}

.footer .footer_top .footer_top_left li:hover a {
  color: #eb071e;
}

.footer .footer_top .footer_top_right {
  float: right;
  overflow: hidden;
  height: 80px;
}

.footer .footer_top .footer_top_right .soc_item {
  width: 80px;
  height: 80px;
  float: left;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.footer .footer_top .footer_top_right .soc_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_top_right .soc_item.soc_one span.icon {
  display: block;
  width: 11px;
  height: 23px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer .footer_top .footer_top_right .soc_item.soc_one:hover span.icon svg,
.footer
  .footer_top
  .footer_top_right
  .soc_item.soc_one:hover
  span.icon
  svg
  path {
  fill: #fff;
}

.footer .footer_top .footer_top_right .soc_item.soc_two span.icon {
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer .footer_top .footer_top_right .soc_item.soc_two:hover span.icon svg,
.footer
  .footer_top
  .footer_top_right
  .soc_item.soc_two:hover
  span.icon
  svg
  path {
  fill: #fff;
}

.footer .footer_top .footer_top_right .soc_item.soc_three span.icon {
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer .footer_top .footer_top_right .soc_item.soc_three:hover span.icon svg,
.footer
  .footer_top
  .footer_top_right
  .soc_item.soc_three:hover
  span.icon
  svg
  path {
  fill: #fff;
}

.footer .footer_top .footer_top_right .soc_item.soc_four span.icon {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer .footer_top .footer_top_right .soc_item.soc_four:hover span.icon svg,
.footer
  .footer_top
  .footer_top_right
  .soc_item.soc_four:hover
  span.icon
  svg
  path {
  fill: #fff;
}

.footer .footer_top .footer_top_right .soc_item:hover {
  background: #606060;
}

.footer .footer_center {
  height: 60px; /*height: 81px;*/
  width: 100%;
  overflow: hidden;
}

.footer .footer_center a.footer_city {
  float: left;
  color: #d0d3d4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 81px;
}

.footer .footer_center a.footer_city span {
  margin-left: 15px;
}

.footer .footer_center a.footer_city span svg,
.footer .footer_center a.footer_city span svg path {
  fill: #d0d3d4;
}

.footer .footer_center p.footer_phone {
  float: left;
  line-height: 81px;
  margin-left: 35px;
  color: #d9dbdc;
}

.footer .footer_center p.footer_phone span {
  float: left;
  margin-right: 15px;
}

.footer .footer_center p.footer_phone span svg,
.footer .footer_center p.footer_phone span svg path {
  fill: #868686;
}

.footer .footer_bottom {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}

.footer .footer_bottom .footer_bottom__left {
  float: left;
  display: block;
  height: 30px;
}

.footer .footer_bottom .footer_bottom__left p {
  line-height: 30px;
  color: gray;
  font-size: 13px;
}

.footer .footer_bottom .footer_bottom__right {
  float: right;
  height: 30px;
}

.footer .footer_bottom .footer_bottom__right p {
  text-align: right;
  line-height: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 13px;
}

.footer .footer_bottom .footer_bottom__right p span.icon {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.footer .footer_bottom .footer_bottom__right p a {
  color: gray;
  text-decoration: none;
}

.footer .footer_bottom .footer_bottom__right p:hover span.icon svg,
.footer .footer_bottom .footer_bottom__right p:hover span.icon svg path,
.footer .footer_bottom .footer_bottom__right p:hover span.icon svg polygon {
  fill: #fff;
}

.footer .footer_bottom .footer_bottom__right p:hover a {
  color: #fff;
}

.sidebar {
  width: 260px;
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100vh;
  background: #f1f1f1;
  height: 100%;
  z-index: 4;
  overflow: hidden;
}

.sidebar.close {
  width: 0 !important;
}

.site {
  padding-right: 260px;
}

.sidebar_top,
.site {
  width: 100%;
  overflow: visible;
}

.sidebar_top {
  overflow: hidden;
  height: 105px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar_top p.phone {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 22px;
}

.sidebar_top p.phone span.icon {
  margin-right: 10px;
}

.sidebar_top.active {
  height: 60px;
}

.gist {
  padding-top: 19px;
  width: 100%;
}

.gist p {
  text-align: center;
  font-size: 11px;
  padding-left: 18px;
  color: #606060;
  text-transform: uppercase;
}

.gist p span {
  margin-left: 5px;
}

.gist p a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #eb071e;
  margin-left: 4px;
}

.sidebar_navigation {
  width: 100%;
  overflow: hidden;
}

.sidebar_navigation li {
  display: block;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #dce0e1;
  background: #f1f1f1;
}

.sidebar_navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  text-decoration: none;
  color: #333;
  line-height: 1;
  vertical-align: middle;
  padding-top: 28px;
}

.sidebar_navigation li a span.icon {
  display: inline-block;
  width: 37px;
  height: 37px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

.sidebar_navigation li a span.icon svg {
  width: 37px;
}

.sidebar_navigation li a p {
  display: inline-block;
  width: 100px;
  padding-top: 2px;
}

.sidebar_navigation li.item_one a:hover {
  background: #eb071e;
  color: #fff;
}

.sidebar_navigation li.item_one a:hover p {
  color: #fff;
}

.sidebar_navigation li.item_one a:hover span.icon svg,
.sidebar_navigation li.item_one a:hover span.icon svg path {
  fill: #fff;
}

.sidebar_navigation li.item_two a:hover,
.sidebar_navigation li.item_four a:hover {
  background: #eb071e;
  color: #fff;
}

.sidebar_navigation li.item_two a:hover p,
.sidebar_navigation li.item_four a:hover p {
  color: #fff;
}

.sidebar_navigation li.item_two a:hover span.icon svg,
.sidebar_navigation li.item_two a:hover span.icon svg path,
.sidebar_navigation li.item_four a:hover span.icon svg,
.sidebar_navigation li.item_four a:hover span.icon svg path {
  fill: #fff;
}

.sidebar_navigation li.item_three p {
  color: #fff;
}

.sidebar_navigation li.item_three a:hover {
  background: #db061c;
  color: #fff;
}

.sidebar_navigation li.item_three a:hover span.icon svg,
.sidebar_navigation li.item_three a:hover span.icon svg path,
.sidebar_navigation li.item_three a:hover span.icon svg polygon {
  fill: #fff;
}

.gist_form {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100vh;
  margin-top: -220px;
  z-index: -1;
}

.gist_form p {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #333;
  font-size: 17px;
  margin-bottom: 20px;
}

.gist_form p span.icon {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

.gist_form input {
  width: 210px;
  display: block;
  margin: auto;
  height: 50px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #b9bebf;
  color: #606060;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gist_form input:focus {
  outline: 0;
  color: #eb071e;
  border-bottom: 1px solid #eb071e;
}

.gist_form input:focus::-webkit-input-placeholder {
  color: #eb071e;
}

.gist_form input:focus:-moz-placeholder {
  color: #eb071e;
}

.gist_form input::-webkit-input-placeholder {
  color: #606060;
}

.gist_form input:-moz-placeholder {
  color: #606060;
}

.gist_form button {
  width: 220px;
  height: 50px;
  display: block;
  background: #fff;
  border: 0;
  text-transform: uppercase;
  color: #606060;
  font-size: 12px;
  margin: auto;
  border-radius: 50px;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gist_form button:hover {
  background: #eb071e;
  color: #fff;
}

.sidebar_wr {
  width: 260px;
  overflow: hidden;
}

.sidebar_wr.fixed {
  position: fixed;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0;
  right: 0;
  height: 100%;
}

.sidebar_wr.close {
  width: 0;
}

.close_sidebar {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 260px;
  top: 0;
  background: #eb071e;
  cursor: pointer;
  z-index: 4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.close_sidebar > svg {
  width: 90%;
  height: 90%;
  display: block;
  margin: auto;
  margin-top: 5%;
  color: #fff;
  fill: #fff;
}

.close_sidebar.open {
  right: 0;
}

.gist_top,
.mobil_zakaz,
p.phone_top {
  display: none;
}

.mobil_nav {
  position: fixed;
  top: 0;
  right: -320px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  max-height: 100vh;
  width: 320px;
  min-height: 100vh;
  z-index: 6;
  overflow-y: auto;
}

.mobil_nav .mobil_nav_top {
  width: 100%;
  overflow: hidden;
  height: 70px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.mobil_nav .mobil_nav_top p {
  line-height: 70px;
  font-size: 13px;
  color: #606060;
  text-transform: uppercase;
  float: left;
}

.mobil_nav .mobil_nav_top p span {
  font-weight: 700;
  color: #eb071e;
  margin-left: 4px;
  padding-right: 4px;
}

.mobil_nav .mobil_nav_top p a {
  color: #eb071e;
  font-weight: 700;
  text-decoration: none;
}

.mobil_nav .mobil_nav_top p a:hover {
  text-decoration: underline;
}

.mobil_nav .mobil_nav_top .close_mobil_nav {
  width: 20px;
  height: 20px;
  /* background: url(../img/close_mobil.png) no-repeat 50%; */
  float: right;
  overflow: hidden;
  cursor: pointer;
  margin-top: 25px;
}

.mobil_nav.open_navigation {
  right: 0;
}

.mobil_nav_wraper {
  overflow-y: auto;
}

.mobil_nav_wraper::-webkit-scrollbar {
  background: #fff;
  width: 3px;
}

.mobil_nav_wraper::-webkit-scrollbar-thumb {
  background: #eb071e;
}

.mobil_nav_ul_one {
  width: 100%;
  overflow: hidden;
}

.mobil_nav_ul_one ul {
  padding: 0;
  margin: 0;
}

.mobil_nav_ul_one ul li {
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
  height: 70px;
  overflow: hidden;
}

.mobil_nav_ul_one ul li a {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  color: #606060;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 15px;
  background: url(../img/str_max.png) #fff no-repeat right 20px center;
}

.mobil_nav_ul_one ul li a,
.mobil_nav_ul_one ul li a span {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobil_nav_ul_one ul li a span {
  color: #eb071e;
  font-weight: 400;
  text-transform: lowercase;
}

.mobil_nav_ul_one ul li a:hover {
  background: url(../img/str_max_w.png) #eb071e no-repeat right 20px center;
  color: #fff;
}

.mobil_nav_ul_one ul li a:hover span {
  color: #fff;
}

.mobil_nav_ul_two {
  width: 100%;
  overflow: hidden;
}

.mobil_nav_ul_two > ul > li {
  box-sizing: border-box;
  height: auto;
  min-height: 50px;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobil_nav_ul_two > ul > li p {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
}

.mobil_nav_ul_two > ul > li > ul {
  display: none;
  width: 100%;
}

.mobil_nav_ul_two > ul > li > ul > li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dbdbdb;
  box-sizing: border-box;
  background: #f1f1f1;
}

.mobil_nav_ul_two > ul > li > ul > li:first-child {
  border-top: 1px solid #dbdbdb;
}

.mobil_nav_ul_two > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.mobil_nav_ul_two > ul > li > ul > li a {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
  text-decoration: none;
  color: #eb071e;
  font-size: 15px;
}

.mobil_nav_ul_two > ul > li.children_li {
  background: url(../img/str_nav.png) no-repeat 20px 20px;
}

.mobil_nav_ul_two > ul > li.children_li.active {
  background: url(../img/str_v.png) #f1f1f1 no-repeat 18px 20px;
}

.mobil_nav_ul_two > ul > li.children_li:hover {
  background: url(../img/str_max_w.png) #eb071e no-repeat 20px 20px;
}

.mobil_nav_ul_two > ul > li.children_li:hover p {
  color: #fff;
}

.mobil_nav_ul_three {
  width: 100%;
  display: block;
  height: auto;
}

.mobil_nav_ul_three ul li {
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobil_nav_ul_three ul li:hover {
  background: #eb071e;
}

.mobil_nav_ul_three ul li:hover a {
  color: #fff;
}

.mobil_nav_ul_three ul li a {
  font-size: 13px;
  color: #eb071e;
  text-transform: uppercase;
  line-height: 50px;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
}

.mobil_nav_search {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.mobil_nav_search input {
  display: none;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  display: block;
  padding-left: 40px;
  padding-right: 60px;
  text-transform: uppercase;
  font-size: 13px;
  color: #eb071e;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 700;
}

.mobil_nav_search input:focus {
  outline: 0;
  background: #eb071e;
  color: #fff;
}

.mobil_nav_search input::-webkit-input-placeholder {
  color: #eb071e;
  font-weight: 700;
  font-family: muller, sans-serif;
}

.mobil_nav_search input:focus::-webkit-input-placeholder {
  color: #fff;
}

.mobil_nav_search button {
  height: 100%;
  width: 20px;
  position: absolute;
  right: 28px;
  border: 0;
  top: 0;
  display: block;
  z-index: 2;
  cursor: pointer;
  background: url(../img/search_mobil.png) no-repeat 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobil_nav_search input:focus + .label_but > button {
  background: url(../img/search_mobil_w.png) no-repeat 50%;
}

.bg_mobil {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.mobil_nav_wraper {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobil_zakaz a {
  text-decoration: none;
}

.mobil_zakaz p span.icon {
  display: block;
  float: left;
  margin-right: 20px;
}

.mobil_zakaz p span.icon svg,
.mobil_zakaz p span.icon svg path,
.mobil_zakaz p span.icon svg polygon {
  fill: #fff;
}

.mobil_nav_zakaz {
  width: 100%;
  height: 90px;
  background: #eb071e;
}

.mobil_nav_zakaz a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 40px;
}

.mobil_nav_zakaz a p {
  display: inline-block;
  color: #fff;
  text-align: left;
  padding-top: 25px;
}

.mobil_nav_zakaz a p span.icon {
  margin-right: 10px;
  float: left;
  margin-top: -3px;
}

.mobil_nav_zakaz a p span.icon svg,
.mobil_nav_zakaz a p span.icon svg path,
.mobil_nav_zakaz a p span.icon svg polygon {
  fill: #fff;
}

.mobil_footer {
  display: none;
}

.content_page_block_one {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

.content_page_block_one h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #606060;
  margin-bottom: 50px;
  font-weight: 900;
}

.content_page_block_one .about_block_one__left {
  width: 572px;
  float: left;
}

.content_page_block_one .about_block_one__left p {
  font-size: 30px;
  color: #333;
}

.content_page_block_one .about_block_one__left p span {
  font-size: 22px;
  color: #eb071e;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.content_page_block_one .about_block_one__right {
  width: 504px;
  float: right;
  padding-right: 128px;
  box-sizing: border-box;
}

.content_page_block_one .about_block_one__right p {
  font-size: 18px;
  color: #333;
}

.content_page_block_two {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.content_page_block_two .block_two_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/about_bg.jpg) no-repeat 50% fixed;
  background-size: cover;
  opacity: 1;
}

.content_page_block_two .wrap {
  position: relative;
  z-index: 1;
}

.content_page_block_two *,
.content_page_block_two
  .content_page_block_two_block_three
  .content_page_block_two_block_three_left
  p,
.content_page_block_two
  .content_page_block_two_block_three
  .content_page_block_two_block_three_right
  p,
.content_page_block_two
  .content_page_block_two_wr
  .content_page_block_two_item
  p,
.content_page_block_two p.title_block_two {
  color: #333;
}

.content_page_block_two .block_two_bg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.content_page_block_two.show_bg *,
.content_page_block_two.show_bg
  .content_page_block_two_block_three
  .content_page_block_two_block_three_left
  p,
.content_page_block_two.show_bg
  .content_page_block_two_block_three
  .content_page_block_two_block_three_right
  p,
.content_page_block_two.show_bg
  .content_page_block_two_wr
  .content_page_block_two_item
  p {
  color: #fff;
}

.content_page_block_two.show_bg .block_two_bg {
  opacity: 1;
}

.content_page_block_two.show_bg
  .content_page_block_one
  .about_block_one__left
  p,
.content_page_block_two.show_bg
  .content_page_block_one
  .about_block_one__right
  p,
.content_page_block_two.show_bg p.title_block_two {
  color: #fff;
}

.content_page_block_two.show_bg
  .content_page_block_two_block_video
  .link_video
  svg
  path,
.content_page_block_two.show_bg
  .content_page_block_two_block_video
  .link_video
  svg
  text {
  fill: #fff;
}

.link_video svg text {
  font-family: muller;
}

p.title_block_two {
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_page_block_two_wr {
  width: 100%;
  overflow: hidden;
  padding-left: 100px;
  box-sizing: border-box;
}

.content_page_block_two_wr .content_page_block_two_item {
  width: 33.3%;
  float: left;
  padding-right: 100px;
}

.content_page_block_two_wr .content_page_block_two_item:last-child {
  padding-right: 0;
}

.content_page_block_two_block_video {
  width: 100%;
  padding-left: 100px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 115px;
}

.content_page_block_two_block_video .link_video {
  float: left;
  margin-right: 100px;
}

.content_page_block_two_block_video .link_video svg path {
  fill: #333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.content_page_block_two_block_video .link_video svg text {
  color: #333;
  fill: #333;
}

.content_page_block_two_block_video .link_video:hover svg > g > path {
  -webkit-transform: scale(1.1) translateX(-18px) translateY(-10px);
  transform: scale(1.1) translateX(-18px) translateY(-10px);
}

.content_page_block_two_block_video .link_video:hover svg > g > g > path {
  fill: #eb071e;
}

.content_page_block_two_block_video p {
  font-size: 28px;
  margin-top: 67px;
}

.content_page_block_two_block_three {
  height: 438px;
  margin-top: 70px;
  overflow: hidden;
}

.content_page_block_two_block_three .content_page_block_two_block_three_left {
  float: left;
  width: 500px;
  padding-right: 65px;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 125px;
}

.content_page_block_two_block_three .content_page_block_two_block_three_right {
  position: relative;
  float: right;
  width: 642px;
  height: 438px;
}

.content_page_block_two_block_three
  .content_page_block_two_block_three_right
  img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.content_page_block_two_block_three
  .content_page_block_two_block_three_right
  p {
  left: 200px;
  top: 125px;
  width: 350px;
  position: absolute;
  font-size: 22px;
}

.content_page_block_two_block_three
  .content_page_block_two_block_three_right
  p
  span {
  font-size: 40px;
  margin-top: -10px;
}

.content_page_block_two_block_three
  .content_page_block_two_block_three_right
  p
  span
  font {
  vertical-align: super;
  font-size: 20px;
}

@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  35% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  35% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.top_fixed {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  border-bottom: 1px solid #eaeaea;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.top_fixed .top_fixed_logo {
  width: 80px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-right: 95px;
}

.top_fixed .top_fixed_logo a > svg {
  width: 100%;
  height: 100%;
  padding: 13px;
  display: block;
}

.top_fixed .top_fixed_logo:hover path {
  -webkit-animation-name: b;
  animation-name: b;
  -webkit-animation-delay: 0.01s;
  animation-delay: 0.01s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.top_fixed .top_fixed_nav {
  float: left;
}

.top_fixed .top_fixed_nav > nav > ul > li {
  float: left;
  height: 60px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.top_fixed .top_fixed_nav > nav > ul > li > a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 600;
  line-height: 59px;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 25px;
}

.top_fixed .top_fixed_nav > nav > ul > li:hover {
  border-bottom: 2px solid #eb071e;
}

.top_fixed .top_fixed_nav > nav > ul > li:hover > .show_navigation {
  height: auto;
}

.top_fixed .top_fixed_nav > nav > ul > li .show_navigation {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  background: #ececed;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 3;
}

.top_fixed .top_fixed_nav > nav > ul > li .show_navigation .wrap {
  width: 829px;
  margin-left: 159px;
  overflow: hidden;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block {
  width: 297.5px;
  float: left;
  height: 100%;
  border-right: 1px solid #ccc;
  vertical-align: top;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block.three_block {
  width: 202px;
  border-right: 0;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li
  a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li
  a
  p {
  color: #606060;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li
  a
  p
  span {
  display: block;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 15px;
  color: #eb071e;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:last-child {
  border-bottom: 0;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:hover {
  background: #eb071e;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:hover
  p,
.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li:hover
  p
  span {
  color: #fff;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three {
  width: 100%;
  height: 52.5px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three
  a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #eb071e;
  text-decoration: none;
  line-height: 52.5px;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three:last-child {
  border-bottom: 0;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three:hover {
  background: #eb071e;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr
  .show_navigation_ul_block
  .paragraph_li_three:hover
  a {
  color: #fff;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr.two_wr {
  border-right: 0;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr.two_wr
  .show_navigation_ul_block {
  width: 33.3%;
  border-right: 1px solid #ccc;
}

.top_fixed
  .top_fixed_nav
  > nav
  > ul
  > li
  .show_navigation
  .wrap
  .show_navigation_wr.two_wr
  .show_navigation_ul_block.last-child {
  border-right: 0;
}

.top_fixed div.top_fixed_phone {
  float: right;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  position: relative;
}

.top_fixed div.top_fixed_phone span {
  margin-right: 10px;
}

.top_fixed.active {
  height: 60px;
  overflow: visible;
  opacity: 1;
}

#map {
  height: 800px;
}

.page_navigation {
  width: 100%;
  overflow: hidden;
}

.page_navigation .nav_item {
  width: 50%;
  height: 330px;
  overflow: hidden;
  float: left;
  position: relative;
  border: 1px solid #fff;
  border-radius: 0;
  border-left: 0;
  border-bottom: 0;
}

.page_navigation .nav_item .nav_item_bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  box-sizing: border-box;
}

.page_navigation .nav_item .nav_item_bg,
.page_navigation .nav_item .nav_item_text {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page_navigation .nav_item .nav_item_text {
  top: 258px;
  z-index: 2;
}

.page_navigation .nav_item .nav_item_text .nav_item_text_title {
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page_navigation .nav_item .nav_item_text .nav_item_text_title a {
  padding: 11px 30px;
  text-decoration: none;
  font-size: 27px;
  color: #eb071e;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page_navigation .nav_item .nav_item_text .nav_item_text_title span {
  padding: 11px 30px;
  text-decoration: none;
  font-size: 27px;
  color: #eb071e;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page_navigation .nav_item .nav_item_text p {
  color: #fff;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.5;
}

.page_navigation .nav_item:hover .nav_item_bg {
  opacity: 1;
  border: 8px solid #eb071e;
}

.page_navigation .nav_item:hover .nav_item_text {
  top: 90px;
}

.page_navigation .nav_item:hover .nav_item_text .nav_item_text_title {
  background: #eb071e;
}

.page_navigation .nav_item:hover .nav_item_text .nav_item_text_title a {
  color: #fff;
}
.page_navigation .nav_item:hover .nav_item_text .nav_item_text_title span {
  color: #fff;
}

.page_navigation .nav_item > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.page_navigation[col5] .nav_item {
  width: 33.3%;
}

.page_navigation[col5] .nav_item:first-child {
  width: 66.6%;
}

.page_navigation[col5] .nav_item .nav_item_text {
  max-width: 80%;
  top: auto;
  top: 250px;
}

.page_navigation[col5] .nav_item:hover .nav_item_text {
  top: 40px;
}

.page_navigation[col5] .nav_item.twooo .nav_item_text {
  top: 220px;
}

.page_navigation[col5] .nav_item.twooo:hover .nav_item_text {
  top: 40px;
}

.page_navigation[col5_last] .nav_item {
  width: 33.3%;
}

.page_navigation[col5_last] .nav_item:last-child {
  width: 66.6%;
}

.page_navigation[col5_last] .nav_item .nav_item_text {
  max-width: 80%;
  top: auto;
  top: 250px;
}

.page_navigation[col5_last] .nav_item:hover .nav_item_text {
  top: 40px;
}

.page_navigation[col5_last] .nav_item.twooo .nav_item_text {
  top: 220px;
}

.page_navigation[col5_last] .nav_item.twooo:hover .nav_item_text {
  top: 40px;
}

.page_navigation.roll .nav_item .nav_item_text {
  top: 218px;
}

.page_navigation.roll .nav_item:hover .nav_item_text {
  top: 90px;
}

.column_two_text_text {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}

.column_two_text_text .column_two_text_text__item {
  width: 50%;
  float: left;
  overflow: hidden;
  padding-right: 100px;
  box-sizing: border-box;
}

.column_two_text_text .column_two_text_text__item h4 {
  font-size: 40px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 400;
}

.column_two_text_text .column_two_text_text__item p {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

.open_door {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.open_door h4 {
  color: #333;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 40px;
}

.open_door .open_door_wr {
  width: 100%;
  overflow: hidden;
}

.open_door .open_door_wr .open_door__item {
  width: 180px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}

.open_door .open_door_wr .open_door__item img {
  display: block;
  margin-bottom: 10px;
}

.open_door .open_door_wr .open_door__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.open_door .open_door_wr .open_door__item a:hover {
  text-decoration: underline;
}

.open_door .open_door_wr .open_door__item:last-child {
  margin-left: 90px;
}

.open_door .open_door_wr .open_door__item:last-child a {
  font-weight: 700;
  color: #eb071e;
}

.column_two_text {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%;
}

.column_two_text .column_two_left {
  width: 870px;
  padding-right: 100px;
  box-sizing: border-box;
  float: left;
}

.column_two_text .column_two_left p {
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.5;
}

.column_two_text .column_two_left p a {
  color: #eb071e;
  text-decoration: none;
}

.column_two_text .column_two_left p a:hover {
  text-decoration: underline;
}

.column_two_text .column_two_left p:last-child {
  margin-bottom: 0;
}

.column_two_text .column_two_right {
  float: right;
  width: 280px;
}

.column_two_text .column_two_right p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.column_posts {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 60px;
}

.column_posts .column_posts__item {
  width: 33.3%;
  float: left;
  overflow: hidden;
}

.column_posts .column_posts__item .post_item {
  width: 370px;
  float: left;
}

.column_posts .column_posts__item .post_item .column_posts_picher {
  width: 100%;
  height: 230px;
  margin-bottom: 15px;
}

.column_posts .column_posts__item .post_item .column_posts_picher a {
  width: 100%;
  height: 100%;
  display: block;
}

.column_posts .column_posts__item .post_item a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
}

.column_posts .column_posts__item .post_item p {
  font-size: 18px;
  color: #eb071e;
  text-align: center;
}

.column_posts .column_posts__item:nth-of-type(2) .post_item {
  float: none;
  margin: auto;
}

.column_posts .column_posts__item:last-child .post_item {
  float: right;
}

.block_one__lists[border] {
  border-top: 1px solid #eb071e;
  border-bottom: 1px solid #eb071e;
}

.sidebar_navigation li.item_three {
  background: #eb071e;
}

.sidebar_navigation li.item_three a {
  color: #fff;
}

.sidebar_navigation li.item_three a svg,
.sidebar_navigation li.item_three a svg path,
.sidebar_navigation li.item_three a svg polygon {
  fill: #fff;
}

.akcia {
  padding-top: 0;
}

.akcia_top {
  width: 100%;
  height: 590px;
  overflow: hidden;
}

.akcia_top .wrap {
  position: relative;
  height: 590px;
}

.akcia_top .wrap img {
  right: 0;
  top: 0;
  position: absolute;
}

.akcia_top .wrap p.slider_text_p_one {
  font-size: 30px;
  color: #f1f1f1;
  margin-top: 100px;
  width: 670px;
}

.akcia_top .wrap p.slider_text_p_one_b {
  font-size: 30px;
  color: #0f0f0f;
  margin-top: 100px;
  width: 670px;
}

.akcia_top .wrap p.slider_text_p_one_t {
  font-size: 60px;
  color: #eb071e;
  width: 670px;
}

.akcia_top .wrap p.slider_text_p_two {
  width: 670px;
  font-size: 60px;
  color: #f1f1f1;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.akcia_top .wrap p.slider_text_p_two_b {
  width: 670px;
  font-size: 60px;
  color: #0f0f0f;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.akcia_top .wrap p.slider_text_p_two span {
  color: #eb071e;
}

.akcia_top .wrap p.slider_text_p_proc {
  font-weight: 900;
  font-size: 90px;
  color: #eb071e;
}

.akcia_block_two {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 50px;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_left {
  width: 50%;
  overflow: hidden;
  float: left;
  padding-right: 108px;
  box-sizing: border-box;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_left p {
  font-size: 30px;
  color: #333;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_right {
  width: 50%;
  float: left;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_right p {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_right p:last-child {
  margin-bottom: 0;
}

.akcia_block_two img.akc_img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.akcia_block_two .akc_text_one {
  width: 100%;
  padding-bottom: 40px;
}

.akcia_block_two .akc_text_one p {
  font-size: 30px;
  color: #333;
}

.akcia_block_two .akc_text_two {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.akcia_block_two .akc_text_two p {
  font-size: 22px;
  color: #333;
}

.akcia_block_two .akcia_block_two_wr {
  width: 100%;
  overflow: hidden;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr__item {
  width: 33.3%;
  height: 50px;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 100px;
  margin-bottom: 35px;
}

.akcia_block_two .akcia_block_two_wr .akcia_block_two_wr__item span {
  float: left;
  margin-right: 15px;
}

.akcia_block_two
  .akcia_block_two_wr
  .akcia_block_two_wr__item:nth-of-type(n + 4) {
  margin-bottom: 0;
}

.window_nav {
  width: 100%;
  overflow: hidden;
}

.window_nav .window_nav_left {
  width: 100%;
  float: left;
}

.window_nav .window_nav_left .window_nav_left_item {
  width: 25%;
  height: 380px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e0e4e5;
  position: relative;
}

.window_nav .window_nav_left .window_nav_left_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.window_nav .window_nav_left .window_nav_left_item .window_nav_left_picher {
  width: 100%;
  height: 292px;
  overflow: hidden;
}

.window_nav .window_nav_left .window_nav_left_item .window_nav_left_title {
  width: 100%;
  height: 89px;
  overflow: hidden;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  box-sizing: border-box;
}

.window_nav .window_nav_left .window_nav_left_item .window_nav_left_title p {
  font-size: 27px;
  color: #606060;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.window_nav
  .window_nav_left
  .window_nav_left_item
  .window_nav_left_title
  p
  span {
  display: block;
  font-size: 16px;
  color: #eb071e;
  font-weight: 400;
  text-transform: none;
}

.window_nav .window_nav_left .window_nav_left_item .window_nav_left_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.window_nav
  .window_nav_left
  .window_nav_left_item:hover
  .window_nav_left_item_hover {
  border: 5px solid #eb071e;
}

.window_nav .window_nav_right {
  float: right;
  width: 311px;
  overflow: hidden;
}

.window_nav .window_nav_right .window_nav_right__item {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}

.window_nav .window_nav_right .window_nav_right__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.window_nav
  .window_nav_right
  .window_nav_right__item
  .window_nav_right__item_border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 1;
}

.window_nav
  .window_nav_right
  .window_nav_right__item
  .window_nav_right__item_title {
  z-index: 2;
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  bottom: 30px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.window_nav
  .window_nav_right
  .window_nav_right__item
  .window_nav_right__item_title
  p {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.window_nav
  .window_nav_right
  .window_nav_right__item
  .window_nav_right__item_title
  p
  span {
  display: block;
  height: auto;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.window_nav
  .window_nav_right
  .window_nav_right__item:hover
  .window_nav_right__item_border {
  border: 5px solid #eb071e;
}

.contact {
  position: relative;
}

.contact,
.contact .contact_item {
  width: 100%;
  overflow: hidden;
}

.contact .contact_item .contact_left {
  width: 50%;
  float: left;
  height: auto;
  min-height: 800px;
  overflow: hidden;
  /*background: #f8f8f8*/
}

.contact .contact_item .contact_left .contact_left_text {
  width: 580px;
  float: right;
  overflow: hidden;
}

.contact .contact_item .contact_left .contact_left_text h1 {
  font-size: 48px;
  color: #606060;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact .contact_item .contact_left .contact_left_text p.sal_name {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}

.contact .contact_item .contact_left .contact_left_text__item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact .contact_item .contact_left .contact_left_text__item p {
  color: #333;
}

.contact .contact_item .contact_left .contact_left_text__item p span {
  color: #eb071e;
  font-weight: 700;
}

.contact .contact_item .contact_left .contact_left_text__item p font {
  display: block;
  margin-bottom: 4px;
  margin-top: 2px;
  font-weight: 700;
}

.gall_post .owl-controls {
  display: none;
}

.window_nav_wrap {
  width: 1240px;
  display: block;
  margin: auto;
}

.windows_block__two {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 50px;
}

.windows_block__two .nastr {
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  float: left;
}

.windows_block__two .nastr .nastr_img {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.windows_block__two .nastr p {
  color: #333;
  font-size: 22px;
  line-height: 1;
}

.windows_block__two .nastr p span {
  font-size: 16px;
  font-weight: 700;
  color: #eb071e;
  display: block;
}

.mont_block_one {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eb071e;
  height: 560px;
  margin-top: 50px;
}

.mont_block_one .mont_block_one__picher {
  width: 580px;
  height: 600px;
  float: left;
  overflow: hidden;
}

.mont_block_one .mont_block_one__text {
  width: 570px;
  float: right;
  overflow: hidden;
}

.mont_block_one .mont_block_one__text h4 {
  font-size: 50px;
  color: #606060;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}

.mont_block_one .mont_block_one__text p {
  margin-bottom: 30px;
  line-height: 1.6;
}

.mont_block_one .mont_block_one__text p.mont_block_one__text_p1 {
  font-size: 22px;
  font-size: 18px;
}

.img_p_three_mobil_mobil_num {
  display: none;
}

.mont_block_two {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 80px;
}

.mont_block_two h4 {
  font-weight: 400;
  font-size: 40px;
  color: #333;
  margin-bottom: 40px;
}

.mont_block_two .mont_block_two_item {
  width: 50%;
  float: left;
  overflow: hidden;
  padding-right: 100px;
  box-sizing: border-box;
}

.mont_block_two .mont_block_two_item p.title_mont_block_two_item {
  font-size: 30px;
  color: #333;
  font-weight: 400;
  margin-bottom: 40px;
}

.mont_block_two .mont_block_two_item img {
  margin-bottom: 40px;
}

.mont_block_two .mont_block_two_item p {
  color: #333;
  margin-bottom: 30px;
  line-height: 1.5;
}

.vopr {
  width: 100%;
  overflow: hidden;
}

.vopr a {
  padding-left: 86px;
  display: block;
  height: 60px;
  background: url(../img/vopr.png) no-repeat 0;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  padding-top: 6px;
}

.vopr a span {
  display: block;
  font-size: 16px;
  color: #eb071e;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .top .top_block .top_block__nav.nav_one .search {
    width: 160px;
  }

  .site {
    padding-right: 80px;
  }

  .gist_top,
  p.phone_top {
    float: right;
    display: block;
    position: relative;
  }

  .top
    .top_block
    .top_block__nav.nav_two
    > nav
    > ul
    > li
    .show_navigation
    .wrap {
    padding-left: 0;
    width: 864px;
  }

  .top .top_block .top_block__nav.nav_two li {
    padding-right: 0;
    margin-right: 0;
  }

  .top .logo {
    width: 130px;
    overflow: hidden;
    margin-right: 33px;
  }

  .gist_top p {
    font-size: 11px;
    color: #606060;
    text-transform: uppercase;
    margin: 3px 0 31px 20px;
  }

  p.phone_top span.icon {
    margin-right: 10px;
  }

  .gist_top p span {
    margin-left: 5px;
  }

  .gist_top p a {
    text-decoration: none;
    color: #eb071e;
    margin-left: 4px;
    font-weight: 700;
  }

  .sidebar {
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .sidebar,
  .sidebar .sidebar_wr {
    width: 80px;
  }

  .sidebar:hover,
  .sidebar:hover .sidebar_wr {
    width: 260px;
  }

  .sidebar:hover .sidebar_navigation {
    width: 100%;
    overflow: hidden;
  }

  .sidebar:hover .sidebar_navigation li {
    display: block;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #dce0e1;
  }

  .sidebar:hover .sidebar_navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 17px;
    text-decoration: none;
    color: #333;
    line-height: 1;
    vertical-align: middle;
    padding-top: 28px;
  }

  .sidebar:hover .sidebar_navigation li a span.icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .sidebar:hover .sidebar_navigation li a p {
    display: inline-block;
    width: 100px;
    padding-top: 2px;
    text-align: left;
    float: left;
  }

  .sidebar:hover .sidebar_navigation li.item_three {
    background: #eb071e;
  }

  .sidebar:hover .sidebar_navigation li.item_three a,
  .sidebar:hover .sidebar_navigation li.item_three a p {
    color: #fff;
  }

  .sidebar:hover .gist_form {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100vh;
    margin-top: -220px;
  }

  .sidebar:hover .gist_form p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 17px;
    margin-bottom: 20px;
    background: none !important;
  }

  .sidebar:hover .gist_form p span.icon {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
  }

  .sidebar:hover .gist_form form {
    display: block;
    opacity: 1;
  }

  .gist,
  .open_nav,
  .sidebar_top p.phone {
    display: none;
  }

  .open_nav {
    width: 80px;
    float: right;
    height: 100%;
    cursor: pointer;
    background: url(../img/open_nav.png) no-repeat 50%;
  }

  .sidebar_top.active {
    height: 60px;
  }

  .sidebar_navigation li a {
    padding-left: 5px;
    padding-right: 5px;
    background-size: 40px;
    background-position: center 18px !important;
    font-size: 10px;
    text-align: center;
    padding-top: 15px;
  }

  .sidebar_navigation li a span.icon {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .sidebar_navigation li a p {
    display: block;
    width: 100%;
  }

  .gist_form p {
    font-size: 10px;
    text-align: center;
    line-height: 1;
  }

  .gist_form p span.icon {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
  }

  .gist_form form {
    display: none;
    opacity: 0;
  }
}

.public,
.public .public_top {
  width: 100%;
  overflow: hidden;
}

.public .public_top {
  margin-bottom: 0;
}

.public .public_top .public_top_picher {
  width: 620px;
  float: left;
  margin-right: 72px;
}

.public .public_top .public_top_picher img {
  display: block;
  width: 100%;
  height: auto;
}

.public .public_top .public_top_text p {
  font-size: 22px;
  color: #333;
}

.public .public_wr {
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.public .public_wr .public_content {
  width: 750px;
  float: left;
  overflow: hidden;
}

.public_content--custom h2 {
  font-weight: 600;
}

.more-detail {
  color: #eb071e;
  transition: opacity 0.3s;
  text-decoration: underline;
  cursor: pointer;
}

.more-detail:hover {
  opacity: 0.6;
}

.public_content--full {
  width: 100% !important;
  margin-top: 70px;
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .public_content--full {
    width: calc(100% - 60px) !important;
  }
}

@media screen and (max-width: 997px) {
  .public_content--full {
    margin-top: 50px;
  }
}

.public .public_wr .public_content p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 35px;
}

.public .public_wr .public_content p.anot {
  font-size: 16px;
  color: #606060;
  margin-bottom: 45px;
}

.public .public_wr .public_content h4 {
  font-weight: 400;
  color: #333;
  font-size: 30px;
  margin-bottom: 25px;
}
.public .public_wr .public_content .title {
  font-weight: 400;
  color: #333;
  font-size: 30px;
  margin-bottom: 25px;
}

.public .public_wr .public_content img {
  width: 580px;
  display: block;
  height: auto;
  margin-bottom: 25px;
  margin-top: 40px;
}

.public .public_wr .public_content .public_posts {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 0;
}

.public .public_wr .public_content .public_posts .post:last-child {
  margin-bottom: 0;
}

.public .public_wr .public_content .public_posts h4 {
  font-weight: 400;
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.public
  .public_wr
  .public_content
  .public_posts
  .content_page_block_posts
  .post
  h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.public
  .public_wr
  .public_content
  .public_posts
  .content_page_block_posts
  .post
  .picher_post {
  width: 260px;
  height: 183px;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: 32px;
}

.public .public_wr .public_content .public_posts .post_text {
  display: inline-block;
  width: 440px;
  vertical-align: top;
}

.public
  .public_wr
  .public_content
  .public_posts
  .content_page_block_posts
  .post
  p {
  font-size: 16px;
}

.public .public_wr .public_content .public_posts .publick_post_button {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.public
  .public_wr
  .public_content
  .public_posts
  .publick_post_button
  .prev_post {
  float: left;
  display: block;
  padding-left: 65px;
  height: 50px;
  line-height: 50px;
  background: url(../img/prev_post.png) no-repeat 0;
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

.public
  .public_wr
  .public_content
  .public_posts
  .publick_post_button
  .prev_post:hover {
  text-decoration: underline;
}

.public
  .public_wr
  .public_content
  .public_posts
  .publick_post_button
  .all_post {
  float: left;
  width: 300px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #eb071e;
  text-align: center;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 48px;
  margin-left: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.public
  .public_wr
  .public_content
  .public_posts
  .publick_post_button
  .all_post:hover {
  background: #eb071e;
  color: #fff;
}

.public .public_wr .public_right {
  width: 301px;
  float: right;
  overflow: hidden;
}

.akcii {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 20px;
}

.akcii__item {
  width: 100%;
  height: 580px;
  overflow: hidden;
  margin-bottom: 20px;
}

.akcii__item p {
  line-height: 1;
}

.akcii__item p.slider_text_p_one {
  font-size: 30px;
  color: #333;
  margin-top: 75px;
  margin-bottom: 20px;
}

.akcii__item p.slider_text_p_one.white {
  color: #fff;
}

.akcii__item p.slider_text_p_two {
  font-size: 60px;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.akcii__item p.slider_text_p_two span {
  display: block;
  color: #eb071e;
}

.akcii__item p.slider_text_p_two.white {
  color: #fff;
}

.akcii__item p.slider_text_p_two_pod {
  font-size: 40px;
  font-weight: 900;
  color: #333;
  text-transform: uppercase;
}

.akcii__item p.slider_text_p_two_pod span {
  color: #eb071e;
}

.akcii__item p.slider_text_p_two_pod.white {
  color: #fff;
}

.akcii__item p.slider_text_p_three {
  font-size: 40px;
  color: #333;
  line-height: 1.3;
}

.akcii__item p.slider_text_p_three span {
  display: block;
  font-weight: 700;
  color: #eb071e;
}

.akcii__item p.slider_text_p_three.white {
  color: #fff;
}

.akcii__item a {
  width: 320px;
  height: 60px;
  background: #eb071e;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 60px;
  margin-top: 60px;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_part {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.block_part h4 {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 400;
}

.publick_post_button {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.publick_post_button .prev_post {
  float: left;
  display: block;
  padding-left: 65px;
  height: 50px;
  line-height: 50px;
  background: url(../img/prev_post.png) no-repeat 0;
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

.publick_post_button .prev_post:hover {
  text-decoration: underline;
}

.contact_right {
  width: 50%;
  float: right;
}

.contact_right > iframe {
  width: 100% !important;
  height: 800px !important;
}

.contact_pag {
  width: 385px;
  height: 50px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
}

.contact_pag .contact_pag_item {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  border: 1px solid #dedede;
  border-right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_pag .contact_pag_item a {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.contact_pag .contact_pag_item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 0;
}

.contact_pag .contact_pag_item.active {
  background: #606060;
}

.contact_pag .contact_pag_item.active a {
  color: #fff;
}

.contact_pag .contact_pag_item:hover {
  background: #606060;
}

.contact_pag .contact_pag_item:hover a {
  color: #fff;
}

.content_page_block_three {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.content_page_block_three .content_page_block_three_wr {
  width: 100%;
  overflow: hidden;
}

.content_page_block_three
  .content_page_block_three_wr
  .content_page_block_three_left {
  width: 50%;
  float: left;
  padding-right: 60px;
}

.content_page_block_three
  .content_page_block_three_wr
  .content_page_block_three_left
  p {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}

.content_page_block_three
  .content_page_block_three_wr
  .content_page_block_three_left
  p
  span {
  font-weight: 700;
  display: block;
}

.content_page_block_three
  .content_page_block_three_wr
  .content_page_block_three_right {
  width: 50%;
  float: right;
  padding-left: 100px;
}

.content_page_block_three
  .content_page_block_three_wr
  .content_page_block_three_right
  p {
  line-height: 1.6;
}

.content_page_block_three
  .content_page_block_three_wr
  .content_page_block_three_right
  p
  span {
  font-weight: 700;
}

.content_page_block_three .block_address p {
  font-size: 18px;
  line-height: 1.2em;
}

.content_page_block_three .block_requisites-title {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.content_page_block_three_number_wr {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}

.content_page_block_three_number_wr .content_page_block_three__item {
  width: 49%;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 25px;
  vertical-align: top;
}

.content_page_block_three_number_wr
  .content_page_block_three__item
  p.title_num {
  color: #eb071e;
  font-size: 27px;
  cursor: pointer;
}

.content_page_block_three_number_wr
  .content_page_block_three__item
  p.title_num
  span {
  margin-right: 10px;
}

.content_page_block_three_number_wr .content_page_block_three__item .open_text {
  width: 100%;
  overflow: hidden;
  padding-left: 35px;
  box-sizing: border-box;
  padding-top: 15px;
  display: none;
}

.content_page_block_three_number_wr
  .content_page_block_three__item
  .open_text
  p {
  color: #333;
}

.block_sertifikat {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #61c7e4;
}

.block_sertifikat h4 {
  color: #fff;
  font-size: 40px;
  margin-left: 94px;
  font-weight: 400;
  margin-bottom: 40px;
}

.block_sertifikat .block_sertifikat_wr {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
}

.block_sertifikat .block_sertifikat_wr .owl-controls .owl-prev {
  width: 65px;
  height: 65px;
  background: url(../img/prev.png) no-repeat 50%;
  cursor: pointer;
  color: transparent;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_sertifikat .block_sertifikat_wr .owl-controls .owl-prev:hover {
  background: url(../img/prev_h.png) no-repeat 50%;
}

.block_sertifikat .block_sertifikat_wr .owl-controls .owl-next {
  width: 65px;
  height: 65px;
  background: url(../img/next.png) no-repeat 50%;
  cursor: pointer;
  color: transparent;
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.block_sertifikat .block_sertifikat_wr .owl-controls .owl-next:hover {
  background: url(../img/next_h.png) no-repeat 50%;
}

.block_sertifikat .block_sertifikat_item {
  width: 100%;
}

.block_sertifikat .block_sertifikat_item a {
  text-decoration: none;
}

.block_sertifikat .block_sertifikat_item a img {
  width: 200px;
  display: block;
  margin: auto;
  height: auto;
  margin-bottom: 20px;
}

.block_sertifikat .block_sertifikat_item a p {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.block_sertifikat .block_sertifikat_item:hover a p {
  color: #eb071e;
}

.content_page_block_posts {
  width: 100%;
  overflow: hidden;
}

.content_page_block_posts .post {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.content_page_block_posts .post .picher_post {
  width: 360px;
  height: 240px;
  display: inline-block;
  margin-right: 42px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  vertical-align: top;
}

.content_page_block_posts .post .picher_post .picher_post_border {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  opacity: 0;
}

.content_page_block_posts .post .post_text {
  display: inline-block;
  width: 730px;
  vertical-align: top;
}

.content_page_block_posts .post .post_text a {
  color: #333;
  text-decoration: none;
}

.content_page_block_posts .post .post_text a h4 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
}
.content_page_block_posts .post .post_text .title {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
}

.content_page_block_posts .post .post_text a:hover,
.content_page_block_posts .post .post_text a:hover h4 {
  color: #eb071e;
}
.content_page_block_posts .post .post_text a:hover,
.content_page_block_posts .post .post_text a:hover .title {
  color: #eb071e;
}

.content_page_block_posts .post .post_text p {
  font-size: 18px;
  color: #010101;
  line-height: 1.6;
}

.content_page_block_posts .post:hover .picher_post .picher_post_border {
  opacity: 1;
  border: 2px solid #eb071e;
}

.solar_top {
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.solar_top .solar_bred {
  width: 100%;
  height: 60px;
  display: block;
  overflow: hidden;
}

.solar_top .solar_top_wr {
  width: 100%;
  height: 840px;
  overflow: hidden;
}

.solar_top .solar_top_wr .solar_top_picher {
  width: 600px;
  height: 840px;
  float: left;
  overflow: hidden;
}

.solar_top .solar_top_wr .solar_top_picher .solar_top_picher_text h4 {
  font-weight: 900;
  color: #606060;
  font-size: 37px;
  text-transform: uppercase;
}

.solar_top .solar_top_wr .solar_top_picher .solar_top_picher_text h4 span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #eb071e;
}

.solar_top .solar_top_wr .solar_top_text {
  width: 545px;
  float: right;
  height: 840px;
  overflow: hidden;
}

.solar_top .solar_top_wr .solar_top_text h4 {
  font-size: 48px;
  color: #6e6e6e;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 75px;
}

.solar_top .solar_top_wr .solar_top_text h4 span {
  display: block;
  font-size: 40px;
  color: #eb071e;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
}

.solar_top .solar_top_wr .solar_top_text .solar_top_text_icon {
  width: 100%;
  overflow: hidden;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_icon
  .solar_top_text_icon__item {
  width: 49%;
  vertical-align: top;
  margin-bottom: 25px;
  display: inline-block;
  overflow: hidden;
}
.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_icon
  .solar_top_text_icon__item
  p {
  display: flex;
  align-items: center;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_icon
  .solar_top_text_icon__item
  p
  span {
  float: left;
  width: 50px;
  margin-right: 15px;
}

.solar_top .solar_top_wr .solar_top_text .solar_top_text_price {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
/* Цена в балконах*/
.price_text_price {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.price_text_price_wr {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.price_text_price_wr p {
  font-size: 30px;
  color: #333;
}

.price_text_price_wr p span {
  font-size: 42px;
}

.price_text_price_wr a {
  font-size: 15px;
  color: #606060;
  text-decoration: underline;
  float: left;
}

.price_text_price_wr_link {
  display: inline-block;
  height: 50px;
  border: 2px solid #eb071e;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 50px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  .solar_top_text_price_wr {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  .solar_top_text_price_wr
  p {
  font-size: 30px;
  color: #333;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  .solar_top_text_price_wr
  p
  span {
  font-size: 42px;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  .solar_top_text_price_wr
  a {
  font-size: 15px;
  color: #606060;
  text-decoration: underline;
  float: left;
  margin-right: 40px;
  margin-top: 17px;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  .solar_top_text_price_wr
  a:hover {
  text-decoration: none;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  a.solar_top_text_price__link {
  display: inline-block;
  height: 50px;
  border: 2px solid #eb071e;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 50px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  a.solar_top_text_price__link:hover {
  background: #eb071e;
  color: #fff;
}

.solar_top
  .solar_top_wr
  .solar_top_text
  .solar_top_text_price
  p.solar_top_text_price_ttext {
  font-size: 13px;
  color: #606060;
  margin-top: 80px;
}

.solar_top_text_block {
  width: 100%;
  overflow: hidden;
  padding-top: 67px;
  padding-bottom: 120px;
}

.solar_top_text_block .solar_top_text_block__item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  box-sizing: border-box;
}

.solar_top_text_block .solar_top_text_block__item h4 {
  font-size: 40px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
}

.solar_top_text_block .solar_top_text_block__item p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.solar_picher_block_one {
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: url(../img/bg_solar.jpg) repeat-x;
}

.solar_picher_block_one .solar_picher_block_one_picher {
  width: 100%;
  height: 602px;
  background: url(../img/solar_okno.png) no-repeat 50%;
  overflow: hidden;
}

.solar_picher_block_one .solar_picher_block_one__text {
  width: 100%;
  overflow: hidden;
}

.solar_picher_block_one
  .solar_picher_block_one__text
  .solar_picher_block_one__text_wr {
  width: 936px;
  padding-left: 195px;
  background: url(../img/son.png) no-repeat 0 0;
}

.solar_picher_block_one
  .solar_picher_block_one__text
  .solar_picher_block_one__text_wr
  p.solar_picher_block_one_p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.solar_picher_block_one
  .solar_picher_block_one__text
  .solar_picher_block_one__text_wr
  p.solar_picher_block_one_p1
  span {
  float: right;
  color: #b9b9b9;
}

.solar_picher_block_one
  .solar_picher_block_one__text
  .solar_picher_block_one__text_wr
  p.solar_picher_block_one_title {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
}

.solar_picher_block_one
  .solar_picher_block_one__text
  .solar_picher_block_one__text_wr
  p.solar_picher_block_one_p2 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.solar_picher_block {
  width: 100%;
}

.solar_picher_block_two {
  width: 50%;
  float: left;
}

.solar_picher_block_two .wrap {
  overflow: visible;
  position: relative;
}

.solar_picher_block_two_picher {
  margin: 0 auto;
}

.solar_picher_block_two_picher img {
  width: 80%;
  height: 100%;
  max-width: 800px;
}

.solar_picher_block_two_picher2 img {
  /*width: 100%;*/
  max-width: 800px;
  float: right;
}

solar_picher_block_two_text .solar_picher_block_two_text_wr {
  overflow: hidden;
  width: 100%;
  margin-top: 103px;
}

.solar_picher_block_two_text h4 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 400;
}

.solar_picher_block_two_text p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.solar_picher_block_two_text p a {
  color: #eb071e;
  text-decoration: none;
}

.solar_picher_block_two_text p.list {
  padding-left: 30px;
  background: url(../img/lis.png) no-repeat left 8px;
}

.solar_picher_block_three {
  padding-bottom: 90px;
}

.solar_picher_block_three img.img_p_three {
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

.solar_picher_block_three .solar_picher_block_three_wr {
  width: 100%;
  overflow: hidden;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_left {
  width: 480px;
  float: left;
  overflow: hidden;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_left
  h4 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_left
  p.list {
  padding-left: 30px;
  background: url(../img/lis.png) no-repeat left 8px;
  margin-bottom: 4px;
  line-height: 1.5;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_right {
  width: 565px;
  float: right;
  overflow: hidden;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_right
  .solar_picher_block_three_right_wr {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_right
  .solar_picher_block_three_right_wr
  h4 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
}

.solar_picher_block_three
  .solar_picher_block_three_wr
  .solar_picher_block_three_right
  .solar_picher_block_three_right_wr
  p {
  line-height: 1.5;
  margin-bottom: 4px;
}

.solar_form {
  width: 100%;
  overflow: hidden;
  background: #eb071e;
  padding-top: 25px;
  padding-bottom: 25px;
}

.solar_form .solar_form_text {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  overflow: hidden;
  margin-right: 65px;
}

.solar_form .solar_form_text p {
  font-size: 27px;
  color: #fff;
}

.solar_form .solar_form_input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.solar_form .solar_form_input input {
  width: 260px;
  float: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 45px;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.solar_form .solar_form_input input:focus {
  border: 1px solid #fff;
  padding-left: 10px;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.8);
}

.solar_form .solar_form_input input::-webkit-input-placeholder {
  color: #fff;
}

.solar_form .solar_form_button {
  display: inline-block;
  vertical-align: middle;
}

.solar_form .solar_form_button button {
  width: 270px;
  height: 50px;
  border: 0;
  border-radius: 50px;
  background: #fff;
  font-size: 18px;
  color: #606060;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.solar_form .solar_form_button button:hover {
  cursor: pointer;
  background: #f1f1f1;
}

.solar_picher_block_four {
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 40px;
}

.solar_picher_block_four .solar_picher_block_fou_left {
  width: 390px;
  float: left;
}

.solar_picher_block_four .solar_picher_block_fou_left h4 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
}

.solar_picher_block_four .solar_picher_block_fou_left p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.solar_picher_block_four .solar_picher_block_four_right {
  float: right;
}

.solar_post {
  padding-top: 40px;
}

.solar_post .column_posts {
  border-bottom: 1px solid #eb071e;
}

.gall_post {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  height: 600px;
}

.gall_post h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 40px;
}

.gall_post .gall_post__item,
.gall_post .gall_post_wr {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.img_p_three_mobil {
  display: none;
  width: 100%;
  height: auto;
}

.mobil_icon_solar {
  display: none;
}

@media (max-width: 1500px) {
  .slider_block .slider_block__item .wrap {
    width: 1000px;
  }

  .window_nav_wrap {
    width: 1180px;
  }

  .window_nav .window_nav_left {
    width: 95%;
  }

  .window_nav
    .window_nav_left
    .window_nav_left_item
    .window_nav_left_title
    p
    span {
    font-size: 14px;
  }
}

@media (max-width: 1290px) {
  .solar_picher_block_four .solar_picher_block_four_right {
    width: 400px;
  }

  .solar_picher_block_four .solar_picher_block_four_right img {
    display: block;
    width: 100%;
    height: auto;
  }

  .top_fixed {
    display: none;
  }

  .sidebar_top.active {
    height: 80px;
  }

  .open_nav,
  .sidebar_top {
    display: block;
  }

  .top {
    height: 80px;
  }

  .top .logo {
    margin-top: 17px;
    margin-right: 80px;
  }

  .top .logo svg {
    display: block;
    width: 88px;
    height: auto;
  }

  .wrap {
    box-sizing: border-box;
  }

  .slider_block .slider_block__item .wrap,
  .wrap {
    width: auto;
    padding: 0 30px;
  }

  .gist_top {
    display: block;
    position: relative;
  }

  .gist_top p {
    line-height: 30px;
    font-size: 11px;
    color: #606060;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gist_top p span {
    margin-left: 5px;
  }

  .gist_top p a {
    text-decoration: none;
    color: #eb071e;
    margin-left: 4px;
    font-weight: 700;
  }

  p.phone_top {
    width: auto;
    display: block;
    font-size: 20px;
    float: right;
    color: #333;
    line-height: 30px;
    margin-right: 50px;
    position: relative;
  }

  p.phone_top span.icon {
    margin-right: 10px;
  }

  .top_block {
    display: none;
  }

  .gist_top {
    float: left;
  }

  .sidebar_top {
    height: 80px;
  }

  .slider_block .slider_block__item {
    height: 476px;
  }

  .slider_block {
    height: 526px;
  }

  .slider_block .owl-controls .owl-dots {
    height: 50px;
  }

  .slider_block .owl-controls .owl-dots .owl-dot {
    margin-top: 20px;
  }

  .slider_block .slider_block__item p.slider_text_p_one {
    margin-top: 55px;
  }

  .slider_block .owl-controls .owl-next,
  .slider_block .owl-controls .owl-prev {
    display: none !important;
  }

  .slider_block .slider_block__item p.slider_text_p_two {
    font-size: 48px;
  }

  .slider_block .slider_block__item p.slider_text_p_one {
    font-size: 24px;
  }

  .slider_block .slider_block__item p.slider_text_p_three {
    font-size: 32px;
  }

  .slider_block .slider_block__item a {
    width: 250px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    margin-top: 30px;
  }

  .block_one .block_one__text .block_one__text_left h4 {
    font-size: 38px;
  }

  .block_one .block_one__text .block_one__text_left p.podtitle {
    font-size: 20px;
  }

  .block_one .block_one__text .block_one__text_left p {
    font-size: 16px;
  }

  .block_one .block_one__text .block_one__text_left {
    width: 623px;
  }

  .block_one .block_one__text .block_one__text_right p {
    font-size: 22px;
  }

  .block_one__items .block_one__item {
    height: 270px;
  }

  h4.block_title {
    font-size: 30px;
  }

  .block_one__lists .block_one__list {
    margin-bottom: 35px;
  }

  .block_reviews p {
    width: 460px;
  }

  .footer .footer_top .footer_top_left li.one a,
  .footer .footer_top .footer_top_left li.two a {
    background: none;
    padding-left: 0;
  }

  .gist_form p {
    background: url(../img/item4.png) no-repeat 50%;
  }

  .block_one .block_one__text .block_one__text_right img {
    display: block;
    width: 74px;
    height: auto;
  }

  .block_one .block_one__text .block_one__text_right {
    width: 220px;
  }

  .block_reviews .owl-controls .owl-prev {
    left: 20px;
  }

  .block_reviews .owl-controls .owl-next {
    right: 20px;
  }

  .block_reviews .reviews_links {
    width: 100%;
  }

  .block_video {
    height: 400px;
  }

  .block_video .block_video_link {
    margin-top: 70px;
  }

  .block_video p {
    font-size: 20px;
    margin-top: 150px;
  }

  .block_form .wrap .block_form__item {
    width: 420px;
  }

  .block_form .wrap .block_form__item p.form_title {
    font-size: 32px;
    margin-top: 50px;
  }

  .footer .footer_top .footer_top_left li a {
    font-size: 14px;
  }

  .block_one__lists .block_one__list p {
    width: 310px;
  }

  .footer .footer_top .footer_top_left li span.icon {
    display: none;
  }

  .content_page_block_one .about_block_one__left {
    float: none;
    width: 100%;
  }

  .content_page_block_one .about_block_one__right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .content_page_block_two_block_video,
  .content_page_block_two_wr {
    padding-left: 0;
  }

  .content_page_block_two_block_three .content_page_block_two_block_three_left {
    float: none;
    width: 100%;
    padding-top: 0;
  }

  .content_page_block_two_block_three {
    margin-top: 35px;
  }

  .content_page_block_two_block_video {
    margin-top: 45px;
  }

  .content_page_block_three
    .content_page_block_three_wr
    .content_page_block_three_right {
    padding-left: 50px !important;
  }

  .content_page_block_three_number_wr .content_page_block_three__item {
    padding-left: 10px !important;
  }

  .block_part_wr img {
    display: block;
    width: 100%;
    height: auto;
  }

  .block_sertifikat .block_sertifikat_item a img {
    width: 150px !important;
    display: block;
    height: auto !important;
  }

  .block_sertifikat .block_sertifikat_item a p {
    font-size: 12px !important;
  }

  .block_sertifikat .block_sertifikat_wr .owl-controls .owl-next,
  .block_sertifikat .block_sertifikat_wr .owl-controls .owl-prev {
    top: 70px !important;
  }

  .akcia_top .wrap p.slider_text_p_one_t {
    font-size: 40px;
  }

  .akcia_top .wrap p.slider_text_p_two {
    font-size: 40px;
    width: 500px;
  }

  .akcia_top .wrap p.slider_text_p_two_b {
    font-size: 40px;
    width: 500px;
  }

  .akcia_top .wrap p.slider_text_p_proc {
    font-size: 60px;
  }

  .content_page_block_posts .post .post_text {
    width: 430px;
  }

  .content_page_block_one h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .page_navigation .nav_item .nav_item_text .nav_item_text_title a {
    font-size: 22px;
  }
  .page_navigation .nav_item .nav_item_text .nav_item_text_title span {
    font-size: 22px;
  }

  .page_navigation .nav_item .nav_item_text p {
    font-size: 14px;
  }

  .column_two_text .column_two_right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .column_two_text .column_two_left {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .column_posts .column_posts__item .post_item {
    width: 100%;
  }

  .column_posts .column_posts__item .post_item a {
    font-size: 16px;
  }

  .column_posts .column_posts__item .post_item p {
    font-size: 14px;
  }

  .contact .contact_item .contact_left .contact_left_text {
    width: 440px;
  }

  .open_door .open_door_wr .open_door__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 120px;
  }

  .open_door .open_door_wr .open_door__item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .open_door .open_door_wr .open_door__item p {
    font-size: 12px;
  }

  .open_door .open_door_wr .open_door__item:last-child {
    margin-left: 0;
  }

  .open_door .open_door_wr .open_door__item:last-child a {
    font-weight: 400;
    color: #333;
  }

  .column_two_text {
    padding-bottom: 30px;
  }

  .open_door h4 {
    font-size: 25px;
  }

  .mont_block_one .mont_block_one__picher {
    width: 300px;
    height: 400px;
    margin-right: 50px;
    background-size: cover !important;
  }

  .mont_block_one .mont_block_one__text {
    width: 500px;
  }

  .mont_block_one {
    height: 400px;
  }

  .mont_block_one .mont_block_one__text h4 {
    font-size: 40px;
  }

  .mont_block_one .mont_block_one__text p.mont_block_one__text_p1 {
    font-size: 16px;
  }

  .mont_block_two h4 {
    font-size: 30px;
  }

  .mont_block_two .mont_block_two_item p.title_mont_block_two_item {
    font-size: 20px;
  }

  .public .public_top .public_top_picher {
    width: 500px;
  }

  .public .public_wr {
    padding-top: 40px;
  }

  .public .public_wr .public_content {
    width: 550px;
  }

  .public .public_wr .public_content img {
    width: 100%;
    display: block;
    height: auto;
  }

  .public .public_wr .public_content .public_posts h4 {
    font-size: 25px;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .content_page_block_posts
    .post
    .picher_post {
    width: 220px;
    height: 150px;
  }

  .public .public_wr .public_content .public_posts .post_text {
    width: 290px;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .content_page_block_posts
    .post
    h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .content_page_block_posts
    .post
    p {
    font-size: 14px;
  }

  .public .public_wr .public_content .public_posts {
    padding-top: 0;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .publick_post_button
    .all_post {
    width: 250px;
  }

  .page_navigation .nav_item .nav_item_text p {
    display: none;
  }

  .window_nav_wrap {
    width: 920px;
  }

  .window_nav .window_nav_left {
    width: 95%;
  }

  .window_nav .window_nav_right {
    width: 250px;
  }

  .window_nav .window_nav_left .window_nav_left_item .window_nav_left_title p,
  .window_nav
    .window_nav_right
    .window_nav_right__item
    .window_nav_right__item_title
    h4 {
    font-size: 18px;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr__item {
    padding-right: 60px;
  }

  .block_form .wrap .block_form__item {
    margin-right: 100px;
  }

  .solar_top .solar_top_wr .solar_top_picher {
    width: 400px;
    height: 540px;
    background-size: cover !important;
  }

  .solar_top .solar_top_wr .solar_top_picher .solar_top_picher_text h4 {
    font-size: 22px;
  }

  .solar_top .solar_top_wr .solar_top_picher .solar_top_picher_text h4 span {
    font-size: 10px;
  }

  .solar_top .solar_top_wr .solar_top_text h4 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .solar_top .solar_top_wr .solar_top_text .solar_top_text_price {
    margin-top: 10px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    p.solar_top_text_price_ttext {
    margin-top: 30px;
  }

  .solar_top .solar_top_wr .solar_top_text h4 span {
    font-size: 26px;
  }

  .solar_top {
    height: 660px;
  }

  .solar_top_text_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .solar_top_text_block .solar_top_text_block__item h4 {
    font-size: 25px;
  }

  .solar_top_text_block .solar_top_text_block__item p {
    font-size: 16px;
  }

  .solar_picher_block_one .solar_picher_block_one_picher {
    background: url(../img/solar_okno.jpg) no-repeat top;
    background-size: 90%;
    height: 502px;
  }

  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr
    p.solar_picher_block_one_p2 {
    display: none;
  }

  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr {
    padding-left: 145px;
    background: url(../img/son.png) no-repeat 0 0;
    background-size: 91px;
    width: 100%;
  }

  .solar_picher_block_one {
    height: 680px;
  }

  .solar_picher_block_two .solar_picher_block_two_picher {
    background-size: cover !important;
    width: 600px;
    height: 600px;
  }

  .solar_picher_block_two
    .solar_picher_block_two_text
    .solar_picher_block_two_text_wr {
    margin-top: 40px;
  }

  .solar_picher_block_three img.img_p_three {
    width: 100%;
    height: auto;
    display: block;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_left,
  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_right {
    width: 380px;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_left
    h4 {
    font-size: 25px;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_left
    p.list {
    font-size: 16px;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_right
    .solar_picher_block_three_right_wr
    h4 {
    font-size: 25px;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_right
    .solar_picher_block_three_right_wr
    p {
    font-size: 16px;
  }

  .solar_form .solar_form_text {
    display: none;
  }

  .solar_form .solar_form_button {
    float: right;
  }

  .solar_top .solar_top_wr .solar_top_text {
    width: 56.5%;
  }

  .wrap--flex .solar_picher_block_two_picher {
    background-size: 170% !important;
    max-width: 400px;
  }
}

@media (max-width: 1000px) {
  .solar_top .solar_top_wr .solar_top_picher {
    width: 38% !important;
    height: 510px !important;
  }
}

@media (max-width: 860px) {
  .block_form .wrap .block_form__item {
    margin-right: 50px;
  }

  .solar_top .solar_top_wr .solar_top_text {
    width: 61% !important;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_icon
    .solar_top_text_icon__item {
    font-size: 12px !important;
  }

  .solar_top .solar_top_wr .solar_top_picher {
    width: 38% !important;
    height: 360px !important;
  }
}

@media (max-width: 740px) {
  .solar_top .solar_top_wr .solar_top_text {
    width: 55% !important;
  }

  .solar_top .solar_top_wr .solar_top_text h4 {
    font-size: 25px;
  }

  .solar_top .solar_top_wr .solar_top_text h4 span {
    font-size: 22px;
  }

  .solar_top .solar_top_wr .solar_top_picher {
    width: 44% !important;
  }

  .wrap--flex {
    display: block;
  }

  .wrap--flex .solar_picher_block_two_picher {
    background-size: 100% !important;
    height: 420px !important;
    margin-top: 50px;
  }
}

@media (max-width: 1000px) {
  .page_navigation[col5] .nav_item .nav_item_text,
  .page_navigation[col5_last] .nav_item .nav_item_text {
    top: auto !important;
    bottom: 30px;
  }

  .solar_top .solar_top_wr .solar_top_text h4 span {
    font-size: 14px;
  }

  .solar_top {
    height: 620px;
  }

  .solar_picher_block_two .solar_picher_block_two_text {
    width: 480px;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_left {
    width: 100%;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_right {
    width: 100%;
    margin-top: 20px;
  }

  .solar_top_text_block .solar_top_text_block__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .solar_top_text_block {
    padding-bottom: 20px;
  }

  .solar_picher_block_one .solar_picher_block_one_picher {
    height: 42vw;
  }

  .solar_picher_block_three {
    padding-bottom: 30px;
  }

  .solar_picher_block_four {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .solar_picher_block_four .solar_picher_block_four_right {
    width: 600px;
    float: none;
    margin: auto;
  }

  .column_posts .column_posts__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .gall_post h4 {
    font-size: 28px;
  }

  .column_posts .column_posts__item .post_item .column_posts_picher {
    width: 320px;
    margin: auto;
    margin-bottom: 10px;
  }

  .gall_post .gall_post__item {
    height: 380px;
  }

  .solar_picher_block_four .solar_picher_block_fou_left {
    width: 100%;
    float: none;
  }

  .solar_form .solar_form_input input {
    width: 160px;
  }

  .solar_picher_block_three
    .solar_picher_block_three_wr
    .solar_picher_block_three_right
    .solar_picher_block_three_right_wr {
    margin-bottom: 30px;
  }

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

  .solar_top_text_block .solar_top_text_block__item h4 {
    margin-bottom: 20px;
  }

  .solar_top .solar_top_wr .solar_top_picher {
    width: 240px;
    height: 360px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_icon
    .solar_top_text_icon__item {
    font-size: 14px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    .solar_top_text_price_wr
    p {
    font-size: 20px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    .solar_top_text_price_wr
    p
    span {
    font-size: 25px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    .solar_top_text_price_wr
    a {
    margin-top: 0;
  }

  .solar_top .solar_top_wr .solar_top_text {
    width: 435px;
  }

  .content_page_block_two_block_video p {
    font-size: 20px;
  }

  .content_page_block_one h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .content_page_block_one {
    padding-bottom: 20px;
  }

  .content_page_block_two p.title_block_two {
    margin-top: 30px;
    font-size: 20px;
  }

  .content_page_block_two_block_video .link_video {
    width: 300px;
  }

  .content_page_block_two_block_video .link_video svg {
    width: 100%;
  }

  .content_page_block_two_block_three
    .content_page_block_two_block_three_right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .content_page_block_two_wr .content_page_block_two_item {
    padding-right: 30px;
  }

  .content_page_block_two_block_video .link_video {
    margin-right: 30px;
  }

  .content_page_block_one .about_block_one__left p {
    font-size: 20px;
  }

  .content_page_block_two_block_video p {
    font-size: 18px;
  }

  .content_page_block_three
    .content_page_block_three_wr
    .content_page_block_three_left {
    padding-right: 0 !important;
  }

  .content_page_block_three
    .content_page_block_three_wr
    .content_page_block_three_left
    p,
  .content_page_block_three_number_wr
    .content_page_block_three__item
    p.title_num {
    font-size: 18px !important;
  }

  .content_page_block_three_number_wr {
    padding-top: 30px !important;
  }

  .block_sertifikat .owl-carousel {
    height: auto !important;
  }

  .mobil_zakaz {
    overflow: hidden;
    background: #eb071e;
    max-height: 50px;
    border-radius: 25px;
    text-align: center;
    padding: 10px 0;
  }

  .mobil_zakaz,
  .mobil_zakaz a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mobil_zakaz a {
    height: 100%;
  }

  .mobil_zakaz p {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-top: 0;
  }

  .slider_block .slider_block__item .wrap,
  .wrap {
    width: 100%;
  }

  .site {
    width: 100% !important;
    padding-right: 0;
  }

  .sidebar {
    display: none;
  }

  .top {
    height: 70px;
  }

  .top .logo {
    margin-right: 21px;
    margin-top: 12px;
  }

  p.phone_top {
    font-size: 18px;
    margin-right: 0;
  }

  .gist_top p,
  p.phone_top {
    line-height: 70px;
  }

  .open_nav_top {
    width: 70px;
    height: 70px;
    background: url(../img/open_nav.png) no-repeat 50%;
    float: right;
    margin-left: 20px;
    cursor: pointer;
  }

  .slider_block .slider_block__item {
    height: 320px;
  }

  .owl-carousel {
    height: 369px;
  }

  .slider_block .slider_block__item p.slider_text_p_one {
    font-size: 18px;
    margin-top: 20px;
  }

  .slider_block .slider_block__item p.slider_text_p_two {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .slider_block .slider_block__item p.slider_text_p_three {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .slider_block .slider_block__item a {
    margin-top: 15px;
  }

  .block_one .block_one__text .block_one__text_left {
    width: 100%;
    float: none;
  }

  .block_one .block_one__text .block_one__text_right {
    width: 100%;
    float: none;
    display: block;
    height: auto;
    margin-top: 10px;
    min-height: inherit;
  }

  .block_one .block_one__text .block_one__text_right img {
    width: 58px;
    float: left;
    margin-right: 15px;
  }

  .block_one__items .block_one__item {
    width: 50%;
  }

  .block_one__lists .block_one__list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    height: auto;
  }

  h4.block_title {
    margin-bottom: 30px;
  }

  .block_video {
    height: 300px;
  }

  .block_video .block_video_link {
    margin-right: 20px;
  }

  .block_video .block_video_link svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .block_video p {
    margin-top: 100px;
  }

  .block_reviews p {
    width: 100%;
  }

  .block_reviews .owl-controls .owl-next,
  .block_reviews .owl-controls .owl-prev {
    display: none !important;
  }

  .block_reviews .owl-carousel {
    height: auto;
  }

  .block_reviews .reviews_links a.retain_review {
    float: left;
  }

  .block_form {
    height: 400px;
  }

  .block_form .bg_form .bg_form_men {
    height: 100%;
    background-size: contain;
  }

  .block_form .wrap .block_form__item {
    width: 290px;
  }

  .block_form .wrap .block_form__item p.form_title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .block_form .wrap .block_form__item > p {
    font-size: 16px;
  }

  .block_form .wrap .block_form__item form {
    margin-top: 30px;
  }

  .block_form .wrap .block_form__item form input {
    width: 90%;
  }

  .block_form .wrap .block_form__item form p {
    display: none;
  }

  .footer .footer_top .footer_top_left {
    float: none;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #454545;
  }

  .footer_top_left ul {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }

  .footer .footer_top .footer_top_left li {
    float: none;
  }

  .footer {
    height: auto;
  }

  .footer .footer_top .footer_top_right,
  .soc {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .soc {
    text-align: center;
  }

  .footer .footer_top .footer_top_right .soc_item {
    display: inline-block;
    float: none;
  }

  .footer .footer_top {
    height: auto;
  }

  .footer .footer_bottom .footer_bottom__left {
    width: 240px;
  }

  .footer .footer_bottom .footer_bottom__left p {
    line-height: 1;
    margin-top: 37px;
  }

  .footer_bottom__right {
    width: 300px;
  }

  .footer .footer_bottom .footer_bottom__right p {
    line-height: 1;
    margin-top: 37px;
    font-size: 13px;
    padding-left: 0;
  }

  .block_one__lists .block_one__list p {
    width: 80%;
  }

  .akcia_top .wrap img {
    width: 240px;
    height: auto;
    right: 20px;
  }

  .akcia_top .wrap p.slider_text_p_one {
    font-size: 20px;
    margin-top: 75px;
  }

  .akcia_top .wrap p.slider_text_p_one_b {
    font-size: 20px;
    margin-top: 75px;
  }

  .akcia_top .wrap p.slider_text_p_one_t {
    font-size: 22px;
  }

  .akcia_top .wrap p.slider_text_p_two {
    font-size: 27px;
  }

  .akcia_top .wrap p.slider_text_p_two_b {
    font-size: 27px;
  }

  .akcia_top .wrap p.slider_text_p_proc {
    font-size: 32px;
  }

  .akcia_top {
    height: 340px;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_left p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_left {
    padding-right: 0;
    width: 100%;
    display: block;
    float: none;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr_right {
    width: 100%;
  }

  .akcia_block_two img.akc_img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }

  .akcia_block_two .akc_text_one p {
    font-size: 18px;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr__item {
    width: 50%;
    margin-bottom: 20px;
  }

  .akcia_block_two
    .akcia_block_two_wr
    .akcia_block_two_wr__item:nth-of-type(n + 4) {
    margin-bottom: 20px;
  }

  .akcia_block_two .akc_text_two p {
    font-size: 18px;
  }

  .akcia_block_two .akc_text_two {
    padding-bottom: 0;
  }

  .akcii__item p.slider_text_p_one {
    margin-top: 35px;
    font-size: 24px;
  }

  .akcii__item p.slider_text_p_two {
    font-size: 30px;
  }

  .akcii__item p.slider_text_p_three {
    font-size: 25px;
  }

  .akcii__item a {
    margin-top: 30px;
  }

  .akcii__item {
    height: 333px;
    padding-bottom: 30px;
  }

  .akcii__item a {
    width: 270px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
  }

  .akcii__item p.slider_text_p_two_pod {
    font-size: 30px;
  }

  .akcii {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .content_page_block_posts .post .picher_post {
    width: 190px;
    height: 120px;
    margin-right: 12px;
  }

  .content_page_block_posts .post .post_text a h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .content_page_block_posts .post .post_text .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .content_page_block_posts .post .post_text p {
    font-size: 14px;
  }

  .content_page_block_posts .post .post_text {
    width: 530px;
  }

  .page_navigation .nav_item .nav_item_text p {
    display: none;
  }

  .page_navigation .nav_item .nav_item_text {
    top: auto;
    bottom: 30px;
  }

  .page_navigation .nav_item {
    height: 240px;
  }

  .column_posts .column_posts__item .post_item .column_posts_picher {
    height: 160px;
  }

  .contact .contact_item .contact_left {
    width: 100%;
    height: auto;
    float: none;
  }

  .contact .contact_item .contact_left .contact_left_text {
    width: 100%;
    float: none;
    padding: 80px 20px 20px;
    box-sizing: border-box;
  }

  .contact_pag {
    width: 300px;
  }

  .contact_right {
    width: 100%;
    float: none;
    height: 300px;
  }

  .contact .contact_item .contact_left .contact_left_text h1 {
    font-size: 25px;
  }

  .contact .contact_item .contact_left .contact_left_text p.sal_name {
    font-size: 20px;
  }

  .publick_post_button .prev_post {
    font-size: 12px;
  }

  .mont_block_one .mont_block_one__picher {
    display: none;
  }

  .mont_block_one .mont_block_one__text {
    width: 100%;
    float: none;
  }

  .mont_block_one {
    height: auto;
    padding-bottom: 20px;
  }

  .mont_block_two .mont_block_two_item {
    padding-right: 50px;
  }

  .mont_block_two .mont_block_two_item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .public .public_top .public_top_picher {
    width: 300px;
  }

  .public .public_top .public_top_text p {
    font-size: 18px;
  }

  .public .public_wr .public_right {
    display: none;
  }

  .public .public_wr .public_content {
    width: 100%;
  }

  .public .public_wr .public_content .public_posts .post_text {
    width: 450px;
  }

  .page_navigation.roll .nav_item .nav_item_text {
    top: auto;
    bottom: 30px;
  }

  .column_two_text_text .column_two_text_text__item {
    padding-right: 50px;
  }

  .window_nav_wrap {
    width: 95%;
    margin: auto;
  }

  .window_nav .window_nav_right {
    width: 25%;
  }

  .window_nav .window_nav_left .window_nav_left_item,
  .window_nav .window_nav_right .window_nav_right__item {
    height: 300px;
  }

  .window_nav .window_nav_left .window_nav_left_item .window_nav_left_picher {
    height: 220px;
  }

  .window_nav .window_nav_left .window_nav_left_item .window_nav_left_title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .window_nav
    .window_nav_left
    .window_nav_left_item
    .window_nav_left_title
    p
    span {
    font-size: 12px;
    margin-top: 5px;
  }

  .windows_block__two .nastr {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .window_nav
    .window_nav_right
    .window_nav_right__item
    .window_nav_right__item_title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .windows_block__two {
    padding-bottom: 10px;
  }

  .window_nav .window_nav_left {
    width: 100%;
  }

  .window_nav .window_nav_left .window_nav_left_item {
    width: 33.3%;
    border-right: 1px solid #e0e4e5;
    border-bottom: 1px solid #e0e4e5;
  }

  .solar_post {
    padding-top: 0;
  }

  .gall_post {
    padding-top: 40px;
  }

  .block_reviews {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr {
    background-size: 61px;
    padding-left: 81px;
  }

  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr
    p.solar_picher_block_one_p1 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr
    p.solar_picher_block_one_title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .solar_picher_block_one .solar_picher_block_one__text {
    margin-bottom: 20px;
  }

  .solar_picher_block_two .solar_picher_block_two_text {
    right: 10px;
  }

  .solar_picher_block_two .solar_picher_block_two_picher {
    width: 400px;
    height: 400px;
    left: -75px;
  }

  .solar_picher_block_two
    .solar_picher_block_two_text
    .solar_picher_block_two_text_wr {
    margin-top: 25px;
  }

  .solar_picher_block_two .solar_picher_block_two_text h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .solar_picher_block_two_text p {
    font-size: 16px;
  }

  .solar_top .solar_top_wr {
    height: auto;
  }

  .footer .footer_center a.footer_city {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 40px;
  }

  .footer .footer_center p.footer_phone {
    margin: 0;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .footer .footer_center p.footer_phone span {
    float: none;
  }

  .footer .footer_center {
    border-bottom: 1px solid #454545;
    height: auto;
  }

  .footer .footer_bottom {
    height: 120px;
  }
}

@media (max-width: 880px) {
  .solar_picher_block_two {
    width: 70%;
    float: none;
  }
}

@media (max-width: 770px) {
  .solar_picher_block_two .solar_picher_block_two_text {
    width: 65%;
  }
}

@media (max-width: 675px) {
  .solar_picher_block_two .solar_picher_block_two_text {
    width: 60%;
  }

  .solar_form .solar_form_button button {
    width: 230px;
  }
}

@media (max-width: 640px) {
  .solar_picher_block_two .solar_picher_block_two_picher {
    position: static;
    margin: auto;
  }

  .solar_picher_block_two .solar_picher_block_two_text {
    position: static;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .gist_top {
    display: none;
  }

  .top .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .top .logo {
    margin-left: 10px;
    margin-right: 0;
  }

  p.phone_top {
    font-size: 12px;
    padding-left: 0;
  }

  .open_nav_top {
    margin-left: 0;
  }

  .slider_block .slider_block__item p.slider_text_p_one {
    padding-left: 20px;
  }

  .slider_block .slider_block__item p.slider_text_p_two {
    font-size: 30px;
    padding-left: 20px;
  }

  .slider_block__item .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_block .slider_block__item p.slider_text_p_three {
    width: 100%;
    display: block;
    padding: 20px 20px 0;
    box-sizing: border-box;
    background: #fff;
    font-size: 22px;
    margin-bottom: 0;
  }

  .slider_block .slider_block__item .slider_block__item__link {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider_block .slider_block__item a {
    margin-left: 20px;
    z-index: 1;
  }

  .slider_block.owl-carousel,
  .slider_block .slider_block__item {
    height: auto;
  }

  .block_one .block_one__text .block_one__text_left h4,
  .slider_block .slider_block__item p.slider_text_p_two {
    margin-bottom: 20px;
  }

  .block_one .block_one__text .block_one__text_left p.podtitle {
    font-size: 15px;
  }

  .block_one .block_one__text .block_one__text_left p {
    font-size: 13px;
  }

  .block_one .block_one__text .block_one__text_right img {
    width: 50px;
    margin-right: 10px;
  }

  .block_one .block_one__text .block_one__text_right p {
    font-size: 14px;
  }

  .block_one .block_one__text .block_one__text_right p span {
    margin-top: 0;
  }

  .block_one__items .block_one__item {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }

  .block_one__items .block_one__item:first-child {
    border-top: 1px solid #dbdbdb;
  }

  .block_one__items .block_one__item .block_one__item_text {
    padding-left: 15px;
    background: url(../img/str_max.png) #fff no-repeat right 15px center;
    width: 100%;
    position: static;
  }

  .block_one__lists {
    padding-top: 30px;
  }

  h4.block_title {
    font-size: 20px;
  }

  .block_one__lists .block_one__list {
    padding-left: 0;
    font-size: 13px;
  }

  .block_one {
    padding-bottom: 0;
  }

  .block_video {
    height: auto;
  }

  .block_video .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .block_video .block_video_link img,
  .block_video p {
    width: 100%;
    margin-top: 0;
    float: none;
  }

  .block_video p {
    padding: 20px 15px;
    text-align: center;
    background: hsla(0, 0%, 100%, 0.8);
    display: block;
    font-size: 18px;
    color: #333;
  }

  .block_video .block_video_link {
    margin-right: 0;
    margin-top: 0;
    float: none;
  }

  .block_reviews .reviews_links a.retain_review {
    float: none;
    margin-top: 20px;
  }

  .block_reviews .reviews_links a.all_reviews {
    position: static;
    text-align: center;
    display: block;
    width: 240px;
    margin-top: 20px;
  }

  .block_reviews {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .block_form .bg_form .bg_form_ccc {
    width: 100%;
  }

  .block_form .bg_form .bg_form_fff,
  .block_form .bg_form .bg_form_men {
    display: none;
  }

  .footer .footer_top .footer_top_left li {
    display: block;
    margin-right: 0;
    height: 20px;
  }

  .footer .footer_top .footer_top_left li a {
    line-height: 20px;
    text-align: left;
  }

  .footer .footer_top .footer_top_left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer .footer_top .footer_top_right .soc_item {
    width: 60px;
    height: 60px;
  }

  .footer .footer_top .footer_top_right {
    height: 60px;
  }

  .footer .footer_bottom {
    height: auto;
  }

  .footer .footer_bottom .footer_bottom__left {
    height: auto;
    padding-bottom: 15px;
  }

  .footer .footer_bottom .footer_bottom__left p {
    margin-top: 17px;
  }

  .footer .footer_bottom .footer_bottom__right {
    height: auto;
    padding-bottom: 15px;
  }

  .footer .footer_bottom .footer_bottom__right p {
    margin-top: 17px;
  }

  .block_form .wrap .block_form__item {
    float: none;
    margin: auto;
  }

  .mobil_zakaz p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    line-height: 1;
    padding-right: 0;
    padding-top: 5px;
    text-align: center;
  }

  .mobil_zakaz p span.icon {
    margin-top: -4px;
    display: none;
  }

  .block_one__lists .block_one__list .icon {
    width: 10%;
    margin-right: 0;
  }

  .block_one__lists .block_one__list .icon svg {
    width: 21px;
    height: 21px;
    margin-top: 5px;
  }

  .block_one__lists .block_one__list p {
    width: 88%;
  }

  .footer .footer_bottom .footer_bottom__left {
    width: 100%;
    float: none;
  }

  .footer .footer_bottom .footer_bottom__left p {
    text-align: center;
  }

  .footer .footer_bottom .footer_bottom__right p span.icon {
    float: none;
    display: block;
    margin: auto;
    width: 89px;
    margin-bottom: 10px;
  }

  .footer .footer_bottom .footer_bottom__right p {
    text-align: center;
  }

  .footer_bottom__right {
    width: 100%;
  }

  .footer .footer_bottom .footer_bottom__right {
    float: none;
  }

  .footer .footer_top .footer_top_left li {
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto;
  }

  .footer .footer_top .footer_top_left li a {
    text-align: center;
    color: #d8d9db;
  }

  .mobil_footer {
    display: block;
  }

  .mobil_footer .footer_gist {
    width: 100%;
    display: block;
    padding-top: 20px;
  }

  .mobil_footer .footer_gist a {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
  }

  .mobil_footer .footer_gist a p {
    text-align: center;
    color: #d0d3d4;
    text-transform: uppercase;
  }

  .mobil_footer .footer_gist a p span {
    margin-left: 5px;
    fill: #d0d3d4;
  }

  .mobil_footer .footer_gist a p span path {
    fill: #d0d3d4;
  }

  .mobil_footer > a {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #eb071e;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .mobil_footer p.phone_footer {
    text-align: center;
    color: #d0d3d4;
    text-transform: uppercase;
    font-size: 20px;
  }

  .mobil_footer p.phone_footer span.icon {
    margin-right: 15px;
  }

  .mobil_footer p.phone_footer span.icon svg,
  .mobil_footer p.phone_footer span.icon svg path {
    fill: #d0d3d4;
  }

  .mobil_footer p.phone_footer span.icon svg polygon {
    color: #d0d3d4;
  }

  .footer .footer_top .footer_top_left {
    padding-top: 0;
  }

  .content_page_block_two_wr .content_page_block_two_item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .content_page_block_two_wr .content_page_block_two_item:last-child {
    margin-bottom: 0;
  }

  .content_page_block_two_block_video .link_video {
    float: none;
    display: block;
    margin: auto;
  }

  .content_page_block_two_block_video p {
    margin-top: 25px;
  }

  .content_page_block_two {
    height: auto;
  }

  .content_page_block_two_block_three
    .content_page_block_two_block_three_right
    img {
    display: none;
  }

  .content_page_block_two_block_three
    .content_page_block_two_block_three_right
    p {
    position: static;
    width: 100%;
    font-size: 18px;
  }

  .content_page_block_two_block_three
    .content_page_block_two_block_three_right {
    height: auto;
    padding-bottom: 30px;
  }

  .content_page_block_two_block_three {
    height: auto;
  }

  .content_page_block_two_block_three
    .content_page_block_two_block_three_right
    p
    span {
    font-size: 20px;
  }

  .content_page_block_three
    .content_page_block_three_wr
    .content_page_block_three_left {
    width: 100%;
    float: none;
  }

  .content_page_block_three
    .content_page_block_three_wr
    .content_page_block_three_right {
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }

  .content_page_block_three_number_wr .content_page_block_three__item {
    width: 100%;
    padding-left: 0 !important;
    display: block;
  }

  .content_page_block_two_block_video .link_video {
    width: 280px;
  }

  .block_sertifikat h4 {
    text-align: center;
    font-size: 20px;
    margin-left: 0;
  }

  .block_sertifikat .block_sertifikat_wr .owl-controls .owl-prev {
    width: 45px;
    height: 45px;
    background-size: cover;
  }

  .block_sertifikat .block_sertifikat_wr .owl-controls .owl-prev:hover {
    background-size: cover;
  }

  .block_sertifikat .block_sertifikat_wr .owl-controls .owl-next {
    width: 45px;
    height: 45px;
    background-size: cover;
  }

  .block_sertifikat .block_sertifikat_wr .owl-controls .owl-next:hover {
    background-size: cover;
  }

  .block_part h4 {
    font-size: 20px;
  }

  .content_page_block_one .about_block_one__right {
    padding-right: 0;
  }

  .content_page_block_two p.title_block_two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .akcia_top .wrap img {
    display: none;
  }

  .akcia_top .wrap p.slider_text_p_one,
  .akcia_top .wrap p.slider_text_p_one_b,
  .akcia_top .wrap p.slider_text_p_one_t,
  .akcia_top .wrap p.slider_text_p_two,
  .akcia_top .wrap p.slider_text_p_two_b {
    width: 100%;
  }

  .akcia_top {
    padding-bottom: 25px;
  }

  .akcia_top,
  .akcia_top .wrap {
    height: auto;
    min-height: 150px;
  }

  .akcia_block_two {
    padding-top: 20px;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr__item {
    width: 100%;
    padding-right: 20px;
  }

  .akcia_block_two .akcia_block_two_wr .akcia_block_two_wr__item span {
    display: block;
    width: 60px;
  }

  .akcii__item p.slider_text_p_one,
  .akcii__item p.slider_text_p_three,
  .akcii__item p.slider_text_p_two {
    font-size: 20px;
  }

  .akcii__item a {
    font-size: 14px;
  }

  .akcii__item p.slider_text_p_one {
    margin-top: 25px;
  }

  .akcii__item p.slider_text_p_two_pod {
    font-size: 20px;
  }

  .content_page_block_posts .post .picher_post {
    width: 290px;
    height: 180px;
    margin-bottom: 20px;
    margin: auto;
  }

  .content_page_block_posts .post .post_text {
    width: 100%;
    margin-top: 20px;
  }

  .content_page_block_posts .post {
    margin-bottom: 30px;
  }

  .content_page_block_one h1 {
    font-size: 22px;
  }

  .page_navigation .nav_item {
    width: 100%;
    float: none;
  }

  .column_posts .column_posts__item {
    width: 100%;
    margin-bottom: 25px;
  }

  .column_posts {
    padding-bottom: 0;
  }

  .column_two_text {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .page_navigation[col5] .nav_item,
  .page_navigation[col5] .nav_item:first-child {
    width: 100%;
  }

  .open_door .open_door_wr .open_door__item {
    margin-bottom: 15px;
  }

  .open_door {
    padding-bottom: 10px;
  }

  .page_navigation[col5_last] .nav_item,
  .page_navigation[col5_last] .nav_item:last-child {
    width: 100%;
  }

  .mont_block_one .mont_block_one__text h4,
  .mont_block_two h4 {
    font-size: 25px;
  }

  .mont_block_two .mont_block_two_item {
    width: 100%;
    padding-right: 0;
  }

  .mont_block_two .mont_block_two_item img {
    width: 90%;
  }

  .mont_block_two .mont_block_two_item p.title_mont_block_two_item {
    font-size: 18px;
  }

  .mont_block_two h4 {
    font-size: 20px;
  }

  .mont_block_two {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mont_block_one {
    margin-top: 30px;
  }

  .vopr a {
    padding-left: 0;
    background: none;
    height: auto;
  }

  .public .public_top .public_top_picher {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }

  .public .public_top .public_top_text p,
  .public .public_wr .public_content p {
    font-size: 16px;
  }

  .public .public_wr .public_content .public_posts h4,
  .public .public_wr .public_content h4 {
    font-size: 20px;
  }
  .public .public_wr .public_content .public_posts .title,
  .public .public_wr .public_content .title {
    font-size: 20px;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .content_page_block_posts
    .post
    .picher_post {
    width: 100%;
    height: 190px;
    float: none;
    display: block;
    margin-right: 0;
  }

  .public .public_wr .public_content .public_posts .post_text {
    width: 100%;
    display: block;
  }

  .public .public_wr .public_content p {
    margin-bottom: 10px;
  }

  .public .public_wr .public_content .public_posts h4 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .publick_post_button
    .prev_post {
    float: none;
    width: 100%;
  }

  .public
    .public_wr
    .public_content
    .public_posts
    .publick_post_button
    .all_post {
    margin: auto;
    margin-top: 20px;
    float: none;
  }

  .public .public_wr {
    padding-bottom: 30px;
  }

  .public .public_wr .public_content p.anot {
    margin-bottom: 20px;
  }

  .page_navigation .nav_item .nav_item_text .nav_item_text_title a {
    padding-left: 10px;
  }
  .page_navigation .nav_item .nav_item_text .nav_item_text_title span {
    padding-left: 10px;
  }

  .column_two_text_text .column_two_text_text__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .column_two_text_text .column_two_text_text__item h4 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .column_two_text_text .column_two_text_text__item p {
    font-size: 16px;
  }

  .column_two_text_text {
    padding-bottom: 20px;
  }

  .column_two_text .column_two_left p {
    font-size: 16px;
  }

  .window_nav .window_nav_left,
  .window_nav .window_nav_right {
    width: 100%;
  }

  .window_nav .window_nav_left .window_nav_left_item {
    width: 50%;
    border-right: 1px solid #e0e4e5;
    border-bottom: 1px solid #e0e4e5;
  }

  .window_nav
    .window_nav_left
    .window_nav_left_item
    .window_nav_left_title
    p
    span {
    font-size: 11px;
  }

  .content_page_block_two_block_video,
  .content_page_block_two_block_video p {
    margin-top: 0;
  }

  .content_page_block_two_block_three .content_page_block_two_block_three_left {
    padding-right: 0;
  }

  .block_sertifikat {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .solar_top .solar_top_wr .solar_top_picher {
    width: 100% !important;
    background-position: right -70px center !important;
    background-size: 300px !important;
    height: 340px !important;
  }

  .solar_top_picher_text {
    display: none;
  }

  .solar_top {
    position: relative;
  }

  .solar_top .solar_top_wr .solar_top_text .solar_top_text_icon {
    display: none;
  }

  .solar_top .solar_top_wr .solar_top_text {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 320px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    .solar_top_text_price_wr
    p {
    float: none;
    margin-bottom: 10px;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    .solar_top_text_price_wr
    a {
    float: none;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    a.solar_top_text_price__link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .solar_top {
    height: 420px;
  }

  .solar_picher_block_three img.img_p_three {
    display: none;
  }

  .img_p_three_mobil {
    display: block;
    width: 300px;
    margin: auto;
    height: auto;
  }

  .img_p_three_mobil_mobil_num {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .img_p_three_mobil_mobil_num .img_p_three_mobil_mobil_num__item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .img_p_three_mobil_mobil_num .item__n {
    width: 30px;
    height: 30px;
    border: 2px solid #eb071e;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 50px;
    vertical-align: top;
  }

  .img_p_three_mobil_mobil_num p {
    display: inline-block;
    font-size: 13px;
    width: 200px;
  }

  .img_p_three_mobil_mobil_num__item {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .solar_form .solar_form_input input {
    width: 160px;
    height: 40px;
  }

  .solar_form .solar_form_button button {
    width: 180px;
    height: 40px;
    font-size: 13px;
  }

  .solar_picher_block_four .solar_picher_block_four_right {
    width: 100%;
    height: auto;
    float: none;
  }

  .solar_top,
  .solar_top .solar_top_wr .solar_top_text {
    height: auto;
  }

  .mobil_icon_solar {
    display: block;
    padding: 25px 20px;
    box-sizing: border-box;
  }

  .mobil_icon_solar .solar_top_text_icon {
    width: 100%;
    overflow: hidden;
  }

  .mobil_icon_solar .solar_top_text_icon .solar_top_text_icon__item {
    width: 49%;
    vertical-align: top;
    margin-bottom: 25px;
    display: inline-block;
    overflow: hidden;
  }

  .mobil_icon_solar .solar_top_text_icon .solar_top_text_icon__item p span {
    float: left;
    width: 50px;
    margin-right: 15px;
  }

  .akcia_top .wrap p.slider_text_p_one {
    margin-top: 30px;
  }

  .akcia_top .wrap p.slider_text_p_one_b {
    margin-top: 30px;
  }

  .akcia_block_two img.akc_img {
    /*display: none*/
  }

  .akcii__item {
    height: auto;
  }

  .footer_center {
    display: none;
  }
}

@media (max-width: 500px) {
  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    a.solar_top_text_price__link {
    margin-top: 170px;
    width: 270px;
  }

  .solar_top .solar_top_wr {
    height: 420px;
  }

  .solar_top {
    background-size: contain !important;
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    .solar_top_text_price_wr
    a {
    width: 90px;
    display: block;
  }

  .solar_top .mobil_zakaz {
    margin-top: 30px;
  }

  .solar_top .solar_top_wr .solar_top_picher {
    background-position: right 30px center !important;
    background-size: 220px !important;
    height: 280px;
  }

  .solar_top .solar_top_wr .solar_top_text {
    top: 20px;
    left: 60px;
  }

  .mobil_icon_solar .solar_top_text_icon .solar_top_text_icon__item p {
    font-size: 13px;
  }

  .mobil_icon_solar .solar_top_text_icon .solar_top_text_icon__item p span {
    margin-right: 10px;
  }

  .solar_top_text_price__link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-56%);
  }

  .solar_top
    .solar_top_wr
    .solar_top_text
    .solar_top_text_price
    p.solar_top_text_price_ttext {
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: inline-block;
    width: 100%;
    text-align: center;
    transform: translateX(-56%);
  }
}

@media (max-width: 580px) {
  .solar_form .solar_form_input {
    width: 100%;
    display: block;
    float: none;
  }

  .solar_form .solar_form_input input {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .solar_form .solar_form_button {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
  }

  .solar_form .solar_form_button button {
    width: 290px;
    display: block;
    margin: auto;
  }
  .solar_top .solar_top_wr .solar_top_text .solar_top_text_price {
    overflow: visible;
    min-height: 332px;
  }

  .solar_top .solar_top_wr .solar_top_text {
    overflow: visible;
    width: 100% !important;
  }
}

@media (max-width: 440px) {
  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr
    p.solar_picher_block_one_p1
    span {
    width: 150px;
  }

  .solar_picher_block_two .solar_picher_block_two_picher {
    width: 100%;
  }

  .mobil_icon_solar .solar_top_text_icon .solar_top_text_icon__item p span {
    display: block;
    float: none;
    height: 55px;
  }
}

@media (max-width: 390px) {
  .solar_top .solar_top_wr .solar_top_picher {
    background-position: right 0px center !important;
    background-size: 220px !important;
    height: 280px;
  }

  .solar_top .solar_top_wr .solar_top_text {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 370px) {
  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr {
    padding-left: 71px;
  }

  .solar_picher_block_one
    .solar_picher_block_one__text
    .solar_picher_block_one__text_wr
    p.solar_picher_block_one_p1
    span {
    width: 100px;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .top .logo {
    margin-right: 60px;
  }
}

.solar_top .solar_top_wr .solar_top_picher .solar_top_picher_text h1 {
  font-weight: 900;
  color: #606060;
  font-size: 37px;
  text-transform: uppercase;
}

.solar_top .solar_top_wr .solar_top_picher .solar_top_picher_text span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #eb071e;
  text-transform: uppercase;
}

.nameSity {
  text-decoration: none;
}

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

.bx-core-popup-menu-item-text {
  color: #9ca4b2 !important;
}

.wrap p.slider_text_p_one_t {
  font-size: 60px;
  color: #eb071e;
  width: 670px;
}

@media (max-width: 1290px) {
  .akc_img_back {
    background: none !important;
  }
  .portfolio-wrap {
    width: 95% !important;
  }
}

#nsc_oc {
  /*display: none;*/
}

.promo-derevo-text {
  margin: 50px 0 50px 0;
  font-size: 24px;
  max-width: 1000px;
}
.promo-derevo-list {
  display: flex;
  flex-wrap: wrap;
  /*max-height: calc(100vh - 60px);*/
}
.promo-derevo-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  flex-basis: 19%;
  max-width: 19%;
  margin-left: 60px;
}
.item-img1:before,
.item-img2:before,
.item-img3:before {
  position: absolute;
  width: 45px;
  height: 45px;
  margin-left: -60px;
}
.item-img1:before {
  background: url("/local/templates/okna/img/derevo1.png") no-repeat;
  background-size: 40px 37px;
  content: "";
}
.item-img2:before {
  background: url("/local/templates/okna/img/derevo2.png") no-repeat;
  content: "";
}
.item-img3:before {
  background: url("/local/templates/okna/img/derevo3.png") no-repeat;
  content: "";
}
.promo-derevo-button {
  text-align: center;
  margin: 85px 0 80px;
}
.derevo-button {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 50px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  color: #ffffff;
  background: #3c444d;
  transition: all 0.2s linear;
  cursor: pointer;
}
.derevo-button:hover {
  box-shadow: 0px 0px 10px #6c7e89;
  filter: dropshadow(color=#6c7e89, offx=0, offy=0);
}
.derevo-button:active {
  box-shadow: none;
}
.button-red {
  background: #eb071e;
  margin-left: 45px;
  padding: 20px 50px;
  cursor: pointer;
}

.promo-derevo-sale {
  background: #eff2f5;
}
.promo-derevo-sale-head {
  font-size: 36px;
  margin: 50px 0 35px;
}
.underline {
  border-bottom: 4px solid #eb071e;
  display: inline-block;
  line-height: 35px;
}
.promo-derevo-column-51 {
  width: 48%;
  float: left;
  background-color: #ffffff;
  background-image: url("/local/templates/okna/img/promo-window1.png");
  background-position: 40px 25px;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.promo-derevo-column-52 {
  width: 48%;
  float: left;
  background-color: #ffffff;
  background-image: url("/local/templates/okna/img/promo-window2.png");
  background-position: 40px 25px;
  background-repeat: no-repeat;
}
.promo-derevo-sale-name {
  font-size: 30px;
  margin: 60px 0 0 200px;
  line-height: 28px;
  max-width: 323px;
}
.promo-derevo-sale-desc {
  font-size: 20px;
  margin: 7px 0 5px 200px;
}
.promo-derevo-sale-price b {
  font-size: 30px;
  margin: 15px 0 0 200px;
  color: #eb071e;
  white-space: nowrap;
}
.promo-derevo-sale-button {
  text-align: center;
  margin: 20px 0 50px;
}
.promo-derevo-sale-ps {
  color: #6a7279;
  margin: 30px 0 30px;
  font-size: 18px;
}
.clear {
  clear: both;
}
.promo-derevo-rama {
  background-color: #191921;
  background-image: url("/local/templates/okna/img/promo-rama.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 355px;
}
.promo-derevo-rama-text {
  margin: 100px 0px 0px 475px;
  line-height: 50px;
}
.promo-derevo-rama-text p,
.promo-derevo-rama-text b,
.promo-derevo-rama-text i {
  color: #ffffff;
  font-size: 34px;
}
.promo-derevo-column-61 {
  width: 48%;
  float: left;
  font-size: 36px;
  margin-right: 30px;
}
.promo-derevo-column-62 {
  width: 48%;
  float: left;
  font-size: 36px;
  padding: 0 0 0 110px;
  line-height: 52px;
}
.promo-derevo-call {
  margin-top: 80px;
}
.text-red,
.text-red b {
  color: #eb071e;
  font-size: 42px;
}
.button-call {
  padding: 20px 50px;
  cursor: pointer;
}
.promo-derevo-call-button {
  margin: 20px 0 50px;
}

@media (max-width: 1366px) {
  .promo-derevo-rama {
    min-height: 250px;
  }
  .promo-derevo-rama-text {
    margin: 50px 0px 0px 475px;
  }
}
@media (max-width: 1290px) {
  .promo-derevo-sale-name {
    margin: 275px 0 0 30px;
    text-align: left;
  }
  .promo-derevo-column-51 {
    background-position: 30px 25px;
  }
  .promo-derevo-sale-desc {
    margin: 7px 0 0 30px;
    text-align: left;
  }
  .promo-derevo-sale-price {
    margin: 10px 0 10px 0;
  }
  .promo-derevo-sale-price b {
    margin: 15px 0 0 30px;
  }
  .promo-derevo-sale-button {
    text-align: left;
    margin: 20px 0 30px;
  }
  .promo-derevo-rama {
    min-height: 200px;
  }
  .promo-derevo-rama-text {
    margin: 50px 0px 0px 430px;
    line-height: 35px;
  }
  .promo-derevo-rama-text p,
  .promo-derevo-rama-text b,
  .promo-derevo-rama-text i {
    font-size: 30px;
  }
  .promo-derevo-column-61 {
    font-size: 33px;
    line-height: 36px;
  }
  .text-red,
  .text-red b {
    font-size: 39px;
  }
  .promo-derevo-column-62 {
    font-size: 33px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .promo-derevo-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 680px;
  }
  .promo-derevo-item {
    flex-basis: 23%;
    max-width: 23%;
  }
  .promo-derevo-button {
    margin: 75px 0 80px;
  }
  .derevo-button {
    padding: 20px 50px;
  }
  .promo-derevo-sale-head {
    font-size: 30px;
    margin: 35px 0 35px;
  }
  .promo-derevo-column-51 {
    width: 47%;
    background-position: center 25px;
  }
  .promo-derevo-column-52 {
    width: 47%;
    background-position: center 25px;
  }
  .promo-derevo-sale-name {
    font-size: 24px;
  }
  .promo-derevo-sale-desc {
    font-size: 16px;
  }
  .promo-derevo-sale-price b {
    font-size: 26px;
  }
  .button-red {
    padding: 15px 50px;
    margin-left: 0;
  }
  .promo-derevo-sale-button {
    text-align: center;
  }
  .promo-derevo-rama-text p,
  .promo-derevo-rama-text b,
  .promo-derevo-rama-text i {
    font-size: 24px;
  }
  .promo-derevo-rama {
    min-height: 160px;
  }
  .promo-derevo-rama-text {
    margin: 30px 0px 0px 260px;
    line-height: 35px;
  }
  .promo-derevo-call {
    margin-top: 50px;
  }
  .promo-derevo-column-61 {
    font-size: 24px;
    width: 50%;
  }
  .text-red,
  .text-red b {
    font-size: 30px;
  }
  .promo-derevo-column-62 {
    width: 43%;
    padding: 0 0 0 15px;
    font-size: 24px;
    line-height: 36px;
  }
  .derevo-button {
    padding: 15px 40px;
  }
  .tablet {
    font-size: 30px;
  }
}

@media (max-width: 660px) {
  .promo-derevo-list {
    display: block;
  }
  .promo-derevo-item {
    margin-top: 25px;
  }
  .promo-derevo-rama-text {
    margin: 20px 0px 0px 260px;
    line-height: 20px;
  }
  .promo-derevo-rama-text p,
  .promo-derevo-rama-text b,
  .promo-derevo-rama-text i {
    font-size: 20px;
  }
  .promo-derevo-column-61 {
    font-size: 22px;
    line-height: 28px;
  }
  .text-red,
  .text-red b {
    font-size: 26px;
  }
  .derevo-button {
    padding: 15px 20px;
  }
  .tablet {
    font-size: 24px;
  }
  .promo-derevo-text {
    margin: 20px 0 50px 0;
  }
  .promo-derevo-button {
    margin: 35px 30px;
  }
  .derevo-button {
    letter-spacing: 2px;
  }
  .promo-derevo-column-51 {
    width: 100%;
    background-position: center 25px;
    margin-bottom: 20px;
  }
  .promo-derevo-column-52 {
    width: 100%;
    background-position: center 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .promo-derevo-text {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 20px 0;
  }
  .promo-derevo-sale-head {
    font-size: 18px;
    margin: 15px 0 15px;
  }
  .underline {
    line-height: 20px;
  }
  .promo-derevo-sale-name {
    font-size: 20px;
    line-height: 20px;
  }
  .derevo-button {
    padding: 10px 25%;
  }
  .promo-derevo-sale-ps {
    margin: 5px 0 20px;
    font-size: 14px;
  }
  .promo-derevo-rama-text {
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    min-height: 328px;
  }
  .promo-derevo-rama-text p {
    padding: 15px 30px;
    background-color: #191921;
    box-shadow: 0px -20px 50px 30px #191921;
  }
  .promo-derevo-rama {
    min-height: 328px;
    background-position: left top;
  }
  .promo-derevo-rama .wrap {
    padding: 0;
  }
  .promo-derevo-column-61 {
    font-size: 18px;
    width: 100%;
    line-height: 25px;
  }
  .promo-derevo-column-62 {
    width: 100%;
    padding: 0;
    font-size: 20px;
    line-height: 36px;
  }
  .text-red,
  .text-red b {
    font-size: 22px;
  }
}

.promo-derevo-sale-button-top {
  text-align: left;
  margin: 40px 0 0;
}
.button-red-top {
  background: #eb071e !important;
  padding: 20px 100px;
  cursor: pointer;
}

.public .public_wr .rassr_content {
  width: 100%;
}

.public .public_wr .rassr_content p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 35px;
  text-align: justify;
}

.public .public_wr .rassr_content .rassr_content__pink-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.public
  .public_wr
  .rassr_content
  .rassr_content__pink-box-container
  .rassr_content__pink-box {
  width: 346px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 174px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border: 2px solid #eb071e;
}

.public
  .public_wr
  .rassr_content
  .rassr_content__pink-box-container
  .rassr_content__pink-box
  span {
  font-size: 24px;
  color: #333;
}

.public
  .public_wr
  .rassr_content
  .rassr_content__pink-box-container
  .rassr_content__pink-box
  span
  .big-text {
  font-size: 48px;
  font-weight: 900;
}

.public .public_wr .rassr_content .banks-container {
  margin-top: 62px;
}

.public .public_wr .rassr_content .banks-container .banks-container__header {
  font-size: 24px;
  color: #333;
}

.public .public_wr .rassr_content .banks-container .banks {
  margin-top: 43px;
}

.public .public_wr .rassr_content .banks-container .banks .bank {
  display: inline-block;
  margin-right: 89px;
}

.public .public_wr .rassr_content .banks-container .banks .bank:last-child {
  margin-left: 16px;
}

@media (max-width: 1199px) {
  .public .public_wr .rassr_content .banks-container .banks .bank {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .public .public_wr .rassr_content .banks-container .banks .bank {
    margin-right: 30px;
  }
  .portfolio-wrap {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .public .public_wr .rassr_content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .public .public_wr .rassr_content .banks-container .banks .bank {
    display: inline-block;
    margin-right: 15px;
    margin-top: 30px;
  }

  .windows_block__two .nastr {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .public .public_wr .rassr_content .rassr_content__pink-box-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .public
    .public_wr
    .rassr_content
    .rassr_content__pink-box-container
    .rassr_content__pink-box {
    margin-top: 10px;
    width: 100%;
  }

  .public .public_wr .rassr_content .banks-container .banks .bank {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .public .public_wr .rassr_content .banks-container .banks .bank img {
    max-width: 100%;
  }

  .public .public_wr .rassr_content .banks-container .banks .bank:first-child {
    margin-top: 0;
  }
}

.canvas-сontainer {
  width: 100%;
  height: 590px;
}

.canvas-сontainer .canvas {
  display: block;
  padding: 44px 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("/local/templates/okna/img/canvas/canvas_image.png") no-repeat;
}

.canvas-сontainer .canvas .canvas__description {
  width: 60%;
}

.canvas-сontainer .canvas .canvas__description .item {
  color: #333;
  display: block;
  margin-top: 22px;
}

.canvas-сontainer .canvas .canvas__description .item:first-child {
  margin-top: 0;
}

.canvas-сontainer .canvas .canvas__description .item .item__header {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #333;
  margin-bottom: 15px;
}

.canvas-сontainer .canvas .canvas__description .item .item__text {
  display: block;
  font-size: 22px;
  color: #333;
}

@media (max-width: 1199px) {
  .canvas-сontainer .canvas .canvas__description {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .canvas-сontainer .canvas .canvas__description {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .canvas-сontainer {
    width: 100%;
    height: auto;
  }

  .canvas-сontainer .canvas .canvas__description {
    width: 100%;
  }

  .canvas-сontainer .canvas .canvas__description .item .item__header {
    font-size: 20px;
  }

  .canvas-сontainer .canvas .canvas__description .item .item__text {
    font-size: 16px;
  }
}

.button--credit-calculator {
  margin: 69px auto 0 auto;
  text-align: center;
}

.button--credit-calculator button {
  border: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #eb071e;
  width: 342px;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: white;
}

.button--credit-calculator button:hover {
  background: #db1777;
}

.button--credit-calculator button:active {
  -webkit-box-shadow: inset 5px 5px 5px -2px rgba(0, 0, 0, 0.33);
  box-shadow: inset 5px 5px 5px -2px rgba(0, 0, 0, 0.33);
}

@media (max-width: 1199px) {
  .button--credit-calculator {
    margin: 50px auto 0 auto;
  }
}

@media (max-width: 991px) {
  .button--credit-calculator {
    margin: 45px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .button--credit-calculator {
    margin: 30px auto 0 auto;
  }

  .button--credit-calculator button {
    width: 55%;
  }
}

@media (max-width: 576px) {
  .button--credit-calculator button {
    width: 90%;
  }
}

.canvas-header {
  margin: 0 0 30px 0 !important;
  font-size: 28px;
  font-weight: bold;
}

.content-4 {
  margin: 40px 0 0 0;
}

.h1-lowercase {
  font-size: 50px;
  color: #606060;
  margin-bottom: 50px;
  font-weight: 900;
  margin-top: -50px;
  display: block;
}

@media (max-width: 767px) {
  .content-4 {
    margin: 5px 0 0 0;
  }

  .canvas-header {
    margin: 0 0 20px 0 !important;
    font-size: 20px;
    font-weight: bold;
  }
}

#map {
  -webkit-transition: unset !important;
  transition: unset !important;
}
#map > * {
  -webkit-transition: unset !important;
  transition: unset !important;
}

p.nameSity {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
p.nameSity:hover {
  text-decoration: none;
}

.block_form .phone-free-text {
  font-size: 16px;
  color: #606060;
  line-height: 1.6;
}
#incorrect {
  display: none;
  text-align: center;
  color: white;
}

.portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  width: calc(100% - 260px);
}
.portfolio-wrap .img-container {
  width: 32.99999%;
}
.portfolio-wrap .onslide-text {
  bottom: 6px;
}

/* banner rehau */

.page_navigation-title {
  font-size: 40px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  margin: 80px 0 50px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
}

.page_navigation-title a {
  text-decoration: none;
}

.stock__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.stock__desc {
  padding: 32px 41px 15px 41px;
  max-width: 475px;
  flex-shrink: 1;
}

.b-rehau {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin: -20px 0 100px;
}

.b-rehau .stock {
  background: url(/local/templates/okna/img/b-rehau/stock__bg.jpg) no-repeat;
  background-image: url("/local/templates/okna/img/b-rehau/stock__bg.jpg");
  height: 440px;
  color: #2d2d2d;
}

.stock__form {
  width: 370px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 440px;
}

.order-form {
  background: #db061c;
  padding: 32px 45px;
  color: #ffffff;
}

.order-form-policy {
  font-size: 12px;
  color: #fff;
  line-height: 1.15;
  margin-top: 15px;
}

.order-form-policy a {
  color: #fff;
  transition: opacity 0.3s;
}

.order-form-policy a:hover {
  opacity: 0.7;
}

.desc-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 78px 0 20px;
}

.wrap {
  overflow: visible;
}

.desc-block__title {
  font: 900 80px/122% "Muller", Helvetica, sans-serif;
  width: auto;
  max-width: 300px;
}

.desc-block__desc {
  max-width: 600px;
  margin: 15px 0 0 13.064%;
}

.desc-block__text {
  font: 20px/130% "Muller", Helvetica, sans-serif;
}

.desc-block__link {
  display: block;
  font: bold 20px/130% "Muller", Helvetica, sans-serif;
  margin: 20px 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.b-rehau .desc-block__link:hover {
  opacity: 0.8;
}

.b-rehau__stock {
  margin: 58px 0 0;
  width: 100%;
  -webkit-box-shadow: -2px 28px 67px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 28px 67px -2px rgba(0, 0, 0, 0.3);
}

.b-rehau .stock {
  background: url(/local/templates/okna/img/b-rehau/stock__bg.jpg) no-repeat;
  height: 440px;
  color: #2d2d2d;
}

.stock__date {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.22;
  font-family: "Muller";
}

.stock__title {
  font: 900 46px/113% "Muller", Helvetica, sans-serif;
  margin: 11px 0 0;
}

.stock__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stock__discount-digits {
  font: 800 78px/122% "Muller", Helvetica, sans-serif;
}

.stock__discount-text {
  font: 500 30px/77% "Muller", Helvetica, sans-serif;
}

.stock__button {
  display: block;
  font: bold 14px/122% "Muller", Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 10px;
  max-width: 260px;
  width: 100%;
  border: 2px solid #db061c;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  margin: 20px 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.stock__button--white {
  background-color: #ffffff;
  border: 0;
}

.stock__button--white:hover {
  color: #db061c;
}

.b-rehau .stock__button:hover {
  color: #db061c;
}

.order-form .order-form__title {
  font: bold 50px/100% "Muller", Helvetica, sans-serif;
  color: #ffffff;
}

.order-form .order-form__input {
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: none;
  width: 100%;
  height: 50px;
  padding: 15px 0;
  margin: 20px 0 0;
  font: 14px/122% "Muller", Helvetica, sans-serif;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.order-form .order-form__input:focus,
.order-form .order-form__input:active {
  background: none;
}

.order-form .order-form__input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.9;
}

.order-form .order-form__input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.9;
}

.order-form__submit {
  display: block;
  font: bold 14px/122% "Muller", Helvetica, sans-serif;
  text-align: center;
  background: #ffffff;
  color: #333333;
  text-transform: uppercase;
  padding: 14px 10px;
  max-width: 260px;
  width: 100%;
  border: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  margin: 40px 0 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.order-form__submit:hover {
  color: #db061c;
}

.order-form .order-form__input:active {
  background: transparent;
}

@media (max-width: 859px) {
  .b-rehau {
    margin: -20px 0 30px;
  }
  .desc-block {
    display: block;
    padding: 27px 10px 30px;
  }
  .stock__form {
    width: 100%;
    height: auto;
  }

  .order-form {
    background: #db061c;
    padding: 20px 45px 30px 30px;
    color: #ffffff;
  }

  .order-form .order-form__title {
    font: bold 24px/100% "Muller", Helvetica, sans-serif;
    color: #ffffff;
  }
  .stock__wrapper {
    display: block;
    width: -webkit-calc(105%);
    width: calc(105%);
  }

  .b-rehau__stock {
    width: -webkit-calc(105%);
    width: calc(105%);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -2.5%;
  }

  .stock {
    -webkit-background-size: auto 51vw;
    background-size: auto 51vw;
    height: auto;
    background-position: 0 0;
  }

  .stock__desc {
    padding: 41px 27px 20px;
    max-width: 100%;
    position: relative;
  }

  .stock__desc:before {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .stock__date {
    font: bold 15px/122% "Muller", Helvetica, sans-serif;
    position: relative;
  }

  .stock__title {
    font: 900 23px/113% "Muller", Helvetica, sans-serif;
    margin: 5px 0 0;
    position: relative;
  }

  .stock__discount-digits {
    font: 800 39px/122% "Muller", Helvetica, sans-serif;
    position: relative;
  }

  .stock__discount-text {
    font: 500 15px/77% "Muller", Helvetica, sans-serif;
    position: relative;
  }
  .stock__button {
    background: #db061c;
    color: #ffffff;
    border: none;
    margin: 30px 0 0;
    position: relative;
  }
  .stock__button:hover {
    background: #ffffff;
    color: #db061c;
    border: 2px solid #db061c;
    position: relative;
  }
  .desc-block__title {
    font: 900 30px/122% "Muller", Helvetica, sans-serif;
    max-width: unset;
  }

  .desc-block__desc {
    max-width: unset;
    margin: 10px 0 0;
  }

  .desc-block__text {
    font: 14px/157% "Muller", Helvetica, sans-serif;
  }

  .desc-block__link {
    font: bold 14px/157% "Muller", Helvetica, sans-serif;
    margin: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .stock__desc {
    padding: 61px 41px 15px 41px;
    max-width: 40%;
  }
}
@media (max-width: 505px) {
  .stock {
    -webkit-background-size: 158% 158%;
    background-size: 158%;
    height: auto;
    background-position: -111px 0;
  }

  .stock__desc {
    max-width: 100%;
    padding: 41px 27px 20px;
  }
  .map-other {
    width: 100% !important;
  }
  .ind-discount {
    flex-direction: column;
    height: initial !important;
    padding: 20px 40px !important;
  }
  .ind-discount__title {
    height: initial !important;
  }
  .ind-discount__tel {
    height: initial !important;
    font-size: 26px !important;
  }
  .portfolio-wrap .img-container {
    width: initial;
  }
}

/* Узнать об инд. скидках */
.ind-discount {
  width: 100%;
  height: 120px;
  border: 10px solid #e0e4e5;
  margin-top: 104px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
}

.phone-mockup {
  background: url("/images/phone-mock.png") no-repeat center;
  width: 225px;
  height: 154px;
}

.ind-discount__title {
  font-size: 26px;
  font-weight: 800;
  color: #eb071e;
  letter-spacing: normal;
  height: 58px;
  line-height: 1;
}

.ind-discount__tel {
  color: #2d2d2d;
  font-weight: 800;
  font-size: 40px;
  height: 48px;
}
/* Узнать об инд. скидках */

.map-other {
  margin-top: 80px;
  position: relative;
  width: calc(100% - 260px);
}

.map-other.map-aluminium {
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
  .map-other.map-aluminium {
    width: 100%;
  }
}
.map-overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.map-btn {
  width: 320px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: #eb071e;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  position: absolute;
  z-index: 3;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* список с красными галочками */
body ul.red-mark {
  margin-top: 40px;
}

body ul.red-mark li {
  background: transparent;
  padding-left: 90px;
  margin-bottom: 32px;
  position: relative;
}
body ul.red-mark li:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  max-width: 100%;
  background: url(/local/templates/okna/img/svg/red-mark.svg) no-repeat
    center/contain;
  position: absolute;
  left: 40px;
  top: -6px;
}

@media screen and (max-width: 767px) {
  body ul.red-mark li {
    padding-left: 35px;
    margin-bottom: 25px;
  }

  body ul.red-mark li:before {
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
  }
}

.title-aluminum {
  font-size: 40px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .title-aluminum {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .title-aluminum {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

.aluminium-wrap .slider_text_p_one_b,
.aluminium-wrap .slider_text_p_two_b {
  color: #fff;
}

@media screen and (min-width: 860px) {
  .aluminium-wrap .stock__desc {
    background-image: none !important;
  }
}

.aluminium-wrap .stock__desc {
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .aluminium-wrap .stock__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .aluminium-wrap .slider_text_p_one_b {
    color: #fff;
  }

  #form-osteklenie input {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 859px) {
  .aluminium-wrap .b-rehau__stock {
    width: 100%;
    background-image: none !important;
  }

  .aluminium-wrap .stock__desc {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .aluminium-wrap .stock__desc:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.stock__button--white:hover {
  border: 0;
}

.footer {
  width: 100%;
  /*height: 275px;*/
  background: #333;
}
.footer .footer_bottom {
  width: 100%;
  /*height: 30px;*/
  overflow: inherit;
  margin-bottom: 15px;
}

.years15__title {
  display: block;
  padding-left: 18px;
  margin-bottom: 2px;
  text-align: center;
}
.years15__sub {
  line-height: 1;
  padding-left: 17px;
  margin-top: 4px;
  display: block;
  text-align: center;
  font-size: 13px;
  text-transform: none;
}
.mobil_footer .footer_gist .mob_develop {
  color: #fff;
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
}
.mobil_footer .footer_gist .mob_develop a {
  display: inline;
  color: #fff;
}
