.hide
 {
  display: none !important;
 }

.clear
 {
  content: "";
  clear: both;
 }

.email,
.email:visited,
.email:active
 {
  color: #0174ff;

  cursor: pointer;
 }

.email:hover
 {
  text-decoration: underline;
 }

.filterresults-item-slider
 {
  height: 240px;
 }

.contacts_mes
 {
  display: block;
 }

.svg_block_soc
 {
  display: inline-block;

  vertical-align: middle;
 }

.button_area
 {
  margin-bottom: 30px;

  text-align: center;
 }

.button_area label
 {
  margin: 5px;

  background-color: #87bdff !important;

  cursor: pointer;

  user-select: none;
 }

.button_area label.active
 {
  background-color: #0174ff !important;
 }

.contact_page
 {
  display: block;

  height: 0px;

  opacity: 0;

  overflow: hidden;
 }

input[type="radio"]:checked + .contact_page
 {
  height: auto;

  opacity: 1;
 }

.part
 {
  display: inline-block;

  vertical-align: top;
 }

.r_part
 {
  float: right;
 }

.filterresults-item-slider
 {
  margin: auto;
 }

@media screen and (max-width: 1000px)
 {
  .r_part
   {
    float: none;
   }

  .part
   {
    display: block;

    margin-bottom: 10px;
   }
 }


div.contact_button_area
 {
  margin-left: -5px;

  text-align: left !important;
 }

.phone_link
 {
  color: #0174ff;
 }

.phone_link:hover
 {
  color: #ff8924;
 }

