* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  background-color: #FFF;
  color: #000;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
  line-height: 1;
}
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fww {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fcc {
  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;
}
.fsb {
  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;
}
.fsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcsa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcfs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.aifs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aife {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.color_white {
  color: #FFF;
}
.grey_bg_dark {
  background: #fefefe;
  background: -moz-linear-gradient(-45deg, #fefefe 0%, #b6b6b6 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fefefe), color-stop(100%, #b6b6b6));
  background: -webkit-linear-gradient(-45deg, #fefefe 0%, #b6b6b6 100%);
  background: -o-linear-gradient(-45deg, #fefefe 0%, #b6b6b6 100%);
  background: -ms-linear-gradient(-45deg, #fefefe 0%, #b6b6b6 100%);
  background: linear-gradient(135deg, #fefefe 0%, #b6b6b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#b6b6b6', GradientType=1);
}
.grey_bg_light {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f4f4f4 21%, #e3e3e3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(21%, #f4f4f4), color-stop(100%, #e3e3e3));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f4f4f4 21%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #f4f4f4 21%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f4f4f4 21%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #f4f4f4 21%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e3e3e3', GradientType=0);
}
.green_bg {
  background: #146f00;
  background: -moz-linear-gradient(45deg, #146f00 0%, #146f00 13%, #23c100 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #146f00), color-stop(13%, #146f00), color-stop(100%, #23c100));
  background: -webkit-linear-gradient(45deg, #146f00 0%, #146f00 13%, #23c100 100%);
  background: -o-linear-gradient(45deg, #146f00 0%, #146f00 13%, #23c100 100%);
  background: -ms-linear-gradient(45deg, #146f00 0%, #146f00 13%, #23c100 100%);
  background: linear-gradient(45deg, #146f00 0%, #146f00 13%, #23c100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#146f00', endColorstr='#23c100', GradientType=1);
}
.black_bg {
  background: #000;
}
.block_padding {
  padding: 80px 0;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
}
.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.block_title {
  margin-bottom: 50px;
}
.block_title h1,
.block_title h2 {
  font-size: 39px;
  line-height: 1.2;
  text-transform: uppercase;
}
.memu_btn,
.close_menu {
  display: none;
}
.site_header {
  height: 80px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site_header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site_header .menu .menu_item_wrap .menu_item {
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 20px;
  padding-top: 3px;
  margin-right: 20px;
  border-right: 1px solid #adadad;
}
.site_header .menu .menu_item_wrap:last-of-type .menu_item {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.block_content {
  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;
}
.block_1 .block_content .block_1_image {
  width: 310px;
}
.block_1 .block_content .content {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_1 .block_content .content p {
  font-size: 21px;
}
.block_1 .block_content .content .learn_more {
  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;
  width: 220px;
  height: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  margin: 40px 0 0 0;
  display: none;
}
.block_2 {
  color: #FFF;
}
.block_2 .block_2_image {
  width: 310px;
}
.block_2 .content {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_2 .block_2_description p {
  position: relative;
  padding-left: 40px;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
}
.block_2 .block_2_description p:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("https://brama-intercom.ua/wp-content/themes/smart_intercom/css/../image/arrow_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.block_3 .system_capabilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.block_3 .system_capabilities .system_capabilities_item_wrap {
  padding: 0 15px;
  width: 25%;
}
.block_3 .system_capabilities .system_capabilities_item_wrap .system_capabilities_item {
  background-color: #FFF;
  height: 100%;
  padding: 50px 20px;
}
.block_3 .system_capabilities .system_capabilities_item_wrap .system_capabilities_item .img {
  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;
  width: 110px;
  height: 110px;
  margin: 0 auto 30px auto;
  background-color: #21ba00;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.block_3 .system_capabilities .system_capabilities_item_wrap .system_capabilities_item .img img {
  display: block;
}
.block_3 .system_capabilities .system_capabilities_item_wrap .system_capabilities_item p {
  text-align: center;
}
.block_4 .block_4_image {
  width: 500px;
  margin-left: 70px;
  margin-top: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.block_4 .content {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_5 {
  padding-bottom: 0;
  padding-top: 0;
}
.block_5 .block_5_image {
  margin-top: 70px;
  width: 500px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 70px;
}
.block_5 .content {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_6 .block_6_image {
  width: 880px;
  margin-top: 50px;
  margin-right: -300px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block_6 .content {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_6 .content .block_6_description p {
  position: relative;
  padding-left: 40px;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
}
.block_6 .content .block_6_description p:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("https://brama-intercom.ua/wp-content/themes/smart_intercom/css/../image/arrow_check_green.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.block_6 .content .block_title h2 {
  font-size: 27px;
}
.block_7 .we_can {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_7 .we_can .we_can_item_wrap {
  width: 33.33%;
  padding: 0 15px;
}
.block_7 .we_can .we_can_item_wrap .we_can_item {
  height: 100%;
  background-color: #FFF;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_title {
  padding: 25px;
  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;
  color: #FFF;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_title .icon {
  width: 66px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_title .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_title p {
  font-size: 17px;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_description {
  font-size: 15px;
  padding: 30px;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_description p {
  margin-bottom: 25px;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_description ul {
  padding-left: 20px;
}
.block_7 .we_can .we_can_item_wrap .we_can_item .we_can_item_description ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.block_8 {
  position: relative;
}
.block_8 .map {
  position: relative;
  z-index: 10;
  height: 100%;
}
.block_8 .map div {
  height: 100%;
}
.block_8 .map div iframe {
  height: 700px;
  display: block;
}
.block_8 .container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 80px;
  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;
}
.block_8 .container .our_contacts {
  position: relative;
  z-index: 11;
  margin: auto 0 auto auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
}
.block_8 .container .our_contacts .our_contacts_title {
  font-weight: 500;
}
.block_8 .container .our_contacts .our_contacts_desc {
  margin-bottom: 20px;
}
.block_8 .container .our_contacts .our_contacts_desc:last-of-type {
  margin-bottom: 0;
}
.block_8 .container .our_contacts .our_contacts_desc a {
  color: #000;
  text-decoration: underline;
}
.block_8 .container .block_title {
  position: relative;
  z-index: 11;
  margin: 0;
}
.footer {
  padding: 40px 0;
}
.footer .site_footer {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .site_footer .footer_logo {
  width: 290px;
}
.footer .site_footer .footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .site_footer .footer_text {
  color: #FFF;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}
.btn_scroll_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 90;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_scroll_top img {
  display: block;
  width: 100%;
  height: auto;
}
.btn_scroll_top_active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
video {
  display: block;
}
.popup_wrap {
  display: none;
}
.popup_content {
  max-width: 1200px !important;
}
.fancybox-content {
  padding: 40px 10px 10px 10px !important;
}
.popup_video_button {
  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;
  width: 100%;
  max-width: 420px;
  margin-bottom: 50px;
  position: relative;
}
.popup_video_button:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
}
.popup_video_button:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(https://brama-intercom.ua/wp-content/themes/smart_intercom/css/../image/play_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 20;
}
.popup_video_button img {
  display: block;
  width: 100%;
  height: auto;
}
