

@media only screen and (min-width: 768px) {
	.bootstrap-iso .col-sm-6-20px {
		width: calc( 50% - 20px );
	}

	.bootstrap-iso .col-sm-7-20px {
		width: calc( 58.33333333% - 20px );
	}	
}

@media only screen and (min-width: 992px) {
	.bootstrap-iso .col-md-7-20px {
		width: calc( 58.33333333% - 20px );
	}
	.bootstrap-iso .col-md-8-20px {
		width: calc( 66.66666667% - 20px );
	}	
}

@media only screen and (min-width: 1200px) {
	.bootstrap-iso .col-lg-8-20px {
		width: calc( 66.66666667% - 20px );
	}
	.bootstrap-iso .col-lg-9-20px {
		width: calc( 75% - 20px );
	}	
}

#open_contact_ajax{
	background:#f0f0f0 !important;
	opacity:1;
}

.btn.open_contact_call_button{
	display:none;
}

.btn.open_contact_qr{
	display:inline-block;
}

.bootstrap-iso .open_contact_contact {
    font-size: 24px;
	display:inline-block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #25d325;
    padding: 6px;
    border-radius: 8px;
	font-weight: bold;
	padding-right: 17px;
	word-wrap: break-word;
	max-width:100%;
}


#listing-block{
	padding:0px;
}

.word-break-all{
	word-break: break-word;
}

a.ad_searches_link{
    font-size: 16px;
    color: #0070d0;
    display: inline-block;
    border: 1px solid #81c4ff;
    padding: 5px 14px;
	background: white;
}


.ad_searches_link:before {
	content: "\f002";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	opacity: .99;
	margin-right: 5px;
}

.bootstrap-iso  .container a.ad_searches_link:hover{
	background: aliceblue;
}


.ad_searches_links{
	text-align: center;
	margin: 0px 0px 30px 0px;
	font-size: 13px;
	display:flex;
	flex-direction: column;
}

.ad_searches_links .links{
	text-align: left;
	width:100%;
}


.ad_searches_links .link_title {
	font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    text-align: left;
    flex-shrink: 0;
	display: block;
	padding: 0;	
	width:100%;
}



.no-padding > [class*='col-'] {
}

a img {
  border: none;
}


.bootstrap-iso .container {
    width: 98%; 
}

.bootstrap-iso .container-fluid, .bootstrap-iso .container {
	font-size: 16px;
}

.bootstrap-iso .container-fluid a, .bootstrap-iso .container a{
	cursor: pointer;
	text-decoration: none;
	margin-top: 3px;
	line-height: normal;
}

.bootstrap-iso .container-fluid label:hover, .bootstrap-iso .container-fluid a:hover,
.bootstrap-iso .container label:hover, .bootstrap-iso .container a:hover
{
	color: #000;
	text-decoration: none;
}

.contacts_wrapper {
display: table;
float: left;
margin-bottom: 10px;
word-wrap: normal;
word-break: break-word;
font-size: 16px;
margin-left:-15px;
padding-left:15px;
padding-right:35px;
}

.contacts_wrapper.has_agents{
display: block;
float: none;
margin-bottom: 10px;
margin-left:-15px;
padding-left:15px;
padding-right: 0px;
}

.contact_row{
display: table-row;
margin-bottom: 5px;
}

.contacts.header {
	background: #e0f0fe;
}

/*new contacts_wrapper*/

#message_form {
	display: flex;
}

#message_form  textarea {
	height: 4em;
}

#message_form>div:first-of-type {
	flex-grow: 1;
 }

#message_form>div:nth-of-type(2) {
	flex-grow: 0;
	margin-left: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;	
}

.contacts_wrapper_flex {
	display: flex;
    word-wrap: normal;
    word-break: break-word;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 35px;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;
    /*background: #e8f4ff;*/
    padding: 5px 10px;	
}

.contact_row_flex{
	margin-bottom: 5px;
    padding: 0 15px 0px 0;
    flex: 0 1 auto;
	min-width: 200px;
	max-width: 100%;
}

.contact_row_flex a {
	color: black;
}

.agent_row_flex{
	background: white;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    flex: 1 0 auto;
}

.contacts_wrapper_flex .agent_row_flex:last-of-type {
	flex: 1 1 auto;
}


 .fa.mail_icon_flex {
    font-size: 16px;
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 60px; */
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 7px;
    flex-wrap: wrap;
    color: #5cb85c;
    font-weight: bold;
    align-items: center;
    line-height: 1;
    margin: 3px 2px;
	text-shadow: none;
}
  
.fa.green {
    font-size: 16px;
    color: #1fd51f;
	margin-left: 1px;
 }


.contacts_wraper {
	width: 100%; 
}

.contacts_wraper_fixed {
	position: fixed;
    top: 0;
    bottom: 42px;
    left: 0;
    right: 0;
    z-index: 100001;
    display: flex;
    background: rgba(0,0,0, 0.78);
    flex-direction: column;
	transition:all .5s ease;
	justify-content: flex-end;
}

.contacts_wraper_close {
	display: none;
}


.banner-bottom {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
    /*border-top: 1px solid gray;*/
}

