/* 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;
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg > .container{
        margin:0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    #collapsingNavbar {
        padding: 0 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
}
@media (max-width: 348px){
    .navbar-brand .img-fluid {
        width: 80%;
        height: auto;
    }
    .navbar {
        padding: 0.75rem .5rem;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 31%;
    left: 12%;
    width: 34%;
    height: 50%;
    padding: 2rem 0 3rem 1.5rem;
    z-index: 10;
}
/*.carousel-caption img{
    width: 100% !important;
    height: 737px;
}*/
.carousel-caption .headng{
    padding-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: #fff;
}
.lines{
    display: block;
    position: relative;
    margin: .35rem 0 0 -1.5rem;
    width: 106px;
    height: 6px;
    border-top: 1px solid #8acef1;
    border-bottom: 1px solid #8acef1;
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        right: 5%;
        bottom: 34%;
        left: 5%;
        width: 44%;
        height: 60%;
        padding: 2rem 0 3rem 1.5rem;
    }
    .carousel-caption .headng{
        font-size: 1.5rem;
        line-height: 1.7rem;
        padding-bottom: 0;
    }
    .carousel-caption p{
        font-size: 75%;
    }
    .carousel-indicators {
        bottom: -3px;
        left: 43px;
        margin-right: 2%;
        margin-left: 2%;
    }
}
@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: transparent url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
    opacity: .95;
}
.heading {
    margin-bottom: 1.5rem;
}
.heading h2{
    margin: 0 0 2.25rem 1.75rem;
    color: #4c6db2;
}
#reasons .lines{
    margin: .35rem 0 0 -1.5rem;
}
.reason-1 {
    background: #fff url("../images/1.png") no-repeat left bottom;
}
.reason-2 {
    background: #fff url("../images/2.png") no-repeat left bottom;
}
.reason-3 {
    background: #fff url("../images/3.png") no-repeat left bottom;
}
.reason-4 {
     background: #fff url("../images/4.png") no-repeat left bottom;
 }
