header{
    font-size: 16px;
    position: relative;
}
body{
    font-family: Helvetica Neue, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: stretch;
}
main{
    flex-grow: 4;
}
#company-info a.active, .news-text a.active{
    color: rgba(16,132,187,0.75);
}
#main-info button.active, #header-middle button.active{
    color: white;
    background-color: rgba(16,132,187,0.8);
}
a:link {
    color: inherit;
    border-color: none;
    text-decoration: none;
}
a:visited {
    color: inherit;
    border-color: none;
    text-decoration: none;
}

a:hover {
    border-color: none;
    color: inherit;
    text-decoration: none;
}

a:active {
    border-color: none;
    color: inherit;
    text-decoration: none;
}
#header-top{
    background-color: rgba(16,132,187,1);
    color: white;
    height:2.875em;
    min-width: 760px;
}
.d-flex{
    align-items: center;
}
#header-top img{
    padding-bottom: 2px;
    padding-right: 0.6875em;
}




#header-middle{
    height: 5.375em;
    color: rgb(16, 132, 187);
    border-bottom: 3px solid #EBEBEB;
}
#header-middle .container-sm, #header-middle .d-flex{
    height: inherit;
}
#header-middle .btn, #main-info .btn{
    width: 14.5em;
    height: 2.75em;
    color: rgb(16, 132, 187, 1);
    border: 2px solid rgba(16,132,187,1);
    border-radius: 0.375em;
    font-size: 16px;
    
}

#header-middle .btn:hover, #main-info .btn:hover{
    color: white;
    background-color: rgba(16,132,187,1);
}

#logo{
    width: 15.9375em;
    height: 2.75em;
}

#header-bottom{
    -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.2);
}
#header-bottom, #bread-crumbs .list{
    font-size: 18px;
    height: 3.3333333333333335em;
    
}
#bread-crumbs .list{
    line-height: 3.3333333333333335em;
}
#header-bottom .container-sm, #header-bottom .d-flex{
    height: inherit;
}
#header-bottom li{
   margin-right: 3.1146vw;
}

#header-bottom ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-bottom nav ul a{
    color: rgba(90,90,90,1);
}
#header-bottom nav ul a.active{
    border-bottom: 5px solid  rgba(16,132,187,1);
}
#header-bottom nav ul a:hover{
    color:rgb(16, 132, 187);
}
#bread-crumbs .list{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 1;
}
#bread-crumbs .list *{
    height: inherit;
    line-height: inherit;
}
#bread-crumbs .list div, #bread-crumbs .list > a:last-child{
    color:rgb(16, 132, 187, 0.4);
    cursor:default;
    
}
#bread-crumbs{
    color:rgba(16, 132, 187, 1);
}
#bread-crumbs .arrow{
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url('Data\\Icons\\Group 61.png');
}
#header-bottom li{
    display: inline-block;
    
}
.arrow{
    
    width: 12px;
    height: 12px;
}
div.arrow{
    margin-left: 0px;
}
div.arrow-left{
    background-size: 6px 12px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-image: url('Data\\Icons\\Path 4100.svg');
}
div.arrow-right{
    background-size: 6px 12px;
    
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-image: url('Data\\Icons\\Path 4101.svg');
}
.news-page button {
   
    display: inline-block;
}
.news-page button div{
    height: 2.8125em;
}
#bread-crumbs .list *{
    margin-right: 20px;
    
}
.page-num{
    display: inline-block;
    line-height: 2.8125em;
    padding: 0px 1.0503em;
    margin: 0px 0.3125em;
    font-weight: lighter;
}
#bread-crumbs .list a{
    cursor: pointer;
}
#bread-crumbs .list > a:last-child{
    margin-right: 0px;
    
}
.news-intro{
    margin-top: 3.65vw;
}
.news-intro h1{
    font-size: 2em;
    font-weight: bold;
}
.news-intro .date{
    padding-bottom: 1.875em;
    color: black;
    font-weight:lighter;
}
#header-bottom .search{
    background-image: url('Data\\Icons\\Union 4.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 21px;
    height: 21px;
}
#navigation ul > *:last-child, #bread-crumbs ul > *:last-child{
    margin-right: 0px;
}
.main-pic{
    font-size: 38px;
    width: 100%;
    height: 17.142857142857142em;
    align-items: center;
    background-image: url('Data\\banners\\Slider.jpg');
    background-repeat: no-repeat;
    background-size: 99vw 17.142857142857142em;
    margin-top: -1px;
}
#main-info{
    width: 50vw;
    margin-left: 2.5em;
}

