body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#wrapper {
  flex: 1;
}

.to_site{
  position: absolute;
  top: 0;
  left: 60%;
  z-index: 1010
}
footer .container{
  background-color: #002036;
  font-size: 0.8em;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(/static/site/img/logo_big.svg);
  background-size: auto 85%;
}
footer, footer a, footer .title{
  color: #fff;
}
footer{
  margin-top: 30px;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar{
  margin-bottom: 20px;
}
.navbar .container{
  background: linear-gradient(267.58deg, #002036 -64.5%, #006EB6 155.94%);  
}
@media (min-width: 768px) {

  .navbar, .navbar a{
    color: #fff;
  }

}
.navbar-burger{
  color: #fff;
}

.navbar-item, .navbar-link{
  line-height: 3.5;
}
.navbar-brand img{
  padding-left: 20px;
}

.content{
  padding-left: 20px;
  padding-right: 20px;
}
.logo-title1{
  position: absolute;
  top: 12px;
  left: 83px;
  color: #006EB6;
  font-weight: bold;
  font-size: 20px;
}
.logo-title2{
  position: absolute;
  top: 36px;
  left: 83px;
}

.big-footer img{
  vertical-align: middle;
  padding-right: 15px;
}

.big-footer a{
  margin-right: 40px;
}
.big-footer{
  line-height: 42px;
}
.nav-link{
  line-height: 30px;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover{
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.nav-phone{

}
.nav-phone img{
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-tg{
  border-image: linear-gradient(transparent 20%, rgba(255, 255, 255, 0.27) 20% 80%, transparent 80%) 0 1 0 0 / 1px;
}
.nav-tg img{
  padding-right: 14px;
}

.banner{
  margin-bottom: 20px;
  min-height: 400px;
}
.banner .title{
  color: #fff;
}
@media (min-width: 768px) {
  .banner .text{
    width: 50%
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 500px;
  }
}
.banner .buttons{
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner-1{
  background-image: url(/static/site/img/banner1_min.jpeg);
  background-size: cover;
  background-position-y: 50%;
}
.banner-2{
  background-image: url(/static/site/img/banner2_min.jpeg);
  background-size: cover;
  background-position-y: 50%;
  color: #fff;
}
.banner-3{
  background-image: url(/static/site/img/banner3_min.png);
  background-size: cover;
  background-position-y: 50%;
  color: #fff;
}
.banner-4{
  background-image: url(/static/site/img/banner4_min.jpeg);
  background-size: cover;
  background-position-y: 50%;
  color: #fff;
}
.banner-5{
  background-image: url(/static/site/img/banner5.jpg);
  background-size: cover;
  background-position-y: 50%;
  color: #000;
}
.banner-5 .title{
  color: #000;
}

.banner-about{
  background-image: url(/static/site/img/banner_about_min.jpeg);
  background-size: cover;
  background-position-y: 50%;
  color: #fff;
}

.catcard .card-image{
  height: 280px;
} 
.catcard .card-content{
  height: 70px;
  padding: 10px;
  text-align: center;
  background: linear-gradient(260.92deg, #002036 33.22%, #006EB6 157.37%);
  color: #fff;  
}
.catcard .card-content a{
  color: #fff !important;
}
.catcard{
  background-size: cover;
  background-position-y: 50%;
}

.page-header{
  margin-bottom: 20px;
}

.page-header h1{
  display: inline;
}

.captcha{
  height: 40px;
}
  

.flickity-prev-next-button{
  display: none;
}
.flickity-page-dots{
  bottom: 30px;
}

.flickity-page-dots .dot{
  border: 2px #fff solid;
  height: 15px;
  width: 15px;
}

.is-fff{
  color: #fff !important;
}


.bsform .help-inline .error{
  color: red;
}
.bsform textarea{
  height: 150px;
  width: 100%;
}



@media (max-width: 767px) {
  .isindex .main-content, .isindex .page-header{
    margin-left: 0;
    margin-right: 0;
  }
  .main-content, .page-header{
    margin-left: 10px;
    margin-right: 10px;
  }
}

.product{
  text-align: center;
}

#myTabContent .tab-pane{
  display: none;
}
#myTabContent .tab-pane.active{
  display: block;
}


/*https://codepen.io/desandro/pen/dPdyJK*/
.carousel-cell {
  width: 100%;
}


.gallery a img{
  border: 2px #fff solid;
  padding: 1px;
}
.gallery a:hover img{
  border: 2px solid #3a7cbf;
}
.gallery .image{
  display: inline-block;
}
.gallery{
  margin-bottom: 40px;
}

.product-price{
  border-radius: 5px;
  text-align: center;
  padding: 20px 5px;
  /*border: #ccc 1px solid;*/
  box-shadow: 0px 6px 16px 4px #006EB614;
}

.product-price .price{
  font-size: 32px;
}

.table.is-eng{
  width: 100%
}
.is-eng thead tr{
  background-color: #006EB6;
}
.is-eng thead tr th{
  color: #fff;
  font-size: 20px;
}
.table.is-eng tbody tr:not(.is-selected):nth-child(even){
  background-color: #DBE7EE
}
.eng-div{
  background-color: #F4F4F4;
  padding: 20px;
  height: 100%;
}
.is-eng td, .is-eng th{
  padding: 15px;
}

.eng1{
  background-position: 15px 50%;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-size: 30px 30px;
  background-image: url(/static/site/img/eng1.svg);
}

.eng2{
  background-position: 15px 50%;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-size: 30px 30px;
  background-image: url(/static/site/img/eng2.svg);
}

.eng3{
  background-position: 15px 50%;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-size: 30px 30px;
  background-image: url(/static/site/img/eng3.svg);
}
.spacer-page-1 {
    min-height: 40px;
}


