 @font-face {
  font-family: 'Segoe UI'; 
  src: url('/templates/font/segoeui-1.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
 }
 @font-face {
  font-family: 'Segoe UI'; 
  src: url('/templates/font/segoeui-semibold-1.woff') format('woff');
  font-weight: 600; 
  font-style: normal;
 }

body {
	font-family: 'Segoe UI', sans-serif !important;
	font-weight: 500;
}

@media (min-width: 1400px) {
	.container{
		max-width: 1440px;
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media (max-width: 1200px) {
	.container{
		max-width: 1200px;
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media (max-width: 992px) {
	.container{
		max-width: 992px;
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media (max-width: 768px) {
	.container{
		max-width: 768px;
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media (max-width: 576px) {
	.container{
		max-width: 576px;
		padding-right: 16px;
		padding-left: 16px;
	}
}
.color-text-black {
	color: rgba(51, 51, 51, 1);
}
.color-text-grey {
	color:  rgba(76, 76, 76, 1);
}
.color-text-orange {
	color:  rgba(254, 140, 0, 1);
}
.color-text-lt-grey {
	color:  #979797;
}
.bg-orange {
	background-color: rgba(254, 140, 0, 1);
}
.bg-grey {
	background-color: #D9D9D9;
}
.bg-light-grey {
	background-color: #F0F0F0;
}
.bg-block{
	background-color: #F9F9F7;
}

.brd-radius {
	border-radius: 12px;
}
.c-pt{
	padding-top: 72px;
}
.c-pb{
	padding-bottom: 64px;
}

/* header сверху*/
 body.home header {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

body.inner header {
    position: relative;
    width: 100%;
    z-index: 999;
}
 
/* header sticky
body.home header,
body.inner header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
}

body.home header {
    background: transparent;

}

body.home.scrolled header {
    background: #fff;
} */

.header-bg{
	background:#fff;
	border-radius: 8px;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
	padding: 14px 24px;
}

.mobile-header-bg{
	width: 100%;
	background:#fff;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
	padding: 20px 0;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0; 
}
.navbar-toggler .bi-list {
  display: none;
  font-size: 1.8rem;
  line-height: 1;
}
.navbar-toggler .bi-x {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
}
.navbar-toggler.collapsed .bi-list {
  display: inline-block;
}
.navbar-toggler.collapsed .bi-x {
  display: none;
}
@media (max-width: 1199px) {
 .mobile-header-icon{
 	width:100%;
    bottom: 0;
    justify-content: center;
    background:#fff;
	border-radius: 8px;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
	padding: 14px 24px;
    z-index: 1000;
	}
}
.nav-link:focus,
.nav-link:hover{
	color:  rgba(51, 51, 51, 1) !important; 
}
/* banner */
body.home .head-banner {
    background-image: url("/templates/img/banner/header__banner-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

body.home .head-banner p{
    font-size: 24px;
  }
@media (min-width: 1400px) {
  body.home .head-banner {
    height: 800px;
  }
  body.home .head-banner h1{
    padding-top: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body.home .head-banner {
    height: 600px;
  }
  body.home .head-banner h1{
    padding-top: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home header {
    background: #fff !important;
    box-shadow: 0px 4px 32px rgba(0,0,0,0.08);
  }
  body.home .head-banner {
  	background-image: url("/templates/img/banner/header_banner_2.png");
    height: 830px;
  }
   body.home .head-banner h1{
    width: 40%;
  }
	body.home .head-banner p{
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home .head-banner {
  	background-image: url("/templates/img/banner/header_banner_2.png");
    height: 740px;
  }
  body.home .head-banner h1{
    width: 40%;
  }
  body.home .head-banner p{
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.home .head-banner {
  	background-image: none;
	background: linear-gradient(180deg, #FAF8F5 0%, #E1DFDB 100%);
	height: 450px;
  }
  body.home .head-banner h1{
   padding-top: 50px;
   margin-top:50px;	 
  }
  body.home .head-banner p{
   padding-bottom: 10px;
   margin-top:50px;
   font-size: 20px;
  }
  .video-btn{
   width:50px;	
  }	
  
}
@media (max-width: 574px){
	.card-description{
  	font-size:14px;
  }
    .card-title{
	font-size:14px;	
  }
}
.banner-btn {
	border: none;
	width: 300px;
	padding: 8px;
}

/* хлебные крошки */

.breadcrumbs {
    display: flex;
    list-style: none;
    text-decoration: none;
}

.breadcrumbs__item {
    line-height: 1.5;
    margin-right: 1rem;
}

.breadcrumbs__item a {
    text-decoration: none;
    color: #333333;
}

.breadcrumbs__item + .breadcrumbs__item::before {
    content: '/';
    color: #333333;
    margin-right: 0.5rem; 
}

.breadcrumbs__item.active {
    color: #FE8C00;
}

/* card */

.carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
}
.carousel-indicators .active {
  background-color: rgba(254, 140, 0, 1); 
}

.fabricModalCustom .carousel-indicators [data-bs-target] {
  width: 32px;          
  height: 4px;
  border-radius: 6px;   
  background-color: #ccc;
}

.fabricModalCustom .carousel-indicators .active {
  background-color: #0A840C; 
}

.text-hidden {
  -webkit-line-clamp: 2; 
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  overflow: hidden;	
}
.card-button:hover{
	background-color: #E06E00;
}
.show-text {
  -webkit-line-clamp: unset; 
  display: block;
}
.btn-more {
  display:block;
  cursor:pointer;
}
.btn-close {
  z-index: 1111; 
}
.btn-orange {
	border: 1px solid rgba(254, 140, 0, 1);
	color:rgba(254, 140, 0, 1);
}
.form-control::file-selector-button {
    background-color: rgba(254, 140, 0, 1);
    color: white;
    margin-right: 10px;
}
.form-control:hover::file-selector-button{
	background-color: #E06E00 !important;
}

.form-control::-webkit-file-upload-button {
    background-color: rgba(254, 140, 0, 1);
    color: white;
    margin-right: 10px;
}

.form-select:focus {
	border-color:rgba(254, 140, 0, 1)!important;
	box-shadow: 0 0 0 .25rem rgba(254, 140, 0, 0.5)!important;
}
.form-control:focus {
	border-color:rgba(254, 140, 0, 1)!important;
	box-shadow: 0 0 0 .25rem rgba(254, 140, 0, 0.5)!important;
}

/* кастомные чекбоксы*/
.custom-radio{
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(254, 140, 0, 1); 
  border-radius: 50%; 
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: sub;
  margin-right: 8px;
  transition: background 0.2s, border 0.2s;
}
.custom-radio:checked {
  background-color: rgba(254, 140, 0, 1); 
  border-color: rgba(254, 140, 0, 1);
}
.custom-radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.custom-checkbox{
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(254, 140, 0, 1); 
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: sub;
  margin-right: 8px;
  transition: background 0.2s, border 0.2s;
}
.custom-checkbox:checked {
  background-color: rgba(254, 140, 0, 1); 
  border-color: rgba(254, 140, 0, 1);
}
.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.block-hidden-select{
	display: none;
}
.instr-item:nth-child(even) .video-wrapper {
  float: right !important; 
}

.instr-item:nth-child(even) .instr-desc {
  text-align: right; 
}
@media (max-width: 574px){
  .instr-video{
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .text-desc{
    font-size: 14px;
  }
}

