    /**
* Template Name: eNno - v2.2.0
* Template URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    
    @import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;400;500;600;700;900&family=Open+Sans&display=swap');
    body {
        font-family: 'Open Sans', sans-serif;
        color: #444444;
        overflow-x: hidden;
        font-size: 18px;
        ;
    }
    
    a {
        color: #dc3545;
        text-decoration: none;
    }
    
    a:hover {
        color: #206bfb;
        text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Exo 2', sans-serif;
    }
    
    @media (prefers-reduced-motion: no-preference) {
         :root {
            scroll-behavior: auto;
        }
    }
    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    i.bx.bxs-chevron-right,
    i.bx.bxs-chevron-left {
        color: #000;
    }
    
    .back-to-top {
        position: fixed;
        display: none;
        right: 15px;
        bottom: 15px;
        z-index: 99999;
    }
    
    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #dc3545;
        color: #fff;
        transition: all 0.4s;
    }
    
    .back-to-top i:hover {
        background: #dc3545;
        color: #fff;
    }
    
    a.btn-small.btn-success.text-white.p-1 {
        border-radius: 5px;
        padding: 5px 10px;
    }
    
    .modal-header {
        border-bottom: none;
    }
    
    .calli {
        display: none;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        transition: all 0.5s;
        z-index: 997;
        padding: 15px;
        background: #000;
    }
    
    #header.header-scrolled {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }
    
    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    #header .logo a {
        color: #f5f5f5;
    }
    
    #header .logo img {
        max-height: 66px;
    }
    
    @media (max-width: 991px) {
        #header {
            padding: 12px 0;
        }
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Desktop Navigation */
    
    .ftc {
        width: fit-content;
    }
    
    .nav-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu>ul {
        display: flex;
    }
    
    .nav-menu>ul>li {
        position: relative;
        white-space: nowrap;
        padding: 10px 25px 10px;
    }
    
    .nav-menu a {
        display: block;
        position: relative;
        color: #f5f5f5;
        transition: 0.3s;
        font-weight: 400;
        font-size: 0.8em;
        font-family: 'Open Sans', sans-serif;
    }
    
    .nav-menu a:hover,
    .nav-menu .active>a,
    .nav-menu li:hover>a {
        color: #dc3545;
    }
    
    a.phonem {
        font-size: 18px;
        font-weight: 900;
        color: rgb(255, 255, 255);
        font-family: 'Exo 2', sans-serif;
    }
    
    ul.mobp span {
        display: block;
        font-family: Exo 2, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #f5f5f5;
    }
    
    .nav-menu>ul>li {
        position: relative;
        white-space: nowrap;
        padding: 10px 25px 10px;
    }
    
    ul.mobp {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: right;
    }
    
    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    
    .nav-menu .drop-down:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }
    
    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #5f687b;
    }
    
    .nav-menu .drop-down ul a:hover,
    .nav-menu .drop-down ul .active>a,
    .nav-menu .drop-down ul li:hover>a {
        color: #dc3545;
    }
    
    .nav-menu .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }
    
    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }
    
    .nav-menu .drop-down .drop-down:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }
    
    .nav-menu .drop-down .drop-down>a {
        padding-right: 35px;
    }
    
    .nav-menu .drop-down .drop-down>a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }
    
    @media (max-width: 1366px) {
        .nav-menu .drop-down .drop-down ul {
            left: -90%;
        }
        .nav-menu .drop-down .drop-down:hover>ul {
            left: -100%;
        }
        .nav-menu .drop-down .drop-down>a:after {
            content: "\ea9d";
        }
    }
    /* Get Startet Button */
    
    section#akc {
        background: linear-gradient( 90deg, #000, #00000070), url(../img/ak1.jpg) no-repeat;
        background-size: cover;
    }
    
    .get-started-btn {
        margin-left: 25px;
        background: #fff;
        color: #5f687b;
        border-radius: 4px;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        display: inline-block;
        border: 1px solid #cdd1d9;
    }
    
    .get-started-btn:hover {
        background: #206bfb;
        color: #fff;
        border-color: #206bfb;
    }
    
    @media (max-width: 768px) {
        .get-started-btn {
            margin: 0 48px 0 0;
            padding: 6px 18px;
        }
    }
    /* Mobile Navigation */
    
    .mobile-nav-toggle {
        position: relative;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
    
    .mobile-nav-toggle i {
        color: #5f687b;
    }
    
    .mobile-nav {
        position: fixed;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
        overflow-y: auto;
        background: #fff;
        transition: ease-in-out 0.2s;
        opacity: 0;
        visibility: hidden;
        border-radius: 10px;
        padding: 10px 0;
    }
    
    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-nav a {
        display: block;
        position: relative;
        color: #5f687b;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }
    
    .mobile-nav a:hover,
    .mobile-nav .active>a,
    .mobile-nav li:hover>a {
        color: #16df7e;
        text-decoration: none;
    }
    
    .mobile-nav .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }
    
    .mobile-nav .active.drop-down>a:after {
        content: "\eaa1";
    }
    
    .mobile-nav .drop-down>a {
        padding-right: 35px;
    }
    
    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }
    
    .mobile-nav .drop-down li {
        padding-left: 20px;
    }
    
    .mobile-nav-overly {
        width: 100%;
        height: 100%;
        z-index: 9997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(73, 80, 94, 0.6);
        overflow: hidden;
        display: none;
        transition: ease-in-out 0.2s;
    }
    
    .mobile-nav-active {
        overflow: hidden;
    }
    
    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }
    
    .nav-menu a.nav-link {
        font-size: 31px;
        font-weight: 900;
        color: #fff;
        padding: 0;
    }
    
    a.btn {
        font-weight: 500;
        border-width: 1px;
        border-radius: 30px;
        background-color: #dc3545;
        font-size: 17px;
        margin-top: 7px;
    }
    
    nav.nav-menu ul {
        display: flex;
        align-items: center;
    }
    
    .btn-theme {
        color: #fff;
        padding: 15px 25px;
        border: 1px solid #dc3545;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.2em;
        display: inline-block;
        transition: 0.5s;
    }
    
    .btn-theme:hover {
        background: linear-gradient( 0deg, #dc3545, #b21726);
        ;
        color: #fff;
    }
    
    section.akc {
        position: relative;
        background: #000;
    }
    
    .abox {
        position: relative;
        z-index: 1;
    }
    
    .abox:before {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 14px;
        height: 14px;
        border-top: 1px solid #dc3545;
        border-left: 1px solid #dc3545;
    }
    
    .abox:after {
        content: '';
        position: absolute;
        bottom: 0%;
        right: 0%;
        left: auto;
        top: auto;
        width: 14px;
        height: 14px;
        border-bottom: 1px solid #dc3545;
        border-right: 1px solid #dc3545;
    }
    
    .ak1 .abox {
        background: url(../img/ak1.jpg);
        padding: 80px 50px;
        color: #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 10px 5px #00000050;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .ak2 .abox {
        background: url(../img/ak2.jpg);
        padding: 80px 50px;
        color: #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 10px 5px #00000050;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    #hero {
        width: 100%;
        background: #000000 url(../img/bg2.jpg) no-repeat;
        background-size: contain;
        background-position: right;
        position: relative;
        z-index: 0;
        color: #fff;
        padding: 140px 0;
    } 
	section.polirovka-kuzova-avto-v-astane {
    background: #000000 url(/assets/img/polirovka.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
	}
	section.tonirovka-avto-v-astane {
    background: #000000 url(/assets/img/tonirovka.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;  
	}
    section.bronirovanie-avto-v-astane {
    background: #000000 url(/assets/img/bronya1.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;    
	}
	section.restavracziya-peretyazhka-salona-avto {
    background: #000000 url(/assets/img/salon.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;    
	}
	section.ximchistka-salon-avto {
    background: #000000 url(/assets/img/him.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;    
	}
	section.shumoizolyacziya-avto-v-astane {
    background: #000000 url(/assets/img/shumka.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;    
	}
	section.avto-chexlyi {
    background: #000000 url(/assets/img/chehol.png) no-repeat !important;
    background-size: contain !important;
    background-position: right !important;    
	}
    #hero p.lead {
        margin: 30px 0;
    }
    
    #hero h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 300;
        line-height: 60px;
        text-transform: uppercase;
    }
    
    section#hero .strong {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    #hero h2 {
        color: #858ea1;
        margin: 10px 0 30px 0;
        font-size: 24px;
    }
    
    #hero .btn-get-started {
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 30px 10px 30px;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background: #16df7e;
        box-shadow: 0 8px 28px rgba(22, 223, 126, 0.45);
    }
    
    #hero .btn-get-started:hover {
        background: #206bfb;
        box-shadow: 0 8px 28px rgba(32, 107, 251, 0.45);
    }
    
    #hero .btn-watch-video {
        font-size: 16px;
        display: inline-block;
        padding: 8px 35px 8px 25px;
        transition: 0.5s;
        margin-left: 10px;
        color: #5f687b;
        position: relative;
    }
    
    #hero .btn-watch-video i {
        color: #949cac;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 8px;
    }
    
    #hero .btn-watch-video:hover i {
        color: #16df7e;
    }
    
    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }
    
    @media (max-width: 991px) {
        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }
        #hero .hero-img {
            text-align: center;
        }
        #hero .hero-img img {
            width: 50%;
        }
    }
    
    @media (max-width: 768px) {
        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }
        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
        #hero .hero-img img {
            width: 70%;
        }
    }
    
    @media (max-width: 575px) {
        #hero .hero-img img {
            width: 80%;
        }
    }
    
    @-webkit-keyframes up-down {
        0% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    
    @keyframes up-down {
        0% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    
    .about .icon {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: inline-block;
        line-height: 64px;
        text-align: center;
        border: 1px solid #dc354575;
        /* border-right: transparent;
        border-top: transparent;*/
    }
    
    .about .icon img {
        width: 40px;
    }
    
    .desk {
        font-size: 18px;
        line-height: 1.4em;
        display: inline-block;
        margin-left: 15px;
        width: calc(100% - 85px);
    }
    
    section#why .col-lg-4 {
        align-items: center;
        display: flex;
    }
    
    .mb-64 {
        margin-bottom: 64px;
    }
    
    .nav-link {
        display: block;
        padding: .5rem 0.9rem 1.5rem;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        text-align: center;
    }
    
    .avto .block {
        background: #F9F9F9;
        box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
        border-radius: 25px;
        padding: 20px;
    }
    
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #000;
        background-color: transparent;
        border-color: transparent;
        border-bottom: 1px #dc3545 solid;
        font-weight: 600;
    }
    
    .ab {
        position: relative;
        margin: 10px 0;
    }
    
    .avto h4 {
        font-size: 24px;
        font-weight: 400;
        font-family: 'Exo 2', sans-serif;
        margin-bottom: 20px;
        width: fit-content;
        line-height: 1.5em;
        border-left: 2px solid #ff0018c9;
        padding-left: 7px;
    }
    
    .avto .desc {
        padding: 80px 30px;
        position: absolute;
        z-index: 1;
        color: #fff;
        width: calc(100% - 23px);
        height: 100%;
        background: #0000009e;
        top: 0;
        left: 12px;
        text-transform: uppercase;
    }
    /* .desc:before {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 14px;
        height: 14px;
        border-top: 1px solid #dc3545;
        border-left: 1px solid #dc3545;
    }
    
    .desc:after {
        content: '';
        position: absolute;
        bottom: 0%;
        right: 0%;
        left: auto;
        top: auto;
        width: 14px;
        height: 14px;
        border-bottom: 1px solid #dc3545;
        border-right: 1px solid #dc3545;
    }*/
    
    .ab a.btn-theme {
        background: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        border: transparent;
    }
    
    section#vidy {
        background: #131313;
        color: #fff;
    }
    
    .avtoimg {
        text-align: center;
        overflow: hidden;
        margin: auto;
    }
    
    .avto p {
        height: 132px;
    }
    
    .avto p.over {
        height: 103px;
    }
    
    .avtoimg img {
        width: 100%;
    }
    
    .owl-stage {
        display: flex;
        align-items: center;
    }
    
    .formbox {
        background: #131313;
        box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
        border-radius: 25px;
        padding: 50px 50px;
        color: #fff;
        background-size: cover;
    }
    
    .formbox h2 {
        font-family: 'Exo 2', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    
    .formb {
        margin-top: 20px;
    }
    
    .formb input {
        background: none;
        border: none;
        width: 90%;
        text-align: left;
        color: #fff;
    }
    
     ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */
    }
    
    .formb input[type="submit"],
    .btn {
        color: #fff;
        border: 1px solid #dc3545!important;
        border-radius: 3px!important;
        padding: 10px 28px!important;
        width: fit-content!important;
    }
    
    .input__wrapper {
        position: relative;
        display: inline-block;
    }
    
    .input__file {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
    
    .formb span.icon {
        display: inline-block;
        float: right;
    }
    
     :focus-visible {
        outline: none;
    }
    
    .input__file-icon-wrapper {
        height: 60px;
        width: 60px;
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #fff;
    }
    
    .input__file-button-text {
        line-height: 1;
        margin-top: 1px;
    }
    
    .input__file-button {
        display: inline-block;
        cursor: pointer;
    }
    
    .formb {
        padding-bottom: 7px;
        position: relative;
        z-index: 10;
    }
    
    p.small {
        font-size: 12px;
        margin-top: 20px;
    }
    
    section.gallery {
        background: #131313;
        color: #fff;
    }
    
    .bred {
        border-left: 1px solid #dc3545;
        padding-left: 20px;
        font-size: 0.8em;
    }
    
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        background: #dc3545;
        color: #fff;
        border: none;
        padding-bottom: 5px!important;
        font-size: 2em;
        line-height: 10px;
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
    }
    
    button.owl-prev {
        position: absolute;
        left: 0;
    }
    
    button.owl-next {
        position: absolute;
        right: 0;
    }
    
    button:focus {
        outline: none;
    }
    
    .punkt {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    
    span.num {
        color: #dc3545;
        font-size: 42px;
        font-weight: 800;
        margin-right: 20px;
        line-height: 1;
    }
    
    span.desc_usl {
        font-size: 18px;
        line-height: 1.2em;
    }
    
    .box_usl {
        background: #20251d;
        color: #fff;
        padding: 120px 30px 120px 150px;
        position: relative;
        left: -10%;
        font-family: 'Exo 2';
        z-index: 4;
        box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.2);
    }
    
    .box_usl:before {
        content: '';
        width: 90%;
        height: 10px;
        position: absolute;
        background: #dc3545;
        top: 10px;
        left: 5%;
    }
    
    .box_usl:after {
        content: '';
        width: 90%;
        height: 10px;
        position: absolute;
        background: #dc3545;
        bottom: 10px;
        left: 5%;
    }
    
    .owl-nav {
        width: 90px;
        position: relative;
        margin: 0 auto;
    }
    
    section.uslugi {
        position: relative;
        overflow: visible;
        background: #131313;
        color: #fff;
    }
    
    section.ask {
        position: relative;
        background: #000;
    }
    
    .cars {
        position: absolute;
        width: 50%;
        right: -23px;
        height: 414px;
        top: 104px;
        z-index: 5;
    }
    
    .cars img {
        width: 100%;
    }
    
    .abs2 img {
        position: absolute;
        left: -67px;
    }
    
    .boxo {
        height: 300px;
        padding: 30px;
        font-size: 0.8em;
    }
    
    section.gallery img {
        width: 100%;
    }
    
    .car1 {
        position: absolute;
        width: 70%;
        top: 0;
        left: 0;
    }
    
    .car2 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 94%;
    }
    
    .carbtns {
        width: 310px;
        height: 50px;
        position: absolute;
        bottom: 0;
        right: 18%;
        display: flex;
        align-items: center;
    }
    
    .otz .carousel-inner {
        position: relative;
        width: 100%;
        overflow-x: hidden;
        /* overflow-y: visible; */
        padding-bottom: 90px;
    }
    
    .otz .carbtns {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .otz .cbtns {
        width: 110px;
        display: inline-block;
        position: relative;
        margin-right: 0;
    }
    
     :focus-visible {
        outline: none;
        color: #999;
    }
    
    .cbtns {
        width: 110px;
        display: inline-block;
        position: relative;
        margin-right: 20px;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        color: #555;
        text-align: center;
        background: transparent;
        opacity: 1;
        transition: opacity .15s ease;
        border: none;
        font-size: 1.5em;
    }
    
    .tan {
        position: absolute;
        width: 100%;
        padding: 200px 0 0px 7%;
        background: #20251d;
        z-index: 0;
        bottom: 0;
    }
    
    .bgtext {
        font-size: 193px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Exo 2';
        opacity: 0.2;
        text-align: left;
        position: relative;
        bottom: 0;
    }
    
    .owl-carousel.testimonials-carousel.uslug1.owl-loaded.owl-drag {
        z-index: 5;
    }
    
    .owl-carousel.testimonials-carousel.uslug1.owl-loaded.owl-drag {
        left: 16%;
        top: 8%;
    }
    
    section#why {
        background: #131313;
        color: #fff;
    }
    
    section.aboutus {
        background: #131313 url(../img/front-car-lights-night-road.jpg);
        background-size: contain;
        background-position: -194px 26%;
        padding: 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 0.8em;
    }
    
    section.bank {
        background: #000;
        color: #fff;
        padding: 0px 0;
    }
    
    section.bank h2 img {
        width: 170px;
    }
    
    section.bank h2 {
        line-height: 1.5em;
    }
    
    .boxwhite {
        padding: 90px 40px;
        background: linear-gradient( 90deg, black, transparent);
    }
    
    section.uslugi h2 {
        text-align: left;
    }
    
    .form_block {
        width: 45%;
        margin: 0 auto;
        text-align: center;
    }
    
    .fiels_item {
        display: inline-block;
        margin-right: 10px;
    }
    
    input[type="text"],
    input[type="tel"],
    input[type=phone] {
        width: 100%!important;
        padding: 7px 0px!important;
        margin-bottom: 10px;
        border: none!important;
        border-bottom: #dc3545 solid 1px!important;
        outline: none!important;
        color: white!important;
        background: transparent!important;
    }
    
    .modal-header .btn-close {
        background-color: #fff9;
    }
    
    .modal-body input[type="tel"] {
        width: 100%;
        padding: 7px 15px;
        margin-bottom: 10px;
        border: none;
        border-bottom: #efefef solid 1px;
        outline: none;
    }
    
    .modal-content {
        background: #000;
    }
    
    .modal-content input.btn-theme {
        background: transparent;
    }
    
    section.services {
        background: url(../img/faqbg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 0;
    }
    
    section.services:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffffc4;
        z-index: -1;
    }
    
    .unipark img {
        width: 100%;
    }
    
    section.unipark h2 {
        text-align: left;
    }
    
    .unipark .section-title {
        padding: 0px;
    }
    
    section.unipark p {
        font-size: 17px;
        line-height: 1.6em;
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    
    section {
        padding: 90px 0;
        overflow: hidden;
        position: relative;
    }
    
    .section-bg {
        background-color: #f9f9fa;
    }
    
    .section-title {
        text-align: center;
        padding: 0px 0 30px;
        position: relative;
    }
    
    .section-title h2 {
        font-size: 36px;
        font-weight: 300;
        line-height: 1.2em;
        margin-bottom: 20px;
        padding-bottom: 0;
        position: relative;
    }
    
    .section-title span {
        font-weight: 700;
        font-size: 24px;
        display: block;
    }
    
    .section-title p {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }
    
    .pt0 {
        padding-top: 0px;
    }
    
    @media (max-width: 575px) {
        .section-title h2 {
            font-size: 28px;
            margin-bottom: 15px;
        }
        .section-title span {
            font-size: 38px;
        }
    }
    /*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
    
    .featured-services {
        padding: 0;
    }
    
    .featured-services .icon-box {
        padding: 20px;
        color: #5f687b;
        background: #f9f9fa;
        border-radius: 4px;
        border: 1px solid #f9f9fa;
        transition: 0.3s;
    }
    
    .featured-services .icon {
        margin: 0 0 15px 0;
    }
    
    .featured-services .icon i {
        color: #16df7e;
        font-size: 36px;
    }
    
    .featured-services .title {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 18px;
    }
    
    .featured-services .title a {
        color: #5f687b;
        transition: 0.3s;
    }
    
    .featured-services .icon-box:hover {
        border-color: #eaecef;
    }
    
    .featured-services .icon-box:hover .title a {
        color: #16df7e;
    }
    
    .featured-services .description {
        line-height: 24px;
        font-size: 14px;
    }
    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
    
    .about .content h3 {
        font-weight: 700;
        font-size: 32px;
        color: #5f687b;
    }
    
    .about .content ul {
        list-style: none;
        padding: 0;
    }
    
    .about .content ul li {
        padding-bottom: 10px;
    }
    
    .about .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #16df7e;
    }
    
    .about .content p:last-child {
        margin-bottom: 0;
    }
    /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
    
    .counts {
        padding-top: 0;
    }
    
    .counts .counters span {
        font-size: 48px;
        display: block;
        color: #16df7e;
        font-weight: 700;
    }
    
    .counts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    
    .services .icon-box {
        text-align: center;
        border: 1px solid #fff;
        padding: 80px 20px;
        transition: all ease-in-out 0.3s;
        background: #fff;
    }
    .modal-dialog .fiels_item {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
    .services .icon-box .icon {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
    }
    
    .services .icon-box .icon i {
        color: #16df7e;
        font-size: 36px;
        transition: 0.3s;
    }
    
    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }
    
    .services .icon-box h4 a {
        color: #5f687b;
        transition: ease-in-out 0.3s;
    }
    
    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .services .icon-box:hover {
        border-color: #eaecef;
    }
    
    .services .icon-box:hover h4 a {
        color: #16df7e;
    }
    /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
    
    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }
    
    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        transition: all 0.3s ease-in-out;
    }
    
    .portfolio #portfolio-flters li:hover,
    .portfolio #portfolio-flters li.filter-active {
        color: #16df7e;
    }
    
    .portfolio #portfolio-flters li:last-child {
        margin-right: 0;
    }
    
    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }
    
    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }
    
    .portfolio .portfolio-item .portfolio-info h4 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        color: #5f687b;
    }
    
    .portfolio .portfolio-item .portfolio-info p {
        color: #949cac;
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .portfolio .portfolio-item .portfolio-info .preview-link,
    .portfolio .portfolio-item .portfolio-info .details-link {
        position: absolute;
        right: 40px;
        font-size: 24px;
        top: calc(50% - 18px);
        color: #206bfb;
        transition: 0.3s;
    }
    
    .portfolio .portfolio-item .portfolio-info .preview-link:hover,
    .portfolio .portfolio-item .portfolio-info .details-link:hover {
        color: #16df7e;
    }
    
    .portfolio .portfolio-item .portfolio-info .details-link {
        right: 10px;
    }
    
    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }
    /*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
    
    .testimonials .testimonial-item {
        box-sizing: content-box;
        min-height: 320px;
    }
    
    .owl-carousel {
        position: relative;
    }
    
    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
    }
    
    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #111;
    }
    
    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }
    
    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #e4e6ea;
        font-size: 26px;
    }
    
    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }
    
    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }
    
    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: white;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }
    
    .testimonials .owl-nav,
    .testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }
    
    .testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd !important;
    }
    
    .testimonials .owl-dot.active {
        background-color: #16df7e !important;
    }
    
    @media (max-width: 767px) {
        .testimonials {
            margin: 30px 10px;
        }
    }
    /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
    
    .cta {
        background: #f2f2f2;
        background-size: cover;
        padding: 60px 0;
        position: relative;
    }
    
    .cta h3 {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .cta p {
        color: #fff;
    }
    
    .cta .form_block {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .cta .section-title {
        padding-top: 0;
    }
    
    .section-title.ta h2 {
        text-transform: uppercase;
        font-size: 2em;
        text-align: left;
        padding-top: 50px;
    }
    
    .section-title.ta a {
        margin-top: 20px;
        display: block;
        color: #dc3545;
        font-size: 1.3em;
    }
    
    .cta .cta-btn {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }
    
    .cta .cta-btn:hover {
        background: #206bfb;
        border-color: #206bfb;
    }
    
    .imgpat {
        position: absolute;
        width: 55%;
        left: -22%;
        height: 414px;
        bottom: 67px;
        z-index: 5;
    }
    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    
    .contact {
        padding: 0;
    }
    
    .contact a.btn-theme {
        color: #fff;
    }
    
    .contact h2 {
        font-size: 64px;
        font-weight: 500;
    }
    
    .bg-grey {
        padding: 60px 40px;
        background: #000000;
        color: #fff;
    }
    
    .absol {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    
    p.bold {
        font-weight: 700;
    }
    
    .contact p {
        margin-bottom: 0.5rem;
    }
    
    .contact a {
        color: #000;
    }
    
    .address {
        margin-bottom: 30px;
    }
    
    .contact .info {
        border-top: 3px solid #16df7e;
        border-bottom: 3px solid #16df7e;
        padding: 30px;
        width: 100%;
        background-color: #f9f9fa;
    }
    
    .contact .info i {
        font-size: 20px;
        color: #16df7e;
        float: left;
        width: 44px;
        height: 44px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }
    
    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #5f687b;
    }
    
    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #949cac;
    }
    
    .contact .info .social-links {
        padding-left: 60px;
    }
    
    .contact .info .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #333;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        margin-right: 10px;
    }
    
    .contact .info .social-links a:hover {
        background: #16df7e;
        color: #fff;
    }
    
    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
        background: #16df7e;
        color: #fff;
    }
    
    .contact .php-email-form {
        width: 100%;
        border-top: 3px solid #16df7e;
        border-bottom: 3px solid #16df7e;
        padding: 30px;
        background-color: #f9f9fa;
    }
    
    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }
    
    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }
    
    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
        margin-top: 25px;
    }
    
    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }
    
    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }
    
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #16df7e;
    }
    
    .contact .php-email-form input {
        height: 44px;
    }
    
    .contact .php-email-form textarea {
        padding: 10px 12px;
    }
    
    .contact .php-email-form button[type="submit"] {
        background: #16df7e;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }
    
    .contact .php-email-form button[type="submit"]:hover {
        background: #206bfb;
    }
    
    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    
    .breadcrumbs {
        padding: 15px 0;
        background: #f9f9fa;
        min-height: 40px;
        margin-top: 82px;
    }
    
    .breadcrumbs h2 {
        font-size: 36px;
        font-weight: 300;
    }
    
    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .breadcrumbs ol li+li {
        padding-left: 10px;
    }
    
    .breadcrumbs ol li+li::before {
        display: inline-block;
        padding-right: 10px;
        color: #778196;
        content: "/";
    }
    
    @media (max-width: 992px) {
        .breadcrumbs {
            margin-top: 58px;
        }
        .breadcrumbs .d-flex {
            display: block !important;
        }
        .breadcrumbs ol {
            display: block;
        }
        .breadcrumbs ol li {
            display: inline-block;
        }
    }
    /*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
    
    .portfolio-details {
        padding-top: 40px;
    }
    
    .portfolio-details .portfolio-details-container {
        position: relative;
    }
    
    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1;
    }
    
    .portfolio-details .portfolio-details-carousel .owl-nav,
    .portfolio-details .portfolio-details-carousel .owl-dots {
        margin-top: 5px;
        text-align: left;
    }
    
    .portfolio-details .portfolio-details-carousel .owl-dot {
        display: inline-block;
        margin: 0 10px 0 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd !important;
    }
    
    .portfolio-details .portfolio-details-carousel .owl-dot.active {
        background-color: #16df7e !important;
    }
    
    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }
    
    .portfolio-details .portfolio-info h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    
    .portfolio-details .portfolio-info ul {
        list-style: none;
        padding: 0;
        font-size: 15px;
    }
    
    .portfolio-details .portfolio-info ul li+li {
        margin-top: 10px;
    }
    
    .portfolio-details .portfolio-description {
        padding-top: 50px;
    }
    
    .portfolio-details .portfolio-description h2 {
        width: 50%;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .portfolio-details .portfolio-description p {
        padding: 0 0 0 0;
    }
    
    @media (max-width: 992px) {
        .portfolio-details .portfolio-description h2 {
            width: 100%;
        }
        .portfolio-details .portfolio-info {
            position: static;
            margin-top: 30px;
        }
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    #footer {
        background-color: #000;
        color: #5f687b;
        font-size: 14px;
        position: relative;
    }
    
    #footer a {
        color: #fff;
    }
    
    #footer .footer-top {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 80px 0;
    }
    
    #footer .footer-top h3 {
        font-size: 36px;
        font-weight: 700;
        color: #5f687b;
        position: relative;
        font-family: "Poppins", sans-serif;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    #footer .footer-top p {
        font-size: 15;
        font-style: italic;
        margin: 30px 0 0 0;
        padding: 0;
    }
    
    #footer .footer-top .footer-newsletter {
        text-align: center;
        font-size: 15px;
        margin-top: 30px;
    }
    
    #footer .footer-top .footer-newsletter form {
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 4px;
        text-align: left;
        border: 1px solid #e4e6ea;
    }
    
    #footer .footer-top .footer-newsletter form input[type="email"] {
        border: 0;
        padding: 4px 8px;
        width: calc(100% - 100px);
    }
    
    #footer .footer-top .footer-newsletter form input[type="submit"] {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #16df7e;
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }
    
    #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
        background: #206bfb;
    }
    
    #footer .footer-top .social-links {
        margin-top: 30px;
    }
    
    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #eaecef;
        color: #5f687b;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 4px;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    
    #footer .footer-top .social-links a:hover {
        background: #16df7e;
        color: #fff;
        text-decoration: none;
    }
    
    #footer .footer-bottom {
        border-top: 1px solid #d9dce2;
        z-index: 2;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    #footer .copyright {
        float: left;
    }
    
    #footer .copyright img {
        width: 50px;
        margin-right: 10px;
    }
    
    #footer .credits {
        float: right;
        font-size: 13px;
    }
    
    @media (min-width: 992px) {
        .mainimg {
            margin-left: -100px;
        }
        #certs .owl-item.active {
            width: fit-content!important;
            /* margin: 0 auto; */
            display: block;
            /* width: 37%!important; */
            float: none;
            left: 8%;
            right: 15%;
        }
        #certs .owl-item.active,
        .owl-item.cloned.active {
            width: fit-content!important;
            margin: auto;
            display: block;
        }
        #certs.testimonials .testimonial-item {
            color: #fff;
            overflow: hidden;
            padding: 0 10px;
            height: 248px;
            margin: auto;
            text-align: center;
            width: 500px;
        }
        #certs .owl-carousel .owl-item img {
            display: inline-block;
            max-height: 100%;
            width: auto;
        }
    }
    
    @media (max-width: 992px) {
        #footer .copyright,
        #footer .credits {
            float: none;
            -moz-text-align-last: center;
            text-align-last: center;
        }
        .bred {
            border-left: 1px solid #dc3545;
            padding-left: 20px;
            font-size: 0.8em;
            margin: 40px 0 0px;
            order: 1;
        }
        .ord {
            -webkit-order: 1;
            order: 1;
        }
        .tan,
        .cars,
        .imgpat {
            display: none;
        }
        .box_usl {
            background: #20251d;
            color: #fff;
            padding: 80px 20px 80px 20px;
            margin-top: 60px;
            position: relative;
            left: 0;
            font-family: 'Exo 2';
            z-index: 4;
            box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 20%);
            text-align: left;
        }
        .box_usl a.btn-theme {
            text-align: center;
        }
        .mb-64 {
            display: none;
        }
        .mbm-30 {
            margin-bottom: 30px;
        }
        .mbm-20 {
            margin-bottom: 20px;
        }
        .ptm-0 {
            padding-top: 0;
        }
        .desk {
            margin-top: 10px;
        }
        .about {
            box-shadow: none;
        }
        .avtoimg {
            max-width: 100%;
            height: fit-content;
        }
        .avtoimg img {
            height: auto;
            width: 100%;
        }
        .owl-carousel.testimonials-carousel.uslug1.owl-loaded.owl-drag {
            left: 0;
            top: 0;
        }
        .section-title h2,
        section.unipark h2 {
            text-align: center;
        }
        h2.w-75.text-center.mx-auto {
            width: 100%!important;
        }
        .carousel-inner img {
            width: 100%;
        }
        .form_block {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }
        .carbtns {
            width: 310px;
            height: 50px;
            position: absolute;
            bottom: -51px;
            right: 0%;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .otz .carbtns {
            width: 100%;
            height: 124px;
            position: absolute;
            bottom: 0px;
            right: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .otz .cbtns {
            width: 110px;
            display: inline-block;
            position: relative;
            margin-right: 0;
            margin: auto;
        }
        .contact h2 {
            font-size: 2em;
        }
        .contact {
            text-align: center;
        }
        section.unipark {
            text-align: center;
            padding-bottom: 0;
        }
        .hm-0,
        .h-100 {
            height: auto!important;
        }
        .cta h3 {
            color: #000;
            font-size: 25px;
            font-weight: 500;
            margin-bottom: 30px;
            text-align: center;
        }
        .section-title.ta h2 {
            text-transform: uppercase;
            font-size: 1.2em;
            padding-top: 50px;
            text-align: center;
        }
        .section-title.ta a {
            margin-top: 20px;
            display: block;
            color: #dc3545;
            font-size: 1.9em;
        }
        .address {
            margin-bottom: 30px;
        }
        iframe#map_728077344 {
            height: 200px;
            overflow: hidden;
        }
        .formbox {
            padding: 50px 20px;
        }
        #footer {
            font-size: 12px;
        }
        .cta {
            padding-bottom: 0px;
        }
        .contact {
            padding-top: 0px;
        }
        .mainimg img {
            width: 100%;
        }
        #hero h1 {
            text-align: center;
            font-size: 26px;
        }
        #hero p.lead {
            margin: 30px 0;
            text-align: center;
        }
        .btn-theme {
            display: block;
            width: fit-content;
            margin: auto;
        }
        ul.mobp.d-block.d-lg-none.text-center {
            list-style: none;
            padding-left: 0;
        }
        ul.mobp.d-block.d-lg-none.text-center .phonem {
            color: #fff;
            font-size: 1.7em;
            font-weight: 700;
            padding: 10px 0;
        }
        ul.mobp.d-block.d-lg-none.text-center a.btn {
            color: #fff;
        }
        #header .logo {
            width: fit-content;
            margin: 20px auto;
        }
        #header .logo img {
            max-height: 50px;
        }
        .mobile-nav-toggle {
            position: absolute;
            top: 38px;
            right: 20px;
        }
        .mobile-nav-toggle i {
            color: #dc3545;
        }
        ul.mobp {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }
        section#hero .strong {
            text-align: center;
        }
        .calli {
            position: fixed;
            bottom: 60px;
            z-index: 999;
            width: 60px;
            height: 60px;
            line-height: 40px;
            font-size: 2em;
            text-align: center;
            background: #34d400;
            padding: 10px;
            border-radius: 50%;
            display: block;
        }
        .calli.cleft {
            left: 10px;
        }
        .calli.cright {
            right: 10px;
            background: #0091e5;
        }
        .calli a {
            color: #fff;
        }
        #hero {
            width: 100%;
            background-size: 100%;
            background-position: 100% 86%;
            position: relative;
            z-index: 0;
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .boxwhite {
            background: #151515;
            padding: 90px 20px;
            text-align: center;
        }
        .abs2 {
            display: none;
        }
        section {
            padding: 50px 0;
        }
    }