#main-info h2{
    color: rgb(16, 132, 187);
    font-weight: bold;
    font-size: 1.5em;
}
#main-info p{
    font-weight: normal;
    font-size: 1em;
}
#main-info .btn{
    font-size: 0.6em;
}

#company-info .filler{
    min-width: 15px;
    max-width: 70px;
}
#company-info .article-image{
    width:  25.454545454545453em;
    height: 14.272727272727273em;
}
.article{
    font-size: 22px;
    margin-top: 6.25vw;
    margin-bottom: 5.454545454545454em;
}
.article h1{
    font-size: 1.7272727272727273em;
    font-weight: bold;
}
.article p{
    margin-top: 1.2909090909090908em;
    margin-bottom: 1.2909090909090908em;
}
#company-info a{
    color: rgba(16,132,187,1);
}
#partners{
    font-size: 18px;
}

.more{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    font-size: 18px;
    border-bottom: 2px solid rgba(16,132,187);
    margin-bottom: 3.1666666666666665em;
}
.news-header{
    margin-bottom: 2.272727272727273em;
}
.news-page{
    display: flex;
    font-size: 0.7272727272727273em;
}
.news-extra-info{
    font-size: 1.0909090909090908em;
}
.news-extra-header{
    font-weight: bold;
    margin-bottom: 2.0833333333333335em;
}
.news-page button{
    background-color: white;
    border: 1px solid grey;
    height: 2.8125em;
    width: 2.25em;
    border-radius: 5px;
}
.news-page button:hover{
    border: 1px solid rgba(16,132,187);
    color: rgba(16,132,187);
    
}
.news-page button:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(16,132,187,0.5);
    color: rgba(16,132,187,0.5);
}
.news-img{

    margin: 0px;
    padding: 0px;
    max-height: 14.575em;
    height: 100%;
    width: auto;
}
.news-block{
    margin-bottom:  1.3181818181818181em;
    background-color: white;
    border: 2px solid #EBEBEB;
    font-size: 22px;
    height: 14.575em;
}
.news-block h1, .news-block p{
    margin: 0px;
    padding: 0px;
}
.news-block h1{
    font-size: 0.9090909090909091em;
}
.news-text{
    padding-left: 2.272727272727273em;
    
    padding-bottom: 1.5727272727272728em;
}
.news-text p, .news-text a{
    font-size: 0.7272727272727273em;
}
.news-text p{
    padding-bottom: 1em;
}
.news-text a{
    color: rgba(16,132,187,1);
    margin: 0px;
    padding: 0px;
}
.news-image-container + .news-text, .news-text + .news-image-container{
    margin-left: 1.3636363636363635em;
}
.news-image-container + .news-text{
    padding-left: 0px;
    padding-right: 2.272727272727273em;
}
.news-image-container{
    position: relative;
}
img.news-img + .tag-triangle{
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 25px solid white;
    border-bottom: 20px solid transparent;
    border-left: 0px;
    float: right;
    position: absolute;
    right: 0px;
    left: auto;
    top: 1.3636363636363635em;
    z-index: 1000;
}
.tag-triangle{
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 25px solid white;
    border-bottom: 20px solid transparent;
    float: left;
    position: absolute;
    left: 0px;
    top: 1.3636363636363635em;
    z-index: 1000;
}
.contacts-image img{
    width: 400px;
    height: 260px;
   
}
.partner-box{
    background-image: url('Data\\Group 6.png');
    border: 2px solid #EBEBEB;
    height: 200px;
    padding: 0px;
    margin-right: 40px;
    max-width: 400px;
    margin-bottom: 40px;
    display: flex;
    align-items: center; 
}
.contacts-body .shop{
    margin-right:40px;
}
.contacts-body .shop > *:last-child{
    margin-right:0px;   
}
.contacts-body .shop button{
    margin-top: 50px;
    width: 100%;
    height: 44px;
    background-color: white;
    border: 1px solid rgba(16,132,187);
    border-radius: 5px;
    color:  rgba(16,132,187);
    outline: none;
}

