* {
  margin: 0;
  padding: 0;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1230px;
}
.row.row-margin-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-margin-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row.row-margin-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-margin-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}
input:focus {
  outline: none;
}
body {
  font-family: 'Rubik', sans-serif;
  color: #4A4A4A;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 150%;
  max-width: 100vw;
}
#site_wrapper {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}
#top_wrapper {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #F2F2F2;
}
#top {
  font-size: 13px;
  line-height: 16px;
  color: #4A4A4A;
  display: flex;
  align-items: center;
  height: 39px;
  justify-content: space-between;
  width: 100%;
}
#top #top_menu > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
#top #top_menu > ul > li {
  list-style: none;
  margin-right: 21px;
  position: relative;
}
#top #top_menu > ul > li > a,
#top #top_menu > ul > li .separator {
  color: #4A4A4A;
  line-height: 39px;
}
#top #top_menu > ul > li .separator {
  cursor: default;
}
#top #top_menu > ul > li.current > a {
  text-decoration: underline;
}
#top #top_menu > ul > li ul.nav-child {
  position: absolute;
  top: 100%;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-left: -20px;
  display: none;
  z-index: 5;
}
#top #top_menu > ul > li ul.nav-child:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  left: 30px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fafafa transparent;
}
#top #top_menu > ul > li ul.nav-child:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  left: 30px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
}
#top #top_menu > ul > li ul.nav-child li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 7px;
}
#top #top_menu > ul > li ul.nav-child li.current a {
  text-decoration: underline;
}
#top #top_menu > ul > li ul.nav-child a {
  color: #4A4A4A;
  white-space: nowrap;
}
#top #top_menu > ul > li:hover > a {
  text-decoration: underline;
}
#top #top_menu > ul > li:hover ul.nav-child {
  display: block;
}
#top #header_contact {
  display: flex;
}
#top #header_worktime {
  background: url(../images/icons_worktime.svg) 0 50% no-repeat;
  padding-left: 21px;
  line-height: 39px;
}
#top #header_phones {
  display: flex;
  background: url(../images/icons_phone.svg) 0 50% no-repeat;
  padding-left: 19px;
  margin-left: 46px;
  position: relative;
}
#top #header_phones .sep {
  margin-right: 4px;
  margin-left: 6px;
}
#top #header_phones > a {
  display: block;
  color: #4A4A4A;
  line-height: 39px;
}
#top #header_phones > a svg {
  width: 20px;
  height: 20px;
  margin-left: -5px;
}
#top #header_phones .additional {
  position: absolute;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  width: 245px;
  top: 100%;
  right: -10px;
  display: none;
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
}
#top #header_phones .additional.active {
  display: flex;
}
#top #header_phones .additional a {
  color: #4A4A4A;
}
#top #header_phones .additional .title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
#top #header_phones .additional .phones1,
#top #header_phones .additional .phones2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#top #header_phones .additional .phones1 {
  background: url(../images/icons_cellphone.svg) 10px 50% no-repeat;
  padding-left: 28px;
  background-size: 10px;
}
#top #header_phones .additional .phones2 {
  background: url(../images/icons_city_hone.svg) 0 50% no-repeat;
  padding-left: 22px;
  background-size: 17px;
}
#top #header_phones .additional .email {
  text-align: right;
}
#top #header_phones .additional .messengers {
  width: 100%;
  border-top: 1px solid #aeaeae;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
#top #header_phones .additional .messengers img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
#top #header_phones .additional:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  right: 10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
}
#top #header_phones .additional:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  right: 10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fafafa transparent;
}
body.no-touch #top #header_phones:hover .additional {
  display: flex;
}
#header_wrapper {
  border-bottom: 1px solid #E2E2E2;
}
.region {
  width: 20%;
  display: flex;
  color: #AFB5BF;
}
.region a {
  color: #2BAB70;
  display: block;
  border-bottom: 1px dashed #2BAB70;
  text-decoration: none;
  margin-left: 3px;
}
.region.region_mobile {
  width: auto;
  font-size: 12px;
}
#header {
  font-size: 13px;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#header #logo {
  padding: 16px 0 18px;
}
#header #logo img {
  max-width: 174px;
  height: auto;
}
#header #call_back {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
#header #call_back a {
  font-weight: 500;
  color: #2BAB70;
  line-height: 17px;
  text-decoration: none;
}
#header #call_back a span {
  border-bottom: 1px dashed #2BAB70;
  margin-left: 2px;
}
#main_menu_wrapper {
  background: #F9F9F9;
}
.second-button {
  border: none;
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.second-button div {
  margin-right: 5px;
}
.second-button:hover,
.second-button:active {
  color: #000;
  text-decoration: none;
}
/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #e65100;
}
.animated-icon2 span {
  background: #000;
}
.animated-icon3 span {
  background: #f3e5f5;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
#main_menu {
  height: 40px;
  display: flex;
  justify-content: space-between;
}
#main_menu #main_menu_nav {
  display: flex;
}
#main_menu #main_menu_nav > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin-right: 25px;
}
#main_menu #main_menu_nav > li:last-child {
  margin-right: 0;
}
#main_menu #main_menu_nav > li > a {
  color: #4A4A4A;
  line-height: 40px;
}
#search {
  height: 40px;
  display: flex;
  align-items: center;
}
#search > div {
  border-bottom: 1px solid #C4C4C4;
  height: 19px;
}
#search > div form {
  display: flex;
  flex-direction: row-reverse;
}
#search input {
  font-weight: 300;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  border: none;
  background: none;
  height: 16px;
  width: 110px;
  color: #4A4A4A;
  float: left;
}
#search button {
  border: none;
  background: none;
  outline: none;
  height: 16px;
  float: right;
}
#search button svg {
  float: left;
}
#search button svg path {
  transition: all linear 0.2s;
}
#search button:hover svg path {
  fill: #848484;
}
#search ::-webkit-input-placeholder {
  /* Edge */
  color: #C4C4C4;
}
#search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C4C4C4;
}
#search ::placeholder {
  color: #C4C4C4;
}
#main_slider_wrapper {
  width: 100%;
}
#main_slider_wrapper #main_slider {
  position: relative;
}
#main_slider_wrapper #main_slider ul {
  margin: 0;
  padding: 0;
}
#main_slider_wrapper #main_slider li {
  list-style: none;
}
#main_slider_wrapper #main_slider .title_wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
#main_slider_wrapper #main_slider .title_wrapper .container {
  display: flex;
}
#main_slider_wrapper #main_slider .title {
  background: rgba(45, 47, 47, 0.3) url(../images/slider_bg2.png) 50% 50% no-repeat;
  border-radius: 3px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#main_slider_wrapper #main_slider .title:before,
