@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:500,600,700|Fira+Sans:200,300,300i,400&subset=cyrillic');
@import url('/templates/Proverka/css/bootstrap.css');
@import url('/templates/Proverka/css/settings.css');
@import url('/templates/Proverka/css/layers.css');
@import url('/templates/Proverka/css/navigation.css');
@import url('/templates/Proverka/css/jquery.fancybox.css');
@import url('/templates/Proverka/css/menuzord.css');
@import url('/templates/Proverka/css/menuzord-animations.css');
@import url('/templates/Proverka/css/font-awesome.min.css');
@import url('/templates/Proverka/css/owl.carousel.css');
@import url('/templates/Proverka/css/owl.theme.css');
@import url('/templates/Proverka/css/animate.css');
@import url('/templates/Proverka/css/bootstrap-select.css');
@import url('/templates/Proverka/css/hover.css');

/*
	Разработка шаблонов для DataLife Engine
	------------------	
	Author:	ThemeSkeleton
	------------------
	Website: http://themeskeleton.com/
	------------------	
	E-mail: themeskeleton@gmail.com
	------------------
	Skype: ThemeSkeleton
	------------------
	ICQ: 722880
	------------------
*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    top: 50%;
    margin: auto;
    width: 210px;
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-transform: lowercase;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    text-align: center;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#loader-wrapper #loader:after {
  content: "";
  display: table;
  clear: both;
}

#loader-wrapper span {
  float: left;
  height: 70px;
  line-height: 85px;
  width: 30px;
}

#loader-wrapper #loader > span {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#loader-wrapper #loader > span:first-child {
  color:#2a2a2a;
}
#loader-wrapper .covers {
  position: absolute;
  height: 100%;
  width: 100%;
}

#loader-wrapper .covers span {
  background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  -webkit-animation: up 2s infinite;
          animation: up 2s infinite;
}

@-webkit-keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

@keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

#loader-wrapper .covers span:nth-child(2) { -webkit-animation-delay: .142857s; animation-delay: .142857s; }
#loader-wrapper .covers span:nth-child(3) { -webkit-animation-delay: .285714s; animation-delay: .285714s; }
#loader-wrapper .covers span:nth-child(4) { -webkit-animation-delay: .428571s; animation-delay: .428571s; }
#loader-wrapper .covers span:nth-child(5) { -webkit-animation-delay: .571428s; animation-delay: .571428s; }
#loader-wrapper .covers span:nth-child(6) { -webkit-animation-delay: .714285s; animation-delay: .714285s; }
#loader-wrapper .covers span:nth-child(7) { -webkit-animation-delay: .857142s; animation-delay: .857142s; }
#loader-wrapper .covers span:nth-child(8) { -webkit-animation-delay: .999999s; animation-delay: .999999s; }

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 52px;
    right: 80px;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

 body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: normal;
  color:#727272;
  font-size: 14px;
  position: relative;
  line-height: 26px;
  letter-spacing: 0.25px;
 }
 body .main-page-wrapper {
   overflow-x:hidden;
 }






 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5 {color:#131212; font-family: 'Fira Sans Condensed', sans-serif;font-weight: 600;}
h1 {font-size: 60px;}
 h2 {font-size: 40px;}
 h3 {font-size: 32px;}
 h4 {font-size: 20px;}
 h5 {font-size: 16px;}
 p  {font-weight: 400;}



.main-list ul {
padding-bottom: 10px;
}


.main-list li {
padding-bottom: 5px;
    list-style: disc;
    margin-left: 35px;
    padding-left: 5px;
}



 ul {list-style-type: none;
padding-bottom: 10px;
}



 .container-about h4 {padding: 20px 0 20px 0; }


 a {text-decoration: none; display: inline-block; font-family: 'Fira Sans Condensed', sans-serif;font-size: 14px;text-transform: uppercase;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
.logo img{height: 70px;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.round-border {border-radius: 50%;}
.theme-title h3 {
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.theme-title {
  position: relative;
  padding: 14px 0 0 19px;
}
.theme-title:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top:0;
  left: 0;
  border:0;
  border-left:2px solid;
  border-top:2px solid;
}
.theme-title h5,.theme-title h3 {
  text-transform: uppercase;
}
.theme-title h5 {
  color: #727272;
  margin-bottom: 11px;
}
.theme-title > span {
  display: inline-block;
  border-bottom: 1px solid #ebe7e7;
  margin-right: 90px;
  margin-left: 10px;
  width: 67%;
}

 
.speedbar1 > span {
  display: inline-block;
  border-bottom: 1px solid #ebe7e7;
  margin-right: 90px;
  margin-left: 10px;
  width: 67%;
}


.tran3s,
.service-sldier .service-item:before,.owl-theme .owl-nav [class*=owl-],.project-single-content .single-project .img .opacity,
.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot span:before,.team-member-content .single-team-member .img .opacity,
.banner-bottom-text.style-two .single-box,.theme-sidebar .single-box ul li a:before,.theme-sidebar .single-box ul li a i,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,.portfolio-details-page .image-slider .carousel-indicators li,
.contact-us-page .dropdown-menu > li,.bootstrap-select.btn-group .dropdown-menu li a span.text,.contact-us-page .contact-address .single-box a,
.faq-page-toContent .rotate-content-box .number:before {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }

.tran4s,
.theme-main-menu .menuzord-menu > li > a:before,.theme-main-menu .menuzord-menu > li > a:after {
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }
 
header {
  position: relative;
}
header .top-header.bg-color-one {
  background: #121212;
  padding: 5px 0;
}
header .top-header ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  color:#232a34;
  margin: 7px 0;
}
header .top-header ul li i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
header .top-header.bg-color-one ul li {
  color:#fff;
}
header .top-header ul.float-left li {
  margin-right: 25px;
}
header .top-header ul.float-right li {
  margin-left: 25px;
}
header .bottom-header {
  padding:26px 0 60px 0;
  background: #172B3E;
}
header .bottom-header .quickcall {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color:#fff;
  width: 195px;
  padding: 20px 0;
  background: #172B3E;
  text-align: center;
}
header .bottom-header .quickcall span {
  font-size: 24px;
  display: block;
}
header .bottom-header .social-icon li {
  display: inline-block;
}
header .bottom-header .social-icon li a {
  width: 60px;
  line-height: 58px;
  border-width:1px;
  text-align: center;
  margin: 5px 4px;
  font-size: 20px;
}
header .bottom-header .social-icon li a:hover {
  color: #fff;
}
header .bottom-header .social-icon {
    margin: 0 0 0 25px;
}
header .bottom-header .search {
  width: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
header .bottom-header .search-option form {
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: auto;
  z-index: 99;
  margin: 0;
  height: 70px;
  padding: 10px 0;
  border-radius: 0;
  border:none;
}
header .bottom-header .search-option form .container {
  position: relative;
  height: 100%;
}
header .bottom-header .search-option form input {
  width: 100%;
  height: 100%;
  border:1px solid rgba(0,0,0,0.1);
  padding: 0 52px 0 15px;
}
header .bottom-header .search-option form button {
  position: absolute;
  right: 0;
  top:0;
  height: 100%;
  width: 50px;
  color:#fff;
}
header .bottom-header .search-option form button:hover,
header .bottom-header .search:hover {
  background: #1d1d1d;
}
header.header-style-two .bottom-header {
  background: transparent;
}
header.header-style-two .transparent-bg {
  position: absolute;
  width: 100%;
  left:0;
  top:100%;
  z-index: 99;
}
header.header-style-two .bottom-header .quickcall {
  background: rgba(0,0,0,0.52);
}
header.header-style-two .bottom-header .social-icon li a {
  border-color: #fff;
  color:#fff;
}
header.header-style-two .bottom-header .social-icon li a:hover {
  background: transparent;
}





.theme-main-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: -38px;
    z-index: 999;
border-bottom: 2px solid #172B3E;
}
.theme-main-menu .menu-wrapper {
  padding-left: 35px;
  position: relative;
}
.theme-main-menu .menu-wrapper:before {
  content: '';
  position: absolute;
  top:0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
}
.theme-main-menu .menu-wrapper.bg-color-one:before {
  border-bottom: 75px solid #121212;
}
.theme-main-menu .menuzord-menu > li > a {
    position: relative;
    letter-spacing: 1px;
}
.theme-main-menu .menuzord-menu > li > a:before {
  content: '';
  position: absolute;
  width: 100%;
  top:20px;
  bottom: 20px;
  left:0;
  border-top:1px solid #172B3E;
  border-bottom: 1px solid #172B3E;
  -webkit-transform: skewX(145deg) scale(1,0);
          transform: skewX(145deg) scale(1,0);
}
.theme-main-menu .menuzord-menu > li.active > a,
.theme-main-menu .menuzord-menu > li:hover > a {
  color: #333;
}
.theme-main-menu .menuzord-menu > li.active > a:before,
.theme-main-menu .menuzord-menu > li:hover > a:before {
  -webkit-transform: skewX(145deg) scale(1);
          transform: skewX(145deg) scale(1);
}
.theme-main-menu .menuzord-menu > li.quote1 a {
  width: 180px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 15px 65px 0 0;
}
.theme-main-menu .menuzord-menu > li.quote1 a:before {
  display: none;
}
.theme-main-menu .menuzord-menu > li.quote1.color-one a {
  border:1px solid;
  color:#fff;
}
.theme-main-menu .menuzord-menu > li.quote1.color-one a:hover {
  background: #1d1d1d;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.theme-main-menu .menu-wrapper.bg-color-two {
  background: rgba(0,0,0,0.52);
}
.theme-main-menu .menu-wrapper.bg-color-two:before {
  border-bottom: 75px solid #222b34;
}
.theme-main-menu .menuzord-menu > li.quote1.color-two a {
  border-width: 1px;
}
.theme-main-menu .menuzord-menu > li.quote1.color-two a:hover {
  color: #fff;
}
.menuzord-menu li .indicator {
    display: initial;
}

@-webkit-keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.70s;
    animation-duration: 0.70s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#banner h5 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color:#fff;
}
#banner.homeOne-banner {
  text-align: center;
}
#banner h1 {
    color: #F5C735;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}
#banner h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
#banner .button-ds {
  width: 210px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
}
#banner .button-ds.button-one {
  color:#fff;
  border:none;
}
#banner .button-ds.button-one:hover,
#banner .button-ds.button-one:before {
  border:none;
}
#banner .button-ds.button-two {
  border-width:1px;
}
#banner .button-ds.button-two:hover {
  color: #fff;
}
.uranus .tp-bullet {
    width: 20px;
    height: 20px;
    box-shadow: none;
    opacity: 1;
}
.homeTwo-banner .uranus .tp-bullet {
  display: none !important;
}

.banner-bottom-text .single-box {
  position: relative;
}
.banner-bottom-text .single-box .opacity {
  position: absolute;
  top:5px;
  left:5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0,0,0,0.82);
  padding: 35px 0 0 62px;
}
.banner-bottom-text .single-box .opacity h2,
.banner-bottom-text .single-box .opacity h6 {
  color:#fff;
}
.banner-bottom-text .single-box .opacity h6 {
  font-size: 20px;
  font-weight: 200;
  margin-top: 12px;
}
.banner-bottom-text.style-one .single-box:hover .opacity {
  background: rgba(249,82,11,0.65);
}
.banner-bottom-text.top-transform {
  position: relative;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-bottom-text.style-two .single-box {
  border:2px solid transparent;
}
.banner-bottom-text.style-two .single-box .opacity {
  top:3px;
  left:3px;
  bottom: 3px;
  right: 3px;
}
.banner-bottom-text.style-two.m-fix {
  margin: 20px 0 80px;
}
.bt-slider-cl {
    width: 100%;
    height: 30px;
}

.static-theme-title h1{
  font-size: 32px;
  text-transform: uppercase;
}



.about-us-section {
    margin: 100px 0;
}
.about-us-section .single-about-content {
  text-align: center;
  padding: 0 25px;
  margin-bottom: 85px;
}
.about-us-section .single-about-content i {
  font-size: 35px;
}
.about-us-section .single-about-content h4 {
  text-transform: uppercase;
  margin: 12px 0 16px 0;
}
.about-us-section .about-main-content .text {
  width: 52%;
padding: 0 25px 0 0;
}

.about-us-section .about-main-content h1 {
font-size: 32px;
text-transform: uppercase;
}

.about-us-section .about-main-content h3 {
font-size: 26px;
}


.about-us-section .about-main-content .text p {
padding: 10px 0 10px 0;
}
.about-us-section .about-main-content .text a {
  width: 210px;
  line-height: 50px;
  color:#fff;
  text-align: center;
}
.about-us-section .about-main-content .img-box {
  width: 48%;
  position: relative;
}
 
.about-us-section .about-main-content .img-box img {
  margin: 0px auto 0 auto; 
}
.about-us-section.style-two .single-about-content {
  margin: 85px 0 0 0;
}




.service-details-page h1 {
    margin: 0 0 25px 0;
    font-size: 36px;
}


.service-section {
  background: url(/templates/Proverka/images/home/3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.service-section .opacity {
    background: rgb(19 35 51 / 88%);
  padding: 80px 0 20px 0;
}
.service-section .opacity .theme-title h3 {
  color:#fff;
}
.service-section .theme-title span {
  border-bottom-color: #1d2027;
}
.service-sldier {
  margin:70px 0 0 0;
  cursor: w-resize;
}


.service-main {
color: #fff; 
}



.service-item {
  padding: 15px 15px 40px 15px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
min-height: 550px;
}




.service-item-price{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.service-item:hover .img img {
    -webkit-transform: scale3D(1.1,1.1,1);
    transform: scale3D(1.1,1.1,1);
}
.service-item .img img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.service-sldier .service-item:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #121212;
  border:1px solid #1c1d1d;
  z-index: -1;
  -webkit-transform: scale(1,0);
          transform: scale(1,0);
  transform-origin:0% 0%;
  -webkit-transform-origin:0% 0%;
}
.service-sldier .service-item:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-item i {
  font-size: 35px;
}
.service-sldier .service-item h4 a {
	color: #fff;
}
.service-item h2 a {
    color: #121212;
    text-transform: uppercase;
    margin: 20px 0 19px 0;
    font-size: 20px;
}
.service-sldier .service-item > a {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.service-item > a {
  font-size: 12px;
  font-weight: 500;
  color:#fff;
  width: 133px;
  line-height: 40px;
  margin-top: 30px;
}
.service-item .img {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 65%;
}
.service-item .img img {
    width: 100%;
}
.service-sldier .service-item:hover > a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}




.service-item-main {
  padding: 15px 15px 40px 15px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
background-color: #000;
    min-height: 560px;
}




.service-item-main-price{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.service-item-main:hover .img img {
    -webkit-transform: scale3D(1.1,1.1,1);
    transform: scale3D(1.1,1.1,1);
}
.service-item-main .img img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.service-sldier .service-item-main:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #121212;
  border:1px solid #1c1d1d;
  z-index: -1;
  -webkit-transform: scale(1,0);
          transform: scale(1,0);
  transform-origin:0% 0%;
  -webkit-transform-origin:0% 0%;
}
.service-sldier .service-item-main:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-item-main i {
  font-size: 35px;
}
.service-sldier .service-item-main h4 a {
	color: #fff;
}
.service-item-main h4 a {
    color: #121212;
    text-transform: uppercase;
    margin: 20px 0 19px 0;
    font-size: 20px;
    min-height: 65px;
}
.service-sldier .service-item-main > a {
 
}
.service-item-main > a {
  font-size: 12px;
  font-weight: 500;
  color:#fff;
  width: 133px;
  line-height: 40px;
  margin: 10px 0 20px 0;
}
.service-item-main .img {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 65%;
}
.service-item-main .img img {
    width: 100%;
}
.service-sldier .service-item-main:hover > a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


.service-sldier .item {
  margin: 0 15px;
}
.owl-theme .owl-nav [class*=owl-] {
  font-family: 'fontawesome';
  background: transparent;
  padding: 0 10px;
  border-radius: 0;
  font-size: 28px;
  line-height: 26px;
  color:#bebebe;
  margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover,.owl-theme .owl-nav [class*=owl-]:focus {
  background: transparent;
}
.owl-theme .owl-nav .owl-prev {
  border-right: 1px solid #bebebe;
}
.owl-theme .owl-nav {
  position: absolute;
  right: 5px;
  top:-90px;
  margin: 0;
}
.owl-theme.service-sldier .owl-nav [class*=owl-] {
  color: #fff;
}
.owl-theme.service-sldier .owl-nav .owl-prev {
  border-right: 1px solid #fff;
}

.project-section {
  padding: 80px 0 70px 0;
  background: #f2f2f2;
}
.project-section .project-slider {
  margin-top: 65px;
  cursor: move;
}
.portfolio-details-content {
    margin-bottom: 100px;
}
.portfolio-details-content h3 {
    margin: 0 0 25px 0;
}
.project-single-content .single-project {
  background: #fff;
  margin-bottom: 30px;
min-height: 520px;
}




.project-single-content .single-project .img {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 76%;
}


.project-single-content .single-project .img img {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.project-single-content .single-project:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.project-single-content .single-project .img .opacity {
  z-index: 1;
  position: absolute;
  width: 140%;
  height: 140%;
  top:100%;
  right: -98%;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.project-single-content .single-project:hover .img .opacity {
  top:0;
}
.project-single-content .single-project .img ul {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 0;
}
.project-single-content .single-project .img ul li a {
  font-size: 18px;
  color:#fff;
  margin: 6px 18px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.project-single-content .single-project:hover .img ul li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project-single-content .single-project:hover .img ul li:nth-child(1) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.project-single-content .single-project:hover .img ul li:nth-child(2) a {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}
.project-single-content .single-project:hover .img ul li:nth-child(3) a {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}




.project-single-content .single-project .img-cat {
    overflow: hidden;
    position: relative;
}


.project-single-content .single-project .img-cat img {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.project-single-content .single-project:hover .img-cat img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.project-single-content .single-project .img-cat .opacity {
  z-index: 1;
  position: absolute;
  width: 140%;
  height: 140%;
  top:100%;
  right: -98%;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.project-single-content .single-project:hover .img-cat .opacity {
  top:0;
}
.project-single-content .single-project .img-cat ul {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 0;
}
.project-single-content .single-project .img-cat ul li a {
  font-size: 18px;
  color:#fff;
  margin: 6px 18px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.project-single-content .single-project:hover .img-cat ul li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project-single-content .single-project:hover .img-cat ul li:nth-child(1) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.project-single-content .single-project:hover .img-cat ul li:nth-child(2) a {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}
.project-single-content .single-project:hover .img-cat ul li:nth-child(3) a {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}


.project-single-content h1 {
font-size: 36px;
}



.project-single-content .single-project .text {
    text-align: center;
    padding: 25px 10px 15px;
}


.project-single-content .single-project .text h4{
  
    padding: 0px 00px 25px 0;
}




.project-single-content .single-project .text-cat {
    text-align: center;
    padding: 25px 10px 15px;
background-color: #f2f3f4;
}


.project-single-content .single-project .text h4 a {
  font-size: 21px;
  text-transform: none;
  color:#131212;
  display: block;
  margin-bottom: 7px;
}

.project-single-content .single-project .text-cat h2 a {
  font-size: 21px;
  text-transform: none;
  color:#131212;
  display: block;
  margin-bottom: 7px;
}



.project-single-content .single-project .text ul li {
  display: inline-block;
  font-style: italic;
  font-size: 13px;
  margin-top: 15px;
}
.project-slider .item {
  margin: 0 15px;
}
.single-project img {
	width: 100%!important;
}
.carousel-inner > .item > img {
    width: 100%;
}

.page-middle-banner {
  position: relative;
  padding: 65px 0 60px 0;
}
.page-middle-banner.m-fix {
  margin-top: 80px;
}
.page-middle-banner:before,
.page-middle-banner:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  border-radius: 200px 0 0 0;
  right: 0;
  top:0;
}
.page-middle-banner:before {
  background: url(/templates/Proverka/images/home/4.jpg) no-repeat center;
  background-size: cover;
}
.page-middle-banner:after {
  background: rgba(0,0,0,0.84);
}
.page-middle-banner .left-side h3 {
  color:#fff;
  font-size: 35px;
}
.page-middle-banner .left-side p {
  font-size: 16px;
  font-weight: normal;
  color:#fff;
  margin:14px 0 40px 0;
}
.page-middle-banner .left-side a {
    font-size: 12px;
    width: 155px;
    line-height: 40px;
    margin-left: 15%;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 1px;
}
.page-middle-banner .left-side a:hover {
  background: #212121;
}
.page-middle-banner .right-side {
  text-align: center;
}
.page-middle-banner .right-side h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
.page-middle-banner .right-side p {
  color:#fff;
}
.page-middle-banner .right-side {
  position: relative;
  z-index: 9;
}

.testimonial-section {
  padding: 80px 0 80px 0;
}
.testimonial-section .testimonial-slider .item {
  padding: 68px 30px 20px 70px;
}
.testimonial-section .testimonial-slider .wrapper {
  background: #f7f7f7;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  text-align: center;
  margin-right: 70px;
  position: relative;
  cursor: move;
}
.testimonial-section .testimonial-slider .wrapper .name {
  width: 21.5%;
  padding-top: 30px;
}
.testimonial-section .testimonial-slider .wrapper .name i {
  display: block;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  background: #fff;
  font-size: 32px;
  border-width: 1px;
  margin: 0 auto;
}
.testimonial-section .testimonial-slider .wrapper .name h5 {
  text-transform: uppercase;
  margin: 23px 0 5px 0;
}
.testimonial-section .testimonial-slider .wrapper p.float-left {
  width: 78.5%;
  padding: 55px 100px 45px 25px;
  border-left: 1px solid #ebe3e0;
}
.testimonial-section .testimonial-slider .wrapper img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  position: absolute;
  top:-68px;
  right: -68px;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
.owl-theme .owl-dots .owl-dot span {
  opacity: 1;
  margin: 0;
  position: relative;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  top:-4px;
  right: -4px;
  bottom: -4px;
  left:-4px;
  background: #d8d5d5;
  border-radius: 30px;
  z-index: -1;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 14px;
  right: 0;
}
.testimonial-section .owl-theme .owl-dots {
  right: 70px;
}

.team-partner {
  padding: 100px 0 0 0;
  margin-bottom: 100px;
}
.team-partner.bg-color {
    padding: 80px 0;
    position: relative;
}
.team-partner.bg-color .theme-title h5,
.team-partner.bg-color .theme-title h3 {
  color:#fff;
}
.team-partner .theme-title {
  margin-bottom: 60px;
}
.team-partner:before {
    content: "";
    background-image: url(/templates/Proverka/images/home/partner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-attachment: fixed;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team-partner:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team-member-content .single-team-member .img {
  overflow: hidden;
  position: relative;
  margin-right: 50px;
}
.team-member-content .single-team-member .img img {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.team-member-content .single-team-member:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.team-member-content .single-team-member .img .opacity {
  z-index: 1;
  position: absolute;
  width: 140%;
  height: 140%;
  bottom:100%;
  left: -98%;
  background: rgba(249,82,11,0.75);
  -webkit-transform: rotate(-153deg);
          transform: rotate(-153deg);
}
.team-member-content .single-team-member:hover .img .opacity {
  bottom:0;
}
.team-member-content .single-team-member .img ul {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 0;
}
.team-member-content .single-team-member .img ul li a {
  font-size: 17px;
  color:#fff;
  margin: 5px 18px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.team-member-content .single-team-member:hover .img ul li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.team-member-content .single-team-member:hover .img ul li:nth-child(1) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-member-content .single-team-member:hover .img ul li:nth-child(2) a {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}
.team-member-content .single-team-member:hover .img ul li:nth-child(3) a {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.team-member-content .single-team-member .text {
  margin: -30px 0 0 25px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 25px 0 20px 0;
}
.team-member-content .single-team-member .text h5 {
  color:#fff;
  text-transform: uppercase;
}
.team-member-content .single-team-member .text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color:#d7d7d7;
  margin: 5px 0 12px 0;
}
.team-member-content .single-team-member .text p {
  color:#fff;
  font-size: 14px;
}
.team-member-content .single-team-member .text ul li {
  display: inline-block;
}
.team-member-content .single-team-member .text ul li a {
  color:#fff;
  font-size: 20px;
  margin: 20px 12px 0 12px;
}
.team-member-content .single-team-member .text ul li a:hover {
  color: #212121;
}
.team-slider .item {
  margin: 0 15px;
}
.owl-theme.team-slider .owl-dots {
  bottom: 40%;
  right: 25px;
}
.team-partner .partner-logo {
  padding: 0 20px;
}
.partner-logo .logo-wrapper .single-logo {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    background: #a6a5a5;
    border: 1px solid transparent;
}
.team-partner.bg-color .partner-logo .logo-wrapper .single-logo {
  background: #343434;
}
.our-team-single-page .team-member-content {
  padding: 0 30px;
}
.our-team-single-page .team-member-content .row {
  margin: 0 -40px;
}
.our-team-single-page .team-member-content .row [class*="col-"] {
  padding: 0 40px;
  margin-bottom: 60px;
}

.our-blog .blog-slider {
  margin-top: 70px;
}
.our-blog .theme-title span {
    width: 67%;
}
.our-blog .blog-slider .item {
  margin: 0 15px;
}
.blog-content-wrapper .single-blog-post .img {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 60%;
}
.blog-content-wrapper.blog-left-text .single-blog-post .img {
    margin-right: 20px;
}
.blog-content-wrapper.blog-right-text .single-blog-post .img {
  margin-left: 60px;
}
.blog-content-wrapper .single-blog-post .img img {
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.single-blog-post img {
    width: 100%!important;
}
.blog-content-wrapper .single-blog-post:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.blog-content-wrapper .single-blog-post .img .date {
  position: absolute;
  top:10px;
  left:10px;
  width: 52px;
  height: 92px;
  color:#fff;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.blog-content-wrapper .single-blog-post .img .date b {
  font-size: 26px;
}
.blog-content-wrapper .single-blog-post .img .date span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}
.blog-content-wrapper .single-blog-post .post {
    padding: 30px 10px 35px 30px;
    margin-top: -35px;
    position: relative;
    z-index: 9;
    height: auto;
min-width: 170px;
}

.blog-content-wrapper.blog-left-text .single-blog-post .post {
    margin-left: 20px;
}
.blog-content-wrapper.blog-right-text .single-blog-post .post {
  margin-right: 70px;
}
.blog-content-wrapper .single-blog-post .post h4 a {
  display: block;
  color:#fff;
  text-transform: uppercase;
  font-size: 20px;
}
.blog-content-wrapper .single-blog-post .post p {
    color: #fff;
    line-height: 25px;
    margin: 10px 5px 15px 0;
}
.blog-content-wrapper .single-blog-post .post>a {
    width: 133px;
    line-height: 40px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    color: #4c4b4b;
    text-transform: uppercase;
}
.blog-content-wrapper .single-blog-post .post>a:hover {
  background: #212121;
  color:#fff;
}
.our-blog.blog-single-page .single-blog-post {
  margin-bottom: 50px;
}
.our-blog.blog-single-page .load-more {
  width: 133px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  display: block;
  margin: 0 auto;
}

footer .top-footer {
  background-color: #172B3E;
  background-size: cover;
  background-attachment: fixed;
}


 footer .top-footer .opacity {
  background:  #172B3E;
  padding: 50px 0;
}
 

footer .top-footer h5 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
footer .top-footer .footer-about {
  width: 33%;
}
footer .top-footer .footer-about p {
  line-height: 25px;
  color: #bfbfbf;
  margin-bottom: 28px;
}
footer .top-footer .footer-navigation {
  width: 33%;
  padding-left: 50px;
}
footer .top-footer .footer-navigation ul {
  display: inline-block;
  vertical-align:top;
}
footer .top-footer .footer-navigation ul li a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color:#bfbfbf;
  text-transform: capitalize;
  margin-bottom: 10px;
}

footer .top-footer .footer-navigation ul li a:hover { color: #fff;}



footer .top-footer .footer-navigation ul:nth-child(3) {
  padding-left: 25px;
}
footer .top-footer .footer-navigation .newsletter h5 {
  margin: 35px 0 32px 0;
}
footer .top-footer .footer-navigation .newsletter form {
  height: 45px;
  position: relative;
}
footer .top-footer .footer-navigation .newsletter form input {
  width: 100%;
  height: 100%;
  border:none;
  background: #fff;
  padding: 0 102px 0 12px;
  font-size: 13px;
}
footer .top-footer .footer-navigation .newsletter form button {
  width: 100px;
  height: 100%;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top:0;
  right:0;
  border-radius: 30px 0 0 30px;
}
footer .top-footer .footer-navigation .newsletter form button:hover {
  background:#212121;
}
footer .top-footer .footer-contact {
  width: 33%;
  padding-left: 30px;
}
footer .top-footer .footer-contact .contact-list h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 5px;
}
footer .top-footer .footer-contact .contact-list p {
  color: #bfbfbf;
}
footer .top-footer .footer-contact .contact-list {
  margin-bottom: 20px;
}


.contact-list a {
color: #fff;
    font-size: 25px;
    padding: 10px 10px 0 0;}




footer .top-footer .footer-contact form input,
footer .top-footer .footer-contact form textarea {
  background: #fff;
  border:none;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  font-weight: 300;
}
footer .top-footer .footer-contact form input {
  width: 100%;
  height: 45px;
}
footer .top-footer .footer-contact form textarea {
    height: 80px;
    max-height: 80px;
    padding: 20px;
}
footer .top-footer .footer-contact form button {
  width: 120px;
  line-height: 40px;
  color:#fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
}
footer .top-footer .footer-contact form button:hover {
  background: #212121;
}
footer .top-footer .footer-contact form {
    margin-top: -60px;
}
footer .footer-middle {
  background: #f1f1f1;
  padding: 50px 0 40px 0;
  text-align: center;
}
footer .footer-middle ul li {
  display: inline-block;
}
footer .footer-middle ul li a {
  width: 60px;
  line-height: 58px;
  border-width:1px;
  text-align: center;
  margin: 0 4px;
  font-size: 20px;
}
footer .footer-middle ul li a:hover {
  color: #fff;
}
footer .footer-middle p {
  text-transform: uppercase;
  color: #131212;
  font-weight: normal;
  margin-top: 28px;
}
footer .bottom-footer {
  background: #1d1d1d;
  padding: 22px 0;
  text-align: center;
}
footer .bottom-footer p {
  color: #d6d5d5;
}
footer .bottom-footer p a {
    text-transform: inherit;
}

.inner-banner {
  padding-bottom: 10px;
  margin-bottom: 100px;
background: #a9a9a9;
}
.inner-banner .opacity {
  background: rgba(255,255,255,0.75);
  height: 100%;
  padding: 115px 0 75px 0;
  position: relative;
}
.inner-banner .theme-title {
  padding: 10px 0 0 14px;
}


.inner-banner .theme-title .title-cat1 span {
  font-size: 32px;
  font-weight: 700;
text-transform: uppercase;
color: #131212; 
line-height: 1.1;
font-family: 'Fira Sans Condensed', sans-serif;
  
}

.inner-banner .theme-title h1 {
  font-size: 32px;
  font-weight: 700;
text-transform: uppercase;
color: #131212; 
line-height: 1.1;
  
}


.inner-banner .theme-title p {
  font-size: 17px;
  color: #000;
  margin-top: 5px;
}
.inner-banner .theme-title:before {
  width: 30px;
  height: 30px;
  border:0;
  border-left: 3px solid;
  border-top: 3px solid;
}
span#dle-speedbar {
  position: absolute;
  bottom: -65px;
  right: 0;
  border-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: initial;
}
span#dle-speedbar > span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  border-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: initial;
}
span#dle-speedbar > span a {
  color: #1d1d1d;
  font-weight: normal;
  text-transform: inherit;
}
span#dle-speedbar > span a span {
  border-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: initial;
}
span#dle-speedbar > span:after{
  content: '-';
  padding: 0 0 0 6px;
  color: #1d1d1d;
}

.theme-sidebar {
  width: 26%;
padding-bottom: 50px;
}
.theme-sidebar .single-box {
  position: relative;
  background: #f2f3f4;
  padding: 38px 0 25px 0;
  border:0;
  margin-bottom: 45px;
  border-left:3px solid;
}
.theme-sidebar .single-box:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 90px;
  top:-3px;
  left:-3px;
  z-index: 1;
}
.theme-sidebar .single-box h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 35px 45px;
}
.theme-sidebar .single-box ul li a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  display: block;
  line-height: 30px;
  color: #727272;
  background: #e8eaeb;
  margin-bottom: 10px;
  text-transform: none;
  padding: 20px 10px 20px 20px;
  position: relative;
  z-index: 99;
}
.theme-sidebar .single-box ul li a:before {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  border:0;
  width: 52px;
  border-top:2px solid;
  border-right:2px solid;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin:100% 0%;
          transform-origin:100% 0%;
}
.theme-sidebar .single-box ul li a span {
    float: right;
    padding: 2px 20px;
}
.theme-sidebar .single-box ul li a:hover:before,
.theme-sidebar .single-box ul li.active a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theme-sidebar .single-box ul li a i {
  font-size: 15px;
  margin-right: 7px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.theme-sidebar .single-box ul li a:hover i,
.theme-sidebar .single-box ul li.active a i {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.theme-sidebar .sidebar-search form {
  height: 50px;
  position: relative;
  margin-bottom: 40px;
}
.theme-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  background: #e8eaeb;
  border:none;
  padding: 0 10px 0 48px;
}
.theme-sidebar .sidebar-search form button {
  width: 45px;
  height: 100%;
  text-align: right;
  position: absolute;
  top:0;
  left:0;
  font-size: 15px;
  color: #9f9d9d;
  padding-right: 5px;
  background: transparent;
}
.theme-sidebar .sidebar-search form:before {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  width: 52px;
  border:0;
  border-top:2px solid;
  border-right:2px solid;
}
.theme-sidebar .sidebar-quick-contact {
  padding: 48px 30px 45px 40px;
}
.theme-sidebar .sidebar-quick-contact h6 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.theme-sidebar .sidebar-quick-contact h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin:10px 0 13px 0;
color: #fff;
}
.theme-sidebar .sidebar-quick-contact p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.theme-sidebar .sidebar-quick-contact a {
  width: 160px;
  line-height: 45px;
  border-radius: 30px;
  background: #121212;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
.theme-sidebar .sidebar-quick-contact a:hover {
  background: #fff;
  color: #212121;
}
.theme-large-asidebar {
    width: 74%;
    padding-left: 45px;
}
.theme-large-asidebar.float-left {
  padding: 0 45px 0 45px;
}
.theme-large-asidebar>h3 {
    margin: 30px 0;
}
.theme-large-asidebar>h4 {
  margin: 10px 0 45px 0;
}

.theme-large-asidebar .top-details .text h6 {
  font-size: 16px;
  color: #131212;
  margin-top: 28px;
  line-height: 26px;
}
.angel-img-box {
  width: 43%;
  margin-top: -80px;
  position: relative;
}
.angel-img-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border:0;
  border-left: 344px solid transparent!important;
  border-bottom: 440px solid;
}
.theme-large-asidebar .top-details {
  margin-bottom: 30px;
}
.service-details-content .middle-details {
  margin: 30px 0 30px 0;
}
.service-details-content .middle-details .img {
  width: 48%;
  position: relative;
}
.service-details-content .middle-details .img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border:0;
  border-top: 345px solid transparent!important;
  border-left: 550px solid;
}
.service-details-content .middle-details .list-content {
  width: 52%;
  padding-left: 55px;
}
.service-details-content .middle-details .list-content h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #131212;
  margin-bottom: 10px;
}
.service-details-content .middle-details .list-content ul li {
  margin-bottom: 10px;
}
.service-details-content .middle-details .list-content ul li i {
  margin-right: 3px;
}
.service-details-content .middle-details .list-content {
  margin-top: 85px;
}
.details-tab-panel {
  margin-top: 40px;
}
.details-tab-panel .panel-wrapper {
    width: 100%;
}
.details-tab-panel .panel-wrapper h5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.details-tab-panel .panel-wrapper .details-panel .panel-heading {
  padding: 0;
  border-radius: 5px;
  border:none;
  background: #f2f3f4;
}
.details-tab-panel .panel-wrapper .details-panel .panel-heading h6 a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  color:#131212;
  padding: 18px 10px 18px 65px;
  display: block;
  position: relative;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel {
  margin: 0 0 20px 0;
  box-shadow: none;
  border-radius: 0;
  border:none;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-body {
  border:none;
  padding: 30px 0 8px 0;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before {
  content: '';
  font-family: 'fontawesome';
  width: 28px;
  height: 28px;
  background: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left:20px;
  top:50%;
  margin-top: -14px;
  font-weight: normal;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading.active-panel a:before {
  content: '';
}
.details-tab-panel .img {
  width: 45%;
  padding-left: 45px;
  margin-top: 56px;
}

.mixitUp-menu ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  background: #3e3d3c;
  padding: 0 35px;
  border-radius: 30px;
  margin-right: 2px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 15px;
}
.mixitUp-menu ul {
  margin-bottom: 45px;
}
#mixitUp-item .mix {
  display: none;
}

.portfolio-details-page .top-details ul li p {
  color: #131212;
  text-transform: uppercase;
}
.portfolio-details-page .top-details ul li span {
  font-weight: 300;
}
.portfolio-details-page .top-details ul {
  margin-top: 45px;
}
.portfolio-details-page .top-details ul li {
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 25px;
    float: right;
    width: 20%;
}
.portfolio-details-page .top-details ul li:nth-child(1), .portfolio-details-page .top-details ul li:nth-child(4) {
    width: 50%;
    float: left;
}
.portfolio-details-page .image-slider {
    margin: 0 0 75px 0;
}
.portfolio-details-page .image-slider .carousel-indicators li {
    width: 50px;
    height: 5px;
    border-radius: 0;
    padding: 0;
    border: none;
    background: #121212;
    margin: 0 1px;
}
.portfolio-details-page .image-slider .carousel-indicators {
  width: 100%;
  text-align: center;
  left:auto;
  right: 0;
  margin: 0;
  bottom: -32px;
}
.portfolio-details-page .details-tab-panel {
  margin-top: 80px;
}

.blog-details-page .blog-details-content .main-wrapper {
  background: #f6f7f8;
  padding: 60px 0 70px 40px;
}
.blog-details-page .blog-details-content .text-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog-details-page .blog-details-content .text-content ul.post-info {
  margin-left: -40px;
  padding-left: 40px;
  border-top:1px solid #edeaea;
  border-bottom:1px solid #edeaea;
  margin-bottom: 30px;
}
.blog-details-page .blog-details-content .text-content ul.post-info li {
    display: inline-block;
    margin-right: 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 0;
}
.blog-details-page .blog-details-content .text-content ul.post-info li:before {
	display:none;
}
.blog-details-page .blog-details-content .text-content ul.post-info li i {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.blog-details-page .blog-details-content h6 {
  font-size: 18px;
  color: #131212;
}
.blog-details-page .blog-details-content ol {
  padding: 15px 0 14px 15px;
  margin: 0;
}
.blog-details-page .blog-details-content ol li {
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
}
.share-option {
    margin-top: 65px;
}
.blog-details-page .blog-details-content ol li a,
.blog-details-page .blog-details-content a {
  font-weight: normal;
  text-transform: none;
}
.blog-details-page .blog-details-content .text-content p {
  padding-right: 40px;
}
.blog-details-page .blog-details-content p.m1 {
  margin:18px 0 50px 0;
}
.blog-details-page .blog-details-content .share-option ul.share-icon {
    margin: 0 50px 0 0;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li a {
  width: 35px;
  height:35px;
  background: #edeaea;
  line-height: 35px;
  text-align: center;
  color:#636363;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li a:hover {
  color:#fff;
}
.blog-details-page .blog-details-content .share-option p {
  font-weight: 600;
  text-transform: uppercase;
  color: #292929;
}
.text-content > ul {
    padding-left: 20px;
    margin: 10px 0 0px 0;
}
.text-content > ul li {
    display: block;
    margin-bottom: 5px;
}
.text-content > ul li:before {
    content: "\f00c";
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    border-width: 1px;
    margin-right: 8px;
    vertical-align: middle;
    font-family: fontawesome;
    padding: 3px;
}
.theme-large-asidebar .img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55%;
}
.theme-large-asidebar .img img {
	width:100%
}

.faq-page-toContent .rotate-content-box .number {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  color:#fff;
  margin: 0 auto;
  position: relative;
  background: transparent;
  border:none;
  color:#fff;
}
.rotate-content-box .number:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #121212;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
  position: absolute;
  left:2px;
  top:-3px;
  z-index: -1;
}
.rotate-content-box p {
  margin: 40px 0;
}
.faq-page-toContent .rotate-content-box {
  border: 1px solid #e5e1e1;
  text-align: center;
  padding: 40px 22px 20px 22px;
  margin-bottom: 50px;
}
.faq-page-toContent .rotate-content-box h4 {
  margin: 27px 0 22px 0;
  text-transform: uppercase;
}
.faq-page-toContent .rotate-content-box p {
  margin: 0;
}
#txtselect_marker {
  display: inherit;
}
.faq-panel-wrapper .panel-wrapper h5 {
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}
.faq-panel-wrapper .panel-wrapper h5:before {
  content: '';
  width: 32px;
  height: 1px;
  background: #292929;
  position: absolute;
  right: -42px;
  bottom:3px;
}
.faq-panel-wrapper .faq-panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
}
.faq-panel-wrapper .faq-panel .panel-heading h6 a {
  font-weight: normal;
  color:#131212;
  text-transform: none;
  padding: 17px 10px 17px 55px;
  display: block;
  position: relative;
}
.faq-panel-wrapper .faq-panel .active-panel h6 a, .faq-panel-wrapper .faq-panel .panel-heading h6 a:hover {
    color: #fff;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-panel-wrapper .faq-panel .panel-group .panel {
  margin: 0 0 30px 0;
  box-shadow: none;
  border-radius: 0;
  border:1px solid #edeaea;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body {
  border:none;
  padding: 14px 51px 45px 55px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body p {
  line-height: 24px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row {
  margin: 0 -10px 0 -10px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img {
  width: 50%;
  padding: 0 10px;
  margin-top: 35px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img img {
  width: 100%;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading a:before {
    content: '\f055';
    font-family: 'fontawesome';
    font-size: 22px;
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -13px;
    font-weight: normal;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading.active-panel a:before, .faq-panel-wrapper .faq-panel .panel-group .panel-heading.active-panel a:hover:before  {
    content: '\f056';
    color: #fff;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading a:hover:before {
    content: '\f055';
    color: #fff;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-details-page .theme-sidebar .single-box ul li a span {
    display: none;
}

.contact-us-page .contact-wrapper {
  width: 83%;
  margin: 0 auto;
}
.contact-us-page .contact-form-holder h2,
.contact-us-page .contact-address h2 {
  text-transform: uppercase;
  font-size: 22px;
}
.contact-us-page .contact-form-holder>p {
  margin: 18px 0 40px 0;
}
.contact-us-page .contact-form-holder .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-us-page .contact-form-holder .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-us-page .contact-form-holder .single-input-group {
  height: 50px;
  margin-bottom: 30px;
  position: relative;
}
.contact-us-page .contact-form-holder .single-input-group span.timer-drp {
  position: absolute;
  line-height: 50px;
  top:0;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
  z-index: -1;
}
.contact-us-page .contact-form-holder textarea, .contact-us-page .contact-form-holder input, .contact-us-page .contact-form-holder select {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #edeaea;
    font-size: 13px;
    font-weight: 300;
    color: #8e8e8e;
    background: transparent;
}
#sec_code {
    width: 160px;
    padding: 0 20px;
    border: 1px solid #c5c5c5;
    font-size: 13px;
    font-weight: 300;
    height: 57px;
    vertical-align: 24px;
    color: #8e8e8e;
    background: transparent;
}
.contact-us-page .contact-form-holder select:focus {
	outline: 0;
}
.contact-us-page .contact-form-holder textarea {
  max-width: 100%;
  height:130px;
  min-height: 130px;
  padding: 20px;
  margin-bottom: 30px;
}
.contact-us-page .contact-form-holder .btn-group.bootstrap-select {
  width: 100%;
  height: 100%;
}
.contact-us-page .contact-form-holder .bootstrap-select > .dropdown-toggle {
  padding: 0 20px;
  line-height: 48px;
  background: transparent !important;
  border:1px solid #edeaea;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 13px;
  font-weight: 300;
}
.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover a span.text,
.contact-us-page .dropdown-menu > li.selected > a span.text {
  color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
}


.contact-us-page .contact-address .single-box .feedback-soc a{
  display: inline-block;
padding-right: 10px;
font-size: 20px;
}



.contact-us-page .contact-form-holder button.send {
    width: 168px;
    line-height: 45px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    float: right;
}
.contact-us-page .contact-address {
    margin-bottom: 20px;
}
.contact-us-page .contact-address>p {
  margin: 18px 0 50px 0;
}
.contact-us-page .contact-address .single-box {
    border: 1px solid #edeaea;
    text-align: center;
    padding: 65px 20px 24px 20px;
    margin-bottom: 50px;
    position: relative;
}

.contact-us-page .contact-address .single-box img{
text-align: center;
    display: inline;
}


.contact-us-page .contact-address .single-box .icon {
    width: 35px;
    height: 35px;
    background: #edeaea;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -17px;
}

.contact-us-page .contact-address .single-box .icon1 {
    width: 35px;
    height: 35px;
    background: #edeaea;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    left: 45%;
    top: 20px;
    margin-left: -17px;
}


.contact-us-page .contact-address .single-box .icon2 {
    width: 35px;
    height: 35px;
    background: #edeaea;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    left: 55%;
    top: 20px;
    margin-left: -17px;
}




.contact-us-page .contact-address .single-box a,
.contact-us-page .contact-address .single-box p {
  font-family: 'Fira Sans', sans-serif;
  display: block;
  font-weight: 700;
  text-transform: none;
  font-size: 15px;
  color:#727272;
}
.contact-form-holder {
    margin-bottom: 100px;
}





.pager {
    margin-top: 50px;
}
.pager a, .pager span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    line-height: 27px;
    width: 40px;
    color: #111;
    padding: 5px 14px;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pager a:hover, .pager a:focus, .pager span {
    color: #fff;
}

#loading-layer {
		display: block !important;
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
		z-index: 9999;
		position: fixed;
		top: 0; left: 0; right: 0; bottom: 0;
		width: 100%; height: 100%; text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#loading-layer:before, #loading-layer:after, .mfp-preloader:before, .mfp-preloader:after {
		content: "";
		border-radius: 50%;
		position: absolute;
		left: 50%; top: 50%;
	}
	#loading-layer:before, .mfp-preloader:before {
		width: 100px; height: 100px;
		margin: -50px 0 0 -50px;
	}
	#loading-layer:after, .mfp-preloader:after {
		width: 40px; height: 40px;
		background-color: #292929!important;
		margin: -20px 0 0 -20px;
	}

	#loading-layer:before, .mfp-preloader:before {
		-webkit-animation: load1 1s infinite ease;
		animation: load1 1s infinite ease;
	}
	#loading-layer:after, .mfp-preloader:after  {
		-webkit-animation: load2 1s infinite -0.32s ease;
		animation: load2 1s infinite -0.32s ease;
	}
	@-webkit-keyframes load1 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.6,.6); }
	}
	@keyframes load1 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.6,.6); }
	}
	@-webkit-keyframes load2 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.5,.5); }
	}
	@keyframes load2 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.5,.5); }
	}
	

.highslide-wrapper, .highslide-outline { background: #fff }
.highslide-image { border: 2px solid #fff }
.highslide-active-anchor { visibility: hidden } 
.highslide-active-anchor img { visibility: hidden }
.highslide-dimming { background-color: black }
.highslide-html { background-color: white }
.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
a.highslide-full-expand { background: url(/templates/Proverka/dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
.highslide-display-block { display: block }
.highslide-display-none { display: none }
.highslide-caption { display: none; padding: 5px; background: white }
.highslide-controls { width: 195px; height: 40px; background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
.highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
.highslide-controls li { float: left; padding: 5px 0; }
.highslide-controls a { background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
.highslide-controls a.disabled { cursor: default }
.highslide-controls a span { display: none }

.highslide-controls .highslide-previous a { background-position: 0 0 }
.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
.highslide-controls .highslide-play a { background-position: -30px 0 }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
.highslide-controls .highslide-pause a { background-position: -60px 0 }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
.highslide-controls .highslide-next a { background-position: -90px 0 }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
.highslide-controls .highslide-move a { background-position: -120px 0 }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
.highslide-controls .highslide-full-expand a { background-position: -150px 0 }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
.highslide-controls .highslide-close a { background-position: -180px 0 }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

.ui-widget-overlay {
background: #000;
opacity: 0.5;
left: 0; top: 0; right: 0; bottom: 0;
position: fixed;
}
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
.ui-dialog {
	text-align: left;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 370px;
	border-radius: 2px;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
	background-color: #f7f7f7;
	background-clip: padding-box;
}
.ui-dialog-titlebar {
    padding: 20px 20px;
    position: relative;
    background: #727272;
    color: #fff;
}
.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px; top: 50%;
	margin-top: -16px;
	height: 32px; width: 32px;
	border: 0 none !important;
}
.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 10px auto 0 auto;
	width: 12px; height: 12px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
	-webkit-background-size: 12px auto; background-size: 12px auto;
	opacity: .5;
}
.ui-button {
	float: right;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	border-radius: 18px;
	line-height: 22px;
	outline: none;
	background-color: #3394e6;
	color: #fff;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all ease .1s; transition: all ease .1s;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-button { margin: 0 3px; }
.ui-helper-hidden-accessible{display: none;}

.quote, blockquote {
    padding: 20px 25px 30px;
    margin: 1em 0;
    border: 0px;
    border-left: 5px;
    font-style: italic;
    background: #f2f2f2;
    font-size: 18px;
}
/* #marker-bar,
	#txtselect_marker {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 1200;
		opacity: 0;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#txtselect_marker {
		cursor: pointer;
		background:url(/templates/Proverka/dleimages/marker.png) no-repeat 0 0;
	}
	#txtselect_marker:hover { background-position: 0 -32px; }
	#marker-bar{
		border: 1px solid #ccc;
		border-radius: 15px;
		background: #fff;
		padding: 5px 10px;
		cursor: default;
		box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;
	}
	#marker-bar.show {
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
		visibility: visible;
	}
	#txtselect_marker.show {
		visibility: visible;
		width: 32px; height: 32px;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
	}
	#marker-bar .masha-social,
	#marker-bar .masha-marker{
		cursor: pointer;
		display: block;
		margin: 0 5px;
		float: left;
	}
	#marker-bar .masha-marker{
		line-height: 1em;
		color: #aaa;
		border-bottom: 1px dotted #aaa;
		margin-right: 10px;
	}
	#marker-bar .masha-marker:hover {
		color: #ea3e26;
		border-color: #ea3e26;
	}
	.user_selection, .user_selection_true {
		background: #fff5d5;
		padding: 2px 0;
	}
	.user_selection a.txtsel_close,
	.user_selection_true a.txtsel_close { display: none; }
	.user_selection .closewrap, .user_selection_true .closewrap { position: relative; }
	.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
		display: inline-block;
		position: absolute;
		top: -7px; left: -5px;
		width: 33px; height: 33px;
		background: url(/templates/Proverka/dleimages/closemarker.png) 0 0 no-repeat;
	}
	.user_selection.hover a.txtsel_close:hover,
	.user_selection_true.hover a.txtsel_close:hover { background-position: -0px -33px; }

	#share-popup {
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background: #fff;
		position: absolute; z-index: 100;
		width: 414px;
		display: none;
		padding: 20px 0;
		opacity: 0;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		background-clip: padding-box;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#share-popup.show {
		display: block; opacity: 1;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
	}
	#share-popup .social { padding: 0 0 10px 17px; }
	#share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
	#share-popup .social ul { list-style: none; margin: 0; padding: 0; }
	#share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px; }
	#share-popup .social ul a {
		text-decoration: none;
		font-size: 12px;
		display: inline-block;
		color: #919191;
	}
	#share-popup .social ul a:hover { text-decoration: underline; }
	#share-popup .social a span {
		cursor: pointer;
		width: 20px; height: 20px;
		background: url(/templates/Proverka/dleimages/social-icons.png) 20px 20px no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0 0;
	}
	#share-popup .social .tw span { background-position: 0 -20px; }
	#share-popup .social .tw:hover span { background-position: 0 0; }
	#share-popup .social .fb span { background-position: -20px -20px; } 
	#share-popup .social .fb:hover span { background-position: -20px 0; }
	#share-popup .social .vk span{ background-position: -40px -20px; }
	#share-popup .social .vk:hover span { background-position: -40px 0; }
	#share-popup .social .gp span{ background-position: -60px -20px; }
	#share-popup .social .gp:hover span { background-position: -60px 0; }
	#share-popup .link {
		clear: both;
		border-top: 1px solid #d9d9d9;
		padding: 10px 5px 0 10px;
		line-height: 1.2;
		overflow: hidden;
		margin: 0 7px;
	}
	#share-popup .link p {
		font-weight: bold;
		padding: 0 0 3px 0;
		margin: 0;
	}
	#share-popup .link span {
		color: #999;
		font-size: 10px;
		display: block;
		padding-top: 3px;
	}
	#share-popup .link a { display: block; }
	.dle-alert, .dle-confirm, .dle-promt { padding: 20px 1em !important; } */