@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/ProximaNova-Bold.woff2') format("woff2")
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/ProximaNova-Regular.woff2') format("woff2")
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'), url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Regular.woff') format('woff'), url('/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'), url('/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Medium.woff') format('woff'), url('/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'), url('/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-SemiBold.woff') format('woff'), url('/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'), url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Bold.woff') format('woff'), url('/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/fonts/fa-regular-400.eot");
    src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    min-height: 100vh;
    color: #3a3838;
}

.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

a, .uk-link {
    color: #3a3838;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .uk-link:hover {
    color: #3a3838;
    text-decoration: none;
}

.table.table-striped.table-bordered {
    width: 100% !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}


.nav {
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);  
}

.uk-navbar-nav li a {
    color: #2b2a2a !important;
    text-transform: none;
    font-family: 'Gilroy';
    font-size: 16px !important;
    font-weight: bold;
}

.uk-navbar-nav li a:hover {
    color: #bc1c27 !important;
    text-decoration: underline;
}

.uk-navbar-dropdown {
    width: 430px;
    top: 79px !important;
    padding: 20px 25px 10px 20px;
    background: #fff;
    border-top: 2px solid #358faf;
    -webkit-box-shadow: 0px 4px 8px 3px rgba(68, 19, 68, 0.1);
    -moz-box-shadow: 0px 4px 8px 3px rgba(68, 19, 68, 0.1);
    box-shadow: 0px 4px 8px 3px rgba(68, 19, 68, 0.1);
    overflow: visible;
}

@media (min-width: 1400px) {
    .uk-navbar-dropdown {
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }
}

@media (max-width: 960px) {
    .uk-navbar-dropdown {
        width: 250px;
        padding-top: 5px;
        background: none !important;
    }
    .uk-navbar-nav li a {
        margin-bottom: 25px;
    }
}

.uk-nav > li > a {
    padding: 1px 0;
    font-size: 15px;
    color: #2b2a2a !important;
}

@media (max-width: 960px) {
    .uk-nav > li > a {
        font-size: 17px;
        color: #fff !important;
    }
}

.uk-navbar-dropdown-nav li a {
    padding: 1px 0;
    font-size: 14px !important;
    color: #2b2a2a !important;
}

@media (max-width: 960px) {
    .uk-navbar-dropdown-nav li a{
        color: #fff !important;
        margin-bottom: 15px;
    }
}

.uk-navbar-nav li a:hover {
    color: #0072bc !important;
    text-decoration: underline;
}

@media (min-width: 960px) {
    .uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
         gap: 15px !important; 
    }
}

@media (min-width: 1400px) {
    .uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
         gap: 30px !important; 
    }
}



.headphone {
    color: #2e92b6 !important;
    font-size: 22px;
    font-weight: bold;
    flex: none;
    display: block;
}

.headphone:hover {
    text-decoration: underline;
}

.mainphones hr {
    border-color: #d1d0d1;
    margin: 2px 0px 6px 0px;
}

.mainphones .headphone {
    color: #2e92b6;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    flex: none;
    display: block;
}

.mainphones .stitle {
    color: #212121;
    font-size: 11px;
    display: block;
    top: -20px;
}

footer .mainphones .headphone {
    color: #fff !important;
}

footer .mainphones .stitle, #offcanvas-nav .mainphones .stitle  {
    color: #c7c3c3 !important;
}

.headmail {
    color:#efede0 !important;
    font-size: 18px;
    flex: none;
    display: block;
}

a.callback {
    font-size: 0.875rem;
    color: #fff;
    background-image: linear-gradient(to right, #358faf 0%, #42c0ee 51%, #20718f 100%);
    background-size: 200% auto;
    transition: 0.3s;
    border-radius: 14px;
    padding: 6px 14px !important;
    flex: none;
    display: inline-block !important;
    margin-right: 10px;
}

a.callback:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: underline;
}

.uk-navbar-nav li {
    color: #626262 !important;
    list-style: none;
    display: inline;
}

.uk-sticky-placeholder {
    height: 0 !important;
}

.top-wrap::before,
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    /*background-color: rgba(0,0,0,0.5);*/
}

.top-wrap-height {
    height: 800px;
    transition: height 0.25s;
}

.top-wrap-height-inner {
    height: 200px;
    transition: height 0.25s;
}

