@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
@import url("https://fonts.googleapis.com/css?family=Raleway");
html,
body {
 width: 100%;
 height: 100%;
}

body {
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 overflow-x: hidden;
}

h1 {
 font-size: 34px;
 color: #212121;
 line-height: 1.2;
}

h2 {
 font-size: 30px;

 color: #212121;
 line-height: 0.884;
}

h3 {
 font-size: 21px;
 color: #212121;
 line-height: 1.714;
}

p,
li {
 font-size: 16px;
 color: #212121;
 line-height: 1.313;
}

a {
 color: #fff;
 text-decoration: none;
 transition: all .2s;
}
a:hover, a:focus {
 color: #fefefe;
}

ul {
 list-style: none;
}

hr {
 max-width: 56px;
 height: 3px;
 background-color: #ffb300;
 margin-bottom: 30px;
 margin-top: 10px;
}

.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}

.clearfix:after {
 clear: both;
}
.pad0{
    padding: 0;
}

#header {
 /*featured*/
}
#header .row {
 position: relative;
}
#header .container .inner-content {
 position: absolute;
 top: 210px;
 color: white;
 z-index: 10;
 width: 728px;
}
#header .container .inner-content h1 {
 font-size: 32px;
 font-family: 'PT Sans', sans-serif;
 color: white;
 line-height: 1.2;
}
@media (max-width: 648px) {
 #header .container .inner-content h1 {
    font-size: 26px;
 }
}
#header .container .inner-content .button {
 margin-top: 25px;
 width: 100px;
}
#header .container .inner-content .button .btn {
 height: 100%;
 border: 2px solid #fff;
 padding: 12px 0 12px 15px;
 font-size: 14px;
}
#header .container .inner-content .button .btn:hover {
 box-sizing: border-box;
 border-right: 4px solid #fff;
 border-left: 4px solid #fff;
 color: #F4B20B;
}
#header .container .inner-content .button .btn .arrow i {
 margin-left: 43px;
 margin-right: 18px;
 font-size: 14px;
 color: #F4B20B;
 font-weight: 700;
}
#header .header-info {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 color: #fff;
 width: 100%;
 margin: 0 auto;
 font-size: 12px;
 position: absolute;
 top: 14px;
 left: 0;
 z-index: 10;
}
#form-question3 {
padding-bottom: 30px;
}
#form-question3 .error{
 color: red;
}
#form-question2 {
padding-bottom: 30px;
}
#form-question2 .error{
 color: red;
}
#btn-input{
  background: #F4B20B;
  color:#000;
  border: none !important;
}
@media (min-width: 768px){
.modal-dialog {
width: 70%;
 }
}
#btn-main{
 background: none;
 color: #fff;
 font-size: 14px;
 padding:10px;
 border: 1px solid #fff;
 border-radius: 4px;
}
#btn-main:hover{
   background-color: #000;
   color: #fff;
   box-sizing: border-box;
   border: 4px solid #000;
   color: #F4B20B;
   }
#btn-input:hover{
   background-color: #000;
   color: #fff;
   box-sizing: border-box;
   border: 4px solid #000;
   color: #F4B20B;
   }
#btn-main:focus{
   outline: none;
   }
#form-question3 input{
 padding: 5px;
 width: 50%;
 text-align: center;
 border-right: none;
 border-top: none;
 border-left: none;
 border-bottom: 1px solid #000;
}
#form-question3{
   display: block;
   padding: 5px;
   border-radius: 4px;
   text-align: center;
   }
   #form-question3 input:focus{
   outline: none;
   }





#form-question2 input{
 padding: 5px;
 width: 50%;
 text-align: center;
 border-right: none;
 border-top: none;
 border-left: none;
 border-bottom: 1px solid #000;
}
#form-question2{
   display: block;
   padding: 5px;
   border-radius: 4px;
   text-align: center;
   }
   #form-question2 input:focus{
   outline: none;
   }
