/*----------------------------------------------
Author : www.webthemez.com
Distributor: http://bootstraptema.ru/
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
------------------------------------------------*/


/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    background: #f9f9f9;
	font-size: 15px;
	/*background: url('http://ibiz.tst/templates/ibiz/images/minsk.jpg') top left;*/
}

 #wrapper {
    width: 100%;
	background-color: #dcdddf;
}

#page-wrapper {
   /* padding: 15px 15px;*/
    min-height: 500px;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:transparent;
    padding: 15px 10px 15px 10px;
    min-height:500px;
}
.header .container-fluid{
padding:0;
}
.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}

h1, .h1, h2, .h2, h3, .h3 {

}
h2 {
    color: #000;
}
.header h2.page-header{
    font-size: 19px;
    text-transform: uppercase;
}
h4 {
    padding-top:10px;
}
a{
	color: #696969;
}
a:hover{
	color: #8e35a0;
}
.tabs .tab a{
	color: #8e35a0;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size: 15px;
    line-height:25px;
    /* padding-top:20px; */
}
.navbar-side {
    z-index: 0; 
}
.panel{
border-radius:0px;
}
.navbar-side .nav > li > a > i{color: rgba(255, 255, 255, 0.62);padding: 8px;width: 20px;text-align: center;font-size: 14px;}
.top-navbar{position: fixed;width: 100%;z-index: 300;box-shadow: none;}
.navbar-side {
  z-index: 2;
  position: fixed;
  width: 260px;
  top: 80px;
  box-shadow: none;
}
#page-wrapper {
  position: relative;
   top: 55px;


  /* box-shadow: 0 0 10px #757575; */
  -moz-box-shadow: 0 0 10px #757575;
  /* -webkit-box-shadow: 0 0 10px #757575; */
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
text-decoration: none;
background-color: #2497BA;
color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #075CB3;
border-color: #075CB3;
}
.breadcrumb {padding: 18px 10px 10px 27px;margin-bottom: 0;list-style: none;border-radius: 0;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);box-shadow: 0 1px 1px rgba(0,0,0,.05);background: transparent;line-height: 20px;font-size: 13px;}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 13px;
}
.dropdown-menu>li>a i {
  color: #1F1F1F;
}
.text-muted {
  color: #30cc7b;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #F09B22;
  border-radius: 10px;
}
.closed{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);	
}
.closed i{color: #adadad;}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {padding-bottom: 0;margin: 0;border-bottom: 1px solid transparent;text-align: left;background-color: transparent;padding: 20px 45px 20px 54px;color: #323232;}
h1{
	font-size: 28px;
	font-weight: 500;
	
	
}
h1 a{
	color: #323232;
	border-bottom: 1px dashed #323232;
	text-decoration: none;
}
h1 a:hover{
	color: #8e35a0;
	border-bottom: 1px dashed #8e35a0;
	text-decoration: none;
}
h2 a{
	color: #323232;
	border-bottom: 1px dashed #323232;
	text-decoration: none;
}
h2 a:hover{
	color: #8e35a0;
	border-bottom: 1px dashed #8e35a0;
	text-decoration: none;
}

.panel-left{  
width: 100px;
height: 100px;background: #0866C6;/* border: 2px solid #4590DA; */
/* border-radius: 100%; */
overflow: hidden;

margin: 12px;}
.panel-left .fa-5x {
font-size: 3em;color: rgb(240, 155, 34);
padding: 29px 0;
margin-bottom:30px;}
.panel-right{  
height: 124px;
background: transparent;
margin-bottom: 0;color: #AFAFAF;

float: left;text-align: left;padding-left: 20px;font-size: 16px;text-shadow: none;font-weight: normal;text-align: center;}
.panel-right h3{  
font-size: 40px;
padding: 18px 10px 13px 0;color: #5D5D5D;}
.panel-right strong{
	font-weight:normal;
	color: #737373;
}
.panel-back {
    background-color:#fff;

}
.panel-default {
  border-color: #ECECEC;
}
.panel-default > .panel-heading {color: #555;
border-color: #FFF;
font-weight:bold;background: #FFFFFF;
font-size: 16px;
text-shadow: none;}
.panel-heading {
  /* padding: 15px 15px 0px; */
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.jumbotron{
padding:20px;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 200;
}
.jumbotron, .well{
background:#fff;
}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
.panel-primary{
display:inline-block;
margin-bottom: 30px;
width:100%;
}
.green {
/* background-color: #1CC09F; */
color: #fff;
}
 .blue {background-color: #FFFFFF;color: #002A4C;}
  .red {
background-color: #FB6E51;
color:#fff;
}
  .brown {
background-color: #F5B252;
color:#fff;
} 
 .back-footer-red {
background-color: #F0433D;
color:#fff;
border-top: 0px solid #fff;
}
 
 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }

     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
/*Charts*/

.main-chart {
	background: #fff;
}

.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	margin-bottom: 20px;
}

.placeholder h2 {
	margin-bottom: 0px;
}

.donut {
	width: 100%;
}

.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}

#easypiechart-blue .percent { color: #30a5ff;}
#easypiechart-teal .percent { color: #1ebfae;}
#easypiechart-orange .percent { color: #ffb53e;}
#easypiechart-red .percent { color: #ef4040;}

	 
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}
footer p{
font-size: 14px;
}
/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/
div#sideNav:hover {
    color: #30cc7b;
}
.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}
.top-navbar{
margin:0px;
}
.top-navbar .navbar-brand {
    color: #fff;
    width: auto;
    text-align: left;
    height: auto;
    font-size: 24px;
    font-weight: 700;
    padding-left: 0px;
    /* text-transform: uppercase; */
    line-height: 19px;
    padding-right: 0px;
}
.navbar-brand b{
color: #4BD28C;
}
 @media(max-width:480px) {
	 .top-navbar .navbar-brand{
		 width: auto;
		 padding-right: 5px;
	 }
 }
.top-navbar .nav > li {
position: relative;
display: inline-block;
margin: 0px;
padding: 0px;
}
.top-navbar .nav > li > a {position: relative;display: block;padding: 17px; color: #aaa; margin: 0px;}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
text-decoration: none;
color: #eee;
background: transparent;
}
.top-navbar .dropdown-menu{
min-width: 230px;
border-radius: 0 0 4px 4px;
border: 0;}
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus{
color: #225081;
background:none;
}
.dropdown-tasks{
width: 255px;
}
.dropdown-tasks .progress {
height: 8px;
margin-bottom: 8px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
}
.dropdown-tasks > li > a {padding: 5px 14px;}
.dropdown-tasks p {
font-size: 13px;
line-height: 21px;
padding-top: 4px;
}
.active-menu, .active-menu i {
    background-color: #233342 !important;
    color: #fff !important;
}
.active-menu i{color: #30cc7b !important;}
.arrow {
    left: 8px;
    position: relative;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color: rgba(255, 255, 255, 0.67);
	background:transparent;
	text-shadow:none;
}
.sidebar-collapse > .nav > li > a {
	padding: 8px;
	font-size: 14px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {background: #0f2a3f;}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	 
	outline:0;
}
 
.navbar-side {
	border:none;
	background: #2c445a;
}
.top-navbar {
	/*background: #292e40;*/
	
	background: rgb(104,38,117);
background: linear-gradient(0deg, rgba(104,38,117,1) 27%, rgba(104,40,115,1) 58%);
	border-bottom:none;
	
}
.top-navbar .nav > li > a > i {margin-right: 0;}
.top-navbar .navbar-brand:hover {color: #FFFFFF;}
.dropdown-user li {
margin: 8px 0;
}
.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: transparent;
    padding-left: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: revert;
    gap: 2rem;
    align-items: center;

}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #672375; }
.navbar-default .navbar-toggle {border-color: #fff;}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    width: 35px;
    border-radius: 2px;
}

.navbar-default .navbar-toggle .icon-bar+.icon-bar{
    margin-top: 6px;
}

.nav > li > a > i {
    margin-right:10px;
    color: #848484;
    font-size: 16px;
}
.dropdown-menu>li>a>strong {
  color: #0866C6;
  padding: 5px 0;
  display: inline-block;
  font-weight: 500;
}
#sideNav{
    float: left;
    left: 0;
    z-index: 3;
    color: #868686;
    cursor:pointer;
    border-radius: 0;
    width: 14px;
    font-size: 44px;
    line-height: 33px;
    margin: 7px 0 0 13px;
    background: #ececec;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding-top: 5px;
    margin-top: 14px;
    border-radius: 50%;
}
ul.dropdown-menu.dropdown-messages li a div {
  padding: 2px 0;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}

/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
 
 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 0;
               padding: 0;
               min-height: 700px;
			   height: auto;
			   overflow: hidden;
    }
	
	
    .navbar-side {
        width: 260px;
        z-index: 1;
    }

   .navbar {
		border-radius: 0px; 
	}
	.n-i-m{
		min-height: 300px;
	 
	}
   
}
 @media(max-width:768px) {
	#sideNav{
		display:none;
	} 
	 #page-wrapper {
		position: relative;
		top: 55px;
	 }
	 .page-header{
		padding: 25px 15px 20px 15px;
		font-size: 19px;
		 
	 }
	 #page-wrapper .main_page_news {
		 
		padding: 0px 0px 25px 0px;
		
	 }
	 .breadcrumb {padding: 13px 5px 10px 15px;margin-bottom: 0;list-style: none;border-radius: 0;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);box-shadow: 0 1px 1px rgba(0,0,0,.05);background: transparent;line-height: 20px;font-size: 13px;}
	.n-i-m{
		 min-height: 200px;
		 
	 }
 }
 
 @media(max-width:480px) {
	#page-wrapper {
		position: relative;
		top: 50px;
		padding-bottom: 15px;
	}
	.page-header small {
	display: block;
	padding-top: 14px;
	font-size: 19px;
	}
	#sideNav{
		display:none;
	}
	.panel-left {
	  width: 85px;
	  height: 85px; 
	  border-radius: 100%;
	  overflow: hidden;
	  margin: 14px;
	}
	
}
#my-company-control{
    min-width: 213px !important;
    left: -38px !important;
    top: 55px !important;
}
.w250{
	    min-width: 255px !important;
	    left: -81px !important;
}
.top-navbar .nav > li > a b{
	margin:0 5px;
}
.dropdown-content li>a{
	font-size:14px;
	text-decoration:none;
	color:#888;
}
.dropdown-content li>a i{
	font-size:16px;
}
.dropdown-content li>a{
	font-size: 13px;
	/* margin: 0 4px; */
}
.card.horizontal.cardIcon .card-image {
    background: #30cc7b;
    color: #fff;
    font-size: 10px;
    width: 94px;
    text-align: center;
    vertical-align: middle;
}
.card.horizontal.cardIcon .card-image i {
    margin-top: 45%;
    font-size: 40px;
}
.navbar-brand i.large.material-icons {
    float: left;
    font-size: 31px;
    margin-right: 6px;
}
.clearBoth{
	 clear:both;
}
.icon-preview {
    font-size: 13px !important;
    padding: 15px !important;
    display: inline-block;
    line-height: 20px !important;
}
.icon-preview span {
    display: inherit;
}
.header .breadcrumb:before{
	    font-size: 14px;
	    margin-right: 0px;
    color: #717171;
}
.header .breadcrumb li a{
	font-size: 13px;
	    font-size: 13px;
    text-decoration: none;
    color: #717171;
	text-decoration: none;
	color: #717171;
}
.header .breadcrumb li a:hover{
	color: #8e35a0;
	
}
div.wite{
		background-color: #fff; 
		/*border-bottom: 1px solid #b7b3b3;*/
		overflow: hidden;
		padding: 15px 40px;
		margin-bottom: 0px;
		box-shadow: 0px 1px 3px 0px #EDEDED;
		
	}
#listContainer{
	margin-left: 55px;
	margin-bottom: 5px;
}
 @media(max-width:768px) {
	 .top-navbar .nav > li{
		 float:right;
	 }
	 div.wite{
		background-color: #fff; 
		/*border-bottom: 1px solid #b7b3b3;*/
		overflow: hidden;
		padding: 15px 0px;
		margin-bottom: 0px;
		box-shadow: 0px 1px 3px 0px #EDEDED;
		
	}
	#listContainer{
		margin-left: 0px;
		padding: 0px 15px;
	}
 }
  @media(max-width:520px) {
	  ul#dropdown1 {
			left: 0px !important;
		}
	 ul#dropdown2 {
			left: -69px !important;
		}
		.search-info{
	
			padding: 0px 0px 30px 10px;
		}
 }
 .card .card-content .card-title{
	 line-height: 21px;
	 font-size: 15px;
	 font-weight: 500;
	 padding-bottom: 16px;
	 display: block;
	 
	 
	 
 }
 a .card-title{
	 color: #000;
 }
 a>h3{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 0px 0px 5px 0px;
	margin: 0;
	 
 }
ul.main-rubric-list li::after{
    content: "";
    width: 148px;
    display: block;
    margin-left: 17px;
    padding: 1px 0;
    height: 1px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DBDBDB;
}ul.main-rubric-list::after{
    content: "";

 }
