/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
#home {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 4rem;
    content: "";
    display:block;
}
#home::after {
    height: 4rem;
    content: "";
    display:block;
}
.navbar-caption.line1{
    padding: 0 0 0.25rem 0;
    border-bottom: 1px solid #d03021;
    font-family: 'Adver Gothic', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color:#e31212;
}
.navbar-caption .sml{
    font-size: 20px;
}
.navbar-caption .lgt{
    display:block;
    margin: 0.35rem 0 0 0;
    font-family: 'Istok Web', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color:#7e0b00;
}
.text-block {
    padding: 20% 5% 0 5%;
    width: 100%;
}
.text-block h1 {
    display: block;
    margin: 0 0 1.75rem 0;
    position:relative;
    font-size: 2.65rem;
    line-height: 1.15;
    text-shadow: -2px 2px 0 rgba(33,33,33,.63), 1px 1px 16px rgba(0,255,251,.95);
    color:#fff;
}
.text-block h1 .sml{
    display:block;
    margin: .35rem 0 0 0;
    font-size: 1.45rem;
}
.text-block h1::after{
    content:'';
    display: block;
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 10%;
    height: 5px;
    background: #e31212;
}
.text-block .subheading {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: -2px 2px 0 rgba(33,33,33,.63);
    margin: 0;
    color:#fff;
}
@media only screen and (max-width: 1024px) {
    .navbar-brand img {
        width: 70%;
        height: auto;
        margin: 0 0 0 .5rem;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-caption.line1 {
        margin: 0 0 0 .5rem;
        font-size: 20px;
    }
    .navbar-caption .sml {
        font-size: 16px;
    }
    .navbar-caption .lgt {
        margin: 0.35rem 0 0.35rem .5rem;
        font-size: 16px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
    }
    #home::before{
        height: 4rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 4rem;
        content: "";
        display:block;
    }
    .text-block {
        padding: 23% 0 0 2%;
    }
    .text-block h1{
        font-size: 2rem;
        margin: 0 0 1.5rem 0;
    }
    .text-block h1 .sml {
        font-size: 1.25rem;
    }
    .text-block h1::after {
        bottom: -29%;
        width: 16%;
    }
    .text-block .subheading {
        margin: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand img {
        width: 95%;
        height: auto;
        margin: 0;
    }
    .navbar-caption {
        margin-right: 20.75%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-caption.line1 {
        margin: 0;
        font-size: 24px;
    }
    .navbar-caption .sml {
        font-size: 20px;
    }
    .navbar-caption .lgt {
        margin: 0.35rem 0 0 0;
        font-size: 18px;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.25rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 3.25rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 20% 0 0 2%;
    }
    .text-block h1{
        font-size: 2rem;
        margin: 0 0 1.5rem 0;
    }
    .text-block h1 .sml {
        font-size: 1.25rem;
    }
    .text-block h1::after {
        bottom: -29%;
        width: 16%;
    }
    .text-block .subheading {
        margin: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-brand img {
        width: 70%;
        height: auto;
        margin: 0 0 0 .5rem;
    }
    .navbar-caption {
        margin-right: 13.75%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-caption.line1 {
        margin: 0;
        font-size: 20px;
    }
    .navbar-caption .sml {
        font-size: 16px;
    }
    .navbar-caption .lgt {
        margin: 0.35rem 0;
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 35% 0 0 0;
    }
    .text-block h1{
        margin: 0 0 .85rem 0;
    }
    .text-block h1 .sml {
        display: block;
        margin: .35rem 0 0 0;
        font-size: 1.05rem;
    }
    .text-block h1::after {
        bottom: -18%;
        width: 16%;
        height: 3px;
    }
    .text-block .subheading {
        font-size: 1rem;
        line-height: 1;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-brand img {
        width: 65%;
        height: auto;
        margin: 0 0 0 .5rem;
    }
    .navbar-caption {
        margin-right: 12.75%;
    }
    .navbar-toggler {
        right: 1rem;
        top: .5rem;
    }
    .navbar-caption.line1 {
        margin: 0;
        font-size: 18px;
    }
    .navbar-caption .sml {
        font-size: 14px;
    }
    .navbar-caption .lgt {
        margin: 0.35rem 0;
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 35% 0 0 0;
    }
    .text-block h1{
        font-size: 1.35rem;
        margin: 0 0 .85rem 0;
    }
    .text-block h1 .sml {
        display: block;
        margin: .35rem 0 0 0;
        font-size: .85rem;
    }
    .text-block h1::after {
        bottom: -18%;
        width: 16%;
        height: 3px;
    }
    .text-block .subheading {
        font-size: 1rem;
        line-height: 1;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 60%;
        height: auto;
        margin: 0 0 0 .5rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-caption.line1 {
        margin: 0 0 0 .5rem;
        font-size: 18px;
    }
    .navbar-caption .sml {
        font-size: 14px;
    }
    .navbar-caption .lgt {
        margin: 0.35rem 0 0.35rem .5rem;
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 35% 0 0 0;
    }
    .text-block h1{
        font-size: 1.5rem;
        margin: 0 0 .85rem 0;
    }
    .text-block h1 .sml {
        display: block;
        margin: .35rem 0 0 0;
        font-size: 1.05rem;
    }
    .text-block h1::after {
        bottom: -9%;
        width: 16%;
        height: 3px;
    }
    .text-block .subheading {
        font-size: .95rem;
        line-height: 1;
    }

}
/*Reasons Block styles*/
#reasons::before{
    height: 1rem;
    content: "";
    display: block;
}
#reasons::after{
    height: 1rem;
    content: "";
    display: block;
}
#reasons{
    background: rgba(210,219,242,.21);
}
.img-reason, .reason-title {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.img-reason {
    margin: 0 1rem;
    width: 75px;
    height: 75px;
}
.reason-title {
    margin: 5% 0 0 0;
    font-weight: 600;
    font-size: 1.15rem;
    color:#093869;
}
#reasons .bdr {
    border-right: 1px solid rgba(140,149,171,.26);
}
@media only screen and (max-width: 1024px) {
    .img-reason {
        margin: 0 .75rem 0 0;
        width: 70px;
        height: 70px;
    }
    .reason-title {
        font-size: 87%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-reason {
        margin: 0 3px 0 0;
        width: 45px;
        height: 45px;
    }
    .reason-title {
        margin: 5% 0 0 1%;
        font-weight: 500;
        font-size: 68%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 75%;
        line-height: 1.25;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 87%;
        line-height: 1.25;
    }
}
@media (max-width: 348px){
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 87%;
        line-height: 1.25;
    }
}
/*About Block styles*/
#about::before{
    height: 3rem;
    content: "";
    display: block;
}
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about {
    background: transparent url(../images/bg-about.jpg) no-repeat 123% -2%;
    background-size: 65% auto;
}
#about h2, #services h2, #footer h2{
    margin: 0 0 3.5rem 0;
}
#about h2::after, #services h2::after, #footer h2::after, #about h3.heading::after{
    content:'';
    display: block;
    margin: .35rem auto 0 auto;
    width:22%;
    height: 1px;
    background: #e31212;
}
.img-about {
    margin: 0 1rem;
    width: 80%;
    height: auto;
    border: 4px solid #fff;
    box-shadow: 0 0 16px rgba(33,33,33,.5);
}
#about p {
    padding: 0 2.5rem;
}
#about p:first-child {
    padding-top: 1.5rem;
}
.highlight {
    font-style: italic;
    font-weight: 600;
    color: #093869;
}
#about h3.heading{
    margin: 1.5rem 0 1.75rem 1.75rem;
}
#about h3.heading::after{
    margin: .35rem auto 0 0;
}
.img-logos {
    width: 100%;
    height: auto;
}
#gallery #blogCarousel {
    margin-top: 1.5rem;
}
#gallery #blogCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -2rem;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
#gallery #blogCarousel .carousel-indicators li {
    background: #093869;
    border-radius: 50%;
}
#gallery #blogCarousel .carousel-indicators .active {
    background: #e31212;
}
@media only screen and (max-width: 1024px) {
    #about {
        background: transparent url(../images/bg-about.jpg) no-repeat 139% -41%;
        background-size: 80% auto;
    }
    #about h2::after, #about h3.heading::after {
        width: 29%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3.5rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-about.jpg) no-repeat 151% 14%;
        background-size: 80% auto;
    }
    #about h2, #services h2, #footer h2 {
        margin: 0 0 3.5rem 0;
        font-size: 1.65rem;
    }
    #about h2::after, #about h3.heading::after {
        width: 32%;
    }
    #about p {
        padding: 0 .5rem;
    }
    #about p:first-child {
        padding-top: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 4rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-about.jpg) no-repeat 166% 49%;
        background-size: 100% auto;
    }
    #about h2, #services h2, #footer h2 {
        margin: 0 0 2rem 0;
        font-size: 1.5rem;
    }
    #about h2::after, #about h3.heading::after {
        width: 38%;
    }
    #about p:first-child {
        padding-top: 0;
    }
    #about p {
        padding: 0;
    }
    .img-about {
        display: block;
        margin: 4% auto 0 auto;
        width: 80%;
    }
    #about h3.heading {
        margin: 1.75rem 0;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-about.jpg) no-repeat 49% 69%;
        background-size: 141% auto;
    }
    #about h2, #services h2, #footer h2 {
        margin: 0 0 2rem 0;
        font-size: 1.5rem;
    }
    #about h2::after, #about h3.heading::after {
        width: 50%;
    }
    #about p:first-child {
        padding-top: 0;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .img-about {
        display: block;
        margin: 12% auto 0 auto;
        width: 100%;
    }
    #about h3.heading {
        margin: 1.75rem 0;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-about.jpg) no-repeat 49% 69%;
        background-size: 141% auto;
    }
    #about h2, #services h2, #footer h2 {
        margin: 0 0 2rem 0;
        font-size: 1.5rem;
    }
    #about h2::after, #about h3.heading::after {
        width: 65%;
    }
    #about p:first-child {
        padding-top: 0;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .img-about {
        display: block;
        margin: 12% auto 0 auto;
        width: 100%;
    }
    #about h3.heading {
        margin: 1.75rem 0;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 1rem;
    content: "";
    display: block;
}
.divider .line3{
    display: block;
    background: #8c95ab;
    width: 100%;
    height: 1px;
    margin: 1rem 0;
}
.divider .div-icon{
    background: #fff url("../images/mark.png") no-repeat center;
    background-size: contain;
    display: block;
    position: relative;
    width: 84px;
    height: 86px;
    margin: -3.95rem auto 0 auto;
    padding: 0 2.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {

}
@media (max-width: 767px) and (min-width: 576px) {
    .divider .div-icon {
        width: 37px;
        height: 55px;
        margin: -2.95rem auto 0 auto;
        padding: 0 1.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .divider .div-icon {
        width: 37px;
        height: 55px;
        margin: -2.95rem auto 0 auto;
        padding: 0 1.5rem;
    }
}
@media (max-width: 348px){
    .divider .div-icon {
        width: 37px;
        height: 55px;
        margin: -2.95rem auto 0 auto;
        padding: 0 1.35rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 4.5rem;
    content: "";
    display: block;
}
#services h2::after{
    width: 16%;
}
.uslugi-title {
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.2;
    color: #093869;
}
.service-list{
    list-style:none;
}
.service-list li{
    padding: 0 0 10px 0;
}
.service-list li::before {
    content: "";
    display: inline-block;
    background: transparent url("../images/marker.png") no-repeat center;
    width: 19px;
    height: 15px;
    margin-left: .5em;
    margin-right: -2rem;
    transform: translate(-43px, 5px);
}
.service-list li .colour {
    font-size: 93%;
    font-style: italic;
    color: #464a54;
}
@media only screen and (max-width: 1024px) {
    .service-list {
        width: 98%;
        padding-left: 6.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services::before {
        height: 1.5rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h2::after {
        width: 23%;
    }
    .uslugi-title {
        font-size: 1rem;
    }
    .service-list {
        padding-left: 3.5rem;
        width: 95%;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 1rem;
    }
    #services h2::after {
        width: 27%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
        margin: 1.5rem 0;
    }
    .service-list {
        padding-left: 3rem;
        width: 95%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 2rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h2::after {
        width: 35%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
        margin: 1.5rem 0;
    }
    .service-list {
        padding-left: 2rem;
        width: 100%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .service-list li::before {
        margin-right: -1.75rem;
        transform: translate(-37px, 8px);
    }
}
@media (max-width: 348px){
    #services::before {
        height: 1rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h2::after {
        width: 47%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
        margin: 1.5rem 0;
    }
    .service-list {
        padding-left: 1.5rem;
        text-align: left;
        width: 100%;
        font-size: 90%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .service-list li::before {
        margin-right: -1.5rem;
        transform: translate(-37px, 8px);
    }


}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    border: 2px solid #d2dbf2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    border: 4px solid #d2dbf2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .thumb-modal{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 36.5% 20px;
    text-align: center;
    background-color: rgba(9,56,105,.59);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.gallery .hover-mask a .mbri-search, #blogCarousel .hover-mask a .mbri-search, #blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search, #certificatesCarousel.hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 29.5% 20px;
    text-align: center;
    background-color: rgba(9,56,105,.59);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
    padding: 29.85% 20px;
}
#certificatesCarousel .hover-mask a .mbri-search{
    padding: 20% 20px;
}
.hover-mask:hover a p, .gallery .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search,
#blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search,
#certificatesCarousel .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #00fffb;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .hover-mask:hover .mbri-search, .gallery .hover-mask:hover .mbri-search, #blogCarousel .hover-mask:hover .mbri-search,
#blogCarousel1 .hover-mask:hover .mbri-search, #blogCarousel2 .hover-mask:hover .mbri-search, #blogCarousel3 .hover-mask:hover .mbri-search,
#certificatesCarousel .hover-mask:hover .mbri-search{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
@media only screen and (max-width: 1024px){
    .hover-mask a .mbri-search{
        padding: 26.35% 20px;
    }
    .hover-mask a .mbri-file{
        padding: 33.25% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 16.85% 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #blogCarousel .hover-mask a .mbri-search{
        padding: 18.5% 20px;
    }
    .hover-mask a .mbri-file{
        padding: 29.25% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 25.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 12.5% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
   #blogCarousel .hover-mask a .mbri-search{
        font-size:2rem;
        padding: 25% 20px;
   }
    .hover-mask a .mbri-file{
        padding: 35% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 10.85% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 38.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 6.85% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 26.2% 20px;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    .hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search, #blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search, #certificatesCarousel .hover-mask .mbri-search{
        font-size: 2rem;
    }
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 39.12% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 22.2% 20px;
        font-size: 1.5rem;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 7.85% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #f2f2f2;
}
.modal-header{
    border-bottom: 1px solid rgba(227,18,18,1);
}
.modal-title {
    line-height: 1.25;
    font-size: 1.65rem;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body {
    padding: 2rem 1rem;
}
.modal-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-body .heading {
    font-size: 1.25rem;
    font-weight: 700;
}
.modal-img{
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
    border: 2px solid #d2dbf2;
}
.modal-img2 {
    width: 100%;
    height: auto;
}
.gallery-title {
    font-size: 88%;
}
.heading-modal {
    background: #d2dbf2;
    padding: .25rem 1rem;
    margin: 1rem 0 2rem 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #093869;
}
.caption {
    margin: 0 0 1.15rem 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    color: #093869;
}
.caption .cap1, .caption .cap2{
    display: block;
}
.caption .cap1{
    font-size: 1.05rem;
    font-weight: 600;
}
.caption .cap2{
    font-size: .95rem;
    font-weight: 400;
    font-style: italic;
    color: #5b6274;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.65rem;
}
.modal .modal-list li::before {
    content: "\2022";
    color: #3face4;
    display: inline-block;
    width: .75em;
    margin-left: -0.75em;
    margin-right: -0.062em;
    font-size: 1.65em;
    line-height: .5;
    -ms-transform: translate(-6px, 2px);
    -webkit-transform: translate(-6px, 2px);
    transform: translate(-6px, 2px);
}
#ModalCenter3 .modal-body .modal-list {
    padding-left: 2.3rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
}
#ModalCenter3 .modal-body .tov-card {
    max-width: 65.3%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-title {
        font-size: 1.35rem;
    }
    .modal-body p{
        padding-left: 0;
    }
    .modal-body .heading {
        font-size: 90%;
        padding-left: 0;
    }
    .modal-body p.heading-modal {
        padding: .25rem 1rem;
        font-size: 1rem;
    }
    .modal-body .gallery-title{
        font-size: 50%;
        padding-left: 0;
    }
    #ModalCenter3 .modal-body .modal-list {
        font-size: 95%;
        padding-left: 2.85rem;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #ModalCenter3 .modal-body .tov-card {
        max-width: 75.3%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.25rem;
    }
    .modal-body p{
        padding-left: 0;
    }
    .modal-body p.heading-modal {
        padding: .25rem 1rem;
        font-size: 1rem;
    }

    #ModalCenter3 .modal-body .tov-card {
        max-width: 99.3%;
    }
    #ModalCenter3 .modal-body .modal-list {
        padding-left: 2.85rem;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.25rem;
    }
    .modal-body p{
        font-size: 95%;
    }
    .modal-body p.caption {
        font-size: 1.25rem;
    }
    .modal-body .heading {
        font-size: 1.05rem;
    }
    #ModalCenter3 .modal-body .modal-list {
        font-size: 95%;
        padding-left: 1.75rem;
        text-align: left;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #ModalCenter3 .modal-body .tov-card {
        max-width: 100%;
    }
}
@media (max-width: 348px){
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.25rem;
    }
    .modal-body p{
        font-size: 95%;
    }
    .modal-body .heading {
        font-size: 1.05rem;
    }
    #ModalCenter3 .modal-body .modal-list {
        font-size: 95%;
        padding-left: 1.75rem;
        text-align: left;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #ModalCenter3 .modal-body .tov-card {
        max-width: 100%;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #e31212;
    border: 2px solid #e31212;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #093869;
    border: 2px solid #093869;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #093869;
    border: 2px solid #093869;
    color: #fff;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4.5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer h2{
    margin: 0 0 4.5rem 6.75rem;
    color:#fff;
}
#footer h2::after {
    width: 15%;
}
#footer a{
     text-decoration:none;
     color:#00fffb;
 }
