@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter/web/InterVariable.woff2") format("woff2");
}

body {
  font-family: InterVariable;
  /* src: url('../fonts/Inter/Inter.ttf') format('truetype'); */
}
.site-name {
  font-family: InterVariable;
  /* src: url('../fonts/Inter/Inter.ttf') format('truetype'); */
}

html {
  font-size: 16px; /* теперь 1rem = 16px */
}

html,
body {
  height: 100%;
}
body {
  font-size: 1rem;
  line-height: 1.50;
  color: #333333;
  background-color: #ffffff;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  font-size: 3rem; 
  font-weight: 500;
  margin-bottom: 1.75rem; /* 20px */
}
h2 {
  font-size: 2rem; /* 28px */
  font-weight: 700;
  margin-bottom: 0.9375rem; /* 15px */
}
h3 {
  font-size: 1.75rem; /* 22px */
}
h4 {
  font-size: 1.375rem; /* 18px */
  font-weight: 700;
}
h5 {
  font-size: 1rem; /* 16px */
  text-transform: uppercase;
  font-weight: 700;
}
h6 {
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: #0066c5;
}
.text-colored {
  color: #0066c5;
}
a {
  color: #0066c5;
}
a:hover {
  color: #0066c5;
}
a:focus,
a:active {
  outline: none;
}
.large {
  font-size: 1.125rem; /* 18px */
}
img {
  display: block;
  max-height: 3.75rem; /* 60px */
  height: auto;
}

.list-unstyled li {
  padding: 0.3125rem 0; /* 5px */
}

.list-horizontal {
  padding: 0.9375rem 0; /* 15px */
}

.list-horizontal-item img {
  display: block;
  margin: 0 auto;
}

.list-icons {
  padding: 0;
  margin: 1.25rem 0; /* 20px */
  list-style: none;
  font-size: 1.125rem; /* 18px */
}

.list-icons li {
  padding: 0 0 0.9375rem 0; /* 15px */
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.title {
  margin-top: 0;
}

/* Layout
 -*---------------------------------------------------------------------------- */
.header {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  color: #fff;
}
.banner-image {
  vertical-align: middle;
  min-height: 100%;
  width: 100%;
  filter: blur(5px);
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.banner-caption {
  position: absolute;
	top: 35%;
  width: 100%;
  /* min-width: 75%; */
  height: 80%;
  z-index: 2;
}
.subfooter {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 40px 0;
}
.footer{
  background-color: #fff;
  padding: 40px 0;
}
.section {
  padding: 80px 0;
}

/* Backgrounds
 -*---------------------------------------------------------------------------- */
.default-bg {
  background-color: #222222;
  color: #ffffff;
}
.default-bg.blue {
  background-color: #55acee;
}
.translucent-bg {
  color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
  color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
  color: #cccccc;
}
.default-bg a,
.translucent-bg a {
  color: #ffffff;
  text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
  text-decoration: none;
}
.translucent-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.translucent-bg .translucent-bg {
  margin-top: 80px;
  z-index: 3;
}
.translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
  background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
  z-index: 3;
  position: relative;
}
.bg-image-1 {
  background: url("../images/bg-image-1.jpg") no-repeat center center;
  background-size: cover;
}
.bg-image-2 {
  background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
 -*---------------------------------------------------------------------------- */
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible,
  .touch .object-non-visible {
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
  }
}
.space {
  padding: 30px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pb-clear {
  padding-bottom: 0;
}

/* Sections
 -*---------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: #ffffff;
}
.banner-caption h1 {
  font-size: 5rem;
  font-weight: 500;
}
.banner-caption p {
  /* font-size: 1.7rem; */
  font-weight: 350;
  line-height: 1.2;

}
.subfooter p {
  margin-bottom: 0;
}

/* Template Components
 -*---------------------------------------------------------------------------- */
.btn {
  padding: 8px 15px;
  font-size: 1rem;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
.btn-default {
  color: #0066c5;
  border: 1px solid #cccccc;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #0066c5;
  border-color: #0066c5;
}

/* Collapse
 -*--------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.panel-default > .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fafafa
}
.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #55acee;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.panel-heading a.collapsed {
  color: #ffffff;
  background-color: #333333;
}
.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-heading a.collapsed:after {
  content: "\f196";
}
.panel-heading a:hover {
  text-decoration: none;absolute
  background-color: #55acee;
  color: #ffffff;
}
.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/* Pills
 -*--------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

/* Forms
 -*--------------------------------- */
.form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 5px;
}
.form-control-feedback {
  color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 15px;
}
textarea {
  resize: vertical;
}

/* Modals
 -*--------------------------------- */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-header {
  background-color: #55acee;
  color: #ffffff;
}
.modal-header h4 {
  color: #ffffff;
}
.modal-header .close {
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
  .modal-lg {
	width: 1140px;
  }
}

/* Media
 -*--------------------------------- */
.media .fa {
  font-size: 24px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}

/* Navigations
 -*---------------------------------------------------------------------------- */
.header .navbar {
  margin-bottom: 0;
}
.main-navigation .navbar-default {
  background-color: transparent;
  border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
  color: #55acee;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
  color: #55acee;
}
@media (min-width:768px) {
  .main-navigation .navbar-default .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  html {
	font-size: 14px; /* уменьшит все rem-пропорционально */
  }

}
@media (min-width:768px) and (max-width:991px) {
  .main-navigation .container-fluid {
	padding-left: 0;
	padding-right: 0;
  }
  .navbar-nav {
	float: left !important;
  }
  html {
	font-size: 14px; /* уменьшит все rem-пропорционально */
  }

  .banner-caption {
	top: 35%;
  }


}
@media (max-width:767px) {
  .full-name,
	.full-slogan {
		display: none !important;
	}
  .short-name,
	.short-slogan {
		display: block !important;
	}
  .header.navbar-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: top 0.3s ease-in-out;
  }

  /* Исправление выравнивания header'а в мобильном режиме */
  .header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	position: relative;
  }

