@import url('https://fonts.googleapis.com/css?family=Neucha|Open+Sans+Condensed:300,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Caveat|Fira+Sans+Condensed:300,400&subset=cyrillic');
@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon/icomoon.eot?7wqrir');
  src: url('../font/icomoon/icomoon.eot?7wqrir#iefix') format('embedded-opentype'), url('../font/icomoon/icomoon.ttf?7wqrir') format('truetype'), url('../font/icomoon/icomoon.woff?7wqrir') format('woff'), url('../font/icomoon/icomoon.svg?7wqrir#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Fonts*/
.osc-l {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}
.osc-b {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.firac-l {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
}
.firac-r {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
}
.cvt-r {
  font-family: 'Caveat', cursive;
  font-weight: 400;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eplast-logo:before {
  content: "\e905";
}
.icon-vk:before {
  content: "\e906";
}
.icon-insta:before {
  content: "\e907";
}
.icon-fb:before {
  content: "\e908";
}
.icon-down-angle:before {
  content: "\e900";
}
.icon-left-angle:before {
  content: "\e901";
}
.icon-right-angle:before {
  content: "\e903";
}
.icon-up-angle:before {
  content: "\e904";
}
.icon-menu-button:before {
  content: "\e902";
}
.icon-vk-round:before {
  content: "\e90b";
}
.icon-google-round:before {
  content: "\e90a";
}
.icon-fb-round:before {
  content: "\e909";
}
.new-wrapper {
  width: 1262px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ishare-wrapper a {
  color: #fe5000 !important;
  text-decoration: none;
  display: block;
  font-size: 36px;
  width: 42px;
  height: 42px;
  text-align: center;
  margin-left: 10px;
  transition: .2s;
}
.ishare-wrapper a i {
  line-height: 42px;
}
.ishare-wrapper a:hover {
  font-size: 42px;
}
#scrollUp {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.38);
  background: #ff5000 url(../images/scrollUp.png) no-repeat center center;
  transition: .2s;
  right: 2%;
  left: auto;
  bottom: 2%;
}
#scrollUp:hover {
  background-color: #30302e;
}
.mega-menu-close-nd {
  display: none;
}
header {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #bcbcbc;
  height: 110px;
  background: url(../images/header-bg.jpg) top center no-repeat;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.67);
}
header .new-wrapper {
  padding-left: 4%;
  padding-right: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
header .find-on-site {
  display: none;
}
header .header-logo a {
  height: 100%;
  overflow: hidden;
}
header .header-logo img {
  max-width: 100%;
}
header #mega-menu-wrap-main_menu {
  float: left;
  display: table;
  clear: none;
  width: 55%;
}
header #mega-menu-wrap-main_menu #mega-menu-main_menu {
  text-align: right;
}
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item a.mega-menu-link {
  font-size: 16px;
  padding: 0 20px;
  font-family: 'Caveat', cursive !important;
  font-weight: 400 !important;
}
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '';
  display: block;
  height: 12px;
  width: 11px;
  background: url(../images/menu-arr.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  margin-top: -5px;
}
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '';
  display: block;
  height: 10px;
  width: 11px;
  background: url(../images/menu-arr-right.png) no-repeat left center;
  background: auto 100%;
  position: absolute;
  right: 0;
  margin-right: 5px;
  left: inherit;
  top: 50%;
  margin-top: -5.5px;
}
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout.mega-menu-item-has-children .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-flyout li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children .mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link:hover:after {
  background: url(../images/menu-arr-right.png) no-repeat right center;
}
header #mega-menu-wrap-main_menu .mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: 'Caveat', cursive;
  font-weight: 400;
}
.social-phones {
  display: flex;
  align-items: center;
}
.social {
  margin-right: 65px;
}
.social a {
  opacity: 1;
  transition: .2s;
  color: #fff;
  text-decoration: none;
}
.social a:first-child,
.social a:nth-child(2) {
  margin-right: 10px;
}
.social a:hover {
  opacity: 0.8;
}
.header-icon {
  font-size: 26px;
  line-height: 0;
}
.phones a {
  display: block;
  position: relative;
  line-height: 20px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-top: 7px;
  margin-bottom: 7px;
}
.phones .cell-phone:before {
  content: '';
  display: block;
  width: 11px;
  height: 19px;
  background: url(../images/cell-phone.png) no-repeat center center;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -9.5px;
}
.phones .city-phone:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/city-phone.png) no-repeat center center;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -7px;
}
.under-header {
  height: 110px;
}
.sub-header {
  width: 100%;
  height: 275px;
  background: url(../images/sub-header-bg.png) no-repeat center center;
  background-size: cover;
  border-bottom: 10px solid #fe5000;
  position: relative;
}
.sub-header #scene {
  height: 275px;
  max-width: 90%;
}
.sub-header #scene .layer:first-child {
  bottom: 0;
  right: 0;
}
.sub-header #scene .layer:first-child img {
  margin-top: 150px;
  margin-left: -20px;
}
.sub-header #scene .layer:nth-child(2) {
  bottom: 0;
  right: 0;
}
.sub-header #scene .layer:nth-child(2) img {
  margin-top: -80px;
  margin-left: 48%;
}
.sub-header_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sub-header_content .new-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sub-header_content .slogan {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  color: #333331;
  line-height: 40px;
  position: relative;
  padding: 0;
  margin: 60px auto auto 60px;
}
.sub-header_content .slogan span {
  color: #fe5304;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  text-transform: lowercase;
}
.sub-header_content .eplast-box {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 261px;
  right: 180px;
}
.sub-header_content .eplast-box .layer img {
  margin-left: 25px;
  margin-top: 10px;
}
.sub-header_content .e-logo {
  position: absolute;
  bottom: 0;
  width: 267px;
  height: 61px;
  background-color: #fe5304;
  color: #fff;
  font-size: 220px;
  line-height: 0;
  text-align: center;
}
.sub-header_content .e-logo .icon-eplast-logo {
  line-height: 70px;
}
.sub-header .logo-slider {
  height: 100%;
  width: 185px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.sub-header .logo-slider_stage {
  height: 249px;
  overflow: hidden;
}
.sub-header .logo-slider_slide {
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-header .logo-slider_arr {
  display: block;
  width: 19px;
  height: 8px;
  background: url(../images/slider-logo-arr.png) no-repeat center center;
  cursor: pointer;
  margin: auto;
}
.find-on-site {
  width: 365px;
  height: 100%;
  float: right;
  margin-right: 7px;
  overflow: hidden;
}
.find-on-site input {
  float: left;
  height: 40px;
  width: 318px;
  box-sizing: border-box;
  border: 1px solid #383836;
  padding-left: 15px;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  color: #31312f;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.find-on-site button {
  float: right;
  height: 40px;
  width: 42px;
  display: block;
  box-sizing: border-box;
  border: none;
  background: #383836 url(../images/find-icon.png) no-repeat center center;
  cursor: pointer;
  transition: .2s;
}
.find-on-site button:hover {
  background: #000000 url(../images/find-icon.png) no-repeat center center;
}
.mobile-slider {
  display: none;
}
.main-categories {
  position: relative;
  z-index: 1;
  padding-top: 35px;
}
.main-categories #menu-glavnaya-stranitsa {
  clear: both;
  display: flex;
  justify-content: space-between;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 30px;
}
.main-categories #menu-glavnaya-stranitsa a {
  text-decoration: none;
  font-size: 30px;
  color: #383836;
  letter-spacing: 1px;
  transition: .2s;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
}
.main-categories #menu-glavnaya-stranitsa a:hover {
  color: #fe5304;
}
.main-categories #menu-glavnaya-stranitsa a:hover:after {
  background: url(../images/sub-menu-arr-red.png) no-repeat center center !important;
}
.main-categories #menu-glavnaya-stranitsa li.menu-item-has-children {
  position: relative;
}
.main-categories #menu-glavnaya-stranitsa li.menu-item-has-children > a:after {
  content: "";
  display: block;
  height: 8px;
  width: 14px;
  background: url(../images/sub-menu-arr.png) no-repeat center center;
  right: 0px;
  top: 50%;
  margin-top: 0px;
  position: absolute;
}
.main-categories #menu-glavnaya-stranitsa .sub-menu {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: none;
}
.main-categories #menu-glavnaya-stranitsa .sub-menu a {
  font-size: 25px;
  line-height: 40px;
  transition: .2s;
  white-space: nowrap;
}
.main-categories #menu-glavnaya-stranitsa .sub-menu a:hover {
  color: #fe5304;
}
.main-categories .picture-menu {
  box-sizing: border-box;
  padding-left: 9.5%;
  padding-right: 9.5%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 65px;
}
.main-categories .picture-menu_item {
  position: relative;
}
.main-categories .picture-menu_item .hover-pad {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  transition: .2s;
  opacity: 0;
}
.main-categories .picture-menu_item:hover .hover-pad {
  opacity: 0.5;
}
.main-categories .picture-menu_item img {
  max-width: 100%;
  min-width: 100%;
}
.main-categories .picture-menu_item span {
  position: absolute;
  display: block;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  background-color: rgba(56, 56, 54, 0.86);
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
.main-categories .picture-menu_item-beams {
  width: 63.5%;
  float: left;
  margin-bottom: 2%;
}
.main-categories .picture-menu_item-beams span {
  width: 31%;
  height: 65px;
  right: 0;
  bottom: 35px;
  line-height: 65px;
  padding-left: 20px;
}
.main-categories .picture-menu_item-interior {
  float: right;
  width: 33.5%;
}
.main-categories .picture-menu_item-interior span {
  width: 182px;
  height: 70px;
  left: 50%;
  bottom: 130px;
  margin-left: -91px;
  text-align: center;
  background-color: rgba(254, 80, 0, 0.86);
  padding-top: 13px;
  line-height: 22px;
}
.main-categories .picture-menu_item-liquid {
  float: left;
  width: 26.5%;
}
.main-categories .picture-menu_item-liquid span {
  right: 0;
  top: 25px;
  width: 76%;
  height: 65px;
  padding-left: 20px;
  line-height: 65px;
}
.main-categories .picture-menu_item-facade {
  float: left;
  width: 34.5%;
  margin-left: 2.5%;
  margin-bottom: 2%;
}
.main-categories .picture-menu_item-facade span {
  right: 0;
  bottom: 50px;
  width: 60%;
  height: 65px;
  line-height: 65px;
  padding-left: 20px;
}
.main-categories .picture-menu_item-wallpaper {
  float: left;
  clear: both;
  width: 48.5%;
}
.main-categories .picture-menu_item-wallpaper span {
  height: 65px;
  line-height: 65px;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 182px;
  margin-top: -32px;
  margin-left: -91px;
  background-color: rgba(254, 80, 0, 0.86);
}
.main-categories .picture-menu_item-color {
  float: right;
  width: 48.5%;
}
.main-categories .picture-menu_item-color span {
  right: 0;
  bottom: 55px;
  height: 65px;
  width: 42%;
  line-height: 65px;
  padding-left: 20px;
}
.main-news {
  background-color: #e9e9e9;
  padding-top: 30px;
  margin-bottom: 50px;
}
.main-news .new-wrapper {
  color: #383836;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.main-news .main-news_block {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 4%;
  letter-spacing: 0.7px;
  padding-top: 20px;
  position: relative;
}
.main-news .main-news_block:first-child {
  border-right: 1px solid #383836;
  padding-right: 5%;
}
.main-news .main-news_block h2 {
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  color: #383836;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  line-height: 22px;
}
.main-news .main-news_block .main-news_intro p {
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  color: #383836;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 22px;
  letter-spacing: 0;
}
.main-news .main-news_block a {
  font-size: 18px;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  color: #383836;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  transition: .2s;
}
.main-news .main-news_block a:hover {
  color: #000;
}
.main-news .main-news_block a:after {
  content: '';
  width: 25px;
  height: 10px;
  display: block;
  background: url(../images/main-new-black-arr.png) no-repeat center center;
  position: absolute;
  right: -35px;
  top: 7px;
}
.main-news .main-news_block .main-news_date {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  float: right;
}
.main-news_button {
  clear: both;
  background-color: #383836;
  text-decoration: none;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 50px 10px 25px;
  color: #fff;
  position: relative;
  transition: .2s;
  letter-spacing: 0.5px;
  display: table;
  margin: 45px auto 25px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.main-news_button:after {
  content: '';
  width: 25px;
  height: 10px;
  display: block;
  background: url(../images/main-new-white-arr.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.main-news_button:hover {
  background-color: #50504e;
}
footer {
  background: url(../images/header-bg.jpg) top center repeat-y;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.67);
}
footer .new-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .header-logo {
  margin-top: 30px;
}
footer .header-logo a {
  height: 100%;
  overflow: hidden;
}
footer .header-logo img {
  max-width: 100%;
}
footer .footer-menu {
  margin-left: 5%;
}
footer .footer-menu li {
  margin-bottom: 40px;
}
footer .footer-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-menu li a {
  color: #acacac;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s;
}
footer .footer-menu li a:hover {
  color: #fff;
}
footer .footer-cat span {
  font-family: 'Caveat', cursive;
  font-weight: 400;
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
footer .footer-cat #menu-menyu-kataloga li,
footer .footer-cat #menu-menyu-kataloga-1 li,
footer .footer-cat #menu-menyu-informatsii li,
footer .footer-cat #menu-menyu-informatsii-1 li {
  display: block;
  margin-bottom: 3px;
}
footer .footer-cat #menu-menyu-kataloga li > a,
footer .footer-cat #menu-menyu-kataloga-1 li > a,
footer .footer-cat #menu-menyu-informatsii li > a,
footer .footer-cat #menu-menyu-informatsii-1 li > a {
  border: none;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  color: #818181;
  margin: 0;
  text-decoration: none;
}
footer .footer-cat #menu-menyu-kataloga li > a:before,
footer .footer-cat #menu-menyu-kataloga-1 li > a:before,
footer .footer-cat #menu-menyu-informatsii li > a:before,
footer .footer-cat #menu-menyu-informatsii-1 li > a:before,
footer .footer-cat #menu-menyu-kataloga li > a:after,
footer .footer-cat #menu-menyu-kataloga-1 li > a:after,
footer .footer-cat #menu-menyu-informatsii li > a:after,
footer .footer-cat #menu-menyu-informatsii-1 li > a:after {
  display: none;
}
footer .footer-cat #menu-menyu-kataloga li > a:hover,
footer .footer-cat #menu-menyu-kataloga-1 li > a:hover,
footer .footer-cat #menu-menyu-informatsii li > a:hover,
footer .footer-cat #menu-menyu-informatsii-1 li > a:hover {
  color: #fff;
}
footer .footer-info {
  margin-right: 5%;
}
footer .footer-copyright {
  color: #c1c1c1;
  text-align: center;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
  background-color: #292929;
  padding-top: 22px;
  padding-bottom: 22px;
}
footer .social-phones {
  display: block;
}
footer .social-phones a,
footer .dekor-mail {
  color: #818181;
  font-size: 16px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  display: block;
  float: none;
}
footer .social-phones a:before,
footer .dekor-mail:before {
  opacity: 0.4;
}
footer .social-phones a:hover,
footer .dekor-mail:hover {
  color: #fff;
}
footer .social-phones a:hover:before,
footer .dekor-mail:hover:before {
  opacity: 1;
}
footer .dekor-mail {
  margin-top: 20px;
  position: relative;
}
footer .dekor-mail:before {
  content: '';
  display: block;
  height: 15px;
  width: 21px;
  position: absolute;
  background: url(../images/envelope-fb-white.png) no-repeat center center;
  top: 50%;
  margin-top: -7.5px;
  left: -26px;
}
.main-new-products {
  margin-bottom: 70px;
}
.main-new-products h1 {
  font-family: 'Caveat', cursive;
  font-weight: 400;
  color: #383836;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.main-new-products-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-new-products_item {
  width: 210px;
  height: 210px;
  box-sizing: border-box;
  border: 1px solid #383836;
}
.main-new-products_item img {
  max-width: 100%;
  width: 100%;
  height: 160px;
}
.main-new-products_item span {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.main-new-products_item a {
  color: #383836;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
}
.main-new-products_capture {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
  margin-bottom: -5px;
  padding: 0;
}
.main-contacts h1 {
  font-family: 'Caveat', cursive;
  font-weight: 400;
  color: #383836;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
  margin-top: 65px;
}
.main-contacts .main-contaxt_text {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  color: #383836;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 70px;
}
.main-contacts .main-contaxt_text a {
  text-decoration: none;
  color: #383836;
}
.main-contacts .main-contaxt_text .main-contacts_tel a {
  position: relative;
}
.main-contacts .main-contaxt_text .cell-phone:before {
  content: '';
  display: block;
  width: 11px;
  height: 19px;
  background: url(../images/cell-phone-dark.png) no-repeat center center;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -9.5px;
}
.main-contacts .main-contaxt_text .city-phone:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/city-phone-dark.png) no-repeat center center;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -7px;
}
.main-contacts .social-icons {
  margin-top: 10px;
}
.main-contacts .social-icons a {
  margin-left: 3px;
  margin-right: 3px;
}
.main-contacts .social-icons a:hover {
  opacity: 0.8;
}
.main-contacts .main-contacts_fb a:first-child {
  display: block;
  position: relative;
  padding-left: 26px;
}
.main-contacts .main-contacts_fb a:first-child:before {
  content: '';
  display: block;
  height: 15px;
  width: 21px;
  position: absolute;
  background: url(../images/envelope-fb.png) no-repeat center center;
  top: 50%;
  margin-top: -7.5px;
  left: 0;
}
.main-contacts .main-contacts_fb .main-contacts-feedback {
  display: block;
  color: #fff;
  background-color: #383836;
  text-align: center;
  font-size: 16px;
  padding: 5px 50px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  transition: .2s;
}
.main-contacts .main-contacts_fb .main-contacts-feedback:hover {
  background-color: #50504e;
}
.footer-contact-us {
  display: none;
}
.fb_iframe_widget {
  display: block;
}
.ozWidgetRioButton_ {
  border: none;
}