#main_slider_wrapper #main_slider .title:after {
  background: url(../images/slide_wing.svg) 0 50% no-repeat;
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  top: 0;
  opacity: 0.7;
}
#main_slider_wrapper #main_slider .title:before {
  left: -20px;
  transform: rotate(180deg);
}
#main_slider_wrapper #main_slider .title:after {
  right: -20px;
}
#main_slider_wrapper #main_slider .title .text {
  padding: 0 20px;
  text-align: center;
}
#main_slider_wrapper #main_slider .title button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
}
#main_slider_wrapper #main_slider .owl-item {
  opacity: 0.2;
  transition: opacity linear 0.2s;
}
#main_slider_wrapper #main_slider .owl-item.active.center {
  opacity: 1;
}
#main_slider_wrapper img {
  max-width: 100%;
  height: auto;
}
#main_products_wrapper {
  width: 100%;
  padding: 70px 0 50px;
}
#main_products > .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 45px;
}
#main_products > .title:before {
  position: absolute;
  display: block;
  content: '';
  width: 200vw;
  margin-left: -50%;
  top: 50%;
  height: 1px;
  background-color: #3CB44B;
  z-index: -1;
}
#main_products > .title span {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
#main_products .row > div {
  margin-bottom: 20px;
}
#main_products a {
  display: block;
  position: relative;
  overflow: hidden;
}
#main_products a img {
  max-width: 100%;
  height: auto;
  transition: all linear 0.5s;
}
#main_products a:hover img {
  transform: scale(1.1);
}
#main_products a span {
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  background: rgba(45, 47, 47, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 10px;
}
.container > .title {
  display: flex;
  width: 100%;
  position: relative;
}
.container > .title > h2 {
  padding: 0 15px;
  margin-left: -15px;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 42px;
}
.container > .title > h2:before {
  position: absolute;
  display: block;
  content: '';
  width: 100vw;
  top: 50%;
  height: 1px;
  background-color: #3CB44B;
  right: 100%;
}
.container > .title > h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 100vw;
  top: 50%;
  height: 1px;
  background-color: #3CB44B;
  left: 100%;
}
.container > .title > h3 {
  padding: 0 15px;
  margin-left: -15px;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: #4A4A4A;
  position: relative;
}
.container > .title > h3:before {
  position: absolute;
  display: block;
  content: '';
  width: 100vw;
  top: 50%;
  height: 1px;
  background-color: #3CB44B;
  z-index: -1;
  right: 100%;
}
.container > .title > h3:after {
  position: absolute;
  display: block;
  content: '';
  width: 100vw;
  top: 50%;
  height: 1px;
  background-color: #3CB44B;
  z-index: -1;
  left: 100%;
}
#main_text_wrapper,
#main_video_wrapper {
  background: #F8F8F8;
  padding-top: 141px;
  padding-bottom: 136px;
}
#main_text_wrapper #main_text > div,
#main_video_wrapper #main_text > div,
#main_text_wrapper #main_video > div,
#main_video_wrapper #main_video > div {
  position: relative;
}
#main_text_wrapper #main_text > div .borders,
#main_video_wrapper #main_text > div .borders,
#main_text_wrapper #main_video > div .borders,
#main_video_wrapper #main_video > div .borders {
  border: 10px solid #F2F2F2;
  border-left: none;
  position: absolute;
  height: 185%;
  width: 99%;
  top: -44%;
  left: 4%;
  pointer-events: none;
}
#main_text_wrapper #main_text > div .borders:before,
#main_video_wrapper #main_text > div .borders:before,
#main_text_wrapper #main_video > div .borders:before,
#main_video_wrapper #main_video > div .borders:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 14%;
  left: 0;
  top: 0;
  background-color: #F2F2F2;
}
#main_text_wrapper #main_text > div .borders:after,
#main_video_wrapper #main_text > div .borders:after,
#main_text_wrapper #main_video > div .borders:after,
#main_video_wrapper #main_video > div .borders:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 14%;
  left: 0;
  bottom: 0;
  background-color: #F2F2F2;
}
#main_text_wrapper h1,
#main_video_wrapper h1,
#main_text_wrapper h2,
#main_video_wrapper h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}
#main_text_wrapper .inner,
#main_video_wrapper .inner {
  display: flex;
}
#main_text_wrapper .inner > div:first-child,
#main_video_wrapper .inner > div:first-child {
  flex: 1;
}
#main_text_wrapper .file,
#main_video_wrapper .file {
  position: relative;
  width: 285px;
  height: 72px;
  background: #ECECEC;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  padding-left: 16px;
}
#main_text_wrapper .file a,
#main_video_wrapper .file a {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: url(../images/icons_pdf_green.svg) 0 50% no-repeat;
  color: #4A4A4A;
  min-height: 42px;
  align-items: center;
  padding-left: 50px;
  padding-top: 5px;
}
#main_text_wrapper .file .size,
#main_video_wrapper .file .size {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #3CB44B;
  position: absolute;
  right: 5px;
  top: 5px;
}
#main_video_wrapper {
  position: relative;
  overflow: hidden;
}
#main_video_wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main_video_wrapper #main_video {
  color: #fff;
}
#main_video_wrapper #main_video > div .borders {
  border-color: #2BAB70;
}
#main_video_wrapper #main_video > div .borders:after,
#main_video_wrapper #main_video > div .borders:before {
  background-color: #2BAB70;
}
#main_video_wrapper #main_video .button {
  margin-top: 20px;
}
#main_video_wrapper #main_video .button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #3CB44B;
  text-decoration: underline;
}
#main_video_wrapper #main_video .file {
  background: #2D2F2F;
  border: 1px solid #212323;
  box-sizing: border-box;
  border-radius: 3px;
}
#main_video_wrapper #main_video .file a {
  color: #fff;
  background: url(../images/icons_play.svg) 0 0 no-repeat;
  min-height: 42px;
}
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}
/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0 !important;
  cursor: pointer;
  outline: none !important;
}
.jquery-background-video-pauseplay span {
  display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}
