@charset "UTF-8";
/*
Theme Name: Plumbing Engineering Classic
Theme URI: http://smart-site.pro
Author: http://smart-site.pro
Author URI: http://smart-site.pro
Description: Plumbing Engineering Classic
Version: 0.0.1
*/
body, html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-family: "Open Sans", Arial, Times;
  color: #000000; }

p {
  font-size: 14px;
  color: #4D4D4D; }

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #0071BC; }

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0071BC; }

h3 {
  font-size: 18px;
  color: #0071BC; }

a:focus, button:focus {
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.margin_zero {
  margin: 0; }

.padding_zero {
  padding: 0; }

.padding_left_zero {
  padding-left: 0; }

@font-face {
  font-family: 'DOCKER ONE';
  src: url("fonts/DOCKERONE.eot?#iefix") format("embedded-opentype"), url("fonts/DOCKERONE.woff") format("woff"), url("fonts/DOCKERONE.ttf") format("truetype"), url("fonts/DOCKERONE.svg#DOCKERONE") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'DOCKER ONE';
  src: url("fonts/DOCKERONE.eot?#iefix") format("embedded-opentype"), url("fonts/DOCKERONE.woff") format("woff"), url("fonts/DOCKERONE.ttf") format("truetype"), url("fonts/DOCKERONE.svg#DOCKERONE") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DOCKER ONE';
  src: url("fonts/DOCKERONE.eot?#iefix") format("embedded-opentype"), url("fonts/DOCKERONE.woff") format("woff"), url("fonts/DOCKERONE.ttf") format("truetype"), url("fonts/DOCKERONE.svg#DOCKERONE") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'DOCKER ONE';
  src: url("fonts/DOCKERONE.eot?#iefix") format("embedded-opentype"), url("fonts/DOCKERONE.woff") format("woff"), url("fonts/DOCKERONE.ttf") format("truetype"), url("fonts/DOCKERONE.svg#DOCKERONE") format("svg");
  font-weight: 700;
  font-style: italic; }

/*LOCATION*/
/*Styles of Header*/
.header {
  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;
  position: relative;
  background: #0071BC;
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  -webkit-box-shadow: 0px 5px 10px -3px #555;
  box-shadow: 0px 5px 10px -3px #555;
  z-index: 3; }

.container_logo {
  margin-left: 30px; }
  .container_logo img {
    min-width: 38px; }

@media screen and (min-width: 1151px) {
  .container_head {
    width: 100%;
    height: 100%;
    color: red; }
  .first_block {
    display: block; }
  .container_header_menu-list.menu_items1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .container_header_menu-list.menu_items2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .container_header_menu-list.menu_items3 {
    display: block; }
  .container_header_menu-list.menu_items4 {
    display: block;
    width: 283px; }
    .container_header_menu-list.menu_items4 li {
      display: inline-block; }
  .container_header_menu-list li {
    position: relative; }
  .container_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .container_head ul {
      -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;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .container_head ul li {
        padding: 6px 10px;
        line-height: 15px; }
        .container_head ul li a {
          font-size: 14px;
          color: #FFFFFF;
          text-transform: uppercase;
          text-decoration: none; }
  .container_head .container_sub-menu_list {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #048CBF;
    position: absolute;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0; }
    .container_head .container_sub-menu_list li {
      margin: 6px 6px;
      padding: 6px 10px;
      text-align: left; }
      .container_head .container_sub-menu_list li a {
        color: #ffffff; }
  .container_sub-menu_list::before {
    content: " ";
    width: 100%;
    height: 15px;
    position: absolute;
    top: -15px; }
  .container_sub-menu_list:after {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #048CBF;
    border-width: 15px;
    margin-left: -15px; }
  @-webkit-keyframes opacitySubmenu {
    from {
      opacity: 0;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes opacitySubmenu {
    from {
      opacity: 0;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); } }
  .container_header_menu-list li:hover .menu-list_txt {
    color: #048CBF; }
  .container_header_menu-list li:hover .container_sub-menu_list {
    display: block;
    z-index: 4;
    -webkit-animation: opacitySubmenu .2s ease-out;
    animation: opacitySubmenu .2s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .container_header_menu-list li:hover .container_sub-menu_list li:hover {
      background-color: #FFBF00; }
      .container_header_menu-list li:hover .container_sub-menu_list li:hover a {
        color: #048CBF; }
  .menu_items1 .container_sub-menu_list {
    width: 430px;
    top: 37px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0; }
  .menu_items1 li:nth-child(2) .container_sub-menu_list {
    top: 37px;
    left: 0px;
    width: 507px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu_items1 li:nth-child(2) .container_sub-menu_list li {
      display: inline-block;
      width: 230px; }
  .menu_items1 li:nth-child(2) .container_sub-menu_list:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #048CBF;
    border-width: 15px;
    margin-left: -15px; }
  .menu_items1 li:nth-child(3) .container_sub-menu_list li {
    display: inline-block;
    width: 200px; }
  .menu_items3 .container_sub-menu_list {
    top: 53px;
    width: 174px;
    position: absolute;
    margin: auto;
    left: -20px;
    right: 0; }
  .block3 .menu-list_txt {
    font-size: 12px; }
  .menu_items3 li:first-child .padding_li_first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .menu_items3 li:first-child .padding_li_first .menu-list_img {
      width: 30px;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background-repeat: no-repeat; }
  .menu_items3 li:last-child .padding_li_first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .menu_items3 li:last-child .padding_li_first .menu-list_img {
      width: 30px;
      margin: 5px 0px;
      -webkit-background-size: 90% 90%;
      background-size: 90%;
      background-repeat: no-repeat; }
  .menu_items4 .container_sub-menu_list {
    top: 38px;
    width: 143px;
    position: absolute;
    margin: auto;
    left: -31px;
    right: 0; }
  .menu_items4 li:hover .container_sub-menu_list li {
    display: block; }
  .container_header_menu-list li:hover {
    background-color: #FFBF00; } }

.container_header_languages {
  margin-left: -20px; }
  .container_header_languages .wpml-ls-current-language {
    text-decoration: none; }
  .container_header_languages > div {
    padding: 0; }
  .container_header_languages ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .container_header_languages li {
    text-decoration: underline;
    font-size: 14px; }

.container_header_contacts {
  cursor: pointer;
  position: relative; }

.container_header_image {
  width: 50%; }
  .container_header_image img {
    min-width: 30px;
    width: 30px;
    height: 30px; }

.container_header_image:hover .header_contacts_hover {
  display: block; }

.header_contacts_hover {
  position: absolute;
  top: 75px;
  left: 60px;
  display: none; }
  .header_contacts_hover div:first-child {
    position: absolute;
    right: -18px;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    top: -43px;
    width: 45px;
    height: 45px;
    background: #00a3d3;
    -webkit-box-shadow: 1px 1px 0px grey;
    box-shadow: 1px 1px 0px grey; }
  .header_contacts_hover div:last-child {
    position: absolute;
    right: -18px;
    background: #00a3d3;
    padding: 5px 14px;
    cursor: default;
    -webkit-box-shadow: 1px 1px 1px grey;
    box-shadow: 1px 1px 1px grey; }
  .header_contacts_hover div p {
    white-space: nowrap;
    margin: 0;
    color: #ffffff; }

.header_obezyana {
  display: none;
  position: absolute;
  top: -12px;
  left: 50%; }
  .header_obezyana img {
    max-width: 90px;
    width: auto; }

@media screen and (max-width: 1150px) {
  .container_header_menu {
    display: block;
    height: 50px;
    width: 50px;
    margin-left: 50px;
    background-image: url("./images/burger.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative; }
  .container_head {
    display: none;
    background-color: #048CBF;
    position: absolute;
    width: 255px;
    top: 66px; }
    .container_head ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .container_head ul li {
        line-height: 18px; }
        .container_head ul li a {
          display: block;
          color: #FFFFFF;
          text-transform: uppercase;
          text-decoration: none; }
  .container_head:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #048CBF;
    border-width: 15px;
    margin-left: -15px; }
  .container_sub-menu_list {
    display: none;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #048CBF;
    position: absolute;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0; }
    .container_sub-menu_list li {
      margin: 0 6px 0 15px;
      line-height: 0.7em;
      text-align: left; }
      .container_sub-menu_list li a {
        font-size: 27px;
        display: block;
        text-align: left;
        padding: 10px 5px;
        font-size: 19px;
        color: #ffffff; }
  .padding_li_first {
    margin: 6px 6px;
    padding: 6px 10px; }
  .menu_items4 li:last-child .container_sub-menu_list li:last-child {
    margin: 0 6px 6px 15px; }
  .container_header_menu-list li:hover > a {
    background-color: #FFBF00; }
  .container_header_menu-list li:hover .container_sub-menu_list {
    display: block;
    position: static;
    z-index: 4;
    -webkit-animation: opacitySubmenu .2s ease-out;
    animation: opacitySubmenu .2s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .container_header_menu-list li:hover .container_sub-menu_list li:hover a {
      background-color: #FFBF00;
      color: #ffffff; }
  @-webkit-keyframes opacitySubmenu {
    from {
      opacity: 0;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes opacitySubmenu {
    from {
      opacity: 0;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); } }
  .container_header_menu .active {
    display: block; }
  .container_header_menu:after {
    content: 'Меню';
    color: #ffffff;
    position: absolute;
    top: 13px;
    left: 60px; }
  .container_header_contacts {
    margin-right: 20px; }
  .header_obezyana {
    display: block; }
  .container_header_image {
    width: 100%; } }

@media screen and (max-width: 550px) {
  .container_logo {
    margin-left: 50px; }
  .container_header_contacts {
    margin-right: 30px; }
  .header_obezyana {
    left: 60%; } }

@media screen and (max-width: 450px) {
  .container_logo {
    margin-left: 10px; }
  .container_header_menu {
    margin-left: 55px; }
  .container_header_contacts {
    margin-right: 40px; }
  .header_obezyana {
    left: 65%; }
  .container_header_languages {
    margin-left: -10px; }
    .container_header_languages ul a {
      padding: 5px; } }

@media screen and (max-width: 378px) {
  .header_obezyana {
    left: 70%; } }

@media screen and (max-width: 342px) {
  .header_obezyana {
    display: none; } }

/*Styles of Footer*/
.footer {
  background: #0071BC;
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative; }

.container_footer_menu {
  padding-left: 70px; }
  .container_footer_menu p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    margin: 0; }
  .container_footer_menu ul {
    margin: 0;
    padding: 0;
    color: #FFFFFF; }
    .container_footer_menu ul li {
      display: block;
      list-style: none; }
      .container_footer_menu ul li a {
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none; }

.container_footer_subscribe {
  text-align: center; }
  .container_footer_subscribe p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700; }
  .container_footer_subscribe .container_soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px 0 30px 0; }
    .container_footer_subscribe .container_soc a {
      padding: 0px;
      color: #FFFFFF;
      text-decoration: none;
      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: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .container_footer_subscribe .container_soc a img {
        max-width: 100px;
        width: 100%;
        margin: 5px; }
      .container_footer_subscribe .container_soc a span {
        font-size: 15px; }

.container_footer_contacts h3 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px; }

.container_footer_contacts p {
  color: #FFFFFF;
  font-size: 15px; }

.container_footer_contacts a {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  margin-top: 10px;
  text-decoration: none; }

.container_footer_contacts i {
  margin-right: 14px; }

.copyright {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .copyright p {
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap; }

@media screen and (max-width: 850px) {
  .copyright p {
    white-space: pre-wrap; } }

@media screen and (max-width: 782px) {
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .container_footer_menu {
    display: none; }
  .container_footer_contacts {
    text-align: center;
    margin-top: 25px; } }

@media screen and (max-width: 450px) {
  .footer {
    padding-bottom: 100px; }
  .container_footer_subscribe .container_soc a img {
    max-width: 60px; } }

.container_page_magazin {
  padding-top: 50px; }
  .container_page_magazin a {
    text-decoration: none; }
  .container_page_magazin .col-sm-9 p iframe {
    max-width: 874px;
    width: 100%; }
  .container_page_magazin .container_feedback_form {
    margin-left: 0px;
    margin-right: 0px; }

.container_magazin_content {
  padding-left: 25px; }

.title_magazin {
  text-align: center;
  font-weight: 700;
  color: #0071BC;
  font-size: 30px;
  margin-bottom: 35px; }

.container_magazin_menu {
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  padding: 30px 0px;
  max-width: 300px;
  width: 100%; }
  .container_magazin_menu ul {
    overflow: hidden;
    padding-left: 0px;
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none; }
    .container_magazin_menu ul li {
      color: #ffffff;
      padding: 5px 0px 5px 50px;
      width: 100%;
      white-space: nowrap;
      font-size: 16px;
      border-bottom: 1px solid #00a3d3; }
      .container_magazin_menu ul li a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none; }
    .container_magazin_menu ul li:hover {
      background: #00a3d3; }
      .container_magazin_menu ul li:hover .sub-menu {
        display: block; }

.rate {
  background-color: #ffe701;
  width: 155px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto; }
  .rate p {
    padding: 0 5px;
    font-size: 14px;
    color: #000000;
    margin: 0;
    line-height: 24px; }
  .rate .course {
    font-size: 21px;
    font-weight: bold;
    color: #000000; }

.rate_office {
  background-color: #ffe701;
  width: 155px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto; }
  .rate_office p {
    padding: 0 5px;
    font-size: 14px;
    color: #000000;
    margin: 0;
    line-height: 24px; }
  .rate_office .course {
    font-size: 21px;
    font-weight: bold;
    color: #000000; }

.widgettitle {
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 33px;
  color: #F7A71D;
  font-size: 16px; }

.wr_contacts_content {
  padding-left: 25px; }

.menu_magazin ul {
  overflow: hidden;
  padding-left: 0px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none; }
  .menu_magazin ul li {
    color: #ffffff;
    padding: 5px 0px 5px 50px;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: 1px solid #00a3d3; }
    .menu_magazin ul li a {
      color: #ffffff;
      font-size: 16px;
      text-decoration: none; }
  .menu_magazin ul li:hover {
    background: #00a3d3; }
    .menu_magazin ul li:hover .sub-menu {
      display: block; }

.menu_magazin .sub-menu {
  display: none; }

.container_fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .container_fig figure {
    text-align: center;
    font-family: 'icomoon';
    font-size: 45px;
    color: #0071BC; }
  .container_fig figcaption {
    color: #0071BC;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    font-family: "Open Sans", Arial, Times; }

.container_fig figure:hover {
  color: #F7A71D; }
  .container_fig figure:hover figcaption {
    color: #F7A71D; }

.container_fig_link {
  margin: 10px;
  width: 160px; }

.reklama {
  background: yellow;
  width: 160px;
  height: 250px;
  margin: -20px 10px 90px 80px; }

.feedback_form_magazin {
  padding: 0 70px; }
  .feedback_form_magazin h2 {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin: 25px 0; }
  .feedback_form_magazin input {
    height: 28px;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0 18px;
    outline: none; }
    .feedback_form_magazin input[name="name"] {
      width: 49%; }
    .feedback_form_magazin input[name="tel"], .feedback_form_magazin input[name="email"] {
      width: 24%; }
  .feedback_form_magazin textarea {
    width: 100%;
    max-height: 90px;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0 18px;
    outline: none;
    padding-top: 5px;
    resize: none; }
  .feedback_form_magazin button {
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #00ADFF;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 3px 7px; }

.wr_feedback_img img {
  margin: 25% auto; }

.wr_feedback_question {
  display: inline-block; }
  .wr_feedback_question p {
    font-size: 12px;
    color: #FFFFFF; }
  .wr_feedback_question label {
    font-size: 12px;
    color: #FFFFFF; }
    .wr_feedback_question label input {
      width: 15px;
      vertical-align: middle;
      margin: 0;
      margin-left: 5px; }

.block_prev-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .block_prev-next .prev, .block_prev-next .next {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 350px;
    height: 250px;
    width: 100%; }
    .block_prev-next .prev > p, .block_prev-next .next > p {
      margin-bottom: 0px; }
    .block_prev-next .prev div, .block_prev-next .next div {
      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;
      border: 2px solid #0071BC;
      text-align: center;
      height: 100px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden; }
    .block_prev-next .prev img, .block_prev-next .next img {
      max-width: 100px;
      width: 100%;
      padding: 5px;
      max-height: 100px;
      height: 100%; }
    .block_prev-next .prev p, .block_prev-next .next p {
      text-align: left; }
  .block_prev-next .next {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

.block_prev-next .prev:hover p, .block_prev-next .next:hover p {
  color: #0071BC; }

.block_prev-next .prev:hover div, .block_prev-next .next:hover div {
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%); }
  .block_prev-next .prev:hover div p, .block_prev-next .next:hover div p {
    color: #ffffff; }

.container_magazin_content .container_feedback_form, .container_page_brendi .container_feedback_form {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 50px; }
  .container_magazin_content .container_feedback_form .wr_feedback_img img, .container_page_brendi .container_feedback_form .wr_feedback_img img {
    margin: 0px 30px; }
  .container_magazin_content .container_feedback_form .feedback_form_magazin, .container_page_brendi .container_feedback_form .feedback_form_magazin {
    max-width: 450px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px; }
    .container_magazin_content .container_feedback_form .feedback_form_magazin .wr_feedback_fields, .container_page_brendi .container_feedback_form .feedback_form_magazin .wr_feedback_fields {
      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: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .container_magazin_content .container_feedback_form .feedback_form_magazin .wr_feedback_fields input, .container_page_brendi .container_feedback_form .feedback_form_magazin .wr_feedback_fields input {
        width: 100%; }

@media screen and (max-width: 1300px) {
  .wr_contacts_content table {
    width: 95%; } }

@media screen and (max-width: 1200px) {
  .container_magazin_menu {
    max-width: 250px; }
  .container_page_magazin .wr_contacts_content {
    padding-left: 15px;
    padding-right: 0px;
    width: 70%; }
  .container_magazin_content .container_feedback_form .wr_feedback_img, .container_page_brendi .container_feedback_form .wr_feedback_img {
    margin-right: 15px; } }

@media screen and (max-width: 1045px) {
  .container_fig {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .container_page_magazin .wr_contacts_content table tr {
    text-align: center; }
    .container_page_magazin .wr_contacts_content table tr td {
      display: inline-block;
      width: auto !important; }
      .container_page_magazin .wr_contacts_content table tr td span {
        text-align: center;
        font-size: 14px; }
      .container_page_magazin .wr_contacts_content table tr td img {
        width: auto;
        height: auto; }
  .wr_contacts_content .shop_cards img {
    width: auto;
    height: auto; }
  .shop_cards .col-sm-6 {
    width: 100%; }
  .container_magazin_content .container_feedback_form .wr_feedback_img img, .container_page_brendi .container_feedback_form .wr_feedback_img img {
    max-width: 115px;
    width: 100%;
    margin: 0 10px; }
  .container_magazin_content .container_feedback_form .feedback_form_magazin, .container_page_brendi .container_feedback_form .feedback_form_magazin {
    max-width: 400px; } }

@media screen and (max-width: 970px) {
  .widgettitle {
    padding-left: 5px; }
  .menu_magazin ul li {
    padding-left: 20px; }
    .menu_magazin ul li a {
      font-size: 12px; }
  .block_prev-next .prev, .block_prev-next .next {
    max-width: 250px; }
    .block_prev-next .prev div p, .block_prev-next .next div p {
      font-size: 12px; }
  .container_magazin_content .container_feedback_form .feedback_form_magazin, .container_page_brendi .container_feedback_form .feedback_form_magazin {
    max-width: 350px; } }

@media screen and (max-width: 782px) {
  .container_magazin_menu {
    display: none; } }

@media screen and (max-width: 768px) {
  .container_magazin_menu {
    display: none; }
  .container_magazin_content, .container_page_brendi {
    width: 100%; }
  .wr_feedback_img {
    display: none; }
  .container_magazin_content .feedback_form_magazin, .container_page_brendi .feedback_form_magazin {
    text-align: center;
    width: 100%; }
  .container_magazin_content .wr_feedback_fields, .container_page_brendi .wr_feedback_fields {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .container_magazin_content .feedback_form_magazin input[name="name"], .container_magazin_content .feedback_form_magazin input[name="tel"], .container_magazin_content .feedback_form_magazin input[name="email"], .container_page_brendi .feedback_form_magazin input[name="name"], .container_page_brendi .feedback_form_magazin input[name="tel"], .container_page_brendi .feedback_form_magazin input[name="email"] {
    width: 50%; }
  .container_magazin_content textarea, .container_page_brendi textarea {
    width: 50%; }
  .container_magazin_content .wr_feedback_question, .container_page_brendi .wr_feedback_question {
    display: block; }
  .feedback_form_magazin button {
    margin-left: 0px; }
  .container_page_magazin .wr_contacts_content {
    width: 95%; }
  .container_magazin_content .container_feedback_form .feedback_form_magazin textarea, .container_page_brendi .container_feedback_form .feedback_form_magazin textarea {
    width: 100%; } }

@media screen and (max-width: 645px) {
  .content_in_page img {
    max-width: 500px;
    width: 100%; } }

@media screen and (max-width: 580px) {
  .container_magazin_content .feedback_form_magazin input[name="name"], .container_magazin_content .feedback_form_magazin input[name="tel"], .container_magazin_content .feedback_form_magazin input[name="email"], .container_page_brendi .feedback_form_magazin input[name="name"], .container_page_brendi .feedback_form_magazin input[name="tel"], .container_page_brendi .feedback_form_magazin input[name="email"] {
    width: 100%; }
  .container_magazin_content textarea, .container_page_brendi textarea {
    width: 100%; }
  .block_prev-next .prev, .block_prev-next .next {
    max-width: 175px; }
    .block_prev-next .prev img, .block_prev-next .next img {
      max-width: 75px;
      max-height: 75px; }
  .wr_contacts_content .shop_cards img {
    max-width: 300px;
    max-height: 300px; }
  .container_magazin_content .container_feedback_form .feedback_form_magazin, .container_page_brendi .container_feedback_form .feedback_form_magazin {
    max-width: 300px; } }

@media screen and (max-width: 520px) {
  .content_in_page img {
    max-width: 350px;
    width: 100%; } }

@media screen and (max-width: 360px) {
  .container_magazin_content .container_services div:nth-child(3):before, .container_magazin_content .container_services div:nth-child(4):before, .container_page_brendi .container_services div:nth-child(3):before, .container_page_brendi .container_services div:nth-child(4):before {
    font-size: 32px; }
  .container_magazin_content .feedback_form_magazin, .container_page_brendi .feedback_form_magazin {
    padding: 0 20px; }
  .block_prev-next .prev, .block_prev-next .next {
    max-width: 135px; }
    .block_prev-next .prev img, .block_prev-next .next img {
      max-width: 60px;
      max-height: 60px; }
    .block_prev-next .prev div p, .block_prev-next .next div p {
      font-size: 9px; }
  .container_page_magazin .col-sm-9 p {
    overflow: hidden;
    font-size: 12px; }
  .wr_contacts_content table tbody td img {
    margin-right: 0px; }
  .wr_contacts_content .shop_cards img {
    max-width: 250px;
    max-height: 250px; }
  .container_magazin_content .container_feedback_form .feedback_form_magazin, .container_page_brendi .container_feedback_form .feedback_form_magazin {
    max-width: 250px; } }

.product_block_shade {
  display: none; }

.shop_cards {
  text-align: center;
  font-weight: bold;
  margin-top: 95px;
  position: relative; }
  .shop_cards a {
    text-decoration: none; }
  .shop_cards img {
    max-width: 400px;
    width: 100%;
    height: 100%;
    max-height: 250px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .shop_cards img {
        width: 350px;
        height: auto; } }
  .shop_cards p {
    color: #8A8989;
    font-size: 15px; }
    .shop_cards p span {
      font-weight: normal; }
    @media (max-width: 992px) {
      .shop_cards p {
        font-size: 18px; } }
    @media (max-width: 992px) {
      .shop_cards p {
        font-size: 16px; } }
    @media (max-width: 450px) {
      .shop_cards p {
        font-size: 14px; } }
  .shop_cards .col-sm-6 {
    margin-bottom: 75px;
    height: 570px;
    overflow: hidden; }
  .shop_cards .shop_cards_mg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
    font-size: 32px;
    text-transform: uppercase;
    color: #0071bc;
    font-family: 'Open Sans', Arial, Times; }

.contact_info,
.work_schedule {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  width: 420px; }
  .contact_info i,
  .work_schedule i {
    margin-right: 20px; }
  @media (min-width: 675px) and (max-width: 768px) {
    .contact_info,
    .work_schedule {
      width: 70%; } }
  @media (max-width: 768px) {
    .contact_info,
    .work_schedule {
      width: auto; } }
  @media (min-width: 750px) and (max-width: 768px) {
    .contact_info,
    .work_schedule {
      width: 400px;
      height: auto; } }
  @media (min-width: 1500px) {
    .contact_info,
    .work_schedule {
      display: block;
      margin: auto;
      margin-top: 20px; } }

.work_schedule p {
  font-weight: normal !important; }
  .work_schedule p:first-child {
    font-weight: bold !important; }

@media (max-width: 992px) {
  .main_schedule {
    margin-top: 30px; } }

.wr_contacts_content p:not(:first-child) {
  text-align: center !important; }
  .wr_contacts_content p:not(:first-child) span {
    color: #8a8989 !important;
    font-size: 24px !important; }

.wr_contacts_content div p {
  text-align: center !important; }
  .wr_contacts_content div p span {
    color: #8a8989 !important;
    font-size: 24px !important; }

.wr_contacts_content table {
  margin: 0 auto;
  margin-bottom: 25px; }
  .wr_contacts_content table td span {
    display: block;
    text-align: left; }
  .wr_contacts_content table td strong {
    display: block;
    padding: 5px 0; }
  .wr_contacts_content table td img {
    margin-right: 30px; }

.wr_contacts_content span {
  display: block;
  text-align: center;
  font-family: "Open Sans", Arial, Times !important; }

.shop_title {
  font-family: DOCKER ONE;
  font-size: 32px;
  color: #0071BC;
  text-align: center;
  margin-bottom: 40px; }

.container_page_magazin {
  margin-bottom: 55px; }

.shop_main_additional {
  margin: 20px;
  color: #8A8989; }
  .shop_main_additional h2 {
    text-align: center; }
  .shop_main_additional p {
    margin-right: 10px;
    color: #8A8989; }

.shop_description:last-child {
  padding-left: 0px; }

.shop_description_image {
  text-align: center; }
  .shop_description_image img {
    width: 100%;
    max-width: 325px;
    max-height: 210px;
    height: 100%;
    margin-bottom: 45px; }

.shop_description_address p {
  color: #8A8989;
  font-size: 15px;
  text-align: center;
  font-weight: bold; }

.shop_description_worktime p {
  color: #8A8989;
  font-size: 15px;
  text-align: center;
  font-weight: normal !important; }
  .shop_description_worktime p:first-child {
    font-weight: bold !important; }

.shop_description_text {
  text-align: left; }
  .shop_description_text p {
    color: #8A8989; }
    .shop_description_text p + p {
      margin-top: 25px; }

.container_represent {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0; }

.container_represent_image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 250px;
  width: 100%; }

.container_represent_text {
  margin-left: 50px;
  max-width: 630px;
  width: 100%; }
  .container_represent_text p {
    font-size: 18px;
    color: #8A8989; }

.wr_map {
  position: relative; }

.container_map {
  margin-top: 40px; }

.title_our_shop {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #0071BC;
  margin: 25px 0;
  font-weight: bold; }

.map_shops {
  width: 100%;
  height: 760px; }

.map_instalator {
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0071BC;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 103px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.map_shops_location {
  position: absolute;
  top: 85px;
  right: 50px; }

.map_shops_address {
  background-color: #0071BC;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .map_shops_address a {
    width: 465px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: none; }
    .map_shops_address a span {
      color: #ffffff;
      font-size: 27px;
      padding: 5px 15px;
      margin: 0 10px; }
    .map_shops_address a div p {
      margin: 0; }
    .map_shops_address a div p:first-child {
      color: #ffffff;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0.003em; }
    .map_shops_address a div p:last-child {
      color: #ffffff;
      font-size: 12px;
      padding-right: 55px; }

@media screen and (max-width: 850px) {
  .map_instalator {
    white-space: nowrap; } }

@media screen and (max-width: 782px) {
  .map_instalator {
    display: none; }
  .wr_map {
    margin-top: 335px; }
  .map_shops_location {
    top: -324px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: -50px; }
    .map_shops_location address {
      margin-bottom: 4px; }
  .map_shops_address a {
    width: 100%; }
  .map_shops_address a div p:first-child {
    font-size: 14px; }
  .map_shops_address a div p:last-child {
    font-size: 11px; }
  .map_shops_address a span {
    font-size: 20px;
    padding: 5px 14px; } }

@media screen and (max-width: 650px) {
  .map_shops_location {
    width: 80%; } }

@media screen and (max-width: 450px) {
  .map_shops_location address {
    width: 98%;
    margin: 5px; }
  .map_shops_location {
    width: 95%;
    top: -338px; }
  .map_shops_address a {
    width: 100%; }
  .wr_map {
    margin-top: 350px; }
  .map_shops_address a div p:first-child {
    font-size: 13px; }
  .map_shops_address a div p:last-child {
    padding-right: 0px; } }

.hide_marker {
  position: absolute;
  top: 75px;
  z-index: 9000;
  height: 145px;
  width: 150px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 10px;
  border: solid 1px #0071BC;
  background-color: white; }
  .hide_marker label {
    width: 199px;
    height: 25px;
    top: 5px;
    margin-bottom: 0px;
    position: relative; }
    .hide_marker label p {
      font-size: 16px;
      color: #0071BC;
      margin-left: 25px;
      position: absolute;
      top: -2px;
      font-weight: 500 !important; }
  .hide_marker label[for=marker_all] {
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .hide_marker input {
    overflow: hidden;
    visibility: hidden; }

.marker_title {
  width: 148px;
  height: 30px;
  background-color: #0071BC;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 4px;
  position: relative;
  bottom: 2px; }
  .marker_title p {
    font-size: 16px;
    color: white;
    text-align: center; }

.marker_black, .marker_red, .marker_blue {
  left: 15px;
  top: -25px;
  height: 20px;
  position: relative;
  width: 13px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }

.marker_all {
  left: 15px;
  top: -25px;
  height: 25px;
  position: relative;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  .marker_all img {
    position: relative;
    top: -3px;
    height: 18px;
    width: 11px;
    margin: -3px;
    left: -6px; }

.gm-style .gm-style-iw {
  line-height: 17px; }

#p-m-all {
  color: black; }

#water-rate, #water-rate-button {
  position: absolute;
  z-index: 10000;
  left: 10px; }

#water-rate-button {
  background-color: #0071BC;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding-top: 5px;
  top: 250px;
  width: 150px;
  font-size: 16px;
  color: white;
  text-align: center;
  height: 35px;
  cursor: pointer; }

#water-rate {
  top: 280px;
  background-color: white;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px; }

#w-r-table {
  text-align: center;
  font-size: 12px; }
  #w-r-table tr .f-col-wr-table {
    text-align: left; }
  #w-r-table tr .f-row-wr-table {
    color: #0071BC; }
  #w-r-table tr td {
    padding: 1px 5px; }

.product_bread-crumbs {
  margin-left: 20px;
  list-style: none; }
  .product_bread-crumbs li {
    font-size: 11px;
    color: #4D4D4D;
    display: inline-block; }
  .product_bread-crumbs li:before {
    content: '/';
    padding: 0px 7px 0px 2px; }
  .product_bread-crumbs li:first-child:before {
    content: ''; }

.single-product_carusel {
  margin-top: 15px;
  margin-bottom: 140px; }
  .single-product_carusel .carousel-indicators {
    bottom: -90px; }
    .single-product_carusel .carousel-indicators li {
      width: 75px;
      height: 75px;
      position: relative;
      opacity: 0.5; }
      .single-product_carusel .carousel-indicators li img {
        max-width: 75px;
        position: absolute;
        top: 0px;
        left: 0px; }
    .single-product_carusel .carousel-indicators .active {
      opacity: 1;
      width: 75px;
      height: 75px; }
  .single-product_carusel .carousel-inner img {
    max-width: 252px;
    width: 100%;
    margin: 0 auto; }
  .single-product_carusel .glyphicon-chevron-right:before {
    margin-left: -50px; }
  .single-product_carusel .carousel-control .glyphicon-chevron-left {
    margin-left: 20px; }

.single_product_description {
  margin-top: 15px; }
  .single_product_description h3 {
    margin: 10px 0;
    font-size: 20px; }
  .single_product_description p {
    font-size: 14px;
    margin: 10px 0;
    color: #4D4D4D; }

.single_product_not-available {
  color: #BA0035;
  padding-right: 10px;
  font-weight: bold; }

.single_product_availability {
  color: #0071BC;
  padding-right: 10px;
  font-weight: bold; }

p.single_product_value {
  font-size: 18px;
  color: #FF9100;
  font-weight: bold; }

.single_product_value_bulk {
  font-weight: bold; }

.single_product_quantity input {
  width: 39px;
  padding: 2px 5px;
  border: 2px solid #00A2E5;
  height: 23px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px; }

.btn_add_card {
  color: #ffffff;
  border: none;
  background-color: #00A2E5;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 7px 14px;
  font-weight: 300;
  margin: 20px 0; }

.btn_add_card:hover {
  background-color: #1f78aa; }

.single_product_content {
  margin-left: 10px;
  color: #4D4D4D; }
  .single_product_content h1, .single_product_content h2, .single_product_content h3, .single_product_content h4, .single_product_content h5, .single_product_content p, .single_product_content a, .single_product_content span, .single_product_content div, .single_product_content td, .single_product_content th {
    font-size: 14px;
    color: #4D4D4D;
    text-align: justify; }

.price_list {
  text-align: center; }

.category_news p {
  max-width: 1024px;
  word-wrap: break-word;
  width: 100%; }

.name_category {
  font-size: 22px;
  font-weight: bold;
  color: #0071BC;
  margin-top: 39px;
  margin-bottom: 5px; }

.archive_product_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px; }
  .archive_product_title h2 {
    font-size: 23px;
    color: #0071bc;
    font-weight: bold; }

.archive_product_font-image {
  max-width: 150px;
  width: 100%;
  text-align: center;
  font-size: 67px;
  color: #0071BC; }

.archive_product_description {
  color: #4d4d4d;
  font-size: 13px; }

.archive_product_card {
  text-align: center;
  margin: 23px 0px 0px 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0071BC; }
  .archive_product_card img {
    max-width: 170px;
    width: 100%; }
  .archive_product_card button {
    display: none; }
  .archive_product_card .btn_add_card {
    background-color: #338dc9; }
  .archive_product_card .btn_add_card:hover {
    background-color: #2176a5; }

.card-tovar {
  border-bottom: none; }

.archive_card_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .archive_card_download img {
    max-width: 90px;
    width: 100%; }
  .archive_card_download .archive_card_new-image {
    max-width: 35px; }

.brendi_represent {
  text-align: center;
  text-transform: uppercase;
  margin-top: 35px; }

.wrap_block_brendi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block_description_brendi {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-top: 30px;
  overflow: hidden;
  padding: 5px;
  margin: 5px; }

.description_brendi_name {
  color: #0071BC;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px; }

.description_brendi_text {
  height: 144px;
  overflow: hidden;
  text-align: center; }
  .description_brendi_text.active {
    height: auto; }

.btn_open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  color: #ffffff;
  font-size: 15px;
  background-color: #0071BC;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 4px 4px 8px grey;
  box-shadow: 4px 4px 8px grey;
  padding: 5px 10px;
  border: 0px; }

.btn_download {
  color: #ffffff;
  font-size: 12px;
  background-color: #0071BC;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 8px grey;
  box-shadow: 2px 2px 8px grey;
  padding: 5px 2px;
  max-width: 98px;
  width: 100%;
  margin: 5px; }

.btn_download:hover {
  color: #0071BC;
  background-color: #ffffff;
  border: 1px solid #0071BC;
  padding: 4px 2px; }

.btn_download:active {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.archive_card_download-img {
  display: block;
  width: 185px;
  text-align: left; }

.archive_card_download-text {
  width: 430px;
  margin: 0 5px 0 20px;
  font-size: 18px;
  color: #0071BC;
  text-align: left; }

.archive_card_download-b {
  width: 100px; }

.archive_card_download-dw {
  width: 100px; }

.archive_product_stock {
  position: absolute;
  width: 72px;
  height: 28px;
  background-color: #E23936;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  -webkit-box-shadow: 3px 3px 5px #808080;
  box-shadow: 3px 3px 5px #808080;
  right: -37px;
  top: 20px; }

.archive_card_description {
  font-size: 12px;
  color: #4d4d4d;
  text-align: center;
  font-weight: bold; }

.archive_card_sale {
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: line-through;
  font-weight: bold;
  margin: 5px 0px; }

.archive_card_price {
  font-size: 16px;
  color: #ff9100;
  font-weight: bold; }

@media screen and (max-width: 1045px) {
  .archive_card_download-text {
    max-width: 170px;
    width: 100%; }
  .archive_card_download-b {
    max-width: 90px;
    width: 100%; }
  .archive_card_download-dw {
    max-width: 90px;
    width: 100%; } }

@media screen and (max-width: 970px) {
  .archive_card_download-text {
    font-size: 14px; }
  .archive_card_download-b {
    font-size: 14px; }
    .archive_card_download-b p {
      font-size: 12px; }
  .archive_card_download-dw {
    font-size: 14px; }
    .archive_card_download-dw p {
      font-size: 12px; }
  .btn_download {
    font-size: 11px; }
  .description_brendi_text {
    width: 100%; }
    .description_brendi_text img {
      width: 100%;
      height: auto; }
    .description_brendi_text p {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .archive_product_card {
    margin-right: 30px; }
  .archive_card_download img {
    max-width: 110px;
    width: 100%; } }

@media screen and (max-width: 570px) {
  .archive_card_download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .archive_card_download .archive_card_download img {
      max-width: 135px;
      width: 100%; }
  .archive_card_download-img {
    text-align: center; }
  .archive_card_download-text {
    text-align: center;
    font-size: 16px; }
  .archive_card_download-b {
    font-size: 16px; }
  .archive_card_download-dw {
    font-size: 16px; }
  .container_page_magazin a {
    font-size: 12px; }
  .archive_product_font-image {
    font-size: 50px; } }

@media screen and (max-width: 360px) {
  .container_archive_product div .archive_product_font-image {
    font-size: 35px;
    overflow: visible; } }

.title_brendi {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px; }

.container_card_brendi {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.container_card_link {
  text-align: center;
  width: 145px;
  height: 145px;
  overflow: hidden; }

.brendi_image {
  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: 135px;
  height: 95px; }
  .brendi_image img {
    width: 90px;
    height: auto; }

.brendi_text {
  text-align: center; }
  .brendi_text p {
    font-size: 18px;
    font-weight: bold;
    color: #0071BC; }

.wrap_card_link {
  width: 145px;
  height: 145px;
  overflow: hidden; }

.border_right {
  border-right: 1px solid #D3D3D3; }

.border_bottom {
  border-bottom: 1px solid #D3D3D3; }

.border_left {
  border-left: 1px solid #D3D3D3; }

.block_name {
  text-align: center;
  text-transform: uppercase; }

.block_aktsiyi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  height: 150px;
  padding: 10px;
  border: 1px solid #0071BC;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.block_aktsiyi_image {
  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;
  height: 140px;
  width: 100%;
  max-width: 150px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%; }
  .block_aktsiyi_image img {
    width: 100%;
    height: auto; }

.block_aktsiyi_text {
  margin-left: 20px;
  position: relative;
  max-width: 570px;
  width: 100%; }

.aktsiyi_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .aktsiyi_date p {
    margin-right: 10px; }

.aktsiya_period {
  color: #0071BC;
  font-weight: bold; }

.aktsiyi_content {
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px; }

.aktsiyi_link {
  position: absolute;
  right: 10px; }
  .aktsiyi_link a {
    color: #ffffff;
    font-size: 15px;
    background-color: #0071BC;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 4px 4px 8px grey;
    box-shadow: 4px 4px 8px grey;
    padding: 5px 10px; }
  .aktsiyi_link a:hover {
    background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
    background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
    background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%); }
  .aktsiyi_link a:active {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px; }

@media screen and (max-width: 575px) {
  .block_aktsiyi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 256px; }
  .aktsiyi_text_content {
    overflow: hidden; }
  .block_aktsiyi_image {
    max-width: 100px; } }

.modal_specialist {
  display: block;
  position: fixed;
  right: 10px;
  z-index: 99;
  bottom: 89px;
  max-width: 135px;
  max-height: 285px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px; }
  .modal_specialist img {
    max-width: 135px;
    width: 100%;
    max-height: 135px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 10px; }
  .modal_specialist p {
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    padding: 0 5px; }
  .modal_specialist p:first-child {
    padding-top: 5px; }

.modal_specialist_name {
  font-size: 12px; }

.container_card_specialist {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.card_specialist {
  max-width: 245px;
  width: 100%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 12px;
  padding: 10px 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #0071BC;
  height: 306px;
  overflow: hidden; }
  .card_specialist img {
    max-width: 135px;
    width: 100%;
    max-height: 135px;
    height: 100%;
    margin-bottom: 10px; }
  .card_specialist p {
    color: grey;
    margin: 0px;
    padding: 0 5px;
    text-align: center; }

@media screen and (max-width: 768px) {
  .modal_specialist {
    max-height: 25px; }
    .modal_specialist img {
      display: none; }
    .modal_specialist p {
      display: none; }
    .modal_specialist p:first-child {
      display: block; }
  .modal_specialist:hover {
    max-height: 285px; }
    .modal_specialist:hover img, .modal_specialist:hover p {
      display: block; } }

.woocommerce .container_page_magazin.store {
  padding-top: 0px; }

.woocommerce .woocommerce-products-header {
  text-align: center; }

.woocommerce ul.products li.product, .woocommerce .woocommerce-page ul.products li.product {
  padding: 12px;
  border: 1px solid #0071BC;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.woocommerce ul.products li.product .button {
  color: white;
  background-color: #0071BC; }

.woocommerce ul.products li.product .button:hover {
  background-color: #83badd; }

.woocommerce .woocommerce-breadcrumb {
  display: inline-block;
  color: black; }
  .woocommerce .woocommerce-breadcrumb a {
    color: black; }

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce .woocommerce-breadcrumb::before {
  content: none; }

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-left: 30px;
  margin-right: 100px;
  max-width: 700px;
  float: none; }

.woocommerce .single_product_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce .single_product_container .about_product {
    display: inline-block;
    margin-left: 50px; }
    .woocommerce .single_product_container .about_product .product {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .woocommerce .single_product_container .about_product .product .entry-summary {
        float: none; }
      .woocommerce .single_product_container .about_product .product .product_title.entry-title {
        color: black;
        font-weight: normal;
        margin-bottom: 20px; }
      .woocommerce .single_product_container .about_product .product .price {
        color: #FF9100;
        margin-bottom: 20px; }
      .woocommerce .single_product_container .about_product .product .quantity_text {
        display: inline-block; }
        .woocommerce .single_product_container .about_product .product .quantity_text p {
          margin-bottom: 0px; }
      .woocommerce .single_product_container .about_product .product form.cart div.quantity {
        float: none;
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 20px; }
        .woocommerce .single_product_container .about_product .product form.cart div.quantity .qty {
          outline: 0;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          border: 2px solid #0071BC; }
      .woocommerce .single_product_container .about_product .product form.cart .button {
        float: none;
        display: block; }
      .woocommerce .single_product_container .about_product .product .single_add_to_cart_button.button {
        font-weight: normal;
        background-color: #00A2E5;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        padding: 15px 25px; }
  .woocommerce .single_product_container .woocommerce-product-details__short-description {
    margin-top: 30px; }

.woocommerce div.product div.summary {
  width: auto; }

@media screen and (max-width: 1200px) {
  .woocommerce .single_product_container .container_store_menu_product {
    display: none; }
  .woocommerce .single_product_container .about_product {
    margin: 0px auto; }
    .woocommerce .single_product_container .about_product .site-main {
      margin: 0px 20px; }
      .woocommerce .single_product_container .about_product .site-main div.product div.images.woocommerce-product-gallery {
        margin-left: 20px;
        margin-right: 20px; } }

@media screen and (max-width: 768px) {
  .woocommerce .single_product_container .about_product .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .woocommerce .single_product_container .woocommerce-product-details__short-description {
    margin-top: 0px; } }

.product_feedback_form {
  margin-top: 40px;
  margin-bottom: 40px; }
  .product_feedback_form .container_feedback_form {
    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; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin h2 {
      font-size: 18px; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_fields {
      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; }
      .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_fields #email {
        margin-left: 0px; }
      .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_fields input {
        height: 30px;
        font-size: 16px; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin textarea {
      font-size: 16px; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_question span {
      font-size: 12px; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_question p, .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_question label {
      font-size: 16px; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin button {
      padding: 10px 32px;
      font-size: 25px; }

.product_container_services .container_services {
  margin-bottom: 40px; }

@media screen and (max-width: 1400px) {
  .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .product_feedback_form .container_feedback_form .feedback_form_magazin .wr_feedback_fields input {
      width: 100%; } }

.single-product .container_store_menu_product {
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  padding: 30px 0px;
  max-width: 370px;
  width: 100%;
  height: 630px; }
  .single-product .container_store_menu_product .menu_magazin ul {
    overflow: hidden;
    padding-left: 0px;
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none; }
    .single-product .container_store_menu_product .menu_magazin ul li {
      padding: 5px 0px 5px 160px; }

.store_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .store_container .store_menu {
    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;
    max-width: 300px;
    width: 100%;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
    background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
    background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
    padding: 30px 0px; }
    .store_container .store_menu ul {
      padding-left: 0px;
      text-decoration: none;
      list-style-type: none; }
      .store_container .store_menu ul li {
        color: white;
        font-size: 16px;
        border-bottom: 1px solid #00a3d3;
        padding: 5px 0px 5px 120px;
        cursor: pointer; }
    .store_container .store_menu .banner_block .banner {
      max-width: 200px;
      width: 100%;
      height: 200px;
      background: white;
      margin: 0 auto; }
  .store_container .store_products {
    width: 100%;
    margin: 0px 50px 0px 30px; }
    .store_container .store_products .prod .products {
      margin: 0 auto;
      max-width: 1330px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .store_container .store_products .prod .products .product {
        max-width: 300px !important;
        width: 100%;
        margin: 0px 30px 30px 0px;
        text-align: center; }
        .store_container .store_products .prod .products .product .price {
          color: #FF9100; }
        .store_container .store_products .prod .products .product a.button {
          font-size: 14px;
          font-weight: normal;
          padding: .900em 1.5em;
          -webkit-border-radius: 16px;
          border-radius: 16px; }

@media screen and (max-width: 1717px) {
  .store_container .store_products .prod .products {
    max-width: 990px; } }

@media screen and (max-width: 1390px) {
  .store_container .store_products .prod .products {
    max-width: 738px; }
    .store_container .store_products .prod .products .product {
      max-width: 215px !important;
      width: 100%; }
  .store_container .store_menu {
    max-width: 210px; }
    .store_container .store_menu ul li {
      padding: 5px 0px 5px 15px; } }

@media screen and (max-width: 1083px) {
  .store_container .store_products .prod .products {
    max-width: 490px; } }

@media screen and (max-width: 1041px) {
  .store_container .store_products .prod .products {
    max-width: 492px; } }

@media screen and (max-width: 940px) {
  .container-head-filter .head-filter .container-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .container-head-filter .head-filter .container-filter .container-filter-category {
      margin-left: 0px; } }

@media screen and (max-width: 837px) {
  .store_container .store_products .prod .products {
    max-width: 245px; } }

@media screen and (max-width: 830px) {
  .container-head-filter .head-filter .container-filter {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .container-head-filter .head-filter .container-filter .container-filter-category {
      margin-left: 20px; }
  .container-head-filter .head-filter .container-filter .container-filter-category {
    display: block; }
  .store_container .store_products .prod .products {
    max-width: 490px; } }

@media screen and (max-width: 665px) {
  .container-head-filter .head-filter .container-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .container-head-filter .head-filter .container-filter .container-filter-category {
      margin-left: 0px; } }

@media screen and (max-width: 560px) {
  .store_container .store_products .prod .products {
    max-width: 250px; } }

.breadcrumb_for_store {
  padding: 8px 15px; }
  .breadcrumb_for_store span {
    margin: 0px 5px; }

.container-head-filter {
  margin-bottom: 40px; }
  .container-head-filter .container-filter-category {
    display: none;
    margin-left: 60px;
    width: 100%;
    max-width: 250px; }
  .container-head-filter .head-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .container-head-filter .head-filter .container-filter {
      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;
      width: 100%; }
    .container-head-filter .head-filter .woocommerce-orderin {
      margin-top: 0;
      margin-bottom: 0;
      width: 250px !important; }
      .container-head-filter .head-filter .woocommerce-orderin select {
        font-family: "Open Sans", Arial, Times;
        padding: 7px 20px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #0071BC;
        background: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .container-head-filter .head-filter .woocommerce-orderin select:hover, .container-head-filter .head-filter .woocommerce-orderin select:focus, .container-head-filter .head-filter .woocommerce-orderin select:active {
          outline: none; }

.select {
  position: relative;
  width: 100%; }
  .select:hover label {
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none; }
  .select label {
    font-weight: 400;
    font-family: "Open Sans", Arial, Times;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0px 20px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #0071BC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative; }
    .select label:hover {
      border: 1px solid rgba(0, 0, 0, 0.1);
      outline: none; }
    .select label:focus {
      border: 1px solid rgba(0, 0, 0, 0.1);
      outline: none; }
  .select .icon {
    display: inline-block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .select .icon:before {
      content: '';
      display: inline-block;
      width: 50%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 50%;
      left: 1px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .select .icon:after {
      content: '';
      display: inline-block;
      width: 50%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 50%;
      right: 2px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
  .select .icon_active:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  .select .icon_active:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .select ul {
    display: none;
    min-width: 100%;
    padding: 0;
    background: white;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: auto;
    right: auto;
    top: 33px;
    z-index: 100;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .select ul li {
      color: black !important;
      margin-top: 5px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      list-style: none;
      cursor: pointer;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .select ul li:first-child {
        margin-top: 0; }
      .select ul li:before {
        display: none; }
      .select ul li a {
        font-family: "Open Sans", Arial, Times;
        display: block;
        color: black !important;
        padding: 7px 20px;
        text-decoration: none; }
        .select ul li a:hover, .select ul li a:focus, .select ul li a:active {
          text-decoration: none;
          color: black !important; }

#order_form {
  color: #0071BC;
  background-color: white;
  border: 2px solid #0071bc;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 4px 10px;
  font-weight: 600; }

.preloader_back {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 109, 109, 0.6); }

.preloader {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  color: white;
  background-color: #0071BC;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .preloader i {
    font-size: 32px;
    vertical-align: middle; }
  .preloader span {
    margin-left: 20px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.form_back {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 109, 109, 0.6); }

.close_form {
  position: relative; }
  .close_form svg {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 26px;
    right: -16px;
    top: -16px; }

.form_block {
  max-width: 500px;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 36px 36px 16px 36px;
  color: white;
  background-color: #0071BC;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  text-align: center; }
  .form_block form {
    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;
    text-align: left; }
    .form_block form h2 {
      color: #ffffff;
      margin: 0px; }
    .form_block form p {
      margin-bottom: 1px;
      color: #ffffff;
      font-size: 18px; }
      .form_block form p span {
        color: red;
        font-size: 30px;
        line-height: normal; }
    .form_block form p.adress {
      margin-top: 10px; }
    .form_block form input {
      color: #000000;
      padding: 4px; }
    .form_block form input.highlighted {
      border: 2px solid red; }
    .form_block form .adress_block p {
      margin-top: 0px; }
    .form_block form .adress_block textarea {
      width: 100%;
      color: #000000; }
    .form_block form .checkbox-block {
      margin: 6px 0 0 0; }
      .form_block form .checkbox-block [type="checkbox"] {
        cursor: pointer;
        position: absolute;
        opacity: 0; }
        .form_block form .checkbox-block [type="checkbox"]:checked ~ label .path_ok {
          stroke-dashoffset: 0; }
      .form_block form .checkbox-block label {
        cursor: pointer;
        padding-left: 35px;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        -webkit-transition: all .5s 0s;
        -o-transition: all .5s 0s;
        transition: all .5s 0s; }
      .form_block form .checkbox-block label:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #dddddd !important;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        position: absolute;
        top: 5px;
        left: -2px; }
      .form_block form .checkbox-block label .svg_ok {
        position: absolute;
        top: 6px;
        left: 1px;
        width: 20px;
        height: 20px; }
      .form_block form .checkbox-block label .path_ok {
        stroke: #ffffff;
        stroke-width: 50;
        stroke-miterlimit: 10;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        -webkit-transition: stroke-dashoffset .5s linear 0.1s;
        -o-transition: stroke-dashoffset .5s linear 0.1s;
        transition: stroke-dashoffset .5s linear 0.1s; }
  .form_block button {
    margin-top: 14px;
    color: #0071BC;
    background-color: white;
    border: none;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 4px 10px;
    font-weight: 600; }

@media screen and (max-width: 768px) {
  .form_block {
    max-width: 80%; } }

.woocommerce .brendy_product a {
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.75); }
  .woocommerce .brendy_product a .name {
    background-color: #0071BC;
    color: white;
    max-height: 30px;
    min-height: 20px;
    height: auto;
    width: 90px;
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    text-align: center; }

.button_cart {
  margin-left: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button_cart .s-header__basket-wr.woocommerce {
    margin-right: 15px;
    margin-top: 5px; }
    .button_cart .s-header__basket-wr.woocommerce .basket-btn {
      position: relative; }
      .button_cart .s-header__basket-wr.woocommerce .basket-btn .basket-btn__label svg {
        color: white;
        width: 30px;
        height: 30px; }
      .button_cart .s-header__basket-wr.woocommerce .basket-btn .basket-btn__counter {
        color: #ffffff;
        position: absolute;
        font-weight: 600;
        text-align: center;
        background-color: #0071BC;
        height: 18px;
        width: 18px;
        border: 1px solid #ffffff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        padding: 0px 3px 2px 4px;
        right: -8px;
        top: -20px; }

.wr_share_news {
  z-index: 1;
  margin-left: -10px; }

.container_shares {
  position: relative;
  background-color: #00A3D3;
  background-image: url("../images/hand.png");
  padding-top: 45px;
  padding-bottom: 15px;
  height: 512px;
  z-index: 2; }
  @media (max-width: 991px) {
    .container_shares {
      height: 880px; } }
  .container_shares_link {
    position: absolute;
    top: 0px;
    right: 0px; }
  .container_shares img {
    width: 100%; }

.carousel-indicators {
  bottom: -14px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.carousel-control .glyphicon-chevron-left {
  margin-left: -65px; }

.glyphicon-chevron-right:before {
  margin-left: 20px;
  content: '';
  background-image: url("./images/arrowright.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  width: 37px;
  height: 37px; }

.glyphicon-chevron-left:before {
  content: '';
  background-image: url("./images/arrowleft.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  width: 37px;
  height: 37px; }

.btn_all_share:hover {
  background-color: #E05555; }

@-webkit-keyframes opacityProduct {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opacityProduct {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes moveShareNews {
  from {
    -webkit-transform: translateX(1200px);
    transform: translateX(1200px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes moveShareNews {
  from {
    -webkit-transform: translateX(1200px);
    transform: translateX(1200px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.product_week {
  opacity: 0;
  -webkit-animation: opacityProduct 1s linear;
  animation: opacityProduct 1s linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.container_share_news {
  /* height: 296px;
	width: 245px;
	margin-top: 10px;
	    float: right;
	overflow: hidden;
	display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: flex-start;
	
	    background-image: url('../plumbing-engineering/images/16.jpg');
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: 50% 50%; */ }
  @media (max-width: 991px) {
    .container_share_news {
      float: none; } }
  .container_share_news a {
    display: block;
    max-width: 220px;
    margin-bottom: 15px;
    text-decoration: none; }
  .container_share_news p {
    font-size: 13px;
    color: #FFFFFF;
    margin: 0; }
  .container_share_news div p {
    font-size: 14px; }
  .container_share_news .course {
    font-size: 21px;
    font-weight: 700; }

.share_info {
  margin-bottom: 12px; }

.container_news_text {
  overflow: hidden; }

.container_shares_banner {
  position: relative;
  text-align: center;
  padding-top: 20px; }
  .container_shares_banner h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold; }
  .container_shares_banner p {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left; }

.container_shares_obezyana img {
  width: auto;
  width: auto;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.container_inner {
  height: 150px;
  width: 160px;
  margin-top: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%; }
  .container_inner .container_inner_text {
    color: white;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 5px; }
  @media (max-width: 991px) {
    .container_inner {
      margin-right: 10px;
      width: 245px;
      height: 268px; } }

.container_course {
  float: right; }
  @media (max-width: 991px) {
    .container_course {
      float: none; } }
  .container_course .course_rate {
    display: inline-block;
    width: 120px;
    margin-top: 10px;
    background-color: #ffe701;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px; }
    .container_course .course_rate p {
      padding: 0 5px;
      font-size: 10px;
      color: #000000;
      margin: 0;
      line-height: 24px; }
    .container_course .course_rate .course {
      font-size: 17px;
      font-weight: bold;
      color: #000000; }
  .container_course .course_office {
    display: inline-block;
    width: 120px;
    margin-top: 10px; }
    .container_course .course_office p {
      font-size: 10px; }

.container_shares_banner {
  margin-top: 20px; }
  .container_shares_banner div {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

.assortiment-product {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px; }

.title_product_range {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #0071BC;
  margin: 25px 0;
  font-weight: bold; }

.container_product_range {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .container_product_range a {
    margin: 5px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden; }
    .container_product_range a div {
      width: 195px;
      height: 168px;
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      overflow: hidden; }
      .container_product_range a div img {
        max-width: 93px;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: max-width;
        -o-transition-property: max-width;
        transition-property: max-width; }
      .container_product_range a div .product_block_shade {
        height: 30px;
        background-color: #0071BC;
        position: absolute;
        bottom: 0px;
        -webkit-border-radius: 0px 0px 12px 12px;
        border-radius: 0px 0px 12px 12px; }

.product_block:hover img {
  max-width: 115px; }

/* Increase the block */
.container_product_range_element .img_brand {
  display: none; }
  .container_product_range_element .img_brand img {
    max-width: 50px; }

.container_product_range_element a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative; }
  .container_product_range_element a:hover {
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2; }
    .container_product_range_element a:hover:before {
      content: '';
      display: block;
      position: absolute;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 101%;
      height: 100%;
      background: rgba(0, 113, 188, 0.8); }
    .container_product_range_element a:hover .product_block_element img, .container_product_range_element a:hover .product_block_element p, .container_product_range_element a:hover .product_block_element .product_block_shade {
      display: none; }
    .container_product_range_element a:hover .img_brand {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
      align-content: space-around; }

.container_product_range_element.store a:hover:before {
  background: rgba(255, 191, 0, 0.8); }

/* Outdoor panel */
.side_panel {
  position: fixed;
  right: -230px;
  z-index: 9;
  -webkit-transition: right .8s;
  -o-transition: right .8s;
  transition: right .8s; }

#btn_panel {
  display: inline-block;
  position: absolute;
  right: 230px;
  top: 60px;
  background: yellow;
  width: 50px;
  height: 330px;
  font: 14px Arial;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
  cursor: pointer; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0); }
  1%, 3%, 5%, 7%, 9% {
    -webkit-transform: rotate(180deg) translate3d(0px, -10px, 0);
    transform: rotate(180deg) translate3d(0px, -10px, 0); }
  2%, 4%, 6%, 8% {
    -webkit-transform: rotate(180deg) translate3d(0px, 10px, 0);
    transform: rotate(180deg) translate3d(0px, 10px, 0); }
  10%, 100% {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0); }
  1%, 3%, 5%, 7%, 9% {
    -webkit-transform: rotate(180deg) translate3d(0px, -10px, 0);
    transform: rotate(180deg) translate3d(0px, -10px, 0); }
  2%, 4%, 6%, 8% {
    -webkit-transform: rotate(180deg) translate3d(0px, 10px, 0);
    transform: rotate(180deg) translate3d(0px, 10px, 0); }
  10%, 100% {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0); } }
  #btn_panel h2 {
    color: red;
    margin-left: 7px; }
    @media (max-width: 480px) {
      #btn_panel h2 {
        margin-left: 0; } }
  @media (max-width: 480px) {
    #btn_panel {
      width: 35px;
      margin: 0; } }

#hidden_panel {
  display: inline-block;
  position: absolute;
  right: 0;
  background: white;
  color: #000;
  width: 230px;
  height: 450px;
  padding: 10px;
  text-align: left;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/* Side panel small */
.slide-panel-small {
  bottom: 320px;
  position: fixed;
  z-index: 9;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
  right: -235px; }
  @media (max-width: 1366px) {
    .slide-panel-small {
      left: -235px; } }
  .slide-panel-small .hidden_panel {
    display: block;
    position: absolute;
    right: 0;
    background: white;
    color: #000;
    width: 230px;
    height: 230px;
    padding: 15px;
    text-align: left;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow: hidden;
    -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.19), 1px 0px 6px 4px rgba(0, 0, 0, 0.23);
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.19), 1px 0px 6px 4px rgba(0, 0, 0, 0.23); }
    @media (max-width: 1366px) {
      .slide-panel-small .hidden_panel {
        left: 0; } }

.close_slide-panel-small {
  position: absolute;
  right: 0;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.4; }
  .close_slide-panel-small:hover {
    opacity: 1; }
  .close_slide-panel-small:before, .close_slide-panel-small:after {
    left: 17px;
    position: absolute;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #00A3D3; }
  .close_slide-panel-small:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close_slide-panel-small:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.active {
  right: 0; }
  @media (max-width: 1366px) {
    .active {
      left: 0; } }

.hide_block {
  right: -235px; }
  @media (max-width: 1366px) {
    .hide_block {
      left: -235px; } }

.container_header_menu ul li p {
  margin: 0; }

@media (min-width: 1200px) {
  .container_banner {
    max-width: 1290px;
    width: 100%; } }

.container_shares_banner .container_shares_banner_text {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.container_shares_link {
  display: none; }

.container_move {
  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;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .container_move {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.product_block_text {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  bottom: -4px;
  position: absolute;
  z-index: 1;
  text-align: center; }

.shortcode-video {
  margin: auto;
  float: none; }

#carousel-video {
  margin: 50px auto;
  text-align: center;
  max-width: 550px;
  width: 100%; }
  #carousel-video .carousel-control .glyphicon-chevron-left {
    margin-left: -24px; }
  #carousel-video .carousel-control .glyphicon-chevron-right:before {
    margin-left: -22px; }
  #carousel-video .carousel-indicators {
    bottom: -43px; }
  #carousel-video .carousel-inner-name {
    color: #ffffff; }
  #carousel-video .carousel-inner-video {
    max-width: 395px;
    width: 100%;
    height: 250px; }
  #carousel-video .carousel-inner-video-smart {
    max-width: 530px;
    width: 100%;
    height: 300px; }
  #carousel-video .shortcode-video-text {
    color: #0071BC; }
  #carousel-video .shortcode-carousel-indicators li {
    background: #0071BC; }

.container_feedback_form {
  background: #0071BC;
  background: -webkit-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: -o-radial-gradient(circle, #89BEDF 0%, #0071BC 100%);
  background: radial-gradient(circle, #89BEDF 0%, #0071BC 100%); }

#email {
  margin-left: 12px; }

.feedback_form {
  max-width: 450px;
  width: 100%;
  padding: 0 70px;
  margin: 50px auto; }
  .feedback_form h2 {
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin: 10px 0; }
  .feedback_form input {
    height: 37px;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0 18px;
    outline: none; }
    .feedback_form input[name="name"] {
      width: 100%; }
    .feedback_form input[name="tel"], .feedback_form input[name="email"] {
      width: 47%; }
  .feedback_form textarea {
    max-width: 450px;
    width: 100%;
    max-height: 90px;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0 18px;
    outline: none;
    padding-top: 5px;
    resize: none; }
  .feedback_form button {
    font-size: 18px;
    color: #ffffff;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #00ADFF;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 10px 32px; }

.wr_feedback_question {
  display: inline-block;
  position: relative; }
  .wr_feedback_question p {
    font-size: 12px;
    color: #FFFFFF; }
  .wr_feedback_question label {
    font-size: 12px;
    color: #FFFFFF; }
    .wr_feedback_question label input {
      width: 15px;
      vertical-align: middle;
      margin: 0;
      margin-left: 5px; }

.mandatory-fields {
  font-size: 10px;
  color: #ffffff;
  white-space: nowrap;
  position: absolute;
  top: -19px;
  left: 7px; }

.container_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .container_services h2 {
    font-weight: 700;
    color: #0071BC;
    text-align: center;
    text-transform: uppercase;
    margin: 27px 0 20px;
    font-size: 20px; }

.container_services_icon {
  margin-top: 60px; }

.container_services_banner {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .container_services_banner a:hover img {
    opacity: 0.5; }
  .container_services_banner a:hover {
    text-shadow: 0px 0px 0px black; }

.container_services_design {
  display: inline-block;
  width: 50%;
  position: relative;
  text-shadow: 0px 0px 9px #0071BC, 0px 0px 10px #0071BC;
  background: #0071BC; }

.container_services_design:before {
  content: 'Проектування';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 1; }

.container_services_delivery {
  display: inline-block;
  width: 50%;
  position: relative;
  text-shadow: 0px 0px 9px #0071BC, 0px 0px 10px #0071BC;
  background: #0071BC; }

.container_services_delivery:before {
  content: 'Доставка';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 1; }

.img-banner {
  width: 100%;
  height: auto; }

.container-banner-img {
  position: relative;
  margin-bottom: -1px; }

.breadcrumb {
  position: absolute;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .breadcrumb span {
    margin: 0px 5px; }
  .breadcrumb span > span {
    color: grey;
    text-transform: lowercase; }

.col-sm-9 {
  margin-left: 25px; }

@media screen and (max-width: 1320px) {
  .col-sm-9 {
    margin-left: 0px;
    width: 70%; }
  .container_shares .container {
    margin-right: 80px; }
  .container_shares_banner p {
    margin-right: 60px; } }

@media screen and (max-width: 1260px) {
  .container_product_range a {
    margin: auto;
    margin-top: 10px; }
  .container_shares .container {
    margin-right: 40px; }
  .container_shares_banner p {
    margin-right: 60px; }
  .container_share_news a {
    max-width: 197px; } }

@media screen and (max-width: 1150px) {
  .product_week h2 {
    font-size: 45px; }
  .container_shares_banner h2 {
    font-size: 32px; }
  .container_shares_banner p {
    font-size: 17px; }
  .container_share_news a {
    max-width: 180px; } }

@media screen and (max-width: 1050px) {
  .container_shares_banner p {
    font-size: 16px; }
  .container_share_news a {
    max-width: 130px; }
  .container_share_news p {
    font-size: 12px; } }

@media screen and (max-width: 990px) {
  .container_shares_obezyana img {
    display: none; }
  .btn_all_share {
    margin-top: 40px; }
    .btn_all_share span {
      font-size: 10px; }
  .col-sm-9 {
    width: 67%; }
  .container_shares_banner h2 {
    font-size: 27px; }
  .container_shares_banner p {
    font-size: 15px; }
  .wr_share_news {
    text-align: center; }
  .container_services_design:before {
    font-size: 30px; }
  .container_services_delivery:before {
    font-size: 30px; } }

@media screen and (max-width: 782px) {
  .container_shares_banner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .col-sm-9 {
    width: 100%; }
  .container_shares_banner {
    z-index: 1;
    padding-top: 20px; }
    .container_shares_banner p {
      text-align: center;
      padding-top: 12px;
      margin-right: auto; }
  .container_shares_banner > div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .container_services_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .container_services_design {
    width: 100%; }
  .container_services_delivery {
    width: 100%; }
  .container_services_design:before {
    font-size: 40px; }
  .container_services_delivery:before {
    font-size: 40px; }
  .glyphicon-chevron-right:before {
    margin-left: 0px; }
  .product_week {
    padding-left: 35px; } }

@media screen and (max-width: 475px) {
  .feedback_form {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
    margin: 50px auto; }
    .feedback_form #email {
      margin-left: 0; }
  .feedback_form input[name="tel"], .feedback_form input[name="email"] {
    width: 100%; }
  .wr_feedback_question {
    text-align: center; }
    .wr_feedback_question label {
      font-size: 18px; } }

@media screen and (max-width: 450px) {
  .product_week {
    margin-top: 20px;
    padding-left: 0px; }
    .product_week h2 {
      font-size: 32px;
      white-space: nowrap; }
  .btn_all_share {
    margin-top: 40px; }
  .container_shares_banner {
    padding-left: 0px;
    margin-top: 20px; }
    .container_shares_banner h2 {
      font-size: 20px; }
    .container_shares_banner p {
      font-size: 13px; }
  .container_shares_banner > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .carousel-control {
    display: none; }
  .container_product_range a {
    opacity: 1 !important; }
  .container_shares:after {
    width: 100px; }
  .container_services_design:before {
    font-size: 30px; }
  .container_services_delivery:before {
    font-size: 30px; }
  .container_shares {
    padding-left: 0px; }
    .container_shares .container {
      margin-right: 10px; } }

.form_group_edit input,
.form_group_edit textarea {
  width: 100%;
  padding: 12px 19px;
  border: 2px solid #e5e5e5; }
  .form_group_edit input:hover,
  .form_group_edit textarea:hover {
    border: 2px solid #777; }
  .form_group_edit input:focus,
  .form_group_edit textarea:focus {
    border: 2px solid #333;
    outline: none; }

#adress::-webkit-input-placeholder,
#adress::-moz-placeholder,
#adress:-ms-input-placeholder {
  font-size: 10px; }

#adress:focus::-webkit-input-placeholder {
  color: transparent; }

.form_group_edit label {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 5px; }

.btn_send_inner {
  padding: 0; }

.btn_send {
  background: #0071BC;
  border: 1px solid #0071BC;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .btn_send:hover, .btn_send:focus {
    color: #0071BC;
    background-color: #ffffff;
    border-color: #0071BC;
    text-decoration: none; }

#profile_name, #phone {
  height: 35px; }

#adress {
  height: 125px; }

/* Single post */
.video-block-center {
  display: block;
  margin: 55px auto 0; }
  @media (max-width: 550px) {
    .video-block-center {
      width: 100%; } }

.name-category-center {
  text-align: center;
  margin: 25px 0; }

.message-block {
  text-align: center;
  margin-bottom: 15px; }

/* cat tovar */
.shortcode_video-inner #carousel-video {
  margin: 0 auto; }

.shortcode_messenger-inner {
  margin: 0px 70px;
  text-transform: none; }

.title_contacti {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.shortcode-video .carousel-control {
  width: 0; }

.shortcode-video .carousel-control .glyphicon-chevron-left {
  margin-left: -3px !important; }

.shortcode-video .carousel-control .glyphicon-chevron-right {
  margin-right: 12px !important; }

.sticky-wrap li {
  padding: 8px 0px 8px 30px; }

@media (max-width: 1200px) {
  .kontakt_buttom_block .wr_contacts_content {
    width: 100%; } }

@media (max-width: 720px) {
  .shop_cards .card_img_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .shop_cards .contact_info {
    margin-left: 20px;
    margin-top: 0; }
    .shop_cards .contact_info p {
      text-align: left !important; }
      .shop_cards .contact_info p i {
        margin-right: 10px; }
  .shop_cards .work_schedule p {
    text-align: left !important; }
  .shop_cards .shop_cards_mg_wrapper {
    height: 390px; } }

@media (max-width: 720px) {
  .shop_cards .work_schedule, .shop_cards .contact_info {
    width: 100% !important; } }

@media (max-width: 359px) {
  .shop_cards .card_img img {
    max-width: 120px; } }

@media screen and (max-width: 580px) {
  .shop_cards .card_img img {
    max-width: 160px; } }

@media screen and (max-width: 1045px) {
  .shop_cards .shop_cards_mg_wrapper {
    width: 50%; } }

@media screen and (max-width: 720px) {
  .shop_cards .shop_cards_mg_wrapper {
    width: 95%; } }

@media screen and (max-width: 580px) {
  .shop_cards .shop_cards_mg_wrapper {
    margin: 40px 0px 0px 15px;
    height: 320px; } }

.shop_cards .shop_cards_mg {
  width: 100%; }

.shop_cards .contact_info, .shop_cards .work_schedule {
  width: 100%; }

@media (max-width: 830px) {
  .container_magazin_menu {
    display: none; }
  .wr_contacts_content {
    width: 100% !important; } }
