/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section:before {
    height: 50px;
    content: "";
    display:block;
}

/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 10rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 30%;
    bottom: 5rem;
    left: 27%;
    z-index: 10;
    width: 45%;
    padding: 2rem 1rem;
    color: #18234b;
    text-align: center;
    background: rgba(255,255,255, .85);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
.carousel-caption .headng{
   padding-bottom: 1rem;
   font-size: 2rem;
   line-height: 2.45rem;
   font-weight: normal;
}
.caption-list {
    list-style: none;
    margin-top: 1rem;
    padding-left: 0;
}
.caption-list li{
    padding: .15rem 0;
}
#carouselIndicators .dashes li{
    position: relative;
    flex: 0 1 auto;
    width: 45px;
    height: 9px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.87);
}
#carouselIndicators .dashes .active{
    background-color: #c99652;
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        bottom: 2rem;
        width: 48%;
        padding: 1rem;
    }
    .carousel-caption .headng{
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .caption-list{
        font-size: .87rem;
    }
}
@media (max-width: 348px){
    .navbar-brand img{
    width: 75%;
    height: auto;
    }
}
/*Reasons Block styles*/
#reasons:before {
    height: 2rem;
    content: "";
    display:block;
}
#reasons{
    background-image: linear-gradient(to bottom, rgba(194,210,230,0.1), rgba(194,210,230,1));
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.35);
}
.reasons-item {
    text-align: center;
}
.reasons-item p {
    margin-top: .5rem;
}
@media (max-width: 767px) and (min-width: 576px) {
    .reasons-item p {
        margin-top: .5rem;
        font-size: .65rem;
    }
    .sm-img {
        width: 59%;
        height: auto;
    }
}
/*Services Block styles*/
.sub-heading {
    font-size: 1.35rem;
    margin: 1rem 0;
}
.colour{
    color: #c99652;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-title {
    font-size: 1.15rem;
    text-align: center;
    position: absolute;
    padding: 1rem 0;
    z-index: 10;
    bottom: 0;
    width: 93.2%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(174,195,222,0.5), rgba(54,105,173,0.65));
    background-size: auto;
    color: #3669ad;
}
@media (max-width: 991px) and (min-width: 768px) {
    .uslugi-title {
        font-size: .78rem;
        width: 88.5%;
        padding: 1rem 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .sub-heading {
        font-size: 1.3rem;
    }
    .uslugi-title {
        font-size: .5rem;
        width: 85%;
        padding: .7rem 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .uslugi .col-md-4 {
        margin-top: 1rem;
    }
}
@media (max-width: 348px){
    .uslugi .col-md-4 {
        margin-top: 1rem;
    }
    .uslugi-title {
        width:91%;
    }
}
/*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 #3669ad;
    box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.35);
    -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: 0;
    -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.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hover-mask a p {
    display: block;
    position: absolute;
    top: -125px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(54,105,173,0.4);
    -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;
	color: #fff;
    font-size: 3rem;
}
.carousel-item .hover-mask a p{
    display: block;
    position: absolute;
    top: -125px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(54,105,173,0.4);
    -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, .carousel-item .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .carousel-item .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, .carousel-item .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;
}

.text-block {
    margin-top: 3.75rem;
    padding-bottom: 2rem;
}
.services-list, .modal .modal-list{
    list-style: none;
    text-align: justify;
}
.services-list li::before, .modal .modal-list li:before{
    content: "\25cf";
    color: #c99652;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: .5rem;
}
/*Modals styles - uslugi*/
.modal-header {
    border-bottom: 1px solid #c99652;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-img{
    width:100%;
    height: auto;
    padding: 3rem 0;
}
.modal .text-justify{
    font-size: 0.87rem;
    line-height: 1.7rem;
}
.modal .modal-list, .modal .modal-list2 {
    padding-left: 1.5rem;
}
.modal .modal-list li, .modal .modal-list2{
    font-size: 0.87rem;
    line-height: 1.45rem;
}
.modal-footer .mbri-file {
    font-size: 2.5rem;
    color: #c99652;
    padding-right: .5rem;
}
.modal-footer a{
    position: absolute;
    bottom: 2.5rem;
}
.modal-body .table{
    margin-top:1rem;
}
.modal-body .table th, .modal-body .table td{
    font-size: 0.85rem;
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-footer a {
        position: absolute;
        bottom: 2.5rem;
    }
}
@media (max-width: 348px){
    .modal-footer a {
        position: absolute;
        bottom: 2rem;
    }
}
/*Spheres Block styles*/
#spheres{
    background: transparent url("../images/bg-spheras.jpg") no-repeat center;
}
#spheres:before{
    height: 2rem;
    content: "";
    display:block;
}
#spheres .h1, #spheres .sub-heading{
    color:#fff;
}
.img-central {
    margin: 0 9rem;
    padding-bottom: 2rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-central {
        margin: 0;
        padding-bottom: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-central {
        margin: 0;
        padding-bottom: 2rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .img-central {
        margin: 0;
        padding-bottom: 2rem;
    }
}
@media (max-width: 348px){
    .img-central {
        margin: 0;
        padding-bottom: 2rem;
    }
}
/*About Block styles*/
#about{
    padding-bottom: 5rem;
}
#about .sub-heading {
    font-size: 1rem;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0 2rem;
}
/* Cards & Flip cards*/