ul.main-rubric-list li a>h3{
    margin: 0 0 0 15px;
}
ul.main-rubric-list li a>h3 span{
    position: relative;
    left: 8px;
    top: -8px;
    font-size: 9px;
    font-weight: 700;
    color: #682675;
    padding-right: 10px;
}
ul.main-rubric-list li p span{
    position: relative;
    left: 8px;
    top: -8px;
    font-size: 9px;
    font-weight: 700;
    color: #682675;
}
ul.main-rubric-list li{
    background: url("../../../../images/icons/catalog-arrow.svg") 0px 9px no-repeat;

}
ul.main-rubric-list li a{
	
    word-spacing: normal;
    letter-spacing: normal;
    display: -moz-inline-box;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
	
	
	 
 }
 ul.main-rubric-list li a:hover{
	 
	 color: #8e35a0;
	 text-decoration: none;
 }
 ul.main-rubric-list{
	 line-height: 30px;
	 
 }
 .card-content img{
	
	 
 }

.card{
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 2px 0 rgba(0,0,0,0.12), 0 3px 1px -4px rgba(0,0,0,0.2);
	overflow: hidden;
	
}
.top-navbar{
	top: 0px;
	
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 100%;
		margin: 0px auto;
	}
	.big-center{
		width: 500px;
		margin: 10px auto;
		
	}
}
#cityModal{
	    width: 78%;
	
}
#cityModal p{
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	color: #000;
	padding-bottom: 5px;
	
}
.modal h4{
	margin: 0px;
	padding: 0px;
	
}
.obl{
	font-weight: bold;
	
}
.page-header a:focus{
	outline: none;
	
}
#CitySelect{
	font-weight: bold;
	
}
#cityModal a:hover{
	color: #8e35a0;
	
	 
	
}
h2{
	font-size: 19px;
	font-weight: bold;
	padding: 12px 0px;
	
}
.row{
	margin-left: auto;
    margin-right: auto;
	
}
.header h2{
	font-size: 24px;
	font-weight: 500;
	
}
.wite .row{
	padding-left: 30px;
	
}
div#map{
	position: fixed;
	top: 55px;
	left: 0px;
	
	
}
div.relative{
	z-index: 1;
	position: relative;
	padding: 0px;
	
	
	
}
.separator{
	height: 13px;
	
}

.wite-card-list{
	background-color: #fff; 
	border-bottom: 1px solid #dcdee3;
	overflow: hidden;
	border-left: 4px solid #fff;
	padding: 10px 0px;
}
.wite-card-list:hover{
	border-left: 4px solid #8e35a0;
	background-color: #fbfbfc;
	
	
}
.card-list-logo{
	float: none;
	display: table-cell;
	margin: 0 auto;
	
}
.card-name{
	margin: 2px 0px 0px 0px;
	 line-height: 18px;
	
}

.card-name>a{
	text-decoration: none;
	color: #000;
	font-weight: 700;
    
    font-size: 18px;
   
	
}
.collapsible-header {
	/*background-color: transparent;*/
	border: 1px solid #ddd;
}
.card-name>a:hover{
	color: #8e35a0;
}
.card-rek{
	font-size: 12px;
	color: #777;
	line-height: 19px;
	padding: 0px;
	margin: 0px;
}
.no-content{
	font-size: 16px;
	padding: 50px 0 100px 35px;
	
}
.time{
	
	display: block;
	float: right;
	color: green;
}
.weekend{
	color: red;
	
}
.search-info{
	
	padding: 0px 0px 30px 55px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-top-flex{
    display: flex;
    flex-direction: row;
    gap: 3rem;

}
footer{
    position: relative;
    overflow: hidden;
    padding: 20px 50px;
    /*margin-top: 71px;*/
    background-color: #fff;
    border-top: 1px solid #8e35a0;
}
.footer-links-list{
    flex-direction: row;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}
.footer-bottom{
    display: flex;
    gap: 8rem;
    align-items: center;
}
@media(max-width: 520px){
	.search-info{
	
			padding: 0px 0px 20px 17px;
			border-bottom: 1px solid #eee;
		}
    footer{
        padding: 20px 15px;
    }
    .footer-top-flex{
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-links-list{
        flex-direction: column;
        gap: 1rem;
    }
    .footer-bottom{
        justify-content: space-between;
        gap: normal;
        padding: 0px 55px;
    }
    .sticky-container{
        position: relative;
        top: 160px;
    }

}

footer>p{
	color: #999;
}


#addmore{
	padding: 10px 0;
	font-weight: bold; 
	background-color: #8e35a0;
	border: 1px solid #8e35a0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 13px 20px;
	transition: background-color .4s ease-out 0.1s, color .4s ease-out 0.1s;

}
#addmore:hover{
	color: #8e35a0;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	
	
}
#pagination{
	width: 285px;
	margin: auto;
	
}
.lage_pagination{
	width: 536px!important;
}
.pagination > .active > a, .pagination > .active > a:focus{
	background-color: rgb(142, 53, 160);
	border-color: rgb(142, 53, 160);
}
.pagination > .active > a:hover{
	background-color: rgb(142, 53, 160);
}
.pagination > li > a, .pagination > li > a:focus{
	color: rgb(142, 53, 160);
	background-color: #fff;
}
.pagination > li > a:hover{
	color: #333;
	
}
nav.breadcrumb{
	background-color: #fff;
	
}
#logo-label{
	display: block;
	font-size: 11px;
	line-height: 19px;
	
}
#logo-label>i.material-icons{
	position: relative;
	top: -22px;
	
}
#sidenav-overlay{
	z-index: 299;
	
}
nav .button-collapse i{
	line-height: 31px;
}
nav a.button-collapse{
	margin: 0px;
}
div.card_line{
	padding-top: 6px;
}
div.card_line a{
	color: #333333;
	font-size: 14px;
	
}
div.card_line a:hover, div.card_line a:focus{
	color: #8e35a0;
	text-decoration: none;
	
}
div.card_line a:visited{
	
	text-decoration: none;
	
}
div.card_line i{
	color: #a7a8b2;
	padding-right: 10px;
	font-size: 15px;
	
}
div.card_line i.fa-link{
	padding-right: 5px;
}
div.card_line ul{
	margin-top: 0px;
	
}
div.card_line .collapsible{
	border: 0px;
	box-shadow: none;
	padding: 0px;
}
.card_line .collapsible-header i{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 20px;
	margin: 0px;
}
.card_line .collapsible-body{
	padding-top: 10px;
	border: 0px;
	
}
.card_line .collapsible-header {
	font-size: 14px;
	line-height: 20px;
	min-height: auto;
	height: 22px;
	border: none;
	padding: 0px;
	
}
.collapsible-body li{
	line-height: 30px;
	
}
.box30 {
    width: 30px;
    white-space: nowrap;
    overflow: hidden;
	display: block;
    text-overflow: ellipsis;
}
.overflow{
	height: 40px;
	overflow: hidden;
	
}
.text-grey{
	color: #9e9e9e;
	
}
.wite-card-list li{
	padding:  0px;
	
}
.wite-card-list ul{
	    margin: 0px;
}
.small-text{
	font-size: 13px;
	font-weight: bold;
	
}
.side-nav{
	top: 0px;
	/*background-color: #1f2436;*/
	background-color: #fff;
	border: none;
	height: calc(101% + 0px);
	
}
.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 997;
    display: none;
}
.side-nav::-webkit-scrollbar { width: 0; height: 0 }
.side-nav{
    -ms-overflow-style: none;
    overflow: -moz-hidden-scrollable;
}

.side-nav a.collapsible-header {
	line-height: 22px;
	padding: 12px 5px 12px 30px;
	color: #737786;
	
}
.side-nav a {
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
.side-nav a.collapsible-header:hover, .side-nav a.collapsible-header:focus{
	text-decoration: none;
}
.side-nav .collapsible-body li a{
	line-height: 20px;
	padding: 7px 15px 7px 55px;
	height: auto;
	color: #737786;
	font-size: 14px;
	
}
.side-nav .collapsible-body li a:hover, .side-nav .collapsible-body li a:focus{
	text-decoration: none;
	color: #8e35a0;
}
.side-nav .collapsible-body{
	background: none;
	
}
.parallax-container {
      height: 280px;
	  z-index: 1;
	  top: 50px;
    }
.parallax img {
	/* bottom: -60px; */
	
}
.opacity-20{
	opacity: 0.75;
	margin-left: 40px;
	padding: 0px;
	
}
.opacity-20 h1{
	font-size: 29px;
	
	
}
.tabs .tab a:hover, .tabs .tab a.active{	
	background-color: #8e35a0;
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover{
	background-color: #fff;
	color: #666;
}
ul.tab-ads{
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}
ul.tab-ads .tab{
    background-color: #fff;
}
#phones-tab li{
	padding: 4px 0px;
	
}
div.client-card #page-inner{
	padding-top: 0px;
	margin-top: 0px;
	
}
.tabs .indicator{
	background-color: #8e35a0;
}
.tabs{
	height: 35px;
}
.tabs .tab{
	height: 35px;
	line-height: 35px;
	
}
.card.small{
	min-width: 200px;
	width: 25%;
	min-height: 260px;
	height: auto;
	float: left;
	margin: 10px;
	
}
a.mMenuButton{
	display: none;
	position: absolute;
	text-decoration: none;
	z-index: 300;
    top: 13px;
	right: 0px;
	background-color: #292e40;
	color: #aaa;
	padding: 5px 10px 5px 15px;
	font-size: 16px;
	
}
a.mMenuButton>.fa-bars{
	padding-right: 10px;
	font-size: 18px;
	
}
a.mMenuButton:hover, a.mMenuButton:focus{
	text-decoration: none;
	color: #fff;
}
#mobileMenu{
	position: fixed !important;
	right: 0px !important;
	top: 55px !important;
	left: inherit !important;
	width: 250px !important;
	
	
}
.key-title{
	clear: both;
	overflow: hidden;
	
}
.key-title h4{
	font-size: 19px;
    font-weight: bold;
    border: 1px solid #d1d0d0;
    padding: 7px;
	margin-top: 30px;
	background-color: #eee;
	cursor: pointer;
	
}
.key-title h4:hover{
	
	background-color: #fff;
}
.card.small .card-action{
	position: relative;
	
}
.client-menu .active-menu{
	background-color: #eee !important;
}
.client-menu li.active li{
	background-color: #fff;
}
.c-menu{
	display: block;
	float: left;
	width: auto;
	overflow: visible;
}
.share-me{
	float: right;
	padding-top: 10px;
}
@media (max-width: 768px){
	.navbar-right{
		
		/*display: none;*/
	}
	.navbar-right li{
		right: 84px;
	}
	.parallax-container{
		height: 150px;
	}
}
	
@media  (max-width: 700px){
	.container{
		width: 100%;
		padding: 10px 10px;
		
	}
	
}
.w50{
	width: 50%;
	float: left;
}
.w40{
	width: 40%;
	float: left;
}
.w60{
	width: 60%;
	float: left;
}
nav .button-collapse{
	height: 35px;
	margin: 0;
	border: none;
	
}
ul.navbar-top-links{
	height: 55px;
	
}
.main_page_news{
	width: 100%;
	overflow: hidden;
    display: flex;
	padding: 0px 41px 25px 41px;
    box-shadow: 0px 1px 3px 0px #EDEDED;

}

.main_page_news .card .card-content-action{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: #fff;
    font-size: 13px;
    border-top: none;
    font-weight: 500;
}


.main_page_news .col-md-3{
    padding: 2px;
}

