/* 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*/
header{
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
     height: 2.5rem;
     content: "";
     display:block;
 }
#home::after{
    height: 3rem;
    content: "";
    display:block;
}
.navbar-brand .img-fluid {
    padding-left: 7rem;
}
.text-block {
    margin: 4rem 0 0 0;
    padding: 6.75rem 0 4.5rem 6.5rem;
    width: 75%;
}
.text-block h1 {
    display: block;
    margin: 0 0 2rem .5rem;
    font-size: 2.75rem;
    line-height: 1;
}
.text-block .sm {
    font-size: 2rem;
}
.text-block p{
    width: 100%;
}
.text-block .line {
    display: block;
    position: relative;
    left: -0.75rem;
    background: transparent url("../images/divider-2.png") no-repeat;
    width: 169px;
    height: 34px;
}
.highlight {
    font-size: 1.15rem;
    font-weight: 500;
    font-style: oblique;
    color: #0895d7;
}
@media (max-width: 991px) and (min-width: 768px) {
    #home::after{
        height: 8.5rem;
        content: "";
        display:block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        width: 85%;
        height: auto;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
        background-position: 1% 53%;
        padding: 1.5rem 0 1.5rem 3.5rem;
    }
    header{
        background: transparent url("../images/bg-header.jpg") no-repeat 45%;
    }
    .text-block {
        margin: 4rem 0 0 0;
        padding: 6.75rem 0 4.5rem 1.5rem;
    }
    .text-block h1 {
        font-size: 1.95rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::after{
        height: 8.5rem;
        content: "";
        display:block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        width: 85%;
        height: auto;
        padding-left: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
        background-position: 1% 53%;
        padding: 1.5rem 0 1.5rem 3.5rem;
    }
    header{
        background: transparent url("../images/bg-header.jpg") no-repeat 40%;
    }
    .text-block {
        margin: 4rem 0 0 0;
        padding: 6.75rem 0 4.5rem 1.5rem;
    }
    .text-block h1 {
        font-size: 1.95rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #home::after{
        height: 0;
        content: "";
        display:block;
    }
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        width: 85%;
        height: auto;
        padding-left: 0;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
        background-position: 1% 53%;
        padding: 1.5rem 0 1.5rem 3.5rem;
    }
    header{
        background: transparent url("../images/bg-header.jpg") no-repeat 35%;
    }
    .text-block {
        margin: 4rem 0 0 0;
        padding: 6.75rem 0 4.5rem 1.5rem;
    }
    .text-block h1 {
        font-size: 1.95rem;
    }
}
@media (max-width: 348px){
    #home::after{
        height: 0;
        content: "";
        display:block;
    }
    .navbar-brand .img-fluid {
        width: 85%;
        height: auto;
        padding-left: 0;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
        background-position: 1% 53%;
        padding: 1.5rem 0 1.5rem 3.5rem;
    }
    header{
        background: transparent url("../images/bg-header.jpg") no-repeat 35%;
    }
    .text-block {
        margin: 0;
        padding: 3.75rem 0 3.5rem 1.5rem;
        width: 87%;
    }
    .text-block h1 {
        font-size: 1.95rem;
    }
    .text-block p {
        font-size: 90%;
    }
}

/*Reasons Block styles*/
#reasons::before {
    height: 2rem;
    content: "";
    display:block;
}
#reasons::after {
    height: 1.5rem;
    content: "";
    display:block;
}
#reasons{
    background: transparent url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
}
#reasons h2{
    margin-bottom: 2.15rem;
    padding-left: 6.5rem;
}
.reasons-bdr {
    margin-top: 3.5rem;
    height: 530px;
    width: 100%;
    border: 1px dashed #d5d9db;
    border-radius: 27px;
    background: rgba(253,255,208,.41);
}
#reasons .reasons-list {
    margin-left: 0;
    padding-left: 5px;
    position: absolute;
    top: 13%;
    left: -1%;
    width: 95%;
}
#reasons .reasons-list li {
    position: relative;
    padding-left: 4em;
    margin: 2em 0;
    font-size: 1.075rem;
    list-style: none;
    line-height: 1.5em;
    text-align: justify;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.reason-1, .reason-2, .reason-3,
