@font-face {
    font-family: DINPro;
    src: url(../font/DINPro.ttf);
}
.main-page{
    font-family: DINPro;
}
.main-page .header{
    background-image: url("../img/main-page/header-back.png");
    background-size: cover;
}
.main-page header{
    margin-bottom: 50px;
}
.main-page header .cart{
    background: #0066ab;
    padding:20px;
    color: #fff;
}
.main-page header input[type='text']{
    border: none;
    border-bottom: 1px solid #282828;
    width: 100%;
}
.main-page header input[type='submit']{
    background-image: url("../img/main-page/search.png");
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    width: 20px;
    right: 15px;
        color: transparent;
        top:0;
}

.main-page .header .phone{
    color:  #ff9800;
    font-size: 20px;/* I?eaee?aiea ec-ca iianoaiiaee o?eooia */
    font-weight: 500;
}
.main-page .header .phone span{
    color:  #282828;
    font-size: 12px;/* I?eaee?aiea ec-ca iianoaiiaee o?eooia */
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
}
.main-page .header .phone a{
    padding: 10px 5px !important;
}
.main-page .header .logo{
    margin-top: 60px;
}
.main-page .header .search-box{
    margin-top: 85px;
}
.main-page .header .cart-mail{
    margin-top: 20px;
}
.main-page .navbar-inverse{
    background: none;
    border: none;
    text-align: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    margin-top: -20px;
}
.main-page .navbar-toggle{
    background: #ff9800;
}
.main-page .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.main-page .navbar .navbar-collapse {
    text-align: center;
    border-bottom: 3px solid #ff9800;
    /*position: relative;*/
    /*top: 50px;*/
    /*z-index: 100;*/
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(29, 29, 28, 0.17);
}

.main-page .navbar-inverse .navbar-nav>li>a{
    color:  #282828;
    font-size: 20px;
    font-weight: 400;
    line-height: 8.259px;
    text-transform: uppercase;
}

.main-page .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #282828 !important;
}
.main-page .navbar-nav>li:hover::after {
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid #ff9800;
    bottom: 0;
    margin-left: -10px;
}
  .main-page #myNavbar > ul > li ul{
    position: absolute;
    background: #fff;
    list-style-type: none;
    padding: 20px;
    width: auto;
    border: 3px solid #ff9800;
    z-index:10;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    white-space: nowrap;

}
.main-page #myNavbar > ul > li ul > li ul{
    margin: -47px 0 0 165px;
}

.main-page #myNavbar > ul > li ul > li ul::before {
    content: '';
    position: absolute;
    left: -21px;
    top: 20px;
    border: 10px solid transparent;	border-right: 10px solid #ff9800;
}