.main_page_news .card{
	box-shadow: 0px 1px 3px 0px #EDEDED;
    position: relative;
	
}
.main_page_news .card a{
	transition: color .3s ease-out 0.2s;
	
	
}
.main_page_news .card a .card-title {
	transition: color .3s ease-out 0.2s;
	
	
}
.main_page_news .card a p{
	color: #696969;
}
.main_page_news .card a:hover .card-title{
	color: #8e35a0;
}
.main_page_news .card .card-content{
	padding: 0px;
	
}
.main_page_news .card .card-text{
	 padding: 14px;
	 max-height: 115px;
}
.main_page_news .card .card-text p{
	font-size: 14px;
	line-height: 20px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating){
	 font-size: 13px;
	 font-weight: 500;
	 color: #494949;
	 text-transform: none;
	
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover{
	color: #8e35a0;
	text-decoration: none;
}
.main_page_news .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover{
    color: #e4cce9;
    text-decoration: none;
}
.card .card-content-action{
	padding: 16px 14px 14px 14px;
	
	font-weight: 500;
	
}
.main-page-col-l2-4px-padding .col.l2 {
    padding: 2px;
}
.card .card-content-action a:not(.btn):not(.btn-large):not(.btn-floating){
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: none;
}
.main_page_news .card .card-content-action a:not(.btn):not(.btn-large):not(.btn-floating){
    color: #fff;
}
.card .card-content-action a:not(.btn):not(.btn-large):not(.btn-floating):hover{
	color: #8e35a0;
	text-decoration: none;
	
}
.card .card-content-action a:not(.btn):not(.btn-large):not(.btn-floating):visited{
	text-decoration: none;
}
.action ul li, .content-in-card ul li{
	list-style: circle;
	margin-left: 20px;
}
.action ul.collapsible li, .content-in-card ul.collapsible li{
    list-style: none;
    margin-left: 0px;
}
.action ul.collapsible li ul li{
    list-style: circle;
    margin-left: 35px;
    padding: 10px;
}
.action img{
	padding: 20px;
	
}

/* client card... Header */
.client-card{
	top: -60px !important;
	z-index: 2;
	
}
.client-card .header-card{
	margin: 0px;
	min-height: 160px;
	overflow: visible;
	margin: 0px 15px 30px 15px;
	
	
}

.client-logo{
	padding-left: 15px;
	float: left;
}
.client-name{
	float: left;
	padding-left: 35px;
	min-height: 80px;
    width: calc(100% - 122px);
	
}
.client-name h1{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 16px; 
	
}
.client-name p{
	font-size: 12px;
	color: #515669;
	line-height: 1.1;
	margin: 0px;
	padding-top: 5px;
	
	
}
.client-card nav{
	box-shadow: none;
	border-top: 1px solid #e7e7e7;
}
.client-card h2{
	font-size: 19px;
	font-weight: bold;
	
}
p.org-name{
	font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding-top: 15px;
}
.content-in-card h1{
	font-size: 18px;
}
/* client card... Contact data */
ul.schedule{
	overflow: hidden;
	
}
ul.schedule li{
	overflow: hidden;
	font-size: 13px;
	
}
ul.schedule>li>i{
	position: absolute;
	left: 20px;
	font-size: 16px;
}
ul.cont li i{
	padding-right: 10px;
	
}
ul.schedule>li>div{
	padding-left: 27px;
	
}
.phones a{
	color: #000;
	line-height: 26px;
}
.phones span{
	font-size: 14px;
}
li.rubrics{
	padding-bottom: 5px;
}
.card a:hover{
	text-decoration: none;
	
}
.card h2{
	margin-top: 0px;
	padding-top: 0px;
	
}
img.contact-person{
	float: left;
	margin-right: 15px;
	max-width: 80px;
	
}
.person-name{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	
}
.person-position{
	color: #696969;
	font-size: 12px;
	padding-bottom: 10px;
	
}
.card button{
	background-color: #8e35a0;
	border: 1px solid #8e35a0;
	border-radius: 2px;
	color: #fff;
	padding: 4px 30px;
	
}
.controls button{
	background-color: #8e35a0;
	border: 1px solid #8e35a0;
	border-radius: 2px;
	color: #fff;
	padding: 4px 30px;
	
}
.card button.disabled{
	background-color: #666;
	cursor: default;
}
.card .card-content {
	overflow: hidden;
	
}
.card .content-in-card p{
	padding-bottom: 15px;
	
}
.key{
	overflow: hidden;
	
}
.key span{
	float: left;
    border: 1px solid #999;
    margin: 5px 2px;
    padding: 3px 8px;
    background-color: #fff;
	border-radius: 15px;
}
 
/* modal styles */
.modal{
	overflow: scroll;
}
.modal .modal-content{
	border-radius: 0px;
	padding: 8px 20px;
	min-height: 461px;
}
.modal .modal-content h4{
	padding-bottom: 7px; 
	padding-left: 14px;
	
}
.modal .modal-content h4 a{
	text-decoration: underline;
}
.modal .modal-content a{
	color: #000;
}
.modal::-webkit-scrollbar { width: 0; height: 0 }

/* search styles */


.rubric_link{
	padding-bottom: 5px;
}


#search{
	float: left;
    width: 50%;
    margin: 17px 0 0 50px;
	color: #aaa;
	
}
.flex-search-result-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px 3px 15px;
    border-bottom: 1px dotted #DBDBDB;
}

.flex-search-result-line-label{
    font-size: 14px;
    color: #727272;
}
.flex-search-result-line-label:hover{
    color: #A52DA5;
    text-decoration: none;
}
.flex-search-result-line-variants{
    display: flex;
    flex-direction: row;


}
.flex-search-result-line-variants a, .flex-search-result-line-variants a:visited, .flex-search-result-line-variants a:active {
    color: #727272;
    display: block;
    padding: 0px 7px;

    width: 116px;
    text-align: center;
    text-decoration: none;
}
.flex-search-result-line-variants span.clear{
    width: 116px;
    height: 23px;
}

.flex-search-result-line-variants .inactive{
    color: #eee;
    display: block;
    padding: 0px 7px;

}
.flex-search-result-line-variants a:hover{
    color: #A52DA5;
    text-decoration: none;
}

#city-search a, #city-search a:visited{
	color: #aaa;
}
#city-search a:hover, #city-search a:focus{
	color: #fff;
}
.hide-in-small{
	display: none;
	
}
#search i.fa-map-marker{
		padding-left: 55px;
	}
#search{
		width: 37%;
	}
#search i.fa{
	float: left;
	font-size: 21px;
}
@media(max-width:480px) {
	#search{
		margin-left: 20px;
		width: auto;
	}
}

@media (min-width: 768px){
	#search-lable{
		width: 63%;
		height: 20px;
		margin-left: 10px;
		display: block;
		border-bottom: 1px solid #848484;
		float: left;
		
	}
	#search{
		width: 47%;
	}
	#city-lable{
		font-size: 17px;
		float: left;
		padding-left: 10px;
		line-height: 18px;
		display: block;
	}
	#search i.fa-map-marker{
		padding-left: 25px;
	}
	.navbar-toggle {
		display: block!important;
	}
	
	#search i.fa{
		float: left;
		font-size: 17px;
	}
	.container{
		width: 95%;
	}
	.client-name{
	    max-width: 80%;
		
	}
	
}
.search-container{
	width: 95%;
	margin: 10px auto;
	background-color: #f9f9f9;
	overflow: hidden;
	z-index: 400;
	
}
@media (max-width: 768px){
	.client-name{
	   padding: 5px 10px;
	   overflow: hidden;
	   float: left;
	   max-width: 97%;
		
	}
	.client-logo{
		display: none;
	}
	
}
@media (max-width: 968px){
	.client-card .header-card{
		overflow: hidden;
	}
}
@media (min-width: 1000px){
	#search-lable{
		width: 70%;
		height: 20px;
		margin-left: 10px;
		border-bottom: 1px solid #f8ceff;
		float: left;
		   
		
	}
	#search{
		width: 50%;
	}
	.search-container{
	width: 55%;
	margin: 10px auto;
	background-color: #f9f9f9;
	overflow: hidden;
	z-index: 400;
	
}
}
@media (min-width: 1200px){
	.container{
		width: 1170px;
	}
	.client-name{
	    max-width: 975px;
	}
}

#city-lable a{
	color: #aaa;
}
#city-lable a:hover, #city-lable a:focus {
	color: #fff;
	text-decoration: none;
}

.overlay{
	background-color:rgba(0,0,0,.5);
    height:100%;
    position:fixed;
    width:100%;
    top:0;
    left:0;
	z-index: 300;
	display: none;
	
}
#s-field{
	width: 95%;
	margin: 10px auto;
}
#s-field  label{
	font-size: 11px;
	top: 0.9rem;
	
}
input[type=text]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: 1px solid #8e35a0;
    box-shadow: 0 1px 0 0 #8e35a0;
	
}
input[type=text]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label{
	color: #8e35a0;
	
}
.client-logo img.responsive-img{
	max-height: 110px;
	
}
.client_search_result{
	width: 100%;
	float: left;
	overflow: hidden;
}
#r-container{
	max-height: 600px;
	overflow: scroll;
	
	
}
.s-title{
	background-color: #eee;
    padding-left: 15px;
    border-top: 1px solid #c8c3c3;
	margin-bottom: 7px;
    height: 35px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	
}
.s-title .right-item{
    width: 116px;
    border-left: 1px solid #C0C0C0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
}
#r-container::-webkit-scrollbar { width: 0; height: 0 }
#r-container img.responsive-img{
	
	max-height: 100px;
}

/* products styles */
.small .card-content p{
	line-height: 18px;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	text-align: center;
	
}
.small .card-content{
	min-height: 50px;
	padding: 8px;
}
.card.small .card-image{
	 min-height: 200px;
	 
	
}
.products .card.small .card-image+.card-content{
    height: 67px;

}
.card.small .card-image+.card-content{
	 min-height: 67px;
	
}
/* product form styles */

.no-border{
	box-shadow: none;
}
.input-field label{
	font-size: 1.3rem;
	color: #666;
}
.input-field label.active{
	font-size: 1rem;
}
.contact-field input,.contact-field textarea {
	width: 75%;
	margin-left: 10px;
}
.contact-field label{
	margin-left: 30px;
}
.contact-field i{
	float: left;
	padding-top: 10px;
	font-size: 16px;
}
#productModal h2, #contactModal h2{
	padding-left: 25px;
	
}
button.med-button{
	background-color: #8e35a0;
    border: 1px solid #8e35a0;
    border-radius: 2px;
    color: #fff;
    padding: 4px 30px;
}
button.med-button-grey{
    background-color: #eae2e2;
    border: 1px solid #8e35a0;
    border-radius: 2px;
    color: #8e35a0;
    padding: 4px 30px;
}
/* see also styles */
.alsoCont{
	padding: 10px 40px;
	border-top: 1px solid #dcdee3;
	
}
.s-a{
	padding: 5px 0px;
	
}
.also-name a{
	font-size: 15px;
	font-weight: 700;
	color: #000;
	
}
.also-name a:hover{
	text-decoration: none;
	color: #8e35a0;
}
.carousel{
	height: 330px;
}
.carousel .carousel-item{
	height: 300px;
	width: 300px;
	
}
.section{
	overflow: hidden;
}
.exist{
	color: red;
}
/*  latest companyes */

.carousel-latest{
	
	width: 100%;
	min-height: 350px;
	position: relative;
	top: 0px;
}
.carousel-latest .carousel-item{
	width: 100%;
	height: 350px;
	position: absolute;
	top: 465px;
	left: 0px;
	
}
@media (min-width: 1300px){
	.carousel-latest .carousel-item{
		top: 475px;
	}
}
@media (min-width: 1400px){
	.carousel-latest .carousel-item{
		top: 515px;
	}
}
@media (min-width: 1500px){
	.carousel-latest .carousel-item{
		top: 585px;
	}
}
.carousel-latest .carousel-item .addr{
	font-size: 13px;
}
.relaited_name{
	height: 70px;
	font-weight: 700;
	overflow: hidden;
}
div.filter{
    padding: 10px 0;
}
div.filter .active{
	background-color: #8e35a0;
	color: #fff;
}
div.filter .chip a:hover{
	text-decoration: none;
	
}
h1.rubric{
	padding-bottom: 7px;
	
}
.curs{
	font-size: 17px;
    color: green;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 2px solid #682675;
}
/*  end latest companyes */
/* standart contact form */

div.contact{
	width: 60%;
    margin: 90px auto;
	
}
div.contact textarea{
	min-height: 115px;
}
div.contact label{
	font-size: 14px;
	
}
div.contact  .control-label{
	text-align: left;
}
.item-page{
	/*width: 60%;
    margin: 90px auto;*/
}
#system-message{
	position: relative;
    top: 100px;
    width: 534px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #aaa;
    background-color: white;
}
/* admin styles */

