/*!
Theme Name: vekprint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vekprint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vekprint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html {
   font-family: "Rubik", sans-serif;
   color: #333;
}

b, strong 
 {
    
    font-weight: 600;
}

.uk-link, a {
    color: #42a698;    
    cursor: pointer;
}

em {
    color: #d86f00;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Шапка: тёмный фон-картинка и контрастный текст */
.site-header {
	position: relative;
	color: #fff;
}

.site-header__overlay {
	position: absolute;
	inset: 0;
	background: #0f0f10 url('/wp-content/themes/vekprint/assets/header-bg.jpg') center/cover no-repeat;
	opacity: 1; /* фон полностью виден */
	z-index: 0;
}

.site-header .uk-container,
.site-header .uk-navbar-container {
	position: relative;
	z-index: 1; /* контент поверх фона */
}

.site-branding img{
	max-width: 330px;
	height: auto;
}

.site-title a { color: #fff; }
.site-description { color: rgba(255,255,255,.8); }


.site-contacts .uk-subnav>*>:first-child {
	font-size: 1.1em;
	    text-transform: none;
}
.site-contacts .uk-icon {
    margin-right: 5px;
    color: #f88000 !important;
}

/* Чуть плотнее расстояния в навигации */
.uk-navbar-nav > li > a {
	font-weight: 500;
}

/* Дропдауны UIKit на тёмной шапке */
.uk-navbar-dropdown {
	background: #1b1b1d;
	color: #fff;
}
.uk-navbar-dropdown a { color: #fff; }
.uk-navbar-dropdown a:hover { color: #ddd; }

/* Сетка контактов на узких экранах */
.site-contacts .uk-subnav > li a,
.site-contacts .uk-subnav > li span { color: #333; }


.header-nav-wrap .uk-navbar-left,
.header-nav-wrap .uk-navbar-right { white-space: nowrap; }

.header-nav-wrap .uk-navbar-nav > li { position: static; } /* якорь для dropdown */

.uk-navbar-dropdown { min-width: 260px; top: 50px !important;}

.header-search .search-field { width: 220px; max-width: 40vw; }


.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 55px;

}

.uk-navbar-dropdown { 
    background: #ffffff;
    color: #fff; 
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f8f8f8;
    border-radius: 20px;
}

.uk-search-navbar .uk-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}


.uk-navbar-nav>li>a { 
    color: #333;
}

.uk-navbar-dropdown-nav>li>a {
    color: #000000;
    font-size: 1.2em;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true] {
    color: #f88000;
}

.border-radius-20 {
	border-radius: 20px;
	overflow: hidden;
}

.uk-slideshow-items {
    aspect-ratio: 16 / 6;
    min-height: 280px; 
    max-height: 380px;
}

.uk-light {
	color: rgba(255, 255, 255, 1);
}

.uk-light .uk-button-primary,
.uk-button-primary {
background-color: #f88000;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
}

.uk-light .uk-button-primary:hover,
.uk-button-primary:hover {
background-color: #232323; 
}

.uk-light .uk-dotnav>*>* {
	    background: #f88000 ;
	    border-color: #f88000 ;
}
.uk-light .uk-dotnav>.uk-active>* {
	    background: #656565;
		 border-color: #656565;
}

.uk-card-title {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}

/** color **/

.alert-warning {
    color: #85760a;
    background-color: #fff9d0!important;
    border-color: #fff7bd;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: rgb(248 248 248 / 50%);
    border-radius: 20px;
    box-sizing: border-box;
    color: #000000;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 0.5em;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    text-shadow: none;
    will-change: transform;
    max-width: 80%;
	    left: 5px;
    bottom: 5px;
}

/*** table ***/

.wp-block-table thead {
    border-bottom: 1px solid;
    background: #fff2e0;
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: #f8f8f8;
}

.uk-table th { 
    font-weight: 500;
    color: #000000;
    text-transform: none;
}

.uk-table-small td {
    font-size: .9rem;
}

.uk-table-small td svg {
    width: 15px;
}

.wp-block-table td, .wp-block-table th { 
    border-color: #e9e9e9;
    font-size: .85rem;
}

.uk-table th.has-text-align-center {
    text-align: center;
}  

.uk-table th.has-text-align-right {
    text-align: right;
} 

.gradient-overlay {
	background: linear-gradient(90deg, rgb(0 0 0 / 40%) 0%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 100%);
    opacity: 1 !important;
}

.text-baner {
	margin-left:50px;
}

/*** faq  ****/

.faq_block-li {
	
}

.faq_block-li a {
	    text-decoration: none;
}


.uk-table-small td, .uk-table-small th {
    padding: 10px 4px;
}


.uk-button-small {
    padding: 0 5px;
    line-height: 28px;
    font-size: .875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 4px;
    padding-right: 6px;
    min-width: 40px;
}

 

@media screen and (max-width: 600px) {

    .site-contacts {
margin-right: 15px;
    }

	.site-branding img {
		max-width: 200px;
		height: auto;
	}

    #wpadminbar {
     position:relative;
    }

	.gradient-overlay {
    background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0) 100%);
    opacity: 1 !important;
}

.text-baner {
	margin-left:0;
}

#contact-dropdown .uk-dropdown-nav {
    font-size: 1.05rem;
}

#contact-dropdown .uk-dropdown-nav>li>a {
    color: #252525;
} 


.uk-nav-default {
    font-size: .900rem;
    line-height: 1.7;
}

 }





/**** cookie  ****/
.cookie_notice {
    display: none;
    width: 97%;
    max-width: 512px;
    border-radius: 5px;
    position: fixed;
    z-index: 260;
    bottom: 5px;
    left: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #767676;
    background: #ffffff;
    padding: 10px 20px;
    box-shadow: 0px -8px 8px 0 rgb(0 0 0 / 5%);
}


.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 0px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #ff8c32;
}
.cookie_btn:hover {
    color: #FFF;
    background: #211210;
}

.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
 






 