.reason-4, .reason-5{
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: -0.5rem;
    background-color: #9cd6d4;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.reason-1{
    background-image: url("../images/reason-1a.png");
}
.reason-2{
    top: 0.35rem;
    background-image: url("../images/reason-2a.png");
}
.reason-3{
    background-image: url("../images/reason-3a.png");
}
.reason-4{
    background-image: url("../images/reason-4a.png");
}
.reason-5{
    background-image: url("../images/reason-5a.png");
}
.reason-1:hover, .reason-2:hover, .reason-3:hover,
.reason-4:hover, .reason-5:hover{
    background-color: #89c40a;
}
.reason-1:hover{
    background-image: url("../images/reason-1ah.png");
}
.reason-2:hover{
    top: 0.35rem;
    background-image: url("../images/reason-2ah.png");
}
.reason-3:hover{
    background-image: url("../images/reason-3ah.png");
}
.reason-4:hover{
    background-image: url("../images/reason-4ah.png");
}
.reason-5:hover{
    background-image: url("../images/reason-5ah.png");
}
#reasons .reasons-list li:hover{
    color: rgba(45,45,45,.75);
}
#reasons .img-fluid {
    margin: 4rem 0 0 1rem;
}
#reasons .btn.btn-primary {
    margin: 3% 38%;
}
.fthr{
    display: block;
    position: absolute;
    left: 2rem;
    top: 0.095rem;
    background: transparent url("../images/divider.png") no-repeat;
    width: 74px;
    height: 33px;
}
.undrline {
    display: block;
    position: relative;
    left: 32.65rem;
    bottom: 1.15rem;
    background: #89c40a;
    width: 55%;
    height: 1px;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons .undrline {
        width: 21%;
        left: 28.75rem;
    }
    .reasons-bdr {
        margin: 2rem 0 0 0.5rem;
        height: 570px;
        width: 98%;
    }
    #reasons h2 {
        font-size: 1.75rem;
    }
    #reasons .reasons-list {
        top: 7%;
        left: 1.5%;
        width: 92%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5 {
        left: -1.5rem;
    }
    #reasons .btn.btn-primary {
        margin: 3% 32%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons h2 {
        font-size: 1.5rem;
    }
    #reasons .undrline {
        width: 13%;
        left: 24.75rem;
    }
    #reasons .img-fluid {
        margin: 4rem 0 0 0;
    }
    .reasons-bdr {
        margin: 2rem 0 0 1.5rem;
        height: 495px;
        width: 96%;
    }
    #reasons .reasons-list {
        top: 7%;
        left: 1.5%;
        width: 92%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
        padding-left: 4.75em;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5 {
        left: -0.5rem;
    }
    #reasons .btn.btn-primary {
        margin: 4% 24%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2 {
        font-size: 1.35rem;
    }
    #reasons .undrline {
        width: 32%;
        left: 9.75rem;
        bottom: 0.75rem;
    }
    #reasons .img-fluid {
        margin: 1.5rem 0 0 0;
    }
    .reasons-bdr {
        margin: 2rem 0 0 1.5rem;
        height: 600px;
        width: 96%;
    }
    #reasons .reasons-list {
        top: 7%;
        left: 1.5%;
        width: 92%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
        padding-left: 5.75em
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5 {
        left: -0.15rem;
    }
    #reasons .btn.btn-primary {
        margin: 4% 18%;
    }
}
@media (max-width: 348px){
    #reasons h2 {
        font-size: 1.25rem;
    }
    #reasons .undrline {
        width: 17%;
        left: 9.25rem;
        bottom: 0.75rem;
    }
    #reasons .img-fluid {
        margin: 1.5rem 0 0 0;
    }
    .reasons-bdr {
        margin: 2rem 0 0 1.5rem;
        height: 854px;
        width: 94%;
    }
    #reasons .reasons-list {
        top: 7%;
        left: 1.5%;
        width: 92%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
        padding-left: 5.75em
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5 {
        left: -0.15rem;
    }
    #reasons .btn.btn-primary {
        margin: 6% 2%;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after,