.logout-block{
	height: 83px;
	
}
.login-greeting{
	
	text-align: center;
}
.logout-button{
	
	text-align: center;
}
.logout-button .button{
	background-color: #8e35a0;
    border: 1px solid #8e35a0;
    border-radius: 2px;
    color: #fff;
    padding: 4px 30px;
	
}
.row div.input-lable{
	float: right;
	padding-right: 30px;
	min-height: 45px;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
}
.card .mce-tinymce button{
	background: none;
	border: none;
	
}
input.mce-textbox{
	width: auto;
	background: #fff;
	border: 1px solid #c5c5c5;
	display: inline-block;
	-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s;
	height: 28px;
	resize: none;
	padding: 0 4px 0 4px;
	white-space: pre-wrap;
	color: #333;
}
.select-wrapper input.select-dropdown {
	font-size: 14px;
	
}
.card_reply{
	margin: 0px 20px 30px 20px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	
}
.card_reply .contact_reply i{
	padding-right: 15px;
	
}
.card_reply .contact_reply{
	border-right: 1px dashed #aaa;
	
}
.card_reply .contact_img{
	border-right: 1px dashed #aaa;
	
}
.card_reply .contact_img p{
	text-align: center;
}
.card_reply .contact_text{
	padding-left: 30px;
	
}
#system-message{
	border: 0px;
}
.alert-success{
	padding-top: 0px;
	background-color: #edf5ea;
	
}
span.badge.new{
	font-size: 11px;
	font-weight: 500;
	
}
.city span.caret{
	display: none;
	
}
ul.collection li.active a, ul.collection li.active a:hover{
	color: #fff;
}
.vacancy_list_admin{
	padding-left: 30px;
}
input.small_input{
	width: 50px;
}
.add-vacancy{
	float: right;
}
.add-vacancy>a>button{
	background-color: green;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    height: 35px;
    font-weight: normal;
    margin-right: 30px;
    padding: 0px 20px;
    color: #fff;
}
.add-vacancy>a{
	border: none;
}
.add-vacancy>a:hover{
	border: none;
}
.del-reply{
	margin: 0px auto;
	
}
.del-reply span{
	overflow: hidden;
	text-align: center;
}
.del-reply a{
	overflow: hidden;
	cursor: pointer;
}
.deleted p{
	text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
	line-height: 18px;

}
.deleted p a{
	color: #8e35a0;
	font-weight: 500;
}
.deleted p a:hover{
	text-decoration: underline;
}
.material-tooltip{
	font-size: 13px;
}
#exist-keys{
	padding: 20px;
	
}
#exist-keys .chip{
	
	font-size: 15px;
	text-align: center;
}
#exist-keys .rubric{
	padding-top: 5px;
	font-weight: 500;
	color: #666;
	font-size: 13px;
}
.row .add_key_text{
	text-align: right;
	padding: 15px 25px 0 0;
}
.key-search-result:hover{
	cursor: pointer;
	background-color: #eee;
	
}
.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}
/*   vocancy styles on main page     */
.v_main:hover {
	border-left: 5px solid #9236a1;
}
div .no-back{
	background: none;
}
.v_main{
	border: 1px solid #ececec;
	border-left: 5px solid #ececec;
	margin-left: 5px;
	background-color: #fff;
}
.wite .v_main{
	padding-left: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.v_name{
	font-weight: 500;
	
}
.v_phone{
	font-weight: bold;
	
}
.card .input-lable{
	font-weight: 500;
	color: #989898;
}
.row .v_price{
	color: green;
	font-size: 13px;
	min-height: 25px;
	font-weight: 500;
	padding-top: 3px;
}
.row .v_added{
	padding-top: 5px;
	font-size: 13px;
	padding-top: 3px;
	text-align: right;
	display: none;
	color: #757575;
}
.row .cv_name{
	color: #757575;
	font-style: italic;
	padding-top: 3px;
	font-size: 14px;
}
.v_col{
	/* border-right: 1px dotted #eee; */
}
.v_name a{
	color: #000;
}.v_name a:hover{
	text-decoration: none;
	color: #8e35a0;
}
.v_row{
	overflow: hidden;
}
#v_container{
	overflow: hidden;
}
#vacancyShowMore, #tendersShowMore, #filterShowMore, #adsShowMore, #userAdsShowMore, #cvShowMore, #searchShowMore{
	width: 100%;
	border: 1px solid #fff;
	padding: 6px 0px;
	cursor: pointer;
    background-color: #682675;
	font-weight: 500;
    color: #fff;
	transition: background-color .4s ease-out 0.1s, color .4s ease-out 0.1s;
	transition: border-color .4s ease-out 0.1s, color .4s ease-out 0.1s;
}
#vacancyShowMore:hover, #tendersShowMore:hover, #filterShowMore:hover, #adsShowMore:hover, #userAdsShowMore:hover, #cvShowMore:hover, #searchShowMore:hover {
	background-color: #f9f9f9;
	color: #8e35a0;
	
	border: 1px solid #8e35a0;
}
.in-search{
	float: left;
	margin: 4px 0px;
}
.hide_filter{
	display: none;
}
#hide_0{
	display: block;
}
/* tender styles */
div .p-tender{
	top: 0px;
	height: 450px;
}
@media (max-width: 700px){
	div .p-tender{
		
		height: 250px;
	}
}
#addmore{
	padding: 10px 0;
	font-weight: bold; 
	background-color: #8e35a0;
	border: 1px solid #8e35a0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 13px 20px;
	transition: background-color .4s ease-out 0.1s, color .4s ease-out 0.1s;

}
#addmore:hover{
	color: #8e35a0;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	
	
}
a.filialy{
	padding: 4px 0;
	font-weight: 500; 
	background-color: #8e35a0;
	border: 1px solid #8e35a0;
	color: #fff;
	display: block;
	width: 80%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	transition: background-color .4s ease-out 0.1s, color .4s ease-out 0.1s;
	
}
a.filialy:hover{
	color: #8e35a0;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	
}

/* temp style for parralax */
.parallax img{
	display: block;
}
/* tender request styles */
#tender-add h2.header{
	padding-top: 50px;
	font-size: 24px;
}
#tender-add  textarea{
	display: block;
    width: 100%;
    border: 1px solid #d2d2d2;
    resize: none;
    height: 120px;
}
#tender-add  .input-field.col label {
    left: 2.35rem;
	color: #000;
	font-weight: 400;
}
#tender-add  .input-field.tarea label.active{
	transform: translateY(-180%);
	
}
#tender-add .input-field  label.active{
	font-size: 1.1rem;
}
textarea#tender-details:focus{
	outline: none !important;
    border:1px solid #8e35a0;
    box-shadow: none;
}
#tender-add  h3{
	font-weight: 400;
}
#tender-add .btn, #cont_person .btn, #ads .btn, #fullScreenEditAdd .btn, .file-field .btn{
	width: auto;
	height: auto;
	border-radius: 2px;
	padding: 3px 10px;
	background-color: #8e35a0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	
}
.margin-bottom{
	margin-bottom: 20px;
}
.button-center-tender{
	position: relative;
	top: -150px;
	margin-bottom: -70px;
	z-index: 1;
}
.ov-visible{
	overflow: visible;
}
div.button-center-tender a{
    display: block;
    padding: 15px 30px;
    width: 300px;
    margin: 0px auto;
    background-color: #8e35a0;
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
    border-radius: 5px;
	letter-spacing: 2px;
	border-radius: 35px;
	
} 
div.button-center-tender a:hover{
	text-decoration: none;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
	
	background-color: #964da4;
	padding: 15px 36px;
	width: 312px;
	transition: padding .1s linear 0s, width .1s linear 0s;
}
div.how-desc{
	color: #8e35a0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px;
	
}
h2.header-tender{
	text-align: center;
	color: #8e35a0;
	font-size: 30px;
	text-transform: uppercase;
}
nav{
	color: #000;
	width: auto;
	box-shadow: none;
	background: none;
	height: auto;
}

.datepicker--day-name{
	color: #8e35a0;
}
a.sttnd{
	display: none;
}
a.sttndm{
	display: none;
}
a.sttndm img{
	height: 34px;
	margin-top: 9px;
}
@media (max-width: 570px){
	a.sttndm{
		display: block;
		position: absolute;
		right: 13px;
	
	   
		
	}
}
@media (min-width: 850px){
	a.sttndm{
		display: block;
		position: absolute;
		right: 187px;
	
	   
		
	}
	
}
@media (min-width: 1300px){
	a.sttnd{
		display: block;
		height: 38px;
		margin-top: 8px;
		float: left;
		background-color: #fff;
		
		border-radius: 25px;
		width: 245px;
	   
		
	}
	a.sttndm{
		display: none;
	}
	a.sttnd:hover, a.sttnd:focus {
		text-decoration: none;
		
	}
	a.sttnd:hover span.sttnd-text{
		color: #8e35a0
	}
}
a.sttnd img{
	height: 34px;
	padding-left: 7px;
}
span.sttnd-text{
	display: inline;
	white-space: normal; /* css-3 */
	position: relative;
	font-weight: 700;
	color: #163c67;
	top: 3px;
	
	
		
}
.err-tender{
	color: red;
	display: none;
}
.tender-success{
	padding-top: 90px;
	padding-bottom: 120px;
}
.tender-success h2{
	font-size: 23px;
}
.tender-success h2{
	font-size: 23px;
}
.tender-success h5{
	font-size: 17px;
}
#p_desc{
	padding: 15px 0 0 0;
}
.card .action{
	overflow: hidden;
	border-bottom: 1px dashed #aaa;
}
/* new year mod */
.navbar-brand{
	padding: 9px 15px;
}
/* time styles */
.new_schedule{
	overflow: hidden;
	
}
.new_schedule_ul{
	width: 242px;
	overflow: visible;
	
	margin-bottom: 100px;
}
.new_schedule_ul li{
	float: left;
	width: 28px;
	height: 25px;
	overflow: visible;
}
/*
.new_schedule_ul li .green_square{
	width: 18px;
    height: 18px;
    border-radius: 9px;
    background: -webkit-linear-gradient(#00b900, #017301);
    background: -moz-linear-gradient(#00b900, #017301);
	
}
.new_schedule_ul li .red_square{
	width: 18px;
    height: 18px;
    border-radius: 9px;
    background: -webkit-linear-gradient(#ff0000, #c30101);
    background: -moz-linear-gradient(#ff0000, #c30101);
	
}
*/
.new_schedule_ul li .green_square{
	width: 22px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	padding: 3px 0 0 4px;
    height: 22px;
    border-radius: 11px;
    background: -webkit-linear-gradient(#00b900, #017301);
    background: -moz-linear-gradient(#00b900, #017301);
	
}
.new_schedule_ul li .red_square{
	width: 22px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	padding: 3px 0 0 4px;
    height: 22px;
    border-radius: 11px;
    background: -webkit-linear-gradient(#ff0000, #c30101);
    background: -moz-linear-gradient(#ff0000, #c30101);
	
}
.time_span_1{
	position: relative;
	display: none;
	
	width: 188px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/1.png");
	
}
.time_span_2{
	position: relative;
	display: none;
	left: -28px;
	width: 188px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/2.png");
	
}
.time_span_3{
	position: relative;
	display: none;
	width: 188px;
	left: -56px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/3.png");
	
}
.time_span_4{
	position: relative;
	display: none;
	width: 188px;
	left: -84px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/4.png");
	
}
.time_span_5{
	position: relative;
	display: none;
	left: -112px;
	width: 188px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/5.png");
	
}
.time_span_6{
	position: relative;
	display: none;
	width: 188px;
	left: -140px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/6.png");
	
}
.time_span_7{
	position: relative;
	display: none;
	width: 188px;
	left: -168px;
	    overflow: hidden;
    height: 70px;
	background-image: url("../../../../images/icons/time/7.png");
	
}



.active_span{
	display: block;
}
.work_time{
	height: 20px;
	
}

.work_icon{
	padding-top: 20px;
	padding-left: 10px;
	width: 30px;
	height: 20px;
	float: left;
}
.work_text{
	padding-top: 22px;
	padding-left: 10px;
	
	height: 20px;
	float: left;
}
.break_time{
	clear: both;
}
.is_open{
	float: left;
	position: relative;
	top: 24px;
	left: 42px;
	width: 12px;
	cursor: pointer;
    height: 12px;
    border-radius: 6px;
    
}
.material-tooltip{
	display: block;
	color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.opens{
	background: -webkit-linear-gradient(#00b900, #017301);
    background: -moz-linear-gradient(#00b900, #017301);
}
.closed{
	background: -webkit-linear-gradient(#ff0000, #c30101);
    background: -moz-linear-gradient(#ff0000, #c30101);
}
.break_icon{
	padding-top: 21px;
	padding-left: 10px;
	width: 30px;
	height: 20px;
	float: left;
}
.break_text{
	padding-top: 24px;
	padding-left: 10px;
	
	height: 20px;
	float: left;
}
.clock-icon{
	width: 28px;
	padding-left: 1px;
	float: left;
	overflow: hidden;
}
.weekend{
	padding: 32px 55px;
	color: #c30101;
	font-size: 16px;
}
.collection .collection-item.active{
	background-color: #b649cc;
}
div:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
div.card_line img.responsive-img{
	height: 18px;
}
span.is_open{
	float: right;
	position: unset;
	width: 14px;
	cursor: pointer;
    height: 14px;
    border-radius: 7px;
	margin-right: 10px;
    
}
/****** carousel styles *******/
.carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}



/**** end carousel styles *****/
.chip{
	text-transform: lowercase;
    white-space: nowrap;
}
#p_desc ul{
	padding-left: 10px;
	margin-left: 7px;
	
}
#p_desc ul li{
	padding: 4px 0px;
	list-style-type: circle;
}
/* favorites styles */

.favor input[type="checkbox"]+label{
	font-size: 1.1rem;
	padding-left: 30px;
	color: #8e35a0;
	line-height: 22px;
}
#bookmark{
	position: relative;
	float: right;
	top: -30px;
	right: 30px;
	
	
}
#bookmark img{
	height: 19px;
}

#bookmark.bookmark_empty img{
-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#bookmark a{
	line-height: 23px;
	height: 23px;
	color: #8e35a0;
}
#bookmark.bookmark_empty a{
	color: #666;
	cursor: default;
}
#bookmark a:hover,#bookmark a:visited, #bookmark a:focus{
	text-decoration: none;
}
.bookmark_count{
	color: #000;
	font-size: 700;
}
p.error{
	padding-top: 100px;
	padding-left: 100px;
}
/****** new search styles **********/


nav form#n-form {
    /*margin-left: 90px;*/
	/*width: calc(100% - 486px);*/
    float: left;
}
nav .n-input label i {
    color: rgba(168, 168, 168, 0.7);
}
nav .nav-wrapper {

}

