/* 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: 2.25rem;
    font-weight: 700;
    line-height: 1.1;
}
.navbar-caption .sm{
    font-size: 1.35rem;
    font-weight: 500;
}
#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: 1024px){
    .navbar-brand img{
        width:90%;
    }
    .navbar-caption {
        font-size: 1.75rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        right: 20rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        font-size: 2.25rem;
        right: 9rem;
    }
    #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: 11rem;
    }
}
@media (max-width: 375px){
    .navbar-caption {
        font-size: 1.45rem;
        position: relative;
        right: 4rem;
        bottom: 0;
    }
    .navbar-brand .img-fluid {
        max-width: 80%;
        height: auto;
    }
}
@media (max-width: 348px){
    .navbar-caption {
        font-size: 1.25rem;
        position: relative;
        right: 4rem;
        bottom: 0;
    }
    .navbar-brand .img-fluid {
        max-width: 80%;
        height: auto;
    }
}
@media (max-width: 348px){
    .navbar-caption {
        font-size: 1rem;
        position: relative;
        right: 4rem;
        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: 1rem;
    left: 15%;
    z-index: 10;
    width: 35%;
    padding: 2rem 1.5rem 3rem 1.5rem;
    color: #272727;
    text-align: left;
}
.carousel-caption.sl-2,
.carousel-caption.sl-2 h3{
    color: #fff;
}
.carousel-caption .headng{
    padding-bottom: .75rem;
    font-size: 2.5rem;
    line-height: .5;
    color: #272727;
}
.lines {
    display: block;
    position: absolute;
    left: 0;
    top: 1.35rem;
    width: 9px;
    height: 120px;
    border-left: 4px solid #fc0000;
}
.carousel-caption.sl-2 .lines{
    border-left: 4px solid #fbe104;
}
.carousel-caption.sl-3 .lines{
    border-left: 4px solid #acb3c1;
}
.caption-list {
    margin-top: 1rem;
    text-align: justify;
    font-size: 1rem;
}
.caption-list .sm {
    font-size: 83%;
}
#carouselIndicators .dashes li{
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
}
#carouselIndicators .dashes .active{
    background-color: #fc0000;
}
@media (max-width: 1200px){
    .carousel-caption .headng {
        padding-bottom: 0;
        margin-bottom: 1rem;
        font-size: 2.25rem;
        line-height: 1;
    }
    .carousel-caption {
        right: 15%;
        bottom: 0;
        left: 8%;
        width: 40%;
    }
    .caption-list {
        margin-top: 0;
    }
}
@media (max-width: 1024px){
.carousel-caption .headng {
    padding-bottom: 0;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 1;
}
    .carousel-caption {
        right: 15%;
        bottom: 0;
        left: 8%;
        width: 46%;
    }
    .caption-list {
        margin-top: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption {
        right: 9%;
        bottom: 1.25rem;
        left: 9%;
        width: 46%;
        padding: 0 1rem;
    }
    .caption-list {
        font-size: 70%;
        margin-top: .25rem;
    }
    .carousel-caption .headng{
        font-size: 1.5rem;
        line-height: 1.2;
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
    .lines {
        top: 0;
        height: 90px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption {
        right: 9%;
        bottom: 1rem;
        left: 9%;
        width: 43%;
        padding: 0 1rem;
    }
    .caption-list {
        font-size: 53%;
        margin-top: .25rem;
    }
    .carousel-caption .headng{
        font-size: 90%;
        line-height: 1rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .lines {
        top: 0;
        height: 55px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption {
        right: 9%;
        bottom: 1rem;
        left: 9%;
        width: 43%;
        padding: 0 1rem;
    }
    .caption-list {
        font-size: 40%;
        margin-top: .25rem;
    }
    .carousel-caption .headng{
        font-size: 85%;
        line-height: 1rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .lines {
        top: 0;
        height: 53px;
    }
}
@media (max-width: 375px){
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption {
        right: 9%;
        bottom: 0;
        left: 9%;
        width: 43%;
        padding: 0 1rem;
    }
    .caption-list {
        font-size: 32%;
        margin-top: .25rem;
    }
    .carousel-caption .headng{
        font-size: 60%;
        line-height: 1rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .lines {
        top: 0.3rem;
        height: 45px;
    }
}
@media (max-width: 348px){
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption {
        right: 9%;
        bottom: 0;
        left: 9%;
        width: 43%;
        padding: 0 1rem;
    }
    .caption-list {
        font-size: 32%;
        margin-top: .25rem;
    }
    .carousel-caption .headng{
        font-size: 60%;
        line-height: 1rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .lines {
        top: 0.3rem;
        height: 45px;
    }
}
@media (max-width: 320px){
    .carousel-caption{
        display: none !important;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: transparent url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
}
#reasons h2{
    margin-bottom: 2rem;
}
.line, .line2 {
    display: block;
    position: relative;
    width: 13.5%;
    height: 1px;
    background: #fc0000;
}
#reasons .line {
    top: 1.25rem;
    left: 11rem;
}
#reasons .line2 {
    bottom: 1.18rem;
    left: 63rem;
}
.sqr, .sqr2 {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fc0000;
}
#reasons .sqr{
    top: .95rem;
    left: 11.5rem;
}
#reasons .sqr2{
    top: .95rem;
    right: 11.5rem;
}
.img-reason {
    width: 100%;
    height: auto;
    padding: 0 2.5rem;
}
.reason-title {
    margin-top: 1.75rem;
    font-size: 94%;
    font-weight: 600;
    line-height: 1.35;
}
@media (max-width: 1280px){
	#reasons .line, #reasons .line2 {
		width: 10%;
	}
	#reasons .line2 {
		bottom: 1.18rem;
		left: 59.5rem;
	}
	#reasons .sqr2 {
        right: 10.5rem;
    }
}
@media (max-width: 1200px){
    #reasons .line, #reasons .line2 {
        width: 13%;
    }
    #reasons .line {
        left: 6.5rem;
    }
    #reasons .sqr {
        left: 7rem;
    }
    #reasons .line2 {
        left: 57rem;
    }
    #reasons .sqr2 {
        right: 7rem;
    }
}
@media (max-width: 1024px){
    #reasons .line, #reasons .line2 {
        width: 8%;
    }
    #reasons .line {
        left: 6rem;
    }
    #reasons .sqr {
        left: 6.5rem;
    }
    #reasons .line2 {
        left: 51rem;
    }
    #reasons .sqr2 {
        right: 6.5rem;
    }
    .reason-title {
        margin-top: 1.25rem;
        font-size: 75%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::before,
    #reasons::after {
        height: 1rem;
    }
    #reasons .line {
        width: 5.5%;
        left: 1rem;
    }
    #reasons .sqr {
        left: 1.5rem;
    }
    #reasons .line2 {
        width: 5.5%;
        bottom: 1.25rem;
        left: 42.5rem;
    }
    #reasons .sqr2 {
        right: 1.5rem;
    }
    .reason-title {
        margin-top: 1rem;
        font-size: 67%;
    }
    .img-reason {
        padding: 0 0.75rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons::before,
    #reasons::after {
        height: 1rem;
    }
    #reasons .line {
        width: 6.5%;
        left: 1rem;
    }
    #reasons .sqr {
        left: 1.5rem;
    }
    #reasons .line2 {
        width: 6.5%;
        bottom: 3.6rem;
        left: 32.5rem;
    }
    #reasons .sqr2 {
        right: 1.5rem;
    }
    .reason-title {
        margin-top: 1rem;
        font-size: 60%;
    }
    .img-reason {
        padding: 0 0.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2{
        font-size: 1.75rem;
    }
    .sqr, .sqr2, #reasons .line2,
    #services h1 .line2, #about h2 .line2{
        display: none;
    }
    #reasons .line {
        top: 5.5rem;
        left: 8rem;
        width: 40.5%;
    }
    .reason-title {
        margin-top: 1rem;
        font-size: 90%;
    }
    .img-reason {
        padding: 0 3.5rem;
    }
}
@media (max-width: 375px) {
    #reasons h2{
        font-size: 1.5rem;
    }
    .sqr, .sqr2, #reasons .line2,
    #services h1 .line2, #about h2 .line2{
        display: none;
    }
    #reasons .line {
        top: 4.5rem;
        left: 6rem;
        width: 40.5%;
    }
    .reason-title {
        margin-top: 1rem;
        font-size: 76%;
    }
}
@media (max-width: 375px) {
    #reasons .line {
        top: 5rem;
    }
}
@media (max-width: 348px) {
    #reasons h2{
        font-size: 1.5rem;
    }
    .sqr, .sqr2, #reasons .line2,
    #services h1 .line2, #about h2 .line2{
        display: none;
    }
    #reasons .line {
        top: 4.5rem;
        left: 6rem;
        width: 40.5%;
    }
    .reason-title {
        margin-top: 1rem;
        font-size: 76%;
    }
}
@media (max-width: 320px) {
    #reasons h2{
        font-size: 1.25rem;
    }
    .sqr, .sqr2, #reasons .line2,
    #services h1 .line2, #about h2 .line2{
        display: none;
    }
    #reasons .line {
        top: 3.75rem;
        left: 6rem;
        width: 37.5%;
    }
    .reason-title {
        margin-top: 1rem;
        font-size: 76%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 6.5rem;
    content: "";
    display: block;
}
#services .line {
    top: 1.5rem;
    left: 22.75rem;
}
#services .line2 {
    bottom: 1.5rem;
    left: 51.25rem;
}
#services .sqr{
    top: 1.25rem;
    left: 23.5rem;
}
#services .sqr2{
    top: 1.25rem;
    right: 23.5rem;
}

#services strong {
    font-weight: 500;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    border: 1px solid #acb3c1;
}
.uslugi-title {
    margin-top: 1.2rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1280px){
	#services .line, #services .line2 {
		width: 10%;
	}
	#services .line2 {
		left: 47.5rem;
	}
	#services .sqr2{
		right: 22.5rem;
	}
}
@media (max-width: 1200px){
	#services .line, #services .line2 {
		width: 13.5%;
	}
    #services .line {
        left: 17.75rem;
    }
    #services .sqr {
        left: 18.5rem;
    }
    #services .line2 {
        left: 45.5rem;
    }
    #services .sqr2 {
        right: 18.5rem;
    }
}
@media (max-width: 1024px){
    #services .line {
        left: 13.75rem;
    }
    #services .sqr {
        left: 14.5rem;
    }
    #services .line2 {
        left: 40rem;
    }
    #services .sqr2 {
        right: 14.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .line {
        left: 8rem;
    }
    #services .sqr {
        left: 8.5rem;
    }
    #services .line2 {
        left: 32rem;
    }
    #services .sqr2 {
        right: 8.5rem;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 1.15rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services .line {
        left: 4.75rem;
    }
    #services .sqr {
        left: 5.5rem;
    }
    #services .line2 {
        left: 26.25rem;
    }
    #services .sqr2 {
        right: 5.5rem;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 1.15rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2rem;
    }
    #services .line {
        top: 3.5rem;
        left: 8.5rem;
        width: 40.5%;
    }
}
@media (max-width: 375px){
    #services h1{
        font-size: 2rem;
    }
    #services .line {
        top: 3.5rem;
        left: 6rem;
        width: 40.5%;
    }
}
@media (max-width: 348px){
    #services h1{
        font-size: 2rem;
    }
    #services .line {
        top: 3.5rem;
        left: 6rem;
        width: 40.5%;
    }
}
/*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: 35% 20px;
    text-align: center;
    background-color: rgba(251,225,4,.27);
    -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(251,225,4,.27);
    -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: 30% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 31.5% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 35% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search {
        padding: 33% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content {
    padding: 0 0.85rem;
}
.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;
    margin-top: 1rem;
    border: 1px solid #acb3c1;
}
.contact-lists::before {
    content:"";
    display: block;
    background: #fff url("../images/frame.png") no-repeat center;
    width: 198px;
    height: 13px;
    position: absolute;
    top: 97.5%;
}
.contact-lists {
    position: relative;
    height: 92%;
    border: 1px solid #acb3c1;
    padding: .5rem .5rem 0 .5rem;
}
#ModalCenter2 .contact-lists {
    height: 100%;
}
#ModalCenter3 .contact-lists,
#ModalCenter4 .contact-lists,
#ModalCenter5 .contact-lists,
#ModalCenter6 .contact-lists{
    height: 38%;
}
#ModalCenter3 .contact-lists::before {
    top: 95.5%;
}
#ModalCenter5 .contact-lists::before {
    top: 95.75%;
}
#ModalCenter3 .modal-img,
#ModalCenter4 .modal-img,
#ModalCenter5 .modal-img{
    margin-top: 2.5rem;
}
.contact-lists .heading{
    margin: 0 auto .5rem auto;
    padding: .15rem;
    background: #fbe104;
    width: 89%;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
}
#services .modal-body .line2 {
    left: 38%;
    top: -0.65rem;
    width: 32%;
}
#ModalCenter2 .modal-body .line2 {
    left: 40%;
    top: -0.65rem;
}
#ModalCenter5 .modal-body .line2 {
    left: 15rem;
    top: -0.75rem;
}
.contact-list, .work-list {
    list-style: none;
    padding-left: 0;
    font-size: 90%;
}
.contact-list .hdng {
    font-size: 89%;
    color: #696767;
}
.contact-list li{
    padding: .15rem 0 0 4rem;
}
#ModalCenter1 .contact-list li:nth-child(1),
#ModalCenter1 .contact-list li:nth-child(3),
#ModalCenter2 .contact-list li:nth-child(1){
    padding-left: 0;
}
.phones-list {
    padding-left: 5rem;
}
.work-list li {
    padding: .15rem 0 0 2.5rem;
}
.work-list li .smm{
    /*display: inline-block;*/
    /*margin-right: 0.5rem;*/
}
.work-list li .bigg{
    font-size: 1.1rem;
    padding-left: 1.5rem;
}
.work-list li:nth-child(1) .bigg{
    padding-left: 4rem;
}
.work-list li:nth-child(2) .bigg{
    padding-left: 1.3rem;
}
.work-list li:nth-child(4) .bigg{
    padding-left: 5.75rem;
}
.work-list li:nth-child(5) .bigg{
    padding-left: 3.15rem;
}
.work-list li.mar2 {
    padding-left: 8rem;
}
.contact-list li::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url('../images/tell.png');
    background-size: cover;
    background-position: center;
    left: 13%;
    transform: translateY(24%);
}
#ModalCenter1 .contact-list li:nth-child(1)::before,
#ModalCenter1 .contact-list li:nth-child(3)::before,
#ModalCenter2 .contact-list li:nth-child(1)::before{
    background-image: none;
}
.bigg {
    font-size: 1.2rem;
    font-weight: 500;
}
.smm {
    font-size: 80%;
}
.modal .modal-body .text-left.h6 {
    margin-bottom: 0.75rem;
}
.checkd{
    display: inline-block;
    background: transparent url('../images/checked.png') no-repeat center;
    background-size: contain;
    width: 26px;
    height: 26px;
    transform: translateY(24%);
    margin-right: .75rem;
}
.line3 {
    display: block;
    position: absolute;
    width: 32.5%;
    height: 1px;
    background: #acb3c1;
    top: 1.35rem;
    left: 14.5rem;
}
.line3.bb2 {
    left: 15.3rem;
}
.line3.bb3 {
    top: 8.65rem;
    left: 20rem;
}
.line3.bb4 {
    left: 15rem;
}
.phones-list b{
    font-size: 1.25rem;
}
.modal .btn {
    padding: 0.575rem 2.35rem;
    font-size: 1.15rem;
}
.modal .buttons .btn {
    margin-top: 1.3rem;
    padding: 0.375rem 3.5rem;
    font-size: 1.15rem;
    font-weight: 600;
}
.modal .text-justify{
    font-size: 85%;
    line-height: 1.5rem;
}
.modal .modal-list {
    padding-left: 5rem;
    list-style: none;
    font-size: 87%;
}
.modal .modal-list li::before{
    content: "";
    background: transparent url('../images/marker.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -1.5em;
    margin-right: .85rem;
}
.modal-list li {
    padding: 7px 2px 0 0;
}
.uinfo {
    font-size: 80%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-body .text-justify{
        font-size: 80%;
    }
    #ModalCenter1 .modal-body .line2 {
        left: 19.3rem;
        top: -0.75rem;
        width: 25%;
    }
    .line3.bb3 {
        top: 8.75rem;
        left: 20rem;
        width: 22.5%;
    }
    #ModalCenter2 .contact-lists {
        height: 100%;
    }
    #ModalCenter2 .modal-body .line2 {
        left: 11.5rem;
        top: -0.665rem;
    }
    .work-hours {
        margin: 1rem 0;
    }
    .work-list{
        list-style: none;
        padding-left: 0;
        font-size: 95%;
    }
    .work-list li {
        padding: .15rem 0 0 1rem;
    }
    .work-list li:nth-child(1) .bigg {
        padding-left: 3rem;
    }
    .work-list li:nth-child(2) .bigg {
        padding-left: .25rem;
    }
    .work-list li.mar2 {
        padding-left: 5.5rem;
    }
    .work-list li.mar2 .bigg {
        padding-left: 1.75rem;
    }
    .work-list li:nth-child(4) .bigg {
        padding-left: 4.85rem;
    }
    .work-list li:nth-child(5) .bigg {
        padding-left: 2.15rem;
    }
    #ModalCenter2.modal .modal-list {
        padding-left: 2rem;
    }
    #ModalCenter3 .contact-lists,
    #ModalCenter4 .contact-lists {
        height: 40%;
    }
    #ModalCenter5 .contact-lists,
    #ModalCenter6 .contact-lists{
        height: 45%;
    }
    #ModalCenter3 .contact-lists::before,
    #ModalCenter4 .contact-lists::before,
    #ModalCenter5 .contact-lists::before,
    #ModalCenter6 .contact-lists::before{
        top: 95.5%;
    }
    #ModalCenter3 .modal-img,
    #ModalCenter4 .modal-img,
    #ModalCenter5 .modal-img,
    #ModalCenter6 .modal-img{
        margin-top: 1rem;
    }
    #ModalCenter5 .modal-body .line2 {
        left: 15rem;
        top: -.75rem;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 90%;
        line-height: 1.5rem;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .contact-lists {
        height: 94%;
        margin-bottom: 1rem;
    }
    .contact-list li {
        padding: .15rem 0 0 7rem;
    }
    .contact-list li::before {
        left: 23%;
    }
    #ModalCenter1 .modal-body .line2 {
        left: 19.3rem;
        top: -0.75rem;
        width: 25%;
    }
    .line3.bb3 {
        top: 8.75rem;
        left: 20rem;
        width: 22.5%;
    }
    #ModalCenter2 .contact-lists {
        height: 96%;
    }
    #ModalCenter2 .modal-body .line2 {
        left: 11.5rem;
        top: -0.665rem;
    }
    .work-hours {
        margin: 1rem 0;
    }
    .work-list{
        list-style: none;
        padding-left: 3rem;
        font-size: 95%;
    }
    .work-list li.mar2 .bigg {
        padding-left: 1.75rem;
    }
    .work-list li:nth-child(4) .bigg {
        padding-left: 5.85rem;
    }
    #ModalCenter2.modal .modal-list {
        padding-left: 3rem;
    }
    #ModalCenter3 .contact-lists,
    #ModalCenter4 .contact-lists,
    #ModalCenter5 .contact-lists,
    #ModalCenter6 .contact-lists{
        height: 30%;
    }
    #ModalCenter3 .contact-lists::before,
    #ModalCenter4 .contact-lists::before,
    #ModalCenter5 .contact-lists::before,
    #ModalCenter6 .contact-lists::before{
        top: 95.5%;
    }
    #ModalCenter3 .modal-img,
    #ModalCenter4 .modal-img,
    #ModalCenter5 .modal-img,
    #ModalCenter6 .modal-img{
        margin-top: 1rem;
    }
    #ModalCenter5 .modal-body .line2 {
        left: 15rem;
        top: -.75rem;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 90%;
        line-height: 1.5rem;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .contact-lists {
        height: 94%;
        margin-bottom: 1rem;
    }
    .contact-list li {
        padding: .15rem 0 0 7rem;
    }
    .contact-list li::before {
        left: 23%;
    }
    #ModalCenter1 .modal-body .line2 {
        left: 19.3rem;
        top: -0.75rem;
        width: 25%;
    }
    .line3.bb3 {
        top: 8.75rem;
        left: 20rem;
        width: 22.5%;
    }
    #ModalCenter2 .contact-lists {
        height: 96%;
    }
    #ModalCenter2 .modal-body .line2 {
        left: 11.5rem;
        top: -0.665rem;
    }
    .work-hours, .arenda-tel {
        margin: 1rem 0;
    }
    .work-list, .phones-list {
        list-style: none;
        padding-left: 3rem;
        font-size: 95%;
    }
    .work-list li.mar2 .bigg {
        padding-left: 1.75rem;
    }
    .work-list li:nth-child(4) .bigg {
        padding-left: 5.85rem;
    }
    #ModalCenter2.modal .modal-list {
        padding-left: 3rem;
    }
    #ModalCenter3 .contact-lists,
    #ModalCenter4 .contact-lists,
    #ModalCenter5 .contact-lists,
    #ModalCenter6 .contact-lists{
        height: 30%;
    }
    #ModalCenter3 .contact-lists::before,
    #ModalCenter4 .contact-lists::before,
    #ModalCenter5 .contact-lists::before,
    #ModalCenter6 .contact-lists::before{
        top: 95.5%;
    }
    #ModalCenter3 .modal-img,
    #ModalCenter4 .modal-img,
    #ModalCenter5 .modal-img,
    #ModalCenter6 .modal-img{
        margin-top: 1rem;
    }
    #ModalCenter5 .modal-body .line2 {
        left: 15rem;
        top: -.75rem;
    }
    .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%;
    }
    .contact-lists {
        height: 94%;
        margin-bottom: 1rem;
    }
    #ModalCenter2 .modal-body .line2 {
        left: 6rem;
        top: -.65rem;
    }
    #ModalCenter5 .modal-body .line2 {
        left: 15rem;
        top: -0.7rem;
        width: 18%;
    }
    .line3 {
         width: 21.5%
    }
    .line3.bb3 {
        top: 9.75rem;
        left: 4rem;
    }
    .modal .modal-list {
        padding-left: 2rem;
        font-size: 80%;
    }
    #ModalCenter5 .contact-lists {
        height: 42%;
    }
    .work-hours{
        margin: 1rem 0;
    }
    .work-list li {
        padding: .15rem 0 0 0.5rem;
    }
    .work-list li:nth-child(1) .bigg {
        padding-left: 3.15rem;
    }
    .work-list li:nth-child(2) .bigg {
        padding-left: .5rem;
    }
    .work-list li.mar2 {
        padding-left: 5.25rem;
    }
    .work-list li:nth-child(4) .bigg {
        padding-left: 5.15rem;
    }
    .work-list li:nth-child(5) .bigg {
        padding-left: 2.45rem;
    }
    #ModalCenter2 .contact-lists {
        height: 96%;
    }
    #ModalCenter2 .modal-body .line2 {
        left: 11rem;
        top: -.7rem;
    }
    #ModalCenter3 .modal-img,
    #ModalCenter4 .modal-img,
    #ModalCenter5 .modal-img,
    #ModalCenter6 .modal-img{
        margin-top: 1rem;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after,