#main_advantages_wrapper {
  width: 100%;
  padding: 70px 0;
}
#projects_wrapper {
  width: 100%;
  background: #F8F8F8;
  padding: 70px 0;
}
#projects_wrapper .col-6.col-md-3 a.jbimage-gallery {
  border: 3px solid #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.product_page #projects_wrapper {
  background-color: #fff;
}
#projects > .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 45px;
}
#projects > .title span {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  position: relative;
}
#projects > .title span:before {
  position: absolute;
  display: block;
  content: '';
  width: 200vw;
  margin-left: -50%;
  top: 50%;
  right: 100%;
  height: 1px;
  background-color: #3CB44B;
}
#projects > .title span:after {
  position: absolute;
  display: block;
  content: '';
  width: 200vw;
  top: 50%;
  left: 100%;
  height: 1px;
  background-color: #3CB44B;
}
#projects .row > div {
  margin-bottom: 20px;
}
#projects .row a {
  display: block;
  position: relative;
}
#projects .row a img {
  max-width: 100%;
  height: auto;
}
#projects .row a span {
  background: rgba(29, 31, 29, 0.51);
  border-radius: 2px;
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 10px;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#projects .buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
a.btn-green-1 {
  width: 156px;
  height: 39px;
  display: block;
  text-align: center;
  line-height: 39px;
  background: #2BAB70;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all linear 0.2s;
  position: relative;
}
a.btn-green-1:before,
a.btn-green-1:after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #AFB5BF;
  position: absolute;
  left: -25px;
  top: 50%;
}
a.btn-green-1:after {
  right: -25px;
  left: unset;
}
a.btn-green-1:hover {
  background-color: #269763;
}
#news_wrapper {
  width: 100%;
  padding: 70px 0 50px;
}
#news_wrapper #news > .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 45px;
}
#news_wrapper #news > .title span {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  position: relative;
}
#news_wrapper #news > .title span:before {
  position: absolute;
  display: block;
  content: '';
  width: 200vw;
  margin-left: -50%;
  top: 50%;
  right: 100%;
  height: 1px;
  background-color: #3CB44B;
}
#news_wrapper #news > .title span:after {
  position: absolute;
  display: block;
  content: '';
  width: 200vw;
  top: 50%;
  left: 100%;
  height: 1px;
  background-color: #3CB44B;
}
#news_wrapper #news .news_teaser {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}
#news_wrapper #news .news_teaser:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  width: 143px;
  height: 100%;
  transform: skew(-7deg);
  background: #2BAB70;
}
#news_wrapper #news .news_teaser .image {
  background: #FFFFFF;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 2px;
  width: 45.5%;
  margin-right: 10px;
  position: relative;
}
#news_wrapper #news .news_teaser .text {
  flex: 1;
}
#news_wrapper #news .news_teaser .date {
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  color: #AFB5BF;
}
#news_wrapper #news .news_teaser .anons {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
#news_wrapper #news .news_teaser .anons a {
  color: #4A4A4A;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
}
#breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #FEBB01;
}
#breadcrumbs ul li a {
  color: #FEBB01;
  text-decoration: underline;
}
#breadcrumbs ul .divider {
  padding-left: 5px;
  padding-right: 5px;
}
#page_top_wrapper {
  width: 100%;
  background: url(../images/inner_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
#page_top_wrapper .overlay {
  background: rgba(45, 47, 47, 0.65);
  padding-top: 95px;
  padding-bottom: 101px;
  width: 100%;
}
#page_top_wrapper h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 11px;
  margin-bottom: 10px;
}
#page_top_wrapper .subtitle {
  font-size: 24px;
  line-height: 116%;
  color: #FFFFFF;
  display: flex;
}
#page_top_wrapper .subtitle > div {
  position: relative;
}
#page_top_wrapper .subtitle > div:before,
#page_top_wrapper .subtitle > div:after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -25px;
  top: 50%;
}
#page_top_wrapper .subtitle > div:after {
  right: -25px;
  left: unset;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#intro_wrapper {
  padding: 70px 0;
}
.intro {
  display: flex;
  align-items: center;
}
.intro .text {
  padding-right: 30px;
}
.intro .file {
  position: relative;
  width: 285px;
  height: 72px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 35px;
  background: url(../images/border_green.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intro .file a {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: url(../images/icons_play.svg) 0 0 no-repeat;
  color: #4A4A4A;
  min-height: 42px;
  align-items: center;
  padding-left: 50px;
  padding-top: 5px;
}
.intro .file .size {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #3CB44B;
  position: absolute;
  right: 5px;
  top: 5px;
}
#advantages_wrapper {
  width: 100%;
  padding: 70px 0 44px;
  background: #2BAB70 url(../images/back_wood_green2.png) 100% 0 no-repeat;
  background-size: contain;
}
#advantages_wrapper h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 71px;
}
#advantages_wrapper .row .col-4:nth-child(3) {
  position: relative;
}
#advantages_wrapper .advantage {
  background: #28A16B;
  border-radius: 3px;
  color: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 26px;
}
#advantages_wrapper .advantage .number {
  position: absolute;
  right: 15px;
  top: -29px;
  font-weight: bold;
  font-size: 48px;
  line-height: 118%;
  color: #F8F8F8;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
#advantages_wrapper .advantage .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  color: #FFFFFF;
}
#advantages_wrapper .advantage .text {
  font-size: 14px;
  line-height: 150%;
  margin-top: 2px;
}
#call_back_block_wrapper {
  background: url(../images/call_back_block_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
#call_back_block_wrapper .overlay {
  width: 100%;
  background: rgba(45, 47, 47, 0.8);
  padding: 99px 0 100px;
}
#call_back_block_wrapper #call_back_block {
  color: #fff;
  display: flex;
  align-items: center;
}
#call_back_block_wrapper .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  padding-right: 20px;
}
#call_back_block_wrapper .button > a {
  display: block;
  width: 285px;
  height: 73px;
  background: url(../images/border_white.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 73px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
#call_back_block_wrapper .button .messengers {
  margin-top: 30px;
}
#call_back_block_wrapper .button .messengers a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;

}
#call_back_block_wrapper .button .messengers a img {
  width: 100%;
  height: auto;
}
#al_series_wrapper {
  padding: 70px 0;
  width: 100%;
}
#al_series_wrapper #al_series > .title {
  display: flex;
  width: 100%;
  position: relative;
}
#al_series_wrapper h2 {
  background-color: #fff;
  padding: 0 15px;
  margin-left: -15px;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #4A4A4A;
  position: relative;
  margin-bottom: 42px;
}
#al_series_wrapper h2:before {
  position: absolute;
  display: block;
  content: '';
  width: 200vw;
  margin-left: -50%;
  top: 50%;
  height: 1px;
  background-color: #3CB44B;
  z-index: -1;
}
#al_series_wrapper .al_series {
  border: 1px solid #F2F2F2;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
