header#header {
z-index: 100;
position: relative;
}
#page-preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #F5F3F0;
z-index: 99;
}
#main,body {
	background-color: #F5F3F0 !important;
}
.breadcrumb-wrapper{
	position: relative;
	z-index: 99;
}
.footer-bottom .container .copyright div{display:inline;}

ul.social{padding:0;}

.phone-email div {display: inline;}

.logo a {
margin: 13px 0;
display: block;
}

.portfolio-item-title p a {
font-size: 13px !important;
font-weight: 300 !important;
font-style: normal !important;
}

#main .w100 {width: 100%;}

.content_inner ul li, .content_inner ol li {
   list-style-position: inside;
   margin-left: 30px;
}
.clients li {
   float: left;
   list-style: outside none none;
   margin: 10px;
   width: 150px;
}

@media (min-width:1200px){
   .clients li:nth-child(6n+1){
      clear: both;
   }
}
@media (min-width:992px) and (max-width:1199px){
   .clients li:nth-child(5n+1){
      clear: both;
   }
}
@media (min-width:750px) and (max-width:991px){
   .clients li:nth-child(4n+1){
      clear: both;
   }
}
@media (min-width:550px) and (max-width:749px){
   .clients li:nth-child(3n+1){
      clear: both;
   }
}
@media (min-width:380px) and (max-width:549px){
   .clients li:nth-child(2n+1){
      clear: both;
   }
}
@media (max-width:380px){
   .clients li{
      clear: both;
   }
}
.clearer {clear: both;}

h3.title a {color: #FFF;}

.red {color:#dc118d;}
.img_left {margin: 0 10px 10px 0}
.img_right {margin: 0 0 10px 10px; float: right}
.owl-carousel{display:block}

/*--------------- begin tags ---------------*/

.tags {
    margin: 10px 0 35px;
}
.tags__title {
   margin: 0 0 25px;
   font-weight: bold;
   text-transform: uppercase;
   color: #00B0C8;
   font-size: 22px;
}
.tags__list {
   margin: 0;
   padding: 0;
    text-align: center;
   word-spacing: -.34em;
}
.tags__item {
   margin: 0;
   padding: 0;
   list-style: none;
   display: inline-block;
   vertical-align: top;
   margin: 0 10px 12px;
    word-spacing: normal;
}

.tags__link {
   display: block;
   padding: 8px 24px 10px;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   white-space: nowrap;
   color: #00b0c8;
   text-decoration: none;
   background: #fff;
   border: 1px solid #00b0c8;
   -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.tags__link:hover {
   color: #fff;
   background-color: #00b0c8;
}

/*--------------- end tags ---------------*/

/*------- begin exhibition-stats ----------*/

.exhibition-stats {
    margin: 20px 0 60px;
}
.exhibition-stats__header {
   margin: 0 0 35px;
   font-weight: bold;
   text-transform: uppercase;
   color: #00B0C8;
   font-size: 22px;
}
.exhibition-stats__list {
   margin: 0 -15px;
   padding: 0;
   text-align: center;
   word-spacing: -.34em;
}
.exhibition-stats__item {
   display: inline-block;
   vertical-align: top;
   width: 25%;
   margin: 0 0 30px 0;
   padding: 0 15px;
   list-style: none;
   word-spacing: normal;
}
.exhibition-stats__wrap {
   min-height: 213px;
   padding: 10px;
   line-height: 193px;
   border: 1px solid #7ebb1f;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.exhibition-stats__inner {
   display: inline-block;
   vertical-align: middle;
   line-height: normal;
}
.exhibition-stats__title {
   display: block;
   margin-bottom: 15px;
   font-size: 36px;
   font-weight: 700;
   line-height: 1;
   font-family: "Open Sans",Helvetica,Arial,sans-serif;
   color: #7ebb1f;
   text-transform: uppercase;
   white-space: nowrap;
}
.exhibition-stats__text {
   display: block;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   color: #87919f;
}

@media (max-width: 991px) {
   
   .exhibition-stats__item {
      width: 50%;
   }
}

@media (max-width: 767px) {
   
   .exhibition-stats__item {
      width: 100%;
   }
}

/*--------- end exhibition-stats --------*/
.tags__link.active {
   color: #fff;
   background-color: #00b0c8;
}
.tags__link_green:hover{
   color: #fff;
   background-color: #7ebb1f;
}
.tags__link_green.active{
   color: #fff;
   background-color: #7ebb1f;
}
.tags__link_green {
   color: #7ebb1f;
   border: 1px solid #7ebb1f;
}
@media(min-width: 1100px){
   .index-services__item {
      width: 20%;
   }
}

i.icon-Vkontakte {
    background: url(/upload/vkontakte2.png) no-repeat center;
    display: inline-block;
    width: 40px;
    height: 100%;
}
i.icon-Telegram {
    background: url(/upload/telegram.png) no-repeat center;
    display: inline-block;
    width: 40px;
    height: 100%;
    background-size: 54%;
}