body {
    min-height: 700px;
    padding-top: 70px;
    background: url('../img/bg1.jpg') transparent repeat-x top center;
    color:#707070;
}
header{
    min-height: 150px;
}
.container {
    max-width: 1040px;
}
.myBtnInfo{
    min-width: 249px;
}

.rb-space{
    margin-right: 17px;
    margin-bottom: 7px;
}

H4{
    color: #707070;
}

#mainContent{
}

#phones{
    display: block;
    color:#fff;
    font-size: 14px;
}

#emails{
    display: block;
    color:#fff;
    font-size: 14px;
}
.myContacts{
    font-size: 12px;
    height: 36px;
    padding-top: 0px;
    width: 120px;
}

.myModalContactsBody{
    padding:0;
}

.myContacts:last-child{
    width: 110px;
    padding-top: 5px;
}


#mySmallList li,
#mySmallTbl td{
  font-size: 70%;
}

#mySmallTbl1 td,
#mySmallTbl1 th,

#mySmallTbl2 td,
#mySmallTbl3 td{
  font-size: 77%;
}

#myModal .modal-dialog{
  width: 700px;
}


#mainMenu{
    background-color: #01a8d5;
}
#mainMenu .navbar-brand{
    padding: 5px 15px;
}


.myMainMenuItem{
    margin-top: 5px;
    height: 40px;
    padding-top: 9px;
    margin-right: 1px;
}
.navbar-nav > li > a {
    padding-top: 10px;
}



#logo{
    width: 100px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    text-decoration: none;
    
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #ED9C28;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

/* * * * * * * * * * * * * * * *
/*     P o r t f o l i o       */
.myPortfolioImg {
    width: 211px;
    height: 166px;
    margin: 33px;
}
.myPortfolioListDesc {
    padding-top: 11px;
    margin-bottom: 33px;
}

