
a {
    color: #31538f;
}

h2 {
    color: #272425;
    font-size: 22px;
    font-family: Calibri,Arial,sans-serif;
    text-transform: uppercase;
}

h1.headeang-center {
    color: #31538f;
    font-size: 35px;
    font-family: Calibri,Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.uk-vertical-align {
    font-size: 0;
}
.uk-vertical-align-bottom,
.uk-vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem;
}
.uk-vertical-align-middle {
    vertical-align: middle;
}
.uk-vertical-align-bottom {
    vertical-align: bottom;
}

.top-bar {
    background: #e6e7e8;
    padding: 20px 0 10px;
}
.top-bar .text-menu {
    font-family: Calibri,Arial,sans-serif; 
    font-size: 15px;
    padding: 6px 0;
    color: #59595b;
    text-decoration: none;
}
.top-bar .text-menu:hover{
    color: #000;
}
.header {

}
.socials-btn {
    background: #333;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.socials-btn.fb {
    background: #3478f4;
}
.socials-btn.ok {
    background: #F7931D;
}
.socials-btn.youtube {
    background: #d12122;
}
.socials-btn:hover {
    color: #fff;
}
.button-search{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(../images/search-btn.png);
    background-size: cover;
    display: inline-block;
    border: 0;
    outline: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
.button-search-footer{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(../images/search-footer.png);
    background-size: cover;
    display: inline-block;
    border: 0;
    outline: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 3px;
}
.search-input{
    height: 25px;
    font-size: 10px;
    font-family: Tahoma;
    padding-left: 10px;
}
.online-consultant {
    color: #589924;
    font-size: 18px;
    font-family: Calibri,Arial,sans-serif; 
}
.contact-head{
    position: relative;
    top: -10px;
}
.contact-block {
    right: 0;
    bottom: -10px;
}
.phone {
    color: #33548f;
    font-family: Calibri,Arial,sans-serif; 
    font-size: 35px;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.phone span{
    font-size: 25px;
}

.navBar {
    background: #2d3e5c; /* Old browsers */
    background: -moz-linear-gradient(top,  #2d3e5c 0%, #2d3e5c 50%, #233554 51%, #233554 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2d3e5c 0%,#2d3e5c 50%,#233554 51%,#233554 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2d3e5c 0%,#2d3e5c 50%,#233554 51%,#233554 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3e5c', endColorstr='#233554',GradientType=0 ); /* IE6-9 */
}
.navBar .uk-navbar-nav>li>a{
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Arial,sans-serif;
    height: 50px;
}
.navBar .uk-navbar-nav>li:hover>a {
    background: rgba(0,0,0, 0.2);
}

/*--- submenu */
.uk-dropdown {
    padding: 10px 20px;
}
/* ---- */

.cart-border{
    border: 1px solid #a5a4a4;
}
.heading-1 {
    color: #31538f;
    font-size: 35px;
    font-family: Calibri,Arial,sans-serif;
    font-weight: bold;
}
.catalogue-links {
    font-size: 23px;
}
.catalogue-links a:hover {
    text-decoration: none;
}

@media (max-width: 360px){
    .phone-xs {
        font-size: 20px;
    }
}
@media (max-width: 760px){
    .navBar .uk-container{
        padding: 0!important;
    }
}
.uk-tab {
    background: #e8e8e9;
    margin-left: 0;
    border-bottom: 1px solid #aeadad;
}
.uk-tab>* {
    padding-left: 0;
}
.uk-tab>*>a {
    border-bottom: 0;
}
.uk-tab>*>a {
    padding: 30px 60px;
    color: #272425;
    font-family: Calibri,Arial,sans-serif; 
    font-size: 22px;
    text-transform: inherit;
}
.uk-tab>.uk-active>a {
    background: #fff;
    border: 1px solid #aeadad;
    border-bottom: 1px solid #fff;
    color: #cc2229;
    margin-bottom: -1px;
}
@media (max-width: 1100px){
    .uk-tab>*>a {
        padding: 10px 20px;
    }
}
@media (max-width: 800px){
    .uk-tab>*>a {
        padding: 10px 20px;
        font-size: 16px;
    }
}
@media (max-width: 600px){
    .uk-tab>*>a {
        padding: 10px 10px;
        font-size: 14px;
    }
}
@media (max-width: 440px){
    .uk-tab>*>a {
        padding: 5px;
        font-size: 12px;
    }
}
.products{
    font-family: Calibri,Arial,sans-serif; 
}
.products .uk-card {
    border: 1px solid #b3b3b3;
    padding: 5px;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.products h3 {
    font-size: 15px;
    color: #272425;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}
.products .text-grey{
    color: #929496;
    font-size: 12px;
    text-decoration: line-through;
    display: block;
    font-family: Tahoma;
}
.products .text-grey small{
    font-size: 9px;
}
.products .text-red{
    color: #cc2229;
    font-size: 28px;
    display: block;
    line-height: 20px;
    font-family: Tahoma;
}
.products .text-red small{
    font-size: 15px;
}
.products .labels{
    position: absolute;
    top:30px;
    left: -10px;
    z-index: 99;
}

.products .labels>*{
    margin-bottom: 8px;
}
.products .labels>* span {
    padding: 3px 10px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
}
.products .labels>*:after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #333;
    position: absolute;
    left: 0;
    z-index: -1;
}
.products .labels .orange span{
    background: #d35a2b;
}
.products .labels>.orange:after{
    border-top-color: #a7392c;
}
.products .labels .red span{
    background: #cc2229;
}
.products .labels>.red:after{
    border-top-color: #751e20;
}
.products .labels .green span{
    background: #7dae4f;
}
.products .labels>.green:after{
    border-top-color: #4f753f;
}

.what-we-doing .uk-card div{
    text-transform: uppercase;
    height: 50px;
    margin-top: 5px;
    font-size: 15px;
    color: #272425;
    font-family: Calibri,Arial,sans-serif; 
}

#footer{
    background: #808183;
    padding: 45px 0;
    color: #fff;
}

#footer h3{
    color: #fff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}
#footer li:nth-child(n+2){
    margin-top: 2px;
}
#footer a{
    color: #fff;
    font-family: Tahoma;
    font-size: 13px;
}
#footer .contacts li {
    margin-bottom: 7px;
}
@media (min-width: 650px){
    #footer .contacts li img{
        margin-left: -25px;
        margin-right: 5px;
    }
}