@media (max-width: 778px) {
 #form-question3 input{
 width: 50%;
}
 #form-question2 input{
 width: 50%;
}
 #header .header-info {
   padding: 0 15px;
 }
}
#header .header-info i {
 margin-right: 5px;
}
#header .header-info .header-address {
 margin-right: 5px;
}
@media (max-width: 648px) {
 #header .header-info .header-address {
   margin-bottom: 5px;
 }
 #form-question3 input, #form-question3 textarea{
   width: 50%;
   }
 #form-question2 input, #form-question2 textarea{
   width: 50%;
   }
}
#bg-form img{
 width: 100%;
}
#myModal #bg-form, #form-question3{
 display: inline-block;
 width: 49%;
}
#bg-form, #form-question2{
 display: inline-block;
 width: 49%;
}
#header .header-info .header-contacts {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
#header .header-info .header-contacts .phone {
 margin-right: 25px;
}
#header .header-info .header-contacts .mail a {
 text-decoration: underline;
}
#header .header-line {
 position: absolute;
 margin: 0;
 top: 42px;
 height: 1px;
 background-color: rgba(255, 255, 255, 0.341);
 min-width: 100%;
 z-index: 2;
}
@media (max-width: 767px) {
 #header .header-line {
   top: 55px;
 }
}
#header .navbar-default {
 padding-top: 3px;
 background: transparent;
 border: none;
 box-shadow: none;
 transition: all .5s ease-out;
 margin-top: 49px;
}
#header .affix {
    top: 0;
   z-index: 999;
}
#header .affix .navbar-default {
    background: rgba(0,0,0,.8);
    margin-top: 0;
    
}
#header .affix .navbar-brand{
    margin-top: 8px;
}
@media (max-width: 767px) {
 #header .navbar-default {
   margin-top: 70px;
 }
 #header .navbar-toggle{
    margin-top: 0;
 }
}
#header .navbar-default.over {
 background-color: rgba(0, 0, 0, 0.4);
 margin-top: 0;
}
#header ul.nav.navbar-nav.navbar-right {
 background-color: rgba(0, 0, 0, 0.6);
 margin-top: 0;
}
@media (min-width: 768px) {
 #form-question3{
 margin-top: 90px;
}
 #form-question2{
 margin-top: 90px;
}
 #header ul.nav.navbar-nav.navbar-right {
   background: transparent;
 }
}
#header .navbar-nav a {
 color: #fff;
 font-size: 14.772px;
 color: white;
 line-height: 0.812;
 text-transform: uppercase;
}
#header .navbar-nav a:hover {
 color: rgba(255, 255, 255, 0.7);
}
#header .navbar-toggle.collapsed {
 background-color: #fff;
}
#header .navbar-nav .active a {
 background: transparent;
 border: none;
 box-shadow: none;
 text-decoration: underline;
}
#header .navbar-nav .active a:hover {
 color: rgba(255, 255, 255, 0.7);
 background: transparent;
 text-shadow: none;
}
#header .navbar-brand {
 height: auto;
 padding: 0;
 margin: 0;
}
@media (max-width: 767px) {
 #header .navbar-brand {
   margin-left: 15px;
 }
}
#header .navbar-toggle {
 background-color: #F4B20B;
}
#header .navbar-toggle .icon-bar {
 background-color: black;
}
#header .dropdown-menu {
 background-color: black;
}
#header .dropdown-menu ul li a {
 color: yellow;
 padding: 5px;
}
#header .dropdown.open .dropdown-toggle {
 color: #F4B20B;
 background: none;
 background-color: #000;
}
#header .dropdown.open .dropdown-menu li a {
 color: #F4B20B;
}
#header .dropdown-menu>li>a{
    padding-top: 7px;
    padding-bottom: 7px;
}
#header .dropdown-menu>li>a:focus,#header .dropdown-menu>li>a:hover{
    background-color: transparent;
    color: #fff!important;
}
#featured {
 height: 579px;
 background-color: gray;
 overflow: hidden;
}
#featured .carousel-inner{
    height: 100%;
}
#featured .item {
 width: 100%;
 height: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}