.btn-custom {
    background-color: hsl(36, 100%, 44%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa114", endColorstr="#e08600");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa114), to(#e08600));
    background-image: -moz-linear-gradient(top, #ffa114, #e08600);
    background-image: -ms-linear-gradient(top, #ffa114, #e08600);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa114), color-stop(100%, #e08600));
    background-image: -webkit-linear-gradient(top, #ffa114, #e08600);
    background-image: -o-linear-gradient(top, #ffa114, #e08600);
    background-image: linear-gradient(#ffa114, #e08600);
    border-color: #e08600 #e08600 hsl(36, 100%, 41.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased;
}

.btn-custom.active, .current_page_item .btn-custom1 {
  background-color: hsl(36, 100%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa114", endColorstr="#e08600");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa114), to(#e08600));
  background-image: -moz-linear-gradient(top, #ffa114, #e08600);
  background-image: -ms-linear-gradient(top, #ffa114, #e08600);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa114), color-stop(100%, #e08600));
  background-image: -webkit-linear-gradient(top, #ffa114, #e08600);
  background-image: -o-linear-gradient(top, #ffa114, #e08600);
  background-image: linear-gradient(#ffa114, #e08600);
  border-color: #e08600 #e08600 hsl(36, 100%, 41.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;

}

.btn-custom1 {
    background-color: hsl(195, 79%, 39%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3abce7", endColorstr="#148ab2");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3abce7), to(#148ab2));
    background-image: -moz-linear-gradient(top, #3abce7, #148ab2);
    background-image: -ms-linear-gradient(top, #3abce7, #148ab2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3abce7), color-stop(100%, #148ab2));
    background-image: -webkit-linear-gradient(top, #3abce7, #148ab2);
    background-image: -o-linear-gradient(top, #3abce7, #148ab2);
    background-image: linear-gradient(#3abce7, #148ab2);
    border-color: #148ab2 #148ab2 hsl(195, 79%, 34.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
    -webkit-font-smoothing: antialiased;
}

#productsMenu{
     width: 300px;
}
#productsMenu .myWidth{
    width: 30px;
}

#productsMenu .myWidth > .caret{
    background:#FFF !important;
    color:#000 !important;
}

#productsMenu .btn-group{
    
}

#productsMenu .btn{
    /*border-bottom-right-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
    text-align: left;
}

#productsMenu .bs-sidebar{
    margin-bottom: 14px;
}

#productsMenu .panel-info > .panel-heading{
    padding: 0px;
    border: 0;
}


#productsMenu .myBtn{
    width: 300px;
}


#productsMenu .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    width: 275px;
    padding-left: 9px;
    
}

.affix-bottom{
    
}
.affix-top{
    top:20px;
}
.affix {
    position: fixed;
    
}
/* By default it's not affixed in mobile views, so undo that */
.myH1{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.myH2{
    color: #bFcCdb;
    font-size: 34px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 33px;
}

.myNewsTitle{
    font-size: 24px;
    margin: 7px 0;
    color: #707070;
}

.myIndicators{
    background-color: #F5F5F5;
    bottom: auto;
    top: -36px;
}

.myAllNewsList{
    padding-left: 0px;
    padding-right: 0px; 
}

.myCaruselItem{
    min-height: 120px;
    border: solid 1px transparent;
    margin: 27px 0;
    line-height: 22px;
}
.myArrow{
    color: #888888;
}

.myCaruselImg{
    margin-left: 3px;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 100px;
    height: 100px;
    margin-top: 7px;
    
}

.myListGroupItemText{
    margin-left: 120px;
    min-height: 100px;
}

#productsMenuWrp .affix {
  position: static;
}


/* First level of nav */
.bs-sidenav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:   0px;
  padding-bottom: 0px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
  
  
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #EEA236;
  background-color: transparent;
  border-right: 1px solid #EEA236;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media screen and (max-width: 400px) {
    #mainContent img{
        max-width: 300px;
    }
}
@media screen and (min-width: 992px) {
    .myH1 {
        font-size: 24px;
        margin-top: 7px;
        line-height: 27px;
        text-align: left;
    }
    .myCaruselImg{
        margin-left: 5px;
        margin-right: 40px;
        margin-bottom: 7px;
        width: 100px;
        height: 100px;
        margin-top: 14px;

    }
    .myContacts{
        font-size: 13px;
        height: 40px;
        padding-top: 0;
        width: 150px;
    }
    .myContacts:last-child{
        width: 150px;
    }
    .myH2{
        border-bottom-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-size: 36px;
        margin-bottom: 3px;
        margin-top: 0;
        padding-bottom: 13px;
        padding-top: 0;
    }
    header{
        height: 160px;
    }
    .bs-sidebar .nav > .active > ul {
      display: block;
    }
 
    /* Widen the fixed sidebar */
    #productsMenuWrp .affix,
    #productsMenuWrp .affix-top,
    #productsMenuWrp .affix-bottom {
      width: 300px;
    }
    #productsMenuWrp .affix {
      position: fixed; /* Undo the static from mobile first approach */
      top: 80px;
    }
    #productsMenuWrp .affix-bottom {
      position: absolute; /* Undo the static from mobile first approach */
    }
    #productsMenuWrp .affix-bottom .bs-sidenav,
    #productsMenuWrp .affix .bs-sidenav {
      margin-top: 0;
      margin-bottom: 0;
    }
    
}
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  #productsMenuWrp .affix-bottom,
  #productsMenuWrp .affix {
    width: 300px;
  }
}


#bs-footer{
    padding-top: 42px;
}


/* Хлебные крошки */
#path{ height: 30px; list-style: none outside none; margin: 0 0 7px 0; padding: 0; width: 100%; }
#path li.start,
#path li{background: url("/img/path_arr.png") no-repeat scroll 0 5px transparent; float: left; margin: 0 6px 0 0; padding: 0 0 0 0; }
#path li.start{background: none; padding:0;}
#path a{color:#41372a; text-decoration:underline;}
#path a:hover{text-decoration: none;}
#path li.sel{text-decoration: none;}

/************************************************************************************/
/* Callback
/************************************************************************************/
.callback {display: none; background: #09f; border-radius: 50% !important; bottom: 40px; cursor: move; height: 50px; position: fixed; right: 40px; width: 50px; z-index: 9999; cursor:pointer;}
.callback-info{
    display: none;
    position: fixed;
    right: 107px;
    bottom: 40px;
    font-size: 11px;
    background-color: #09f;
    color: white;
    width: 160px;
    padding: 7px 20px 7px 7px;
    border-radius: 7px;
    text-align: center;
}
.callback-close{
    display: none;
    position: fixed;
    right: 110px;
    color: white ;
    bottom: 70px;
    z-index: 9999999;
    cursor: pointer;
}
.callback .callback_link::before {background: rgba(0, 0, 0, 0) url(/images_new/phone.png) no-repeat scroll center center / 35px auto; content: ""; height: 50px; left: 0; position: absolute; top: 0; width: 50px; z-index: 11;}
.callback:hover {animation: 1.5s linear 0s normal none infinite running callback_anim;}
.callback:hover .callback_b, .callback:hover .callback_a {background-color: #09f; border-color: #09f;}
.callback .callback_block {height: 50px; position: absolute; width: 50px;}
.callback .callback_a {-webkit-animation: callback 3s linear 0s infinite; -moz-animation: callback 3s linear 0s infinite; animation: callback 3s linear 0s infinite; background-color: transparent; border: 2px solid #09f; border-radius: 100% !important; bottom: -25px; box-sizing: border-box; height: 100px; opacity: 0.01; position: absolute; right: -25px; width: 100px;}
.callback .callback_b {-webkit-animation: callback 1.5s linear 0s infinite; -moz-animation: callback 1.5s linear 0s infinite; animation: callback 1.5s linear 0s infinite; background-color: transparent; border: 2px solid #09f; border-radius: 100% !important; bottom: -25px; box-sizing: border-box; height: 100px; opacity: 0.01; position: absolute; right: -25px; width: 100px;}
@keyframes callback {
    0% {opacity: 0.8; transform: rotate(0deg) scale(0.46) skew(1deg);}
    10% {transform: rotate(0deg) scale(0.56) skew(1deg);}
    100% {opacity: 0.01; transform: rotate(0deg) scale(1) skew(1deg);}
}
@-webkit-keyframes callback {
    0% {opacity: 0.8; transform: rotate(0deg) scale(0.46) skew(1deg);}
    10% {transform: rotate(0deg) scale(0.56) skew(1deg);}
    100% {opacity: 0.01; transform: rotate(0deg) scale(1) skew(1deg);}
}
@-moz-keyframes callback {
    0% {opacity: 0.8; transform: rotate(0deg) scale(0.46) skew(1deg);}
    10% {transform: rotate(0deg) scale(0.56) skew(1deg);}
    100% {opacity: 0.01; transform: rotate(0deg) scale(1) skew(1deg);}
}
@keyframes callback_anim {
    0% {transform: scale3d(1, 1, 1);}
    10%, 20% {transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}
    30%, 50%, 70%, 90% {transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);}
    40%, 60%, 80% {transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);}
    100% {transform: scale3d(1, 1, 1);}
}
@keyframes callback_anim {
    0% {transform: scale3d(1, 1, 1);}
    10%, 20% {transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}
    30%, 50%, 70%, 90% {transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);}
    40%, 60%, 80% {transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);}
    100% {transform: scale3d(1, 1, 1);}
}

/* wordpress */
.entry-footer {
    margin-top: 30px;
}
.entry-content table td {
    padding: 0.3rem 0.2rem;
}
.entry-content table tr {

}
/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.policy {
    display: block;
    text-align: right;
    color: #707070;
}
img.size-full {
    max-width: 100%;
}

/* cookie */
#cookie_notification {
  font-family: "Roboto", sans-serif;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1040px;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 10151;
}
#cookie_notification input[type=checkbox] {
  display: inline;
  width: auto;
  margin: 0;
}
#cookie_notification p {
  margin: 0;
  font-size: 13px;
  text-align: left;
  color: #000;
}
#cookie_notification a {
  color: #284e92;
}
#cookie_notification .cookie_accept {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  background-color: hsl(36, 100%, 44%);
  border: none;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
}
#cookie_notification .cookie_accept:disabled {
  opacity: 0.6;
  cursor: default;
}
@media (min-width: 576px) {
  #cookie_notification.showed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  #cookie_notification.showed {
    display: block;
    text-align: left;
    padding: 15px;
  }
  .cookie_accept {
    margin: 10px 0 0 25px;
  }
  #cookie_notification p {
    padding-left: 25px;
  }
  #cookie_notification input[type="checkbox"] {
    position: absolute;
    top: 18px;
  }
}

@media (max-width: 767px) {
    #bs-footer {
        text-align: center;
    }
    #bs-footer .well {
        margin-bottom: 0;
    }
    .policy {
        text-align: center;
        margin-top: 10px;
    }
}