.nav-wrapper .n-input input[type=search]{
	color: #484848;
	font-weight: bold;
}
nav .n-input label.active i{
	color: #fff;
    font-size: 37px;
}
#ns-container{
		width: calc(94% + 25rem);
		z-index: 400;
		display: none;
		background-color: #fff;
		position: relative;
		overflow: hidden;
		max-height: 100vh;
		overflow: scroll;
}
.n-overlay{
	background-color:rgba(0,0,0,.5);
    height:100%;
    position:fixed;
    width:100%;
    /*top:56px;*/
    top: 0px;
    left:0;
	z-index: 300;
	display: none;
	
}
@media only screen and (min-width: 601px){
	nav .n-input i{
		/*height: 55px;*/
		/*line-height: 58px;*/
	}
	nav .n-input #ns-container i{
		height: 23px;
		line-height: 23px;
	}
}
.nav-wrapper .n-input input::placeholder{
    color: #fff;
}

/**** Default search form styles *******/
nav .input-field label{
    top: 22px!important;
}

nav .n-input{
    padding: 18px 0;
    height: 81px;
    overflow: visible;

}

.nav-wrapper .n-input input[type=search]:hover{
    box-shadow: 0px 1px 5px 3px rgba(100,100,100,0.1) !important;
}
.n-input input{
    margin-bottom: 1px;
}
.nav-wrapper .n-input input[type=search] {
    background-color: #b591b7;
    font-size: 18px;
    font-weight: 500;
    padding: 1rem 0 1rem 5rem;

    -webkit-transition: width 300ms ease-in !important;
    -moz-transition: width 300ms ease-in !important;
    transition: width 300ms ease-in !important;

    -webkit-transition: box-shadow 200ms ease-in !important;
    -moz-transition: box-shadow 200ms ease-in !important;
    transition: box-shadow 200ms ease-in !important;
    border: 1px solid #EBEBEB !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.nav-wrapper .n-input input[type=search]:focus {
    background-color: #ffffff !important;

    -webkit-transition: box-shadow 200ms ease-in !important;
    -moz-transition: box-shadow 200ms ease-in !important;
    transition: box-shadow 200ms ease-in !important;

    -webkit-transition: width 300ms ease-in !important;
    -moz-transition: width 300ms ease-in !important;
    transition: width 300ms ease-in !important;
    border: 1px solid #EBEBEB !important;
    border-radius: 4px 4px 0 0 !important;
    box-shadow: rgba(26,26,29,0.3) 0px 16px 46px -10px !important;

    width: calc(94% - 4rem);
}
.n-input input[type=search]:focus:not(browser-default) ~ .material-icons{
    left: calc(94% - 7rem);

    -webkit-transition: 2.7s color;
    visibility: visible;
    transition: 2.7s color;

}
.n-input input[type=search] ~ .material-icons {
    left: calc(55% - 4rem);
    position: absolute;
    top: 0;
    /* right: 1rem; */
    width: 20px;
    visibility: hidden;
    -webkit-transition: 1.3s left;
    transition: 2.3s left;
    color: transparent;
    cursor: pointer;
    font-size: 1.6rem;

}
#s-cl{
    width: 24px;
    height: 38px;
    position: absolute;
    display: block;
    transition: 2.3s opacity;
    top: 38px;
    left: calc(94% + 21rem);
    z-index: 1000;
    cursor: pointer;

}
#n-form input.active{
    width: calc(94% + 25rem);
    border-radius: 4px 4px 0 0 !important;
    position: relative;
    /*z-index: 5;*/
    z-index: 400;
}
#n-form input.active ~ .material-icons{
    left: calc(94% + 23rem) !important;
    color: #666 !important;
    z-index: 6;
    visibility: visible !important;
}




/****************************************/


@media (min-width: 744px){
	/*nav .n-input{*/
    /*    padding: 18px 0;*/
    /*    height: 81px;*/
	/*	overflow: visible;*/

	/*}*/
	
	/*.nav-wrapper .n-input input[type=search]:hover{*/
	/*	box-shadow: 0px 1px 5px 3px rgba(100,100,100,0.1) !important;*/
	/*}*/
	/*.n-input input{*/
	/*	margin-bottom: 1px;*/
	/*}*/
	/*.nav-wrapper .n-input input[type=search] {*/
	/*	background-color: #b591b7;*/
	/*	font-size: 18px;*/
	/*	font-weight: 500;*/
	/*    padding: 1rem 0 1rem 5rem;*/

	/*	-webkit-transition: width 300ms ease-in !important;*/
	/*	-moz-transition: width 300ms ease-in !important;*/
	/*	transition: width 300ms ease-in !important;*/
	/*	*/
	/*	-webkit-transition: box-shadow 200ms ease-in !important;*/
	/*	-moz-transition: box-shadow 200ms ease-in !important;*/
	/*	transition: box-shadow 200ms ease-in !important;*/
	/*	border: 1px solid #EBEBEB !important;*/
	/*	border-radius: 4px !important;*/
	/*	box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;*/
	/*}*/
	
	/*.nav-wrapper .n-input input[type=search]:focus {*/
	/*	background-color: #ffffff !important;*/
	/*	*/
	/*	-webkit-transition: box-shadow 200ms ease-in !important;*/
	/*	-moz-transition: box-shadow 200ms ease-in !important;*/
	/*	transition: box-shadow 200ms ease-in !important;*/
	/*	*/
	/*	-webkit-transition: width 300ms ease-in !important;*/
	/*	-moz-transition: width 300ms ease-in !important;*/
	/*	transition: width 300ms ease-in !important;*/
	/*	border: 1px solid #EBEBEB !important;*/
	/*	border-radius: 4px 4px 0 0 !important;*/
	/*	box-shadow: rgba(26,26,29,0.3) 0px 16px 46px -10px !important;*/
	/*	*/
	/*	width: calc(94% - 4rem);*/
	/*}*/
	/*.n-input input[type=search]:focus:not(browser-default) ~ .material-icons{*/
	/*	left: calc(94% - 7rem);*/
	/*	*/
	/*	-webkit-transition: 2.7s color;*/
	/*	visibility: visible;*/
	/*	transition: 2.7s color;*/
	/*	*/
	/*}*/
	/*.n-input input[type=search] ~ .material-icons {*/
	/*	left: calc(55% - 4rem);*/
	/*	position: absolute;*/
	/*	top: 0;*/
	/*	!* right: 1rem; *!*/
	/*	width: 20px;*/
	/*	visibility: hidden;*/
	/*	-webkit-transition: 1.3s left;*/
	/*	transition: 2.3s left;*/
	/*	color: transparent;*/
	/*	cursor: pointer;*/
	/*	font-size: 1.6rem;*/
	/*	*/
	/*}*/
	/*#s-cl{*/
	/*	width: 24px;*/
	/*	height: 38px;*/
	/*	position: absolute;*/
	/*	display: block;*/
    /*    transition: 2.3s opacity;*/
	/*	top: 38px;*/
	/*	left: calc(94% + 21rem);*/
	/*	z-index: 1000;*/
	/*	cursor: pointer;*/
	/*	*/
	/*}*/
	/*#n-form input.active{*/
	/*	width: calc(94% + 25rem)!important;*/
	/*	border-radius: 4px 4px 0 0 !important;*/
	/*	position: relative;*/
	/*	!*z-index: 5;*!*/
    /*    z-index: 400;*/
	/*}*/
	/*#n-form input.active ~ .material-icons{*/
	/*	left: calc(94% + 23rem) !important;*/
	/*	color: #666 !important;*/
	/*	z-index: 6;*/
	/*	visibility: visible !important;*/
	/*}*/
	#city-select{
		position: absolute;
		left: calc(90% - 24rem);
		background-color: #fff;
		top: 10px;
		border: 1px solid #EBEBEB;
		border-radius: 4px;
		max-height: 36px;
		
	}
	#city-select i{
		padding: 0px 10px;
		font-size: 16px;
		color: #000;
		height: 36px;
		line-height: 34px;
	}
	/*a span#city-lable-value{*/
	/*	padding: 5px 15px 5px 0px;*/
	/*	font-size: 16px;*/
	/*	color: #000;*/
	/*}*/
	/*#city-select a:hover{*/
	/*	text-decoration: none;*/
	/*}*/
	.header-icons{
		position: relative;
		right: 15px;
		top: 12px;
	}
	.header-icons div{
		float: right;
		padding: 0px 17px;
	}
	.header-icons span.bookmark_count{
		color: #fff;
		font-size: 13px;
	}
	.header-icons div a{
		color: #fff;
		font-size: 23px;
	}
	.header-icons div a:hover{
		text-decoration: none;
	}
	
	
}
.header-right-column{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 20px
}

@media (max-width: 744px){
	.display-none-on-744-and-down{
        display: none;
    }
    .padding-right-on-744-and-down{
        padding-right: 15px;
    }

	.header-icons{
		position: relative;
		right: 5px;
		top: 12px;
	}
	.header-icons div{
		float: right;
		padding: 0px 10px;
	}
	.header-icons div a{
		color: #fff;
		font-size: 19px;
	}
	
	#city-select{
		display: none;
	}
	#ns-container{
		position: absolute;
		width:100%;
		top: 43px;
		
	}
	input[type=search]:focus:not([readonly])+label{
		display: none;
	}
	.n-overlay{
		
		top:42px;
		
		
	}
}


#ns-container::-webkit-scrollbar { width: 0; height: 0 }
#ns-container img.responsive-img{
	
	max-height: 100px;
}
#ns-container .rubric_link a{
	color: #333;
	
}
#ns-container .rubric_link a:hover{
	text-decoration: none;
	color: #8e35a0;
	
}
/*   styles for litebox images in card content  */
.pic-1{
	width: 640px;
	margin: 4px;
	
}

.pic-2{
	width: 330px;
	margin: 4px;
	
}

.pic-3{
	width: 220px;
	margin: 4px;
	
}

.pic-4{
	width: 160px;
	margin: 4px;
	
}
.pic-5{
	width: 130px;
	margin: 4px;
	
}
.content-in-card .material-placeholder{
	width: auto;
	float: left;
}
@media (max-width: 600px){
	
	.pic-5{
		
		width: 130px;
		margin: 2px;
		
	}
	
}
#key-primary-container, #key-dubl-container{
	max-height: 300px;
	overflow: scroll;
	overflow-x: hidden; 
}
#merge-filters-cancel{
	margin-top: 15px;
	background-color: #e51515;
	display: none;
}
#merge-alert{
	float: right;
	padding-right: 90px;
	color: green;
}
.favor{
	position: relative;
}
.vac_container{
	padding: 0 54px;
}
@media (max-width: 600px){
	.vac_container{
		padding: 0;
	}
	
}
.vac_name a, .vac_name a:visited, .vac_name a:focus {
	font-size: 16px;
	line-height: 20px;
	color: #8e35a0;
}
.vac_name_new a, .vac_name_new a:visited, .vac_name_new a:focus {
    font-size: 18px;
    color: #8e35a0;
}
.vac_name_small a, .vac_name_small a:visited, .vac_name_small a:focus {
	font-size: 20px;
	line-height: 25px;
	color: #8e35a0;
}
.vac_name a:hover{
	text-decoration: underline;
}
.vac_name_small a:hover{
	text-decoration: underline;
}
.row .vac_price {
    color: green;
    font-size: 18px;
	min-height: 25px;
	line-height: 25px;
   
}
.row .vac_price_small {
    color: green;
    font-size: 13px;
	min-height: 25px;
	line-height: 25px;
   
}
.vac_company{


	font-size: 14px;
	color: #8b8888;
}
.vac_company_small{
	min-height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #8b8888;
}
.vac_desc{
	padding: 7px 0 7px 0!important;
    font-size: 14px;
}
.vac_desc_small{
	padding: 10px 0 18px 10px!important;
}
.vac_container a{
	color: #8e35a0;
}
@media (min-width: 600px){
	.vac-header{
		padding-left: 110px!important;
	}
}
.all_vacancies{
	display: block;
	float: right;
	font-size: 21px!important;
}
@media (max-width: 485px){
	.all_vacancies{
		display: block;
		float: none;
		padding-top: 13px;
		font-size: 17px!important;
	}
	.lage_pagination {
		width: auto!important;
	}
}
.v_search_span{
	display: block;
	float: right;
	padding-right: 30px;
}
.v_search_span a{
	color: #8e35a0;
}
.vacancy-content p{
	padding-bottom: 7px!important;
}
.vacancy-content .row{
	margin-bottom: 0px;
}
.img-list-ads{
	max-height: 120px;
	overflow: hidden;
}
.ads_price{
	width: 100%;
	text-align: center;
	color: green;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
}
.ads_contact ul li{
	color: #682873;
	text-align: center;
	font-size: 17px;
	text-decoration: underline;
}
#ads [type="radio"]:not(:checked){
    left: inherit;
    z-index: 9000;
    width: 90px;
    height: 20px;
 }
/*
#fullScreenEditAdd [type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: 250px;
    opacity: 0;
    z-index: 200;
    width: 74px;
    height: 30px;
    cursor: pointer;
}
*/

.ads-top-img{
	margin: 0px auto;
}
.vacancy-content .material-placeholder{
	width: 100%;
}
.card .card-content-ads-on-main{
	padding: 0px;
}
.card .card-content-ads-on-main .card-text{
	padding: 11px 10px;
	text-align: center;
	
}
.card-content-ads-on-main a{
	color: #343434;
}
.card-content-ads-on-main a .card-title{
	color: inherit;
}
.card-content-ads-on-main a:hover{
	color: #8e35a0;
}