#featured .item-inner {
    height: 100%;
}
#featured .inner-content{
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   margin: 0 auto;
   left: 0;
   right: 0;
}
#featured .inner-content .button .btn {
   height: 100%;
   border: 2px solid #fff;
   padding: 8px 0 12px 15px;
   font-size: 16px;
}
#featured .inner-content .button .btn:hover {
   box-sizing: border-box;
   border-right: 4px solid #fff;
   border-left: 4px solid #fff;
   color: #F4B20B;
}
#featured .inner-content .button .btn .arrow i {
   margin-left: 43px;
   margin-right: 18px;
   font-size: 16px;
   color: #F4B20B;
   font-weight: 700;
}
#featured .inner-content h1 {
   font-size: 34px;
   color: white;
   line-height: 1.3;
    margin-top: -10px;
    margin-bottom: 20px;
}
#featured .carousel-indicators li {
 background-color: #fff;
 border: none;
 margin-right: 3px;
}
#featured .carousel-indicators .active {
 background-color: #F4B20B;
}
@media (max-width: 767px) {
 #featured .inner-content{
    padding-left: 50px;
    padding-right: 50px;
 }
 #featured .inner-content h1{
    font-size: 28px;
 }
}
@media (max-width: 480px) {
    #featured .inner-content h1{
    font-size: 22px;
 }
}


#header .carousel-control {
 opacity: 1;
 height: 579px;
}
#header .carousel-indicators{
    bottom: 0;
}
#header .carousel-control.left, #header .carousel-control.right {
 background-image: none;
}
#header .carousel-control i.fa.fa-angle-left {
 left: 15px;
}
#header .carousel-control i.fa.fa-angle-right {
 right: 15px;
}
#header .carousel-control i.fa.fa-angle-right,
#header .carousel-control i.fa.fa-angle-left {
 position: absolute;
 top: 50%;
 color: #fff;
 height: 22px;
 width: 11px;
 font-size: 30px;
 line-height: 30px;
}

/*header*/
#services {
 /* tabs */
}
#services .heading h2 {
 font-size: 34px;
 margin-top: 51px;
 padding-bottom: 5px;
}
#services .heading hr {
 margin-top: 10px;
 margin-bottom: 20px;
}
#services .tabs {
 position: relative;
 height: 100px;
 /* tabs-icon */
}
#services .tabs .col-md-6 {
 margin: 0 auto;
}
#services .tabs .tabs-icons {
 border: none;
 list-style: none;
 text-align: center;
 height: 110px;
 margin: 0;
 padding: 0;
}
@media (max-width: 767px) {
    #header .dropdown.open .dropdown-menu li a:hover, #header .dropdown.open .dropdown-menu li a:focus {
      color: #fff;
    }
    #services .heading h2 {
        font-size: 28px;
    }
}
@media (max-width: 648px) {
 #services .tabs .tabs-icons {
   width: 100%;
 }
}
#services .tabs .tabs-icons:after {
 content: "";
 border-bottom: 4px solid #e0e0e0;
 width: 100%;
 position: absolute;
 bottom: -8px;
 z-index: -1;
}
@media (max-width: 1100px) {
 #services .tabs .tabs-icons:after {
   display: none;
 }
}
#services .tabs .tabs-icons li.active > a,
#services .tabs .tabs-icons li.active > a:focus,
#services .tabs .tabs-icons li.active > a:hover {
 background: none;
}
#services .tabs .tabs-icons a {
 font-size: 17px;
 color: #757575;
 line-height: 1.2;
 text-align: center;
 border: none;
     -moz-transition: all .2s ease-in;
   -webkit-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   transition: all .2s ease-in;
}
#services .tabs .tabs-icons a:hover {
 color: black;
 text-decoration: none;
 background: none;
}
#services .tabs .tabs-icons a:hover p{
    color: #212121;
}
#services .tabs .tabs-icons img {
 display: block;
 margin: 0 auto;
}
#services .tabs .tabs-icons .store-item,
#services .tabs .tabs-icons .truck-item,
#services .tabs .tabs-icons .handling-item,
#services .tabs .tabs-icons .consult-item {
 margin-bottom: 19px;
 font-size: 17px;
}
#services .services-icon{
    width: 81px;
    height: 62px;
    margin: 0 auto;
}
#services .circle{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url("../img/circle.png") no-repeat center;
}
#services .tabs .tabs-icons a:hover .circle{
    background: url("../img/circle_active.png") no-repeat center;
}
#services .tabs .tabs-icons .store-item{
    background: url("../img/icons/non_active_store.png") no-repeat center;
}
#services .tabs .tabs-icons .truck-item{
    background: url("../img/icons/non_active_truck.png") no-repeat center;
}
#services .tabs .tabs-icons .handling-item{
    background: url("../img/icons/non_active_handling.png") no-repeat center;
}
#services .tabs .tabs-icons .consult-item{
    background: url("../img/icons/non_active_consult.png") no-repeat center;
}
#services .tabs .tabs-icons a:hover .store-item{
    background: url("../img/icons/active_store.png") no-repeat center;
}
#services .tabs .tabs-icons a:hover .truck-item{
    background: url("../img/icons/active_truck.png") no-repeat center;
}
#services .tabs .tabs-icons a:hover .handling-item{
    background: url("../img/icons/active_handling.png") no-repeat center;
}
#services .tabs .tabs-icons a:hover .consult-item{
    background: url("../img/icons/active_consult.png") no-repeat center;
}
#services .services-items{
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 648px) {
 #services .tabs .tabs-icons .store-circle,
 #services .tabs .tabs-icons .truck-circle,
 #services .tabs .tabs-icons .handling-circle,
 #services .tabs .tabs-icons .consult-circle {
   display: none;
 }
}
#services .tabs .tabs-icons p {
 margin: 35px auto 35px;
 text-align: center;
 color: #757575;
}
@media (max-width: 544px) {
    #services .services-items{
        width: 100%;
    }
}
.works{
    background-color:#fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
}