#divider2::before,
#divider2::after{
    height: 0;
    content: "";
    display: block;
}
.divider .line{
    display: block;
    background: #cdcdcd;
    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: relative;
    width: 79px;
    height: 60px;
    margin: -2.5rem auto;
    padding: 0 2.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .divider .div-icon{
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .divider .div-icon{
        top: 0.05rem;
        left: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .divider .div-icon{
        top: 0.05rem;
        left: 0;
    }
}
@media (max-width: 348px){

}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 0;
    content: "";
    display: block;
}
#services h2{
    margin-bottom: 2.15rem;
    padding-left: 6.5rem;
}
#services .undrline{
    left: 14.65rem;
    width: 77%;
}
#services .sub-heading{
    font-size: 1.12rem;
    padding-left: 1.5rem;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-title {
    position: relative;
    bottom: 0;
    margin: 0 .5rem;
    padding: 1rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.25;
    color: #175d9d;
}
.uslugi-title .fthr {
    left: 5.5rem;
    top: 2.15rem;
}
.card-body .uslugi-title .fthr.cc2{
    left: 2.5rem;
}
.card-body .uslugi-title .fthr.cc4,
.card-body .uslugi-title .fthr.cc5{
    left: 1.5rem;
}
.card-body .uslugi-title .fthr.cc6,
.card-body .uslugi-title .fthr.cc7{
    left: 0.5rem;
}
.card-body .uslugi-title .fthr.cc8,
.card-body .uslugi-title .fthr.cc9{
    left: 3.5rem;
}
.card-body .uslugi-title .fthr.cc10{
    left: -0.5rem;
}
.uslugi .card {
    margin-bottom: 2rem;
}
.uslugi .card .card-body{
    height: 145px;
}
.ic-tvr{
    display: block;
    position: absolute;
    bottom: 36%;
    left: 42%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}