.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
    z-index: 2;
}

.uk-logo img {
    width: 180px;
}

.uk-modal-dialog {
    border-radius: 9px;
}

.uk-button-primary {
    font-size: 0.875rem;
    color: #fff !important;
    background-image: linear-gradient(to right, #358faf 0%, #40afd8 51%, #20718f 100%);
    background-size: 200% auto;
    transition: 0.3s;
    border-radius: 14px;
    padding: 3px 14px 1px 14px !important;
    flex: none;
    display: inline-block !important;
}

.uk-button-primary:hover{
    background-position: right center; 
    color: #fff;
}

.uk-input {
    border-radius: 500px;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #8dc63f;
}

/* MAIN SLIDES BLOCK */

#mainslides {
    padding-bottom: 5px !important;
}

.head-slide {
    padding-top: 65px;
    min-height: 600px;
    position: relative;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    color: #212121;
    background-color: #dedede;
}

@media (max-width: 970px) {
    .head-slide {
        min-height: 650px;
    }
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    width: 16px;
    height: 16px;
    border-radius: 500px;
    transition: all .3sease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d6d6d6;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(to right, #358faf 0%, #42c0ee 51%, #3389a8 100%);
}

.head-slide .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head-slide .slider_text_left {
    justify-content: flex-start;
    text-align: left;
    margin-top: 100px;
}

.head-slide .slider_header {
    font-weight: 700;
    font-size: 50px;
    color: #e13d0ad6;
    line-height: 1.1;
    margin-bottom: 30px;
}

@media (max-width: 900px) {
    .head-slide .slider_header {
        font-size: 36px;
    }
}

.slider_description-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.slider_description-subtitle {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* SLIDES END */

.mainslogan {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mainslogan h1 {
    font-size: 44px;
    line-height: 48px;
    color: #d7e9ff !important;
    text-align: left;
}

.mainslogan h1 strong {
    color: #f3b761;
}

.mainslogan h2 {
    font-size: 22px;
    color: #d7e9ff !important;
    text-align: left;
}

.mainslogan .subtitle-text {
    font-size: 15px;
    letter-spacing: 1px;
    color: #d7e9ff !important;
    text-transform: uppercase;
    text-align: center;
}

.mainlogo {
    max-height: 340px;
    display: inline !important;
    margin-top: -25px;
}

.mainlogo.inner {
    margin-top: 40px;
}

.product-item {
    padding-top: 50px;
    padding-bottom: 80px;
}


.uk-navbar-toggle-icon {
    color: #252525 !important;
    top: -10px;
}

.nav .address {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    margin-left: 30px;
}

#offcanvas-nav .address {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

#offcanvas-nav .address div {
    margin-bottom: 10px;
}

#offcanvas-nav .headphone {
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
}

#offcanvas-nav a.callback {
    font-size: 1.2em;
}

#services {}

#services .uk-card .inner {
    background-image: -webkit-linear-gradient(225deg, #8dc63f 0%, #3db1db 63%, #2B86C5 100%);
    background-image: -moz-linear-gradient(225deg, #8dc63f 0%, #3db1db 63%, #2B86C5 100%);
    background-image: -o-linear-gradient(225deg, #8dc63f 0%, #3db1db 63%, #2B86C5 100%);
    background-image: linear-gradient(225deg, #8dc63f 0%, #3db1db 63%, #2B86C5 100%);
    border-radius: 14px;
    padding: 0px 15px 0px 15px;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

#services .uk-card .inner img {
    width: 60px;
    margin-right: 10px;
    display: inline;
}

#services .uk-card .inner img.s3 {
    width: 55px;
}

#services .uk-card .inner img.s4 {
    width: 50px;
}

#services .uk-card .inner .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    color: #fff;

}

#lead .leadbg {
    border-radius: 14px;
}

#lead .leadbginner {
    padding: 15px 15px;
    color: #fff;
}

#lead .desc {
    font-size: 20px;
}

@media (max-width: 970px) {
    #lead .desc {
        text-align: center;
    }
}


#lead .leadbg a {
    color: #fff;
    text-decoration: underline;
}

#lead .leadbg a:hover {
    text-decoration: none;
}

#lead .sendbtn {
    text-decoration: none !important;
}