#carouselOfServices .carousel-inner .carousel-content h2 {
 font-size: 24px;
 letter-spacing: 0.6px;
 color: black;
 margin-top: 25px;
 line-height: 1.2;
 text-align: left;
 padding-bottom: 10px;
}
#carouselOfServices .carousel-inner .carousel-content hr {
 margin-left: 0;
 margin-bottom: 20px;
 min-width: 68px;
 height: 4px;
}
#carouselOfServices .carousel-inner .carousel-content p {
 font-size: 16px;
 color: black;
 line-height: 1.5;
 font-weight: 300;
}
#carouselOfServices .carousel-inner .item .button {
 margin-top: 25px;
 width: 105px;
}
#carouselOfServices .carousel-inner .item .button .btn {
 color: #000;
 height: 100%;
 border: 1px solid #000;
 font-size: 14px;
}
#carouselOfServices .carousel-inner .item .button .btn:hover {
 background-color: #000;
 color: #fff;
 box-sizing: border-box;
 border-right: 4px solid #000;
 border-left: 4px solid #000;
 color: #F4B20B;
}
#carouselOfServices .carousel-inner .item .button .btn .arrow i {
 margin-left: 45px;
 font-size: 14px;
 color: #F4B20B;
 font-weight: 700;
}
#carouselOfServices .carousel-control.left, #carouselOfServices .carousel-control.right {
 background-image: none;
}
#carouselOfServices .carousel-control i.fa.fa-angle-right,
#carouselOfServices .carousel-control i.fa.fa-angle-left {
 position: absolute;
 top: 45%;
 color: #F4B20B;
 font-size: 44px;
 line-height: 30px;
 text-shadow: none;
}
#carouselOfServices .carousel-inner>.item img{
    margin: 0 auto;
}
#carouselOfServices .carousel-control i.fa.fa-angle-right {
 right: -30px;
}

@media (max-width: 768px) {
    #carouselOfServices .carousel-control i.fa.fa-angle-right {
   right: 0;
 }
}
#carouselOfServices .carousel-control i.fa.fa-angle-left {
 left: -30px;
}
@media (max-width: 768px) {
 #carouselOfServices .carousel-control i.fa.fa-angle-left {
   left: 0;
 }
 #carouselOfServices .carousel-control i.fa.fa-angle-right, #carouselOfServices .carousel-control i.fa.fa-angle-left{
    top: 25%;
 }
}
@media (max-width: 1300px) {

#carouselOfServices{
    padding-left: 35px;
    padding-right: 35px;
}
#carouselOfServices .carousel-control i.fa.fa-angle-right {
 right: 0;
}
#carouselOfServices .carousel-control i.fa.fa-angle-left {
 left: 0;
}
}


