/* 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.65rem;
    font-weight: 600;
    line-height: 1;
    color: #81c4e6;
    text-shadow: 2px 2px #3b3b3b;
}
.navbar-caption .colour{
    font-size: 1rem;
    font-weight: 300;
    color: #3b3b3b;
    text-shadow: none;
}
#home {
    background: transparent url("../images/bg-block1.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 4rem;
    content: "";
    display: block;
}
#home::after {
    height: 2rem;
    content: "";
    display: block;
}
#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) {
    #home::before, #home::after {
        height: 3rem;
        content: "";
        display:block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        left: -15rem;
    }
    .text-block{
        margin-top: 2rem;
        padding: 2rem 1rem 3.5rem 1rem;
    }
    .text-block h1 {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        left: -6rem;
    }
    #home .img-fluid{
        padding: 0;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 1rem 0 0;
    }
    .text-block .sm {
        font-size: 45%;
        font-weight: 400;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    .text-block p{
        font-size: 77%;
    }
}
@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.5rem;
        display: block;
        position: relative;
        left: -4rem;
    }
    .navbar-caption .colour{
        font-size: .9rem;
    }
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0;
    }
}
@media (max-width: 348px){
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0;
    }
    .text-block .sm {
        font-size: 45%;
        font-weight: 400;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    .text-block p{
        font-size: 82%;
    }
    #home .img-fluid {
        padding: 0 2rem;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/twill2.png") repeat;
}
.img-circle {
    width: 100%;
    height: auto;
    padding: 0 5rem;
}
.txt {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #81c4e6;
    text-shadow: 2px 2px #3b3b3b;
}
#reasons h4 {
    margin-bottom: 1.25rem;
}
.reasons-list {
    padding-left: 1rem;
    list-style: none;
    font-size: 89%;
}
.reasons-list li {
    padding: .15rem 0;
}
.reasons-list li::before{
    content: "\25cf";
    color: #81c4e6;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: .5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons .line2{
        margin: 0 1rem;
        padding: 2rem;
        background-size: 100%;
    }
    #reasons .mar1 {
        margin-top: 1rem;
    }
    .img-circle {
        width: 100%;
        height: auto;
        padding: 0;
    }
    #reasons .text-justify{
        font-size: 80%;
    }
    #reasons .mar2 {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-circle {
        width: 100%;
        height: auto;
        padding: 1rem 10rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons p, .reasons-list{
        font-size: smaller;
    }
    #reasons .txt{
        font-size: 1.5rem;
    }
}
}
@media (max-width: 348px){
    #reasons .mar1 {
        margin-top: 1.5rem;
    }
    #reasons p, .reasons-list{
        font-size: smaller;
    }
    #reasons .txt{
        font-size: 1.5rem;
    }
}
/*Reasons2 Block styles*/
#reasons2:before, #reasons2:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons2{
    background: transparent url("../images/bg-block2b.jpg") no-repeat;
    background-size: cover;
    border-bottom: 5px solid #fff;
}
#reasons2 h2{
    margin-bottom: 2.5rem;
    color: #4197c6;
}
.bgr {
    background: #fff;
    margin-top: 4.5rem;
    padding-top: .02rem;
    padding-bottom: 1.5rem;
}
.bgr:hover {
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.3);
}
.img-reason {
    width: 100%;
    height: auto;
    padding: 0 3.5rem;
    display: block;
    position: relative;
    bottom: 4rem;
}
.reason-title {
    display: block;
    position: relative;
    bottom: 4.5rem;
    font-size: 1.112rem;
    font-weight: 500;
    color: #4197c6;
}
@media (max-width: 991px) and (min-width: 768px) {
    .reason-title {
        font-size: 0.9rem;
        padding: 0 .2rem .5rem .2rem;
    }
    .bgr {
        padding-bottom: 3rem;
    }
    .img-reason {
        padding: 0 2.2rem;
        bottom: 2rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .reason-title {
        font-size: 1.5rem;
        bottom: 5rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services{
    background: rgba(129,196,230,.26);
}
.sub-heading {
    font-size: 95%;
    margin: 2rem 0;
}
#services strong {
    font-size: 1.155rem;
    font-weight: 500;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-card {
    background: #c8e1ee url("../images/bg-cards.png") no-repeat;
    background-size: cover;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    padding: 1rem;
    /*border: 1px solid #4d80a4;*/
}
.uslugi-title {
    font-size: 1.15rem;
    text-align: center;
    margin-top: 1.2rem;
    font-weight: 500;
    color: #40789c;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: .85rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2.25rem;
    }
    .uslugi-title {
        width:91%;
    }
    .sub-heading {
        font-size: 75%;
    }
}
@media (max-width: 348px){
    #services h1{
        font-size: 2.25rem;
    }
    .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 .uslugi-card{
    width: 100%;
    height: 410px;
    border: 2px solid #4197c6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
   -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.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hover-mask a .mbri-file {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 45% 20px;
    text-align: center;
    background-color: rgba(59,59,59,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(59,59,59,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, .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;
}
.services-list, .modal .modal-list{
    list-style: none;
    text-align: justify;
}
.services-list li::before, .modal .modal-list li::before{
    content: "\25cf";
    color: #81c4e6;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: .5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask .uslugi-card{
        width: 100%;
        height: 300px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask .uslugi-card{
        width: 100%;
        height: auto;
    }
}
/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-img{
    width:100%;
    height: auto;
    border: 3px solid #4d80a4;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.modal .text-justify{
    font-size: 90%;
    line-height: 1.5rem;
}
.modal .modal-list {
    padding-left: .9rem;
}

.mb {
    display: block;
    padding-left: 3rem;
    padding-top: .25rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-header .line {
        margin: 0 7rem;
        background-size: 100%;
        /*padding: 1.7rem 7rem;*/
    }
    .modal-body .text-justify{
        font-size: 80%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-footer a {
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-footer a {
        position: absolute;
        bottom: 2.35rem;
    }
}
@media (max-width: 348px){
    .modal .text-justify {
        font-size: 76%;
        line-height: 1.5rem;
    }
}

/*About Block styles*/
#about::before, #about::after{
    height: 4rem;
    content: "";
    display: block;
}
#about{
    background: transparent url("../images/diamond.png") repeat;
}
#about .mar1 {
    margin-top: 2.1rem;
}
.about-img {
    margin: 0 5rem;
    border: 3px solid #4d80a4;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
#about .about-list {
    list-style: none;
    padding: 0 0 0 1rem;
    text-align: left;
    margin-top: 1rem;
}
#about .about-list li{
    padding: 0.25rem;
}
#about .about-list li::before {
    content: "\25cf";
    color: #fff001;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}
.about-2{
    margin-top: 1.2rem;
}
.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;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about p, .about-list {
        font-size: smaller;
    }
    .about-img {
        margin: 0 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about p, .about-list {
        font-size: smaller;
    }
    .about-img {
        margin: 0;
    }
}
@media (max-width: 348px){
    #about p, .about-list {
        font-size: 78%;
    }
    .about-img {
        margin: 0;
    }

}
/*Awards Block styles*/
#awards::before{
    height: 3rem;
    content: "";
    display: block;
}
#awards::after {
    height: 4rem;
    content: "";
    display: block;
}
#awards #blogCarousel {
    margin-top: 1.5rem;
}
#awards #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 */
#awards #blogCarousel .carousel-indicators li {
    background: #4197c6;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#awards #blogCarousel .carousel-indicators .active {
    background: #9b9b9b;
    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(59,59,59,0.7);
}
/* Modal Content */
.lightbox-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 400px;
}
.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: #81c4e6;
    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(59,59,59,0.7);
}
/* Number text (1/3 etc) */
#myLightbox .numbertext {
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    top: 0;
    background: rgba(59,59,59,0.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;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before, #slogan::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#slogan h1{
    font-size: 3.5rem;
    color: #81c4e6;
    text-shadow: 3px 4px #3b3b3b;
}
#slogan .sub-heading{
    font-size: 2rem;
    margin: 1.5rem 0;
    color: #fff;
    text-shadow: 2px 2px #3b3b3b;
}
@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.55rem;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #4197c6;
    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: #4197c6;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #4d80a4;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #4197c6;
    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 300px 290px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    color: #2b2b2b;
}
.contact-info .h1 {
    text-align: left;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #4d80a4;
    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 .42rem 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(160,160,160, .63);
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 180px 300px;
        background-size: 45% 25%;
        padding: .7rem 1rem .5rem 1rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 200px 300px;
        background-size: 30% 16%;
        padding: .7rem 1rem .25rem 1rem;
    }
    .contacts-list li {
        font-size: 69%;
    }
    .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 235px 265px;
        padding: 1rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}
@media (max-width: 348px){
    .contact-info {
        background: #fff url("../images/bg-contacts.jpg") no-repeat 190px 325px;
        background-size: 40% 20%;
        padding: 1rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}