body{
    font-family: 'Cera Pro';
    background-color: #fff;
}

.header{
    padding-top: 30px;
}

.header .social a{
    color:#252525;
    margin: 0px 15px 0px 0px;
    font-size: 16px;
}

.header .right-block .mail-tel a{
    font-size: 16px;
    color:#252525;
    text-decoration: none;
}

.header .right-block .mail-tel a:first-child{
    margin-right: 20px;
}

.header .right-block{
    text-align: right;
}

.header .logo{
    text-align: center;
}

.header .logo img{
    margin-left: auto;
    margin-right: auto;
}

.header .small-cart{
    margin-top: 15px;
    font-weight: bold;
}

.header .small-cart i{
    font-size: 24px;
    position: relative;
    margin-right: 10px;
}

.header .small-cart .badge{
    background-color: #ff4e45 !important;
    font-size: 8px !important;
    margin-left: -5px;
    margin-top: 5px;
}

.header .small-cart a{
    text-decoration: none;
    font-size: 16px;
    color:#252525;
}


.header .topmenu{
    text-align: center;
    margin-top: 25px;
}

.header .topmenu a{
    color:#252525;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.header .topmenu .red{
    color:#ff4e45;
}

.header .search-block .form-control{
    border-radius:0px;
}

.header .search-block input{
    height: 50px;
    border:1px solid #ebebeb;
}

.header .search-block input::placeholder{
    color:#d1d1d1;
    font-size: 16px;
}


.catalog-menu-row{
    margin-top: 15px;
    margin-bottom: 10px;
}


.catalog-menu-block .dropdown .fa-bars{
    margin-right: 10px;
}

.catalog-menu-block .dropdown .main{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background-color: #4f99e7;
    border-radius:0px;
    border:1px solid #4f99e7;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.catalog-menu-block .dropdown-menu{
    width: 100%;
}

.header .search-block button[type='submit']{
    border-radius:0px;
    background-color: #4f99e7;
    border: 1px solid #4f99e7;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    line-height: 28px;
}

.header .search-input-block{
    padding-right: 0;
}
.header .search-button-block{
    padding-left: 0;
}


.banners .banners-small img:first-child{
    margin-bottom: 20px;
}

.page-title-center{
    text-align: center;
    margin-bottom: 45px;
}

.page-title-center h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color:#252525;
    font-weight: bold;
}

.page-title-center h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color:#252525;
    font-weight: bold;
}

.popular-block{
    margin-top: 45px;
}