.subfooter {
    padding: 25px 0;
    background: #fff;
    color: #272425;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.toptop{
    background: url(../images/toptop.png);
    width: 54px;
    height: 49px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.uk-offcanvas-bar{
    background: #326ea4;
}
.uk-offcanvas-bar hr {
    border-color: #e6e7e8;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "»";
    display: inline-block;
    margin: 0 5px;
    color: #326ea5;
}
.uk-breadcrumb li:nth-child(n+2){
    line-height: 29px;
}
.uk-breadcrumb>:last-child>* {
    color: #326ea5;
}

.map {
    position: relative;
    width: 100%;
    z-index: 1;
}
.map .overlay{
    font-size: 26px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0.25);
    color: #000;
    z-index: 2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.map .overlay.open{
    height: 40px;
}

.uk-table td {
    padding: 7px 12px;
    vertical-align: top;
}
.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {
    background: #a5b6d0;
    color: #fff;
}
.price-panel{
    border: 10px solid #a5b6d0;
    padding: 25px;
}
.price-panel .price{
    color: #d76f2c;
    font-size: 47px;
    font-family: Tahoma;
    font-weight: bold;
}
.price-panel .price small{
    font-size: 25px;
}
.price-panel .old-price{
    text-decoration: line-through;
    color: #929496;
    font-size: 23px;
    font-family: Tahoma;
}
.price-panel .old-price small{
    font-size: 16px;
}
.price-panel .text-grey {
    color: #929496;
    font-size: 23px;
    font-family: Tahoma;
}
.price-panel .uk-list{
    color: #272425;
}
.price-panel .uk-list li{
    border-top: 1px dashed #272425;
    padding: 20px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.price-panel .uk-list li:last-child{
    border-bottom: 1px dashed #272425;
}
.price-panel .blue {
    color: #4b6ea2;
    font-family: Tahoma;
    font-size: 11px;
}
.owl-prev {
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    background: url(../images/arr_left.png) 50% 50% no-repeat;
    width: 13px; 
}
.owl-next {
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    background: url(../images/arr_right.png) 50% 50% no-repeat;
    width: 13px; 
}
.owl-prev,
.owl-next {
    opacity: 0.5;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}
.bxslider {
    padding-left: 0;
}
.vertival .bx-wrapper .bx-controls-direction a{
    width: 100%;
}
.vertival .bx-wrapper .bx-prev {
    width: 49%!important;
    left: 0;
    bottom: -40px;
    background: url(../images/arr_up.png) 50% 50% no-repeat;
    opacity: 0.5;
}
.vertival .bx-wrapper .bx-prev:hover {
    opacity: 1;
}
.vertival .bx-wrapper .bx-next {
    width: 49%!important;
    right: 0;
    bottom: -40px;
    background: url(../images/arr_down.png) 50% 50% no-repeat;
    opacity: 0.5;
}
.vertival .bx-wrapper .bx-next:hover {
    opacity: 1;
}
.vertival .bx-has-controls-direction {
    position: inherit;
}
.vertival .bx-controls-direction {
    height: 40px;
}
.bx-wrapper .bx-viewport {
    margin-top: 0px;
}
.vertival img {
    cursor: pointer;
}
.ident {
    display: block;
    text-indent: -99999px;
}

.uk-pagination>*>* {
    display: block;
    padding: 0px 8px;
}
.uk-pagination>.uk-active>* {
    color: #fff;
    background: #2d3e5c;
}
@media (min-width: 740px){
    .top-bar .uk-width-1-2 a{
        margin-right: 12px;
    }
}