#al_series_wrapper .al_series .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 14px;
}
#al_series_wrapper .al_series .title a {
  font-weight: 500;
  font-size: 18px;
  line-height: 116%;
  color: #4A4A4A;
  text-decoration: none;
}
#al_series_wrapper .al_series .link a {
  font-size: 14px;
  line-height: 121%;
  color: #2BAB70;
  text-decoration: underline;
}
.image img {
  max-width: 100%;
  height: auto;
}
#roto_wrapper {
  padding: 70px 0 68px;
}
#roto_wrapper #roto > .title {
  margin-bottom: 38px;
}
#roto_wrapper #roto .intro {
  margin-bottom: 69px;
}
#roto_wrapper #roto .roto_item {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
#roto_wrapper #roto .roto_item .info {
  padding: 25px 15px 33px;
}
#roto_wrapper #roto .roto_item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 116%;
  margin-bottom: 20px;
}
#roto_wrapper #roto .roto_item .title a {
  color: #4A4A4A;
}
#roto_wrapper #roto .roto_item .text {
  font-size: 14px;
  line-height: 17px;
}
#roto_wrapper #roto .roto_item .text p:last-child {
  margin: 0;
}
#roto_wrapper #roto .roto_item .text ul {
  margin: 0;
  padding: 0;
}
#roto_wrapper #roto .roto_item .text li {
  list-style-position: inside;
}
#al_systems_wrapper {
  padding: 70px 0 52px;
}
#al_systems_wrapper #al_systems > .title h2 {
  margin-bottom: 31px;
}
#al_systems_wrapper .system_item {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#al_systems_wrapper .system_item .info {
  padding: 25px 15px 24px;
}
#al_systems_wrapper .system_item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4A4A4A;
  display: flex;
  min-height: 38px;
}
#al_systems_wrapper .system_item .more {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#al_systems_wrapper .system_item .more a {
  text-decoration: none;
  display: block;
  background: #2BAB70;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #FFFFFF;
  padding: 0 16px;
  transition: all linear 0.2s;
}
#al_systems_wrapper .system_item .more a:hover {
  background-color: #269763;
}
#serie_main_photo {
  margin-bottom: 20px;
}
.series_modal .info {
  font-size: 14px;
  line-height: 140%;
  margin-top: 20px;
}
.series_page img {
  max-width: 100%;
  height: auto;
}
.series_page > ul li,
.series_page > ol li {
  list-style-position: inside;
}
.series_page #series_image_block {
  background-color: #F0F0F0;
  margin-bottom: 20px;
}
.series_page #series_photo img {
  max-width: 100%;
  height: auto;
}
.series_page #series_info {
  padding-top: 30px;
  padding-right: 30px;
}
.series_page #series_info ul {
  margin: 0;
  padding: 0;
}
.series_page #series_info ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.series_page #series_info ul li:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 8px;
  border-bottom: 1px dashed #aaa;
}
.series_page #series_info ul li strong {
  font-weight: 500;
  position: relative;
  flex: 1;
}
.series_page #series_info ul li span {
  position: relative;
  background-color: #f0f0f0;
}
.series_page #series_info ul li span:first-child {
  padding-right: 5px;
}
.series_page #series_info ul li span:last-child {
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
}
.series_page #series_info #series_files {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.series_page #series_info #series_files .description {
  display: none;
}
.series_page #series_info #series_files a {
  display: block;
  float: left;
  margin-bottom: 10px;
  background: url(../images/icons_file_download.svg) 0 50% no-repeat;
  background-size: 18px;
  padding-left: 25px;
  line-height: 25px;
  height: 25px;
  text-decoration: underline;
  color: #4A4A4A;
  font-weight: 500;
}
#windows_series_wrapper .owl-carousel,
#al_series_wrapper .owl-carousel {
  position: relative;
}
#windows_series_wrapper .owl-nav,
#al_series_wrapper .owl-nav {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
#windows_series_wrapper .owl-nav button,
#al_series_wrapper .owl-nav button {
  background: #28A16B;
  border-radius: 3px;
  width: 120px;
  height: 50px;
  transition: all linear 0.2s;
  position: absolute;
  margin-top: -25px;
  top: 47%;
  outline: none;
}
#windows_series_wrapper .owl-nav button:hover,
#al_series_wrapper .owl-nav button:hover {
  background-color: #1e7850;
}
#windows_series_wrapper .owl-nav button.disabled,
#al_series_wrapper .owl-nav button.disabled {
  background-color: #B7B7B7;
}
#windows_series_wrapper .owl-nav button.owl-prev,
#al_series_wrapper .owl-nav button.owl-prev {
  text-align: right;
  left: -135px;
  padding-right: 10px !important;
}
#windows_series_wrapper .owl-nav button.owl-next,
#al_series_wrapper .owl-nav button.owl-next {
  text-align: left;
  right: -135px;
  padding-left: 10px !important;
}
#windows_series_wrapper .owl-dots,
#al_series_wrapper .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#windows_series_wrapper .owl-dots button,
#al_series_wrapper .owl-dots button {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: none;
  outline: none;
  margin: 0 7px;
  transition: all linear 0.2s;
}
#windows_series_wrapper .owl-dots button.active,
#al_series_wrapper .owl-dots button.active {
  background: #FEBB01;
}
#al_series_wrapper .owl-dots button {
  background-color: #e1e1e1;
}
#windows_series_wrapper {
  background: #2BAB70 url(../images/back_wood_green2.png) 100% 0 no-repeat;
  background-size: contain;
  width: 100%;
  padding: 70px 0;
}
#windows_series_wrapper h2 {
  color: #fff;
  margin-bottom: 44px;
}
#windows_series_wrapper h2:before,
#windows_series_wrapper h2:after {
  background-color: #28A16B;
}
#windows_series_wrapper .window_series_item {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 20px;
}
#windows_series_wrapper .window_series_item .info {
  padding: 25px 15px 0 15px;
}
#windows_series_wrapper .window_series_item .title {
  position: relative;
  margin-bottom: 28px;
}
#windows_series_wrapper .window_series_item .title:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 25px;
  height: 2px;
  background: #2BAB70;
}
#windows_series_wrapper .window_series_item .title a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #4A4A4A;
}
#windows_series_wrapper .window_series_item .attributes {
  font-size: 13px;
  line-height: 15px;
}
#windows_series_wrapper .window_series_item .attributes ul {
  margin: 0;
  padding: 0;
}
#windows_series_wrapper .window_series_item .attributes li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px dashed #F2F2F2;
  padding-bottom: 10px;
}
#windows_series_wrapper .window_series_item .attributes li:last-child {
  border: none;
  margin-bottom: 9px;
}
#windows_series_wrapper .window_series_item .attributes strong {
  font-weight: 500;
  width: 60%;
  text-align: left;
}
#windows_series_wrapper .window_series_item .price_block {
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 15px;
}
#windows_series_wrapper .window_series_item .price_block .price {
  font-size: 13px;
  line-height: 15px;
  color: #4A4A4A;
}
#windows_series_wrapper .window_series_item .price_block .price span {
  font-weight: 500;
}
#windows_series_wrapper .window_series_item .price_block .price span:nth-child(2) {
  font-size: 17px;
}
#windows_series_wrapper .window_series_item .price_block .more a {
  display: block;
  text-align: center;
  height: 25px;
  padding: 0 9px;
  background: #2BAB70;
  border-radius: 2px;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
  color: #FFFFFF;
  transition: all linear 0.2s;
}
#windows_series_wrapper .window_series_item .price_block .more a:hover {
  background-color: #269763;
}
strong {
  font-weight: 500;
}
#accessories_wrapper {
  width: 100%;
  padding: 70px 0 50px;
  background: #FAFAFA;
}
#accessories_wrapper h2 {
  margin-bottom: 44px;
}
.accessory_item {
  margin-bottom: 20px;
}
.accessory_item .title {
  text-align: center;
  margin-top: 10px;
}
.accessory_item a {
  font-size: 16px;
  line-height: 19px;
  color: #2BAB70;
  text-decoration: underline;
}
#windows_advantages_wrapper {
  width: 100%;
  background: #FAFAFA;
  padding: 70px 0 45px;
}
#windows_advantages_wrapper h2 {
  margin-bottom: 45px;
}
#windows_advantages_wrapper h2:before,
#windows_advantages_wrapper h2:after {
  background-color: #E2E2E2;
}
#windows_advantages_wrapper .window_advantage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
#windows_advantages_wrapper .window_advantage .image {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 4px;
  width: 49%;
}
#windows_advantages_wrapper .window_advantage .image img {
  border-radius: 1px;
}
#windows_advantages_wrapper .window_advantage .info {
  width: 51%;
  padding-right: 20px;
}
#windows_advantages_wrapper .window_advantage .number {
  color: #E2E2E2;
  text-align: right;
  font-size: 97px;
  font-weight: bold;
  line-height: 73px;
  margin-bottom: 56px;
  position: relative;
}
#windows_advantages_wrapper .window_advantage .number span {
  position: relative;
}
#windows_advantages_wrapper .window_advantage .number span:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 37px;
  bottom: -24px;
  left: 33px;
  background-color: #EAEAEA;
}
#windows_advantages_wrapper .window_advantage .number span:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 37px;
  top: -24px;
  left: 33px;
  background-color: #EAEAEA;
}
#windows_advantages_wrapper .window_advantage .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  margin-bottom: 16px;
}
#windows_advantages_wrapper .window_advantage .dots {
  margin-bottom: 19px;
}
#windows_advantages_wrapper .window_advantage .text {
  font-size: 16px;
  line-height: 118%;
}
#windows_advantages_wrapper .window_advantage .text p {
  margin-top: 0;
  margin-bottom: 19px;
}
#windows_advantages_wrapper .window_advantage .text p:last-child {
  margin: 0;
}
#windows_advantages_wrapper .row .col-12:first-child .number span:before {
  display: none;
}
#windows_advantages_wrapper .row .col-12:nth-child(even) .window_advantage {
  flex-direction: row-reverse;
}
#windows_advantages_wrapper .row .col-12:nth-child(even) .window_advantage .number {
  text-align: left;
}
#windows_advantages_wrapper .row .col-12:nth-child(even) .window_advantage .info {
  padding-right: 0;
  padding-left: 20px;
}
#wood_wrapper {
  width: 100%;
  background: #fff;
  background-size: cover;
  padding: 70px 0;
}
#wood_wrapper h2 {
  margin-bottom: 45px;
}
#wood_wrapper .wood_item {
  position: relative;
  margin-bottom: 20px;
}
#wood_wrapper .wood_item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(45, 47, 47, 0.65);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#wood_wrapper .wood_item .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#wood_wrapper .wood_item .overlay .title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}
#wood_wrapper .wood_item .overlay .title span {
  position: relative;
}
#wood_wrapper .wood_item .overlay .title span:before,
#wood_wrapper .wood_item .overlay .title span:after {
  position: absolute;
  display: block;
  content: '';
  height: 3px;
  width: 15px;
  top: 50%;
  background-color: #fff;
}
#wood_wrapper .wood_item .overlay .title span:before {
  left: -30px;
}
#wood_wrapper .wood_item .overlay .title span:after {
  right: -30px;
}
#wood_wrapper .wood_item .overlay .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 20px;
}
#wood_wrapper #note {
  width: 100%;
  background: #FAFAFA;
  margin-top: 17px;
  border: 1px solid #DFE2E3;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  line-height: 118%;
  display: flex;
  padding: 25px;
}
#wood_wrapper #note .image {
  margin-right: 20px;
}
#wood_wrapper #note p {
  margin: 0 0 10px 0;
}
#wood_wrapper #note p:last-child {
  margin-bottom: 0;
}
.itemid-369 .text .nav {
  display: block;
}
#page_wrapper {
  padding-top: 38px;
  padding-bottom: 45px;
  border-top: 1px solid #E2E2E2;
}
#page_wrapper #breadcrumbs {
  width: 100%;
  margin-bottom: 11px;
}
#page_wrapper #breadcrumbs ul li {
  color: #AFB5BF;
}
#page_wrapper #breadcrumbs ul li a {
  color: #AFB5BF;
}
#page_wrapper h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 118%;
  color: #4A4A4A;
  margin-bottom: 25px;
}
#reviews .buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
#add_review_modal input[type=text],
#add_review_modal input[type="phobe"],
#add_review_modal input[type="email"],
#add_review_modal textarea {
  font-family: 'Rubik', sans-serif;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  padding: 0 13px;
  font-size: 14px;
  transition: all linear 0.2s;
  color: #4A4A4A;
}
#add_review_modal input[type=text]:focus,
#add_review_modal input[type="phobe"]:focus,
#add_review_modal input[type="email"]:focus,
#add_review_modal textarea:focus {
  border-color: #2BAB70;
  box-shadow: none;
}
#add_review_modal input[type=text].is-invalid,
#add_review_modal input[type="phobe"].is-invalid,
#add_review_modal input[type="email"].is-invalid,
#add_review_modal textarea.is-invalid {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.5);
  box-shadow: none;
}
#add_review_modal .formValidation,
#add_review_modal p.formRed {
  display: none !important;
}
#add_review_modal textarea {
  resize: none;
  height: 111px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
