/*------------------------------------------------------------------
/*  assets/css/style.css
/*------------------------------------------------------------------

СОДЕРЖАНИЕ:
    ГЛОБАЛЬНЫЕ СТИЛИ
    ЛОАДЕР
    ШАПКА
    ГЛАВНЫЙ СЛАЙДЕР
    ОБЩИЕ ЗАГОЛОВКИ
    О КОМПАНИИ
    ПАРТНЕРЫ
    ЛИЦЕНЗИИ
    ФОРМА ОБРАТНОЙ СВЯЗИ ГЛАВНАЯ
    ФОРМА ОБРАТНОЙ СВЯЗИ ВСПЛЫВАЮЩАЯ
    УСЛУГИ
    ПРОЕКТЫ/КЛИЕНТЫ
    Zoom effect Magnific Popup
    ФУТЕР
    BREADCRUMB
    КОНТАКТЫ
    ВИДЖЕТ АДРЕС
    О КОМПАНИИ ПОДРОБНО
    УСЛУГИ
    404 PAGE
    БЛАГОДАРНОСТИ
    RESPONSIVE
-------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/*  ГЛОБАЛЬНЫЕ СТИЛИ
/*---------------------------------------------------------------------*/
*{
   margin: 0;
   padding: 0;
}

body{
    font-family: 'Lato', sans-serif;
    font-weight:400;
    overflow-x: hidden;
}
a:hover{
    text-decoration:none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
a:focus{
    outline:none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none ; 
    outline-offset: none;
    box-shadow:none;
}
.btn,
.btn.focus,
.btn:focus, 
.btn:hover{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;    
}
.owl-wrapper-outer{
    background:none ;
    box-shadow:none ;
    border:none ;
    border-radius:0px ;
}
.owl-carousel,
.owl-controls{
    background:none ;
    margin:0 ;
}
.paddleft{
    padding-left:0px;
}
.padd0{
    padding:0px;
}
.btn-theme{
    background:#d74126;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
    border-radius:4px;
    border:1px solid #d74126; 
    height:50px;
    line-height: 34px;
}
.btn-theme:hover,
.btn-theme:active:hover, 
.btn-theme:focus{
    background:#fff;
    border-color: #d74126; 
    color: #d74126; 
}
.btn-theme-alt{
    background:#fff;
    color:#d74126;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
    border-radius:4px;
    border:1px solid #d74126; 
    height:50px;
    line-height: 34px;
}
.btn-theme-alt:hover,
.btn-theme-alt:active:hover, 
.btn-theme-alt:focus{
    background:#d74126;
    border-color: #d74126; 
    color: #fff; 
}
.btn-md{
    height: 40px;
    line-height: 28px;
}
.btn-wide{
    padding-left: 25px;
    padding-right: 25px;
}
.btn-primary{
    background:transparent;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
    border-radius:4px;
    border:1px solid #fff; 
    height:50px;
    line-height: 38px;
}
.btn-primary:hover,
.btn-primary:active:hover, 
.btn-primary:focus{
    background:#d74126;
    border:1px solid #d74126; 
}
.des{
    font-size:15px;
    font-weight:400;
    color:#757575;
    line-height:26px;
}
.bottom-top:hover .icofont{
    color:#fff;
}
.bottom-top:hover {
    transition-duration: 1s;
    transition-timing-function: linear;
}
.bottom-top {
    display: none;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 60px;
    border-radius:4px;
    padding: 8px 10px;
}
.bottom-top .icofont{
    font-size:20px;
    color:#fff;
}
.bottom-top{
    background:#d74126;
}
.divider {
    position: relative;
}
.divider.style-1 {
    width: 90px;
}
.divider.style-1.left {
    width: 57px;
    margin: 15px 0 15px -5px;
    padding-bottom: 1px;
}
.divider.style-1.center {
    margin: 10px auto 15px auto;
    padding-bottom: 1px;
}
.divider .hr-simple {
    position:absolute;
    height: 1px;
    width: 30px;
    background-color: #d74126;
}
.divider .hr-simple.left{
    left: 0;
}
.divider .hr-simple.right{
    right: 0;
}
.divider .hr-icon {
    position: absolute;
    font-size: 26px;
    top: -13px;
    left: 0;
    color: #d74126;
}
.divider.center .hr-icon {
    right: 0;
    top: -13px;
}
.dropdown-menu{
    padding: 0;
}


/*---------------------------------------------------------------------*/
/*  ЛОАДЕР
/*---------------------------------------------------------------------*/
.loaded .loader{
    display: none !important;
}
.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
}
.loader h4 {
    position: relative;
    margin: 0 auto;
    top: 20vh;
    width: 100vw;
    text-align: center;
    font-size: 6vh;
    color: #d74126;
    opacity: .75;
    animation: pulse 2.5s linear infinite;
}

