/* 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*/
#home::before,
#home::after{
    height: 0;
    content: "";
    display:block;
}
.navbar-caption {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    text-align: left;
    color:#e68618;
}
.clr {
    font-weight: 600;
    color: #afcb1f;
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 23%;
        top: 20%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg > .container{
        margin:0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 23%;
        top: 20%;
    }
    #collapsingNavbar {
        padding: 0 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 30%;
        top: 20%;
        font-size: 100%;
    }
}
@media (max-width: 348px){
    .navbar-brand .img-fluid {
        width: 65%;
        height: auto;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 30%;
        top: 10%;
        font-size: 85%;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 23%;
    left: 14%;
    z-index: 10;
    width: 45%;
    height: 50%;
    padding: 2rem 0 3rem 1.5rem;
    text-align: left;
    background: rgba(255,255,255,.65);
    box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.3);
}
/*.carousel-caption img{
    width: 100% !important;
    height: 737px;
}*/
.carousel-caption .headng{
    padding-bottom: 14rem;
    font-size: 1.8rem;
    line-height: 2.75rem;
}
.c-highlight {
    display: block;
    position: absolute;
    top: 9.5rem;
    left: -1.5rem;
    padding: .95rem 2.5rem;
    background: transparent url("../images/highlighter2.png") no-repeat;
    width: 357px;
    height: 74px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.25rem;
    line-height: 1.15;
    font-weight: 500;
    color: #fff;
}
.smr {
    font-size: 1.2rem;
    padding: .6rem 2.5rem;
}
.caption-list {
    margin-top: 1rem;
    text-align: justify;
    font-size: 1rem;
}
#carouselIndicators .circles li{
    position: relative;
    flex: 0 1 auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(175,203,31, 0.87);
}
#carouselIndicators .circles .active{
    background-color: rgba(230,134,24, 0.87);
    width: 25px;
    height: 25px;
    margin-top: -5px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        right: 5%;
        bottom: 16%;
        left: 12%;
        width: 45%;
        height: 60%;
        padding: 2rem 0 3rem 1.5rem;
    }
    .carousel-caption .headng{
        font-size: 1.15rem;
        line-height: 1.7rem;
        padding-bottom: 0;
    }
    .c-highlight {
        top: 6.5rem;
        left: -1.33rem;
        padding: 1rem 2.5rem 0 2.5rem;
        font-size: 1.12rem;
        line-height: 1;
        background-size: 90%;
    }
    .smr {
        font-size: 1.12rem;
        padding: .6rem 2.5rem;
        background-size: 95%;
    }
}
@media (max-width: 348px){
    .mbri-arrow-prev, .mbri-arrow-next {
        font-size: 2rem;
    }
    .carousel-indicators {
        bottom: -3px;
        left: 0;
        margin-right: 2%;
        margin-left: 2%;
    }

}
/*Reasons Block styles*/
#reasons::before {
    height: 2rem;
    content: "";
    display:block;
}
#reasons::after {
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;;
}
.heading {
    margin-bottom: 1.5rem;
}
.heading h2{
    margin-bottom: 2.25rem;
    text-shadow: 1px 2px 0 #fff;
    color: #577e26;
}
.markk{
    display: block;
    position: absolute;
    top: 4%;
    left: 32%;
    background: transparent url("../images/mark.png") no-repeat center;
    width: 43px;
    height: 31px;
}
.reasons-item p {
    margin-top: 1.15rem;
    font-size: 1.18rem;
    font-weight: 500;
    text-shadow: 1px 1px 0 #fff;
    color: #5b8d27;
}
.reasons-item img {
    padding: 0 4rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    .heading h2 {
        font-size: 1.85rem;
    }
    .markk{
        top: 4%;
        left: 22%;
        background-size: 88%;
    }
    .reasons-item img {
        padding: 0 1rem;
    }
    .reasons-item p {
        font-size: .93rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .heading h2 {
        font-size: 1.85rem;
    }
    .markk{
        top: 4%;
        left: 17%;
        background-size: 88%;
    }
    .reasons-item img {
        padding: 0 1rem;
    }
    .reasons-item p {
        font-size: 1.05rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .heading h2 {
        font-size: 1.75rem;
    }
    .markk{
        top: 4%;
        left: 6%;
        background-size: 88%;
    }
    .reasons-item img {
        padding: 0 9rem;
    }
}
@media (max-width: 348px){
    .heading h2 {
        font-size: 1.75rem;
    }
    .markk{
        top: 4%;
        left: 24%;
        background-size: 88%;
    }
    .reasons-item img {
        padding: 0 5rem;
    }
}
/*Services Block styles*/
#services::before,
#services::after {
    height: 4rem;
    content: "";
    display: block;
}
#services{
    border-bottom: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 20%, rgba(175,203,31,.77) 40%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 20%, rgba(175,203,31,.77) 40%);
    border-image-source: linear-gradient(45deg,rgba(250,153,14,.77) 20%, rgba(175,203,31,.77) 40%);
    border-image-slice: 1;
}
#services .markk{
    top: 6%;
    left: 35.5%;
}
.sub-heading {
    margin: 2rem 0;
    font-size: 1.20rem;
    color: #888888;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-title {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1.2rem;
    font-weight: 400;
    color: #e68618;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .markk{
        top: 4%;
        left: 27%;
        background-size: 88%;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: 1.07rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services h1{
        font-size: 2.35rem;
    }
    #services .markk{
        top: 3%;
        left: 24%;
        background-size: 88%;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        font-size: .93rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2rem;
    }
    #services .markk{
        top: 2%;
        left: 17.5%;
        background-size: 75%;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2rem;
    }
    #services .markk{
        top: 2%;
        left: 5.5%;
        background-size: 75%;
    }
    .sub-heading {
        font-size: .95rem;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-source: linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-slice: 1;
    /*box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);*/
   -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 .thumb-modal{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hover-mask a .mbri-file {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 33% 20px;
    text-align: center;
    background-color: rgba(91,141,39,0.73);
    -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(54,105,173,0.4);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover a p, .carousel-item .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .carousel-item .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .carousel-item .hover-mask:hover .mbri-search {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
.services-list, .modal .modal-list{
    list-style: none;
    text-align: justify;
}
.services-list li, .modal .modal-list li{
    position: relative;
    padding: .5rem 0 .5rem 2rem;
}
.services-list li::before, .modal .modal-list li::before{
    content: '';
    width: 23px;
    height: 18px;
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stronger {
    font-weight: 500;
    font-style: italic;
}

/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
#services .modal-header .markk {
    top: 3%;
    left: 3.5%;
 }
.modal-img{
    width:100%;
    height: auto;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-source: linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-slice: 1;
}
.modal .text-justify{
    font-size: 1.03rem;
    line-height: 1.6;
}
.modal .modal-list {
    padding-left: 0;
    font-size: 1.03rem;
}
.heading-2 {
    margin-bottom: 1rem;
}
.mar1{
    margin-top: 1.5rem;
}
.colour {
    color: #e68618;
}
.modal .block-2 {
    margin-top: 2.5rem;
}
.modal-body h4 .divider{
    margin: -.15rem 0 0 -1.25rem;
    background-size: 70% 68%;
}
.modal-footer a{
    position: absolute;
    bottom: 2.35rem;
}
.mb {
    display: block;
    padding-left: 3rem;
    padding-top: .25rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.5rem;
        margin-left: 3.5rem;
    }
    #services .modal-header .markk {
        top: 2.5%;
        left: 3.5%;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 90%;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 50%;
        font-size: 100%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-title {
        line-height: 1.2;
        font-size: 1.5rem;
        margin-left: 2.95rem;
    }
    #services .modal-header .markk {
        top: 1.35%;
        left: 3.5%;
        background-size: 85% auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-title {
        line-height: 1.2;
        font-size: 1.5rem;
        margin-left: 2.5rem;
    }
    #services .modal-header .markk {
        top: 1.5%;
        left: 3.5%;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin-top: .85rem;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 100%;
        font-size: 96%;
    }
}
@media (max-width: 348px){
    .modal-title {
        line-height: 1.2;
        font-size: 1.15rem;
        margin-left: 2.5rem;
    }
    #services .modal-header .markk {
        top: 1%;
        left: 3.5%;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin-top: .85rem;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 100%;
        font-size: 83%;
    }
}

/*About Block styles*/
#about::before{
    height: 4rem;
    content: "";
    display: block;
}
#about::after{
    height: 12rem;
    content: "";
    display: block;
}
#about{
    background: transparent url("../images/about-pic.jpg") no-repeat 545px 345px;
    background-size: 70% auto;
    padding-bottom: 2rem;
}
#about .mar1 {
    margin-top: 2.1rem;
}
#about h2 .markk {
    top: 4%;
    left: 42.85%;
}
#about p{
    padding: 0 1.5rem;
}
.bgg {
    font-size: 1.12rem;
    font-weight: 500;
}
.about-img {
    margin: 2.17rem 2rem 0 2rem;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-source: linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-slice: 1;
}
#about .c-highlight{
    top: 37.5rem;
    left: 2.25rem;
    background: transparent url("../images/highlighter.png") no-repeat;
    width: 454px;
    height: 74px;
    padding: 1.2rem 1.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url("../images/about-pic.jpg") no-repeat 275px 610px;
        background-size: 100% auto;
        padding-bottom: 0;
    }
    #about h2 .markk {
        top: 6%;
        left: 38.85%;
        background-size: 75%;
    }
    #about .c-highlight{
        top: 54.5rem;
        left: .9rem;
        background-size: 89% 90%;
        font-size: 100%;
        line-height: 1.15;
        padding: 1.15rem 0.85rem;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 2.5rem 0 0 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 3rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url("../images/about-pic.jpg") no-repeat 275px 700px;
        background-size: 100% auto;
        padding-bottom: 0;
    }
    #about h2 .markk {
        top: 6%;
        left: 36.85%;
        background-size: 75%;
    }
    #about .c-highlight{
        top: 37.5rem;
        left: 1.25rem;
        background-size: 89% 90%;
        font-size: 100%;
        line-height: 1.15;
        padding: 1.15rem 0.85rem;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 20% 15% 0 2%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 7rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url("../images/about-pic.jpg") no-repeat 75px 1415px;
        background-size: 84% auto;
        padding-bottom: 0;
    }
    #about h2 .markk {
        top: 6%;
        left: 30.85%;
        background-size: 75%;
    }
    #about .c-highlight{
        top: 50.5rem;
        left: 1.25rem;
        background-size: 89% 90%;
        font-size: 100%;
        line-height: 1.15;
        padding: 1.15rem 0.85rem;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 26% 5% 0 5%;
    }
}
@media (max-width: 348px){
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 7rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent url("../images/about-pic.jpg") no-repeat 75px 1415px;
        background-size: 84% auto;
        padding-bottom: 0;
    }
    #about h2 .markk {
        top: 6%;
        left: 24.85%;
        background-size: 75%;
    }
    #about .c-highlight{
        top: 65.5rem;
        left: 1.25rem;
        background-size: 70% 90%;
        font-size: 89%;
        line-height: 1.15;
        padding: 1.2rem 0.5rem;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 33% 0 0 0;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
    border-bottom: 3px solid #fff;
}
#slogan::before, #slogan::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#slogan h1{
    font-size: 4.15rem;
    font-weight: 700;
    text-shadow: 2px 3px #fff;
    color: #577e26;
}
#slogan .sub-heading{
    margin: 1rem 0;
    font-size: 3rem;
    font-weight: 400;
    text-shadow: 2px 2px #fff;
    color: #71b729;
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan h1{
        font-size: 2.5rem;
    }
    #slogan .sub-heading {
        font-size: 1.95rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan h1{
        font-size: 2.5rem;
    }
    #slogan .sub-heading {
        font-size: 1.95rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan h1{
        font-size: 2.5rem;
    }
    #slogan .sub-heading {
        font-size: 1.85rem;
    }
}
@media (max-width: 348px){
    #slogan h1{
        font-size: 1.75rem;
    }
    #slogan .sub-heading{
        font-size: 1.55rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgba(230,134,24,1);
    background: linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    background: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    background: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    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(230,134,24,1);
    background: linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    background: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    background: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    border: 2px solid #71b729;
    color: #71b729;
}
#scrollToTopBtn:active {
    background: rgba(230,134,24,1);
    background: linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    background: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    background: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 40%, rgba(175,203,31,.77) 80%);
    border: 2px solid #71b729;
    color: #71b729;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4rem;
    content: "";
    display:block;
}
#footer{
    background:transparent url("../images/bg-footer.jpg") no-repeat;
    background-size: cover;
    color:#fff;
}
#footer .markk{
    top: 5%;
    left: 8.5%;
}
#footer h3{
    padding-left: 3rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:45%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:75%;
    width:95%;
    position:absolute;
    margin: 0 1.2rem;
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-source: linear-gradient(45deg,rgba(250,153,14,.77) 30%, rgba(175,203,31,.77) 60%);
    border-image-slice: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.contact-info{
    padding: 2rem 2rem 5rem 2rem;
    background: #fff url("../images/bg-contacts.jpg") no-repeat right bottom;
    background-size: 45% auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #888888;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left: .4rem;
    font-size: 1.05rem;
    line-height: 1.65;
}
.contacts-list li {
    padding: 6px 0;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sml{
    font-size:smaller;
}
.bdr2 {
    border-bottom: 1px solid rgba(0,0,0,.12);
    margin-bottom: 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 .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;
 }
.skype{
    background: transparent url("../images/icons/skype.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: 90%;
    border-top: 1px solid #afcb1f;
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    .contact-info {
        padding: 1rem 1rem .15rem 1rem;
    }
    .contacts-list li {
        font-size: 85%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe{
        margin: 0 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .contact-info {
        padding: 1rem .5rem .15rem .5rem;
    }
    .contacts-list li{
        padding: 5px 0;
        font-size: 83%;
    }
    #footer .markk {
        top: 4%;
        left: 8.5%;
        background-size: 90%;
    }
    .map-responsive iframe {
        top: 0;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .contact-info {
        padding: 1rem 1rem .15rem 1rem;
    }
    #footer .markk {
        top: 4%;
        left: 7.5%;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: 1rem;
        width: 94%;
    }
}
@media (max-width: 348px){
    .contact-info {
        padding: 1rem 1rem .15rem 1rem;
    }
    .contacts-list li {
        padding: 5px 0;
        font-size: 80%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .copyright {
        font-size: 65%;
    }
}