#add_review_modal input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  height: 17px;
  position: absolute;
}
#add_review_modal label {
  width: 100%;
}
#add_review_modal span.file_custom {
  background: url(../images/icons_file.svg) 0 50% no-repeat;
  line-height: 17px;
  font-size: 14px;
  color: #2BAB70;
  padding-left: 20px;
  cursor: pointer;
}
#add_review_modal .modal-footer {
  display: flex;
  justify-content: center;
}
#add_review_modal .modal-footer input {
  font-weight: 500;
  font-size: 16px;
  width: 214px;
  height: 46px;
  background: #fff url(../images/border_green.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #2BAB70;
  outline: none;
  box-shadow: none;
}
.review_item {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 20px;
}
.review_item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.review_item .info .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2BAB70;
}
.review_item .info .date {
  font-size: 14px;
  line-height: 17px;
  color: #AFB5BF;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pagination ul li {
  list-style: none;
  margin: 0 5px;
}
.pagination ul li span {
  display: block;
  background: #2BAB70;
  border-radius: 2px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all linear 0.2s;
}
.pagination ul li.pagination-start span,
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-end span {
  display: none;
}
.pagination ul li a {
  display: block;
  background: #F8F8F8;
  border-radius: 2px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #AFB5BF;
  text-decoration: none;
  transition: all linear 0.2s;
}
.pagination ul li a:hover {
  color: #768192;
  background-color: #dfdfdf;
}
.result-title a {
  color: #4A4A4A;
  text-decoration: underline;
  font-weight: normal;
}
.itemid-334 .project_item {
  position: relative;
  margin-bottom: 20px;
}
.itemid-334 .project_item .info {
  background: rgba(29, 31, 29, 0.51);
  border-radius: 2px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.itemid-334 .project_item .info .name {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
}
.itemid-334 .project_item .info .left {
  font-size: 13px;
  line-height: 15px;
  display: flex;
  color: #FEBB01;
}
.itemid-334 .project_item .info .photos {
  background: url(../images/icons_photo.svg) 0 50% no-repeat;
  padding-left: 21px;
  margin-right: 10px;
}
.itemid-334 .project_item .info .views {
  background: url(../images/icons_views.svg) 0 50% no-repeat;
  padding-left: 20px;
  margin-left: 11px;
}
.itemid-334 .project_item .info .date {
  font-size: 13px;
  line-height: 15px;
  flex: 1;
  text-align: right;
  color: #2BAB70;
}
.itemid-334 .project_item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#project_gallery {
  position: relative;
}
#project_gallery .owl-prev,
#project_gallery .owl-next {
  width: 8px;
  height: 16px;
  background: url(../images/arrow_left.svg) 0 50% no-repeat;
  text-indent: -9999px;
  outline: none;
}
#project_gallery .owl-prev.disabled,
#project_gallery .owl-next.disabled {
  opacity: 0.2;
}
#project_gallery .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
}
#project_gallery .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: rotate(180deg);
}
#project_gallery img {
  max-width: 100%;
  height: auto;
}
#project_description {
  font-size: 14px;
  line-height: 150%;
  margin-top: 29px;
}
#project_description p:last-child {
  margin-bottom: 0;
}
#related_projects_wrapper {
  background: #F9F9F9;
  padding: 70px 0 50px;
  margin-top: 23px;
}
#related_projects_wrapper h2:before,
#related_projects_wrapper h2:after {
  background-color: #E2E2E2;
}
#related_projects .row > div {
  margin-bottom: 20px;
}
.article_item {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px dashed #F2F2F2;
  margin-bottom: 25px;
}
.article_item:last-child {
  border: none;
  margin-bottom: 0;
}
.article_item .image {
  width: 32.3%;
}
.article_item .image img {
  max-width: 100%;
  height: auto;
}
.article_item .info {
  width: 67.7%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 19px;
  padding-bottom: 9px;
}
.article_item .info .date {
  font-size: 14px;
  line-height: 17px;
  color: #AFB5BF;
  position: absolute;
  right: 0;
  top: 0;
}
.article_item .info .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 24px;
}
.article_item .info .title a {
  color: #4A4A4A;
}
.article_item .info .anons {
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  margin-bottom: 17px;
}
.article_item .info a.more {
  font-size: 14px;
  line-height: 17px;
  color: #2BAB70;
  text-decoration: underline;
}
#contacts .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  color: #2BAB70;
  width: 100%;
}
#contacts .address_block,
#contacts .phones_block,
#contacts .email_block,
#contacts .factory_block {
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px dashed #F2F2F2;
  padding-bottom: 14px;
  margin-bottom: 16px;
}
#contacts .address_block a,
#contacts .phones_block a,
#contacts .email_block a,
#contacts .factory_block a {
  color: #4A4A4A;
}
#contacts a.max_link {
        display:block;
        width:35px;
        height:35px;
            
}

#contacts a.max_link svg {
            width:100%;
            height: auto;

            }