#cube {
    position: relative;
    margin: 0 auto;
    top: 5vh;
    width: 50vh;
    height: 50vh;
    overflow: hidden;
}
.wrapper {
    background: #fff;
}
.sk-cube-grid {
  position: relative;
  top: 20vh;  
  width: 22vh;
  height: 22vh;
  margin: auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #d74126;
  float: left;
  -webkit-animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
          animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube-2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube-4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube-5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube-6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube-7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sk-cube-grid .sk-cube-8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube-9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
/******************/
@keyframes pulse {
    0% {
        transform: scale(1, 1);
        opacity: .25;
    }
    50% {
        transform: scale(1.2, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: .25;
    }
}
/******************/

@-webkit-keyframes sk-cube-grid-scale-delay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cube-grid-scale-delay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}



/*---------------------------------------------------------------------*/
/*  ШАПКА
/*---------------------------------------------------------------------*/
header{
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;	
}
.top{
    border-bottom:1px solid #63625E;
}
.top .icon, 
.top .social{
    margin:0;
}
.top .icon{
    padding:8px 0;
}
.top .icon li{
    line-height:14px;
    padding:0 22px 0 0;
}
.top .icon li i{
    margin-right:2px;
}
.top .icon li a,
.top .social li a{
    color:#fff;
    font-size:14px;
}
.top .social li{
    padding:0 14px 0 0;
    line-height:14px;
    margin: 0;
}
.top .social li:last-child,
.top .icon li:last-child {
    padding:0 0px 0 0;
}
.top .social li i{
    margin-right:0px;
}
.top .social li a:hover i{
    color:#d74126;
}
.top .icon li a:focus, 
.top .social li a:focus,
.top .icon li a:hover, 
.top .social li a:hover{
    color:#d74126;
    text-decoration: none;
}
.top .icon li.dropdown ul li{
    padding: 0;
}
.top .icon li.dropdown ul li a{
    color: #757575;
    display: block;
    padding: 5px 15px;
    line-height: 22px;
}
.top .icon li.dropdown ul li a:hover{
    color:#d74126;
}
header #logo{
    margin:15px 0;
}
header #logo img{
    max-height: 60px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#menu {
    float: right;
    padding-right: 20px;
}
#menu .navbar{
    margin:20px 0;
    min-height:0;
    padding-left: 0;
    padding-right: 0;
    border: 0px solid transparent;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#menu .nav > li{
    margin:0 34px 0 0;
}
#menu .nav > li:last-child{
    margin:0 0px 0 0;
}
#menu .nav > li > a{
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding:0;
    line-height: 14px;
    text-transform:uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}
#menu .nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 20px;
    background: #d74126;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#menu .nav > li > a:hover:before,
#menu .nav > li > a:focus:before,
#menu .nav > li > a:active:before {
    left: 0;
}
#menu .nav > li > a:hover, 
#menu .navbar-nav > .active > a, 
#menu .navbar-nav > .active > a:hover, 
#menu .navbar-nav > .active > a:focus {
    color:#d74126;
}

#menu .dropdown-menu{
    padding:0;
    border-radius:0px;
    min-width:230px;
    margin:29px 0 0 0;
}
#menu .dropdown .dropdown-menu {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
}
#menu .dropdown.show .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
}
.navbar-nav .dropdown-menu{
    margin-top: 10px;
}
#menu .dropdown-menu li{
    padding:5px 15px;
    border-bottom:1px solid #ddd;
}
#menu .dropdown-menu li:last-child{
    border-bottom:none;
}
#menu .dropdown-menu li a{
    color:#000;
    font-size:14px;
    font-weight:400;
}
#menu .dropdown-menu li a:hover{
    color:#d74126;
    padding-left:10px;
}
.button-top .btn-primary{
    margin:18px 0;
    width:100%;   
}

/*HEADER */
header.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
}
header.fixed-header .top{
    display: none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
header.fixed-header #logo{
    margin: 10px 0;
}
header.fixed-header #logo img{
    max-height: 50px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
header.fixed-header #menu .navbar{
    margin: 15px 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
header.fixed-header .button-top .btn-primary{
    margin: 10px 0;
}
.one-page #menu .nav > li > a.active:before{
    left: 0;
}


