/*
Theme Name: Stada
Theme URI: https://example.com/my-theme
Author: Ваше Имя
Author URI: https://example.com
Description: Краткое описание темы
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom, responsive, starter
*/

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
 
@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/notosans/NotoSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/notosans/NotoSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/notosans/NotoSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('./assets/fonts/notosans/NotoSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Ваши стили */
html {
	margin: 0 !important;
}
body { 
	background-color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400; 
	color: #000000;
} 

.header {
	height: 72px;
	background-color: #005db9;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.main {
	margin-top: 72px;
}
.footer {
	background-color: #005db9;
	color: #ffffff;
	font-size: 20px;
}
.footer-text p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 1px;
}
.linkedin {
	width: 42px;
	height: 42px;
} 
.menublock {
	height: 72px;
	font-size: 15px;
	color: #FFFFFF; 
}
.menublock__logo {
	width: 80px; 
}
.menublock__logo img {
	width: 100%; 
}	
.menublock__menu .menu-item a, .menublock__menu .menu-item  a:active,  .menublock__menu .menu-item a:focus, .menublock__menu .menu-item  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 15px; 
	border-bottom: transparent 3px solid;
	transition: all 1s ease;
}
.menublock__menu .menu-item a:hover, .menublock__menu .current_page_item a {
	color: #00dcff!important;
	border-bottom: 3px solid #00dcff!important;
}
.hero {
	background: url(./assets/images/hero-bg.png) no-repeat left!important;
	background-size: auto 500px!important;
	height: 500px!important;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.hr:nth-of-type(even) {
	margin-top: 50px;
}
.hr:nth-of-type(odd) {
	margin-top: -30px;
}
.hr:nth-child(5){
	margin-top: -80px;
}
.hr__title {
	color: #005db9;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 15px!important;
}
.ht__subtitle { 
    color: #000000;
    font-size: 18px; 
    line-height: 1.55;
    font-weight: 600;
    opacity: 0.7;
	margin-bottom: 15px!important;
}
.link a:link, .link a:visited, .link a:active { 
	color: rgb(0, 93, 185) 
}
.link a:hover {
	text-decoration: underline;
}
.slider-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.slider-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide a:link, .swiper-slide a:visited, .swiper-slide a:active {  
	font-weight: 700;
	font-size: 14px;
    line-height: 1.55;
	color: #000000;
	text-decoration: none;
}
.video-swiper {
	padding: 0 40px 0 40px;
}
.slider-wrapper {
	position: relative;
}
.nav-btn { 
	width: 40px;
	height: 40px;
	background-color: rgb(0, 93, 185);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	border: transparent;
}
.swiper-button-disabled {
	opacity: 0.5;
}
.nav-btn svg {
	width: 10px;
}
.swiper-btn-prev {
	position: absolute;
    left: -30px;
    top: 50%;
}
.swiper-btn-next {
	position: absolute;
    right: -30px;
    top: 50%; 
}
.swiper-btn-prev svg {
	transform: rotate(180deg);
}
.section__title {
	color: #005db9;
	font-size: 40px;
	font-weight: 700;
} 
.report_title { 
	font-size: 20px!important;
	font-weight: 500!important;
}
.mb-80 {
	margin-bottom: 80px;
}
#wpadminbar {
	display: none;
}
.video-title {
	height: 150px;
	overflow: hidden;
}
a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active {
	background-color: #005db9;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}



@media (max-width: 767px) {  
	.main {
		margin-top: 72px;
	}
	.hero {
		background: url(./assets/images/hero-mob.png) no-repeat left top !important;
		background-size: auto 276px !important;
		background-size: contain!important;
		height: 500px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.swiper-btn-prev {
		position: absolute;
		left: -0;
		top: 50%;
	}
	.swiper-btn-next {
		position: absolute;
		right: -0;
		top: 50%; 
	}
	.hr:nth-of-type(even) {
		margin-top: 0px;
	}
	.hr:nth-of-type(odd) {
		margin-top: 0px;
	}
	.hr:nth-child(1){
		order: 1;
	}
	.hr:nth-child(2){
		order: 4;
	}
	.hr:nth-child(3){
		order: 2;
	}
	.hr:nth-child(4){
		order: 5;
	}
	.hr:nth-child(5){
		order: 3;
	}

	.section__title { 
		font-size: 32px; 
	} 
	.mb-80 {
		margin-bottom: 50px;
	}
}