.show-more {
    overflow-y: hidden;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.show-more a, .show-more a:hover{
    text-decoration: none;
    font-size: 12px;
    color: #727272;
}
    
.ads-block-title{
    overflow-y: hidden;
    padding-left: 6px;
}

.block-ads{
    margin-left: 289px;
    overflow: hidden;
}

.main-ads{
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #dadada;
    
}
.ads-table {
    display: table-cell;
}

#main_image_a{
width:100%;
position: relative;
overflow:hidden;
text-align:center;
vertical-align: middle;
display:block;
margin-top:0;
}

#main_image_a_flex{
	height: 100%;
	position: relative;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
	display:flex;
	flex-direction: column;
	margin-top:0;
}

#main_image_img{
width:100%;
display:block;
text-align:center;
vertical-align: middle;
border:0px;
top: 0px;
bottom:0px;
left: 0px;
right: 0px;
margin: auto;
}

#main_image_img_flex {
	height:100%;
	display:block;
	text-align:center;
	vertical-align: middle;
	border:0px;
	margin: auto;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

a.watchlist_in_image{
	position:absolute;
	right:5px;
	top:8px;
	z-index:1;
	padding:2px;
	cursor:pointer;
	border:1px solid rgba(255,255,255,.2);
	width: 38px;
	height: 38px;
	background: rgba(0,0,0,.5) url(/template/images/icons/eye-icon-star-white.svg) no-repeat center center;
	background-size: 32px 32px;	
	}

a.watchlist_in_image:hover{
	background: rgba(0,0,0,.6) url(/template/images/icons/eye-icon-star-gold-white.svg) no-repeat center center;
	background-size: 32px 32px;	
}



a.watchlist_in_image_selected, a.watchlist_in_image_selected:hover{
	/* background: rgba(255,255,255,.9) url(/template/images/icons/eye-icon-star-gold.svg) no-repeat center center; */
	background: rgba(0,0,0,.6) url(/template/images/icons/eye-icon-star-gold-white.svg) no-repeat center center;
	background-size: 32px 32px;	
}
  

#tcontainer{
	margin-bottom: 3px;
	padding-right: 0;
	padding-left: 0;
}

#allparams {
	padding-left:0;
	display: table;
}

.bootstrap-iso .validuntil {
	padding: 0;
}
  
#mainicons{
    display: block;
	margin-top: 25px;
    margin-bottom: 30px;
}

#slider {
	text-align: center;
}

#active  label a {
	color: #337ab7;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
	display: inline-block;
	border: solid 3px rgba(255, 255, 255, 0.7);
}

a {
	color: #000000;
	cursor: pointer;
}

label:hover, a:hover {
	color: #000;
	text-decoration: none;
}

.new-row-phone{
    display: none;
}

.Lobster{
    font-family: 'Lobster';
    font-size: 30px;
}

.ubuntu{
    font-size: 22px;
    font-weight: bold;
}

.small-headline{
    font-family: Gill Sans, Verdana;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.bootstrap-iso .large-headline{
    margin: 0;
    line-height: 33px;
    font-weight: bold;
    font-size: 28px;
    padding: 30px 15px;
    background: #e0f0fe;
	margin-bottom: 5px;
}

.title {
  display: block;
  
}
  
.ads-icons {
  display: none;  
}


.theme-color1 {
    
    background-color: #f0f8ff;
    /*background-color: #fff3e0;*/
}

.theme-color2 {
    background-color: #f7f7f7;
}

.theme-title{
    background: #000; /* Old browsers */
    background: rgba(0,0,0, 0.6);
}


.bootstrap-iso .big-img-wraper {
    text-align: center;
	margin-right:20px;
}

.bootstrap-iso .bigimg {
	max-height: 80vh;
	overflow: hidden;
}

.bootstrap-iso .big-img {
    text-align: center;
	margin-right:20px;
}

.big-info {
	line-height: 20px;
	/*margin: 0 0 -150%;*/
	/*position: absolute;*/
	/*font-style: italic;*/
	/*width: 100%;*/
	opacity: 1;
	text-align: left;
    color: #000;
/*    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
*/}


.big-info h1{
	padding: 12px 8px 12px 8px;
}


.big-image {
    max-height: 500px;
}

.errormsg{
border:3px solid #a40000;
border-radius:3px;
background:#ff0000;
margin:10px;
padding:10px;
color:white;
}

.icon-contacts {
  width: 25px;
  height: 25px;
  margin: 3px 6px 3px 0px;
}

.icon-contacts-flex {
  width: 25px;
  height: 27px;
  margin: 3px 6px 3px 6px;
}



.icon-contacts.big {
  width: 40px;
  height: 40px;
  margin: 2px 6px 2px 0px;
}

.contacts  {
  font-size: 18px;
}

.contacts td{
  padding-bottom: 1px;
}
.contacts td img{
  margin-bottom: 2px;
}

.personal-message {
	min-height:95px;
}

img.icon-action {
    width: 60px;
    height: 35px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: visible !important;
	opacity: 0.8;
  
}

i.icon-action {
font-size: 26px;
padding: 0px 15px 0px 19px;
color: black;
display: block;
width: 59px;
height: 26px;
}


.icon-ph{
    width: 31%;
    display: inline-block;
    margin-bottom: 0;
	margin-right: 12px;
    margin-top: 5px;
	box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 10%);
	background-color: #e6f3ff;
	border-radius: 4px;
	border: 1px solid #c4e2fb;

}



.icon-ph a{
	color: black;
}