/* services */
#banner {
 position: relative;
 background: url("../img/banner.jpg") no-repeat center center;
 background-size: cover;
 height: 340px;
}
#banner .inner-content {
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
#banner .inner-content h1 {
 font-size: 32px;
 font-family: 'PT Sans', sans-serif;
 color: white;
 line-height: 1.2;
 text-align: center;
}
@media (max-width: 648px) {
#form-question3{
width: 100% !important;
}
#form-question2{
width: 100% !important;
}
#bg-form{
display: none !important;
}
 #banner .inner-content h1 {
   font-size: 24px;
 }
}

/* banner */
#stores {
 margin-top: 0px;
}

.heading h2 {
 font-size: 34px;
 color: #212121;
 line-height: 0.884;
 text-align: center;
 margin-top: 0;
 margin-bottom: 20px;
 letter-spacing: 1px;
}
.heading hr {
 max-width: 56px;
 height: 3px;
 background-color: #ffb300;
}

.thumbnail {
 position: relative;
 border: none;
 box-shadow: none;
 padding: 0;
}
.thumbnail .caption {
 margin: 8px auto 0;
 padding: 0;
}
.thumbnail .caption h3 {
 font-size: 17px;
 color: #000;
 margin: 0;
 padding: 0;
 margin-bottom: 10px;
 font-weight: 300;
}
.thumbnail .caption .caption-text {
 font-size: 14px;
 color: #212121;
 line-height: 1.5;
}
.thumbnail a >img{
    padding: 0;
    margin: 0;
}
.thumbnail .btn {
 position: absolute;
 top: 115px;
 left: 195px;
 cursor: pointer;
 width: 84px;
 height: 22px;
 background: none;
 border: none;
 border-radius: 0;
 background-color: #ffb300;
 color: #212121;
 font-size: 12px;
 line-height: 1;
 padding-right: 10px;
 padding-left: 10px;
 text-align: center;
}
.stores-item{
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -4px;
}
@media (max-width: 1199px) {
    .thumbnail .btn{
        left: 150px;
        top: 100px;
    }
}
@media (max-width: 991px) {
    .thumbnail .btn{
        top: 115px;
        left: 195px;
    }
    .thumbnail a >img{
        width: 250px;
    }
}
@media (max-width: 767px) {
    .stores-item{
        margin-right: 15px;
        margin-left: 15px;
    }
    .thumbnail a >img{
        margin: 0 auto;
    }
    .thumbnail{
        text-align: center;
    }
    .thumbnail .btn {
   position: static;
   margin-bottom: 10px;
 }
 #stores  h2{
    font-size: 28px;
}
}