.card-ads-title{
	height: 36px;
	overflow: hidden;
	color: inherit;
}
div.img-ads-container-on-main{
	height: 126px;
	overflow: hidden;
}
.date-added, .demand-offer{
	font-size: 13px;
	color: #666;
}
.date-added span{
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.date-added{
	padding-left: 5px;
}
.ad-price{
	display: block;
	padding-top: 5px !important;
	height: 23px !important;
    min-height: auto !important;
    font-size: 15px !important;
	overflow: hidden;
}
.demand-offer{
	/*font-style: italic;*/
	text-align: right;
}
nav.c-menu ul  span.badge{
	position: relative;
	top: -9px;
	min-width: 0rem;
	background-color: #ae96b3;
	line-height: 19px;
    height: 19px;
}
.mobi-menu-conteiner ul span.badge{
	background-color: #ae96b3;
	margin-left: 4px;
}
.ads-menu a{
    padding: 0px;
    font-size: 17px;
    height: 28px;
    line-height: 28px;
    margin-right: 25px;
}
.ads-menu span.badge.new {
    position: absolute;
    right: 8px;
}
/* side-nav menu new styles */
.side-nav .global-menu a{
	padding: 0px;
	font-size: 17px;
	height: 28px;
	line-height: 28px;
	
}
.side-nav .global-menu a:hover{
	background: none;
}

.side-nav .global-menu i{
	color: #8e35a0;
	font-size: 20px;
}
.side-nav .global-menu a font{
     display: block;
     float: left;
     width: 208px;

 }
.side-nav .global-menu a font font{
    vertical-align: inherit;
    line-height: 18px;
    display: inherit;

}
.collection.with-header.global-menu  .collection-header {
	padding: 0px 20px;
	margin-top: 10px;
	background-color: #eee;
	
}
.collection.with-header.global-menu  .collection-header h4{
	text-transform: uppercase;
	margin-bottom: 7px;
}
.collection.with-header .disabled{
     background-color: #eee;
 }
.collection.with-header .disabled span{
    color: #666;
}
.collection.with-header .second-level{
    padding-left: 40px;
}
#jform_spacer-lbl .red{
	background-color: #fff!important;
	color: red;
}
.rubric_admin{
	font-size: 24px;
	font-weight: 500;
	padding: 30px 0 7px 7px;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	
}
#reportModal .collapsible{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	box-shadow: none;
}
#reportModal .collapsible-header{
	font-size: 17px;
	color: #000;
}
#reportModal .collapsible-header i{
	font-size: 2rem
}
#reportModal .collapsible-body{
	padding: 15px 5px 5px 0px;
	margin-left: 40px;
	border-bottom: 0px;
}
p.radioLabel label{
	font-size: 14px!important;
	padding-right: 50px;
}
/* registration authorization styles */

@media only screen and (min-width: 1000px){
	div.registration{
		width: 65%;
		margin: 80px auto;
	}
	div.registration label{
		font-size: 1.2rem;
		
	}
	.form-horizontal .control-label{
		text-align: left;
	}
}
#bodycontent{
	min-height: 350px;
    position: relative;
    top: 21px;
}
.add-new-company .collapsible-header {
	font-size: 21px;
}
.add-new-company .collapsible-header i{
	font-size: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.add-new-company .collapsible-body{
	padding: 30px 50px;
}
span.add-new-subtitle{
	font-size: 18px;
	
}
#tender-add .input-field .prefix.active{
	color: #8e35a0;
	font-size: 21px;
}
.filters .chip.active{
    background-color: #8e35a0;
    color: #fff;

}
.ads-filter{

    float: right!important;

}
.ads-filter .filters{
    padding-top: 12px!important;
}
.filters span{
    padding: 0px 7px;
}
.adsMenu li.parent{
    font-weight: 500;
}
.adsMenu li.child{
    padding-left: 35px;
}
.adsMenu li.parent-2{
    padding-left: 27px;
}
.adsMenu li.parent-3{
    padding-left: 35px;
}
.modal .modal-footer .footer-left{
    float: left;
}
.nextActive{
    background-color: #8e35a0 ;
    color: #fff;
}
.adsNotify{
    color: #c30101;
}
.adsBorder{
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 14px!important;
}
#personalData, #editAdd{
    padding-top: 30px;
}
.float-right{
     float: right;
    /*width: 796px;*/
    width: auto;
    padding-right: 5px;
}
.float-right div.zakup{
    float: right;
    padding: 0px 16px;
    color: #fff;
}
div.zakup a{
     color: aliceblue;
    font-weight: 300;
 }
div.zakup a:hover, div.zakup a:visited{
    text-decoration: underline;
}
.plashka{
    position: fixed;
    top: 0px;
    z-index: 300;
    width: 100%;
    height: 22px;
    /*background-color: #773884;*/
	background: linear-gradient(90deg, rgba(119,44,134,1) 17%, rgba(64,24,71,1) 100%);
    /*opacity: 0.95;*/
    /*border-bottom: 1px solid #333;*/
}
@media (max-width:600px) {
    .plashka{
        /*display: none;*/
    }
}
.offer-green{
    color: darkgreen;
}
.offer-purple{
    color: purple;
}
#saveUserAdd [type="radio"]:not(:checked), #editAdd [type="radio"]:not(:checked){
    left: inherit;
    z-index: 9000;
    width: 90px;
    height: 20px;
}
#fullScreenEditAdd [type="radio"]:not(:checked), #editAdd [type="radio"]:not(:checked), #page-inner [type="radio"]:not(:checked){
    left: inherit;
    z-index: 9000;
    width: 90px;
    height: 20px;
}
#rubricTitleArrow{
    padding: 0 5px 5px 0;
    cursor: pointer;
    height: 20px;

}
@media (min-width: 700px) {
    .ads-title h1{
        padding-left: 52px;
    }

}
.new-ad-card div.img-ads-container-on-main{
    position: relative;
    height: 200px;
}
.new-ad-card .new-demand-offer{
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 83px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    font-weight: 500;
}
.new-ad-card .ad-label{
    position: absolute;
    top: 0px;
    right: 21px;
}
.new-ad-card .ad-is-new{
    background-image: url("../../../../images/icons/ad-is-new.png");
    width: 98px;
    height: 25px;
    position: absolute;
    top: 14px;
    left: 0px;
    line-height: 25px;
    padding-left: 15px;
    color: #fff;
    font-weight: 500;
}
.ad-date-container{
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
}
.ad-date{
    width: 48%;
    float: left;
    padding-left: 12px;
}
.new-bu{
    width: 48%;
    float: right;
    text-align: right;
    padding-right: 12px;
}
.new-ad-title{
    font-size: 15px;
    font-weight: 500;
    padding: 4px 12px;
}
.new-views{
    width: 30%;
    float: left;
    padding-left: 12px;
    color: #666;
}
.new-ad-location{
    width: 60%;
    float: left;
    padding-left: 12px;
}
.new-views span{
    padding-left: 12px;
    color: #666;
    font-size: 13px;
}
.new-ad-location span{
    padding-left: 12px;
    color: #666;
    font-size: 13px;
}
.new-ad-price{
    font-size: 15px;
    color: #008E1F;
    padding-left: 12px;
}
.pswp--touch .pswp__button--arrow--right, .pswp--touch .pswp__button--arrow--left{
    visibility: visible;
    opacity: 1;
}
@media (min-width: 1100px) {
    .fig-2{
        position: relative;
        left: 300px;
    }
    .fig-3{
        position: relative;
        left: 200px;
    }
    .img-static-height img{
        height: 100px;
    }
}
@media (max-width: 500px) {

    .img-static-height img{
       /* height: 100px;*/
    }
    .fig-3{
        width: 48%!important;

    }
    .fig-3 img{
        width: 100%;
        height: 100px;

    }
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after{
    background-color: #8626a6;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after{
    border: 2px solid #a178a1;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #8e35a0;
    left: 24px;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #8e35a0;
}
.adVacancySwitcher label{
    font-size: 14px;
}
.main-page-top-banners{
    display: none;
}
@media (min-width: 1192px) {
    .main-page-top-banners{
        display: block;
    }
}
body {
    margin: 0;
    padding: 0;
}

.page {
    display: flex;
    min-height: 100vh;
}



/* Фиксируем позицию body, которую меняет панель гугла*/

.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* language */

.language {

    left: 10px;
    top: 50%;
    transform: translateY(-50%);

    flex-direction: column;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;

}

.language__img:hover,
.language__img_active {
    opacity: 1;
}
.for-mobile-only{
    display: block;
}
#s-cl i{
    position: relative;
    top: 25px;
    color: #222;
    /*display: none;*/
    /*visibility: hidden;*/
    opacity: 0;
}
#s-cl.active i{
    /*visibility: visible;*/
    /*display: block;*/
    opacity: 1;
    transition: 1.55s opacity;
}
@media (min-width: 460px) {
    .for-mobile-only{
        display: none;
    }
    #s-cl i{
        position: relative;
        top: -11px;
    }
}
.header .page-header a span{
    color: red;
}
div.banner-in-card{

}
@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }
}
#userAdsNewPin:active, #userAdsNewPin:focus {
    background-color: #aaa;
    border: none;

}
.userAdsNotify{
    padding: 20px!important; ;
    display: none;
    border: 1px solid grey;
}
.itsWrong{
    border-color: red;
}
.itsSuccess{
    border-color: green!important;
}
.adPhotoPreview .img-responsive{
    max-height: 250px;
}
.adPhotoPreview{
    border: 1px solid #666;
    border-radius: 3px;
    padding: 5px!important;
}
a.phone_style{
    letter-spacing: 1px;
    cursor: pointer;
}
.phones.cont li{
    padding: 1px 0;
}

/*  new header for mobile  */
#page-wrapper.extra-top{
    top: 86px;
    overflow: visible;
}
.mobile-plus{
    font-size: 17px;
    padding-right: 3px;
    font-weight: 500;
}
.top-bottom-line{
    display: none;
}

a.enter-png{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../../../../images/icons/g3.svg");
}
a.enter-png:hover, a.enter-png:focus{
    background-image: url("../../../../images/icons/g31.svg");
}

a.favorites-png{
    display: block;
    width: 32px;
    height: 32px;
    padding-left: 28px;
    padding-top: 5px;
    text-align: right;
    background: url(../../../../images/icons/g2.svg) no-repeat;
}
a.favorites-png:hover, a.favorites-png:focus{
    background-image: url("../../../../images/icons/g21.svg");
}
a.request-png{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../../../../images/icons/g1.svg");
}
a.request-png:hover, a.request-png:focus{
    background-image: url("../../../../images/icons/g11.svg");
}
.collapsible{
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    box-shadow: none;
}
#mobile-rubric-header-icon{
    color: grey;
    font-weight: 500;
    position: relative;
    top: 15px;
    font-size: 22px;
    margin-right: 0px;
     transform: rotate(0deg);
     transition: transform 0.3s linear;
 }
#mobile-rubric-header-icon.open{

    transform: rotate(180deg);
    transition: transform 0.3s linear;
}
@media (max-width: 480px) {

    /** FROM MAX-WIDTH 744 **/
    nav .n-input{
        padding-top: 10px;
        height: 56px;
        overflow: visible;

    }

    nav form#n-form {
        margin-left: 0px;
        width: 100%;
        position: absolute;
        float: left;
    }
    .nav-wrapper .n-input input[type=search] {
        background-color: #fff;
        border-radius: 3px;
        position: absolute;
        left: 139px;
        font-size: 16px;
        font-weight: 500;
        padding-left: 4rem;
        width: calc(45% - 4rem);
        transition: width 300ms ease-in !important;
        height: 32px;

    }

    .nav-wrapper .n-input input[type=search]:focus {
        background-color: #ffffff !important;
        position: absolute;
        left: 0px;
        z-index: 200;


        -webkit-transition: width 300ms ease-in !important;
        -moz-transition: width 300ms ease-in !important;
        transition: width 300ms ease-in !important;
        border: 1px solid #EBEBEB !important;
        border-radius: 3px 3px 0 0 !important;


        width: 100%;
    }
    #n-form input.active{
        width: 100%;
        position: relative;
        left: 0px;
        z-index: 400;
        border-radius: 3px 3px 0 0 !important;
    }
    .n-input input[type=search]:focus:not(browser-default) ~ .material-icons{
        left: calc(90% - 7rem);

        -webkit-transition: 2.7s color;
        visibility: visible;
        transition: 2.7s color;

    }
    #n-form input.active ~ .material-icons{
        left: calc(100% - 3rem) !important;
        color: #666 !important;
        top: 17px;
        z-index: 206;
        visibility: visible !important;
    }
    #s-cl{
        width: 24px;
        height: 38px;
        position: absolute;
        display: block;
        top: 9px;
        left: calc(100% - 3rem);
        z-index: 1000;
        cursor: pointer;

    }
    nav .input-field label.active{
        color: #fff;
        position: relative;
        left: 143px!important;
        top: 5px;
    }
    nav .input-field label.active i{
        color: #000;
        font-size: 23px;
    }

    /*************************/


    nav.top-navbar {
        /*height: 120px;*/
        height: 90px;
        position: relative;
    }
    .nav-wrapper .n-input input[type=search]{
        position: relative;
        top: 60px;
        left: 10px;
        width: calc(100% - 20px);
    }
    nav .input-field label.active{
        top: 30px !important;
        left: 20px!important;
    }
    nav .input-field label.active i{
        font-size: 27px;
        color: #682675;
    }
    .n-overlay {
        top: 0px;
    }
    #ns-container{
        top: 102px;
    }

    #city-select{
        display: block!important;
        position: absolute;
        top: 13px;
        font-size: 17px;
        left: 161px;
        font-weight: 300;

    }
    #city-select i{
        padding-right: 20px;
        font-size: 18px;
    }
    #s-cl{
        top: 48px;
    }
    .top-bottom-line{
        display: block;
        float: left;
        position: relative;
        top: 36px;
        left: 15px;
        width: calc(100% - 25px);
        font-weight: 300;
    }
    .tb-left{
        float: left;
        padding-right: 10px;
        border-right: 2px solid #fff;
    }
    .tb-right{
        float: right;
    }
    #bodycontent{
        top: -29px;
    }
    #page-wrapper.extra-top{
        top: 50px;
    }
    .collapsible-header .page-header{
        background: url("../../../../images/icons/rubricator-mobile-menu.png") 7px 27px  no-repeat;
        padding-left: 45px;
        color: #682675;

    }
    .tb-left a:hover, .tb-left a:focus{
        color: #fff;
        text-decoration: none;
    }
    .tb-right a:hover, .tb-right a:focus{
        color: #fff;
        text-decoration: none;
    }
    /* styles for horizontal scrolling news blocks on main page */


    .main_page_news .col-md-4, .main_page_news .col-md-3{
        padding-right: 28px;
        padding-left: 6px;
        min-width: 85%;
        scroll-snap-align: start;
    }
    .main_page_news{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;

    }
}
/* show/hide rubricator list */
.verticalShowMore{
    position: relative;
    overflow: hidden;
    height: auto;
    transition: max-height 0.5s;
}