i.iicon-ph {
	font-size: 28px; padding-left: 17px; padding-right: 18px; color:orange;
}

.icon-ph.disabled{
    opacity:.3;
}


.action-buttons {
    height: 40px;
    /*border: solid 3px #fff;*/
    /*border-left: solid 8px #000;*/
}


.action-buttons:hover {
    height: 40px;
    /*border-left: solid 8px #000;*/
}


.action-buttons td:nth-child(2){
    width:  100%;
    padding-right: 10px;
    border: none;
    font-size: 14px;
}


.more-info{
    display: table;
	background: #f8f5ef;
	padding: 10px 15px 30px 15px;
    margin-bottom: 20px;
    background: #f8f5ef;	
}

.more-info>div {
	display: table-cell;
}	


.more-info:first-child {
    display: inline;
}

.more-info .show-comments{
	display: inline-block;
	padding: 0;
	margin-top: 4px;
    color: blue;
	cursor: pointer;
}


#collapsecomments {
	overflow: hidden;
}


.contacts-all{
    display: table;
	table-layout: fixed;
	width: 100%;
    /*padding-left: 15px;*/
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  padding: 0 !important;
  display: inline !important;
  position: relative;
  top: 10px;
  left: 5px;
}

/*BEGIN btn ripple*/
.mybtn {
  position: relative;

  /*display: block;*/
  /*margin: 30px auto;*/
  padding: 0;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
          box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  
  background-color: #2ecc71;
  color: #ecf0f1;
  
  -webkit-transition: background-color .3s;
  
  transition: background-color .3s;
}

.mybtn:hover, .mybtn:focus {
  background-color: #27ae60;
}

.mybtn > * {
  position: relative;
}

.mybtn span {
  display: block;
  padding: 7px 24px;
}

.mybtn:before {
  content: "";
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  display: block;
  width: 0;
  padding-top: 0;
    
  border-radius: 100%;
  
  background-color: rgba(236, 240, 241, .3);
  
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mybtn:active:before {
  width: 120%;
  padding-top: 120%;
  
  -webkit-transition: width .2s ease-out, padding-top .2s ease-out;
  
  transition: width .2s ease-out, padding-top .2s ease-out;
}

.mybtn.orange {
  background-color: #e67e22;
}

.mybtn.orange:hover, .mybtn.orange:focus {
  background-color: #d35400;
}

.mybtn.red {
  background-color: #e74c3c;
}

.mybtn.red:hover, .mybtn.red:focus {
  background-color: #c0392b;
}

.mybtn.blue {
  background-color: #283593;
}

.mybtn.blue:hover, .mybtn.blue:focus {
  background-color: #1a237e;
  color: yellow;
}

/*END mybtn ripple*/





.advertise-info{
    font-size: 14px;
}
/*Galery photos BEGIN*/
.clear-fix {
	clear: both;
}

/* Not so important */
.images {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
    white-space: nowrap;
	overflow-x: auto;
	overflow-y:hidden;

}


/*
.images:hover {
    white-space: normal;
 
}

.images:hover #thumbscroll {
    position: inherit;
}
*/


.images .image {
	/*margin: auto 1.5em;*/
	display: inline-block;
	margin: 4px;
	/*float: left;*/
	-webkit-box-shadow: 1px 1px 3px darkgray;
	        box-shadow: 1px 1px 3px darkgray;
	/** Interesting part starts here */
	font-size: 0;
	text-align: center;
	/*width: 120px;*/
	/*height: 90px;*/
	max-width: 100px;
	height: 75px;
/*	overflow: hidden;*/
}
.images .image img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}
.images .image:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#thumbscroll {
    position: relative;
    -webkit-transform: translateZ(0);
	-webkit-transition: all 500ms ease-out; 
    transition: all 500ms ease-out;    
}

#headerlg {
  text-align: center;
  display: none;
}

.ads-params {
    padding-bottom: 4px;

}

.ads-params-table {
    display: table;
}


.ads-params-row {
    display: table-row;
}

.ads-params-cell {
    display: table-cell;
    padding-left: 6px;
		vertical-align: middle;
}

.ads-param-title {
		white-space: nowrap;
    color: #000000;
    text-align: right;
    vertical-align: top;
    padding-right: 4px;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 2px;
    border-bottom: solid 3px white;
}

.ads-params-multi {
    color: #000;
    background-color: #ffffff;
    padding: 1px 4px;
    line-height: 29px;
    white-space: nowrap;
    margin-right: 2px;
    border-radius: 3px;
	border: solid 1px #bbb;
}


.ads-params-multi:before{
	color:#033b7c;
	content: "\f00c";
	font-size:10px;
	font: normal normal normal 14px/1 FontAwesome;
	padding-right:3px;
}