/*---------------------------------------------------------------------*/
/*  ГЛАВНЫЙ СЛАЙДЕР
/*---------------------------------------------------------------------*/
.slide{
    position:relative;
}
.slideshow img{
    width:100%;
}
.slide-detail{
    left: 0;
    position: absolute;
    right: 0;
    z-index:1;
    top:auto;
    bottom:13%;
    text-align:center;
}
.slide-detail img{
    margin:0 auto;
    width:11.5%;
}
.slide-detail h4{
    font-size:60px;
    color:#fff;
    font-weight:400;
    margin:10px 0;
    text-transform:uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.slide-detail p{
    font-size:26px;
    color:#fff;
    margin: 0 10% 25px;
    line-height:36px; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/*---------------------------------------------------------------------*/
/*  ОБЩИЕ ЗАГОЛОВКИ
/*---------------------------------------------------------------------*/
.commontop h4{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin: 50px 0 10px;    
}
.commontop p{
    font-size:15px;
    font-weight:400;
    color:#757575;
    margin:0 10% 24px;
    line-height:26px; 
}
.commontop.white h4{
    color:#fff;
}
.commontop.white p{
    color:#fff;
}

/*---------------------------------------------------------------------*/
/*  О КОМПАНИИ
/*---------------------------------------------------------------------*/
.about {
    background:#fff;
    width:100%;
    padding-bottom: 50px;
}
.about .commontop p{
    margin:0 0 24px;
}
.about .owl-carousel{
    margin-top: 50px;
}
.about .owl-carousel .owl-item img{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*---------------------------------------------------------------------*/
/* УСЛУГИ
/*---------------------------------------------------------------------*/
.service {
    background: #f5f5f5 url(../images/background/bg-2.png) no-repeat scroll right top;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.services {
    background:  url(../images/background/bg-1.png) no-repeat scroll left bottom;
}
.service .box {
    margin-bottom:50px;
}
.service .box img{
    border-radius:4px 4px 0 0;
}
.service .box .caption {
    background:#fff;
    border:1px solid #E5E5E5;
    border-top:0;
    border-radius:0 0 4px 4px;
    padding:30px 20px;
}
.service .box .caption h4 {
    font-size:18px;
    font-weight:600;
    color:#d74126;
    margin:0 0 10px;
}
.service .box .caption .text {
    font-size:14px;
    font-weight:400;
    color:#000;
    margin:0 0 15px;
}
.service .box .caption .des {
    color:#757575;
    margin:0 0 30px;
}

/*---------------------------------------------------------------------*/
/*  ПАРТНЕРЫ
/*---------------------------------------------------------------------*/
.partners .commontop h4{    
    padding-top:40px;
    margin-top: 0;
}
.partners.no-border .commontop h4{
    border-top:none;
}
.partners {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;    
    padding:0 0 50px;
    background: #f5f5f5 url(../images/background/bg-4.png) no-repeat scroll right bottom;
}
.partnerses {
    background: url(../images/background/bg-3.png) no-repeat scroll left top;
}
.part .box{
    border:1px solid #E5E5E5;
    border-radius: 4px;
    background: #f5f5f5;
    margin: 5px 0;
}
.part .box:hover{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
}
.part .box img{
    margin:0 auto;
    border-radius: 4px 4px 0 0;
}
.part .box .caption{
    border-top:1px solid #E5E5E5;
    padding:20px 15px;
    text-align:center;
}
.part .box .caption h4{
    font-size:18px;
    font-weight:600;
    color:#000;
    margin:0 0 10px;
}
.part .box .caption span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}
.part .box .caption p{
    font-size:24px;
    font-weight:600;
    color:#d74126;
    margin:0;
    line-height:20px;
}


/*---------------------------------------------------------------------*/
/*  ЛИЦЕНЗИИ
/*---------------------------------------------------------------------*/
.license {
    padding: 0 0 50px;    
}
.owl-prev i, .owl-next i {
    color: #d74126;
    font-size: 50px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;    
}
.owl-prev {
    left: -55px;
}
.owl-next {
    right: -55px;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.license-zoom {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -28px;    
    z-index: 4;    
}
.license .license-mglass {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.license-mglass {	
    width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 99em;
	color: #fff;
	display: inline-block;
	background: #d74126;	
	opacity: 0;
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.license .item:hover .license-mglass {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.license-content-bkg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.license .thumbnail:before {
	content: '';
	background: rgba(0, 105, 255, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    opacity: 0;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.license-content-bkg:hover .thumbnail:before {
      opacity: 1;
}


/*---------------------------------------------------------------------*/
/*  БЛАГОДАРНОСТИ
/*---------------------------------------------------------------------*/
.thanks {
    background: #f5f5f5 url(../images/background/bg-2.png) no-repeat scroll right top;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;        
}
.thankses {
    background: url(../images/background/bg-1.png) no-repeat scroll left bottom;
}
.thanks-zoom {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -28px;    
    z-index: 4;    
}
.thanks .thanks-mglass {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.thanks-mglass {	
    width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 99em;
	color: #fff;
	display: inline-block;
	background: #d74126;	
	opacity: 0;
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.thanks .item:hover .thanks-mglass {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.thanks-content-bkg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.thanks .thumbnail:before {
	content: '';
	background: rgba(0, 105, 255, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    opacity: 0;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.thanks-content-bkg:hover .thumbnail:before {
      opacity: 1;
}
.thanks-padding {
    padding: 0 0 50px;
}

/*---------------------------------------------------------------------*/
/* ФОРМА ОБРАТНОЙ СВЯЗИ ГЛАВНАЯ
/*---------------------------------------------------------------------*/
.feedback{
    background:url(../images/background/feedback_bg.jpg) center center no-repeat;
    background-size: cover;
    width:100%;
    padding-bottom:50px; 
}
.feedback form .form-group{
    margin:0;
}
.feedback form .form-control{
    background:rgba(0,0,0,0.2);
    height:45px;
    margin-bottom:30px;
    color:#fff;
    padding:0 0 0 20px;
}
.feedback form .form-group textarea {
    height: 90px;
    padding:10px 0 0 20px;
}
.feedback  form .form-control:focus{
    box-shadow: none;
    border-color: #d74126;
}
.feedback form .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #fff;
}
.feedback label.error{
    position: absolute;
    top: 47px;
    color: red;
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
}
.hide {
    display: none !important;
}

/*---------------------------------------------------------------------*/
/* ФОРМА ОБРАТНОЙ СВЯЗИ ВСПЛЫВАЮЩАЯ
/*---------------------------------------------------------------------*/
.feedback-popup{
    width: 100%;
    position: fixed;
    top: 20%;
}
.feedback-popup .mfp-close {
    color: #333;    
}
.feedback-popup .mfp-close:hover {
    color: #000;    
}
.feedback-popup .commontop h4 {
    margin: 30px 0 10px;    
}
.feedback-popup .box {
    background: #f5f5f5 url(../images/background/bg-1.png) no-repeat scroll left bottom;
    margin: 0 auto;
    border-radius: 4px;
    padding-bottom: 30px;
}
.feedback-popup form .form-group{
    margin:0;
}
.feedback-popup form .form-control{
    height:45px;
    margin-bottom:30px;
    padding:0 0 0 20px;
}
.feedback-popup form .form-group textarea {
    height: 90px;
    padding:10px 0 0 20px;
}
.feedback-popup form .form-control:focus{
    box-shadow: none;
    border-color: #d74126;
}
.feedback-popup form .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #fff;
}
.feedback-popup label.error{
    position: absolute;
    top: 47px;
    color: red;
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
}

/*---------------------------------------------------------------------*/
/* ПРОЕКТЫ/КЛИЕНТЫ
/*---------------------------------------------------------------------*/
.item-content-bkg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
    border-radius: 4px;
}

/* project 3 col grid image */
.gallery-3colgrid-content {
    margin-left: -5px;
    margin-right: -5px;
}
.menu-3col-grid-image {
	margin-bottom: 54px;
}
.menu-3col-grid-image .menu-post {
	height: 300px;
	float: left;
	margin: 0;
	padding: 3px;
}
.menu-3col-grid-image .menu-post-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	margin-left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-3col-grid-image h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 1);
}
.menu-3col-grid-image .menu-price {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin-top: 32px;
	color: #ffffff;
	background: none;
	display: block;
}
.menu-3col-grid-image .menu-text {
	color: #ffffff;
}
/* end project 3 col grid image */

.gallery-post .gallery-bkg:after,
.gallery-post .gallery-mglass {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gallery-mglass {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 99em;
	color: #fff;
	display: inline-block;
	background: #d74126;
	margin-top: 24px;
	opacity: 0;
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.gallery-post:hover .gallery-mglass {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.gallery-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
    z-index: 2;
}
.gallery-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    opacity: 0;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.item-content-bkg:hover .gallery-img:before {
      opacity: 1;
}
.gallery-img:after {
    background-color: rgba(0,0,0,0.7);
}
.gallery-post .gallery-bkg:after {
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: 10px;
    border-radius: 4px;
    z-index: 3;
}
.gallery-post:hover .gallery-bkg:after {
	opacity: 1;
}
.gallery-post .gallery-img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
}
.gallery-post:hover .gallery-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*---------------------------------------------------------------------*/
/* Zoom effect Magnific Popup
/*---------------------------------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*---------------------------------------------------------------------*/
/* ФУТЕР
/*---------------------------------------------------------------------*/
footer{
    background:#f6f6f6;
}
footer .inner{
    padding:60px 0 60px;
}
footer .inner h5{
    color:#333;
    font-size:20px;
    font-weight:600;
    margin:0 0 30px;
    text-transform:uppercase;
    line-height:12px;
}
footer .inner ul{
    margin:0;
}
footer .inner li{
    padding:0 0 20px;
}
footer .inner li:last-child{
    padding:0 0 0px;
}
footer .inner li a,
footer .inner li{
    font-size:14px;
    color:#333;
    line-height:14px;
}
footer .inner li a:hover{
    color:#d74126;
}
footer .inner .contact li{
    line-height:14px;
}
footer .inner .contact li i{
    color:#d74126;
    margin-right:5px;
    float:left;
    line-height: 14px;
    font-size: 16px;
}
footer .inner .contact li:first-child a i{
    margin-bottom: 40px;
}
footer .inner .insta li{
    display: inline-block;
}
footer .inner .insta li a{
    display: block;
}
footer .inner .insta li a img{
    width: 100%;
    max-width: 242px;
    border-radius: 3px; 
}
footer .footer-bottom {
    background: #d74126;
    padding: 10px 0;
}
footer .powered p{
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0 ;
}
footer .powered p span {
    color: #fff;
}
footer .powered .social {
    margin: 22px 0 0;
}
footer .powered .social li {
    line-height:14px;
    margin: 0;
}
footer .powered .social li:last-child{
    padding: 0 0px 0 0;
}
footer .powered .social li a {
    color: #fff;
    font-size: 20px;
    width: 35px;
    display: block;
    text-align: center;
}
footer .powered .social li a:hover i {
    color: #fff;
}

/*---------------------------------------------------------------------*/
/* BREADCRUMB
/*---------------------------------------------------------------------*/
.bread-crumb{
    background: url(../images/background/bread-crumb-bg1.jpg) no-repeat center center;
    position: relative;
    min-height: 250px;
}
.bread-crumb img {
    width: 100%;
    height: 235px;
}
.bread-crumb .matter {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align:center;
    margin: 0 auto;
    width: 244px;
    background: rgba(0, 0, 0, 0.35);
    padding:15px 0;
    border-radius: 4px;
}
.bread-crumb .matter h2{
    color:#fff;
    font-size:30px;
    font-weight:400;
    margin:0;
    text-transform:uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/*---------------------------------------------------------------------*/
/* ВАКАНСИИ
/*---------------------------------------------------------------------*/
.vacancy {
    background: #f1f1f1 url(../images/background/bg-1.png) no-repeat left bottom;
    padding-bottom: 50px;
}
.vacancy .item-entry {
    overflow: hidden;
    margin-bottom: 40px;
}
.vacancy .item-content {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    border-radius: 0 4px 4px 4px;
}
.vacancy .item-body {
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.vacancy .item-entry .order-id {
    background: #e54c2a none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.vacancy .item-content p.des {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 8px 0 10px 0;
    line-height: 20px;
}
.vacancy .item-content p {
    display: block;
    font-size: 14px;
    color: #757575;
    margin: 10px 0;
}
.vacancy .item-content .failed,
.vacancy .item-content .confirmed {
    font-size: 16px;
    font-weight: 500;
}
.vacancy .item-content .confirmed {
    color: #009933;
}
.vacancy .item-content .confirmed i,
.vacancy .item-content .failed i {    
    padding-right: 5px;
}
.vacancy .item-content .failed {
    color: #e54c2a;
}
.vacancy .item-content img {
    max-width: 100%;
    border-radius: 3px;
}
.vacancy .item-footer p {
    margin-bottom: 0px;
}
.vacancy .item-footer strong {
    margin: 0px 5px 0px 20px;
}

/*---------------------------------------------------------------------*/
/* КОНТАКТЫ
/*---------------------------------------------------------------------*/
.contactus{
    background: #fff url(../images/background/bg-1.png) no-repeat left bottom;
    padding-bottom: 50px;
}
.contactus iframe{
    width:100%;
    height:485px;
    border:0;
}
.contactus form .form-group{
    margin-bottom:30px;
}
.contactus img{
    border-radius:4px;
}
.contactus form .form-control {
    background:rgba(245,245,245,0.5);
    text-transform:uppercase;
    height:45px;
    color:#757575;
    padding:0 40px 0 20px;
}
.contactus form textarea.form-control{
    height:180px ;
    padding:6px 0 0 20px;
    resize: none;
}
.contactus form .form-control:focus {
    box-shadow: none;
    border-color: #d74126;
}
.contactus form .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #d74126;
}
.contactus-3 iframe{
    margin-bottom: 30px;
}

/*---------------------------------------
   YANDEX КАРТА                
-----------------------------------------*/
.popup-map {
    text-align: left;
    padding-left: 22px;
    padding-top: 14px;
}
.popup-text {
    overflow: hidden;
}
.popup-text p {
    color: black;
    font-family: Arial;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;    
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: black;
}
.popup-close:hover {
    color: gray;
    text-decoration: none;
}
.p1{
    color: #959595;
    font-size: 15px;
}

/***************************
  Author: Yury Nemets
  URL: http://www.sitehere.ru
****************************/
.ymap-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: url('../images/map/preview-map.jpg') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #E5E5E5;
}

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 480px; /*высота карты*/
  cursor: pointer;
  background-color: transparent;
}

/*Индикатор загрузки, который показывается при загрузке карты*/
.map-loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
.map-loader:after,
.map-loader:before {
  box-sizing: border-box;
}
.map-loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

/*---------------------------------------------------------------------*/
/* ВИДЖЕТ АДРЕС
/*---------------------------------------------------------------------*/
.address{
    background: #F6F6F6;
    padding: 50px 0 20px 0;
    border-top: 1px solid #E5E5E5;
}
.address-box{
    margin-bottom: 30px;
}
.address-box .box{
    background: #fff;
    border:1px solid #e5e5e5;
    border-radius: 4px;
    padding:20px 15px;
    height:215px;
}
.address-box .box .icon{
    background:#d74126;
    border-radius:50%;
    width:60px;
    height:60px;
    padding:18px;
    margin:0 auto 20px;
}
.address-box .box .icon i{
    font-size:24px;
    color:#fff;	
}
.address-box .box h4{
    font-size:18px;
    font-weight:600;
    text-transform: uppercase;
    color:#333;
    margin:0 0 10px;
}
.address-box .box p{
    font-size:14px;
    font-weight:400;
    color:#696969;
    margin:0;
}
.address-box .box p a{
    color:#696969;
}
.address-box .social{
    padding:19px 21px;
}
.address-box .social h4{
    text-align:center;
    margin:0 0 34px;
}
.address-box .social ul{
    margin:0;
    text-align: center;
}
.address-box .social ul li {
    width:40px;
    height:40px;
    margin: 0 10px 10px 10px;
    padding: 0;
    border-radius:50%;
    text-align: center;
}
.address-box .social ul li a{  
    color:#fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
}
.address-box .social ul li a i{  
    font-size:20px;
}
.address-box .social ul li:first-child {
    background:#3b5999;
}
.address-box .social ul li:nth-child(2) {
    background:#1da1f3;
}
.address-box .social ul li:nth-child(3) {
    background:#de4b39;
}
.address-box .social ul li:nth-child(4) {
    background:#843ab5;
}
.address-box .social ul li:nth-child(5) {
    background:#be071d;
}
.address-box .social ul li:nth-child(6) {
    background:#eb4724;
}
.address-box .social ul li:nth-child(7) {
    background:#cf2120;
}
.address-box .social ul li:last-child {
    background:#c41200;
}

/*---------------------------------------------------------------------*/
/* О КОМПАНИИ ПОДРОБНО
/*---------------------------------------------------------------------*/
.about-detail{
    margin:50px 0;
}
.about-detail .abouts .image img{
    margin: 0 20px 0 0;
    border-radius:4px;
    /*width:100%;*/
    float: left; 
}
.about-detail .abouts h4{
    margin:0 0 13px;
    font-size:24px;
    font-weight:600;
    color:#000;
    line-height:26px;
    text-transform: uppercase;
}
.about-detail .abouts .text{
    margin:0 0 24px;
    font-size:14px;
    font-weight:600;
    color:#000;
}
.about-detail .abouts blockquote {
    padding:20px;
    font-size:16px;
    font-weight:700;
    font-style:italic;
    color:#000;
    border:1px solid #e5e5e5;
    border-left:4px solid #d74126;
}
.about-detail .abouts .link{
    margin:0 0 30px;
    height:52px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding:14px 0;
}
.about-detail .abouts .link .social,
.about-detail .abouts .link .icon{
    margin:0;
}
.about-detail .abouts .link .social li{
    color:#000;
    font-size:14px;
    font-weight:600;
    padding:0;
}
.about-detail .abouts .link .social li a{
    color:#757575;
    font-size:16px;
    margin:0 6px;
}
.about-detail .abouts .link .social li a:hover{
    color: #d74126;
}
.about-detail .abouts .link .social li:last-child a{
    margin-right:0px;
}
.about-detail .abouts .link .icon li{
    padding:0;
    font-size:14px;
    font-weight:600;
    color:#000;
}
.about-detail .abouts .link .icon li a{
    font-weight:400;
    color:#757575;
}
.about-detail .abouts .link .icon li a:hover{
    color: #d74126;
}
.about-detail .abouts{
    /*margin:0 0 120px;*/
}
/********************/
.about-detail .nav-tabs {
    margin: 30px 0 30px;
    border-bottom: 1px solid #dee2e6;
}
.about-detail .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.about-detail .nav-tabs > li:hover a,
.about-detail .nav-tabs > li a.active {
    background: #e54c2a;
    color: #fff;
    border: none;
}    
.about-detail .nav-tabs > li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    border: none;
    padding: 20px 17px;
}
.about-detail .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
}
.about-detail .tab-pane li i {
    margin-right: 10px;
    color: #d74126;    
}
.about-detail .tab-content a {
    font-weight: 400;
    color: #757575;
    margin-left: 25px;
}
.about-detail .tab-content a:hover {
    color: #d74126;
}


/*---------------------------------------------------------------------*/
/* 404 PAGE
/*---------------------------------------------------------------------*/
.page-not-found{
    background: url(../images/background/cup-coffee-left.png) no-repeat left bottom;
    padding-bottom: 50px;
}
.page-not-found .error-content{
    text-align: center;
}
.page-not-found .error-content h2{
    font-size: 200px;
    font-weight: 900;
    letter-spacing: 10px;
    color: #d74126;
    text-shadow: 7px 6px 0 #dadada, 0 -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.page-not-found .error-content p{
    max-width: 340px;
    margin: 0 auto 25px auto;
}

/*---------------------------------------------------------------------*/
/* БЛАГОДАРНОСТИ
/*---------------------------------------------------------------------*/
.thanks-content h3{
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.thanks-content h3 i{
    display: block;
    color: green;
    font-size: 100px;
}
.thanks-content p{
    margin: 10px auto;
    font-size: 18px;
}
.thanks-content .btn{
    margin-top: 30px;
}


/*---------------------------------------------------------------------*/
/* УСЛУГИ DASHBOARD
/*---------------------------------------------------------------------*/
.dashboard {
    background: #f5f5f5 url(../images/background/bg-big-left.png) no-repeat left bottom;
    /*padding-bottom: 50px;*/
}
.dashboard-inner {
    background: url(../images/background/bg-big-right.png) no-repeat right top;
    padding-bottom: 20px;
}
.dashboard .service-profile .user-pdd {
    padding: 3px;
}
.dashboard .service-profile .confirmed {
    color: #009933;
}
.dashboard .service-profile .failed {
    color: #d74126;
}
.dashboard .service-profile h5 {
    background: #e6e6e6;
    margin: 0px;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    border: 1px solid #d4d4d4;
    border-bottom: none;
}
.dashboard .image img {
    margin: 0 20px 0 0;
    border-radius: 4px;
    float: left;
}
.dashboard .service-profile{
    /*margin-top: 50px;*/
}
.dashboard .form-control:focus{
    box-shadow: none;
    border-color: #d74126;
}
/*Profile Tab Услуги подробно*/
.service-profile .service-profile-tabs {
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    /*font-size: 14px;*/
}
.service-profile .service-profile-tabs .nav-tabs > li {
    border-bottom: 2px solid #f1f1f1;
}
.service-profile .service-profile-tabs .nav-tabs > li:last-child {
    border-bottom: none;
}
.service-profile .service-profile-tabs .nav-tabs > li > a {
    background: #fff;
    border-radius: 0;
    color: #757575;
    font-weight: bold;
    line-height: 1.42857;
    padding: 15px 15px;
    margin-right: 0px;
    border: none;
    /*text-align: center;*/   
}
.service-profile .service-profile-tabs .nav-tabs > li > a > i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
.service-profile .service-profile-tabs .nav-tabs > li a:hover, 
.service-profile .service-profile-tabs .nav-tabs > li > a.active,
.service-profile .service-profile-tabs .nav-tabs > li > a.active:focus {
    background: #d74126;
    color: #fff;
    border: none;
}

/*Контент Услуги*/
.service-profile .item-entry {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 0 0 4px 4px;
}
.service-profile .tab-content a {
    font-weight: 400;
    color: #d74126;
    margin-left: 15px;
    border: 1px solid #d74126;
    border-radius: 3px;
    padding: 5px 10px;    
}
.service-profile .tab-content a:hover {
    color: #fff;
    background: #d74126;
}
.service-profile .item-entry .order-id {
    background: #d74126 none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    padding: 8px 20px; 
    color: #fff;
}
.service-profile .item-body {
    padding-bottom: 15px;
    /*overflow: hidden;*/
    border-bottom: 1px solid #e6e6e6;
}
/*Маркированный список*/
.service-profile .item-body ul {
    list-style-type: none; 
}
.service-profile .item-body ul li {
  position: relative;
  padding-left: 25px;
}
.service-profile .item-body ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: 'icofont';
  content: "\eed8";
  color: #d74126;
}
/*Нумерованный список*/
.service-profile .item-body ol {
    margin-left: 20px;
}
.service-profile .item-body ol li {
  padding-left: 5px;
}
/********************/

.service-profile .item-content {
    background: #fff;
    padding: 15px;
    overflow: hidden;
}
.service-profile .item-content img {
    max-width: 100%;
}
.item-content h4 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}
.service-profile .item-content h4  i {
    color: #F19C4F;
}
.service-profile .item-content p {
    display: block;
    font-size: 15px;
    color: #757575;
    margin: 10px 0;
    line-height: 26px;
}
.service-profile .item-content p.des {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 8px 0 10px 0;
    line-height: 20px;
}
.service-profile .item-content .failed,
.service-profile .item-content .confirmed {
    font-size: 16px;
    font-weight: 500;
}
.service-profile .item-content .confirmed i,
.service-profile .item-content .failed i {
    margin-right: 5px;
}
.service-profile .item-footer p {
    margin-bottom: 0px;
}
.service-profile .item-footer strong {
    margin: 0px 5px 0px 20px;
}
.service-profile .user-add-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

/*---------------------------------------------------------------------*/
/* RESPONSIVE
/*---------------------------------------------------------------------*/
@media (max-width:1500px){

    }
}

@media (max-width:1200px){
    .commontop h4 {
        font-size: 32px;
    }
    #menu .nav > li {
        margin: 0 15px 0 0;
    }
    .button-top .btn-primary{
        font-size:13px;
    }
    .order ul li {
        padding: 0 66px 0 0;
    }
    .menu .nav-tabs > li {
        padding: 0 7px 0 0;
    }
    .menu .box .caption .des {
        font-size: 12px;
    }
    .slide-detail{
        bottom: 8%; 
    }
    .banner-detail img,
    .slide-detail img{
        width:8%;
    }
    .banner-detail h4,
    .slide-detail h4 {
        font-size: 36px;
    }
    .slide-detail p{
        margin-bottom: 15px;
    }
    footer .inner li a,
    footer .inner li {
        font-size: 14px;
    }
    footer .powered .social li {
        padding: 0 10px 0 0;
    }
    footer .powered .social li a{
        width: 24px;
    }
    footer .inner .insta li a img{
        max-width: 62px;
    }
    .about .des, 
    .abouts .des {
        font-size: 14px;
    }
    .service{
        background: #fff;
    }
    .sidebar-box .latest img {
        margin-right: 8px;
    }
    .sidebar-box .latest .caption h3 {
        font-size: 14px;
    }
    .sidebar-box .gallery ul li {
        width: 31.1%;
    }
    .sidebar-box .tag li{
        margin: 0 5px 5px 0;
    }
    .sidebar-box .tag li a{
        padding: 4px 8px;
        font-weight:400;
    }
    .address-box .social ul li {
        width: 36px;
        height: 36px;
        margin: 0 2px 10px 0;
    }
    .menu .box .caption .price {
        font-size: 17px;
    }
    footer .inner h5{
        font-size: 19px;
    }
}

@media (max-width:992px){
    .btn-theme-alt,
    .btn-theme,
    .btn-primary{
        height: 46px;
        font-size: 14px;
    }
    .service-profile .tab-content a {
        display: block;
        margin-top: 5px;
    }     
    .btn-md {
        height: 36px;
        line-height: 22px;
    }
    .top .icon {
        padding: 2px 0;
    }
    .top .icon li {
        padding: 0 10px 0 0;
    }
    .top .icon li a,
    .top .social li a {
        font-size: 10px;
    }
    .top .icon li i {
        margin-right: 2px;
    }
    .top .social li {
        padding: 0 10px 0 0;
    }
    .top .icon li.dropdown ul li a{
        font-size: 14px;
    }
    header #logo img{
        max-height: 40px;
    }
    #menu .nav > li {
        margin: 0 10px 0 0;
    }
    #menu .nav > li > a {
        font-size: 11px;
    }
    .button-top .btn-primary {
        font-size: 9px;
    }
    .slide-detail{
        bottom: 8%;
    }
    .banner-detail{
        padding: 200px 0 100px 0;
    }
    .banner-detail h4,
    .slide-detail h4 {
        font-size: 36px;
        margin:0;
    }
    .slide-detail p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 8% 10px;
    }
    .commontop h4 {
        font-size: 28px;
    }
    .commontop p {
        font-size: 14px;
        line-height: 24px;
    }
    .order .search-icon .btn {
        right: 0;
    }
    .order ul li {
        padding: 0 50px 0 0;
    }
    .order ul li p {
        font-size: 14px;
    }
    .order .search-icon input{
        height: 46px;
    }
    .menu .nav-tabs{
        padding: 15px 15px;
    }
    .menu .nav-tabs > li > a {
        font-size: 12px;
        padding: 12px 18px;
    }
    .menu .box .caption{
        padding-right: 75px;
    }
    .menu .box .caption span{
        font-size: 14px;
        line-height: 1.4;
    }
    .about-detail .nav-tabs > li {
        width: 100%;
        text-align: center;
    } 
    .service-profile .service-profile-tabs {
        /*overflow: visible;*/
    }       
    .menu .box .caption .des {
        font-size: 10px;
    }
    footer .inner{
        padding: 50px 0 10px;
    }
    footer .inner h5 {
        font-size: 16px;
    }
    footer .inner ul{
        margin-bottom: 50px;
    }
    footer .powered p {
        font-size: 11px;
    }
    footer .inner li{
        padding-bottom:15px; 
    }
    footer .powered .social{
        margin-top: 15px;
    }
    footer .powered .social li {
        padding: 0 5px 0 0px;
    }
    footer .powered .social li a{
        font-size: 18px;
        width: 18px;
    }
    footer .inner .insta li a img{
        max-width: 68px;
    }
    .service .box span{
        font-size: 65px;
    }
    .sidebar-box h6 {
        font-size: 18px;
    }
    .sidebar-box .latest ul li {
        height: auto;
    }
    .sidebar-box .latest img {
        margin: 0 auto 5px;
        float: none ;
        display: block;
    }
    .sidebar-box .latest .caption{
        text-align:center;
    }
    .address-box .box {
        margin-bottom: 30px;
        text-align: center;
    }	
    .address-box .box h4 {
        font-size: 15px;
    }
    .header-2 header.fixed-header #logo,
    header #logo {
        margin:5px 0 0;
    }
    .header-2 header.fixed-header .button-top .btn-primary,
    .button-top .btn-primary {
        margin: 5px 0;
        height: 36px;
        line-height: 24px;
    }
    .header-2 header.fixed-header #menu .navbar,
    #menu .navbar {
        margin: 0px 0 3px 0;
    }
    .bread-crumb{
        min-height: 152px;
    }
    .bread-crumb .matter{
        padding:5px 0;
        bottom: 10px;
    }
    .bread-crumb .matter h2 {
        font-size:18px;
    }
    .contactus-3 form .form-control{
        margin-bottom: 30px;
        background: rgba(0,0,0,0.2);
    }
    .contactus form .form-control{
        height:40px; 
    }
    .contactus form .icofont{
        padding-top: 13px;
        padding-bottom:13px; 
    }
    .part .box .caption p{
        font-size:22px; 
    }
    .feedback form .form-control{
        height: 40px;
    }
    .about-detail .nav-tabs > li a{
        padding: 15px 20px;
        font-size: 15px;
    }
    .thanks-content h3{
        font-size:30px; 
    }
    .thanks-content h3 i{
        font-size: 85px;
    }
}