.c1{
    background-image: url("../images/tvr-1.png");
}
.c2{
    background-image: url("../images/tvr-2.png");
}
.c3{
    background-image: url("../images/tvr-3.png");
}
.c4{
    background-image: url("../images/tvr-4.png");
}
.c5{
    background-image: url("../images/tvr-5.png");
}
.c6{
    background-image: url("../images/tvr-6.png");
}
.c7{
    background-image: url("../images/tvr-7.png");
}
.c8{
    background-image: url("../images/tvr-8.png");
}
.c9{
    background-image: url("../images/tvr-9.png");
}
.c10{
    background-image: url("../images/tvr-10.png");
}
@media (max-width: 991px) and (min-width: 768px) {
    .uslugi .card .card-body {
        height: 100px;
    }
    .ic-tvr {
        bottom: 40%;
        left: 40%;
        background-size: contain;
        width: 55px;
        height: 55px;
    }
    .uslugi-title {
         bottom: 22%;
         font-size: 1.05rem;
         line-height: 1.15;
     }
    #services .undrline {
        width: 55%;
    }
    .uslugi-title .fthr {
        left: 1.5rem;
        top: 1.5rem;
        background-size: contain;
        width: 58px;
    }
    .card-body .uslugi-title .fthr.cc2{
        left: -0.85rem;
    }
    .card-body .uslugi-title .fthr.cc4,
    .card-body .uslugi-title .fthr.cc5{
        left: 0.5rem;
        top: 1.35rem;
    }
    .card-body .uslugi-title .fthr.cc6,
    .card-body .uslugi-title .fthr.cc7{
        left: 0.25rem;
    }
    .card-body .uslugi-title .fthr.cc8,
    .card-body .uslugi-title .fthr.cc9{
        left: -0.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services h1{
        font-size: 2.35rem;
    }
    .uslugi .card .card-body {
        height: 100px;
    }
    .ic-tvr {
        bottom: 37%;
        left: 40%;
        background-size: contain;
        width: 63px;
        height: 60px;
    }
    #services .undrline {
        width: 43%;
    }
    .uslugi-title {
        bottom: 20%;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .uslugi-title .fthr {
        left: 2.5rem;
        top: 1.75rem;
        background-size: contain;
        width: 58px;
    }
    .card-body .uslugi-title .fthr.cc2{
        left: -0.85rem;
    }
    .card-body .uslugi-title .fthr.cc4,
    .card-body .uslugi-title .fthr.cc7{
        left: -1.5rem;
        top: 1.75rem;
    }
    .card-body .uslugi-title .fthr.cc5{
        left: 1.5rem;
        top: 1.75rem;
    }
    .card-body .uslugi-title .fthr.cc6{
        left: 1.5rem;
    }
    .card-body .uslugi-title .fthr.cc8{
        left: 0.5rem;
    }
    .card-body .uslugi-title .fthr.cc9{
        left: -0.5rem;
    }
    .card-body .uslugi-title .fthr.cc10{
        left: 0.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #services::after {
        height: 0;
        content: "";
        display: block;
    }
    #services .sub-heading {
        padding-left: 0;
    }
    #services .hover-mask p{
        margin-bottom: 0;
    }
    .uslugi .card .card-body {
        height: 135px;
    }
    .ic-tvr {
        bottom: 37%;
        left: 40%;
        background-size: contain;
        width: 63px;
        height: 60px;
    }
    #services .undrline {
        width: 23%;
    }
    .uslugi-title .fthr {
        left: 6.5rem;
        top: 2.15rem;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #services::after {
        height: 0;
        content: "";
        display: block;
    }
    #services h2 {
        font-size: 1.5rem;
    }
    #services .sub-heading {
        padding-left: 0;
    }
    #services .undrline {
        left: 11rem;
        width: 9%;
        bottom: .75rem;
    }
    .uslugi .card .card-body {
        height: 115px;
    }
    .ic-tvr {
        bottom: 31%;
        left: 40%;
    }
    .uslugi-title {
        font-size: 1.25rem;
    }
    .uslugi-title .fthr {
        left: 2.5rem;
        top: 1.75rem;
        background-size: contain;
        width: 58px;
    }
    .card-body .uslugi-title .fthr.cc2{
        left: 0.15rem;
    }
    .card-body .uslugi-title .fthr.cc4,
    .card-body .uslugi-title .fthr.cc5,
    .card-body .uslugi-title .fthr.cc7{
        left: -1rem;
        top: 1.75rem;
    }
    .card-body .uslugi-title .fthr.cc6{
        left: -0.85rem;
    }
    .card-body .uslugi-title .fthr.cc8{
        left: 0.5rem;
    }
    .card-body .uslugi-title .fthr.cc9{
        left: -0.5rem;
    }
    .card-body .uslugi-title .fthr.cc10{
        left: 0.5rem;
    }
    #services .hover-mask p{
        margin-bottom: 0;
    }
}
/*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;
   -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{
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
    -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: 36% 20px;
    text-align: center;
    background-color: rgba(83,161,200,.49);
    border-radius: 0.75rem;
    -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(83,161,200,.49);
    -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, .hover-mask:hover .uslugi-title {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask:hover .uslugi-title{
    z-index: 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;
    z-index: 5;
}
.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;
}
/*Modals styles - uslugi*/
.modal-header{
    margin-bottom: 2rem;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-title .fthr{
    left: 2rem;
    top: 1.095rem;
}
#services .modal-title .undrline {
    left: 9rem;
    width: 410px;
}
.heading .undrline {
    margin: .5rem 0 0 0;
}
.modal-img{
    width:100%;
    height: auto;
    margin-bottom: 1rem;
    border: 1px dashed rgba(45,45,45,.75);
}
.modal-img2 {
    width: 100%;
    height: auto;
}
.banner {
    margin-bottom: 1rem;
}
.modal .text-justify{
    line-height: 1.5;
    margin-bottom: .75rem;
}
.modal .modal-list {
    padding-left: 0;
    font-size: 1.03rem;
}
.heading {
    margin-bottom: 1rem;
    font-size: 1.75rem;
}
.mar1{
    margin-top: 1.5rem;
}
.tovar-title {
    padding: .7rem 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 95%;
    color: #175d9d;
}
.tovar-title .sml {
    font-size: 75%;
}
.price-btn {
    padding: 1rem 0;
    margin-top: 3.5rem;
    border-top: 1px solid #cdcdcd;
}
.price-btn .btn.btn-primary{
    padding: 0.475rem 2.75rem;
}
.modal .modal-body .heading {
    margin: 1rem 0;
    font-size: 1.35rem;
}
#services .modal .modal-body .heading .undrline{
    left: 20.65rem;
    width: 55%;
}
#ModalCenter2 .modal-title .undrline,
#ModalCenter9 .modal-title .undrline{
    left: 19.85rem;
}
#ModalCenter3 .modal-title .undrline {
    left: 10.5rem;
}
#ModalCenter4 .modal-title .undrline {
    left: 41rem;
    width: 150px;
}
#ModalCenter5 .modal-title .undrline {
    left: 23.5rem;
}
#ModalCenter5 .modal-body,
#ModalCenter6 .modal-body,
#ModalCenter7 .modal-body,
#ModalCenter8 .modal-body{
    background-size: 28% auto;
}
#ModalCenter6 .modal-title .undrline {
    left: 33rem;
    width: 255px;
}
#ModalCenter7 .modal-title .undrline {
    left: 42rem;
    width: 141px;
}
#ModalCenter8 .modal-title .undrline {
    left: 16.5rem;
}
#services #ModalCenter9 .modal-body .heading .undrline{
    left: 23.65rem;
    width: 55%;
}
#ModalCenter10 .modal-title .undrline {
    left: 29.5rem;
    width: 290px;
}
.mb {
    display: block;
    padding-left: 3rem;
    padding-top: .25rem;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    margin-top: 1.5rem;
}
.modal .modal-list li{
    position: relative;
    padding: 0 0 .5rem 2rem;
}
.modal .modal-list li::before{
    font-size: 1.5em;
    left: 0;
    transform: translateY(18%);
}
.small2 {
    font-size: 92%;
}
.bigg {
    font-size: 1.35rem;
    font-weight: 500;
    padding-left: .35rem;
}
.modal .highlight {
    font-size: 1.15rem;
    font-weight: 500;
    color: #0895d7;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-body {
        padding: 1rem;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.65rem;
    }
    .modal .modal-body .heading {
        font-size: 1rem;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 90%;
    }
    #services .modal-title .undrline {
        left: 10rem;
        width: 375px;
    }
    #ModalCenter2 .modal-title .undrline,
    #ModalCenter9 .modal-title .undrline{
        left: 19.85rem;
        width: 71%;
    }
    #ModalCenter3 .modal-title .undrline {
        left: 11rem;
    }
    #ModalCenter4 .modal-title .undrline {
        left: 19rem;
        width: 220px;
    }
    #ModalCenter5 .modal-title .undrline {
        left: 23.5rem;
        width: 50%;
    }
    #ModalCenter6 .modal-title .undrline {
        left: 33rem;
        width: 9%;
    }
    #ModalCenter7 .modal-title .undrline {
        left: 8rem;
        width: 65%;
    }
    #ModalCenter8 .modal-title .undrline {
        left: 16.5rem;
        width: 100%;
    }
    #services #ModalCenter9 .modal-body .heading .undrline{
        left: 23.65rem;
        width: 43%;
    }
    #ModalCenter10 .modal-title .undrline {
        left: 29.5rem;
        width: 19%;
    }
    #services .modal .modal-body .heading .undrline {
        width: 47%;
    }
    .tovar-title {
        bottom: 4rem;
        font-size: 73%;
    }
    #services .modal-body .btn-primary {
        padding: 0.675rem 2rem;
    }
    .modal .divider {
        margin: 2rem 0;
    }
    .modal .modal-list2 {
        margin-top: 3rem;
    }
    .modal .modal-list li::before {
        transform: translateY(2%);
    }
    .modal .modal-list2 li{
        font-size: 85%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-body {
        padding: 1rem;
        background-size: 60% auto;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.25rem;
    }
    .modal-title .fthr{
        top: 0.8rem;
    }
    #services .modal-title .undrline {
        left: 8rem;
        width: 165px;
        top: -0.805rem;
    }
    #ModalCenter2 .modal-title .undrline,
    #ModalCenter9 .modal-title .undrline{
        left: 14.85rem;
        width: 34%;
    }
    #ModalCenter3 .modal-title .undrline {
        left: 8rem;
    }
    #ModalCenter4 .modal-title .undrline {
        left: 15rem;
        width: 24%;
    }
    #ModalCenter5 .modal-title .undrline {
        left: 17.5rem;
        width: 17%;
    }
    #ModalCenter6 .modal-title .undrline {
        left: 6.5rem;
        width: 57%;
    }
    #ModalCenter7 .modal-title .undrline {
        left: 14rem;
        width: 27%;
    }
    #ModalCenter8 .modal-title .undrline {
        left: 12.5rem;
        width: 57%;
    }
    #services #ModalCenter9 .modal-body .heading .undrline{
        left: 19.65rem;
        width: 27%;
    }
    #ModalCenter10 .modal-title .undrline {
        left: 10rem;
        width: 46%;
    }
    .modal .modal-body .heading {
        margin: 1rem 0;
        font-size: 1rem;
    }
    #services .modal .modal-body .heading .undrline {
        left: 15.65rem;
        width: 34%;
    }
    .tovar-title {
        bottom: 7rem;
        font-size: 85%;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list, .modal .modal-list2 li {
        font-size: 85%;
    }
    .modal .modal-list li::before {
        transform: translateY(-10%);
    }
    #services .modal-body .btn-primary {
        padding: 0.675rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-body, #ModalCenter5 .modal-body,
    body, #ModalCenter6 .modal-body,
    #ModalCenter7 .modal-body,
    #ModalCenter8 .modal-body{
        padding: 1rem;
        background-size: 70% auto;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.35rem;
    }
    .modal-title .fthr{
        top: 0.8rem;
    }
    #services .modal-title .undrline {
        left: 8rem;
        width: 165px;
        top: -0.75rem;
    }
    #ModalCenter2 .modal-title .undrline,
    #ModalCenter9 .modal-title .undrline{
        left: 15.85rem;
        width: 14%;
    }
    #ModalCenter3 .modal-title .undrline {
        left: 9rem;
        width: 90%;
    }
    #ModalCenter4 .modal-title .undrline {
        left: 16rem;
        width: 20%;
    }
    #ModalCenter5 .modal-title .undrline {
        left: 10.5rem;
        width: 44%;
    }
    #ModalCenter6 .modal-title .undrline {
        left: 18rem;
        width: 9%;
    }
    #ModalCenter7 .modal-title .undrline {
        left: 17rem;
        width: 13%;
    }
    #ModalCenter8 .modal-title .undrline {
        left: 13.5rem;
        width: 33%;
    }
    #services #ModalCenter9 .modal-body .heading .undrline{
        left: 17.65rem;
        width: 27%;
    }
    #ModalCenter10 .modal-title .undrline {
        left: 11rem;
        width: 42%;
    }
    .modal .modal-body .heading {
        margin: 1rem 0;
        font-size: 1rem;
    }
    #services .modal .modal-body .heading .undrline {
        left: 15.65rem;
        width: 34%;
    }
    .tovar-title {
        bottom: 7rem;
        font-size: 1.15rem;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list, .modal .modal-list2 li {
        font-size: 85%;
    }
    .modal .modal-list li::before {
        transform: translateY(-9%);
    }
    #services .modal-body .btn-primary {
        padding: 0.675rem 1rem;
    }
}
@media (max-width: 348px){
    .modal-body, #ModalCenter5 .modal-body,
    body, #ModalCenter6 .modal-body,
    #ModalCenter7 .modal-body,
    #ModalCenter8 .modal-body{
        padding: 1rem;
        background-size: 70% auto;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.35rem;
    }
    #ModalCenter4 .modal-title,
    #ModalCenter6 .modal-title,
    #ModalCenter7 .modal-title{
        line-height: 1.2;
        font-size: 86%;
    }
    #ModalCenter8 .modal-title,
    #ModalCenter10 .modal-title{
        font-size: 94%;
    }
    .modal-title .fthr{
        top: 0.8rem;
    }
    #services .modal-title .undrline {
        left: 7rem;
        top: -0.75rem;
        width: 40px;
    }
    #ModalCenter2 .modal-title .undrline{
        left: 5.85rem;
        width: 29%;
    }
    #ModalCenter3 .modal-title .undrline {
        left: 8rem;
        width: 26%;
    }
    #ModalCenter4 .modal-title .undrline {
        left: 10.5rem;
        width: 16%;
    }
    #ModalCenter5 .modal-title .undrline {
        left: 10rem;
        width: 17%;
    }
    #ModalCenter6 .modal-title .undrline {
        left: 5rem;
        width: 54%;
        top: -0.5rem;
    }
    #ModalCenter7 .modal-title .undrline {
        left: 4.5rem;
        width: 55%;
        top: -0.5rem;
    }
    #ModalCenter8 .modal-title .undrline {
        left: 9.5rem;
        width: 7%;
        top: -0.5rem;
    }
    #services #ModalCenter9 .modal-body .heading .undrline{
        left: 16.75rem;
        width: 7%;
    }
    #ModalCenter9 .modal-title .undrline {
        left: 8rem;
        width: 29%;
    }
    #ModalCenter10 .modal-title .undrline {
        left: 8rem;
        width: 23%;
    }
    .modal .modal-body .heading {
        margin: 1rem 0;
        font-size: 97%;
    }
    #services .modal .modal-body .heading .undrline {
        left: 15.15rem;
        width: 11%;
        bottom: 1.15rem;
    }
    .tovar-title {
        bottom: 7rem;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list, .modal .modal-list2 li {
        font-size: 85%;
    }
    .modal .modal-list li::before {
        transform: translateY(-9%);
    }
    #services .modal-body .btn-primary {
        padding: 0.675rem 1rem;
    }
}
/*About Block styles*/
#about::before{
    height: 6rem;
    content: "";
    display: block;
}
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about{
    background: transparent url('../images/bg-about.jpg') no-repeat center;
    background-size: cover;
}
#about h2{
    margin-bottom: 2.15rem;
    padding-left: 6.5rem;
}
#about .undrline{
    left: 7.65rem;
    width: 87%;
}
#about .heading {
    display: block;
    position: absolute;
    bottom: 4%;
    left: 43%;
}
#about .small-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: #0895d7;
}
#about p{
    padding: 0 1.5rem;
}
.about-img {
    position: relative;
    margin: 2rem auto;
}
.about-list{
    list-style: none;
    position: relative;
    padding: 0 3rem 0 4rem;
}
.about-list li{
    padding: 1rem 0 0 0;
    text-align: justify;
}
.about-list li::before,
.modal .modal-list li::before{
    content: '';
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    width: 23px;
    height: 27px;
}
.about-list li::before{
    left: 4%;
    transform: translateY(-15%);
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 3rem;
        content: "";
        display: block;
    }
    #about .heading {
        bottom: -13%;
        left: 43%;
        font-size: 1.75rem;
    }
    #about .undrline {
        width: 65%;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        list-style: none;
        position: relative;
        padding: 0 0 0 2rem;
    }
    .about-list li::before {
        left: 1%;
        transform: translateY(-3%);
    }
    #about p {
        padding: 0;
    }
    #about .small-heading {
        font-size: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about .heading {
        bottom: -16%;
        left: 39%;
        font-size: 1.35rem;
    }
    #about .undrline {
        width: 63%;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        list-style: none;
        position: relative;
        padding: 0 0 0 2rem;
    }
    .about-list li::before {
        left: 1%;
    }
    #about p {
        padding: 0;
    }
    #about .small-heading {
        font-size: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about .heading {
        bottom: -16%;
        left: 39%;
        font-size: 1.35rem;
    }
    #about .undrline {
        width: 50%;
        left: 8.65rem;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        list-style: none;
        position: relative;
        padding: 0 0 0 2rem;
    }
    .about-list li::before {
        left: 1%;
        transform: translateY(4%);
    }
    #about p {
        padding: 0;
    }
    #about .small-heading {
        font-size: 1rem;
    }
}
@media (max-width: 348px){
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about h2 {
        font-size: 1.95rem;
    }
    #about .undrline {
        width: 35%;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
     }
    .about-list {
        list-style: none;
        position: relative;
        padding: 0 0 0 2rem;
    }
    .about-list li::before {
        left: 1%;
        transform: translateY(-9%);
    }
    #about p {
        padding: 0;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before{
    height: 2.5rem;
    content: "";
    display: block;
}
#slogan::after{
    height: 1.5rem;
    content: "";
    display: block;
}
.slogan-logo {
    width: 25%;
    height: auto;
    margin: 0 auto .75rem auto;
    display: block;
}
#slogan .sub-heading{
    position: relative;
    top: 2%;
    left: 14%;
    width: 70%;
    font-size: 1.5rem;
    line-height: 1.2;
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after {
        height: 1.15rem;
        content: "";
        display: block;
    }
    .slogan-logo {
        width: 35%;
        position: relative;
        top: 2%;
    }
    #slogan .sub-heading {
        margin: .7rem 0 1rem 0;
        font-size: 1.15rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after {
        height: 2.15rem;
        content: "";
        display: block;
    }
    .slogan-logo {
        width: 46%;
        position: relative;
        top: 0;
    }
    #slogan .sub-heading {
        bottom: 5%;
        margin: 1rem 0;
        font-size: 1.15rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before, #slogan::after {
        height: 1rem;
        content: "";
        display: block;
    }
    .slogan-logo {
        width: 46%;
        position: relative;
        top: 0;
    }
    #slogan .sub-heading {
        bottom: 5%;
        margin: 1rem 0;
        font-size: 1.15rem;
    }
}
@media (max-width: 348px){
    #slogan::before, #slogan::after {
        height: 2rem;
        content: "";
        display: block;
    }
    .slogan-logo {
        width: 70%;
        position: relative;
        top: 0;
    }
    #slogan .sub-heading {
        bottom: 5%;
        left: 0;
        margin: 1rem 0;
        width: 100%;
        font-size: 1.15rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgba(156,214,212);
    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(137,196,10,1);
    border: 2px solid #fdffd0;
    color: #fdffd0;
}
#scrollToTopBtn:active {
    background: rgba(137,196,10,1);
    border: 2px solid #fdffd0;
    color: #fdffd0;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background:#50a3ff;
    color:#fff;
}
#footer h2{
    margin-bottom: 2.15rem;
    padding-left: 6.5rem;
    color: #fff;
}
#footer .undrline{
    left: 12.85rem;
    width: 77%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    margin-top: 3rem;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:75%;
    width:95%;
    position:absolute;
    margin: 0 1.2rem;
    border: 4px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.contact-info{
    padding: 1rem 6rem 0 2.5rem;
}
.sm3 {
    font-size: 75%;
    padding-left: .25rem;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0 0 0;
    padding-left: .4rem;
    font-size: 1.2rem;
}
.contacts-list li {
    padding: 6px 0;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.bdr2 {
    border-bottom: 1px solid rgba(253,255,208,.65);
    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;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background-size: 54%;
        background-position: 0 7%;
    }
    #footer .undrline {
        width: 57%;
        left: 13rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li{
        padding: 5px 0;
        font-size: 85%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe{
        margin: 0;
        left: 1rem;
        width: 90%;
    }
    .sm3 {
        font-size: 75%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background-size: 61%;
        background-position: 7% 7%;
    }
    #footer .undrline {
        margin: 0 auto;
        width: 40%;
        left: 4.85rem;
    }
    .contact-info {
        padding: 1rem 1.5rem;
    }
    .contacts-list li{
        padding: 5px 0;
    }
    .map-responsive iframe {
        top: 2rem;
        margin: 0;
        left: 1.5rem;
        width: 91%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background-size: 61%;
        background-position: 0 7%;
    }
    #footer .undrline {
         margin: 0 auto;
         width: 35%;
         left: 5.85rem;
     }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: 1rem;
        width: 94%;
    }
    .contact-info {
        padding: 0 0 1rem 0.5rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer h2 {
        font-size: 1.75rem;
    }
    #footer .undrline {
        margin: 0 auto;
        left: 5.7rem;
        width: 11%;
    }
    #footer{
        background-size: 75%;
        background-position: 0 7%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 5px 0;
        font-size: 90%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive {
        margin-top: 1rem;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: .95rem;
        width: 91%;
    }

}
/*Copyright Block styles*/
#copyright:before,
#copyright:after{
    height: 0;
    content: "";
    display:block;
}
.copyright {
    text-align: center;
    font-size: 90%;
    border-top: 1px solid rgb(253,255,208);
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    .copyright {
        font-size: 85%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .copyright {
        font-size: 85%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .copyright {
        font-size: 80%;
    }
}
@media (max-width: 348px){
    .copyright {
        font-size: 65%;
    }
}