.ads-params-single {
    color: black;
    font-weight: bold;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.ads-params-price-title {
    font-size: 16px;
    font-weight: normal;    
}

.ads-params-price {
    font-size: 26px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.ads-params-price-sub {
    font-size: 14px;
    color: black;
    font-weight: normal;
    white-space: nowrap;
}


.modal-title{
    font-size: 20px;
    font-weight: bold;
}

/*START Comment*/
.coment-header{
    font-size: 18px;
    cursor: pointer;
    /*margin: 0 2%;*/
    /*width: 96%;*/
}
.reviewbar{
    width: 100%;
    padding: 10px;
	margin-bottom:15px;
    background-color: #fdfdfd;
    /*border-bottom: 1px solid #ababab;*/
    font-size: 15px;
    -webkit-box-shadow: 1px 1px 3px #B2B2B2;
            box-shadow: 1px 1px 3px #B2B2B2;
    position: relative;
}

.reviewbar a {
    font-size: 14px;
    font-weight: normal;
    
}
.answer{
    width: 100%;
    margin: 5px 0px;
    padding: 10px;
    padding-top: 13px;
    position: relative;
    /*background-color: #f5f5f5;*/
}

.answer-by-owner {
    background-color: #f5f5f5;
	margin-left:3%;
	width:97%;
}

.answer-date{
    font-size: 12px;
    color: #333;
    padding-left: 10px;
    float: right;
    margin-top: -8px;
    position: absolute;
    right: 5px;
    top: 10px;
}
/*END Comments */


/*BEGIN TABS BAR material like design*/
.bootstrap-iso .nav-tabs {
    /*border-bottom: 2px solid #DDD;*/
    border-bottom: none;
}
    .bootstrap-iso .nav-tabs > li.active > a, .bootstrap-iso .nav-tabs > li.active > a:focus, .bootstrap-iso .nav-tabs > li.active > a:hover { border-width: 0; }
    .bootstrap-iso .nav-tabs > li > a { border: none; color: #666; padding-top: 0; font-weight: bold; }
        .bootstrap-iso .nav-tabs > li.active > a, .bootstrap-iso .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .bootstrap-iso .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; -webkit-transition: all 250ms ease 0s; transition: all 250ms ease 0s; -webkit-transform: scale(0); transform: scale(0); }
    .bootstrap-iso .nav-tabs > li.active > a::after, .bootstrap-iso .nav-tabs > li:hover > a::after { -webkit-transform: scale(1); transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane {  }
.tab-content{}



.card {
    /*background: #FFF none repeat scroll 0% 0%;*/
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    /*margin-bottom: 30px;*/
}
/*END TABS BAR material like design*/


/*START more user ads*/

.more-user-ads{
    min-height: 235px;
    max-height: 245px;
    overflow-y: hidden;
    text-align: center;
}

.more-user-ads a:hover {
    text-decoration: none;
}

#more_recomended_ads{
   max-height: 470px; 
}

.shape{    
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px; /* IE 9 */  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff;
    border:1px solid #ddd;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    overflow:hidden;
    height: 120px;
    width: 290px;
    display: inline-block;
    position: relative;
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap; /* IE 9 */  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}
.offer-content{
	padding: 3px 0 0 0;
    display: inline-block;
    
}
.offer-price{
    font-size: 16px;
    margin: 5px 0;
}

.lead {
    font-size: 15px;
    margin: 0 10px 0 10px;
    position: absolute;
    bottom: 5px;
    line-height: normal;
}
/*END more user ads*/

/* agents */

.agent_row{
	background:white;
	margin:10px 0px 10px 0px;
	width:100%;
	padding:10px;
	display: table-row;
}

.agent_left{
width:100px;
vertical-align:top;
display:table-cell;
}

.agent_right{
padding-left:15px;
display:table-cell;
}

.agent_img{
width:100px;
height:100px;
border:10px solid #f0f0f0 !important;
border-radius:50% !important;
background:white;
}

.agent_right .contact_value{
font-size:18px;
float:none;
line-height:normal;
}

.agent_right .contact_info{
font-size: 13px;
clear: both;
}

.agent_right{
vertical-align:top;
}

.agent_right .contact_info{
color:gray;
}

.agent_right .contact_phone{
display:inline-block;
margin-top:6px
}

.agent_right .contact_phone_ads{
display:inline-block;
font-size:12px;
color:gray;
}



.agent_right .contact_phone img{
line-height:20px;
height:20px;
}
/* end of agents */


#promote_variants {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#ad_promote{
	margin:20px 10px 10px 10px;
}

.viptop_inner{
	padding: 10px; position: relative;
	/*min-height:370px;*/
}

label.viptop_price_label{
font-size:15px;
font-weight:normal;
display:block;
text-align:right;
}

span.viptop_price_sublabel{
font-size:13px;
color:gray;	
}

div.first_price_float{
	float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
}


.bootstrap-iso h2 {
		margin: 0;
    font-size: 22px;
}


.comment_warning {
	color: orange;
	padding-bottom: 2px;
}

.showcomments {
	display: none;
	color: blue;
    cursor: pointer;	
}

.showcomments.hiddenCommentsForm {
	display: block;
}

.reviewbar.hiddenCommentsForm {
	display: none;
}

.indicativeyear{
	font-size: smaller;
	font-weight: normal;
}

/*START Main ads conainer media*/
@media only screen and (min-width : 1671px) { .main-ads{ width: 1332px;} }
@media only screen and (max-width : 1670px) { .main-ads{ width: 1142px;} }
@media only screen and (max-width : 1480px) { .main-ads{ width: 952px;} }
@media only screen and (max-width : 1290px) { .main-ads{ width: 762px;} }
@media only screen and (max-width : 1100px) { .main-ads{ width: 572px;} }
@media only screen and (max-width : 910px) { .main-ads{ width: 382px;} }
@media only screen and (max-width : 768px) {
	
.btn.open_contact_call_button{
	display:inline-block;
}

.btn.open_contact_qr{
	display:none;
}
	
.agent_row{
	display: block;
}

.agent_left{
display:block;
width:100%;
text-align:center;
}

.agent_right{
display:block;
padding-left:0px;
}	

.agent_right .contact_info, .agent_right .contact_value{
text-align:center;
}

.agent_img{
	width:200px;
	height:200px;
}
	
.viptop_inner{
	display:none;
}

.viptop-title{
	cursor:pointer;
}

#viptop_dds{
	display:none;
}
	
#ad_promote{
	margin:20px 0px 10px 0px;
}
	
    .main-ads{ width: 100%;}
    .ads-table{
        display: block;
    }
}
/*END Main ads conainer media*/