.reason-5 {
    background: #fff url("../images/5.png") no-repeat left bottom;
}
.reason-6 {
    background: #fff url("../images/6.png") no-repeat left bottom;
}
.reason-1, .reason-2, .reason-3,
.reason-4, .reason-5,.reason-6{
    height: 250px;
    border: 1px solid rgba(72,77,86,.40);
    margin-bottom: 3rem;
}
.reason-1:hover, .reason-2:hover, .reason-3:hover,
.reason-4:hover, .reason-5:hover,.reason-6:hover{
    border: 1px solid rgba(86,167,226,.80);
}
.box-effect{
    position:relative;
}
.box-effect::before,.box-effect::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.box-effect::after{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.reason-1 img, .reason-2 img, .reason-3 img,
.reason-4 img, .reason-5 img,.reason-6 img{
    padding: 1rem 8rem;
}
.reason-1 p, .reason-2 p, .reason-3 p,
.reason-4 p, .reason-5 p,.reason-6 p{
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f52ba;
}
@media (max-width: 991px) and (min-width: 768px) {
    .heading h2 {
        font-size: 1.85rem;
        margin: 0 0 2.25rem .5rem;
    }
    #reasons .lines {
        margin: .35rem 0 0 -.5rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        height: 170px;
        background-size: 35%;
    }
    .reason-1{
        background-size: 30%;
    }
    .reason-1 img, .reason-2 img, .reason-3 img,
    .reason-4 img, .reason-5 img, .reason-6 img {
        padding: 1rem 4rem;
    }
    .reason-1 p, .reason-2 p, .reason-3 p, .reason-4 p, .reason-5 p, .reason-6 p {
        font-size: .85rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .heading h2 {
        font-size: 1.65rem;
        margin: 0 0 2.25rem .5rem;
    }
    #reasons .lines {
        margin: .35rem 0 0 -.5rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        height: 170px;
        background-size: 30%;
    }
    .reason-1{
        background-size: 25%;
    }
    .reason-1 img, .reason-2 img, .reason-3 img,
    .reason-4 img, .reason-5 img, .reason-6 img {
        padding: 1rem 5rem;
    }
    .reason-1 p, .reason-2 p, .reason-3 p, .reason-4 p, .reason-5 p, .reason-6 p {
        font-size: .75rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .heading h2 {
        font-size: 1.65rem;
        margin: 0 0 2.25rem .5rem;
    }
    #reasons .lines {
        margin: .35rem 0 0 -.5rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        background-size: 30%;
    }
    .reason-1{
        background-size: 25%;
    }
    .reason-1 img, .reason-2 img, .reason-3 img,
    .reason-4 img, .reason-5 img, .reason-6 img {
        padding: 1rem 8rem;
    }
}
@media (max-width: 348px){
    .heading h2 {
        font-size: 1.5rem;
        margin: 0 0 2.25rem .5rem;
    }
    #reasons .lines {
        margin: .35rem 0 0 -.5rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        background-size: 35%;
        height: 210px;
    }
    .reason-1{
        background-size: 30%;
    }
    .reason-1 img, .reason-2 img, .reason-3 img,
    .reason-4 img, .reason-5 img, .reason-6 img {
        padding: 1rem 6rem;
    }
}
/*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(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-source: linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-slice: 1;
}
#services h1{
    margin: 0 0 2.25rem 1.75rem;
}
#services .lines{
    margin: .5rem 0 0 -1.15rem;
}
.sub-heading {
    margin: 0 0 1.5rem 1.5rem;
    font-size: 1.1rem;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 1.5rem 0;
    font-weight: 500;
    color: #0f52ba;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .75rem;
    }
    #services .lines{
        margin: .5rem 0 0 -0.75rem;
    }
    .sub-heading {
        font-size: 95%;
        margin: 0 0 1.5rem 0;
    }
    .uslugi-title {
        font-size: 1.07rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .25rem;
    }
    #services .lines{
        margin: .5rem 0 0 -.5rem;
    }
    .sub-heading {
        font-size: 85%;
        margin: 0 0 1.5rem 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .25rem;
    }
    #services .lines{
        margin: .5rem 0 0 -.5rem;
    }
    .sub-heading {
        font-size: 85%;
        margin: 0 0 1.5rem 0;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .25rem;
    }
    #services .lines{
        margin: .5rem 0 0 -.5rem;
    }
    .sub-heading {
        font-size: 85%;
        margin: 0 0 1.5rem 0;
    }
    .uslugi-title {
        font-size: 1.1rem;
    }
}
/*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: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-source: linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 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(76,81,110,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, .about-list, .modal .modal-list{
    list-style: none;
    text-align: justify;
}
.services-list li, .about-list li, .modal .modal-list li{
    position: relative;
    padding: .5rem 0 .5rem 2rem;
}
.services-list li::before, .about-list li::before{
    content: "\25cf";
    color: #0080ff;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: .5rem;
}
@media (max-width: 348px){
    .hover-mask a .mbri-file{
        padding: 30% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-content {
    padding: 0 1rem;
}
.modal-title {
    font-size: 1.5rem;
}
.modal-img{
    width:100%;
    height: auto;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-source: linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-slice: 1;
}
.modal-body .h5{
    font-size: 1.15rem;
    font-weight: 500;
}
.modal .modal-list {
    padding-left: 0;
    font-size: 1.03rem;
}
.mar1{
    margin-top: 1.5rem;
}
.modal-body .table{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.modal .table tr th:nth-of-type(2) {
    border-left: 1px solid rgba(0,128,255,1);
}
.modal .table tr td:nth-of-type(2) {
    text-align: center;
    border-left: 1px solid rgba(0,128,255,1);
}
.modal .table tr th:nth-of-type(3) {
    border-left: 1px solid rgba(0,128,255,.2);
}
.modal .table tr td:nth-of-type(3) {
    text-align: center;
    border-left: 1px solid rgba(0,128,255,.2);
}
.modal .table tr th:nth-of-type(4) {
    border-left: 1px solid rgba(0,128,255,.2);
}
.modal .table tr td:nth-of-type(4) {
    text-align: center;
    border-left: 1px solid rgba(0,128,255,.2);
}
.modal .table tr th:nth-of-type(5) {
    border-left: 1px solid rgba(0,128,255,.2);
}
.modal .table tr td:nth-of-type(5) {
    text-align: center;
    border-left: 1px solid rgba(0,128,255,.2);
}
.arrrow{
    background: transparent url("../images/arr.png") no-repeat center;
    background-size: 27px 29px;
    padding: 1rem;
    margin-right: .5rem;
}
.c-highlight {
    display: block;
    position: relative;
    bottom: 2rem;
    right: 1rem;
    width: 120px;
    background: rgba(0,128,255,1);
    background: linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -webkit-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -moz-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    padding: .75rem 1rem;
    border-radius: 2.75rem;
    border: 2px solid #fff;
    box-shadow: 0 2px 2px rgba(76,81,110,.35);
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
}
@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.35rem;
    }
    .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.15rem;
    }
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin-bottom: .85rem;
    }
    .mar1 {
        margin-top: .5rem;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 100%;
        font-size: 83%;
    }
    .modal-body .table {
        font-size: 80%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-title {
        line-height: 1.2;
        font-size: 1.15rem;
    }
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin-bottom: .85rem;
    }
    .mar1 {
        margin-top: .5rem;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 100%;
        font-size: 83%;
    }
    .modal-body .table {
        font-size: 80%;
    }
}
@media (max-width: 348px){
    .modal-title {
        line-height: 1.2;
        font-size: 1.15rem;
    }
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin-bottom: .85rem;
    }
    .mar1 {
        margin-top: .5rem;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 100%;
        font-size: 83%;
    }
    .modal-body .table {
        font-size: 80%;
    }
}

/*About Block styles*/
#about::before{
    height: 4rem;
    content: "";
    display: block;
}
#about::after{
    height: 7rem;
    content: "";
    display: block;
}
#about .mar1 {
    margin-top: 2.1rem;
}
#about h2{
    margin: 0 0 2.25rem 1.75rem;
}
#about .lines{
    margin: .5rem 0 0 -1.15rem;
}
#about p{
    padding: 0 1.5rem;
}
.about-list li{
    padding: 0 0 .5rem 1.5rem;
}
.about-list li::before {
    margin-left: -1.5em;
    margin-right: .75rem;
    font-size: 1.5rem;
    transform: translateY(40%);
}
.about-img {
    margin: 2.17rem 4rem 0 4rem;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-source: linear-gradient(45deg,rgba(0,128,255,.65) 30%, rgba(138,206,241,.65) 60%);
    border-image-slice: 1;
}
.highlight {
    display: block;
    margin: 2.5rem 0 0 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #0f52ba;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about .lines{
        margin: .5rem 0 0 -0.5rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    .about-list li {
        padding: 0 0 .5rem 0;
        font-size: 95%;
    }
    .about-img {
        margin: 2.5rem 0 0 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before,#about::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about .lines{
        margin: .5rem 0 0 -0.5rem;
    }
    .highlight {
        font-size: 1.05rem;
    }
    #about p {
        padding: 0;
        font-size: 85%;
    }
    .about-list li {
        padding: 0 0 .5rem 0;
        font-size: 85%;
    }
    .about-img {
        margin: 0 5rem 1rem 5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before,#about::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about .lines{
        margin: .5rem 0 0 -0.5rem;
    }
    .highlight {
        font-size: 1.05rem;
    }
    #about p {
        padding: 0;
        font-size: 85%;
    }
    .about-list li {
        padding: 0 0 .5rem 0;
        font-size: 85%;
    }
    .about-img {
        margin: 0 2rem 1rem 2rem;
    }
}
@media (max-width: 348px){
    #about::before,#about::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about .lines{
        margin: .5rem 0 0 -0.5rem;
    }
    .highlight {
        font-size: 1.15rem;
    }
    #about p {
        padding: 0;
        font-size: 85%;
    }
    .about-list li {
        padding: 0 0 .5rem 0;
        font-size: 85%;
    }
    .about-img {
        margin: 0 0 1rem 0;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgba(0,128,255,1);
    background: linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -webkit-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -moz-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 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(0,128,255,1);
    background: linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -webkit-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -moz-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    border: 2px solid #a8f0ff;
    color: #a8f0ff;
}
#scrollToTopBtn:active {
    background: rgba(0,128,255,1);
    background: linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -webkit-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    background: -moz-linear-gradient(45deg,rgba(0,128,255,1) 40%, rgba(138,206,241,1) 80%);
    border: 2px solid #a8f0ff;
    color: #a8f0ff;
}
#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 center;
    background-size: cover;
    color:#fff;
}
#footer .lines{
    margin: .5rem 0 0 -1.15rem;
    width: 70px;
}
#footer h3{
    color:#fff;
}
.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: 3px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,rgba(0,128,255,.95) 30%, rgba(138,206,241,.95) 60%);
    -webkit-border-image: -webkit-linear-gradient(45deg,rgba(0,128,255,.95) 30%, rgba(138,206,241,.95) 60%);
    border-image-source: linear-gradient(45deg,rgba(0,128,255,.95) 30%, rgba(138,206,241,.95) 60%);
    border-image-slice: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.footer-slogan {
    display: block;
    margin-left: 4rem;
}
.contact-info{
    padding: 3rem 2rem 5rem 4.75rem;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left: .4rem;
    font-size: 1.15rem;
    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(255,255,255,.55);
    margin-bottom: 1rem;
}
.move {
    padding-left: 2.5rem;
}
.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: 80%;
    border-top: 1px solid #8acef1;
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer {
        background: transparent url("../images/bg-footer.jpg") no-repeat -430px center;
        background-size: cover;
    }
    .footer-slogan {
        margin-left: 0;
    }
    .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;
    }
    .copyright{
        font-size: 70%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer {
        background: transparent url("../images/bg-footer.jpg") no-repeat -480px center;
        background-size: cover;
    }
    .footer-slogan {
        margin-left: 0;
    }
    .contact-info {
        padding: 1rem .5rem .15rem .5rem;
    }
    .contacts-list li{
        padding: 5px 0;
        font-size: 83%;
    }
    .map-responsive iframe {
        top: 0;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .copyright{
        font-size: 67%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer {
        background: transparent url("../images/bg-footer.jpg") no-repeat right;
        background-size: cover;
    }
    .footer-slogan {
        margin-left: 0;
    }
    .contact-info {
        padding: 1rem 1rem .15rem 1rem;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: 1rem;
        width: 94%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer {
        background: transparent url("../images/bg-footer.jpg") no-repeat right;
        background-size: cover;
    }
    .footer-slogan {
        margin-left: 0;
    }
    .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%;
    }
}