#content a {
    color:#2e92b6;
}

#content h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

#content ul.pdflist {
    padding-left: 0px;
}

#content ul.pdflist li {
    list-style: none;
    background: url('/images/iconpdf.png') no-repeat;
    padding: 0 40px;
    margin-bottom: 15px;
}

#content ul.pdflist li a {
    font-weight: bold;
    text-decoration: underline;
}

.uk-offcanvas-bar {
    background: #2e2f33;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-light .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
    background-color: transparent;
    border-color: #c52024 !important;
}

.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-light .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: #c52024 !important;
}

.rounded {
    border-radius: 9px;
}

.features-lists {
    font-size: 12px;
    text-align: center;
}

.block-features {
    padding: 30px 25px;
}

.roundedimg {
    border-radius: 9px;
    transition: 0.3s;
}

.roundedimg:hover {
    opacity: 0.8;
}

.mintext {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.uk-subnav > * {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .uk-subnav .uk-border-pill {
        font-size: 10px !important;
    }
    .top-wrap-height {
        min-height: 100vh;
    }
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-grid-large > .uk-grid-margin {
    margin-top: 25px;
}

.zi {
    z-index: 30 !important;
}

#newsblock h2 {
    text-align: center;
    margin-bottom: 30px;
}

#newsblock .item {
    margin-bottom: 30px;
}

#newsblock .item img {
    border-radius: 9px;
    margin-bottom: 25px;
    transition: 0.3s;
    box-shadow: 0 0px 15px rgba(25, 82, 139, .2);
}

#newsblock .item img:hover {
    opacity: 0.8;
}

#newsblock .item .date {
    background-image: -moz-linear-gradient(-90deg, rgb(74, 125, 177) 0%, rgb(25, 82, 139) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(74, 125, 177) 0%, rgb(25, 82, 139) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(74, 125, 177) 0%, rgb(25, 82, 139) 100%);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 5px 14px 4px 14px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

#newsblock .item .title strong {
    font-size: 16px !important;
    line-height: 14px !important;
}

#newsblock .item .descr {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #545653;
    margin: 10px 0 15px 0;
}

#serviceslist .item {
    margin-bottom: 40px;
}

#serviceslist h4, #objectslist h4  {
    margin-top: 8px;
    line-height: 22px;
}

#serviceslist h4 a, #objectslist h4 a {
    color: #2e92b6 !important;
}

#serviceslist h4 a:hover, #objectslist h4 a:hover {
    text-decoration: underline;
}

footer {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    background: url(/images/footerbg.png) repeat;
    color: #fff;
}

footer a {
    color: #fff;
    text-shadow: 2px 2px 2px #31150D;
}

footer a:hover {
    color: #fff;
}

footer .link {
    font-size: 12px;
    line-height: 13px;
    display: inline;
    text-decoration: underline;
}

footer .logo {
    max-width: 250px;
    margin-bottom: 15px;
}

footer .privacy {
    text-decoration: underline;
    font-size: 14px;
}

footer .headphone {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    text-shadow: 2px 2px 2px #31150D;
    margin-bottom: 5px;
}

footer .mini {
    font-size: 11px;
    line-height: 12px;
    color: #8a8888;
}

.contactlink {
    font-size: 1.8em;
}

.has-error {
    border-color: #a71313
}

.relative {
    position: relative !important;
}

.input_block {
    position: relative;
}

.input_block.error {
    border: .2rem solid #a71313;
    color: #a71313;
}

.error_msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 30px;
    background: #a71313;
    padding: 1px 3px !important;
    font-size: 12px;
    font-weight: 400;
    border-radius: .3rem;
}

.siteWay {
    padding: 0;
}

.siteWay li {
    list-style: none;
    display: inline;
}

.siteWay li:after {
    content: "/";
    color: #333;
    padding: 0 1px 0 4px;
}

.siteWay li:last-child:after {
    content: none;
}

.siteWay li a:hover {
    text-decoration: underline;
}

.siteWay li:last-child {
    display: none;
}

#objectsonmain h3 {
    font-size: 30px;
    text-align: center;
}

#objectslist img {
    transition: 0.2s;
}

#objectslist img:hover {
    opacity: 0.8;
}

#objectslist h4 {
    margin-top: 15px;
}