.contacts-body .shop button:focus{
    outline:none;
    border: 1px solid rgba(16,132,187);
    color:  rgba(16,132,187);
}
.contacts-body .shop button:hover{
    outline:none;
    border: 1px solid rgba(16,132,187, 0.5);
    color:  rgba(16,132,187, 0.5);
}
img.partner-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.row > *:nth-child(3n+3){
    margin-right: 0px;
    
}
.line{
    width: 101px;
    height: 1.25px;
    margin-top: 20.4px;
    margin-bottom: 2.272727272727273em;
    background-color: rgba(16,132,187,1);
}
#news{
    color: rgba(90,90,90,1);
    margin-bottom: 4.136363636363637em;
}
.date{
    padding-top: 1.4090909090909092em;
    margin-bottom: 1.4090909090909092em;
}
.day{
    font-size: 38px;
    padding:0px;
    padding-right: 0.2894736842105263em;
    margin: 0px;
    margin-right: 0.2631578947368421em;
    font-weight: normal;   
}
.day-line{
    display: inline-block;
    font-size: inherit;
    height: 0.7894736842105263em;
    padding: 0px;
    width: 4px;
    border-right: 2px solid black;
}
.time{
    padding:0px;
    padding-right: 2.625em;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
}
#nav-search{
    min-width: 720px;
}
#nav-search.item{
    height: inherit;
}
#nav-search nav, #nav-search nav ul, #nav-search nav ul li, #nav-search nav ul li a{
    height: inherit;
}
#nav-search nav ul li a{
    display: inline-flex;
    align-items: center;
}
.month-week{
    padding:0px;
    margin: 0px;
    font-size: 12px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
    padding: 0px;
}
.nav-tabs{
    border-bottom: inherit;
}
#company-info a:hover, .news-block a:hover{
    color: rgba(16,132,187,0.5);
}
.more:hover{
    color: rgba(16,132,187,1);
    border-bottom: 2px solid rgba(16,132,187, 0.5);
}
.more.active{
    color: rgba(16,132,187,0.6);
    border-bottom: 2px solid rgba(16,132,187, 0.8);
}

footer{
    
    font-size: 24px;
    color: rgba(255,255,255,1);
    background-image: url("Data\\BG for Footer.svg");
    background-color: rgba(16,132,187,1);
    background-repeat: no-repeat;
}
.footer-item{
    min-height: 72px;
    font-size: 16px;
    
}
footer h1{
    font-size: inherit;

    margin-bottom: 0px;
}
.footer-item img{
    padding-right: 0.6875em;
    color:rgb(16, 132, 187);
}
.footer-line{
    width: 101px;
    height: 1px;
    margin-bottom: 0.8333333333333334em;
    margin-top: 0.4166666666666667em;
    background-color: white;
}
.footer-bottom{
    height: 54px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.element{
    padding-top: 2.125em;
    margin-bottom: 2.125em;
}
.shop > *:last-child{
    margin: 0px;
}
.shop h1{
    font-size: 1.0909090909090908em;
    font-weight: bold;
    margin-top: 50px;
}
.address{
    min-height: 72px;
}
.footer-border{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.more img{
    margin-left: 1.2222222222222223em;
}
.btn{
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    
}
#search input{
    font-size: inherit;
    border: none;
    width: 90%;
    outline: none;
}
.hide{
    display:none;
}



.wrapper{
    overflow: hidden;
    position: relative;
    width: 99vw;
    
    z-index: 1;
}
.slides{
    position: relative;
    overflow: hidden;
    top: 0;
    left: calc(-560px - (560px - ((99vw - 560px) / 2)));
    width: 10000px;
}
.slides.shifting {
    transition: left .5s ease-out;
}

.faded{
    opacity: 0.5;
}

.slide{
    display: inline-block;
    overflow: hidden;
    cursor: grab;
    margin-right: 10px;
    margin-left: 10px;
    width: 540px;
    height: auto;
}

.slide img{
    width: inherit;
    height: inherit;
}
.collapsible {
    font-size: 1.0909090909090908em;
    background-color: #1084BB;
    color: white;
    cursor: pointer;
    padding: 0.8181818181818182em 2.272727272727273em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    
}
.content {
    margin-bottom: 1.3636363636363635em;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-image: url("Data\\Mask Group 23.png");
}
.collapsible:active, .collapsible:focus{
    outline: none;
    border: none;
}
.collapsible i{
    font-size: 1.4545454545454546em;
    float: right;
} 
div.content > *:first-child{
    padding-top: 0px;
    margin-top: 0px;
}

div.content > *:last-child{
    padding-bottom: 0px;
    margin-bottom: 2.272727272727273em;
}
#bread-crumbs{
    background-image: url('Data\\BG for breadcrumbs big.svg');

}