/* entire container, keeps perspective */
#about .card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}
/* flip the pane when hovered */
#about .card-container:not(.manual-flip):hover .card,
#about .card-container.hover.manual-flip .card{
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
#about .card-container.static:hover .card,
#about .card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
/* flip speed goes here */
#about .card {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    border:0;
}
/* hide back of pane during swap */
#about .front, #about .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
/* front pane, placed above back */
#about .front {
    z-index: 2;
    background: #b4bdc8;
}
#about .front .btn-simple{
    color: #3669ad;
}
#about .front .btn-simple:hover{
    color: #c99652;
}
/* back, initially hidden pane */
#about .back {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    z-index: 3;
    border: 1px solid #88afdd;
}
#about .front .btn-simple, #about .back .btn-simple{
    position: absolute;
    right: 1rem;
    bottom: 11rem;
    font-size: 1.5rem;
    color: #3669ad;
}
#about .back .btn-simple{
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    border: 1px dashed #88afdd;
    background: transparent;
}
#about .front .btn-simple:hover, #about .back .btn-simple:hover{
    color: #c99652;
    background: rgba(54,105,173, .5);
}
/* Style Cards*/
#about .card{
    background: #b4bdc8;
    color: #18234b;
}
#about .card-container, #about .front, #about .back {
    width: 100%;
    height: 32rem;
    border-radius: 0.5rem;
}
#about .card-img-top{
    padding: .8rem;
}
#about .card-title{
    text-align: center;
    margin-bottom: 0.5rem;
}
#about .card .content{
    padding: 10px 20px 20px;
}
#about .front .sub-head {
    display: block;
    text-align: center;
    font-size: .9rem;
}
#about .back .h4 {
    margin-bottom: 0.1rem;
    margin-top: .15rem;
}
#about .back .img-card {
    width: 55%;
    margin: 1rem 3.5rem .3rem 3.5rem;
}
#about .back p {
    font-size: 0.87rem;
}
/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }
    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
.about-list{
    margin-top: 1rem;
}
.about-list li {
    padding: .15rem 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about .card-container, #about .front, #about .back {
        height: 25.5rem;
    }
    #about .front .btn-simple {
        bottom: 13.5rem;
    }
    #about .front .card-title{
        font-size: .9rem;
    }
    #about .front .sub-head{
        font-size: .78rem;
    }
    #about .card .back .content {
        padding: 10px;
    }
    #about .back .h4{
        font-size: smaller;
    }
    #about .back .sub-head{
        font-size: smaller;
    }
    #about .back .img-card {
        width: 65%;
        margin: 1rem 1rem .3rem 1rem;
    }
    #about .back p {
        font-size: 0.67rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about .sub-heading {
        margin: 1.5rem 0 2rem 0;
        padding: 0;
    }
    #about .card {
        margin-top: 1rem;
    }
    #about .front .btn-simple {
        bottom: 11rem;
    }
    #about .back .img-card {
        width: 65%;
    }
    #about .back p {
        font-size: 0.78rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about .sub-heading {
        margin: 1.5rem 0 2rem 0;
        padding: 0;
    }
    #about .card {
        margin-top: 1rem;
    }
    #about .card-container, #about .front, #about .back {
        height: 37rem;
    }
    #about .back .img-card {
        width: 65%;
    }
}
@media (max-width: 348px){
    #about .sub-heading {
        margin: 1.5rem 0 2rem 0;
        padding: 0;
    }
    #about .card {
        margin-top: 1rem;
    }
}
/*About Block Certificate carousel styles*/
#about #blogCarousel {
    margin-top: 0px;
}
#about #blogCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -4rem;
    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 */
#about #blogCarousel .carousel-indicators li {
    background: #007abb;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
#about #blogCarousel .carousel-indicators .active {
    background: #828282;
    border:0;
}

