/* general */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1140px;
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        width: 1540px;
        max-width: 1540px;
    }
}

@media only screen and (min-width: 1920px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        width: 1600px;
        max-width: 1600px;
    }
}

.color-white {
    color: white !important;
}

.color-#6b6969 {
    color: #6b6969 !important;
}

.color-black {
    color: #404040 !important;
}

.color-red {
    color: #6b6969 !important;
}

.background-black {
    background: #404040 !important;
}

.background-red {
    background: #6b6969 !important;
}

.background-white {
    background: white !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.uws-setting {
    padding-bottom:39px;
}

.uws-setting ul {
    padding-left: 19px;
}

    .uws-setting ul li::marker {
        color: black !important;
    }

    .uws-setting ol {
        padding-left: 14px;
    }

          body {
            font-size:17px;
        }

        @media (max-width: 575px) {	
        body {
            font-size:17px;
        }
}

        .uws-setting p a,
        .uws-setting ul li a,
        .uws-setting ol li a,
        .uws-setting table tbody tr td a {
            text-decoration: underline
        }

            .uws-setting p a:hover,
            .uws-setting ul li a:hover,
            .uws-setting ol li a:hover,
            .uws-setting table tbody tr td a:hover,
            .uws-setting ul li .page-link {
                text-decoration: none
            }

/* stitky - tags */
.UWS_tags_link {
    border: solid black 1px;
    margin-right: 5px;
    padding: 5px 8px;
    text-decoration: none !important;
    color: black
}

    .UWS_tags_link:hover {
        border: solid black 1px;
        margin-right: 5px;
        padding: 5px 8px;
        text-decoration: none !important;
        color: white;
        background: black
    }

/* table */
table {
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

    table thead th {
        border-bottom-width: 2px;
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    table td, table th {
        border: 1px solid #dee2e6 !important;
        /*border-color: rgba(0, 0, 0, 0.06);*/
        padding: 0.75rem;
    }

    table th {
        text-align: -webkit-match-parent;
    }

    table tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

.uws-button {
    border-left: none !important;
    border-right: none !important;
    background: none !important;
    color: #6b6969 !important;
    border-radius: initial;
    text-align: left;
    font-size: 16px;
    padding: 10px 10px 7px 0px;
    border-color: #6b6969 !important;
    text-decoration: none !important;
}

    .uws-button.uws-btn-white {
        color: white !important;
        border-color: white !important;
        text-shadow: 1px 1px 1px black;
    }

        .uws-button.uws-btn-white:hover {
            color: #6b6969 !important;
            border-color: #6b6969 !important;            
        }

.uws-btn-black {
    border: solid white 2px !important;
    background: #000000 !important;
    color: white !important;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px 7px 10px;    
}

    .uws-btn-black:hover {
        border: solid white 2px !important;
        background: white !important;
        color: #000000 !important;        
    }

.uws-button:hover {
    color: black !important;
    border-color: black !important;
}

    .uws-button span:after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 12px;
        margin-left: 6px;
    }

    .uws-button span {
        padding-left: 0px;
        transition: all 0.3s ease-in-out;
    }

    .uws-button:hover span {
        padding-left: 15px;
    }

/* zoom image */
.img-zoom:hover img {
    -webkit-transform: scale(1.19);
    -moz-transform: scale(1.19);
    transform: scale(1.19);   
}


.img-zoom {
    overflow: hidden;
    display: table;
     border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.img-zoom img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;    
}


    /* iframe */
    iframe, object, embed {
    max-width: 100%;
    border: none;    
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* header top */
/*#header .header-top .header-row {
    align-self: initial;   
}*/

.uws-header-top-contacts {
    min-height: 46px;    
}

.uws-header-top-logo {
    min-height: 128px;   
}

/* header */
#header .header-top .header-row.py-2 {
    padding-top: 12px !important;   
}

.uws-header-contacts li i,
.uws-header-contacts li {
    color: #000000 !important;
}

    .uws-header-contacts li a {
        color: #000000 !important;
    }

    .uws-header-contacts li a {
        vertical-align: middle
    }

        .uws-header-contacts li i:hover,
        .uws-header-contacts li a:hover,
        .uws-header-contacts li:hover i,
        .uws-header-contacts li:hover a {
            color: white !important;
        }

/*#header.header-effect-shrink .header-container {
    min-height: 63px !important; 
    height:63px !important;
}*/

#header .header-nav {
    display: flex;
    align-items: initial;
    flex-grow: 1;
    justify-content: initial;
    align-self: initial;
}

.uws-header-menu-content {
    background: #000000;
}

@media only screen and (max-width: 575px) {
    #header .header-nav-features {
        padding-left: 0px;
        margin-left: 0px;
    }    

    .uws-header-phone a,
    .uws-header-email a{
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 556px) {
    .uws-header-address {
        display:none !important;
    }
}

@media only screen and (min-width: 338px) and (max-width: 556px) {
    /*.uws-header-email {
        text-align: right !important;
        float: right;
        margin-right: 0 !important
    }*/

    .uws-header-contacts,
    .uws-header-contacts ul {
        width: 100%;
        max-width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 392px) {
    .uws-header-email {
        display: none !important;
    }
    .uws-header-phone a {
        font-size:15px !important;
    }
}

@media only screen and (min-width: 557px) and (max-width: 767px) {
    .uws-header-address {
        display: none !important;
    }

    /*.uws-header-email {
        text-align: left !important;
        float: none;
        margin-right: 0 !important
    }*/
}

/* logo */
#header .header-logo h2 {
    font-family: 'Hind', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    color: #6b6969;
}

    #header .header-logo h2 > span {
        color: #404040;
        background: #6b6969;
        display: inline;
        padding: 0px 1px 6px 5px
    }

