/* 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::before, #home::after {
    height: 0;
    content: "";
    display:block;
}
#home {
    background: transparent url("../images/bg-header2.jpg") no-repeat center;
    background-size: cover;
    border-top: 3px solid #fff;
}
.text-block {
    padding: 2.5em 0 0 2.75em;
    width: 75%;
}
.text-block h1 {
    display: block;
    margin: 0;
    font-size: 2rem;
    color:#fff;
}
.text-block .sub-head {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #0c77e3;
}
.info-tel {
    display: block;
    width: 45%;
    background: transparent;
    border: 1px solid rgba(255,255,255,.43);
    padding: 0.85rem 0.85rem 0.85rem 0;
    margin: 1rem 1rem 2.35rem 1rem;
    color: #fff;
}
.tel-list {
    vertical-align:middle;
    list-style: none;
    padding-left: 0.5rem;
    margin-bottom: 0;
}
.tel-list li .icons{
    display: inline-block;
    vertical-align:middle;
    position: relative;
    left: -8%;
    font-size: 1.6em;
    text-shadow: 1px 1px 0 #fff;
    color:#e4292c;
}
.fas.fa-phone-square{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bigg {
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0 0 0 0.35em;
}
.small2 {
    font-size: 90%;
}
@media (max-width: 991px) and (min-width: 768px) {
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 34%;
        background-size: cover;
    }
    .navbar-brand img {
        width: 95%;
        height: auto;
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        background:transparent url("../images/linne2.png") no-repeat 1rem bottom;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 2.5rem 0 0 1rem;
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.95rem;
        margin: 0 0 .15rem 0;
    }
    .info-tel {
        width: 65%;
    }
    .tel-list li .icons {
        left: -7%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 24%;
        background-size: cover;
    }
    .navbar-brand img {
        width: 75%;
        height: auto;
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        background:transparent url("../images/linne2.png") no-repeat 1rem bottom;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 2.5rem 0 0 1rem;
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.95rem;
        margin: 0 0 .15rem 0;
    }
    .info-tel {
        width: 65%;
    }
    .tel-list li .icons {
        left: -7%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 24%;
        background-size: cover;
    }
    .navbar-brand img {
        width: 72%;
        height: auto;
        margin: 0 0 0 1.5rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        background:transparent url("../images/linne2.png") no-repeat 1rem bottom;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 1.5rem 0 0 1rem;
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.85rem;
        margin: 0 0 .15rem 0;
    }
    .info-tel {
        width: 63%;
    }
    .tel-list li .icons {
        left: -6%;
    }
}
@media (max-width: 348px){
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .navbar-brand img {
        width: 72%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 70%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        background:transparent url("../images/linne2.png") no-repeat 1rem bottom;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 1.5rem 0 0 0;
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.6rem;
        margin: 0 0 .15rem 0;
    }
    .text-block .sub-head {
        font-size: 1.45rem;
    }
    .info-tel {
        width: 90%;
        padding: 1rem;
    }
    .tel-list {
        padding-left: 0;
    }
    .tel-list li .icons {
        left: -10%;
    }
}
/*About Block styles*/
#about::before{
    height: 2rem;
    content: "";
    display: block;
}
#about::after{
    height: 2.5rem;
    content: "";
    display: block;
}
#about h2 {
    margin: 0 0 3rem 0;
}
#about .mar1 {
    margin-top: 2rem;
}
.line{
    display:block;
    margin: .25em auto 0 auto;
    width: 152px;
    height: 1px;
    background: #959595;
}
.line::before{
    content:'';
    display: block;
    position:absolute;
    top: 44%;
    left: 47%;
    width: 20px;
    height: 5px;
    border-radius: 25%;
    background:#07396c;
}
.about-img {
    margin: 0 0 1.5rem 1rem;
    width: 67%;
    height: auto;
    border: 1px solid rgba(149,149,149, 1);
}
#about p {
    padding: 0 1rem;
}
#about .h5{
    margin: 1rem 0;
    font-size: 1.15rem;
    line-height: 1.1;
}
.highlight {
    margin: 1.75rem 0 0 0;
    font-size: 1.25rem;
    font-weight: 700;
}