#about {
 margin-top: 21px;
 overflow: hidden;
 /* content */
 /*#myCarousel*/
}
#about .about-image-1 {
 float: left;
 height: 185px;
 margin-right: 60px;
}
@media (max-width: 648px) {
 #about .about-image-1 {
   float: none;
   display: block;
   margin: 0 auto 20px;
 }
}
#about .heading h2 {
 font-size: 34px;
 color: #212121;
 line-height: 0.884;
}
#about .content .content-list {
 list-style: none;
 padding: 0;
}
#about .content .content-list li {
 font-size: 16px;
 line-height: 20px;
 padding-bottom: 7px;
 margin: 0;
}
@media (max-width: 648px) {
 #about .content .content-list li {
   margin-left: 30px;
 }
}
#about .content .content-list li:before {
 content: "\f00c";
 font-family: FontAwesome;
 color: #ffb300;
 display: inline-block;
 margin-left: -30px;
 width: 30px;
}
@media (max-width: 648px) {
 #about .content .content-list li:before {
   margin-left: -30px;
   width: 30px;
 }
}
#about .content .first {
 display: inline;
 font-size: 16px;
 color: #212121;
 line-height: 1.313;
}
@media (max-width: 648px) {
 #about .content .first {
   margin: 0;
 }
}
#about .content .left {
 clear: left;
 margin-top: 10px;
 margin-bottom: 20px;
 border-left: 2px solid #ffb300;
}
#about .content .left > p {
 margin-left: 30px;
}
#about .content .left .last {
 font-size: 16px;
 color: #616161;
 line-height: 1.313;
 font-weight: 300;
}
#about #myCarousel {
 /*carousel-inner*/
 /*carousel-control*/
}
#about #myCarousel .carousel-inner {
 /*carousel-caption*/
}
#about #myCarousel .carousel-inner .carousel-caption {
 position: absolute;
 display: block;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 67px;
 background-color: rgba(0, 0, 0, 0.7);
 text-align: left;
 margin: 0;
 padding: 0;
}
#about #myCarousel .carousel-inner .carousel-caption p {
 font-size: 12px;
 color: #9e9e9e;
 font-weight: bold;
 padding-left: 25px;
 padding-top: 15px;
 margin: 0;
}
#about #myCarousel .carousel-inner .carousel-caption h3 {
 font-size: 16px;
 color: white;
 text-transform: uppercase;
 line-height: 18px;
 padding-top: 8px;
 padding-bottom: 14px;
 padding-left: 25px;
 margin: 0;
}
#about #myCarousel .carousel-control.left, #about #myCarousel .carousel-control.right {
 background-image: none;
}
#about #myCarousel .carousel-control .fa.fa-angle-right {
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
 color: #fff;
 background-color: rgba(0, 0, 0, 0.7);
 height: 37px;
 width: 37px;
 font-size: 30px;
 line-height: 30px;
}
#about #myCarousel .carousel-control .fa.fa-angle-left {
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
 color: #fff;
 background-color: rgba(0, 0, 0, 0.7);
 height: 37px;
 width: 37px;
 font-size: 30px;
 line-height: 30px;
}
#about .cnews {
 margin-top: 15px;
}
#about .news {
 color: #212121;
 font-weight: 300;
 font-size: 16px;
 margin-right: 5px;
}
#about .news:hover {
 text-decoration: none;
 color: #000;
}
@media (max-width: 767px) {
    #about .news {
        padding-left: 15px;
    }
}
/*#about*/
#footer {
    margin-top: 50px;
 padding-top: 50px;
 background-color: #eeeeee;
 color: black;
 font-size: 16px;
 font-family: 'PT Sans', sans-serif;
 color: #212121;
 letter-spacing: .5px;
 /* row */
}

#footer .row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .row ul li {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 1.1px;
}
#footer .row ul li a {
  margin: 0;
  padding: 0;
}

#footer .row h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #212121;
}
#footer .row .f_about {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  color: #212121;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

#footer .row .sitemap h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  letter-spacing: 1.1px;
  font-size: 24px;
  color: #212121;
  line-height: 1.3;
}
#footer .row .sitemap ul {
  margin: 0;
  padding: 0;
}
#footer .row .sitemap ul li {
  padding: 7px 0;
}
#footer .row .sitemap ul li a {
  font-size: 16px;
  color: #212121;
}
#footer .row .sitemap ul li a:hover {
  color: rgba(0, 0, 0, 0.4);
}

#footer .row .contacts-footer h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 24px;
  color: #212121;
  line-height: 1.3;
}
#footer .row .contacts-footer ul {
  margin-top: 0;
}
#footer .row .contacts-footer ul li {
  margin: 0;
  padding: 7px 0;
  letter-spacing: .5px;
}
#footer .row .contacts-footer ul li a {
  font-size: 16px;
  color: #212121;
}
#footer .row .contacts-footer ul li .mail {
  text-decoration: underline;
}
#footer .row .contacts-footer ul li .f-address {
  letter-spacing: .6px;
}

#footer .row .hoursocial .hour h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 24px;
  color: #212121;
  line-height: 1.3;
}
#footer .row .hoursocial .hour ul li {
  font-size: 16px;
  padding-bottom: 5px;
  letter-spacing: .4px;
  color: #212121;
  margin: 0;
}
#footer .row .hoursocial .social h3 {
  padding: 15px 0 15px;
  margin: 0;
  font-size: 24px;
  color: #212121;
  line-height: 1.3;
}
#footer .footer-block{
	margin-bottom: 50px;
}
#footer .row .hoursocial .social li {
  display: inline-block;
  font-size: 24px;
  padding-right: 16px;
}
#footer .row .hoursocial .social li a {
  color: #bebebe;
}
#footer .row .hoursocial .social li a:hover {
  color: #ffb300;
}

.copyright {
  background-color: #e9e8e8;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright .copy {
  font-size: 14px;
  color: #212121;
  margin-bottom: 5px;
  margin-top: 20px;
}
.copyright .creator {
  font-size: 13px;
  color: #212121;
}

