/*!
Theme Name: Blood
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: blood
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.

Blood 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* ===== e-Ukraine ===== */
@font-face {
  font-family: 'e-Ukraine';
  src: url('../fonts/e-Ukraine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-Ukraine';
  src: url('../fonts/e-Ukraine-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-Ukraine';
  src: url('../fonts/e-Ukraine-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-Ukraine';
  src: url('../fonts/e-Ukraine-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-Ukraine';
  src: url('../fonts/e-Ukraine-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-Ukraine';
  src: url('../fonts/e-Ukraine-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* ===== e-UkraineHead ===== */
@font-face {
  font-family: 'e-UkraineHead';
  src: url('../fonts/e-UkraineHead-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-UkraineHead';
  src: url('../fonts/e-UkraineHead-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-UkraineHead';
  src: url('../fonts/e-UkraineHead-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-UkraineHead';
  src: url('../fonts/e-UkraineHead-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-UkraineHead';
  src: url('../fonts/e-UkraineHead-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'e-UkraineHead';
  src: url('../fonts/e-UkraineHead-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'e-Ukraine', sans-serif;
}

h1, h2, h3 {
  font-family: 'e-UkraineHead', sans-serif;
  font-weight: 700;
}

 html, body {
      height: 100%;
      margin: 0;
    }
    .app {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .app-body {
      display: flex;
      flex: 1 1 auto;
      min-height: 0;
    }
    /* Десктопный сайдбар */
    .sidebar {
      width: 250px;
      background: #1f2533;
    }

	.img_logo_wrapper{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.164);
	}
    .sidebar .navbar-brand,
    .sidebar .nav-link {
      color: #fff;
	  border-radius: 7px;	 
    }
	.nav-item{
		padding: 0px 15px 0px 15px;
	}
    .sidebar .nav-link.active {
      background:  rgba(255, 255, 255, 0.1);
;
    }
    /* Основная колонка */
    .main {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 0;
    }
    .main-content {
      flex: 1 1 auto;
      overflow: auto;
      padding: 1.5rem;
    }
    /* Футер */
    footer {
      flex-shrink: 0;
      background: #1f2533;
      color: #fff;
    }
     .h-100{
		background-color: #1f2533;
	 }
	.nav-item>.active{
		background:  rgba(255, 255, 255, 0.1);
		border-radius: 7px;
		color: #fff;
	}

	.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm{
		--bs-offcanvas-width: 100%;
		border-right:0px;
	}
	.nav-item>.nav-link{
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	.nav-link>i{
		font-size: 16px;
	}
	.active > i {
  display: inline-block; /* чтобы background-clip сработал корректно */
  background: linear-gradient(
    103.37deg,
    #EB3131 13.24%,
    #FAA300 79.65%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* для Firefox */
  color: transparent;
}

.offcanvas-body{
	background: #1f2533;
}
.py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.rounded{
	border-radius:35px;
}

/* Отступ для вложенного меню */
.sidebar .nav .nav .nav-link {
  padding-left: 2rem;
}

.main_button>a{
  padding: 10px 35px 10px 35px;
}

.nav-link.is-active {
  background: linear-gradient(103.37deg, #EB3131 13.24%, #FAA300 79.65%);
  color: #fff !important;
  border-radius: 4px;
}

a.nav-link[aria-expanded="true"] > .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
a.nav-link[aria-expanded="false"] > .fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
/* Активный пункт подменю — только текст градиентом */
.nav-link.active-submenu {
  background-image: linear-gradient(103.37deg, #EB3131 13.24%, #FAA300 79.65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Чтобы элементы не прыгали */
.collapse:not(.show) {
  display: none !important;
}

.form_wrapper{
	background: #E6EBE6;
	padding: 85px;
  margin-bottom: 10px;
}
.text_support,
.title-form{
 font-family: 'e-Ukraine', sans-serif;
font-weight: 600;
font-style: Medium;
font-size: 44px;
line-height: 56px;
letter-spacing: 0%;
color :#1A2232;
}

.divider{
height:2px;
background-color: #000000;
margin: 25px 0px 25px 0px;
}
.email_label,
.adress_label{
 font-family: 'e-Ukraine', sans-serif;
font-weight: 300;
font-style: Light;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #616161;
}

.email_a>a{
font-family: 'e-Ukraine', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
color: #1A2232;
text-decoration: none;
}
.adress_a{
	font-family: 'e-Ukraine', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
color: #1A2232;
}
.info_support{
	padding: 25px;
}

.form{
	padding: 25px;
	background-color: #fff;
}

.title-form{
	margin-top: 25px;
}

.form-control{
	border-radius: 0px;
	padding: 15px;
  margin-bottom: 15px;
}

input::placeholder{
color :#B7B7B7!important;
}

.form-label{
	font-family: 'e-Ukraine', sans-serif;
font-weight: 600;
font-style: Medium;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
}

.btn-dark{
  padding: 15px 35px 15px 35px!important;
  background-color: #1A2232;
}

.pd-25{
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-4{
  padding: 8px!important;
}

.main_wrapper{
  padding: 50px;
  margin-top: 15px;
}

@media (max-width: 768px) {
   .p-4{
  padding: 0px!important;
}
.block_25{
   padding-left: 0px;
   padding-right: 0px;
}
.form_wrapper{
  padding: 20px;
  margin-bottom: 100px;
}

.wp-block-heading.text_main{
  text-align: center!important;
}
.main_button{
      margin-right: auto !important;
    margin-left: auto !important;
}
.main_wrapper{
  padding: 25px;
  margin-top: 0px;
}

.mobile-wrapper{
   padding: 0px;
}
.btn_download{
  width: 100%;
}
.info_support{
  padding: 0px;
}
.btn-dark{
width: 100%;}
}