@media only screen and (min-width : 1900px) {
  .icon-ph{
    width: 15%;
    display: inline-block;
  }  
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1900px) {
  .icon-ph{
    width: 16%;
    display: inline-block;
  }  
}

@media only screen and (max-width: 1800px) {
  .icon-ph{
    width: 30%;
    display: inline-block;
  }  
    
}

@media only screen and (max-width : 1600px) {
}

@media only screen and (max-width : 1250px) {
  .icon-ph{
    width: 47%;
    display: inline-block;
  }  
}

@media only screen and (max-width : 1250px) {
  .ads-param-title{
	white-space: normal;
  }  
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .action-buttons td:nth-child(2) {
    font-size: 14px;    
  }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .action-buttons td:nth-child(2) {
    font-size: 14px;    
  }

  .icon-ph{
    width: 47%;
    display: inline-block;
  }
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    body{
        font-size: 16px;
        margin: 0;
    }

    .ubuntu{
      font-size: 21px; 
	}

	.publisher {
		margin-bottom: 10px;
	}
    
	
	i.iicon-ph {
		padding-left: 28px;
	}	
	
	.contacts_wrapper{
	margin-right: 0px;
	padding-right: 0px;
	}
	
	.avatar_container{
		text-align:center;
	}

	.bootstrap-iso .validuntil {
		padding-left: 10px;
	}
	
	
	#ad_actions_wrapper{
		position:fixed;
		bottom:0px;
		width:100%;
		z-index:100000;
		box-shadow: 0px 6px 10px 10px rgb(0 0 0 / 32%);
	}

  
  #mainicons{
	display:none;
    background-color: #ffffff;
	padding: 0 0 5px 0;
	margin: 0;
  }
  
  #ad_actions_carret{
	  font-size:18px;
		transition: transform 1s;
  }
  
  
  #actions_row{
	background-color:#f0f8ff;
	transition: background-color 0.2s;
  }
  
  .ad_actions_wrapper_open #actions_row{
	background-color:#ffffff;
  }

  
  #actions_row_flex,
  #own_row_flex{
	background-color: white;
	display: flex;
	transition: background-color 0.2s;
	padding: 3px 0 3px 1%;
	z-index: 100002;
	margin: 0;
  }
  
  #own_row_flex img {
	position: absolute;
	top: -160px;
	width: 200px;
  }
  
  #actions_row_flex>div,
  #own_row_flex>div{
	flex: 1 1 48%;
	margin-right: 1%;
	font-size: 16px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	padding: 0px 6px;
	justify-content: center;
  }
  
  #actions_row_flex>div:hover,
  #own_row_flex>div:hover {
  }
  
  

	#ad_actions_wrapper_flex{
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0;
		z-index: 100002;
		right: 0;
		box-shadow: 0px 6px 10px 10px rgb(0 0 0 / 32%);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
  
  #ad_actions_wrapper_flex.ad_actions_wrapper_open {
		top: 0;	
		transition: all .5s ease;
		background: rgba(0,0,0, 0.78);
  }
  
  #ad_actions_wrapper_flex.ad_actions_wrapper_open #mainicons {
	overflow: auto;
  }

  #message_form {
	  flex-direction: column;
  }
  
  #message_form>div:first-of-type {
  }
  
  #message_form>div:nth-of-type(2) {
	margin-top:5px;
	margin-left: 0;
  }
  
  .contacts_wraper {
	margin-left:0;
	padding: 15px 0;
	background: #dff0ff;
	
  }
  
  .contacts.header {
	background: none;
  }
  
  
  .contacts_wrapper_flex{
	padding: 15px 10px 10px 10px;
  }
  
  .contacts_wraper_fixed .contacts.header {
	background: #e0f0fe;
  }
  
  .contacts_wraper_fixed {
	 background: rgba(0,0,0, 0.78);
	 padding:0;
  }
  
  .contacts_wraper_fixed .contacts_wraper_close,
  #ad_actions_wrapper_flex.ad_actions_wrapper_open .contacts_wraper_close {
	display: block;
    background: rgb(255 255 255);
    text-align: right;
    padding: 5px 10px;
    right: 0;
    border-bottom: 1px solid rgb(0 0 0 / 37%);
  }
  
  .contacts_wraper_fixed .contacts_wraper_close i,
  #ad_actions_wrapper_flex.ad_actions_wrapper_open .contacts_wraper_close i {
	padding: 2px 4px;
	font-size: 24px;
  }
  
  .contacts_wraper_close span {
	float: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 2.0;
  }
  
  
  .contacts_wraper.contacts_wraper_fixed .publisher {
	display: none;
  }
  
  
  .contacts_wraper_fixed .contacts_wraper_items,
  #ad_actions_wrapper_flex.ad_actions_wrapper_open .contacts_wraper_items {
	overflow: auto;
  }
  
  
  .bootstrap-iso .ad_searches_links .links {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .ad_searches_links {
	display: block;
  }
  
  .bootstrap-iso a.ad_searches_link{
	padding: 3px 10px;
    overflow: auto;
    margin: 3px;
  }

  
  .phone-icon.white {
    background: white;
	color: #5cb85c;
	text-shadow: none;
  }
  
  
  .ad_actions_wrapper_open #actions_row_flex{
	background-color:#ffffff;
	z-index: 2;
    box-shadow: 0px 6px 10px 10px rgb(0 0 0 / 32%);
  }
    
  
   .ad_actions_wrapper_open #ad_actions_carret{
	transform: rotate(180deg);
  }
  
  #tcontainer{
	padding-right: 0;
	box-shadow: 0px 7px 5px rgb(0 0 0 / 20%);
	z-index: 1;
	margin-bottom: 0;
  }
  
  #mainicons svg{
    margin-left: 20px;
  }
  
  .ads-icons {
    display: block;  
  }
  
  .bootstrap-iso .container {
      width: 100%; 
  }

  .big-img{
    padding: 0;
	margin-right:0;
  }
  #headerlg {
    display: block;
  }
  
  .big-info{
    /*text-align: center;*/
    overflow: hidden;
	vertical-align: middle;
	margin-top: 7px;
  }

  .big-info h1{
    padding: 12px 8px 12px 8px;
  }
  
  .bootstrap-iso .large-headline {
    display: block;
  }
  
  .Lobster{
      font-size: 28px;
  }
  
  .icon-action{
    padding-left: 0;
    width: 45px;
    height: 45px;
    padding-right: 10px;
	margin-left: 10px;
  }

  
  .icon-action-small{
		vertical-align: bottom;
  }  
	
  img.icon-action-small{
    padding-left: 0;
    width: 30px;
    height: 30px;
    padding-right: 0;
		vertical-align: bottom;
  }
  
   span.icon-action-small{
    font-size:25px;
  }
   
  .action-buttons {
    height: 40px;
    /*border-top: solid 1px #eee;*/
    padding: 7px;
  }
  
  .action-buttons td:nth-child(2) {
    width: 100%;    
    font-size: 16px;    
  }

  .icon-ph{
    width: 100%;
    display: block;
    margin: 0;
	box-shadow: none;
	background-color: aliceblue;
	background-color: white;
	border-radius: 0;
  }

  .bootstrap-iso .large-headline  {
    font-size: 21px;
	letter-spacing: -0.2px;
	line-height: 1.06;
    text-align: center;
	background: linear-gradient(180deg, rgb(201 230 255) 0%, rgb(255 255 255) 100%);
   }
		
	.bootstrap-iso h2 {
			margin: 0;
			font-size: 16px;
	}	
  .small-headline{
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: normal;
  }

    .ads-params-table {
        display: block;
        text-align: left;
        max-width: 100%;
    }
    .ads-params-table >div:nth-of-type(even) {
        background: -webkit-gradient(linear, left top, right top, from(#f0f8ff), to(#ffffff) );
        background: linear-gradient(to right, #f0f8ff, #ffffff );
    }
    .ads-params-table >div:nth-of-type(odd) {
        /*background: linear-gradient(to right, #ffffff, #f7f7f7 );*/
    }
    
    .ads-params-row {
        display: block;
        /*margin-top: 3px;*/
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 6px;
        overflow:hidden !important;
        text-overflow: ellipsis;
        padding-left: 9px;
		border-bottom: 1px solid #e0e0e0;
    }    

    .multi-value-row {
        padding-top: 9px;    
        padding-bottom: 9px;    
    }
    
    .ads-params-cell {
        display: inline;
        text-align: center;
		padding: 0;
    }
    .ads-param-title {
        padding-right: 0;
        padding-left: 0;
        white-space: normal;
        background-color: inherit;
        font-size: 15px;
        border-bottom: none;
		float: right;
		color: rgb(0 0 0 / 52%);
		margin-left: 20px;
		margin-top: -4px;
    }
    
    .ads-params-multi {
        white-space: nowrap;
        font-size: 15px;
        line-height: 23px;
		margin-bottom: 4px;
		display: inline-block;
        /*line-height: normal;*/
    }
    
    .personal-message {
        border-right: none;
		min-height: auto;
    }
	
	
	

    
    .contacts  {
        border-left: none;
    }    
	
    .coment-header {
        margin: 0;
    }
    
    .no-padding > [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
    }
    
    .new-row-phone{
        display: block;
    }
    
    .banner-bottom{
        padding: 0;
		padding-top: 10px;
		margin: 20px 0 50px 0;
    }
    
    .ads-params-price{
        font-size: 23px;
    }
    
    
    .more-user-ads{
        /*height: 480px;*/
	    overflow-x: auto;
		width: auto;
		max-width: none;
		white-space: nowrap;
    }
	
	.more-user-ads div.ad_block_normal, div.ad_block_rklm{
		width: 58%;
		white-space: normal;
		display: inline-block;
		float: none;
	}
	
    .offer{
        margin-top: 5px;
        
    }
    
    .labelform{
        display: none;
    }
    .modal-title{
        font-size: 15px;
    }

    .more-info{
        /*width: 90%;*/
		clear: both;
        padding: 30px 0;
		margin: 40px 0 0 0;
		/*background: linear-gradient(180deg, rgb(201 230 255) 0%, rgb(255 255 255) 60px);*/
		display: block;
    }
	
	.ad_searches_links{
		margin-top:30px;
	}
	
	.more-info>div {
	    display: block;
    }		
	

	.more-info .ubuntu {
        padding: 10px 15px;
	}
	
	.more-info p {
		padding: 10px 15px 2px 15px;
	}
	
	.more-info .show-comments{
	    margin: 0;
		padding-left: 15px;
	}
	
	#collapsecomments {
		padding: 10px;
	}

	.languages {
		position: absolute;
		left: 0;
		bottom: -20px;
		z-index: 2;
		margin: 0;
	}
	
	.languages img{
		height: 24px !important;
	}

	.languages #realestates-icon,
	.languages #topescort-icon
	 {
		display: none;
	}
	
	.images .image {
		margin: 4px;
		max-width: 160px;
		height: 120px;    
	}	
	
	.indicativeyear{
		display: block;
		text-align: right;
		color: rgb(0 0 0 / 52%);
	}


	
/*START comments    */
    .reviewbar {
        width: 100%;
        margin: 0;
        font-size: 14px;
        margin-bottom: 3px;
        padding-left: 6px;
        padding-top: 20px;
    }
    
    .answer{
        padding-top: 20px;
        margin: 5px 10px;
    }
/*END comments    */


/*START more ads*/
    .block-ads{
        margin-left: 0;
    }

    a.ad_block_normal {
        margin: 5px 1%;
        /*padding: 10px;*/
        width: 48%;
    }
    
    a.ad_block_normal .avn_price, a.ad_block_vip .avn_price {
    }
    
    a.ad_block_normal .avn_lup, a.ad_block_vip .avn_lup {
        font-size: 9px;
    }
    
    a.ad_block_normal .avn_image, a.ad_block_vip .avn_image {
        width: 100%;
        background: white;
    }
    
    a.ad_block_normal .avn_image img, a.ad_block_vip .avn_image img {
    }

/*END more ads*/
}



@media only screen and (max-width : 350px) {

  img.icon-action-small{
    width: 25px;
    height: 25px;
  }
  
  .hidden-under350px {
	display: none;
  }
  
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  
  .images .image {
    margin: 4px;
  	max-width: 152px;
    height: 114px;    
  }

  .icon-contacts {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  
  .contacts {
    font-size: 20px;
  }  

  .padding-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .help-block{
    font-size: 14px;
  }
}
/*below was inline*/
.spacer-30 {
	content: '';
	padding-left: 30px !important;
}


.info {
	color: #fff;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 22px;
	font-style: normal;
}

#adv_zone_bottom_wrap {
	margin-top:10px;
    width: 100%;
    height: 90px;
    padding: 0;
    overflow: hidden;
	position:relative;
}

#adv_zone_bottom_iframe {
    width: 728px;
    /*height: 90px;*/
	position:absolute;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
    border: 0;    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.iframe-300x250 {
	height: 250px;
	padding: 0;
	overflow: hidden;
}


.action-buttons:hover img, .action-buttons:hover i {
transition:All .2s ease;
-webkit-transition:All .2s ease;
-moz-transition:All .2s ease;
-o-transition:All .2s ease;
}

.action-buttons:hover img, .action-buttons:hover i {
    -ms-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -o-transform: scale(1.20);
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
}

/* facebook google+ tweeter font*/
@font-face {
    font-family: 'FontAwesome';
    src: url('/template/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/template/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/template/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/template/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/template/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/template/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa, .fa-share-alt {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-google-plus:before {
    content: "\f0d5"
}

.fa-share-alt:before{
	content: "\f1e0";
}


.blinking_promote{
	animation-name: blinking_promote_animation; 
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
									
@keyframes blinking_promote_animation {
  0%   {opacity:1}
  40%   {opacity:1}
  50%   {opacity:0}
  60%   {opacity:1}
  100%   {opacity:1}
}



.social-icons{
    float: right;
	padding:4px 2px 2px 2px;
	margin-left: 10px;
	/*
	background:white; 
	border-radius: 30px;
	border:1px solid #d0d0d0;
	*/
	}

.social-icons table td {
    padding-right: 2px;
}

.social-icons table td>div.icon-circle-clone {
  animation-duration: 1s;
}

.social-animation {
	animation-name: social;
}

.social-icons table td>div.icon-circle-clone.social-animation  i:before{
	font-size: 18px;
}

@keyframes social{
	0%   {transform: scale(1);}
	50%  {
	  transform: scale(1.2);
	  color: #FFFFD3;
	}
	100%   {transform: scale(1);}
}
	
.icon-circle .fa{
    font-size           : 15px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 35px;
    width               : 35px;
    border-radius       : 50%;
    border              : 2px solid #e84700;
    line-height         : 34px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    /*
    background-color        : #e84700; 
    color                   : #fff;
    -moz-box-shadow         : inset 0px 0px 0px 3px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 3px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 3px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 3px #ffffff;
    box-shadow              : inset 0px 0px 0px 3px #ffffff;
    border                  : 1px solid #e84711;
	*/
	-ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}


.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 16px;
}


.ifacebook .fa{
    color               :#848484;
    border              :1px solid #d0d0d0;
    background-color: rgba(255, 255, 255, 0.74);;
}

.ishare .fa{
    color               : #848484;
    border              :1px solid #d0d0d0;
    background-color: rgba(255, 255, 255, 0.74);
}


.lo-min-hide-mobile{
	min-height:200px;
	min-width: 350px;
}

.inpreview-image-4k{
    height: 30px;
    position: absolute;
    right: 2px;
    bottom: 2px;
	pointer-events: none;
}

.inpreview-image-4k-small{
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
	pointer-events: none;
}

ol.nbc_ol .nbc_obqva{
	font-weight: bold;
}

ol.nbc_ol .nbc_obqva br{
	display: none;
}


ol.nbc_ol .nbc_sledobqva{
	width: 60px;
	display: inline-block;
}

@media screen and (max-width:768px) {
		
	.lo-min-hide-mobile{
		min-height:2px;
		width: 100%;
	}

    .social-icons{
        padding-left: 10px;
		padding:2px;
		position: absolute;
		right: 0;
		top: -16px;
    }
  
  
    .icon-circle .fa{
        font-size           : 15px;
        color               : #e84700;
        margin              : 0 auto;
        height              : 30px;
        width               : 30px;
        border-radius       : 50%;
        border              : 2px solid #e84700;
        line-height         : 30px;
        cursor              : pointer;
        -webkit-transition  : all  ease-in-out 0.35s;
        -moz-transition     : all  ease-in-out 0.35s;
        -o-transition       : all  ease-in-out 0.35s;
        -ms-transition      : all  ease-in-out 0.35s;
        transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
    }
    
    .icon-circle  .fa:hover{
        
        /* background-color        : #e84700;   
        color                   : #fff; 
        border                  : 1px solid #e84711; 
        -moz-box-shadow         : inset 0px 0px 0px 3px #ffffff;
        -o-box-shadow           : inset 0px 0px 0px 3px #ffffff;
        -ms-box-shadow          : inset 0px 0px 0px 3px #ffffff;
        -webkit-box-shadow      : inset 0px 0px 0px 3px #ffffff;
        box-shadow              : inset 0px 0px 0px 3px #ffffff;
		*/
	   -ms-transform           : scale(1.2,1.2); 
        -webkit-transform       : scale(1.2,1.2);
        -moz-transform          : scale(1.2,1.2); 
        -o-transform            : scale(1.2,1.2); 
        transform               : scale(1.2,1.2);  
    }
    
    .icon-circle  i:before{
        margin-left         : 0px;
        font-size           : 16px;
    }
    
    .ifacebook .fa{
        color               :#848484;
        border              :2px solid #d0d0d0;
    }
    
    .itwittter .fa{
        color               : #848484;
        border              :2px solid #d0d0d0;
    }    
    
    .igoogle .fa{
        color               : #848484;
        border              :2px solid #d0d0d0;
    }
			
		.hide-on-mobile{
			display: none;
		}
			
	ol.nbc_ol {
		white-space: nowrap;
		width: 100%;
		display: block;
		overflow-x: auto;
	}
			
	ol.nbc_ol .nbc_obqva{
		margin: 6px 0 1px 0;
		line-height: 28px;	
	}
	
	ol.nbc_ol .nbc_obqva br{
		display: initial;
	}
	

}


.ifacebook .fa{
    
    background-color: #3B5998;    
    color: #fff;
    border: 1px solid #3B5998;

}


.ishare .fa{   
    color: #fff;
    border: 0px;
	background: black;

}

@media print {
	span#span_bc_rub{
		display: inline !important;
	}
	
	div.images{
	white-space: normal !important;
	}
	
	.personal-message, .contacts {
	border: none;
	}
	.more-info {
	    display: inline;
        }
	.more-info+div {
	    display: inline;
        }
	#main_image_img {
	    padding-right: 5px;
	}

}