.main-page #myNavbar > ul > li ul a{
    color: #282828;
}
.main-page #myNavbar > ul > li ul > li ul{
    margin: -47px 0 0 165px;
    width: 250px;
}
.main-page #myNavbar > ul > li ul > li ul > li ul{
    margin: -47px 0 0 205px;
    width: auto;
}
.main-page  h2{
    color:  #282828;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.main-page  h2 span{
    font-weight: 700;
}
.main-page  h3{
    color:  #0066ab;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}
.main-page .slider{
    text-align: center;
}
.main-page .main-slider{
    border-bottom: 10px solid #0066ab;
}
.main-page .main-slider::after {
    content: '';
    position: absolute;
    bottom: -30px;
    border: 10px solid transparent;
    border-top: 10px solid #0066ab;
}
.main-page .main-slider .text{
    position: relative;
     height: auto;
}
.main-page .main-slider img{
    width: 100%;
}
.main-page .main-slider h2{
    position: absolute;
    width: 100%;
    margin-top: 85px;
}
.main-page .main-slider h2 .title{
    background-image: url("../img/main-page/banner-text-back.png");
    line-height: 70px;
    margin-bottom: 40px;
}
.main-page .main-slider h2  a, .header .phone a {
    border-style: solid;
    border-width: 1px;
    border-color:  #ff9800;
    box-sizing: border-box;
    background-color:  rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 8px 0px rgba(29, 29, 28, 0.17);
    color:  #282828;
    font-size: 17px;
    font-weight: 400;
    padding:10px 20px;
    text-transform: uppercase;
}
.main-page .slick-slide img{
    margin: 0 auto;

}
.main-page .slick-next{
    right: 20px !important;
    z-index: 10 !important;
    background-image: url(../img/main-page/next.png) !important;
    width: 46px !important;
    height: 46px !important;
}
.main-page .slick-next:before, .slick-prev:before{
    content: none  !important;
}
.slick-prev:hover{
    background-image: url(../img/main-page/prev.png)  !important;
}
.main-page .slick-next:hover{
    background-image: url(../img/main-page/next.png)  !important;
  }
.main-page .slick-prev{
    left: 20px !important;
    z-index: 10  !important;
    width: 46px !important;
    height: 46px !important;
    background-image: url(../img/main-page/prev.png) !important;
}
.main-page .products{
    margin: 50px auto;
}
.main-page .products img{
margin-left:-16px;
}
.main-page .products .product-item a{
    color:  #282828;
    text-transform: uppercase;

}
.main-page .products .product-item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 5px solid transparent;
    border-top: 5px solid #0066ab;
    border-right: 5px solid #0066ab;
}
.main-page .products .product-item{
    color:  #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    background: #ecf4f9;
    margin-bottom:10px;
    padding: 20px 10px;
    border-top: 4px solid #0066ab;
}
.main-page .products .product-item span a{
    text-transform: none;
    font-weight: 400;

}
.main-page .info p{
    color:  #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.main-page .special-slider .title{
    color:  #0066ab;
    font-size: 24px;
    font-weight: 400;
}
.main-page .special-slider .price{
    color:  #ff9800;
    font-size: 24px;
    font-weight: 400;
}
.main-page .special-slider .descr{
    color:  #000000;
    font-size: 14px;
    font-weight: 400;
}
.main-page .special{
    margin: 50px auto;
}
.main-page .special-slider .to-cart{
    margin: 20px 0 0 0;
    line-height: 50px;
}
.main-page .special-slider a{
    color:  #ffffff;
    font-size: 18px;
    font-weight: 400;
    background-color:  #0066ab;
    padding: 15px 25px;
    text-transform: uppercase;
}
.main-page .special-slider .slick-prev, .partners .slick-prev{
    left:-60px !important;
}
.main-page .special-slider .slick-next, .partners .slick-next{
    right:-60px !important;
}
.main-page .advantages{
    background-image: url("../img/main-page/advant-back.png");
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 15px;
    position: relative;
}
.main-page .advantages .arrow-down::after{
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-top: 15px solid #0066ab;
    top: 51px;
}
.main-page .advantages h2{
    color: #fff;
}
.advantages .advant-item{
    border-bottom: 4px solid #80abce;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.main-page .advantages .text{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    height: auto;
}
.main-page .how-we-work{
    text-align: center;
    margin: 50px auto;
}
.main-page .how-we-work h2{
    margin-bottom: 50px;
}
.main-page .how-we-work .arrow{
    position: absolute;
    top: 50px;
    right: -45px;
}
.main-page .how-we-work .text{
    color:  #282828;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0 0;
    height: auto;
    text-align: center;
}
.main-page .offers, .info{
    background-image: url("../img/main-page/offers-back.png");
    background-size: cover;
    background-color: #ecf4f9;
    padding: 30px 15px 50px 15px;
}
.main-page .offers p{
    color:  #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}
.main-page .offers p span{
    font-weight: 700;
    text-transform: uppercase;
}
.main-page .offers .more{
    text-align: right;
}
.main-page .offers .more a{
    color:  rgb(39, 71, 120);
    font-size: 16px;/* I?eaee?aiea ec-ca iianoaiiaee o?eooia */
    font-weight: 300;
    text-decoration: underline;
}
.main-page .partners{
    margin: 60px auto;
    text-align: center;
}
.main-page .partners h2{
    margin-bottom: 40px;
}
.main-page .partners-slider img{
    width: 100px;
    height: 50px;
}
.main-page footer{
    background-image: url("../img/main-page/footer-back.png");
    color: #fff;
    font-size: 16px;
       padding: 25px 15px 0 15px;
}
.main-page footer h4{
    margin: 0 0 10px 0;
}
.main-page footer li{
    color: #ff9800;
}
.main-page footer li a{
    color: #fff;
}
.main-page footer li a:hover{
    color: #fff;
}
.main-page footer .copy{
    background: rgba(39, 71, 120, 0.43);
    line-height: 70px;
}
/*responsetive*/
@media screen and (max-width: 1200px){
    .main-page  .navbar-inverse .navbar-nav>li>a{
        font-size: 16px;
    }
    .main-page .header .phone{
        font-size: 15px;
    }
    .main-page  .header .phone a{
        font-size: 12px;
    }
    .main-page  header .cart{
        padding: 12px 4px;
    }
    .main-page  .logo img{
        width: 230px;
    }
    .main-page  .main-slider h2 .title{
        line-height: 50px;
    }
    .main-page  .main-slider h2{
        margin-top: 45px;
    }
    .main-page .products .product-item > div:last-child{
        padding-left: 35px;
    }
    .main-page .slick-arrow{
        display: none !important;
    }
}
@media screen and (max-width: 992px){
    .main-page .logo{
        text-align: center;
        margin: 10px 0 !important;
    }
    .main-page .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
    }
    .main-page .nav>li>a {
        padding: 10px 5px;
    }
    .main-page .products .product-item{
        text-align: center;
    }
    .main-page .how-we-work .arrow{
        display: none;
    }
    .main-page .how-we-work .text{
        margin-bottom: 40px;
    }


}
@media screen and (max-width: 768px){
    .main-page   .slick-prev, .slick-next{
        display: none !important;
    }
    .main-page  .header{
        text-align: center;
    }
    .main-page .header .search-box{
        margin: 10px 0 20px 0;
    }
    .main-page .header .cart-mail {
        margin-top: 50px;
    }
    .main-page  .navbar-inverse{
        top:10px;
        margin: 0;
    }
    .main-page  .main-slider img {
        object-fit: cover;
        height: 300px;
    }
    .main-page footer .copy{
        padding: 20px 0;
    }
    .main-page  .logo img{
        width: 170px;
    }
    .main-page  h2{
        font-size: 30px;
    }

}
/*end of responsetive*/



/*breadcrumbs*/
.breadcrumb li{
    display: inline;
}
.breadcrumb{
    padding-top: 15px !important;
    background: transparent !important;
    margin-bottom: -15px !important;
}
.breadcrumb a{
    text-decoration: underline;
    color: #000;
}
.breadcrumb a:hover{
    text-decoration: none;
    color: #000;
}
/*end of breadcrumbs*/


.table-but-cart{
        background: #77b55a;
    color: #fff;
    border: none;
}