/* footer */
/* Pages */
#wheader .row {
  position: relative;
}

#wheader .affix {
	top: 0;
    z-index: 999;
}
#wheader .affix .navbar-default {
	background: rgba(255,255,255,.95);
	margin-top: 0;
}
#wheader .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  #wheader .header-info {
    padding: 0 15px;
  }
  #wheader .navbar-default .navbar-nav .open .dropdown-menu>li>a{
	padding-left: 20px;
  }
  .copyright .copy {
	  text-align: center;
  }
}
#wheader .header-info i {
  margin-right: 5px;
}
#wheader .header-info .header-address {
  margin-right: 5px;
}
@media (max-width: 648px) {
  #wheader .header-info .header-address {
    margin-bottom: 5px;
  }
}
#wheader .header-info .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wheader .header-info .header-contacts .phone {
  margin-right: 25px;
}
#wheader .header-info .header-contacts .phone a {
  color: #000;
}
#wheader .header-info .header-contacts .mail a {
  color: #000;
  text-decoration: underline;
}
#wheader .header-line {
  position: absolute;
  margin: 0;
  top: 42px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.341);
  min-width: 100%;
  z-index: 2;
}
#wheader .navbar-default {
  padding-top: 10px;
  background: transparent;
  background-color: rgba(252, 252, 252, 0.95);
  border: 1px solid #eeeeee;
  box-shadow: none;
  transition: all .5s ease-out;
  margin-top: 44px;
}

#wheader .navbar-default.over {
  margin-top: 0;
}
#wheader .navbar-nav a {
  color: #000;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #212121;
}
#wheader .navbar-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
}
#wheader .navbar-toggle {
  background-color: #fff;
}
#wheader .navbar-toggle .icon-bar {
  background-color: #000;
}
#wheader .navbar-toggle.collapsed {
  background-color: #F4B20B;
}
#wheader .navbar-toggle.collapsed .icon-bar {
  background-color: #000;
}
#wheader .navbar-nav .active a {
  background: transparent;
  border: none;
  box-shadow: none;
  text-decoration: underline;
}
#wheader .navbar-nav .active a:hover {
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  text-shadow: none;
}
#wheader .navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #wheader .navbar-brand {
    margin-left: 15px;
  }
  #wheader .navbar-toggle{
	margin-top: 0;
  }
}
#wheader .navbar-toggle {
  background-color: #F4B20B;
}


/*wheader*/
#intro {
  margin-top: 138px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}
#intro .heading {
  text-align: left;
}
#intro .heading h1 {
  font-size: 30px;
  color: #212121;
  line-height: 1.2;
  margin-top: 0;
}
#intro .heading hr {
  margin: 20px 0 29px;
}
#intro .content p {
  font-size: 16px;
  color: #212121;
  line-height: 1.313;
}
#intro .content .first {
  margin-bottom: 10px;
}
#intro .content .second {
  margin-bottom: 30px;
}
#intro .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#intro .content ul li {
  margin-bottom: 25px;
}
#intro .content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffb300;
  display: inline-block;
  margin-left: -20px;
  
  width: 20px;
}

#cross-docking {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 15px;
  overflow: hidden;
}
#cross-docking img {
  margin:  0 auto 25px;
}
#cross-docking h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  color: #212121;
  line-height: 1.714;
}
#cross-docking .last {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
  clear: both;
}

#advantages {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#advantages .heading h2 {
  font-size: 21px;
  color: #212121;
  line-height: 1.714;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
#advantages .item-d {
  padding: 20px 0;
}
#advantages .description {
  text-align: left;
  margin: 0;
}

/* advantages */
#rent {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
#rent h2 {
  text-align: left;
  font-size: 21px;
  color: #212121;
  line-height: 1.714;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
#rent .first {
  margin-bottom: 20px;
}
#rent .second {
  margin: 0;
}
#rent .rent img {
  outline: 1px solid #fff;
  outline-offset: -5px;
  margin: 20px auto 25px;
}