/*Lightbox gallery styles*/
/* The Modal (background) */
.lightbox-bgr {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(4,92,180,.7);
}
/* Modal Content */
.lightbox-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 540px;
}
.mySlides img {
    width: 100%;
    height: auto;
}
.gallery-img {
    width:100%;
    height:auto;
    cursor: pointer;
}
/* The Close Button */
#myLightbox .close {
    color: #fff;
    position: absolute;
    top: 7rem;
    right: 20rem;
    font-size: 3rem;
    font-weight: 400;
}
#myLightbox .close:hover,
#myLightbox .close:focus {
    color: #c99652;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
    display: none;
}
/* Next & previous buttons */
#myLightbox .prev,
#myLightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    /*color: #fff;
    font-weight: 400;
    font-size: 2rem;*/
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
#myLightbox .prev .mbri-arrow-prev, #myLightbox .next .mbri-arrow-next {
    font-size: 2rem;
    color: #fff;
}
/* Position the "next button" to the right */
#myLightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
#myLightbox .prev:hover,
#myLightbox .next:hover {
    background-color: rgba(136,175,221, 0.8);
}
/* Number text (1/3 etc) */
#myLightbox .numbertext {
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    top: 0;
    background: rgba(136,175,221,.8);
}
/* Caption text */
#myLightbox .caption-container {
    text-align: center;
    background: transparent;
    padding: 2px 16px;
    color: #fff;
}
#myLightbox img.demo {
    opacity: 0.6;
}
#myLightbox .active,
#myLightbox .demo:hover {
    opacity: 1;
}
#myLightbox img.gallery-img {
    transition: 0.3s;
}
#myLightbox .gallery-img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 991px) and (min-width: 768px) {
    #myLightbox .close {
        top: 6rem;
        right: 11rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #myLightbox .close {
        right: 2rem
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #myLightbox .close {
        right: .5rem
    }
}
@media (max-width: 348px){
    #myLightbox .close {
        right: .5rem;
        top: 4rem;
    }
}
/*Working Block styles*/
#working{
    padding-bottom: 3rem;
    background-image: linear-gradient(rgba(4,116,196,0.85), rgba(4,92,180,1));
}
#working .h1, #working .sub-heading{
    color:#fff;
}
#working .schema{
    margin-top:3rem;
}
#working .strelka{
    width: 79%;
    height: auto;
    padding: 2rem 0;
}
#working .schema p{
    margin-top: 1rem;
    text-align: center;
    color: #fff;
}
/*#working .schema .img-last {
    padding: 0 3.5rem;
}*/
#working .col-md-2 {
    -ms-flex: 0 0 17.666667%;
    flex: 0 0 17.666667%;
    max-width: 17.666667%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-schema {
        padding: 0;
        width: 100%;
        height: auto;
    }
    #working .schema p{
        font-size: .78rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-schema {
        padding: 0;
        width: 100%;
        height: auto;
    }
    #working .schema p{
        font-size: .785rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #working .strelka{
        width: 17%;
        height: auto;
        margin: 0 11rem;
    }
    #working .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .img-schema {
        padding: 0 7.5rem;
    }
}
@media (max-width: 348px){
    #working .strelka{
        width: 17%;
        height: auto;
        margin: 0 8rem;
    }
    #working .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .img-schema {
        padding: 0 4rem;
    }
}
/*Partners Block styles*/
#partners #logoCarousel {
    margin-top: 1.5rem;
}
#partners #logoCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -4rem;
    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{
    padding-bottom: 5rem;
}
#partners #logoCarousel .carousel-indicators li {
    background: #88afdd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#partners #logoCarousel .carousel-indicators .active {
    background: #c99652;
    border:0;
}
.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: 348px){
    .item-logo {
        margin-top: 1rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #88afdd;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    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: #c99652;
}
#scrollToTopBtn:active {
    background-color: #c99652;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer{
    background:#374559;
    color:#fff;
}
#footer:before{
    content: "";
    display:block;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    padding: 0 1.2rem;
}
.contact-info{
    padding: 0 18rem 0 0;
}
.contact-info .h1 {
    text-align: left;
    color: #fff;
}
.contact-info .subheading2 {
    margin-top: 1rem;
    text-align: left;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
}
.contacts-list li {
    padding: 7px 0;
}
.contact-info a{
    color: #88afdd;
}
.contact-info a:hover{
    color: #c99652;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sml{
    font-size:smaller;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.webb {
    margin-top: .9rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .38rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../../../assets/images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.copyright {
    margin-top: 1.5rem;
    text-align: center;
    font-size: smaller;
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    .contact-info {
        padding: .7rem 1rem 0 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .contact-info {
        padding: .7rem 1rem 0 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .contact-info {
        padding: .7rem 1rem 0 1rem;
    }
}
@media (max-width: 348px){
    .contact-info {
        padding: 0 1rem;
    }
}
#navbar1 { background: #fff url("../images/border1.jpg") left bottom repeat-x; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }
.navbar-brand { padding-top: 0px; padding-bottom: 8px;}
#reasons {background: #003a89 url("../images/bgz1.jpg") left top repeat-x;}
#reasons.container-fluid  .row {background: url("../images/bgz2.jpg") center top no-repeat !important;}
#services {background: url("../images/bgz3.jpg"); border-top: 1px solid #fff; padding-bottom: 140px;}
.uslugi {background: url("../images/bgz4.jpg") right center no-repeat;}
#about { background: url("../images/bgz5.jpg") center top no-repeat;}
.carousel-item  .col-sm-4 a { display: block; background: #fff; padding: 5px; box-shadow: 0 15px 20px rgba(0, 0, 0, 0.85);}
.carousel-item  .col-sm-4 { padding-left: 20px; padding-right: 20px;}
#working { background: url("../images/bgz6.jpg") center top no-repeat;}
.footbg { background: url("../images/bgz7.jpg") center top no-repeat;}
.borderfot {background: url("../images/bgz8.jpg") left bottom repeat-x;}
.uslugi-card a p {
	display: block;
    position: absolute;
    top: -4px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 108%;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(54,105,173,0.4);
    -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;
	color: #fff;
    font-size: 3rem;
}
.sertif { background: none;}





