.verticalShowMore::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    pointer-events: none;
}
.verticalShowMore.needHide::after{
    height: 0px!important;
}

.overButton{
    position: relative;
    /*left: 30px;*/
    right: 50px;
    text-align: right;
    top: 5px;
    cursor: pointer;
}
#rubric-list-show-hide{
    position: relative;
    left: 20px;
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}
#rubric-list-show-hide.open{
    left: 20px;
    transform: rotate(180deg);

}

.overButton:hover{
    color: #682675;

}
/* send clients tenders using cron admin styles  */

.send_mail_body{
    border: 1px solid #666;
    border-radius: 5px;
    padding: 30px;
}
.send_mail_body h3{
    font-size: 18px;
}
h3.item-header{
    font-size: 18px;
    padding: 10px 30px;
    color: #666;
}
.sendSuccess{
    color: green!important;
}
.client-card ul.collapsible  li:first-child div.collapsible-header{
    position: relative;
}

.client-card ul.collapsible  li:first-child div.collapsible-header::after{
    content: "";
    background: url(//ibiz.by/images/icons/arrow.svg);
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    right: 45px;
    top: 17px;
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
}

.client-card ul.collapsible  li.active:first-child div:first-child::after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.note{
    padding: 30px;
    color: brown;
    font-size: 17px;
    font-style: italic;
}
.success{
    padding: 30px;
    color: darkgreen;
    font-size: 17px;
    font-style: italic;
}
.progressbar {
    height: 20px;
    position: relative;
    background: #a79f9f;
    padding: 1px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.progressbar > span {
    display: block;
    height: 100%;
    background-color: rgb(43,194,83);
    background-image: linear-gradient(
            center bottom,
            rgb(43,194,83) 37%,
            rgb(84,240,84) 69%
    );
    box-shadow:
            inset 0 2px 9px  rgba(255,255,255,0.3),
            inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.progressbar > span:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
}
.progressbar > span.sent:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: stop 2s linear infinite;
    overflow: hidden;
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
.p_purple > span {
    background-color: #7a2e8a;
    background-image: linear-gradient(to bottom, #7a2e8a, #481b50);
}
.card #fullScrSlider{
    min-height: 440px;
}

@media  (max-width: 1152px){
    .card #fullScrSlider{
        min-height: 250px;
    }
}
        /*
        стили для кубика         */

.page-box {
    color: #222;
    display: flex;

    align-content: center;
    justify-content: center;
    height: 419px;
    text-align: center;
}
.container-box {
    margin-top: 50px;
}

.box-wrapper {
    perspective: 800px;
    perspective-origin: 50% 100px;
}

.box-faces {
    position: relative;
    width: 240px;
    transform-style: preserve-3d;
}

.box-face {
    outline: 1px solid #999;
    position: absolute;
    width: 240px;
    height: 240px;
    opacity: 0.98;
    box-shadow: inset 0px 0px 100px #555;
}

.box-face--is-back {
    transform: translateZ(-120px) rotateY(180deg);
    background-color: #eee;
}
.box-face--is-right {
    transform: rotateY(-270deg) translateX(120px);
    transform-origin: top right;
    background-color: #ddd;

}
.box-face--is-left {
    transform: rotateY(270deg) translateX(-120px);
    transform-origin: center left;
    background-color: #ddd;
}
.box-face--is-top {
    transform: rotateX(-90deg) translateY(-120px);
    transform-origin: top center;
    background-color: #fafafa;
}
.box-face--is-bottom {
    transform: rotateX(90deg) translateY(120px);
    transform-origin: bottom center;
    background-color: #bbb;
}
.box-face--is-front {
    transform: translateZ(120px);
    background-color: #eee;
}


@keyframes spin {
    from { transform: rotateY(0); }
    to { transform: rotateY(360deg); }
}

.box-faces, .shadow {
    animation: spin 15s infinite linear;
}



.shadow-wrapper {
    perspective: 800px;
    perspective-origin: 50% 100px;
    /*  -webkit-perspective: 800px;
      -webkit-perspective-origin: 50% 100px;*/
}

.shadow {
    position: relative;
    width: 240px;
    transform-style: preserve-3d;
}

.shadow div{
    position: absolute;
    width: 240px;
    height: 240px;
    top: 0px;
    opacity: 0.98;
    box-shadow: 0px 0px 150px #000;
    transform: rotateX(90deg) translateY(120px);
    transform-origin: bottom center;
}
/*
      конец стилей для кубика     */

 /*
 стили для новой детальной статистики */

#companyStatModal table, #companyStatModal th, #companyStatModal td{
    border: none;

}
#companyStatModal tr, .send_mail_body tr, .stat-page tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 5px 0;
}
#companyStatModal td  {

    padding: 5px 0;
}
.send_mail_body td, .send_mail_body th, .stat-page th {
    padding: 5px 5px 5px 0;
}
@media only screen and (max-width: 992px){
    #companyStatModal tr {
        border-bottom: none;
        padding: 0 10px;
    }
    #companyStatModal th{
        padding: 5px 10px 5px 0;
    }
}
span.regr{
    color: red;
}
span.progr{
    color: green;
}
#note{
    font-style: italic;
    font-weight: 500;
    margin: 10px;
    padding: 10px 30px;
    border-radius: 5px;

}
.upload-error{
    border: 2px solid red;
 }
.upload-success{
    border: 2px solid green;
}
.stat-page span.badge.new {
    font-weight: 300;
    position: relative;
    font-size: 1rem;
    float: inherit;
    bottom: 10px;
    color: #fff;
    background-color: #a03bb4;
    border-radius: 2px;
}
.stat-page thead tr{
    background-color: #e9e9e9;
    padding: 8px 0;
    border-top: 1px solid rgba(0,0,0,0.12);
}
.stat-page tr{
    border-left: 1px solid rgba(0,0,0,0.12);
    border-right: 1px solid rgba(0,0,0,0.12);
}
/*  styles for running string   */

.marquee {
    overflow: hidden;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    cursor: default;
    user-select: none;
    margin: 0px 30px;
    top: -20px;
}
.playControlBg{
    position: absolute;
    left: 20px;
    top: -13px;
    height: 31px;
    width: 45px;
}
.play-control{
    position: absolute;
    cursor: pointer;
    left: 20px;
    top: -15px;
    height: 35px;
    width: 35px;
    color: aliceblue;
    background: #682675 url("/images/icons/stop-button.png")  no-repeat center;
}
.play-control.active{

    background: #682675 url("/images/icons/play-button.png")  no-repeat center;
}
@media  (max-width: 700px){
    .marquee {
        margin: 0px;
        top: 0px;
    }
    .playControlBg{
        top: 7px;
        left: 0px;
    }
    .play-control{
        top: 5px;
        left: 0px;
    }
}

.marquee__inner {
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    display: inline-block;
    border-top: 2px solid #682675;
    border-bottom: 2px solid #682675;
    padding: 5px 0;
    margin: 5px 0;
}
.marquee__inner span {
    padding: 0px 30px;
    border-right: 3px solid #682675;
}
.marquee__inner a{
    color: #682675;
    text-decoration: underline;
}
button.med-button:disabled{
    background-color: #999;
}
.client-card ul.indicators{
    overflow: hidden;
    height: 60px;
}
/*div.carousel-slider:after{
    content: "dsf";
    position: relative;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid red;
}*/
.client-card #fullScrSlider .nav-button{
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.client-card #fullScrSlider .nav-button:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.client-card #fullScrSlider .next-button{
    right: 0px;
}
.client-card #fullScrSlider .prev-button{
    left: 0px;
}
/* gismeteo */

.gis-title{
    font-size: 17px;
    color: #666;
    font-weight: 500;
}
.gis-temperature{
    color: #682675;
    font-size: 19px;
}
.gis-img img{
    width: 45px;
}


/********Модальное окно************/
  
/*CSS-свойства для заднего фона модального окна*/
.iw-modal {
	opacity: 0; /*изначально этот блок должен быть прозрачным*/ 
	background: rgba(0,0,0,0.7); /*задаём цвет фона*/
	pointer-events: none; /*делаем чтобы по элементу нельзя было кликнуть когда он прозрачный*/
 	position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
	transition: all 0.5s ease;
    margin: 0;
    padding: 0;
}

.iw-modal:target {
    opacity: 1; /*при клике окно становится видимым*/
	pointer-events: auto; /*теперь по окну можно кликать мышкой*/
    overflow-y: auto; /*прокрутка по вертикли страницы*/
}

.iw-modal-wrapper {
	margin:auto; /*выравниваем окно по центру по горизонтали*/
	margin-top:25vh; /*отступ сверху можно задавать в px, % или vh*/
}

/*CSS-свойства для блока, содержащего контент модального окна */ 
.iw-CSS-modal-inner {
    position: relative;
    background: #fff; /*цвет фона*/
    border: 1px solid #ccc; /*цвет и толщина рамки*/
    border-radius: 0px; /*радиус скругления углов*/

}

/*CSS-свойства заголовка модального окна */
.iw-modal-header {
    padding: 15px;/*внутренний отступ*/
    background:#f1f1f1;/*цвет фона*/
	position:relative;
}
.iw-modal-title {
	font-size: 18px; /*размер шрифта*/
	color:#555; /*цвет шрифта*/
	font-weight:bold; /*жирность шрифта*/
    line-height: 1.5; /*высота строки*/
    margin-top: 0;
    margin-bottom: 0;
}

/*CSS для кнопки закрытия окна*/
.iw-close {
    position:absolute;
	top:15px; /*отступ сверху*/
	right:10px; /*отступ справа*/
    font-size: 24px; /*размер шрифта*/
    color: #555; /*цвет шрифта*/
    text-decoration: none;
}

.iw-close:hover, .iw-close:focus {
    color: #000; /*цвет шрифта при наведении*/
    cursor: pointer;
}

/*CSS для блока с текстом модального окна*/

.iw-modal-text {
  padding: 15px 20px; /*внутренний отступ*/
}

/**MEDIA**/
@media (min-width: 550px) {
  .iw-modal-wrapper {
      max-width: 500px;
   }
}
/**end.Модальное окно**/

/***  Products styles ***/

.product-container .card:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}

.card h2.product-title{
    font-size: 48px;
    padding-bottom: 10px;
    font-weight: 400;
}
.card .productPage-productPrice{
    font-size: 25px;
    font-weight: 300;
}
.card .productPage-productPrice span{
    background-color: #8e35a0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 5px 15px;
    /*margin-left: 15px;*/
}


.search-info span.tab{
    border: 1px dashed #666;
    border-radius: 4px;
    padding: 3px 13px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 10px;
    color: #8e35a0;
}
.search-info span.tab-inactive{
    border: 1px dashed #666;
    border-radius: 4px;
    padding: 3px 13px;
    font-weight: 500;
    margin-left: 10px;
    color: #666;
}
@media (max-width: 740px){
    .search-info span.tab-inactive
    {
       display: none;
    }
}

.search-info span.tab.active, .search-info span.tab:hover{
    /*color: #682675;*/
    background-color: #8e35a0;
    border-color: #8e35a0;
    color: #fff;
}
.productOwner{
    background-color: #fff;
    margin: 8px auto;
    border: 1px solid #fff
}
.productOwner:hover{
    border: 1px solid #aaa
}