.red-line{
    background-color: #ff4e45;
    height: 2px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.card{
    border-radius:0px;
    margin-bottom: 30px;
}

.card .card-title{
    font-weight: normal;
    font-size: 14px;
    min-height: 32px;
    overflow: hidden;
}

.card .card-title a{
    color:#252525;
    text-decoration: none;
}

.card .card-rate{
    color:#0a4d9c;
    font-size: 12px;
}

.card .card-button a{
    border-radius:50%;
    background-color: #4f99e7;
    border: 1px solid #4f99e7;
    height: 44px;
    padding-top: 8px;
}

.card .card-button a.disabled{
    background-color: gray;
    border: 1px solid gray;
}

.card .card-price{
    font-weight: bold;
    font-size: 16px;
    color:#252525;
    padding-top: 10px;
}

.card .card-img-top{
    border-radius:0px;
}

.card .labels-block{
    position: absolute;
    margin-top: 25px;
}

.card .labels-block .label-new{
    color: #ffffff;
	background-color: #0a4d9c;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}

.card .labels-block .label-self-produced{
    color: #ffffff;
	background-color: #4dbaf0;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}

.card .labels-block .label-action{
    color: #ffffff;
	background-color: #ff4f45;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}



.sert{
    margin-bottom: 60px;
    margin-top: 30px;

}

.sert-text{
    text-align: center;
    padding-top: 100px;
}

.dostavka{
    -webkit-box-shadow: 0px 16px 8px -8px rgba(34, 60, 80, 0.06); 
    -moz-box-shadow: 0px 16px 8px -8px rgba(34, 60, 80, 0.06); 
    box-shadow: 0px 16px 8px -8px rgba(34, 60, 80, 0.06);
}

.dostavka-col{
    text-align: center;
    font-size: 16px;
    color: #252525;
    margin-top: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #e1e1e1;  
}

.dostavka-col:last-child{
    border:none !important;
}

.dostavka-col span{
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.dostavka-col .btn{
    background-color: #4db9ef;
    border:1px solid #4db9ef;
    border-radius:0px;
    max-width: 300px;
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}


.partner-main{
    margin-top: 45px;
}

.partner-main-button-block{
    text-align: center;
    margin-bottom: 30px;
}

.partner-main-button-block .btn{
    background-color: #4db9ef;
    border:1px solid #4db9ef;
    border-radius:0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
}


.shopslider-main{
    margin-top: 60px;
    margin-bottom: 60px;
}

.shopslider-main .info-left{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color:#252525;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 50px;
    border-right: 1px solid #e1e1e1;  
}
.shopslider-main .info-left i, .shopslider-main .info-right i{
    color:#0a4c9c;
}
.shopslider-main .info-left a{
    font-weight: normal;
    text-decoration: underline;
    color:#252525;
    font-size: 14px;
}

.shopslider-main .info-left p{
    margin-top: -5px;
}

.shopslider-main .info-left .block{
    text-align: center;
    float:left;
}

.shopslider-main .info-right{
    text-align: right;
    padding-top: 50px;
    padding-right: 30px;
}
.shopslider-main .info-right a{
    font-size: 18px;
    color:#252525;
    font-weight: bold;
    text-decoration: none;
}

.shopslider-main .info-center{
    text-align: center;
    border-right: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
}


.footer-dark-blue{
    background-color: #0a4c9c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-dark-blue .mail{
    text-align: right;
    color:#ffffff;
    font-size: 16px;
    padding-bottom: 15px;
}

.footer-dark-blue .mail a{
    text-decoration: none;
    color:#ffffff;
}

.footer-dark-blue .menu{
    text-align: right;
    text-transform: uppercase;
}

.footer-dark-blue .menu a{
    color:#ffffff;
    font-size: 14px;
    text-decoration: none;
}

.footer-dark-blue .menu ul{
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

.footer-dark-blue .menu ul li{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-dark-blue .menu li:last-child{
    padding-right: 0px;
}

.footer-dark-blue .phone{
    text-align: right;
    color:#ffffff;
    font-size: 18px;
    padding-top: 15px;
}

.footer-dark-blue .phone a{
    text-decoration: none;
    color:#ffffff;
}

.footer-dark-blue .social i{
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.footer-dark-blue .social-block{
    padding-left: 30px;
}

.footer-dark-blue .social{
    color:#0a4c9c;
    background-color:#ffffff;
    width: 42px;
    height: 42px;
    font-size: 18px;
    border-radius:50%;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    margin-right: 10px;
}

.footer-light-blue{
    background-color: #4db9ef;
    color:#ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-light-blue a{
    color:#ffffff;
    text-decoration: none;
}

.footer-light-blue .left{
    text-align-last: left;
    line-height: 40px;
}

.footer-light-blue .right{
    text-align: right;
    font-size: 12px;
}


.gray-line{
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    margin-bottom: 15px;
}

.breadcrumb-item.active{
    color:#b2b2b2;
    font-size: 16px;
}

.breadcrumb i{
    color:#252525;
}

.breadcrumb a{
    font-size: 16px;
    color:#252525;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: '\203A';
}

.page-title-blue{
    font-weight: bold;
    font-size: 24px;
    color:#191919;
    margin-bottom: 30px;
    margin-top: 15px;
}

.page-title-blue .line{
    border-bottom:1px solid #ebebeb;
    margin-top: 20px;
    height: 3px;
    background-repeat: no-repeat;
    background-image:url(../images/blue-line.gif);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius:0px;
    margin-left: 0px;
}

.page-item .page-link{
    background-color: #f0f2f9;
    border:1px solid #f0f2f9;
    color:#636363;
    margin:10px;
    width: 38px;
    text-align: center;
}

.page-item .page-link:hover{
    background-color: #4f99e7;
    border:1px solid #4f99e7;
    color:#ffffff;
}

.page-item.active .page-link{
    background-color: #4f99e7;
    border:1px solid #4f99e7;
}

.item-card{
    margin-top: 30px;
    margin-bottom: 60px;
}

.item-card .desc h1{
    color:#252525;
    font-size: 24px;
    font-weight: normal;
}

.item-card .desc .card-rate{
    color:#4f99e7;
    font-size: 13px;
    margin-bottom: 15px;
}

.item-card .desc .card-weight{
    margin-bottom: 5px;
}

.item-card .desc .card-weight i,
.item-card .desc .card-place i{
    color:#4f99e7;
    margin-right: 5px;
} 

.item-card .desc .card-weight,
.item-card .desc .card-place{
    color:#636363;
    font-size: 16px;
    font-weight: normal;
} 

.item-card .desc .text{
    color:#636363;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 45px;
}

.item-card .price{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.item-card a.btn-buy{
    background-color: #ff4f45;
    border-width: 2px;
    border-color: rgb(255, 79, 69);
    border-style: solid;
    text-transform: uppercase;
    color:#ffffff;
    font-weight: bold;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:25px;
}

.item-card a.btn-buy{
    background-color: #ff4f45;
    border-width: 2px;
    border-color: rgb(255, 79, 69);
    border-style: solid;
    text-transform: uppercase;
    color:#ffffff;
    font-weight: bold;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:25px;
    margin-top: 15px;
}
  
.item-card a.btn-call{
    border-width: 2px;
    border-color: #4f99e7;
    color:#4f99e7;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:25px;
    margin-top: 20px;
}

.item-card .price-block2{
 display: inline-block;
 text-align: center;
}

.item-card .phone-block{
    text-transform: uppercase;
    color:#4c4c4c;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.shop-item-card-tabs .nav-tabs .nav-link{
    text-transform: uppercase;
    border-radius:0px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e5e5e5;
    color:#232530;
}


.shop-item-card-tabs .nav-tabs .nav-link.active{
    background-color: #5099e6;
    color:#ffffff;
    border:1px solid #5099e6;
}

.shop-item-card-tabs .tab-pane{
    padding: 15px;
}

.shop-item-card-tabs .tab-pane .warehouse-item{
    margin-bottom: 5px;
}

.shop-item-card-tabs .tab-pane .warehouse-item i{
    margin-right: 5px;
    color: #5099e6;
}

.shop-item-card-tabs .tab-content{
    border: 1px solid #dee2e6;
    border-top:none;
    margin-bottom: 30px;
}

.tab-content .review-item{
    margin-bottom: 30px;
}

.tab-content .review-item .title{
    color:#b3b7c8;
    font-size: 14px;
}

.tab-content .review-item .rate{
    color:#4f99e7;
    font-size: 14px;
}

.tab-content .review-item .text{
    color:#646a7c;
    font-size: 16px;
    margin-top: 10px;
}

.review-add-block{
    text-align: center;
}

.review-add-block input,
.review-add-block textarea
{
    border-radius:0px;
}

.review-add-block input::placeholder,
.review-add-block textarea::placeholder
{
    color:#b3b7c8;
}

.review-add-block .title{
    font-size: 18px;
    color:#232530;
    margin-bottom: 15px;
}

.review-add-block .rate{
    color:#232530;
    text-align: left;
    margin-bottom: 15px;
}

.review-add-block .rate i{
    color:#f5c136;
    font-size: 18px;
}

.review-add-block .agree{
    font-size: 12px;
    color:#636363;
    margin-top: 15px;
}

.review-add-block .btn{
    border:2px solid #4f99e7;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:25px;
    text-transform: uppercase;
    color:#4f99e7;
    font-weight: bold;
}

.fullmap #map0{
    height: 500px;
    margin-bottom: 30px;
}

.contact-card-item{
    margin-bottom: 45px;
}

.contact-card-item .title{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color:#252525;
    margin-bottom: 10px;
}

.contact-card-item .text .text{
    color:#636363;
    font-weight: normal;
    font-size: 16px;
}

.contact-card-item .text .text a{
    color:#636363;
    text-decoration: none;
}

.contact-card-item .btn-route{
    background-color: #4f99e7;
    color:#ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: normal;
    font-size: 13px;
}

.partnership .item-card{
    background-color: #4db9ef;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partnership .item-card .image{
    margin-bottom: 45px;
    margin-top: 15px;
}

.partnership .item-block a{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.carttable .table-cart-header{
    font-size: 16px;
    color: #232530;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;

}

.carttable .card.card-header{
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    border-left: none;
    border-right: none;
    background-color: #fff;
}

.carttable .card.card-header button{
    padding: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius:0px;
    border:1px solid #ebebeb;
    font-weight: bold;
    font-size: 16px;
    color: #232530;
}

.carttable .card.card-header button:hover{
    color:#ffffff;
    background-color: #5099e6;
}


.carttable .shop_item_name a{
    font-size: 18px;
    color: #252525;
    text-decoration: none;
    font-weight: bold;
}

.carttable .shop_item_quantity{
    font-weight: 16;
    color:#4f99e7;
    font-weight: bold;
}

.cart-info-text-block{
    border:1px solid #ebebeb;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 14px;
    color:#232530;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cart-submit-button-block{
    border:1px solid #ebebeb;
    margin-bottom: 30px;
}

.cart-submit-button-block .title{
    text-transform: uppercase;
    text-align: center;
    border-bottom:1px solid #ebebeb;
    font-size: 18px;
    color:#232530;
    padding-top: 15px;
    padding-bottom: 15px;
}


.cart-submit-button-block label{
    text-transform: uppercase;
    color:#646a7c;
    font-size: 14px;
}

.cart-submit-button-block input[type="text"],
.cart-submit-button-block input[type="tel"] {
    border-top:none;
    border-left:none;
    border-right:none;
    border-radius:0px;
}

.cart-submit-button-block button{
    border:2px solid #4f99e7;
    border-color: #4f99e7;
    background-color:#4f99e7;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.cart-submit-button-block button:hover{
    border:2px solid #4f99e7;
    border-color: #4f99e7;
    background-color:#ffffff;
    color: #4f99e7;
}

.Choose-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Choose-item ul li{
    display:inline-block;
}

.cart-item-quantity  input {
    width: 40px;
    height: 40px;
    text-align: center;
    outline: none;
    display: inline-block;
    line-height: 20px;
    font-size:12px;
    font-weight:600;
    font-family:'Open Sans', sans-serif;
    color:#000000;
    margin: 0 7px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-item-quantity button{
    width: 40px;
    height: 40px;
    text-align: center;
    outline: none;
    display: inline-block;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    background:#fff;
    cursor:pointer;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.cart-item-quantity button:hover{
    cursor:pointer;
    background-color:#4f99e7;
    color:#ffffff;
    border: 1px solid #4f99e7;
}


.cart-item-remove-btn{
    color:#000000;
    width: 40px;
    line-height: 38px;
height: 40px;
text-align: center;
outline: none;
display: inline-block;
-webkit-border-radius: 0px;
border-radius: 0px;
border: 1px solid #dddddd;
background: #fff;
cursor: pointer;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}

.cart-item-remove-btn:hover{
  background:#4f99e7;
  color:#ffffff !important;
  border: 1px solid #4f99e7;
}

#cart-ajax .total{
    font-weight: bold;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    font-size: 20px;
    text-align: right;
    margin-top: 30px;
}

.cartrow{
    margin-bottom: 20px;
}

.cartrow.last{
    margin-bottom: 0 !important;
}

.cartrow .shop_group_image img{
    max-width: 100px !important;
    max-height: 100px !important;
}

.cart-measure-item{
    text-align: center;
    color: #000000;
}

.catalog-left-shop-group .image{
    margin-bottom: 5px;
}

.catalog-left-shop-group a{
    text-decoration: none;
    color: #4f99e7;
}


.overlay_product_added{
	position: fixed; 
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 100;
	opacity: 0.3;
}


.btn_product_added{
	display: block; 
	position: absolute; 
	top: -12px; 
	right: -15px; 
	height: 30px; 
	width: 30px; 
	background: url('/images/tab_close.png') top left no-repeat; 
	cursor: pointer; 
	z-index: 181;
}

.overlay-order-box{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #bcdee7;
	z-index: 100;
	opacity: 0.6; 
}

.box_product_added{
	position: fixed; 
	left: 50%; 
	top: 30%; 
	width: 400px; 
	 margin-left: -200px; 
	 background-color: rgb(247, 247, 247); 
	 border-top-width: 1px; 
	 border-right-width: 1px;
	 border-bottom-width: 1px; 
	 border-left-width: 1px; 
	 border-top-style: solid; 
	 border-right-style: solid; 
	 border-bottom-style: solid; 
	 border-left-style: solid; 
	 border-top-color: rgb(136, 136, 136); 
	 border-right-color: rgb(136, 136, 136); 
	 border-bottom-color: rgb(136, 136, 136); 
	 border-left-color: rgb(136, 136, 136); 
	 border-image: initial; 
	 box-shadow: rgb(119, 119, 119) 0px 0px 10px; -webkit-box-shadow: rgb(119, 119, 119) 0px 0px 10px; 
	 border-top-left-radius: 3px; 
	 border-top-right-radius: 3px; 
	 border-bottom-right-radius: 3px; 
	 border-bottom-left-radius: 3px; 
	 font-size: 16px; 
	 padding-top: 30px; 
  
	 z-index: 101; 
	 opacity: 1;
  }
  
  .box_product_added .text{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
  }

  .shop-cart .title-col{
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    font-weight: bold;
    color:#232530;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

.empty-cart-text{
    margin-bottom: 30px;
}

.checkbox-item label{
    cursor: pointer !important;
    padding-left: 5px;
}

.filterField{
    margin-bottom: 20px;
}

.filterField legend{
    font-size: 18px;
    font-weight: bold;
}

.filter-block .btn-primary{
    border-radius:3px;
    background-color: #4f99e7;
border: 1px solid #4f99e7;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-left: auto;
margin-right: auto;
width: 110px;
}

.filter-block .btn-outline-secondary{
border-radius:3px;
border: 1px solid #4f99e7;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-left: auto;
margin-right: auto;
color:#4f99e7;
width: 110px;
}

.filter-block .btn-outline-secondary:hover{
    background-color: #4f99e7;
    color:#ffffff;
}

.filter-button-block{
    text-align: center;
}

.filter-not-found{
    text-align: center;
}

.form-data input{
    height: 40px;
    width: 100%;
    padding-left:5px;
    outline: none;
    display: inline-block;
    line-height: 20px;
    font-size:14px;
    font-weight:normal;
    color:#000000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-data textarea{
    height: 80px;
    width: 100%;
    padding-left:5px;
    outline: none;
    display: inline-block;
    line-height: 20px;
    font-size:14px;
    font-weight:normal;
    color:#000000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-data input[type="submit"]{
    margin-top: 25px;
    background-color: #4f99e7;
border: 1px solid #4f99e7;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-left: auto;
color:#ffffff;
}


.swiper-slide .description-block{
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}


.swiper-slide .description-block .map{
    font-size: 18px;
    font-weight: bold;
}

.swiper-slide .description-block .map p{
    margin-top: 15px;
}

.swiper-slide .description-block .map a{
    background-color: #4f99e7;
    border: 1px solid #4f99e7;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#ffffff;
    text-decoration: none;
    padding: 10px;
}

.swiper-slide .description-block .phone{
    margin-top: 15px;
}

.swiper-slide .description-block .phone a{
    text-decoration: none;
    color:#212529;
}

#filter-show{
    border-radius: 0px;
    background-color: #4f99e7;
    border: 1px solid #4f99e7;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    line-height: 28px;
    color:#ffffff;
}

.final-order-title{
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
    text-align: center;
}

.vacancy-item{
    margin-top: 30px;
    margin-bottom: 45px;
}

.vacancy-item .wrapper{
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.vacancy-item .title{
    color: #252525;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.btn-vacancy-more{
    border-width: 2px;
    border-color: #4f99e7;
    color: #4f99e7;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    margin-top: 20px;
}