#footer a:hover{
    text-decoration:underline;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:34%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:0;
    height: 85%;
    width: 90%;
    position:absolute;
    border: 6px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.5);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 4rem;
    width: 90%;
}
.sub-heading3 {
    margin: .5rem 0 1rem 0;
    border-bottom: 1px solid rgba(205,194,211,.49);
}
.contacts-list {
    list-style: none;
    margin: 3rem 0 0 0;
    padding-left:.4rem;
    font-size: 1.1rem;
    color: #fff;
}
.contacts-list li {
    padding: 0 0 5px 15px;
}
.contacts-icons {
    display: inline-block;
    margin-right: .75rem;
    vertical-align:middle;
}
.pdng {
    display: block;
    margin: 0 0 0 37px;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
.sm3{
    font-size:75%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem 2rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 1024px){
    #footer h2 {
        margin: 0 0 2.5rem 0;
    }
    #footer h2::after {
        width: 19%;
    }
    .contact-info{
        padding: 0;
        width: 86%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer h2 {
        margin: 0 0 2.5rem 0;
    }
    #footer h2::after {
        width: 22%;
    }
    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat 35%;
        background-size: cover;
    }
    #footer h2 {
        margin: 0 0 2.5rem 0;
    }
    #footer h2::after {
        width: 24%;
    }
    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 3px 0;
        font-size: 79%;
    }
    .contacts-list li.sub-heading3 {
        font-size: 20px;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 75%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    #footer h2 {
        margin: 0 0 1.35rem 0;
    }
    #footer h2::after {
        width: 30%;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 2rem 0 1rem 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
    }
    .sub-heading3 {
        font-size: 22px;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }

}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    #footer h2 {
        margin: 0 0 2.5rem 0;
    }
    #footer h2::after {
        width: 46%;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 2rem 0 0 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
        font-size: 90%;
    }
    .sub-heading3 {
        font-size: 18px;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }

}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    margin: 0;
    text-align: center;
    font-size: 80%;
    padding: .75rem 1.5rem;
    border-top: 1px solid rgb(0,255,251);
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .copyright {
        font-size: 70%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .copyright {
        font-size: 64%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .copyright {
        font-size: 70%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 348px){
    .copyright {
        font-size: 63%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}