.header .row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    height: 5rem;
  }

  .header .col-md-4,
  .header .col-md-8 {
	padding: 0;
	width: auto;
	flex: none;
  }

  .header .col-md-4 {
	flex: 1;
	min-width: 0; /* позволяет flex-элементу сжиматься */
	overflow: hidden;
  }

  .header .col-md-8 {
	flex: none;
	position: relative; /* Добавляем для позиционирования выпадающего меню */
  }

  .navbar-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
  margin-left: auto;
  }

  /* Убираем лишние отступы у логотипа и названия */
  /* .logo-and-title { */
	/* margin: 0; */
	/* min-width: 0; */
	/* overflow: hidden; */
	/* display: flex; */
	/* align-items: center; */
	/* flex-wrap: nowrap; */
  /* } */

  .logo {
	margin: 5px 8px 5px 0;
	flex-shrink: 0;
  }

  .logo img {
	max-height: 40px;
  display: block;
  }


  /* Стили для burger кнопки */
  .navbar-toggle {
	margin: 0;
	padding: 9px 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: transparent;
	flex-shrink: 0;
  }

  .navbar-toggle:hover,
  .navbar-toggle:focus {
	background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0;
  }

  /* ИСПРАВЛЕНИЕ ПОЗИЦИОНИРОВАНИЯ ВЫПАДАЮЩЕГО МЕНЮ */
  .main-navigation {
	position: relative;
  }

  .navbar-collapse {
	/* position: absolute; */
	top: 100%;
	left: -15px; /* Выравниваем с левым краем контейнера */
	right: -15px; /* Выравниваем с правым краем контейнера */
	width: auto;
	background-color: rgba(0, 0, 0, 0.95);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	margin: 0;
	border-radius: 0;
	border: none;
	/* Добавляем анимацию */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* Скрываем по умолчанию */
	max-height: 0;
	overflow: hidden;
	opacity: 0;
  }

  .navbar-collapse.in {
	display: block !important;
	max-height: 300px; /* Достаточно для всех пунктов меню */
	opacity: 1;
  }

  .navbar-collapse.collapsing {
	display: block !important;
	overflow: hidden;
  }

  .main-navigation .navbar-default .navbar-nav {
	margin: 0;
	padding: 0;
	float: none;
  }

  .main-navigation .navbar-default .navbar-nav > li {
	display: block;
	width: 100%;
	float: none;
  }

  .main-navigation .navbar-default .navbar-nav > li > a {
	display: block;
	padding: 15px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }

  .main-navigation .navbar-default .navbar-nav > li:last-child > a {
	border-bottom: none;
  }

  .main-navigation .navbar-default .navbar-nav > li > a:hover,
  .main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: rgba(85, 172, 238, 0.2);
	color: #55acee;
  }

  html {
	font-size: 14px; /* уменьшит все rem-пропорционально */
  }
  .banner-caption {
	top: 25%;
  }
  .banner-caption h1 {
	font-size: 3rem;
  }

}