#contacts .address_block .address {
  margin-bottom: 9px;
}
#contacts .phones_block {
  display: flex;
  flex-wrap: wrap;
}
#contacts .phones_block .phones1,
#contacts .phones_block .phones2 {
  display: flex;
  flex-direction: column;
}
#contacts .phones_block .phones1 {
  background: url(../images/icons_cellphone.svg) 0 50% no-repeat;
  padding-left: 24px;
  margin-right: 29px;
}
#contacts .phones_block .phones2 {
  background: url(../images/icons_city_hone.svg) 0 50% no-repeat;
  padding-left: 35px;
}
#contacts .social_block .links a {
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
  text-decoration: underline;
  margin-right: 10px;
}
#contacts .social_block .links a.inst {
  background: url(../images/icons_instagram.svg) 0 50% no-repeat;
  padding-left: 22px;
}
#contacts .social_block .links a.vk {
  background: url(../images/icons_vk.svg) 0 50% no-repeat;
  padding-left: 21px;
}
#contacts .social_block .links a.fb {
  background: url(../images/icons_facebook.svg) 0 50% no-repeat;
  padding-left: 14px;
}
#contacts #contact_form {
  padding: 35px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#contacts #contact_form .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #4A4A4A;
  margin-bottom: 23px;
}
#contacts #contact_form input[type=text],
#contacts #contact_form input[type=tel],
#contacts #contact_form input[type=email],
#contacts #contact_form textarea {
  font-family: 'Rubik', sans-serif;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  padding: 0 13px;
  font-size: 14px;
  transition: all linear 0.2s;
  color: #4A4A4A;
}
#contacts #contact_form input[type=text]:focus,
#contacts #contact_form input[type=tel]:focus,
#contacts #contact_form input[type=email]:focus,
#contacts #contact_form textarea:focus {
  border-color: #2BAB70;
  box-shadow: none;
}
#contacts #contact_form input[type=text].is-invalid,
#contacts #contact_form input[type=tel].is-invalid,
#contacts #contact_form input[type=email].is-invalid,
#contacts #contact_form textarea.is-invalid {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.5);
  box-shadow: none;
}
#contacts #contact_form .formValidation,
#contacts #contact_form p.formRed {
  display: none !important;
}
#contacts #contact_form textarea {
  resize: none;
  height: 111px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
#contacts #contact_form input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  height: 17px;
  position: absolute;
}
#contacts #contact_form label {
  width: 100%;
}
#contacts #contact_form span.file_custom {
  background: url(../images/icons_file.svg) 0 50% no-repeat;
  line-height: 17px;
  font-size: 14px;
  color: #2BAB70;
  padding-left: 20px;
  cursor: pointer;
}
#contacts #contact_form .button {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
#contacts #contact_form button {
  font-weight: 500;
  font-size: 16px;
  width: 214px;
  height: 46px;
  background: #fff url(../images/border_green.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #2BAB70;
  outline: none;
  box-shadow: none;
}
#contact_map {
  margin-top: 45px;
}
#callback_form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#callback_form label {
  display: none;
}
#callback_form input[type=text],
#callback_form input[type=tel],
#callback_form input[type=email],
#callback_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Rubik', sans-serif;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  padding: 0 13px;
  font-size: 14px;
  transition: all linear 0.2s;
  color: #4A4A4A;
}
#callback_form input[type=text]:focus,
#callback_form input[type=tel]:focus,
#callback_form input[type=email]:focus,
#callback_form textarea:focus {
  border-color: #2BAB70;
  outline: none;
  box-shadow: none;
}
#callback_form input[type=text].is-invalid,
#callback_form input[type=tel].is-invalid,
#callback_form input[type=email].is-invalid,
#callback_form textarea.is-invalid {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.5);
  box-shadow: none;
}
#callback_form .formValidation,
#callback_form p.formRed {
  display: none !important;
}
#callback_form textarea {
  resize: none;
  height: 111px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
#callback_form input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  height: 17px;
  position: absolute;
}
#callback_form label {
  width: 100%;
}
#callback_form span.file_custom {
  background: url(../images/icons_file.svg) 0 50% no-repeat;
  line-height: 17px;
  font-size: 14px;
  color: #2BAB70;
  padding-left: 20px;
  cursor: pointer;
}
#callback_form .button {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
}
#callback_form button {
  font-weight: 500;
  font-size: 16px;
  width: 214px;
  height: 46px;
  background: #fff url(../images/border_green.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #2BAB70;
  outline: none;
  box-shadow: none;
}
.description-full {
  margin-bottom: 30px;
}
#region_modal .modal-body a {
  font-size: 14px;
}
.jbzoo-item-text h2 {
  margin-bottom: 10px;
}
.jbzoo-item-text img {
  max-width: 100%;
  height: auto;
}
.jbzoo-item-text .text ul li,
.jbzoo-item-text .text ol li {
  list-style-position: inside;
  margin-bottom: 5px;
}
.jbzoo-item-text .text ul li:last-child,
.jbzoo-item-text .text ol li:last-child {
  margin-bottom: 0;
}
.jbzoo-item-text .text blockquote {
  background-color: #F9F9F9;
  padding: 20px;
  font-size: 120%;
  line-height: 130%;
}
.jbzoo-item-text .text blockquote p:last-child {
  margin-bottom: 0;
}
.jbzoo-item-text #partners_list,
.jbzoo-item-text #certificates_list {
  margin-top: 40px;
}
.jbzoo-item-text .partner {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}
.jbzoo-item-text .partner .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jbzoo-item-text .partner .image img {
  max-height: 100px;
  max-width: 140px !important;
  width: auto;
}
.jbzoo-item-text .partner .title {
  margin-top: 10px;
  text-align: center;
}
.jbzoo-item-text .certificate {
  background: #FFFFFF;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.jbzoo-item-text .certificate .image {
  display: flex;
}
.jbzoo-item-text .certificate .image a {
  display: flex;
}
.jbzoo-item-text .certificate .title {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#footer_form_wrapper {
  width: 100%;
  background: url(../images/form_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
#footer_form_wrapper .overlay {
  background: rgba(29, 31, 29, 0.45);
  padding: 70px 0;
}
#footer_form_wrapper #userForm .rsform-block-z-name label,
#footer_form_wrapper #userForm .rsform-block-z-phone label,
#footer_form_wrapper #userForm .rsform-block-z-email label,
#footer_form_wrapper #userForm .rsform-block-z-send label,
#footer_form_wrapper #userForm .rsform-block-z-message label {
  display: none;
}
#footer_form_wrapper #userForm .formValidation {
  display: none !important;
}
#footer_form_wrapper #userForm .col-sm-9 {
  width: 100%;
  padding: 0;
  max-width: 100%;
  flex: 1;
}
#footer_form_wrapper #footer_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer_form_wrapper .text {
  color: #fff;
  width: 63%;
  padding-left: 12px;
  padding-top: 79px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}
#footer_form_wrapper .text h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 25px;
}
#footer_form_wrapper .formRed {
  display: none !important;
}
#footer_form_wrapper .form-group {
  margin: 0;
}
#footer_form_wrapper .form {
  width: 32.24%;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 35px 35px 34px 35px;
}
#footer_form_wrapper .form .formControls {
  width: 100%;
}
#footer_form_wrapper .form input[type=text],
#footer_form_wrapper .form input[type=tel],
#footer_form_wrapper .form input[type=email],
#footer_form_wrapper .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Rubik', sans-serif;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  padding: 0 13px;
  font-size: 14px;
  transition: all linear 0.2s;
  color: #4A4A4A;
}
#footer_form_wrapper .form input[type=text]:focus,
#footer_form_wrapper .form input[type=tel]:focus,
#footer_form_wrapper .form input[type=email]:focus,
#footer_form_wrapper .form textarea:focus {
  border-color: #2BAB70;
}
#footer_form_wrapper .form input[type=text].is-invalid,
#footer_form_wrapper .form input[type=tel].is-invalid,
#footer_form_wrapper .form input[type=email].is-invalid,
#footer_form_wrapper .form textarea.is-invalid {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.5);
  box-shadow: none;
}
#footer_form_wrapper .form textarea {
  resize: none;
  height: 111px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