#header .header-logo a {
    text-decoration: none !important;
    color: #6b6969;
}

/* menu */

#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu {
    display: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .header-nav.header-nav-links nav > ul > li > a, 
    #header .header-nav.header-nav-links nav > ul > li:hover > a, 
    #header .header-nav.header-nav-line nav > ul > li > a, 
    #header .header-nav.header-nav-line nav > ul > li:hover > a {
       padding: 0 7px;       
    }
}

/* download */
.uws-download-files .file-content .file-icon {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    margin-top: -2px;
    float: left
}

    .uws-download-files .file-content a {
        color: #444444;
    }

    .uws-download-files td:first-child {
        width: 90%;
        max-width: 90%;
    }


    @media only screen and (max-width: 1024px) {
        .uws-download-files td:first-child {
            width: 100%;
            max-width: 100%;
        }
    }

/* page title */
.uws-header-title {
    margin-top: 15px;
    margin-bottom: 25px;
}

    .uws-header-title h1 {
        margin-bottom: 3px;
        font-size: 36px;
        font-weight: 500;
        line-height: 40px;
        text-transform: uppercase;
        border: solid 1px #000000;
        display: inline-block;
        padding: 10px 16px 0px;
        margin-bottom: 7px;
    }

/* breadcrums */
.breadcrumb > li a {
    color: #444444;
    text-transform: none
}

.breadcrumb > li:last-child a {
    color: #000000;
    font-weight: normal;
    cursor: default;
    font-weight: bold;
    text-transform: uppercase
}

.breadcrumb > li a:hover {
    text-decoration: none;
    color: #000000;
}

/* forms */
.custom-select-1:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    top: 53.5%;
    right: 14px;
    color: #212530;
    font-weight: 900;
    font-size: 0.9em;
    pointer-events: none;
    transform: translate3d(0, -50%, 0);
}

/* order success */
.order_success {
    font-size: 16px
}

.order_success img {
    max-width:280px;
    height:auto;
}