/* rent */
#shushari {
  margin-top: 138px;
  margin-bottom: 50px;
  overflow: hidden;
}
#shushari .heading h2 {
  font-size: 30px;
  color: #212121;
  line-height: 1.2;
  text-align: left;
  letter-spacing: .7px;
}
#shushari .heading hr {
  margin: 27px 0;
}
#shushari ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shushari ul li {
  padding-left: 1.3em;
  padding-bottom: 13px;
}
#shushari ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffb300;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
#shushari img{
	margin: 0 auto;
}
#engineering {
  margin-bottom: 49px;
  overflow: hidden;
  padding: 0 15px;
}
#engineering img {
  margin: 0 auto 30px;
}
#engineering h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: #212121;
  line-height: 1.714;
  margin-top: -10px;
  margin-bottom: 30px;
}
#engineering ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#engineering ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
}
#engineering ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffb300;
  display: inline-block;
  margin-left: 0;
  width: 1.3em;
}
#engineering ul li p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.2;
}
#engineering .last {
  clear: both;
  margin-bottom: 20px;
}

#gallery {
  overflow: hidden;
  margin-bottom: 50px;
}

#gallery .thumbnail {
  border: none;
  box-shadow: none;
}
#gallery .thumbnail a>img {
	margin: 0 auto;
}

#main {
  margin-top: 120px;
  overflow: hidden;
}
#main .col-md-6 {
  margin-bottom: 30px;
}
#main .heading {
  text-align: center;
}
#main .address {

  border-bottom: 2px solid #84268c;
  font-size: 16px;
  padding: 15px 0;
}
#main .point, #main .div{
	display: inline-block;
}
#main .point{
	padding-right: 5px;
	width: 70%;
}
#main .div{
	padding-left: 5px;
	width: 30%;
	text-align: right;
}
@media (max-width: 480px) {
	#main .point{
	width: 60%;
	}
	#main .div{
	width: 40%;
	}
}
#main .address .point i {
  color: #84268c;
}
#main .address .dark {
  margin-left: 10px;
  font-weight: 700;
  font-size: 17px;
}
#main .address a {
  color: #969696;
}
#main .address a:hover {
  color: #84268c;
}
#main .pointer {
  padding: 15px 0;
}
#main a {
  text-decoration: underline;
  color: #505050;
  line-height: 1.2;
}
#main .map {
  position: relative;
}
#main .map .top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  z-index: 2;
}
#main .map .bottom-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  z-index: 2;
}

.map_img  {
	position:  relative;
	display:  block;
}
.map_img .map_overlay  {
	position:  absolute;
	width:  97.5%;
	height:  98%;
	top:  1%;
	bottom:  0;
	left:  1%;
	right:  0;
	border:  1px solid #fff;
}
#gallery .thumbnail {    
    margin-bottom: 15px;
}
.inner_wrapper  {
	margin-bottom: 40px;
}
@media (max-width: 1199px)  {
	.map_img .map_overlay  {		
		width:  98%;
		height:  98%;
		top:  1%;
		bottom:  0;
		left:  1%;
		right:  0;
		border:  1px solid #fff;
	}
}
@media (max-width: 992px)  {
	.map_img .map_overlay  {		
		width:  61.5%;
		height:  98%;
		top:  1%;
		bottom:  0;
		left:  1%;
		right:  0;
		border:  1px solid #fff;
	}
}
@media (max-width: 780px) {
	.map_img img  {
		width:  100%;
	}
	.map_img .map_overlay  {		
		width:  98%;
		height:  98%;
		top:  1%;
		bottom:  0;
		left:  1%;
		right:  0;
		border:  1px solid #fff;
	}
	
}
.lang  {
	display:  inline-block;
}
.lang a  {
	margin-right:  5px;
}
.navbar .lang  {
	margin-top: 10px;
	margin-left: 50px;
}
.mcontent  ul li{
	padding: 5px 0;
} 
.mcontent  ul li::before {

    content: "\f00c";
    font-family: FontAwesome;
    color: #ffb300;
    display: inline-block;
    margin-left: 0;
    width: 1.3em;

} 
#services .tabs .tabs-icons img.train-circle{
margin-top: 20px;
}
.m_tab .nav-tabs > li { 
    width: 20%;
}
@media (max-width: 992px)  {
	
.m_tab .nav-tabs > li { 
    width: 50%;
}	
	
	
}