@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 1rem;
        content: "";
        display: block;
    }
    #about .line::before{
        top: 43%;
        left: 41%;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about h2{
        font-size: 1.75rem;
    }
    #about .line::before{
        top: 40%;
        left: 41%;
    }
    #about p {
        padding: 0;
        font-size: 82%;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about .line::before{
        top: 42%;
        left: 38%;
    }
    #about p {
        padding: 0;
        font-size: 88%;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about .line::before{
        top: 43%;
        left: 35%;
    }
    #about p {
        padding: 0;
        font-size: 82%;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
}
/*Awards Block styles*/
#awards .h5{
    margin: 0 0 2rem 1.65rem;
    padding: .15rem 0 0 .8rem;
}

#awards #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;
}
/* The colour of the indicators */
#awards #blogCarousel .carousel-indicators li {
    background: #07396c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#awards #blogCarousel .carousel-indicators .active {
    background: #ab1113;
    border:0;
}
@media (max-width: 767px) and (min-width: 576px) {
    #awards {
        margin-bottom: 2rem;
    }
    #awards #blogCarousel .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #awards {
        margin-bottom: 2rem;
    }
    #awards #blogCarousel .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
}
@media (max-width: 348px){
    #awards {
        margin-bottom: 2rem;
    }
    #awards #blogCarousel .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
}
/*Reasons Block styles*/
#reasons::before {
    height: 3rem;
    content: "";
    display: block;
}
#reasons::after {
    height: 5rem;
    content: "";
    display: block;
}
#reasons h2{
    margin: 0 0 3.5rem 0;
}
#reasons .line::before{
    top: 9.85%;
    left: 44%;
}
.video-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #959595;
}
.reasons-bdr {
    margin: 0 0 0 9rem;
    height: 308px;
    width: 60%;
    border: 1px solid #c4c4c4;
}
#reasons .reasons-list {
    margin-left: 0;
    padding-left: 18px;
    position: absolute;
    top: 26%;
    left: 17%;
    width: 52%;
}
#reasons .reasons-list li {
    position: relative;
    padding-left: 3.5em;
    margin: 1.2em 0;
    font-size: 1.075rem;
    list-style: none;
    line-height: 1.45;
    text-align: justify;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#reasons .reasons-list li:last-child{
    padding-top: .35em;
}
.reason-1, .reason-2, .reason-3,
.reason-4, .reason-5{
    display: inline-block;
    position: absolute;
    left: -1.5rem;
    background-repeat: no-repeat;
    background-size:contain;
    width: 50px;
    height: 50px;
}
.reason-1{
    background-image: url("../images/icon-1.png");
    top: 0.05rem;
}
.reason-2{
    top: 0.05rem;
    background-image: url("../images/icon-2.png");
}
.reason-3{
    background-image: url("../images/icon-3.png");
    top: 0.05rem;
}
.reason-4{
    background-image: url("../images/icon-4.png");
    top: 0.05rem;
}
.reason-1:hover, .reason-2:hover, .reason-3:hover,
.reason-4:hover{
    opacity:.5;
}
#reasons .reasons-list li:hover{
    color: rgba(45,45,45,.75);
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::before {
        height: 1rem;
    }
    #reasons::after {
        height: 2rem;
    }
    #reasons h2{
        font-size: 1.5rem;
        margin: 0 0 1.5rem 0;
    }
    #reasons .line::before{
        top: 9.5%;
        left: 38%;
    }
    .reasons-bdr {
        margin: 0 0 0 6%;
        height: 245px;
        width: 90%;
    }
    #reasons .reasons-list {
        top: 18%;
        left: 9%;
        padding-left: 16px;
        width: 76%;
    }
    #reasons .reasons-list li {
        position: relative;
        padding-left: 2.5em;
        margin: 1.2em 0;
        font-size: 90%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        left: -2rem;
        top: -0.15rem;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons::before {
        height: 1rem;
    }
    #reasons::after {
        height: 2rem;
    }
    #reasons h2{
        font-size: 1.35rem;
        margin: 0 0 1.5rem 0;
    }
    #reasons .line::before{
        top: 8%;
        left: 35%;
    }
    .reasons-bdr {
        margin: 0 0 0 6%;
        height: 255px;
        width: 90%;
    }
    #reasons .reasons-list {
        top: 18%;
        left: 9%;
        padding-left: 16px;
        width: 76%;
    }
    #reasons .reasons-list li {
        position: relative;
        padding-left: 2.5em;
        margin: 1.2em 0;
        font-size: 78%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        left: -1.95rem;
        top: 0.15rem;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons::before {
        height: 0;
    }
    #reasons::after {
        height: 2rem;
    }
    #reasons h2{
        font-size: 1.5rem;
        margin: 0 0 1.5rem 0;
    }
    #reasons .line::before{
        top: 9%;
        left: 40%;
    }
    .reasons-bdr {
        margin: 0 0 7% 10%;
        height: 231px;
        width: 80%;
    }
    #reasons .reasons-list {
        top: 17%;
        left: 9%;
        width: 68%;
    }
    #reasons .reasons-list li {
        position: relative;
        padding-left: 2.5em;
        margin: 1.2em 0;
        font-size: 88%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        left: -1.25rem;
        top: -0.25rem;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 348px){
    #reasons::before {
        height: 0;
    }
    #reasons::after {
        height: 2rem;
    }
    #reasons h2{
        font-size: 1.5rem;
        margin: 0 0 1.5rem 0;
    }
    #reasons .line::before{
        top: 9%;
        left: 34%;
    }
    .reasons-bdr {
        margin: 0 0 7% 5%;
        height: 225px;
        width: 95%;
    }
    #reasons .reasons-list {
        top: 17%;
        left: 4%;
        width: 87%;
    }
    #reasons .reasons-list li {
        position: relative;
        padding-left: 2.5em;
        margin: 1.2em 0;
        font-size: 82%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        left: -1.25rem;
        top: -0.25rem;
        width: 40px;
        height: 40px;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after,
