/* 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*/
.navbar-caption {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.25;
    color: #7a7a7a;
}
.navbar-caption .sm{
    font-size: 1.15rem;
    font-weight: 300;
    color: #7a7a7a;
}
#home .img-fluid{
    padding: 0 6rem;
}
.text-block {
    margin-top: 9rem;
    padding: 0 5rem 0 3rem;
}
.text-block .sm {
    font-size: 1.25rem;
    font-weight: 500;
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        right: 21rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        right: 10rem;
    }
    #home .img-fluid{
        padding: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    .navbar-caption {
        font-size: 1.35rem;
        display: block;
        position: relative;
        right: 7rem;
    }
}
@media (max-width: 348px){
    .navbar-caption {
        font-size: 1rem;
        position: relative;
        right: 3rem;
        bottom: 0;
    }
    .navbar-brand .img-fluid {
        max-width: 80%;
        height: auto;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 4rem;
    left: 15%;
    z-index: 10;
    width: 45%;
    padding: 2rem 1.5rem 3rem 1.5rem;
    color: #3b3b3b;
    text-align: left;
    background: rgba(255,255,255, .9);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.carousel-caption .headng{
    /*border-bottom: 1px solid #99b067;*/
    padding-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #606060;
}
.lines {
    display: block;
    width: 17%;
    height: 11px;
    border-top: 6px solid #0092d4;
    border-bottom: 1px solid #e6321b;
    margin-top: 1rem;
}
.caption-list {
    margin-top: 1rem;
    text-align: justify;
    font-size: 1rem;
}
.caption-list .sm {
    font-size: 83%;
}
.caption-list .colour {
    font-size: 1.15rem;
    font-weight: 500;
    color: #044f8b;
    padding-left: 5px;
}
.highlight {
    color: #044f8b;
    font-weight: 500;
}
#carouselIndicators .dashes li{
    position: relative;
    flex: 0 1 auto;
    width: 45px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.87);
}
#carouselIndicators .dashes .active{
    background-color: #0092d4;
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        bottom: 1.5rem;
        width: 70%;
        padding: 1rem 1rem 0 1rem;
    }
    .carousel-caption .headng{
        font-size: 1.15rem;
        line-height: 1.7rem;
        padding-bottom: 0;
        margin-bottom: 1rem;
    }
    .caption-list{
        font-size: .85rem;
        margin-top: 0.5rem;
    }
    .carousel-caption .headng .lines{
        margin-top: .5rem;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 2rem;
    content: "";
    display:block;
}
#reasons{
    background-color: rgba(51,178,235,.16);
}
#reasons h2{
    margin-bottom: 2rem;
}
#reasons h2 .lines {
    width: 10%;
    margin: 1rem auto;
}
.bgr {
    background: #fff;
    margin-top: 1.5rem;
    padding: 1.5rem 0 4rem 0;
    border: 1px solid #cacbca;
}
.bgr:hover {
    box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.3);
}
.img-reason {
    width: 100%;
    height: auto;
    padding: 0 6rem;
}
.reason-title {
    display: block;
    position: relative;
    bottom: 3rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: #737373;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::before, #reasons::after {
        height: 1rem;
        content: "";
        display: block;
    }
    .reason-title {
        font-size: 85%;
        padding: 0 .2rem .5rem .2rem;
    }
    .bgr {
        padding-bottom: 3rem;
        margin-top: 1.5rem;
    }
    .img-reason {
        padding: 0 2.5rem;
        bottom: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .bgr {
        margin-top: 0;
        padding: 1.5rem 0 4rem 0;
    }
    #reasons h2 .lines {
        width: 20%;
    }
    .img-reason {
        padding: 0 5.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .bgr {
        margin-top: 0;
        padding: 1.5rem 0 4rem 0;
    }
    .reason-title {
        font-size: 1.5rem;
        bottom: 3.5rem;
    }
    #reasons h2 .lines {
        width: 35%;
    }
    .img-reason {
        padding: 0 9.5rem;
    }
}
@media (max-width: 348px) {
    .bgr {
        margin-top: 0;
    }
    #reasons h2 .lines {
        width: 35%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 6.5rem;
    content: "";
    display: block;
}
.sub-heading {
    font-size: 95%;
    margin: 2rem 0;
}
#services{
    border-bottom: 1px solid #e6321b;
}
#services h1 .lines {
    width: 10%;
    margin: 1rem auto;
}
#services strong {
    font-weight: 500;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    border: 2px solid #33b2eb;
}
.uslugi-title {
    font-size: 1.15rem;
    text-align: center;
    margin-top: 1.2rem;
    font-weight: 500;
    color: #7a7a7a;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services::before {
        height: 2rem;
        content: "";
        display: block;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services h1 .lines {
        width: 20%;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: .95rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2.25rem;
    }
    #services h1 .lines {
        width: 35%;
    }
    .uslugi-title {
        width:91%;
    }
    .sub-heading {
        font-size: 75%;
    }
}
@media (max-width: 348px){
    #services h1{
        font-size: 2.25rem;
    }
    #services h1 .lines {
        width: 35%;
    }
    .uslugi-title {
        width:91%;
    }
    .sub-heading {
        font-size: 75%;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask{
    width: 100%;
    height: auto;
   -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 .uslugi-card{
    -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: 47.5% 20px;
    text-align: center;
    background-color: rgba(4,79,139,0.63);
    -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;
}
.carousel-item .hover-mask a p{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(4,79,139,0.63);
    -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, .hover-mask .mbri-search, .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, .hover-mask:hover .mbri-search, .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;
}

@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 41% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 46.5% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 50.6% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content {
    padding: 0 0.5rem;
}
.modal-header {
    border-bottom: 1px solid #e6321b;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body .mar1{
    margin-top: 2rem;
}
.modal-img{
    width: 100%;
    height: auto;
    border: 1px solid rgba(51,178,235,1);
}
.modal-body .sm {
    font-size: 83%;
}
.modal-body .colour {
    font-size: 1.15rem;
    font-weight: 400;
    color: #044f8b;
    padding-left: 5px;
}
.work-hours, .arenda-tel {
    margin: 1rem 0 0 0;
    border: 1px solid #cacbca;
    padding: 2rem .5rem 0 .5rem;
}
.work-hours .heading, .arenda-tel .heading{
    font-size: 95%;
    text-align: center;
    font-weight: 500;
    color: #044f8b;
}
.work-hours .heading .line, .arenda-tel .heading .line {
    display: block;
    margin: .5rem auto;
    background: #e6321b;
    width: 177px;
    height: 1px;
}
.work-list, .phones-list {
    list-style: none;
    font-size: 90%;
}
.phones-list {
    padding-left: 5rem;
}
.work-list li, .phones-list li{
    padding-bottom: .25rem;
}
.work-list li.mar2 {
    padding-left: 4rem;
}
.phones-list li::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url('../images/ic-tel.png');
    background-size: cover;
    background-position: center;
    left: 21%;
    transform: translateY(50%);
}
.phones-list b{
    font-size: 1.25rem;
}
.modal .btn {
    margin-top: 1.5rem;
    padding: 0.575rem 2.35rem;
    font-size: 1.15rem;
    font-weight: 600;
}
.modal .buttons .btn {
    margin-top: 1.3rem;
    padding: 0.375rem 3.5rem;
    font-size: 1.15rem;
    font-weight: 600;
}
.arrrow{
    background: transparent url("../images/arr.png") no-repeat center;
    background-size: 27px 29px;
    padding: 1rem;
    margin-right: 1rem;
}
.modal .text-justify{
    font-size: 85%;
    line-height: 1.5rem;
}
.modal .modal-list {
    padding-left: 1.65rem;
    list-style: none;
    font-size: 85%;
}
.modal .modal-list li::before{
    content: "\25cf";
    color: #33b2eb;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5rem;
}
.modal-list li {
    padding: 7px 2px 7px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-body .text-justify{
        font-size: 80%;
    }
    .work-hours, .arenda-tel {
        margin: 1rem 0;
    }
    .work-list, .phones-list {
        list-style: none;
        padding-left: 2rem;
        font-size: 80%;
    }
    .phones-list {
        padding-left: 3rem;
    }
    .phones-list li::before {
        left: 15%;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-content {
        padding: 0;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .work-hours, .arenda-tel {
        margin: 1rem 0;
    }
    .work-list, .phones-list {
        list-style: none;
        padding-left: 6rem;
    }
    .phones-list {
        padding-left: 9rem;
    }
    .phones-list li::before {
        left: 29%;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 76%;
        line-height: 1.5rem;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .work-hours, .arenda-tel {
        margin: 1rem 0;
    }
    .work-list, .phones-list {
        list-style: none;
        padding-left: 3rem;
        font-size: 95%;
    }
    .phones-list {
        padding-left: 7rem;
    }
    .phones-list li::before {
        left: 24%;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 348px){
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.5rem;
    }
    .modal-body {
        padding: 2rem 0 3rem 0;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .work-hours, .arenda-tel {
        margin: 1rem 0;
    }
    .work-list, .phones-list {
        list-style: none;
        padding-left: 1rem;
        font-size: 87%;
    }
    .phones-list {
        padding-left: 4rem;
    }
    .phones-list li::before {
        left: 17%;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
/*About Block styles*/
#about::before, #about::after{
    height: 4rem;
    content: "";
    display: block;
}
#about .mar1 {
    margin-top: 2.1rem;
}
#about h2 {
    margin-bottom: 2.5rem;
}
#about h2 .lines {
    width: 10%;
    margin: 1rem auto;
}
#about p {
    padding: 0 .75rem;
    font-size: 93%;
}
.about-img {
    width: 90%;
    margin: 0 1.5rem;
    border: 2px solid #33b2eb;
}
.about-lg-img{
    margin: 0 4.5rem;
}
#about .about-list {
    list-style: none;
    padding: 0 0 0 2rem;
    text-align: left;
    margin-top: 1rem;
    font-size: 93%;
}
#about .about-list li{
    padding: 0.25rem;
}
#about .about-list li::before {
    content: "\25cf";
    color: #33b2eb;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}
