/* 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-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 12rem;
    content: "";
    display: block;
}
#home::after {
    height: 7rem;
    content: "";
    display: block;
}
#home .img-fluid{
    padding: 0 6rem;
}
.text-block {
    margin-top: 2rem;
    padding: 0 7rem 0 6rem;
    color: #fff;
}
.text-block h1{
    margin-bottom: 1rem;
    font-size: 2.25rem;
    color: #90dfff;
    text-shadow: 2px 2px 0 #252829;
}
.text-block p {
    font-size: 96%;
    padding: 0 1rem 0 0;
}
.line {
    display: block;
    margin: .35rem 0 0 1%;
    background-color: #00fffb;
    width: 24%;
    height: 1px;
}
.line:before {
    content:'';
    display: block;
    position: absolute;
    top: 40.5%;
    background-color: #00fffb;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.line2 {
    display: block;
    margin: .2rem 0 0 2%;
    background-color: #fff;
    width: 18%;
    height: 1px;
}
@media (max-width: 991px) and (min-width: 768px) {
    #home::before, #home::after {
        height: 1rem;
        content: "";
        display:block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
   #collapsingNavbar .navbar-nav .nav-link{
        padding-left: 1rem;
    }
    .text-block{
        margin-top: 2rem;
        padding: 2rem 0 3.5rem 1rem;
    }
    .text-block h1 {
        font-size: 1.5rem;
    }
    .text-block p {
        font-size: 91%;
    }
    .line:before {
        top: 33.5%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    #collapsingNavbar .navbar-nav .nav-link{
        padding-left: 1rem;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 30%;
        background-size: cover;
    }
    .text-block{
        margin-top: 2.5rem;
        padding: 2rem 0 2.5rem 1rem;
    }
    .text-block h1 {
        font-size: 1.2rem;
    }
    .text-block p {
        font-size: 54%;
    }
    .line:before {
        top: 41.5%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #home::before, #home::after{
        height: 0;
    }
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    #collapsingNavbar .navbar-nav .nav-link{
        padding-left: 1rem;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 30%;
        background-size: cover;
    }
    .text-block{
        margin-top: 2.5rem;
        padding: 2rem 11rem 1.5rem .5rem;
    }
    .text-block h1 {
        font-size: 1.2rem;
    }
    .text-block p {
        font-size: 57%;
    }
    .line:before {
        top: 44.5%;
    }
}
@media (max-width: 348px){
    #home::before, #home::after{
        height: 0;
    }
    .navbar-toggler {
        right: 1rem;
        top: .5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    #collapsingNavbar .navbar-nav .nav-link{
        padding-left: 1rem;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 20%;
        background-size: cover;
    }
    .text-block{
        margin-top: 2.5rem;
        padding: 2rem 4.35rem 1.5rem 0;
    }
    .text-block h1 {
        font-size: 1.1rem;
    }
    .text-block p {
        font-size: 57%;
    }
    .line:before {
        top: 44.5%;
    }
}
/*Reasons Block styles*/
#reasons:before{
    height: 3rem;
    content: "";
    display:block;
}
#reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: transparent url("../images/bg-reasons.jpg") no-repeat;
    background-size: cover;
    border-top: 8px solid #fff;
}
#reasons h2{
    margin-bottom: 2.5rem;
}
.reason-1, .reason-2, .reason-3,
.reason-4{
    height: 206px;
    margin-bottom: 3rem;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(40,168,221,.86) 30%, rgba(0,255,251,.86) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(40,168,221,.86) 30%, rgba(0,255,251,.86) 60%);
    border-image-source: linear-gradient(45deg,rgba(40,168,221,.86) 30%, rgba(0,255,251,.86) 60%);
    border-image-slice: 1;
}
.reason-1 {
    background: #fff url("../images/reason-1.jpg") no-repeat center;
    background-size: cover;
}
.reason-2 {
    background: #fff url("../images/reason-2.jpg") no-repeat center;
    background-size: cover;
}
.reason-3 {
    background: #fff url("../images/reason-3.jpg") no-repeat center;
    background-size: cover;
}
.reason-4 {
    background: #fff url("../images/reason-4.jpg") no-repeat center;
    background-size: cover;
}
.img-reason {
    width: 30%;
    height: auto;
    display: block;
    position: relative;
    top: 12%;
    margin: 0 auto;
}
.reason-title {
    display: block;
    position: relative;
    top: 3%;
    font-size: 1.3rem;
    line-height: 1.25;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #226597;
}
.line3{
    display: block;
    margin: 0.25rem auto 0 auto;
    background: transparent url("../images/divider.png") no-repeat center;
    background-size: contain;
    width: 342px;
    height: 18px;
}
.divider{
    display: block;
    margin: 7% auto 0 auto;
    background: transparent url("../images/divider2.png") no-repeat center;
    background-size: contain;
    width: 342px;
    height: 18px;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::after {
        height: 0;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        height: 120px;
    }
    .divider {
        width: 62%;
    }
    .reason-title {
        font-size: 75%;
        padding: 0 .2rem .5rem .2rem;
    }
    .img-reason {
        bottom: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons:before{
        height: 1rem;
    }
    #reasons:after{
        height: 1rem;
    }
    #reasons h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    .line3{
        width: 50%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        height: 87px;
    }
    .divider {
        width: 62%;
        margin: 1% auto 0 auto;
    }
    .reason-title {
        top: -4%;
        font-size: 57%;
        padding: 0 .2rem .5rem .2rem;
    }
    .img-reason {
        top: 7%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons:before{
        height: 1rem;
    }
    #reasons:after{
        height: 1rem;
    }
    #reasons h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    .line3{
        width: 50%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        height: 115px;
        margin-bottom: 1rem;
    }
    .divider {
        width: 62%;
        margin: 2% auto 0 auto;
    }
    .reason-title {
        top: -2%;
        font-size: 70%;
        padding: 0 .2rem .5rem .2rem;
    }
    .img-reason {
        top: 7%;
        width: 27%;
    }
}
@media (max-width: 348px){
    #reasons:before{
        height: 1rem;
    }
    #reasons:after{
        height: 1rem;
    }
    #reasons h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    .line3{
        width: 50%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4 {
        height: 96px;
        margin-bottom: 1rem;
    }
    .divider {
        width: 62%;
        margin: 2% auto 0 auto;
    }
    .reason-title {
        top: -2%;
        font-size: 70%;
        padding: 0 .2rem .5rem .2rem;
    }
    .img-reason {
        top: 7%;
        width: 27%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 6rem;
    content: "";
    display: block;
}
#services h1 {
    margin-bottom: 2.5rem;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-card {
    background: #c8e1ee url("../images/bg-usluga.jpg") no-repeat;
    background-size: cover;
}
.uslugi-card .thumb-modal{
    width: 92.5%;
    height: auto;
    margin: 1rem;
    border: 1px solid #28a8dd;
}
.uslugi-title {
    font-size: 1.35rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #226597;
}
.smll {
    font-size: 1.15rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .uslugi-card .thumb-modal {
        margin: .35rem;
    }
    .uslugi-title {
        font-size: 1rem;
    }
    .smll {
        font-size: 81%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 2rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h1 {
        margin-bottom: 1.5rem;
    }
    .uslugi-card .thumb-modal {
        margin: .5rem;
    }
    .uslugi-title {
        font-size: .85rem;
    }
    .smll {
        font-size: 73%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 2rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h1{
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }
    .uslugi-card .thumb-modal {
        margin: 1.1rem;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 2rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h1{
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }
    .uslugi-card .thumb-modal {
        margin: .75rem;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .uslugi-card{
    width: 100%;
    height: 420px;
    border: 1px solid #b2c0cb;
   -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(178,192,203,.65);
    -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(178,192,203,.65);
    -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, .about-list{
    list-style: none;
    text-align: justify;
}
.modal-list li, .about-list li {
    padding: 4px 0 0 0;
}
.services-list li::before, .modal .modal-list li::before,
.about-list li::before{
    content: "";
    background: transparent url("../images/marker.png") no-repeat center;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 .5rem 0 -1rem;
    transform: translateY(28%);
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask .uslugi-card{
        width: 100%;
        height: 250px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask .uslugi-card{
        width: 100%;
        height: 206px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask .uslugi-card{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 348px){
    .hover-mask .uslugi-card{
        height: 336px;
    }
}
/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-img{
    width:100%;
    height: auto;
    border: 2px solid #28a8dd;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.modal .text-justify{
    font-size: 96%;
}
.modal .modal-list {
    font-size: 96%;
    padding-left: 2rem;
}

@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 .modal-list {
        font-size: 80%;
    }
    .modal-body .text-justify{
        font-size: 80%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin-bottom: 1rem;
    }
}
@media (max-width: 348px){
    .modal-title {
        font-size: 1.25rem;
        line-height: 1.25;
    }
    .modal .text-justify {
        font-size: 76%;
        line-height: 1.5rem;
    }
    .modal .modal-list {
        font-size: 76%;
    }
    .modal-img{
        margin-bottom: 1rem;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .div-icon{
    background: transparent url("../images/mark.png") no-repeat center;
    background-size: contain;
    width: 81px;
    height: 47px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    bottom: 1.5rem;
}
#divider .div1{
    display: inline-block;
    background: transparent url("../images/div-1.png") no-repeat center;
    background-size: contain;
    width: 325px;
    height: 20px;
    position: relative;
    bottom: 2.25rem;
    right: .75rem;
}
#divider .div2{
    display: inline-block;
    background: transparent url("../images/div-2.png") no-repeat center;
    background-size: contain;
    width: 325px;
    height: 20px;
    position: relative;
    bottom: 2.25rem;
    left: .75rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #divider .div1 {
        width: 32%;
    }
    #divider .div2 {
        width: 32%;
    }
    #divider .div-icon{
        width: 13%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #divider .div1 {
        width: 29%;
    }
    #divider .div2 {
        width: 29%;
    }
    #divider .div-icon{
        width: 10%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #divider .div1 {
        width: 32%;
    }
    #divider .div2 {
        width: 32%;
    }
    #divider .div-icon{
        width: 13%;
    }
}
@media (max-width: 348px){
    #divider .div1 {
        width: 32%;
    }
    #divider .div2 {
        width: 32%;
    }
    #divider .div-icon{
        width: 13%;
    }
}
/*About Block styles*/
#about::before{
    height: 2rem;
    content: "";
    display: block;
}
#about::after{
    height: 4rem;
    content: "";
    display: block;
}
#about{
    background: transparent url("../images/diamond.png") repeat;
}
#about h2 {
    margin-bottom: 2.5rem;
}
.about-img {
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(40,168,221,.86) 30%, rgba(0,255,251,.86) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(40,168,221,.86) 30%, rgba(0,255,251,.86) 60%);
    border-image-source: linear-gradient(45deg,rgba(40,168,221,.86) 30%, rgba(0,255,251,.86) 60%);
    border-image-slice: 1;
}
#about .about-list {
    text-align: left;
    margin-top: 1rem;
}
#about .highlight {
    font-size: larger;
    font-weight: 700;
    color: #226597;
}
#about p{
    padding: 0 4rem 0 2rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about p, .about-list {
        font-size: smaller;
    }
    #about p {
        padding: 0 1rem;
    }
    .about-img {
        margin: 0;
    }
    #about .highlight {
        font-size: 97%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 0;
    }
    #about p, .about-list {
        font-size: smaller;
        padding: 0 1rem;
    }
    .about-img {
        margin: 0 1rem 1rem 1rem;
        width: 95%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 0;
    }
    #about p, .about-list {
        font-size: smaller;
        padding: 0 .5rem;
    }
    .about-img {
        margin: 0 1rem 1rem 1rem;
        width: 95%;
    }
    #about .highlight {
        font-size: 97%;
    }
}
@media (max-width: 348px){
    #about::before {
        height: 0;
    }
    #about::after {
        height: 1rem;
    }
    #about p, .about-list {
        font-size: 78%;
        padding: 0 .5rem;
    }
    .about-img {
        margin: 0 0 1rem 0;
    }
    #about .highlight {
        font-size: 97%;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
    border-bottom: 7px solid #fff;
}
#slogan::before, #slogan::after{
    height: 4rem;
    content: "";
    display: block;
}
#slogan h1{
    font-size: 3rem;
    text-shadow: 2px 2px #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after {
        height: 2rem;
    }
    #slogan h1 {
        font-size: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan h1 {
        font-size: 2rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before, #slogan::after {
        height: 2rem;
    }
    #slogan h1 {
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    #slogan::before, #slogan::after {
        height: 1.25rem;
    }
    #slogan h1 {
        font-size: 1.1rem;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #81c4e6;
    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: #0071b3;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #0071b3;
    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;
}
#footer h2{
    margin-bottom: 2.5rem;
    color: #fff;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 3%;
    top: 0;
    height: 80%;
    width: 95%;
    position:absolute;
    border: 7px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    margin: 0 0 0 2rem;
    padding: 2rem 2rem 1rem 2rem;
    background: #fff url("../images/logo-cont.png") no-repeat 97% 95%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    width: 76%;
}
.sm3 {
    font-size: 68%;
}
.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: 0 0 1rem 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;
}
.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 #00fffb;
    padding: 1rem 0 0 0;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(37,40,41);
}
@media (max-width: 991px) and (min-width: 768px) {
    .contact-info {
        background-size: 40% 8%;
        padding: .7rem .5rem .5rem 1rem;
        margin: 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .contact-info {
        background-size: 40% 8%;
        padding: .7rem .5rem .5rem 1rem;
        margin: 0;
        width: 100%;
    }
    .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-size: 46% 11%;
        padding: 1rem;
        margin: 0;
        width: 97%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
    }
    #footer h2 {
        margin-bottom: 0.5rem;
    }
    .contact-info {
        background-size: 46% 11%;
        padding: 1rem;
        margin: 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mapa {
        padding: .5rem 1rem;
    }
    .phone {
        padding: 0 1rem .65rem 1rem;
    }
    .web {
        padding: 0 1rem .65rem 1rem;
    }
    .mail {
        padding: 0 1rem .5rem 1rem;
    }
}