/* Fixed Header
 -*---------------------------------------------------------------------------- */
.fixed-header-on .header {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px 0;
}
.fixed-header-on .site-name {
  font-size: 20px;
}
.fixed-header-on .logo {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width:768px) {
  .fixed-header-on .navbar-default .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
  }
}
@media (max-width:991px) {
  .fixed-header-on .logo,
  .fixed-header-on .site-name,
  .fixed-header-on .site-slogan {
	display: none;
  }
  html {
	font-size: 14px; /* уменьшит все rem-пропорционально */
  }
  .banner-caption {
	top: 25%;
  }
  .banner-caption h1 {
	font-size: 3rem;
  }

}

/* Blocks/Widgets
 -*---------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
 -*--------------------------------- */
.logo {
  margin: 10px 10px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo,
.logo-and-title {
  display: flex;
  align-items: center; /* выравнивание по вертикали */
  /* gap: 10px; /1* расстояние между логотипом и текстом *1/ */
  flex-wrap: nowrap; /* не переносить на новую строку */
}
.site-name-and-slogan {
  display: flex;
  flex-direction: column;
  white-space: nowrap; /* запрет на перенос строк */
}
.site-name {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-name a {
  color: #ffffff;
}
.site-name a:hover {
  text-decoration: none;
}
/* .site-slogan { */
/*   font-size: 0.85rem; */
/* } */

.short-name,
.short-slogan {
	display: none;
}

/* Testimonials
 -*--------------------------------- */
.testimonial .media-left {
  width: 60px;
}

/* Social Links
 -*--------------------------------- */
.social-links {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.social-links li {
  margin: 10px 25px 10px 0;
  display: inline-block;
  font-size: 36px;
}
.social-links li a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
  color: #55acee;
}
.social-links li.skype a:hover {
  color: #00aff0;
}
.social-links li.linkedin a:hover {
  color: #0976b4;
}
.social-links li.googleplus a:hover {
  color: #dd4b39;
}
.social-links li.youtube a:hover {
  color: #b31217;
}
.social-links li.flickr a:hover {
  color: #ff0084;
}
.social-links li.facebook a:hover {
  color: #3b5998;
}
.social-links li.pinterest a:hover {
  color: #cb2027;
}

/* Isotope Items
 -*--------------------------------- */
.filters {
  margin: 0 0 30px 0;
}
.filters .nav-pills > li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.filters .nav-pills > li + li {
  margin-left: 0px;
}
.text-center.filters .nav-pills > li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}
.isotope-container {
  overflow: hidden;
}
.isotope-item {
  margin-bottom: 20px;
}
.isotope-item .btn-default {
  color: #999999;
}
.isotope-item .btn-default:hover {
  color: #ffffff;
}
@media (max-width:480px) {
  .filters .nav-pills > li {
	width: 100%;
	display: block;
  }
}

/* Images Overlay
 -*---------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(85, 172, 238, 0.9);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.overlay:hover {
  text-decoration: none;
}
.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 1x;
  color: #ffffff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
}
.overlay-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.value-card {
  transition: all 0.3s ease-in-out;
}
.value-card p {
  margin: 0 auto; /* Центрирование блока с текстом */
  font-size: 1.2rem;
  font-weight: 300;
}

.value-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1); */
}

.icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  /* background-color: #f0f4f8; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.values-container {
  display: flex; /* Включаем Flexbox */
  flex-wrap: wrap; /* Разрешаем элементам переноситься на новую строку */
  justify-content: center; /* <<< Это самое главное! Центрирует элементы в каждой строке */
  gap: 30px; /* Расстояние между карточками */
}

.values-container .value-card {
  flex-basis: 300px; /* Задаем базовую ширину для каждой карточки */
  flex-grow: 0; /* Запрещаем карточкам растягиваться, чтобы не ломать сетку */
}
/* Добавьте этот CSS в ваш файл стилей */

.about-section {
  background-color: #fff;
  padding: 80px 0; /* Вертикальные отступы вместо пустых div */
  text-align: center;
}

.container {
  max-width: 1140px; /* Стандартная ширина контейнера */
  margin: 0 auto; /* Центрирование контейнера */
  padding: 0 15px; /* Небольшие отступы по бокам */
}

.about-section .title {
  margin-bottom: 25px; /* Отступ под заголовком */
}

.about-section .about-text {
  max-width: 800px; /* Ограничение ширины текста для читаемости */
  margin: 0 auto; /* Центрирование блока с текстом */
}