.price-btn {
    padding: 1rem 0;
}
.downl-ic {
    background: transparent url("../images/ic-hist.png") no-repeat center;
    padding: 1rem;
    margin-right: 1rem;
}
.about-2{
    margin-top: 2rem;
}
#about .arenda-tel {
    margin: 1rem auto 0 auto;
    padding: 1.5rem .5rem 0 .5rem;
    width: 45%;
}
#about .phones-list {
    padding-left: 3rem;
    font-size: 1.35rem;
}
#about .phones-list li::before {
    width: 30px;
    height: 30px;
    left: 26.5%;
    transform: translateY(12%);
}
.txt-overlay {
    position: relative;
    top: 3rem;
    left: 2.5rem;
    z-index: 9;
    font-size: 97%;
    color: #fff;
}
.sm2 {
    font-weight: 400;
    font-size: 1.15rem;
}
.sm3{
    font-size: smaller;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about p, .about-list {
        font-size: smaller;
    }
    .about-img {
        margin: 0;
		width: 100%;
    }
    .about-lg-img {
        margin: 0;
        padding: 0;
    }
    .about-lg-img {
        margin: 0 0 1rem 0;
        padding: 0 11.5rem;
    }
    #about .btn{
        padding: 1.25rem 1.1rem;
    }
    #about .arenda-tel {
        width: 74%;
    }
    #about .phones-list {
        padding-left: 2rem;
    }
    #about .phones-list li::before {
        left: 12.5%;
    }
    .txt-overlay {
        top: 4rem;
        left: 1rem;
        font-size: 80%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about p, .about-list {
        font-size: smaller;
    }
    .about-img {
        margin: 0 1.5rem 1rem 1.5rem;
        width: 90%;
    }
    .about-lg-img {
        margin: 0 0 1rem 0;
        padding: 0 11.5rem;
    }
    #about .btn{
        padding: 1.5rem 7rem;
    }
    #about .arenda-tel {
        width: 50%;
    }
    #about .phones-list {
        padding-left: 2rem;
    }
    #about .phones-list li::before {
        left: 24%;
    }
    .txt-overlay {
        top: 2rem;
        left: 2.5rem;
        font-size: 85%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about p, .about-list {
        font-size: smaller;
    }
    #about p{
        padding: 0;
    }
    .about-img {
        margin: 0 0 1rem 0;
		width: 100%;
    }
    .about-lg-img {
        margin: 0;
        padding: 0 8rem;
    }
    #about .btn{
        padding: 1.5rem 6rem;
    }
    #about .arenda-tel {
        width: 68%;
    }
    #about .phones-list {
        padding-left: 2rem;
    }
    #about .phones-list li::before {
        left: 15%;
    }
    .txt-overlay {
        top: 2rem;
        left: 0.5rem;
        font-size: 85%;
    }
}
@media (max-width: 348px){
    #about p{
        font-size: 78%;
        padding: 0;
    }
    #about .about-list{
        font-size: 78%;
    }
    .about-img {
        margin: 0 0 1rem 0;
		width: 100%;
    }
    .about-lg-img {
        margin: 0;
        padding: 0 4rem;
    }
    #about h2 .lines {
        width: 25%;
    }
    #about .btn{
        padding: 1.5rem 2rem;
    }
    #about .arenda-tel {
        width: 86%;
    }
    #about .phones-list {
        padding-left: 2rem;
    }
    #about .phones-list li::before {
        left: 6.5%;
    }
    .txt-overlay {
        top: 4rem;
        left: 0.5rem;
        font-size: 85%;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
    border-bottom: 3px solid #fff;
}
#slogan::before, #slogan::after{
    height: 4rem;
    content: "";
    display: block;
}
#slogan h1{
    font-size: 3.5rem;
    text-shadow:2px 2px 0 #3b3b3b;
    color: #fff;
}
#slogan .line{
    display: block;
    margin: .5rem auto;
    background: #e6321b;
    width: 177px;
    height: 1px;
}
#slogan .sub-heading{
    font-size: 1.5rem;
    font-weight: normal;
    text-shadow:1px 1px 0 #3b3b3b;
    margin: 1.5rem 0;
    color: #fff;
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan h1{
        font-size: 2.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan h1{
        font-size: 2.5rem;
    }
}
@media (max-width: 348px){
    #slogan h1{
        font-size: 1.75rem;
    }
    #slogan .sub-heading{
        font-size: 1.25rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #0092d4;
    border: 2px solid #fff;
    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: #e6321b;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #e6321b;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer{
    background: transparent url("../images/bg-footer.jpg") no-repeat center;
    background-size: cover;
}
#footer:before{
    height: 3rem;
    content: "";
    display:block;
}
.footer-slogan {
    margin-bottom: 2rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:97%;
    position:absolute;
    border: 7px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 2rem 2rem 1rem 2rem;
    background: #fff url("../images/bg-contacts.jpg") no-repeat 360px 320px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.info-header {
    border-bottom: 1px solid #e6321b;
    margin-bottom: 4rem;
    padding-bottom: .5rem;
}
.info-header p {
    font-size: 1.75rem;
    font-weight: 500;
    color: #044f8b;
}
.info-header .sub-head {
    font-size: 1.155rem;
    font-weight: 300;
    display: block;
    margin-top: -0.25rem;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #6d5b97;
    border-top: 1px solid rgba(160,160,160,.3);
    margin-top: 1rem;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
}
.contacts-list li {
    padding: 7px 0;
}
.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 .5rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .39rem 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;
}
.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(255,255,255, 1);
    padding: 1rem 0 0 0;
    color: #fff;
}
.copyright a{
    font-weight: 500;
    color: #e6321b;
}
.copyright a:hover{
    text-decoration: underline;
}
@media (max-width: 991px) and (min-width: 768px) {
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 160px 420px;
        background-size: 44% 25%;
        padding: .7rem 1rem .5rem 1rem;
    }
    .info-header p {
        font-size: 1.35rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 83%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 75% auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 150px 410px;
        background-size: 40% 24%;
        padding: .7rem 1rem .25rem 1rem;
    }
    .info-header p {
        font-size: 1.25rem;
    }
    .info-header .sub-head {
        font-size: 78%;
        margin-top: 0.75rem;
    }
    .contact-info .lines{
        width: 25%;
    }
    .contacts-list li {
        font-size: 75%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 63% auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 270px 300px;
        padding: 1rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 97%;
    }
    .info-header p {
        font-size: 1.5rem;
    }
    .info-header .sub-head {
        font-size: 72%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 71% auto;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}
@media (max-width: 348px){
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 200px 380px;
        background-size: 36% 26%;
        padding: 1rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .info-header p {
        font-size: 100%;
    }
    .info-header .sub-head {
        font-size: 77%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 71% auto;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}