#divider2::before,
#divider2::after{
    height: 0;
    content: "";
    display: block;
}
.divider .line{
    display: block;
    background: #615f60;
    padding: 1px 0 0 0;
    width: 100%;
    margin: 1rem 0;
}
.divider .div-icon{
    background: #fff url("../images/mark.png") no-repeat center;
    display: block;
    position: relative;
    width: 110px;
    height: 49px;
    margin: -2.5rem auto;
    padding: 0 2.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {
}
@media (max-width: 767px) and (min-width: 576px) {
}
@media (max-width: 575px) and (min-width: 349px) {
}
@media (max-width: 348px){
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 3rem;
    content: "";
    display: block;
}
#services h2{
    margin: 0 0 3.5rem 0;
}
#services .line::before {
    top: 40%;
}
#services .sub-heading{
    font-size: 1.45rem;
    padding: 1rem 0;
}
#services .sub-heading .line{
    margin: .5em 0 0 0;
}
#services #nav-blister .sub-heading .line::before{
    top: 22.95%;
    left: 4%;
}
#services #nav-protect .sub-heading .line::before{
    top: 42.85%;
    left: 4%;
}
.uslugi {
    margin-top: 1.5rem;
}
.uslugi .mar1 {
    margin-bottom: .5rem;
}
.uslugi-title {
    text-align: center;
    font-weight: 700;
}
.service-list {
    list-style: none;
    text-align: justify;
    padding-left: 3.5rem;
}
.service-list li{
    padding: 0 0 5px 0;
}
.service-list li::before {
    content: "";
    display: inline-block;
    background: transparent url("../images/marker.png") no-repeat center;
    width: 21px;
    height: 17px;
    margin-left: -0.75em;
    margin-right: -0.062em;
    vertical-align: middle;
    -ms-transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .line::before {
        top: 39%;
        left: 43%;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #07396c;
        background-color: transparent;
    }
    #nav-blister-tab::after {
        left: 47.5%;
    }
    .nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
        top: 10.15%;
        left: 9.5%;
    }
    .nav-tabs #nav-protect-tab.nav-link.active::before, .nav-tabs #nav-protect-tab.nav-item.show .nav-link::before {
        top: 13.75%;
        left: 55%;
    }
    #nav-tabContent {
        font-size: 90%;
    }
    #services #nav-blister .sub-heading .line::before {
        top: 31.75%;
        left: 7%;
    }
    #services #nav-protect .sub-heading .line::before {
        top: 52.25%;
        left: 7%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 0;
    }
    #services h2{
        margin: 0 0 1.5rem 0;
        font-size: 1.75rem;
    }
    #services .line::before {
        top: 56%;
        left: 41%;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #07396c;
        background-color: transparent;
    }
    #nav-blister-tab::after {
        display: none;
    }
    .nav-tabs .nav-link {
        font-size: 1.2rem;
        padding: .75rem 1rem;
        border: 1px solid transparent;
    }
    .nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
        top: 8.5%;
        left: 8.5%;
    }
    .nav-tabs #nav-protect-tab.nav-link.active::before, .nav-tabs #nav-protect-tab.nav-item.show .nav-link::before {
        top: 11.75%;
        left: 50%;
    }
    #nav-tabContent {
        padding: 1.5em 0 1em 0;
        font-size: 82%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
    }
    #services #nav-blister .sub-heading .line::before {
        top: 28.5%;
        left: 7%;
    }
    #services #nav-protect .sub-heading .line::before {
        top: 49.25%;
        left: 7%;
    }
    .uslugi-title {
        width: 100%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 0;
    }
    #services h2{
        margin: 0 0 1.5rem 0;
    }
    #services .line::before {
        top: 58%;
        left: 38%;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #07396c;
        background-color: transparent;
        border-bottom-color: rgba(149,149,149,.54);
    }
    #nav-blister-tab::after {
        display: none;
    }
    .nav-tabs .nav-link {
        font-size: 1.2rem;
        padding: .75rem 1rem;
        border: 1px solid transparent;
    }
    .nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
        top: 4.15%;
        left: 8.5%;
    }
    .nav-tabs #nav-protect-tab.nav-link.active::before, .nav-tabs #nav-protect-tab.nav-item.show .nav-link::before {
        top: 12.75%;
        left: 7%;
    }
    #nav-tabContent {
        padding: 1.5em 0 1em 0;
        font-size: 88%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
    }
    #services #nav-blister .sub-heading .line::before {
        top: 19.85%;
        left: 7%;
    }
    #services #nav-protect .sub-heading .line::before {
        top: 35.85%;
        left: 7%;
    }
    .uslugi-title {
        width: 100%;
    }
    .service-list {
        padding-left: 1.5rem;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 0;
    }
    #services h2{
        margin: 0 0 1.5rem 0;
    }
    #services .line::before {
        top: 58%;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #07396c;
        background-color: transparent;
        border-bottom-color: rgba(149,149,149,.54);
    }
    #nav-blister-tab::after {
        display: none;
    }
    .nav-tabs .nav-link {
        font-size: 1.15rem;
        padding: .75rem 1rem;
        border: 1px solid transparent;
    }
    .nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
        top: 4.95%;
        left: 12.5%;
    }
    .nav-tabs #nav-protect-tab.nav-link.active::before, .nav-tabs #nav-protect-tab.nav-item.show .nav-link::before {
        top: 14.15%;
        left: 12%;
    }
    #nav-tabContent {
        padding: 1.5em 0 1em 0;
        font-size: 82%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
    }
    #services #nav-blister .sub-heading .line::before {
        top: 23.5%;
        left: 10%;
    }
    #services #nav-protect .sub-heading .line::before {
        top: 42%;
        left: 9%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 90%;
    }
    .service-list {
        padding-left: 1.5rem;
    }
}
/*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: 1px solid rgba(149,149,149,1);
    -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: 1px solid rgba(149,149,149,1);
    -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: 31.3% 20px;
    text-align: center;
    background-color: rgba(149,149,149,0.61);
    -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{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 58.5% 20px;
    text-align: center;
    background-color: rgba(149,149,149,0.61);
    -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 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{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    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 {
    -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 (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 27.1% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 58.45% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 29% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 52.5% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 32.2% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 67.5% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 30.12% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 65.2% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #f2f2f2;
}
.modal-header{
    border-bottom: transparent;
}
.modal-title {
    line-height: 1.25;
    font-size: 1.65rem;
}
#reasons #ModalCenter0 .modal-title{
    font-size: 1.15rem;
}
#services #ModalCenterTitle .line,
#reasons #ModalCenter0 #ModalCenterTitle .line{
    margin: .25em 0 0 0;
}
#services #ModalCenterTitle .line::before {
    top: 8.35%;
    left: 6%;
}
#services #ModalCenter3 #ModalCenterTitle .line::before,
#services #ModalCenter4 #ModalCenterTitle .line::before,
#services #ModalCenter9 #ModalCenterTitle .line::before,
#services #ModalCenter10 #ModalCenterTitle .line::before,
#services #ModalCenter11 #ModalCenterTitle .line::before,
#services #ModalCenter12 #ModalCenterTitle .line::before{
    top: 12%;
    left: 6%;
}
#services #ModalCenter7 #ModalCenterTitle .line::before{
    top: 6.45%;
    left: 6%;
}
#reasons #ModalCenter0 #ModalCenterTitle .line::before {
    top: 10.85%;
    left: 10%;
}
.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: 1px solid rgb(149,149,149);
}
.modal-img2 {
    width: 100%;
    height: auto;
}
.gallery-title {
    font-size: 88%;
}
.modal-body .mar1 {
    margin-top: 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    .modal-body {
        padding: 0 .5rem .5rem .5rem;
        font-size: 90%;
    }
    .modal-header, .modal-title {
        font-size: 1.25rem;
        padding: 1rem 0;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    #services #ModalCenterTitle .line::before {
        top: 13.85%;
        left: 6%;
    }
    #ModalCenter0 .modal-header {
        padding: 0;
    }
    #ModalCenter0 .modal-body {
        padding: 1em 0;
    }
    #services #ModalCenter2 #ModalCenterTitle .line::before,
    #services #ModalCenter6 #ModalCenterTitle .line::before,
    #services #ModalCenter8 #ModalCenterTitle .line::before{
        top: 13.75%;
        left: 6%;
    }
    #services #ModalCenter3 #ModalCenterTitle .line::before,
    #services #ModalCenter4 #ModalCenterTitle .line::before,
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter11 #ModalCenterTitle .line::before,
    #services #ModalCenter12 #ModalCenterTitle .line::before{
        top: 17.15%;
        left: 6%;
    }
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter10 #ModalCenterTitle .line::before{
        top: 17%;
        left: 6%;
    }
    #services #ModalCenter7 #ModalCenterTitle .line::before{
        top: 11.5%;
        left: 6%;
    }
    #reasons #ModalCenter0 #ModalCenterTitle .line::before {
        top: 11.75%;
        left: 6%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-body {
        padding: 0 .5rem .5rem .5rem;
        font-size: 82%;
    }
    .modal-header, .modal-title {
        font-size: 1.25rem;
        padding: 1rem 0;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    #services #ModalCenterTitle .line::before {
        top: 13.95%;
        left: 6%;
    }
    #ModalCenter0 .modal-header {
        padding: 0;
    }
    #ModalCenter0 .modal-body {
        padding: 1em 0;
    }
    #services #ModalCenter2 #ModalCenterTitle .line::before,
    #services #ModalCenter6 #ModalCenterTitle .line::before,
    #services #ModalCenter8 #ModalCenterTitle .line::before{
        top: 14%;
        left: 6%;
    }
    #services #ModalCenter3 #ModalCenterTitle .line::before,
    #services #ModalCenter4 #ModalCenterTitle .line::before,
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter11 #ModalCenterTitle .line::before,
    #services #ModalCenter12 #ModalCenterTitle .line::before{
        top: 18.15%;
        left: 6%;
    }
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter10 #ModalCenterTitle .line::before{
        top: 18%;
        left: 6%;
    }
    #services #ModalCenter7 #ModalCenterTitle .line::before{
        top: 11.3%;
        left: 6%;
    }
    #reasons #ModalCenter0 #ModalCenterTitle .line::before {
        top: 12.5%;
        left: 10%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-body {
        padding: 0;
        font-size: 88%;
    }
    .modal-body .mar1 {
        margin-top: .5rem;
    }
    .modal-header, .modal-title {
        font-size: 1.25rem;
        padding: 1rem 0;
    }
    #services #ModalCenterTitle .line::before {
        top: 5.75%;
        left: 6%;
    }
    #ModalCenter0 .modal-header {
        padding: 0;
    }
    #ModalCenter0 .modal-body {
        padding: 1em 0;
    }
    #services #ModalCenter2 #ModalCenterTitle .line::before,
    #services #ModalCenter6 #ModalCenterTitle .line::before,
    #services #ModalCenter8 #ModalCenterTitle .line::before{
        top: 7%;
        left: 6%;
    }
    #services #ModalCenter3 #ModalCenterTitle .line::before,
    #services #ModalCenter4 #ModalCenterTitle .line::before,
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter11 #ModalCenterTitle .line::before,
    #services #ModalCenter12 #ModalCenterTitle .line::before{
        top: 9.25%;
        left: 6%;
    }
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter10 #ModalCenterTitle .line::before{
        top: 13%;
        left: 6%;
    }
    #services #ModalCenter7 #ModalCenterTitle .line::before{
        top: 4.2%;
        left: 6%;
    }
    #reasons #ModalCenter0 #ModalCenterTitle .line::before {
        top: 12.5%;
        left: 10%;
    }
}
@media (max-width: 348px){
    .modal-body {
        padding: 0;
        font-size: 82%;
    }
    .modal-body .mar1 {
        margin-top: .5rem;
    }
    .modal-header, .modal-title {
        font-size: 1.25rem;
        padding: 1rem 0;
    }
    #services #ModalCenterTitle .line::before {
        top: 7%;
        left: 6%;
    }
    #ModalCenter0 .modal-header {
        padding: 0;
    }
    #ModalCenter0 .modal-body {
        padding: 1em 0;
    }
    #services #ModalCenter2 #ModalCenterTitle .line::before,
    #services #ModalCenter6 #ModalCenterTitle .line::before,
    #services #ModalCenter8 #ModalCenterTitle .line::before{
        top: 8.35%;
        left: 6%;
    }
    #services #ModalCenter3 #ModalCenterTitle .line::before,
    #services #ModalCenter4 #ModalCenterTitle .line::before,
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter11 #ModalCenterTitle .line::before,
    #services #ModalCenter12 #ModalCenterTitle .line::before{
        top: 10.5%;
        left: 6%;
    }
    #services #ModalCenter9 #ModalCenterTitle .line::before,
    #services #ModalCenter10 #ModalCenterTitle .line::before{
        top: 13.5%;
        left: 6%;
    }
    #services #ModalCenter7 #ModalCenterTitle .line::before{
        top: 5.25%;
        left: 6%;
    }
    #reasons #ModalCenter0 #ModalCenterTitle .line::before {
        top: 22.85%;
        left: 10%;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before,
#slogan::after{
    height: 2.5rem;
    content: "";
    display: block;
}
#slogan .h1{
    margin: 2% 0 2% 10%;
    font-size: 2.75rem;
    text-transform:none;
    color:#fff;
}
#slogan .line{
    margin: .25em 0 0 0;
    background: #0c77e3;
}
#slogan .line::before{
    top: 80.5%;
    left: 13%;
    background: #ab1113;
}

@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after {
        height: 2rem;
    }
    #slogan .h1{
        font-size: 2rem;
        margin: 0 0 0 2%;
        line-height: 1;
    }
    #slogan .line::before {
        top: 94.5%;
        left: 7%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after {
        height: 2rem;
    }
    #slogan .h1{
        font-size: 1.5rem;
        margin: 0;
        line-height: 1;
    }
    #slogan .line::before {
        top: 94.5%;
        left: 7%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan{
        background-position: 0;
    }
    #slogan::before, #slogan::after {
        height: 1.5rem;
    }
    #slogan .h1{
        font-size: 1.5rem;
        margin: 0;
        line-height: 1;
    }
    #slogan .line::before {
        top: 94.5%;
        left: 7%;
    }
}
@media (max-width: 348px){
    #slogan{
        background-position: 0;
    }
    #slogan::before, #slogan::after {
        height: 1.5rem;
    }
    #slogan .h1{
        font-size: 1.5rem;
        margin: 0;
        line-height: 1;
    }
    #slogan .line::before {
        top: 94.5%;
        left: 10%;
    }
}
/*Partners Block styles*/
#partners::before{
    height: 2rem;
    content: "";
    display: block;
}
#partners::after{
    height: 1rem;
    content: "";
    display: block;
}
#partners{
    padding-bottom: 3rem;
}
#partners h3 {
    margin: 0 0 1.5rem 0;
}
#partners .line::before{
    top: 55%;
    left: 47%;
}
#partners #logoCarousel {
    margin-top: 1.5rem;
}
#partners #logoCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -3rem;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
/* The colour of the indicators */
#partners #logoCarousel .carousel-indicators li {
    background: #07396c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#partners #logoCarousel .carousel-indicators .active {
    background: #ab1113;
}
.logo-img {
    width:100%;
    height:auto;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .68;
}
.logo-img:hover{
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
    #partners .line::before {
        top: 55%;
        left: 44%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #partners h3 {
        margin: 0 0 1.5rem 0;
        font-size: 1.5rem;
    }
    #partners .line::before {
        top: 52%;
        left: 41%;
    }
    #partners #logoCarousel .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #partners h3 {
        margin: 0 0 1.5rem 0;
    }
    #partners .line::before {
        top: 55%;
        left: 36%;
    }
    #partners #logoCarousel .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
}
@media (max-width: 348px){
    #partners h3 {
        margin: 0 0 1.5rem 0;
    }
    #partners .line::before {
        top: 55%;
        left: 36%;
    }
    #partners #logoCarousel .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ab1113;
    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: #07396c;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #07396c;
    color: #ab1113;
}
#scrollToTopBtn:active {
    background-color: #fff;
    border: 2px solid #07396c;
    color: #ab1113;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 2.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 .heading {
    margin: 0 0 1.5rem 1rem;
}
#footer .h2{
    margin: 0 0 2rem 0;
    color: #fff;
}
#footer .line{
    margin: .25em 0 0 0;
    background: #0c77e3;
}
#footer .line::before{
    top: 6.25%;
    left: 14%;
    background: #ab1113;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:14%;
    height: 84%;
    width: 90%;
    position:absolute;
    border: 5px solid #ffffff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 4rem 1rem 4rem;
    width: 75%;
}
.sub-heading3 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(149,149,149,.45);
    margin: .35rem 0 1rem 0;
    color:#fff;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
    color: #fff;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-icons {
    margin-right: .4rem;
    vertical-align:middle;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:75%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat 35%;
        background-size: cover;
    }
    #footer .line::before {
        top: 8.75%;
        left: 8%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 95%;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@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{
        font-size: 1.75rem;
    }
    #footer .line::before {
        top: 9.5%;
        left: 8%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 95%;
    }
    .contacts-list li {
        padding: 5px 0;
        font-size: 90%;
    }
    .sub-heading3 {
        font-size: 1.25rem;
        margin: .35rem 0 .5rem 0;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
    .mail{
        background: transparent url("../images/icons/message.png") no-repeat;
        padding: 0 1rem .25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .57rem 1rem;
    }
}
@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 .line::before {
        top: 8.35%;
        left: 8%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 95%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 100%;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    #footer .line::before {
        top: 8.65%;
        left: 11%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 95%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    /*margin-top: 2rem;*/
    text-align: center;
    font-size: 85%;
    padding: 1rem 0 0 0;
}
@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: 56%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}