@import url(https://use.typekit.net/wlr4cpn.css);
/*@import url(../fonts/stylesheet.css);*/


.logoitem{
    padding: 25px 20px;
    flex-basis: 20%;
    text-align: center;
}
.logoitem img{
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.logoitem:hover img{
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transform: scale(1.1);
    transition: all linear 0.3s;
}
.logo-flexbox-centering {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.address-block-container{
    background-color: #e5faff;
    padding: 100px 0;
}
.address-block{
    background-color: white;
    padding: 15px;
    margin: 15px 0!important;
}
.address-block h4{
    font-size: 24px;
    color: #004696;
    font-weight: 600;
}
.address-block a.link {
    background-image: url(../img/icon/menu-arrow2.png);
    background-position: right 16px;
    background-repeat: no-repeat;
    padding-right: 20px;
    color: black;
    text-decoration: none;
    padding-top: 10px;
    display: inline-block;
    font-weight: bolder;
}
.address-block b{
    color: #004696;
}
.counter-block-container h3{
    color: #004696;
}
.counter-block-container .item{
    color: #004696;
    text-align: center;
    padding: 20px;
}
.counter-block-container .item h3{
    color: #ef31a6;
    font-size: 81px;
}
.counter-block-container .item img {
    max-width: 150px;
    width: auto;
    height: auto;
    margin: auto;
}
.text-images-quotes{
    font-size: 24px;
    color:white;
}
.quotes-block-container{
    padding: 50px 0;
}
.text-images-quotes .face{
    float:left;
    margin-right: 15px;
}
.text-images-quotes .author-quote p{
    margin-right: 15px;
    font-size: 14px;  
    font-weight: 600;
    line-height: 18px;
}
.text-images-quotes .author-quote p small{
    font-weight: 400;
}
.text-images-quotes .col-md-6{
       background-color: #ef31a6;
       display: flex;
       align-items: center;
}
.text-images-quotes .col-md-6.text-block{
    background-color: #ef31a6;
    padding: 30px 50px;
    display: block;
}
.text-images-quotes.text-images-quotes-right .col-md-6.text-block{
    background-color: #004696;
    display: block;
}
.author-quote{
    margin-top: 30px;
    margin-bottom: 15px;
}
.quote-image-block{
    background-size: cover;
    background-position: center center;
}
.quote-image-block img{
    visibility: hidden;
    width:100%;
    height: auto;
}
.counter-block-container .owl-carousel-new.owl-drag .owl-item {
    max-width: 100%;
}
.banner-contact{
    padding: 100px 15px;
    background-size: cover;
    background-position: center;
    color: #004696;
}
.banner-contact h1{
    font-size: 81px;
    text-shadow:none;
    font-weight: 500;
}
.banner-contact h1 span{
    font-weight: 100;
}
.banner-contact p{
    font-size: 18px;
}
.banner-contact img{
    width:auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.banner-contact .banner-contact-content{
    display: flex;
    align-self: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}
.big-module .right-content-middle h2 {
    word-break: normal;
}
@media all and (max-width:1200px) {
.big-module .right-content-middle h2 {
    font-size: 2rem;
    line-height: 2.3rem;
}
}
@media all and (max-width:1111px) {
    .big-module h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
@media all and (max-width:767px) {
    .banner-contact .col-md-6{
        order: 1;
    }
    .banner-contact .col-md-6.banner-contact-content{
        order: 2;
        padding: 50px 0 0 0;
    }
    .banner-contact h1{
        font-size: 2.8rem;
    }
    .text-images-quotes.text-images-quotes-right .quote-image-block{
        order:2;
    }
    .logoitem{
        padding: 25px 20px;
        flex-basis: 25%;
        text-align: center;
    }
    .quote-image-block img{
    visibility: visible;
    }
    .quote-image-block{
        padding: 0px;
    }

}
@media all and (max-width:480px) {
    .logoitem{
        padding: 25px 20px;
        flex-basis: 50%;
        text-align: center;
    }	
}