@media (max-width:767px){
    .btn-theme-alt,
    .btn-theme{
        font-size: 12px;
        height: 34px;
        line-height: 22px;
    }         
    .banner-detail{
        padding: 80px 0 80px 0;
    }
    .banner-detail img{
        width: 20%;
    }
    .banner-detail h4{
        font-size: 24px;
        margin: 10px 0;
    }
    .slide-detail h4{
        font-size:20px;
        margin:5px;
    }
    .banner-detail p{
        font-size: 14px;
        line-height: 22px;
    }
    .slide-detail p {
        font-size: 13px;
        line-height: 15px;
        margin:0 5px 5px;
    }
    .slideshow img{
        min-height: 190px;
    }
    .slide-detail .btn-primary{
        height: auto;
        width: auto;
        font-size: 14px;
        padding: 5px 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .commontop h4{
        font-size: 24px;
        margin: 30px 0 10px;
    }
    .feedback,
    .about{
        padding-bottom: 30px;   
    }
    .partners{
        margin-bottom:30px; 
    }
    .menu-inner{
        padding-bottom: 0;
    }
    .order img {
        margin:10px auto 30px;
        max-width: 235px;
    }
    .order ul {
        margin: 0px 0 0;
    }
    header {
        position: relative;
        background:#000;
    }
    .top .icon li a,
    .top .social li a {
        font-size: 14px;
    }
    .top .pull-left,
    .top .pull-right{
        float:none ;
        text-align:center;
    }
    .top .icon li {
        padding: 0px 6px 0 0;
    }
    header #logo{
        margin-top: 15px;
    }
    header #logo img{
        margin: 0 auto;
    }
    .paddleft {
        padding-left: 15px;
    }
    #menu .navbar {
        margin: 0px 0;
    }
    #menu .navbar-header{
        width: 100%;    
    }
    #menu {
        float: none;/* Отменяем обтекание */
        padding-right: 0;
    }     
    #menu .menutext {
        float: left;
        padding: 14px 15px 0 15px;
        font-size: 18px;
        color: #fff;
    }	
    #menu .navbar-toggler{
        color:#fff;
        border:1px solid #d74126;
        padding:8px 12px;
        float: right;
        margin-top: 10px;
    }
    #menu .navbar-nav {
        margin: 7.5px 0;
        text-align: left;
    }
    #menu .nav > li {
        margin: 10px 0;
    }
    #menu .nav > li:last-child{
        margin: 10px 0;
    }
    #menu .nav > li > a {
        font-size: 14px;
        display: block;
    }
    #menu .dropdown-menu{
        background: #000;
        margin:12px 0 0 0
    }
    #menu .dropdown-menu li a {
        color: #fff;
        display: block;
    }
    #menu .dropdown .dropdown-menu {
        display: none;
    }
    #menu .dropdown.show .dropdown-menu{
        display: block;
    }
    .padd0{
        padding:0 15px;
    }
    .slide-detail {
        padding:20px 0;
        top:15%;
    }
    .button-top .btn-primary {
        font-size: 16px;
    }
    .part .box .caption h4{
        font-size: 16px;
    }
    .part .box .caption p{
        font-size: 20px;
    }
    .about .des, 
    .about .commontop p {
        font-size: 14px;
    }
    .menu .nav-tabs {
        padding: 10px 10px;
    }
    .menu .nav-tabs > li {
        padding:2px 0;
        width: 100%;
    }
    .menu .nav-tabs > li > a {
        font-size: 14px;
    }
    .menu .box .image{
        float: none;
        display: block;
        text-align: center;
    }
    .menu .box .image img{
        margin-left: auto;
        margin-right: auto;
    }
    .menu .box .caption{
        margin-left: 0;
        padding: 15px;
        text-align: center;
    }
    .menu .box .caption .price{
        position: static;
        text-align: center;
        margin-top: 10px;
    }
    .commontop p {
        margin: 0 0 24px;
    }
    footer .inner {
        padding: 15px 0;
        text-align: center;
    }
    footer .inner h5 {
        margin: 30px 0 15px 0;
    }
    footer .inner li a, 
    footer .inner li, 
    footer .powered p {
        font-size: 14px;
    }
    footer .powered .text-right,
    footer .powered .text-center{
        text-align:center; 	
    }
    footer .powered img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    footer .inner ul{
        margin-bottom: 10px;
    }
    footer .inner .contact li i{
        float: none;
    }
    footer .powered .social{
        text-align: center;
    }
    footer .powered .social li:last-child,
    footer .powered .social li{
        padding: 0 10px;
    }
    footer .powered .social li a{
        font-size: 17px;
        width: 17px;
    }
    .bottom-top{
        display: none !important;
    }
    .order ul li p{
        margin:0px 0 0 0;
    }
    .bread-crumb {
        min-height: 70px;
    }
    .commontop p,
    .menu .box .caption .des {
        font-size: 14px;
    }
    .sidebar-box .latest img{
        margin: 0 8px 0 0px;
        float: left;
    }
    .sidebar-box .latest .caption{
        text-align: left;
    }
    .sidebar-box .gallery ul li {
        width: 32.1%;
    }
    .sidebar-box .gallery ul li img{
        width:100%;
    }
    .sidebar-box .tag li a {
        font-size: 14px;
    }
    .address-box .box {
        margin:0 0 20px;
    }
    .address-box .box p {
        font-size: 14px;
    }
    .address-box .social ul li {
        width: 40px;
        height: 40px;
        margin: 0 5px 10px 0;
    }
    .address-box .social ul li a i {
        font-size: 18px;
    }
    .order ul li {
        padding: 0 15px 0 0;
        vertical-align: top;
    }
    .order ul li:last-child{
        max-width: 90px;
    }
    .contactus form .form-group {
        margin-bottom: 0px;
    }
    .contactus form .form-control {
        margin-bottom: 30px;
    }
    .contactus form .buttons{
        margin-bottom: 30px;
    }
    .order .search-icon .form-group {
        display: inline-block;
    }
    .order .search-icon .form-group input{
        margin:0 0 20px;
        height: 34px;
    }
    .order .search-icon .btn{
        margin-left:0;
    }
    footer .inner .contact li:first-child a i {
        margin-bottom: 15px;
    }
    .top .icon li .dropdown-menu{
        left:0;
    }
    .service{
        background: #fff;
    }
    .service .box{
        margin-bottom: 30px;
    }
    .service .box span{
        font-size: 60px;
    }
    .page-not-found .error-content h2{
        font-size: 100px;
    }
    .about-detail .nav-tabs > li a{
        font-size: 14px;
    }
    .thanks-content h3{
        font-size:20px; 
    }
    .thanks-content h3 i{
        font-size: 70px;
    }
    .page-not-found{
        background: #fff;
    }
    .dashboard .service-profile{
        margin-top: 10px;
    }
    .service-profile .most-recent-order .field-entry .col-5{
        max-width: 100%;
        flex: 100%;
        margin-bottom: 10px;
    }
    .service-profile .service-profile-offer .offer-body .offer-entry{
        text-align: center;
    }
    .service-profile .service-profile-offer .offer-left p{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .service-profile .notification-entry p span{
        float: none;
        display: block;
        text-align: right;
    }
    .service-profile .item-body p{
        display: inline;
        margin-left: 10px;
    }
    .service-profile .item-footer strong{
        margin-left: 5px;
    }



}

@media (max-width:667px){

}


@media (min-width:320px) and  (max-width:670px){
    .top .icon li a, 
    .top .social li a {
        font-size: 10px;
    }
}
@media (min-width:320px) and  (max-width:414px){

    .slide-detail p {
        height: 29px;
        overflow: hidden;
    }
    .order .search-icon input {
        width: 185px;
    }
    .order .search-icon .btn i {
        margin-right: 5px;
    }

}