/* news - blog */
.uws-card-new-col .card-perex {
    background: #000000;
    padding:15px 32px 10px 32px;
}

    .uws-card-new-col .card-perex h4 {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .uws-card-new-col .card-perex h4 a {
        color: white !important;
        text-decoration: none !important;
    }

        .uws-card-new-col .card-perex h4 a:hover {
            color: #6b6969 !important;
            text-decoration: none !important;
        }

.uws-card-new-col .card img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 750ms linear;
    -moz-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    -ms-transition: all 750ms linear;
    transition: all 750ms linear;
}

.uws-card-new-col .card img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 750ms linear;
    -moz-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    -ms-transition: all 750ms linear;
    transition: all 750ms linear;
}

@media only screen and (max-width: 575px) {   
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-news .uws-card-new-col {
        flex: 0 0 auto;
        width: 100%;
    }

    /*.uws-card-new-col .card-perex h4 {
        height: 62px;
        overflow: hidden;       
    }*/

    .uws-card-new-col .card-body .card-text {
        height: 69px;
        overflow: hidden;
    }

    .uws-card-new-col .card-perex {
        padding: 15px 15px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-card-new-col {
        flex: 0 0 auto;
        width: 50%;
    }

        .uws-card-new-col .card-perex h4 {
            height: 48px;
            overflow: hidden;
            font-size: 19px !important;
            line-height: 24px !important;
        }

    .uws-card-new-col .card-body .card-text {
        height: 69px;
        overflow: hidden;
    }

    .uws-card-new-col .card-perex {
        padding: 15px 15px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-card-new-col .card-perex h4 {
        height: 48px;
        overflow: hidden;  
        font-size:19px !important;
        line-height:24px !important;
    }

    .uws-card-new-col .card-body .card-text {
        height: 69px;
        overflow: hidden;
    }

    .uws-card-new-col .card-perex {
        padding: 15px 15px 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .uws-card-new-col .card-perex h4 {
        height: 54px;
        overflow: hidden;        
    }

    .uws-card-new-col .card-body .card-text {
        height: 69px;
        overflow: hidden;
    }   
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {  
    .uws-card-new-col .card-perex {
        padding: 15px 12px 10px;
    }
}

/*@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .uws-card-new-col .card-perex h4 {
        height: 27px;
        overflow: hidden;
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .uws-card-new-col .card-body .card-text {
        height: 46px;
        overflow: hidden;
    }    
}*/

/*@media only screen and (min-width: 1920px)  {

    .uws-card-new-col .card-perex h4 {
        height: 27px;
        overflow: hidden;
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .uws-card-new-col .card-body .card-text {
        height: 46px;
        overflow: hidden;
    }    
}*/


/* big banner home */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.owl-carousel .owl-item a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 750ms linear;
    -moz-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    -ms-transition: all 750ms linear;
    transition: all 750ms linear;
}

.owl-carousel .owl-item:hover a img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 750ms linear;
    -moz-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    -ms-transition: all 750ms linear;
    transition: all 750ms linear;
}

.owl-carousel .uws-slide.video {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 750ms linear;
    -moz-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    -ms-transition: all 750ms linear;
    transition: all 750ms linear;
}

.owl-carousel:hover .uws-slide.video {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 750ms linear;
    -moz-transition: all 750ms linear;
    -o-transition: all 750ms linear;
    -ms-transition: all 750ms linear;
    transition: all 750ms linear;
}


.owl-carousel .uws-slide {
    cursor: pointer;
}

.owl-carousel .imageBox:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg,rgba(51,53,64,.30),rgba(51,53,64,.15));
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.owl-carousel.uws-banner2 .imageBox:after {
    position: initial;
    width: 100%;
    height: 100%;
    background: none;
    bottom: initial;
    content: "";
    left: initial;
    right: initial;
    top: initial;
}


.owl-carousel .slide-captions h2 {
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 1px 1px 10px black, 1px 1px 10px black;
}

    .owl-carousel .slide-captions h2 > span {
        color: white;
        text-shadow: 1px 1px 10px black, 1px 1px 10px black;
    }

.owl-carousel .slide-captions p {
    color: white;
    margin-bottom: 16px;
    font-size: 20px;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 10px black, 1px 1px 10px black;
}

    .owl-carousel .slide-captions p + p {
        margin-bottom: 0px;
        font-size: 18px;
        text-shadow: none;
    }

/*.owl-carousel .slide-captions .btn-modern {
        border: solid 2px #e81325
    }*/

/*.owl-carousel .slide-captions .btn-modern:hover {
            color: white !important;
            background: #bbb4b8 !important;
            border-color: #bbb4b8 !important;
        }*/

.owl-carousel .slide-captions .btn-modern > i {
    color: white !important;
    margin-right: 5px;
    font-weight: bold;
}

.owl-carousel .slide-captions .btn-modern:hover > i {
    color: white !important;
}

@media only screen and (max-width: 991px) {
    .owl-carousel .slide-captions {
        z-index: 1000;
        padding-left: 0px;
        padding-right: 0px;
        position: absolute;
        top: 10%;
        left: 0%;
        width: 100%;
        max-width: 100%;
    }

        .owl-carousel .slide-captions img {
            max-width: 200px;
            height: auto;
        }
}

@media only screen and (max-width: 575px) {
    .owl-carousel .slide-captions {
        width: 100%;
    }

        .owl-carousel .slide-captions h2 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 8px;
            max-width: 100%;
        }

    .btn-outline {
        border-width: 2px;
        padding: 4px 5px;
    }

    .owl-carousel {
        margin-top: 0px;
    }

    .uws-slide .imageBox a img {
        display: none !important;
    }

    .uws-display-on-pc {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: -1000 !important;
    }

    .uws-slide#slide1 .imageBox:before {
        background-image: url('/uws_images/banner/slider-mobil-1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        width: 575px;
        height: 667px;
        position: relative;
        content: "";
        max-width: 100%;
    }

    .uws-slide#slide2 .imageBox:before {
        background-image: url('/uws_images/banner/slider-mobil-2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        width: 575px;
        height: 667px;
        position: relative;
        content: "";
        max-width: 100%;
    }

    .uws-slide#slide3 .imageBox:before {
        background-image: url('/uws_images/banner/slider-mobil-3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        width: 575px;
        height: 667px;
        position: relative;
        content: "";
        max-width: 100%;
    }

    .uws-home-banner-section {
        margin-bottom: 24px !important;
    }

    /*.owl-carousel .slide-captions {
            width: 70%;
            max-width: 70%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 10%;
            overflow: hidden;
        }*/

    .slide-captions-container {
        width: 90%;
        max-width: 90%;
        height: 300px;
        position: relative;
        float: left;
    }

    .owl-carousel .slide-captions {
        width: 90%;
        max-width: 90%;
        height: auto;
        top: 20px;
        margin-left: 0 !important;
        margin-top: 20px !important;
        z-index: 100;
    }

        .owl-carousel .slide-captions img {
            max-width: 150px;
            height: auto;
        }

    .uws-header-logo {
        width: 150px !important;
        max-width: 150px !important;
    }

        .uws-header-logo .header-logo {
            width: 150px !important;
            max-width: 150px !important;
        }

            .uws-header-logo .header-logo img {
                width: 150px !important;
                max-width: 150px !important;
                height: auto;
            }

    #header .header-btn-collapse-nav {
        margin-right: 0px;
        margin-left: 0px;
        /*right: 15px;  */     
    }

    #header .header-nav {
        display: initial;
        align-items: initial;
        flex-grow: 1;
        justify-content: initial;
        align-self: initial;
    }

    .feature-box-info.ps-2 {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    #header .header-btn-collapse-nav {
        margin-right: 0px;
        margin-left: 0px;
        /*right: 15px;  */
    }

    #header .header-nav {
        display: initial;
        align-items: initial;
        flex-grow: 1;
        justify-content: initial;
        align-self: initial;
    }    
}

    @media only screen and (max-width: 767px) {

        .owl-carousel .slide-captions h2 {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 8px;
        }

            .owl-carousel .slide-captions h2 > span {
                font-size: 22px;
            }

        /*.owl-carousel .slide-captions {
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: 0%;
        margin-top: 19px;
        margin-left: 15px;
        width: 100%;
        max-width: 100%;
    }*/

        .owl-carousel .slide-captions .btn-modern {
            font-size: 14px;
            padding: 5px 9px;
            font-weight: 500;
        }

        .owl-carousel .slide-captions p {
            margin-bottom: 10px;
        }
    }

    @media only screen and (min-width: 576px) {
        .uws-display-on-mobile {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
            z-index: -1000 !important;
        }
    }

    @media only screen and (max-width: 360px) {

        .uws-header-logo {
            width: 150px !important;
            max-width: 150px !important;
        }

            .uws-header-logo .header-logo {
                width: 150px !important;
                max-width: 150px !important;
            }

                .uws-header-logo .header-logo img {
                    width: 150px !important;
                    max-width: 150px !important;
                    height: auto;
                }
    }

    @media only screen and (max-width: 280px) {

        .owl-carousel {
            display: none;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .owl-carousel .slide-captions h2 {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 8px;
        }

            .owl-carousel .slide-captions h2 > span {
                font-size: 22px;
            }

        /*.owl-carousel .slide-captions {
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: 0%;
        margin-top: 19px;
        margin-left: 15px;
        width: 100%;
        max-width: 100%;
    }*/

        .owl-carousel .slide-captions .btn-modern {
            font-size: 14px;
            padding: 5px 9px;
            font-weight: 500;
        }

        .owl-carousel .slide-captions p {
            margin-bottom: 10px;
        }
    }

    @media only screen and (min-width: 992px) {
        .owl-carousel .slide-captions {
            z-index: 1000;
            padding-left: 0px;
            padding-right: 0px;
            position: absolute;
            left: 0%;
            width: 100%;
            max-width: 100%;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .owl-carousel .slide-captions img {
                max-width: 300px;
                height: auto;
            }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {

        .owl-carousel .slide-captions h2 {
            font-size: 25px;
            line-height: 31px;
            margin-bottom: 8px;
        }

        .owl-carousel .slide-captions p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 15px;
        }

            .owl-carousel .slide-captions p > br {
                display: none;
            }

        .owl-carousel .owl-nav {
            display: none;
        }

        .owl-carousel .slide-captions {
            width: 100%;
            max-width: 100%;
        }

            .owl-carousel .slide-captions img {
                max-width: 210px;
                height: auto;
            }

        .owl-carousel .slide-captions {
            z-index: 1000;
            padding-left: 0px;
            padding-right: 0px;
            position: absolute;
            top: 10%;
            left: 0%;
            width: 100%;
            max-width: 100%;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {

        .owl-carousel .slide-captions img {
            max-width: 230px;
            height: auto;
        }

        .owl-carousel .slide-captions {
            z-index: 1000;
            padding-left: 0px;
            padding-right: 0px;
            position: absolute;
            left: 0%;
            width: 100%;
            max-width: 100%;
            top: 25%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }


    /* home about cards */
    .uws-about-card .card {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 750ms linear;
        -moz-transition: all 750ms linear;
        -o-transition: all 750ms linear;
        -ms-transition: all 750ms linear;
        transition: all 750ms linear;
    }

        .uws-about-card .card:hover {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
            -webkit-transition: all 750ms linear;
            -moz-transition: all 750ms linear;
            -o-transition: all 750ms linear;
            -ms-transition: all 750ms linear;
            transition: all 750ms linear;
        }

    .uws-about-card .card-body {
        padding: 29px !important;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .uws-about-card .card p {
            height: 230px;
            overflow: hidden;
        }
    }



    @media only screen and (min-width: 576px) and (max-width: 991px) {
        .uws-about-card {
            flex: 0 0 auto;
            width: 100%;
            max-width: 100%;
            margin-bottom: 25px !important;
        }
    }


    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .uws-about-card {
            flex: 0 0 auto;
            width: 50%;
            max-width: 50%;
            margin-bottom: 25px !important;
        }
    }


    /* map footer */
    .uws-map-section iframe {
        margin-bottom: -8px
    }


    /* footer newsletter */
    footer .btn {
        border-radius: 0px .25rem .25rem 0px;
    }

    footer .input-group-rounded .form-control {
        border: solid #6b6969 3px;
        border-right: none
    }

    footer .footer-newsletter-col:hover .form-control {
        border: solid #000000 3px;
        border-right: none
    }

    /* footer */
    .footer-newsletter-col p,
    .footer-interest li a,
    .footer-contacts p {
        font-size: 16px;
    }

    @media only screen and (max-width: 575px) {
        .footer-newsletter-col, .footer-interest {
            margin-bottom: 18px;
        }

        .footer-interest,
        .footer-contacts {
            margin-bottom: 18px;
        }
    }


    @media only screen and (min-width: 576px) and (max-width: 767px) {

        .footer-newsletter-col,
        .footer-about {
            flex: 0 0 auto;
            width: 100%;
            max-width: 100%;
            margin-bottom: 18px;
        }

        .footer-interest,
        .footer-contacts {
            flex: 0 0 auto;
            width: 50%;
            max-width: 50%;
            margin-bottom: 18px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .footer-newsletter-col,
        .footer-about {
            flex: 0 0 auto;
            width: 100%;
            max-width: 100%;
        }

        .footer-about {
            margin-bottom: 18px;
        }

            .footer-about p {
                text-align: center;
            }

                .footer-about p img {
                    max-width: 390px;
                    height: auto;
                }

        .footer-interest,
        .footer-contacts {
            flex: 0 0 auto;
            width: 50%;
            max-width: 50%;
            margin-bottom: 18px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {


        .footer-about {
            flex: 0 0 auto;
            width: 100%;
            max-width: 100%;
        }

        .footer-about {
            margin-bottom: 18px;
        }

            .footer-about p {
                text-align: center;
            }

                .footer-about p img {
                    max-width: 390px;
                    height: auto;
                }

        .footer-interest,
        .footer-contacts {
            flex: 0 0 auto;
            width: 25%;
            max-width: 25%;
        }

        .footer-newsletter-col {
            flex: 0 0 auto;
            width: 50%;
            max-width: 50%;
            margin-bottom: 18px;
        }
    }


    /* footer - copy */
    #footer .footer-copyright a:not(.btn):not(.no-footer-css) {
        color: black;
        transition: all 0.1s ease-in-out;
        text-decoration: underline
    }

    #footer a:hover {
        color: #6b6969;
        text-decoration: none !important;
    }

    #footer .footer-contacts a,
    #footer .footer-newsletter-col a {
        text-decoration: underline
    }

        #footer .footer-contacts a:hover,
        #footer .footer-newsletter-col a:hover {
            text-decoration: none
        }

    #footer .footer-copyright a {
        text-decoration: underline
    }

        #footer .footer-copyright a:hover {
            text-decoration: none
        }

    .uws-layout-home #footer .footer-copyright .copy2.copy2 span,
    #footer .footer-copyright .copy2,
    #footer .footer-copyright .copy2 a {
        color: white !important;
    }

        .uws-layout-home #footer .footer-copyright .copy2.copy2 span a:hover,
        #footer .footer-copyright .copy2 a:hover {
            color: white !important;
        }

        #footer .footer-copyright .copy2 a {
            color: white !important;
            text-decoration: underline;
        }

        .uws-layout-home #footer .footer-copyright .copy2.copy2 span:before {
            content: "\f0fa";
            font-family: 'Font Awesome\ 5 Free';
            font-weight: bold;
            font-style: normal;
            margin-right: 5px;
            vertical-align: middle;
            margin-top: -3px;
            display: inline-block
        }

    #footer .copyright-text span a,
    #footer .copyright-text a {
        text-decoration: underline !important;
    }

    #footer .copyright-text .btn-white {
        text-decoration: none !important;
    }



    #footer .copyright-text span a:hover,
    #footer .copyright-text a:hover {
        text-decoration: none !important;
    }