/*START  New Contacts*/
.phone-icon {
	font-size: 25px;
    background: #1fd51f;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    padding: 14px;
    flex-wrap: wrap;
    color: white;
	width: 25px;
    height: 25px;
	font-size:20px;
    margin: 3px 6px 3px 6px;

}

.avatar_container{
	float: left;
    margin-right: 10px;
	max-width: 150px;
}


.contact_phone .contact_phone_view{
	padding: 8.5px;
	top: 0px;
	bottom: 0px;
	background: #1fd51f;
	color: white;
	position: absolute;
	right: 0px;
}


.contact_phone {
	font-size:21px;
	background: none;
	border: 1px solid #1fd51f;
	border-radius: 5px;
	padding: 0 57px 0 0;
	width:100%;
	position:relative;
	text-align:left;
}

.contact_phone:hover {
	background:#1fd51f;
}

.contact_phone:hover img {
    filter: invert(100%);
}

.contacts-all-flex{
	display: flex;
	/*width: 100%;*/
	/*background: #f1f8ff;*/
    /*padding-left: 15px;*/
}

.contacts-all-flex .contacts,
.contacts-all-flex .personal-message{
	border: none;
}

.contacts-all-flex  .icon-contacts {
	margin: 3px 6px 3px 6px;
}


#textareapersonalmsg[disabled] {
	background: white;
}