#map{
	width: 100%;
	height: 332px;
    margin-top: 3.65vw;
}

@media (min-width: 1580px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1280px;
    }
    .slide{
        width: 1280px;

    }
    .slides{
        left: calc(-1300px - (1300px - ((99vw - 1300px) / 2)));
    }
    #company-info img{
        width: 560px;
    }
    .news-block{
        font-size: 22px;
    }
    .partner-box{
        height: 200px;
        margin-right: 40px;
        max-width: 400px;
    }
    .row > *:nth-child(3n+3){
        margin-right: 0px;
        
    }
    
    .contacts-image img{
        width: 400px;
        height: auto;
    }
    .shop h1{
        font-size: 24px;
    }
    .contacts-body .shop{
        margin-right:40px;
    }
}

@media (min-width: 1200px) and (max-width: 1579px){
    .slide{
        width: 1140px;

    }
    .slides{
        left: calc(-1160px - (1160px - ((99vw - 1160px) / 2)));
    }
    .main-pic{
        font-size: 28px;
    }
    #company-info img{
        width: 560px;
    }
    .news-block{
        font-size: 20px;
    }
    .partner-box{
        height: 180px;
        margin-right: 30px;
        max-width: 360px;
    }
    .row > *:nth-child(3n+3){
        margin-right: 0px;
        
    }
    
    .contacts-image img{
        width: 360px;
        height: auto;
    }
    .shop h1{
        font-size: 24px;
    }
    .contacts-body .shop{
        margin-right:40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .slide{
        width: 960px;

    }
    .slides{
        left: calc(-980px - (980px - ((99vw - 980px) / 2)));
    }
    .main-pic{
        font-size: 24px;
    }
    #company-info{
        font-size: 18px;
    }
    #company-info img{
        width: 480px;
    }
    .news-block{
        font-size: 18px;
    }
    .partner-box, .row > *:nth-child(3n+3){
        height: 235px;
        margin-right: 40px;
        max-width: 460px;
        float: right;
    }
    .row > *:nth-child(2n+2){
        margin-right: 0px;
        
    }
    .row{
        min-width: 960px;
    }

    .contacts-image img{
        width: 300px;
        height: auto;
    }
    .contacts-body .shop{
        margin-right:30px;
    }
    .shop h1{
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .slide{
        width: 768px;

    }
    .slides{
        left: calc(-788px - (788px - ((99vw - 788px) / 2)));
    }
    .main-pic{
        font-size: 16px;
    }
    #company-info{
        font-size: 16px;
    }
    #company-info img{
        width: 400px;
    }
    .news-block{
        font-size: 16px;
    }
    .partner-box, .row > *:nth-child(3n+3){
        height: 185px;
        margin-right: 20px;
        max-width: 350px;
    }
    .row > *:nth-child(2n+2){
        margin-right: 0px;
    }
}
