@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ermilov";
  src: url("../fonts/Ermilov-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1, h2 {
  font-family: "Ermilov", serif;
  font-weight: bold;
  color: #000000;
}

p, a {
  font-family: "Montserrat";
  font-weight: normal;
  color: #000000;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.navbarr {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  border: none;
  height: 100px;
  z-index: 999;
}
.navbarr .container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
}
.navbarr .container-fluid .navbar-header {
  min-height: 70px;
}
.navbarr .container-fluid .navbar-header .navbar-toggle {
  margin: 20px 20px 20px 0;
}
.navbarr .container-fluid .navbar-header .navbar-brand {
  padding: 10px;
}
@media (max-width: 768px) {
  .navbarr .container-fluid .navbar-header .navbar-brand .logo {
    width: auto;
    height: 50px;
  }
}
.navbarr .container-fluid .collapse {
  height: 100px !important;
  padding: 25px 0;
}
.navbarr .container-fluid .collapse .nav {
  font-size: 18px;
}
.navbarr .container-fluid .collapse .nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.navbarr .container-fluid .collapse .nav .dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navbarr .container-fluid .collapse .nav .dropdown-menu .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 0 20px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  font-size: 16px;
}
.navbarr .container-fluid .collapse .nav .dropdown-menu .menu li {
  margin: 15px 0;
  min-width: 180px;
}
@media (max-width: 992px) {
  .navbarr .container-fluid .collapse .nav .dropdown-menu .menu {
    min-width: 80px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .navbarr .container-fluid .collapse .nav .dropdown-menu .menu {
    font-size: 14px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .navbarr .container-fluid .collapse .nav .dropdown:hover .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .navbarr .container-fluid .collapse .nav .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .navbarr .container-fluid .collapse .nav .dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.navbarr .container-fluid .collapse .nav .soc_container {
  margin-left: 35px;
}
.navbarr .container-fluid .collapse .nav .soc_container .soc_item {
  margin: 3px 10px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #5C2E03;
}
@media (max-width: 992px) {
  .navbarr .container-fluid .collapse .nav .soc_container .soc_item {
    margin: 10px 5px 0 0 !important;
    width: 30px;
    height: 30px;
  }
  .navbarr .container-fluid .collapse .nav .soc_container .soc_item .img {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .navbarr .container-fluid .collapse .nav .soc_container .soc_item {
    margin: 10px 5px 0 0 !important;
    width: 44px;
    height: 44px;
  }
  .navbarr .container-fluid .collapse .nav .soc_container .soc_item .img {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .navbarr .container-fluid .collapse .nav .soc_container {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .navbarr .container-fluid .collapse .nav {
    font-size: 16px;
  }
  .navbarr .container-fluid .collapse .nav .nav_item {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .navbarr .container-fluid .collapse .nav {
    font-size: 14px;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .navbarr .container-fluid .collapse {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .navbarr {
    height: auto;
  }
}
.main {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 4px;
}

@media (max-width: 450px) {
  .main {
    gap: 5px;
  }
}
.main__navigation {
  margin: 140px 0 0 5px;
}
.main__navigation .item__active {
  color: rgba(75, 36, 0, 0.6117647059);
}
.main__navigation .img {
  margin: 0 8px;
}
.main__navigation .main__navigation__item {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
}
.main__navigation .main__navigation__item a {
  text-decoration: none;
  transition: none;
}
.main__navigation .main__navigation__item a:hover, .main__navigation .main__navigation__item a:focus, .main__navigation .main__navigation__item a:active {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 450px) {
  .main__navigation .main__navigation__item {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .main__navigation {
    margin: 90px 0 0 5px;
  }
}
@media (max-width: 450px) {
  .main__navigation__item {
    font-size: 12px;
  }
}
.main__title__item_1 {
  grid-column: 1/-1;
  margin: 50px 0 30px 110px;
  opacity: 0;
}
.main__title__item_1 .main__title__h1__item_1 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .main__title__item_1 {
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .main__title__item_1 {
    margin: 20px 0 30px 0px;
  }
  .main__title__item_1 .main__title__h1__item_1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
}
.main__title__line__item_1 {
  grid-row: 1/-1;
  position: absolute;
  margin-left: 110px;
  top: 229.5px;
}
.main__title__line__item_1 .main__title__h1__line__item_1 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.main__title__line__item_1 .main__title__h1__line__item_1 .main__title__hr__line__item_1 {
  position: absolute;
  width: 460px;
  height: 15px;
  top: 10px;
  left: -490px;
  z-index: 1;
  margin: 0;
  border: none;
}
.main__title__line__item_1 .main__title__h1__line__item_1 .main__title__hr__line__item_1::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #5C2E03;
  top: 0;
  right: 0;
  z-index: 1000;
  border-radius: 50%;
}
.main__title__line__item_1 .main__title__h1__line__item_1 .main__title__hr__line__item_1::after {
  background-color: #5C2E03;
  content: "";
  position: absolute;
  width: 460px;
  height: 4px;
  top: 5px;
}

@media (max-width: 1199px) {
  .main__title__line__item_1 {
    display: none;
  }
}
/* Основные стили секции фильтра */
.filter-section {
  grid-column: 1/2;
  max-width: 300px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-family: "Montserrat";
}
.filter-section .filter-group__rubrik {
  margin-bottom: 10px;
}
.filter-section .checkbox-group label {
  font-size: 16px;
}
@media (max-width: 768px) {
  .filter-section .checkbox-group label {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .filter-section .checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .filter-section .checkbox-group label {
    font-size: 8px;
  }
}
.filter-section .filter-group {
  margin-bottom: 20px;
}
.filter-section .filter__group__title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .filter-section .filter__group__title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .filter-section .filter__group__title {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .filter-section {
    max-width: 300px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .filter-section {
    max-width: 250px;
  }
}
@media (max-width: 450px) {
  .filter-section {
    max-width: 170px;
    padding: 5px;
  }
}
@media (max-width: 350px) {
  .filter-section {
    padding: 0;
    max-width: 135px;
  }
}
label {
  display: block;
  margin-bottom: 5px;
}

input[type=checkbox] {
  margin-right: 8px;
  border-color: 1px solid black;
  height: 100%;
}
   

.checkbox-group label {
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  input[type=checkbox] {
    margin: 3px 4px 5px 4px;
  }
}
.speakers__container {
  display: grid;
  width: 95%;
  grid-template-columns: 1fr;
  grid-template-rows: 0.1fr 0.1fr 0.1fr;
  max-width: 1200px;
  height: auto;
  margin: 20px auto 0 auto;
  z-index: 10;
}

@media (max-width: 992px) {
  .speakers__container {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 768px) {
  .speakers__container {
    grid-template-columns: 1fr;
    grid-template-rows: 0.1fr 0.1fr 0.1fr;
  }
}
.speakers__content__it {
  display: flex;
  place-items: center;
  height: auto;
}

@media (max-width: 768px) {
  .speakers__content__it {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    background-color: #744D29;
    overflow: hidden;
    height: auto;
  }
}
.speakers__content {
  display: flex;
  align-items: center;
  position: relative;
  height: 275px;
  width: 100%;
  max-width: 1100px;
}
.speakers__content .speakers__img {
  display: flex;
  width: 255px;
  height: 255px;
  position: absolute;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.speakers__content .speakers__img .image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .speakers__content .speakers__img {
    display: flex;
    width: 255px;
    height: 255px;
    position: static;
  }
}
.speakers__content .speakers__text {
  padding: 10px;
  margin-left: 80px;
  max-width: 1020px;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-color: #744D29;
}
.speakers__content .speakers__text .text__title {
  font-family: "Ermilov";
  margin: 0 15px 0 190px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}
.speakers__content .speakers__text .text__paragraph {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0 22px 190px;
}
@media (max-width: 1199px) {
  .speakers__content .speakers__text .text__paragraph {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .speakers__content .speakers__text .text__paragraph {
    font-size: 10px;
    margin: 10px 0 5px 120px;
  }
  .speakers__content .speakers__text .text__title {
    font-size: 15px;
    margin: 0px 0 5px 120px;
  }
}
@media (max-width: 768px) {
  .speakers__content .speakers__text .text__paragraph {
    text-align: center;
    font-size: 6px;
    margin: 5px 0 5px 0px;
  }
  .speakers__content .speakers__text .text__title {
    text-align: center;
    font-size: 14px;
    margin: 0px 0 5px 0px;
  }
}
@media (max-width: 450px) {
  .speakers__content .speakers__text .text__paragraph {
    margin: 0;
  }
  .speakers__content .speakers__text .text__title {
    font-size: 12px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .speakers__content .speakers__text {
    padding: 5px;
  }
  .speakers__content .speakers__img {
    width: 200px;
    height: 200px;
  }
  .speakers__content .speakers__img .image {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .speakers__content .speakers__text {
    padding: 10px;
    margin: 0;
    max-width: 1020px;
    width: 100%;
    height: auto;
  }
  .speakers__content .speakers__img {
    width: 150px;
    height: 150px;
  }
  .speakers__content .speakers__img .image {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .speakers__content .speakers__text {
    padding: 2px;
    margin: 0;
    max-width: 1020px;
    width: 100%;
    height: auto;
  }
  .speakers__content .speakers__img {
    width: 100px;
    height: 100px;
  }
  .speakers__content .speakers__img .image {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .speakers__content {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .speakers__content {
    margin-bottom: 10px;
    height: auto;
    display: block;
  }
}
.footer {
  margin-top: 140px;
  padding: 40px;
  width: 100%;
  height: 290px;
  background-color: #000000;
  color: #ffffff;
  z-index: -5;
}
.footer .footer-container {
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.8fr;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .footer .footer-container {
    grid-template-columns: 1fr 0.7fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 576px) {
  .footer .footer-container {
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr;
  }
}
.footer .footer__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 576px) {
  .footer .footer__title {
    font-size: 10px;
  }
}
.footer .footer__contact .contact {
  width: auto;
}
@media (max-width: 576px) {
  .footer .footer__contact .contact {
    width: 125px;
  }
}
.footer .footer__contact .contact__item-1 {
  display: grid;
  grid-template-columns: 0.15fr 0.3fr;
  grid-template-rows: 1fr;
}
.footer .footer__contact .contact__item-1 .img {
  width: 25px;
  height: auto;
}
.footer .footer__contact .contact__item-1 .item__text {
  font-family: "Roboto" !important;
  width: 150px;
  height: 20px;
  margin-left: 15px;
  grid-column: 2/3;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
}
@media (max-width: 576px) {
  .footer .footer__contact .contact__item-1 .item__text {
    font-size: 9px;
    margin-bottom: 0;
  }
  .footer .footer__contact .contact__item-1 .img {
    width: 15px;
  }
}
.footer .footer__contact .contact__item-2 {
  display: flex;
  margin-top: 25px;
}
.footer .footer__contact .contact__item-2 .img {
  width: 25px;
  height: auto;
  margin: auto 0;
}
.footer .footer__contact .contact__item-2 .item__text {
  font-family: "Roboto" !important;
  margin-left: 15px;
  width: 200px;
  height: 20px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
}
@media (max-width: 576px) {
  .footer .footer__contact .contact__item-2 .item__text {
    font-size: 9px;
    margin-bottom: 0;
  }
  .footer .footer__contact .contact__item-2 .img {
    width: 15px;
  }
}
.footer .footer__contact .contact__item-3 {
  display: flex;
  margin-top: 14px;
}
.footer .footer__contact .contact__item-3 .img {
  width: 25px;
  height: auto;
  margin: auto 0;
}
.footer .footer__contact .contact__item-3 .item__text {
  font-family: "Roboto" !important;
  margin-left: 15px;
  width: 200px;
  height: 20px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
}
@media (max-width: 576px) {
  .footer .footer__contact .contact__item-3 .item__text {
    font-size: 9px;
    margin-bottom: 0;
    width: a;
  }
  .footer .footer__contact .contact__item-3 .img {
    width: 15px;
  }
}
.footer .navbar .nav__item {
  text-decoration: none;
  color: #a8a8a8;
}
.footer .navbar .nav__item .navbar__item {
  margin: 14px 0 14px 0;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto" !important;
}
@media (max-width: 576px) {
  .footer .navbar .nav__item .navbar__item {
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 10px;
    font-weight: 400;
  }
}
.footer .footer__social {
  margin-left: 20px;
  display: grid;
  grid-template-rows: 0.4fr 0.3fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}
@media (max-width: 576px) {
  .footer .footer__social {
    margin-left: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer .social__image {
  display: flex;
  justify-content: space-between;
  max-width: 190px;
  width: 100%;
}
.footer .social__image .image__item {
  position: relative;
  margin: 10px;
  border-radius: 50%;
  text-decoration: none;
}
@media (max-width: 425px) {
  .footer .social__image .image__item {
    margin: 0;
  }
  .footer .social__image .image__item img {
    width: 15px;
    height: 15px;
  }
}
.footer .logo {
  justify-self: right;
  grid-column: 2/3;
  grid-row: 1/2;
  width: 136px;
  height: 136px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .logo .img {
  margin: auto auto;
  width: 95px;
  height: 95px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer .logo {
    margin-top: 20px;
    width: 80px;
    height: 80px;
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: center;
  }
  .footer .logo .img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .footer {
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 350px) {
  .footer {
    height: auto;
    padding: 3px;
  }
}/*# sourceMappingURL=style.css.map */