#divider2::before,
#divider2::after{
    height: 0;
    content: "";
    display: block;
}
.divider .line{
    display: block;
    background: rgb(172,179,193);
    padding: 1px 0 0 0;
    width: 100%;
    margin: 1rem 0;
}
.divider .div-icon{
    background: #fff url("../images/mark.png") no-repeat center;
    display: block;
    position: absolute;
    width: 60px;
    height: 64px;
    top: -.95rem;
    left: 42rem;
    padding: 0 2.5rem;
}
@media (max-width: 1280px){
    .divider .div-icon {
        left: 37rem;
    }
}
@media (max-width: 1200px){
    .divider .div-icon {
        left: 35.5rem;
    }
}
@media (max-width: 1024px){
    .divider .div-icon {
        left: 29.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .divider .div-icon {
        left: 22.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .divider .div-icon {
        left: 16.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .divider .div-icon {
        left: 12.5rem;
    }
}
@media (max-width: 375px){
    .divider .div-icon {
        left: 8.5rem;
    }
}
@media (max-width: 348px){
    .divider .div-icon {
        left: 8.5rem;
    }
}
@media (max-width: 320px){
    .divider .div-icon {
        left: 7.5rem;
    }
}
/*About Block styles*/
#about::before, #about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about .mar1 {
    margin-top: 2.1rem;
}
#about h2 {
    margin-bottom: 2.5rem;
}
#about .line {
    top: 1.25rem;
    left: 27.75rem;
}
#about .line2 {
    bottom: 1.25rem;
    left: 46.5rem;
}
#about .sqr {
    top: 1rem;
    left: 28.5rem;
}
#about .sqr2 {
    top: 1rem;
    right: 28.5rem;
}
#about p {
    padding: 0 .75rem;
    font-size: 93%;
}
.about-img {
    border: 2px solid #acb3c1;
}
#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: "";
    background: transparent url('../images/marker.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -1.5em;
    margin-right: .85rem;
}
.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: 1280px){
	#about .line, #about .line2 {
		width: 10%;
	}
	#about .line2 {
		left: 42.5rem;
	}
	#about .sqr2 {
		right: 27.5rem;
	}
}
@media (max-width: 1200px){
	#about .line, #about .line2 {
		width: 13.5%;
	}
    #about .line {
        left: 22.75rem;
    }
    #about .sqr {
        left: 23.5rem;
    }
    #about .line2 {
        bottom: 1.2rem;
        left: 40.5rem;
    }
    #about .sqr2 {
        right: 23.5rem;
    }
}
@media (max-width: 1024px){
    #about .line {
        left: 18.75rem;
    }
    #about .sqr {
        left: 19.5rem;
    }
    #about .line2 {
        bottom: 1.2rem;
        left: 35rem;
    }
    #about .sqr2 {
        right: 19.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about .line {
        left: 12.75rem;
    }
    #about .sqr {
        left: 13.5rem;
    }
    #about .line2 {
        bottom: 1.2rem;
        left: 27rem;
    }
    #about .sqr2 {
        right: 13.5rem;
    }
    #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;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about .line {
        left: 9.75rem;
    }
    #about .sqr {
        left: 10.5rem;
    }
    #about .line2 {
        bottom: 1.2rem;
        left: 21rem;
    }
    #about .sqr2 {
        right: 10.5rem;
    }
    #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;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before,
    #about::after {
        height: 3rem;
    }
    #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 .line {
        top: 3.25rem;
        left: 10.5rem;
        width: 25.5%;
    }
}
@media (max-width: 375px){
    #about::before,
    #about::after {
        height: 3rem;
    }
    #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 .line {
        top: 3.25rem;
        left: 8.5rem;
        width: 22.5%;
    }
}
@media (max-width: 348px){
    #about::before,
    #about::after {
        height: 3rem;
    }
    #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 .line {
        top: 3.25rem;
        left: 6.5rem;
        width: 40.5%;
    }
}
@media (max-width: 320px){
    #about .line {
        width: 32.5%;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
    border-bottom: 8px solid #fff;
}
#slogan::before, #slogan::after{
    height: 4rem;
    content: "";
    display: block;
}
#slogan .h1{
    font-size: 3.5rem;
    text-shadow:2px 2px 0 #272727;
    color: #fff;
}
#slogan .line{
    display: block;
    margin: .5rem auto;
    background: #fbe104;
    width: 15%;
    height: 1px;
}
#slogan .sub-heading{
    font-size: 1.5rem;
    font-weight: normal;
    text-shadow:1px 1px 0 #272727;
    margin: 1.5rem 0;
    color: #fff;
}
@media (max-width: 1024px){
    #slogan .h1 {
        font-size: 3.25rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan .h1 {
        font-size: 2.5rem;
    }
    #slogan .sub-heading{
        font-size: 1.5rem;
    }
    #slogan .line {
        width: 25%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan .h1 {
        font-size: 2.35rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
    }
    #slogan .line {
        width: 42%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan .h1 {
        font-size: 2.25rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
    }
    #slogan .line {
        width: 42%;
    }
}
@media (max-width: 375px){
    #slogan .h1 {
        font-size: 2.15rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
    }
    #slogan .line {
        width: 42%;
    }
}
@media (max-width: 348px){
    #slogan .h1 {
        font-size: 2.15rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
    }
    #slogan .line {
        width: 42%;
    }
}
@media (max-width: 320px){
    #slogan .h1 {
        font-size: 2rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
    }
    #slogan .line {
        width: 42%;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #272727;
    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: #fc0000;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #fc0000;
    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 .line {
    top: 1.25rem;
    left: 25.75rem;
}
#footer .line2 {
    bottom: 1.2rem;
    left: 48.25rem;
}
#footer .sqr {
    top: 1rem;
    left: 26.5rem;
}
#footer .sqr2 {
    top: 1rem;
    right: 26.5rem;
}
.footer-slogan {
    margin-bottom: 2rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top: 2rem;
    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;
}
.info-header {
    padding-bottom: 2.5rem;
}
.info-header p {
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0 0 0 0.75rem;
    margin-bottom: 0;
}
.info-header .sub-head {
    font-size: 1.155rem;
    font-weight: 300;
    display: block;
    margin-top: -0.25rem;
}
.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(251,225,4, 1);
    padding: 1rem 0 0 0;
}
.copyright a:hover{
    text-decoration: underline;
}
@media (max-width: 1280px){
	#footer .line, #footer .line2 {
		width: 10%;
	}
	#footer .line2 {
		left: 44.5rem;
	}
	#footer .sqr2 {
        right: 25.5rem;
    }
}
@media (max-width: 1200px){
	#footer .line, #footer .line2 {
		width: 13.5%;
	}
    #footer .line {
        left: 21rem;
    }
    #footer .sqr {
        left: 21.5rem;
    }
    #footer .line2 {
        left: 42.5rem;
    }
    #footer .sqr2 {
        right: 21.5rem;
    }
}
@media (max-width: 1024px){
    #footer .line {
        left: 17rem;
    }
    #footer .sqr {
        left: 17.5rem;
    }
    #footer .line2 {
        left: 37rem;
    }
    #footer .sqr2 {
        right: 17.5rem;
    }
    .info-header p {
        font-size: 1.9rem;
        padding: 0 0 0 0.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer .line {
        left: 11rem;
    }
    #footer .sqr {
        left: 11.5rem;
    }
    #footer .line2 {
        left: 29rem;
    }
    #footer .sqr2 {
        right: 11.5rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .info-header {
        padding-bottom: 0.5rem;
    }
    .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) {
    #footer .line {
        left: 7rem;
    }
    #footer .sqr {
        left: 7.5rem;
    }
    #footer .line2 {
        left: 24rem;
    }
    #footer .sqr2 {
        right: 7.5rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .info-header {
        padding-bottom: 0.5rem;
    }
    .info-header p {
        font-size: 1.25rem;
    }
    .contact-info .lines{
        width: 25%;
    }
    .contacts-list {
        margin: 1rem 0;
    }
    .contacts-list li {
        font-size: 88%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 63% auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer .line {
        top: 3rem;
        left: 9.1rem;
        width: 34.5%;
    }
    #footer .line2{
        display:none;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list {
        margin: 1rem 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 97%;
    }
    .info-header p {
        font-size: 1.75rem;
    }
    .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: 375px){
    #footer .line {
        top: 3rem;
        left: 5.85rem;
        width: 46.5%;
    }
    #footer .h2 .line2 {
        display: none;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list {
        margin: 1rem 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 82%;
    }
    .info-header {
        padding-bottom: 0;
    }
    .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%;
    }
    .copyright {
        font-size: 62%;
    }
}
@media (max-width: 348px){
    #footer .line {
        top: 3rem;
        left: 5.85rem;
        width: 40.5%;
    }
    #footer .h2 .line2 {
        display: none;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list {
        margin: 1rem 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 75%;
    }
    .info-header {
        padding-bottom: 0;
    }
    .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%;
    }
    .copyright {
        font-size: 62%;
    }
}
@media (max-width: 320px){
    .info-header p {
        font-size: 1.5rem;
    }
    .contacts-list li {
        font-size: 90%;
    }
}