/* 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-brand img {
    margin-bottom: -0.5rem;
    width: 75%;
}
#home {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 10.5rem;
    content: "";
    display: block;
}
#home::after{
    height: 5.5rem;
    content: "";
    display: block;
}
#home .img-fluid{
    padding: 0 6rem;
}
.text-block {
    margin-top: 2rem;
    padding: 0 0 0 10rem;
    width: 73%;
    position: relative;
    z-index: 1;
    color: #27252e;
}
.text-block::before {
    content:'';
    display: block;
    position: absolute;
    top: -1.5rem;
    left: 8.5rem;
    background: rgba(255, 255, 255, .75);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, .0));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, .0));
    background: linear-gradient(to right, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, .0));
    border-left: 1px solid #75747f;
    width: 92%;
    height: 270px;
    z-index: -1;
}
.lg-img{
    display: block;
    background: transparent url("../images/logo-text.png") no-repeat center;
    background-size: contain;
    width: 69px;
    height: 270px;
    position: absolute;
    top: -1.5rem;
    left: 3.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #home::before, #home::after {
        height: 3rem;
        content: "";
        display:block;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 0 0 4.75rem;
        width: 100%;
    }
    .text-block::before {
        top: -0.5rem;
        left: 3.5rem;
        height: 200px;
    }
    .text-block p{
        font-size: 90%;
    }
    .lg-img {
        width: 64px;
        height: 223px;
        top: 0.5rem;
        left: -0.75rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 35%;
        background-size: cover;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 0 0 4.75rem;
        width: 100%;
    }
    .text-block::before {
        top: -0.5rem;
        left: 3.5rem;
        height: 264px;
    }
    .text-block p{
        font-size: 85%;
    }
    .lg-img {
        width: 64px;
        height: 223px;
        top: 0.5rem;
        left: -0.75rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 35%;
        background-size: cover;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 0 0 3.75rem;
        width: 95%;
    }
    .text-block::before {
        top: -0.5rem;
        left: 3.5rem;
        height: 224px;
        background: rgba(255, 255, 255, .75);
        background: -webkit-linear-gradient(to right, rgba(255, 255, 255, .75) 65%, rgba(255, 255, 255, .0));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, .75) 65%, rgba(255, 255, 255, .0));
        background: linear-gradient(to right, rgba(255, 255, 255, .75) 65%, rgba(255, 255, 255, .0));
    }
    .text-block p{
        font-size: 83%;
    }
    .lg-img {
        width: 64px;
        height: 197px;
        top: 0.5rem;
        left: -0.75rem;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 85%;
        height: auto;
        margin-bottom: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat 35%;
        background-size: cover;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 0 0 3.75rem;
        width: 95%;
    }
    .text-block::before {
        top: -0.5rem;
        left: 3.5rem;
        height: 295px;
        background: rgba(255, 255, 255, .75);
        background: -webkit-linear-gradient(to right, rgba(255, 255, 255, .75) 65%, rgba(255, 255, 255, .0));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, .75) 65%, rgba(255, 255, 255, .0));
        background: linear-gradient(to right, rgba(255, 255, 255, .75) 65%, rgba(255, 255, 255, .0));
    }
    .text-block p{
        font-size: 83%;
    }
    .lg-img {
        width: 64px;
        height: 233px;
        top: 1.5rem;
        left: -0.75rem;
    }
}
/*Reasons Block styles*/
#reasons:before{
    height: 2rem;
    content: "";
    display:block;
}
#reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons h2{
    margin-bottom: 4rem;
}
.img-reason {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.reason-title {
    display: block;
    position: relative;
    bottom: 9rem;
    left: 10rem;
    width: 51%;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 700;
    color: #004466;
}
.line {
    display: block;
    margin: 1rem auto 0 auto;
    width: 30%;
    height: 1px;
    background: #d4d7e3;
}
.rect{
    display:block;
    background: transparent url("../images/marker.png") no-repeat center;
    background-size: contain;
    width: 27px;
    height: 18px;
    position: relative;
    bottom: .45rem;
    left: 8rem;
}
.reason-title .line {
    margin: 1rem auto 0 auto;
    width: 100%;
    height: 1px;
}
.reason-title .rect{
    width: 19px;
    height: 16px;
    bottom: .45rem;
    left: 2rem;
}
.hgt{
    height: 260px;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::before, #reasons::after {
        height: 1rem;
        content: "";
        display: block;
    }
    .line {
        width: 65%;
    }
    .rect {
        left: 10rem;
    }
    .hgt {
        height: 135px;
    }
    .reason-title {
        bottom: 7rem;
        left: 6rem;
        width: 54%;
        font-size: 75%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .line {
        width: 65%;
    }
    .rect {
        left: 6rem;
    }
    .hgt {
        height: 163px;
    }
    .reason-title {
        bottom: 6.2rem;
        left: 5rem;
        width: 54%;
        font-size: 75%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .line {
        width: 97%;
    }
    .rect {
        left: 8rem;
    }
}
@media (max-width: 348px) {
    .line {
        width: 97%;
    }
    .rect {
        left: 5rem;
    }
    .hgt {
        height: 195px;
    }
    .reason-title {
        bottom: 7rem;
        left: 7rem;
        width: 54%;
        font-size: 91%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#services{
    background: transparent url("../images/bg-service.jpg") no-repeat center;
    background-size: cover;
}
.uslugi {
    margin-top: 3.5rem;
}
.uslugi .mar1 {
    margin-top: 1rem;
}
.uslugi-card .thumb-modal{
    width: 98%;
    height: auto;
    border: 7px solid #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
.uslugi-title {
    font-size: 1.15rem;
    text-align: center;
    width: 80%;
    margin: 1.1rem auto 2rem auto;
    line-height: 1.35;
    font-weight: 700;
    color: #004466;
}
.colour {
    font-size: 80%;
    color: #75747f;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 79%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 1.15rem;
    }
    .uslugi .mar1 {
        margin-top: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2.25rem;
    }
    .uslugi-title {
        width: 100%;
    }
    .sub-heading {
        font-size: 75%;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.25rem;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.15rem;
    }
    .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: 98%;
    padding: 32.1% 20px;
    text-align: center;
    background-color: rgba(39,37,46,.60);
    -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(63,61,85,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: 26% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 30.35% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 33.65% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 31.55% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content {
    padding: 0 0.5rem;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-img{
    width: 100%;
    height: auto;
    border: 7px solid #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
#services .modal .modal-title .colour {
    font-size: 65%;
}
.modal-list{
    list-style: none;
    position: relative;
    padding: 0 1rem 0 4rem;
}
.modal-list li{
    padding: 1rem 0 0 0;
    text-align: justify;
}
.modal .modal-list li::before{
    content: '';
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    width: 23px;
    height: 27px;
    left: 6%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-title {
        line-height: 1.25;
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-title {
        line-height: 1.25;
        font-size: 1.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-title {
        line-height: 1.25;
        font-size: 1.5rem;
    }
    #services .modal .modal-title .colour {
        font-size: 49%;
    }
    .modal-body {
        padding: 1rem 0;
    }
    .modal-list {
        padding: 0 0 0 4rem;
    }
}
@media (max-width: 348px){
    .modal-title {
        line-height: 1.25;
        font-size: 1.5rem;
    }
    #services .modal .modal-title .colour {
        font-size: 43%;
    }
    .modal-body {
        padding: 1rem 0;
    }
    .modal-list {
         padding: 0 0 0 3rem;
     }
}
/*About Block styles*/
#about::before{
     height: 2rem;
     content: "";
     display: block;
 }
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about h2 {
    margin-bottom: 3.5rem;
}
#about .rect {
    width: 6rem;
}
.about-img {
    margin: 0 5rem;
}
.about-img2 {
    margin: -3.5rem 2rem 0 2rem;
}
#about p {
    padding: 0 1rem;
}
.about-list{
    list-style: none;
    position: relative;
    padding: 0 1rem 0 4rem;
}
.about-list li{
    padding: 1rem 0 0 0;
    text-align: justify;
}
.about-list li::before{
    content: '';
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    width: 23px;
    height: 27px;
    left: 2%;
    transform: translateY(-15%);
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before,
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p, .about-list {
        font-size: 95%;
    }
    .about-img {
        margin: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p, .about-list {
        font-size: 90%;
    }
    .about-img {
        margin: 0 1rem;
    }
    .about-list {
        padding: 0 2rem 0 3rem;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p, .about-list {
        font-size: 90%;
    }
    .about-img {
        margin: 0;
    }
    .about-list {
        padding: 0 1rem 0 3.5rem;
    }
    .about-list li::before {
        transform: translateY(5%);
    }
    .about-img {
        margin: 0;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p, .about-list {
        font-size: 90%;
    }
    .about-list {
        padding: 0 1rem 0 2.5rem;
    }
    .about-list li::before {
        transform: translateY(5%);
    }
    .about-img {
        margin: 0;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgba(42,31,82,.89);
    background: linear-gradient(-45deg, rgba(42,31,82,.89) 7%, rgba(35,16,105,.89) 45%, rgba(74,227,224,.89) 100%);
    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: rgba(42,31,82,.49);
    background: linear-gradient(-45deg, rgba(42,31,82,.49) 7%, rgba(35,16,105,.49) 45%, rgba(74,227,224,.49) 100%);
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background: rgba(42,31,82,.49);
    background: linear-gradient(-45deg, rgba(42,31,82,.49) 7%, rgba(35,16,105,.49) 45%, rgba(74,227,224,.49) 100%);
    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.colour {
    font-size: 90%;
}
#footer h3 {
    margin-bottom: 0;
}
.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{
    background: transparent url("../images/contacts-bg.png") no-repeat center;
    background-size: cover;
    padding: 2rem 2rem 1rem 7.5rem;
    margin: 0 0 0 3rem;
    width: 83%;
    height: 400px;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    margin-top: .5rem;
}
.contacts-list {
    list-style: none;
    margin: 1.5rem 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;
}
.sm3{
    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 .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(74,227,224,1);
    padding: 1rem 0 0 0;
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    .contact-info {
        background: transparent url("../images/contacts-bg.png") no-repeat left;
        background-size: cover;
        margin: 0;
        padding: 2rem 0 1rem 5.35rem;
        width: 100%;
        height: 350px;
    }
    #footer .sub-heading {
        font-size: 86%;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 85%;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    .contact-info {
        background: transparent url("../images/contacts-bg.png") no-repeat left;
        background-size: cover;
        margin: 0;
        padding: 2rem 0 1rem 5.35rem;
        width: 100%;
        height: 350px;
    }
    #footer .sub-heading {
        font-size: 86%;
    }
    .contacts-list li {
        padding: 3px 0;
        font-size: 85%;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    .contact-info {
        background: transparent url("../images/contacts-bg.png") no-repeat left;
        background-size: cover;
        margin: 0;
        width: 100%;
    }
    #footer .sub-heading {
        font-size: 86%;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    .contact-info {
        background: transparent url("../images/contacts-bg.png") no-repeat left;
        background-size: cover;
        padding: 2rem 0 1rem 5.25rem;
        margin: 0;
        width: 100%;
        height: 355px;
    }
    #footer .sub-heading {
        font-size: 86%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .sub-heading3 {
        margin-top: 0;
        padding: 5px 0;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}