/* particles styles */
canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#back-to-top {

    position: fixed;
    opacity: 0.7;
    bottom: 133px;
    left: 50px;
    width: 65px;
    height: 65px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-image: url(/images/top.png);
    background-repeat: no-repeat;
    background-position: center;
}
#back-to-top:hover{
    opacity: 1;
}

.product-navigate-button{
    position: absolute;
    background-color: rgba(100,100,100,0.72);
    color: #fff;
    top: 125px;
    width: 60px;
    height: 125px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.product-navigate-button:hover{
    background-color: rgba(100,100,100,0.9);
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.02); /* (102% зум - Примечание: если масштаб слишком велик, он будет выходить за пределы видового экрана) */
}

/* rubricator extra rubrics styles*/

.extra-rubric-badge{
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 7px 20px 7px 0;
    float: left;
}
.extra-rubric-badge:hover{
    background-color: #EEE;
}
@media (max-width: 740px){
    .scroll-on-small{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }
    .scroll-on-small-container{
        min-width: 1100px;
    }
}

.blinked-button {
    padding: 7px 15px;
    background: #8e35a0;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    overflow-x: hidden;
}
@media (max-width: 610px) {
    .blinked-button {
        width: 90%;
        display: block;
        margin: 30px auto 40px auto;
        display: block;
        text-align: center;
        background: #8e35a0;
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        border-radius: 4px;
        position: relative;
        overflow-x: hidden;
    }
}
.blinked-button:hover{
    color: #fff;
    text-decoration: none;
}
.blinked-button .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.alcohol{
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    left: 0px;
    height: 100%;
    background: url(/images/headers/fon.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.alcohol-text{
    padding-top: 12%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 45px;
    padding-bottom: 60px;
}
@media (max-width: 610px){
    .alcohol-text{
        padding-top: 32%;
    }
}
@media (max-width: 520px) {
    #back-to-top {
        bottom: 14px;
        left: 0px;
    }
}
.alcohol-button-container{
    text-align: center;
    width: 100%;
    
}

.alcohol-button{
    font-size: 30px;
    margin: 0 50px;
}

.add-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
}
.add-block-img{

}
.add-block-button{
    min-width: 185px;
    text-align: center;
}
.add-block-content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
    padding: 0 20px;
}
.add-block-content .header{
    color: #682675;
    font-weight: 700;
    font-size: 19px;
}
.add-block-content .text{


}
.add-block-button a.bb{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #E13803;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.add-block-button a.bb:hover{
    background-color: #ba2f04;
    text-decoration: none;
}
@media (max-width: 1000px){
    .add-block-content{
        display: none;
    }
}

@media (max-width: 750px){
    .add-block-img{
        display: none;
    }
}
@media (max-width: 460px){
    .add-block{
        margin: 5px;
    }
}
a#client-menu-gszh{
    position: absolute;
    width: 130px;
    height: 26px;
    top: 35px;
    background: url("/images/client-menu-gszh.svg") 10px no-repeat;
}

.filter-types{
    clear: both;
    overflow: hidden;
    padding: 15px 55px 0 55px;

}
@media (max-width: 500px) {
    .filter-types {
        padding: 15px 0px 0 0px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        overflow-x: scroll;
    }
    .filter-types > ul{
        min-width: 430px;
    }
}
.filter-types > ul{
    position: relative;
    list-style: none;
}
.filter-types > ul > li{
    float: left;
    min-height: 1px;
    vertical-align: middle;
    border-right: 1px solid #dcdee3;
 }

.filter-types > ul > li:last-child{
    border-right: none;
}


.filter-types > ul > li.disabled:hover{

}

.filter-types > ul > li > a, .filter-types > ul > li > span {
    display: block;
    padding: 0px 10px;
    line-height: 38px;
    height: 38px;
}

.filter-types > ul > li:hover > a,
.filter-types > ul > li.active > a,
.filter-types > ul > li.active > span{
    text-decoration: none;
    background: #eee;
    color: #682774;;
}
.filter-types > ul > li.disabled:hover{
    color: #555;
}
.filter-types span.badge {
    position: relative;
    top: 3px;
    right: 2px;
    color: #fff;
    border-radius: 3px;
    min-width: 0rem;
    background-color: #ae96b3;
    line-height: 19px;
    height: 19px;
    margin-left: 7px;
}
.new-filter-list-container{
    position: relative;
    width: 100%;
    padding: 10px 53px 7px 53px;
    display: flex;
}
.new-filter-list-button {
    display: flex;
    flex-direction: row;
}
.new-filter-list-button i {
    font-size: 22px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

.new-filter-list-button i:hover{
    background-color: #eee;
    border-radius: 18px;
    cursor: pointer;
}
.new-filter-left{
    position: absolute;
    left: 10px;
    top: 8px;
}
.new-filter-left::after{
    background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 80%);
    height: 35px;
    width: 50px;
    content: "";
    pointer-events: none
}
.new-filter-right{
    position: absolute;
    right: 10px;
    top: 8px;
}
.new-filter-right::before{
    background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0) 80%);
    height: 35px;
    width: 50px;
    content: "";
    pointer-events: none
}
.new-filter-items-container{
    flex-grow: 2;
    overflow-x: scroll;
    flex-wrap: nowrap;
    display: flex;
}
.new-filter-items-container::-webkit-scrollbar{
    display: none;
}
.new-filter-items-container .chip a:hover{
    text-decoration: none;
}
.new-filter-items-container .chip.active {
    background-color: #8e35a0;
    color: #fff;
}

.new-filter-items-container .chip{
    border-radius: 6px;
}

/* Закупки в шапке сайта на всех страницах */

#zakup-dropdown-button{
    position: relative;
    cursor: pointer;
}
#zakup-dropdown-button #zakup-dropdown{
    display: none;
    position: absolute;
    top: 20px;
    right: 50px;
}
#zakup-dropdown-button:hover, #zakup-dropdown-button.active {
    color: #fff;
}
#zakup-dropdown-button:hover #zakup-dropdown{
    display: block;
}
.card.hovered{
    height: 90px;
}

.card.hovered:hover{
    background-color: #682674;
    color: #fff;
}
#contactDirectionModal {
    width: 380px;
    height: fit-content;
    min-height: auto;"
}

/***  New Template styles  ***/
.header-small-text, .header-small-text a, .header-small-text a:visited, .header-small-text a:focus{
    font-size: 10px;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.header-small-text i{
    font-size: 12px;
}
.header-small-text:hover, .header-small-text a:hover{
    color: #fff;
    text-decoration: none;
    background: none;
    opacity: 1;
    text-wrap: none;
}

a.icon {
    width: 32px;
    height: 28px;
    background-size: contain!important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
a.icon:hover, a.icon-soc:hover{
    opacity: 1;
}
a.add-company{
    background: url(../img/icons/add-company.png) no-repeat;
}
a.zakup{
    background: url(../img/icons/zakup.png) no-repeat;
}
a.favor{
    background: url(../img/icons/favor.png) no-repeat;
}
a.my-company{
    background: url(../img/icons/my-company.png) no-repeat;
}
a.icon span.bookmark_count{
    position: relative;
    top: 12px;
    left: 29px;
    color: #fff;
 }
a.icon-soc{
    width: 30px;
    height: 18px;
    background-size: contain!important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
a.inst{
    background: url(../img/icons/inst.png) no-repeat right;
}
a.vk{
    background: url(../img/icons/vk.png) no-repeat;
}
a.youtube{
    background: url(../img/icons/youtube.png) no-repeat;
}
a.telegram{
    background: url(../img/icons/telegram.png) no-repeat;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-dropdown img {
    height: 15px;
}

.language-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;    /* сразу под контейнером */
    left: -20px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-radius: 6px;
    z-index: 1000;
    min-width: 40px;
    padding: 15px;
}

.language-dropdown-menu img {
    display: block;

    cursor: pointer;
}

.language-dropdown:hover .language-dropdown-menu {
    display: block;
}
.header-banner-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0px 15px 54px;
}

.vak-zan-buttons{
    display: flex;
    flex-direction: row;
    gap: 2rem;

}

.vak-zan-buttons a{
    display: block;
    padding: 4px 2rem;
    font-size: 15px;
    font-weight: 400;
    background-color: #682675;
    color: white;
    border: 1px solid #fff;
    transition: background-color 0.3s ease;
}
.vak-zan-buttons a:hover{
    background-color: #8e35a0;
    text-decoration: none;
}

.header-banner-container h1.page-header{
    padding: 0;
    text-transform: uppercase;
    font-size: 19px;
}
.header-banner-container a.city-modal-trigger{
    font-size: 19px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: #323232;
    text-decoration: none;
    border-bottom: 1px dashed #323232;
}


.header-banner-container a.city-modal-trigger:hover{
    color: #8e35a0;
    border-bottom: 1px dashed #8e35a0
}
.header-banners{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
}
.header-banners img {
    max-height: 80px;   /* фиксируем высоту баннеров */
    height: auto;
    width: auto;
    max-width: 100%;    /* чтобы не ломалось при узких экранах */
    object-fit: contain;
}
.scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.scroll-container {
    display: flex;
    gap: 3px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */

}

.scroll-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.main_page_news_main .card {
    flex: 0 0 auto;
    width: 450px;
    background: #fff;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
}

.main_page_news_main .card img {
    width: 100%;
    display: block;
    height: auto;
}

.main_page_news_main .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 12px 12px 12px;
    /*background: linear-gradient(transparent, rgba(0,0,0,0.9));*/
    background-image: linear-gradient(to top, #0a1510 0, #0a1510e6 50%, #0a151000 100%);
    color: #fff;
    transition: color 0.5s ease;
}

.main_page_news_main .card:hover .card-content{
    color: #c5c5c5;
}

.main_page_news_main .card-content h3 {
    margin: 0 0 6px;
    font-size: 18px;
}
.main_page_news_main .card-content p{
    line-height: 18px;
}
.main_page_news_main .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 38px;
    padding: 10px 20px;
    cursor: pointer;

    transition: background 0.3s;
}

.main_page_news_main .scroll-btn:hover {
    background: rgba(0,0,0,0.6);
}

.main_page_news_main .scroll-btn.left {
    left: 0px;
}

.main_page_news_main .scroll-btn.right {
    right: 0px;
}
div.without-triangle ul.main-rubric-list li{
    background: none;
}
div.without-triangle ul.main-rubric-list li a>h3{
    margin-left: 0;
}

div.without-triangle ul.rubricator-bordered{
    border-right: 2px solid #dcdddf;
}

.theme-news-container .header.with-controls{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.theme-news-container .card{
    width: 280px;
    min-width: 280px;
    padding: 0;
    margin: 0;
}
@media(min-width: 992px) {
    .theme-news-container .with-separator {
        padding-right: 35px;
        border-right: 2px solid #682675;
    }
    .theme-news-container .next-to-separator{
        padding-left: 35px;
    }
}
.theme-news-container .col-lg-6.with-separator {
    width: 48%;
}

.theme-news-container .card-content{
    position: relative;
}
.theme-news-container .page-header{
    padding: 10px 0;
    text-transform: uppercase;

}
.theme-news-container .card-content .card-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.news-container-controls{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.theme-news-container .main_page_news{
    padding: 0;
    gap: 3px;
}
.theme-news-container .scroll-btn{
    font-size: 38px;
    border: none;
    background: none;
}
.theme-news-container .scroll-btn:hover{
    color: #682675;
}
.navbar-header:before {
    content: none;
}
<!-- styles for ads -->
.main-page-col-l2-4px-padding .card .card-content-ads-on-main{
    position: relative;
}
.main-page-col-l2-4px-padding .card .card-content-ads-on-main .card-text{
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0px;
    bottom: 0px;
    padding: 10px 5px 5px 5px;
    background-image: linear-gradient(to top, #0a1510 0, #0a1510e6 50%, #0a151000 100%);
    transition: color 0.5s ease;
}
.main-page-col-l2-4px-padding .card .card-content-ads-on-main .card-text:hover{
    color: #c5c5c5;
}
.badge-add-price {
    border-radius: 3px;
    background-color: #436e54;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 7px;
}
.badge-add-offer{
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 7px;
}
.badge-add-location{
    position: absolute;
    top: 10px;
    left: 0px;
    display: flex;
    background-color: #682675;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    padding: 2px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.badge-add-location i{
    font-size: 15px;
}
.main-page-col-l2-4px-padding .date-added{
    color: #fff;
}
.main-page-col-l2-4px-padding div.img-ads-container-on-main {
    height: 167px;
}
.new-ad-card div.img-ads-container-on-main{
    height: 250px;
}
.new-ad-card div.img-ads-container-on-main .card-text{
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0px;
    bottom: 0px;
    padding: 10px 8px 5px 8px;
    background-image: linear-gradient(to top, #0a1510 0, #0a1510e6 50%, #0a151000 100%);
    transition: color 0.5s ease;
}
.new-ad-card div.img-ads-container-on-main .card-text .new-ad-title{
    text-align: left;
    padding: 5px 0;
    font-weight: 400;
}

.new-ad-card div.img-ads-container-on-main .card-text:hover{
    color: #c5c5c5;
}

.main-page-col-l2-4px-padding .card .card-content .card-title{
    padding-top: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
}

.main-page-col-l2-4px-padding .demand-offer{
    color: #169346;
}