#footer_form_wrapper .form input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  height: 17px;
  position: absolute;
}
#footer_form_wrapper .form label {
  width: 100%;
}
#footer_form_wrapper .form .rsform-block-z-file label {
  background: url(../images/icons_file.svg) 0 50% no-repeat;
  line-height: 17px;
  font-size: 14px;
  color: #2BAB70;
  padding-left: 20px;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer_form_wrapper .form .button {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
#footer_form_wrapper .form button {
  font-weight: 500;
  font-size: 16px;
  width: 214px;
  height: 46px;
  background: #fff url(../images/border_green.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #2BAB70;
}
a.scrollToTop {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #c3c3c3;
}
#footer_wrapper {
  background: #353839 url(../images/footer_bg.png) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 35px;
}
#footer_wrapper #footer {
  padding-top: 85px;
}
#footer_wrapper #footer_left > div:nth-child(2) {
  margin-top: 6px;
}
#footer_wrapper #footer_middle {
  display: flex;
  justify-content: space-between;
}
#footer_wrapper #footer_phones {
  display: flex;
  flex-direction: column;
}
#footer_wrapper #footer_phones a {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: block;
  background: url(../images/icons_phone_white.svg) 0 50% no-repeat;
  padding-left: 26px;
  color: #FFFFFF;
}
#footer_wrapper #footer_phones a:first-child {
  margin-bottom: 10px;
}
#footer_wrapper #footer_address {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  float: left;
}
#footer_wrapper #footer_address #footer_links {
  margin-top: 15px;
}
#footer_wrapper #footer_address #footer_links a {
  font-size: 14px;
  line-height: 17px;
  color: #2BAB70;
  text-decoration: underline;
  margin-right: 23px;
}
#footer_wrapper #footer_address #footer_links a:last-child {
  margin-right: 0;
}
#footer_wrapper #footer_social {
  float: right;
  margin-left: 80px;
}
#footer_wrapper #footer_social .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#footer_wrapper #footer_social a {
  font-size: 14px;
  line-height: 17px;
  color: #2BAB70;
  text-decoration: underline;
  margin-right: 10px;
}
#footer_wrapper #footer_social a.inst {
  background: url(../images/icons_instagram.svg) 0 50% no-repeat;
  padding-left: 22px;
}
#footer_wrapper #footer_social a.vk {
  background: url(../images/icons_vk.svg) 0 50% no-repeat;
  padding-left: 21px;
}
#footer_wrapper #footer_social a.fb {
  background: url(../images/icons_facebook.svg) 0 50% no-repeat;
  padding-left: 14px;
}
#footer_wrapper #footer_email {
  text-align: right;
  margin-top: 12px;
}
#footer_wrapper #footer_email a {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background: url(../images/icons_email.svg) 0 50% no-repeat;
  padding-left: 21px;
}
#footer_wrapper #footer_logo img {
  max-width: 174px;
  height: auto;
  margin-left: -5px;
}
#footer_wrapper #footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
#footer_wrapper .copyright {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
#footer_wrapper .dmw {
  font-size: 14px;
  line-height: 17px;
  color: #2BAB70;
}
#footer_wrapper .dmw a {
  color: #2BAB70;
  text-decoration: underline;
}
#mm-top_menu {
  display: none !important;
}
#mm-top_menu.mm-opened {
  display: block !important;
}
@media (min-width: 1601px) and (max-width: 1920px) {
  #main_slider_wrapper #main_slider {
    width: 223vw;
    margin-left: -62vw;
  }
}
@media (max-width: 767.98px) {
  #page > #breadcrumbs {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.mm-slideout {
  z-index: auto !important;
}
@media (max-width: 991.98px) {
  #main_menu #main_menu_nav,
  #main_menu #main_menu_list {
    display: none;
  }
  #main_products a span {
    font-size: 13px;
    line-height: 13px;
  }
  #main_text_wrapper .inner,
  #main_video_wrapper .inner {
    flex-wrap: wrap;
  }
  #main_text_wrapper .inner > div:first-child,
  #main_video_wrapper .inner > div:first-child {
    width: 100%;
    flex: auto;
  }
  #main_text_wrapper .inner > div:first-child p:last-child,
  #main_video_wrapper .inner > div:first-child p:last-child {
    margin: 0;
  }
  #main_text_wrapper .file,
  #main_video_wrapper .file {
    margin-left: 0;
    margin-top: 30px;
  }
  #news_wrapper .row-margin-20 .col-12:last-child {
    display: none;
  }
  #footer_wrapper #footer {
    padding-top: 35px;
  }
  #footer_wrapper #footer_left > div:nth-child(2) > div {
    width: 100%;
    margin-left: 0;
  }
  #footer_wrapper #footer_social {
    margin-top: 20px;
  }
  #footer_right {
    width: 50%;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #footer_wrapper #footer_phones {
    display: block;
  }
  #windows_advantages_wrapper .window_advantage .number {
    display: none;
  }
  #windows_advantages_wrapper .window_advantage .text {
    font-size: 14px;
  }
  #call_back_block_wrapper #call_back_block {
    flex-wrap: wrap;
  }
  #call_back_block_wrapper #call_back_block > div {
    width: 100%;
  }
  #call_back_block_wrapper .text {
    margin-bottom: 15px;
  }
  .intro {
    flex-wrap: wrap;
  }
  .intro .text {
    width: 100%;
  }
  #page_top_wrapper h1,
  #page_wrapper h1 {
    font-size: 37px;
  }
  #page_top_wrapper .subtitle {
    font-size: 17px;
  }
  #wood_wrapper .wood_item .overlay .title {
    font-size: 20px;
  }
  #wood_wrapper .wood_item .overlay .text {
    margin-top: 0;
    font-size: 13px;
  }
  #footer_form_wrapper .text {
    width: 55%;
  }
  #footer_form_wrapper .form {
    width: 45%;
  }
  .article_item .info .title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .article_item .info .anons {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1110px) {
  #search {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #main_menu #main_menu_nav > li {
    font-size: 13px;
    margin-right: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  body {
    font-size: 14px;
  }
  #news_wrapper #news .news_teaser .image {
    width: 38.5%;
  }
  #news_wrapper #news .news_teaser .date {
    font-size: 10px;
    margin-bottom: 5px;
  }
  #news_wrapper #news .news_teaser:before {
    width: 30%;
  }
  #news_wrapper #news .news_teaser .anons {
    line-height: 140%;
    font-size: 12px;
  }
  #windows_advantages_wrapper .window_advantage .title {
    margin-bottom: 10px;
  }
  #windows_advantages_wrapper .window_advantage .dots {
    margin-bottom: 10px;
  }
  #windows_advantages_wrapper .window_advantage .number {
    line-height: 51px;
    margin-bottom: 18px;
    font-size: 60px;
  }
  #windows_advantages_wrapper .window_advantage .number span:after {
    height: 9px;
    bottom: -5px;
  }
  #windows_advantages_wrapper .window_advantage .text p {
    margin-bottom: 10px;
  }
  #projects .row a span {
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 575.98px) {
  #main_menu_wrapper {
    border-bottom: 1px solid #E2E2E2;
  }
  .jbzoo-item-text h2 {
    font-size: 20px;
  }
  #contact_form {
    margin-top: 30px;
  }
  #site_wrapper > .search {
    padding-top: 35px;
  }
  #related_projects_wrapper {
    padding: 35px 15px;
  }
  .article_item {
    flex-wrap: wrap;
  }
  .article_item .image,
  .article_item .info {
    width: 100%;
  }
  .article_item .info {
    padding: 0;
    margin-top: 10px;
  }
  .article_item .info .title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
  }
  .article_item .info .date {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .article_item .info .anons {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 140%;
  }
  .article_item .info .anons p:last-child {
    margin-bottom: 0;
  }
  #top #header_phones {
    padding-left: 0;
    background: none;
    margin-left: 0;
  }
  #top #header_phones > a {
    font-size: 12px;
  }
  #top #header_phones .sep {
    display: none;
  }
  #header #call_back {
    width: auto;
  }
  #header #logo img {
    max-width: 110px;
  }
  #page_wrapper {
    padding-top: 0;
    border-top: none;
  }
  #page_wrapper h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  #main_text_wrapper h1,
  #main_video_wrapper h1,
  #main_text_wrapper h2,
  #main_video_wrapper h2,
  #news_wrapper #news > .title,
  #advantages_wrapper h2,
  .container > .title > h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #advantages_wrapper .advantage .title {
    font-size: 16px;
  }
  .container > .title > h2,
  #main_products > .title,
  #projects > .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #advantages_wrapper .advantage .number {
    top: -18px;
    font-size: 33px;
  }
  #main_products > .title {
    margin-bottom: 20px;
  }
  #main_slider_wrapper #main_slider .title_wrapper {
    font-size: 15px;
    line-height: 120%;
  }
  #main_slider_wrapper #main_slider .title {
    padding: 20px;
  }
  #main_products_wrapper {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  #advantages_wrapper {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  #main_video_wrapper,
  #main_text_wrapper,
  #projects_wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #main_text_wrapper #main_text > div .borders,
  #main_video_wrapper #main_text > div .borders,
  #main_text_wrapper #main_video > div .borders,
  #main_video_wrapper #main_video > div .borders {
    display: none;
  }
  #main_text_wrapper .inner,
  #main_video_wrapper .inner,
  #roto_wrapper #roto .intro {
    flex-wrap: wrap;
  }
  #main_text_wrapper .inner > div:first-child,
  #main_video_wrapper .inner > div:first-child,
  #roto_wrapper #roto .intro > div:first-child {
    width: 100%;
    padding: 0;
  }
  #main_text_wrapper .file,
  #main_video_wrapper .file,
  #roto_wrapper .intro .file {
    margin-left: 0;
    margin-top: 20px;
  }
  #projects .row a span {
    position: relative;
    display: block;
    left: unset;
    bottom: unset;
    width: 100%;
    font-size: 12px;
    line-height: 140%;
    text-shadow: none;
    border-radius: 0 0 2px 2px;
  }
  #main_products a span {
    font-size: 13px;
    line-height: 14px;
  }
  #news_wrapper {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  #news_wrapper #news .news_teaser:before {
    left: 8%;
    width: 34%;
  }
  .series_page #series_info {
    padding: 20px 20px 30px;
    font-size: 14px;
    line-height: 130%;
  }
  .series_page #series_info ul li {
    flex-wrap: wrap;
  }
  .series_page #series_info ul li span {
    width: 100%;
  }
  .series_page #series_info ul li span:first-child {
    margin-bottom: 3px;
  }
  .series_page #series_info ul li span:last-child {
    padding: 0;
    text-align: left;
  }
  #windows_advantages_wrapper {
    padding: 35px 0 20px;
  }
  #windows_advantages_wrapper h2 {
    margin-bottom: 20px;
  }
  #windows_advantages_wrapper .row .col-12:nth-child(2n) .window_advantage .info {
    padding: 0;
  }
  #windows_advantages_wrapper .row .col-12:last-child .window_advantage {
    border-bottom: none;
    margin-bottom: 0;
  }
  #windows_advantages_wrapper .window_advantage {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
  }
  #windows_advantages_wrapper .window_advantage .info {
    width: 100%;
  }
  #windows_advantages_wrapper .window_advantage .info .number {
    display: none;
  }
  #windows_advantages_wrapper .window_advantage .info .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #windows_advantages_wrapper .window_advantage .info .dots {
    margin-bottom: 5px;
  }
  #windows_advantages_wrapper .window_advantage .info .text {
    font-size: 14px;
  }
  #windows_advantages_wrapper .window_advantage .info .text p {
    margin-bottom: 10px;
  }
  #windows_advantages_wrapper .window_advantage .info .text p:last-child {
    margin-bottom: 0;
  }
  #windows_advantages_wrapper .window_advantage .image {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer_wrapper #footer {
    padding-top: 35px;
  }
  #footer_wrapper #footer_middle {
    flex-wrap: wrap;
  }
  #footer_wrapper #footer_middle #footer_left,
  #footer_wrapper #footer_middle #footer_right {
    width: 100%;
  }
  #footer_wrapper #footer_social {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    margin-left: 0;
  }
  #footer_wrapper #footer_email {
    text-align: left;
  }
  #footer_wrapper #footer_right {
    align-items: flex-start;
  }
  #footer_wrapper #footer_bottom {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #footer_wrapper #footer_bottom > div {
    width: 100%;
    margin-bottom: 10px;
  }
  #page_top_wrapper h1 {
    font-size: 25px;
  }
  a.btn-green-1 {
    width: 118px;
    height: 39px;
    font-size: 13px;
  }
  #footer_form_wrapper .overlay {
    padding: 35px 0;
  }
  #footer_form_wrapper .text,
  #footer_form_wrapper .form {
    width: 100%;
  }
  #footer_form_wrapper .text {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
  #footer_form_wrapper .text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #page_top_wrapper {
    margin-bottom: 35px;
  }
  #intro_wrapper {
    padding: 0 0 35px;
  }
  #intro_wrapper .intro {
    flex-wrap: wrap;
  }
  #intro_wrapper .intro > div {
    width: 100%;
  }
  #intro_wrapper .intro .text {
    margin-bottom: 20px;
  }
  #al_systems_wrapper {
    padding: 35px 0 26px;
  }
  #al_systems_wrapper #al_systems > .title h2 {
    margin-bottom: 20px;
  }
  #windows_series_wrapper {
    padding: 35px 0;
  }
  #windows_series_wrapper h2 {
    margin-bottom: 20px;
  }
  #accessories_wrapper {
    padding: 35px 0 25px;
  }
  #accessories_wrapper h2 {
    margin-bottom: 20px;
  }
  #call_back_block_wrapper .overlay {
    padding: 35px 0;
  }
  #call_back_block_wrapper #call_back_block {
    flex-wrap: wrap;
  }
  #call_back_block_wrapper #call_back_block > div {
    width: 100%;
  }
  #call_back_block_wrapper #call_back_block .text {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  #call_back_block_wrapper .button a {
    font-size: 15px;
    line-height: 48px;
    width: 175px;
    height: 48px;
  }
  #page_top_wrapper .overlay {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  #page_top_wrapper .overlay .subtitle {
    font-size: 16px;
  }
  #page_top_wrapper .overlay .subtitle > div:before,
  #page_top_wrapper .overlay .subtitle > div:after {
    display: none;
  }
  #roto_wrapper #roto > .title {
    margin-bottom: 20px;
  }
  #roto_wrapper #roto > .title h3 {
    margin-bottom: 0;
  }
  #wood_wrapper,
  #al_series_wrapper,
  #roto_wrapper {
    padding: 35px 0;
  }
  #wood_wrapper h2,
  #al_series_wrapper h2,
  #roto_wrapper h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #wood_wrapper #note,
  #al_series_wrapper #note,
  #roto_wrapper #note {
    margin-top: 0;
  }
}
/*# sourceMappingURL=template.css.map */