@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 {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100%;
  height: 102px;
  background-color: #ffffff;
  z-index: 10;
}

.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;
  }
}
.header-container {
  position: relative;
  width: 1920px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.header-container .header__prev {
  background-color: #000000;
  left: 50px;
}
.header-container .header__next {
  right: 50px;
}
.header-container .header__next, .header-container .header__prev {
  position: absolute;
  width: 100px;
  z-index: 5;
  margin-top: 350px;
  background-color: rgba(41, 41, 41, 0.4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all linear 0.3s;
}
.header-container .header__next:hover, .header-container .header__prev:hover {
  background-color: rgba(41, 41, 41, 0.7);
}
@media (max-width: 1199px) {
  .header-container .header__next, .header-container .header__prev {
    display: none !important;
  }
}

.section__header {
  height: 800px;
  margin: 0 auto;
  width: 100%;
  background-image: url(../assets/image/img-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section__header .header__info {
  width: 100%;
  max-width: 1200px;
  margin: 200px auto;
  height: auto;
}
.section__header .header__info .info__title {
  width: 900px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}
.section__header .header__info .info__paragraph {
  width: 720px;
  height: 90px;
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.section__header .header__info .info__button {
  display: block;
  width: 210px;
  height: 65px;
  margin-left: 5px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  background-color: #5C2E03;
  transition: linear 0.3s;
}
.section__header .header__info .info__button:hover {
  background-color: #d26500;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .section__header .header__info .info__title {
    font-size: 36px;
  }
  .section__header .header__info .info__paragraph {
    font-size: 18px;
    margin: 15px 0 15px 0;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .section__header .header__info .info__title {
    font-size: 28px;
  }
  .section__header .header__info .info__paragraph {
    width: 500px;
    font-size: 18px;
    margin: 15px 0 20px 0;
    height: 60px;
  }
  .section__header .header__info .info__button {
    display: block;
    width: 250px;
    margin-left: 120px;
  }
}
@media (max-width: 576px) {
  .section__header .header__info .info__title {
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
  .section__header .header__info .info__paragraph {
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    height: auto;
  }
  .section__header .header__info .info__button {
    display: block;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .section__header .header__info {
    width: 80%;
    max-width: 1200px;
    margin: 200px auto;
    height: auto;
  }
}

@media (max-width: 576px) {
  .section__header {
    height: 500px;
  }
}
.main {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.about-container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.about {
  width: 100%;
  max-width: 1050px;
  height: auto;
  margin: 0 auto;
}
.about .about__paragraph {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
}
.about .about__paragraph :nth-child(2) {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .about .about__paragraph {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .about {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 576px) {
  .about {
    margin: 35px auto 35px auto;
  }
}
.title__cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.main__title {
  margin: 90px 0 20px 80px;
  opacity: 0;
}
.main__title .main__title__h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .main__title {
    opacity: 1;
  }
}
.main__title__line {
  position: absolute;
  margin-left: 74px;
  top: 900px;
}
.main__title__line .main__title__h1__line {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.main__title__line .main__title__h1__line .main__title__hr__line {
  position: absolute;
  width: 460px;
  height: 15px;
  top: 10px;
  left: -490px;
  z-index: 1;
  margin: 0;
  border: none;
}
.main__title__line .main__title__h1__line .main__title__hr__line::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #5C2E03;
  top: 0;
  right: 0;
  z-index: 1000;
  border-radius: 50%;
}
.main__title__line .main__title__h1__line .main__title__hr__line::after {
  background-color: #5C2E03;
  content: "";
  position: absolute;
  width: 460px;
  height: 4px;
  top: 5px;
}

@media (max-width: 1199px) {
  .main__title__line {
    display: none;
  }
}
@media (max-width: 450px) {
  .main__title {
    margin: 0;
  }
  .main__title .main__title__h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
}
.curses-container {
  width: 100%;
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.curses-container::after {
  content: "";
  width: 1920px;
  margin: 0 auto;
  position: absolute;
  top: 180px;
  left: -360px;
  background-color: rgba(92, 46, 3, 0.85);
  z-index: -1;
}
@media (max-width: 992px) {
  .curses-container::after {
    top: 180px;
  }
}
@media (max-width: 768px) {
  .curses-container::after {
    top: 160px;
  }
}
@media (max-width: 576px) {
  .curses-container::after {
    top: 120px;
  }
}

.curses-container::after {
  height: var(--after-height, 380px); /* По умолчанию 600px */
}

.curses {
  width: 100%;
  height: auto;
}
.curses .curses__btn {
  width: 195px;
  height: 45px;
  margin: 26px auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 3;
  transition: linear 0.3s;
}
.curses .curses__btn .curses__btn__button {
  text-decoration: none;
  color: #000000;
}
.curses .curses__btn .btn__button__btn {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.curses .curses__btn:hover {
  background-color: #d26500;
}

.main__title__item_2 {
  margin: 70px 0 40px 74px;
  opacity: 0;
}
.main__title__item_2 .main__title__h1__item_2 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .main__title__item_2 {
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .main__title__item_2 {
    margin: 40px 0 20px 0px;
  }
  .main__title__item_2 .main__title__h1__item_2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
}
.main__title__line__item_2 {
  position: absolute;
  margin-left: 74px;
  top: -10px;
}
.main__title__line__item_2 .main__title__h1__line__item_2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.main__title__line__item_2 .main__title__h1__line__item_2 .main__title__hr__line__item_2 {
  position: absolute;
  width: 460px;
  height: 15px;
  top: 10px;
  left: -490px;
  z-index: 1;
  margin: 0;
  border: none;
}
.main__title__line__item_2 .main__title__h1__line__item_2 .main__title__hr__line__item_2::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_2 .main__title__h1__line__item_2 .main__title__hr__line__item_2::after {
  background-color: #5C2E03;
  content: "";
  position: absolute;
  width: 460px;
  height: 4px;
  top: 5px;
}

@media (max-width: 1199px) {
  .main__title__line__item_2 {
    display: none;
  }
}
.curses__cards {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.curses__cards .cards-item {
  margin: 0 auto;
  background-color: #ffffff;
  width: 280px;
  transition: all linear 0.15s;
}
.curses__cards .cards-item:hover {
  transform: scale(1.07);
}
/*
.curses__cards .cards-item .item__image {
  max-width: 280px;
  height: 147px;
  height: 100%;
  max-height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.curses__cards .cards-item .item__image .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .curses__cards .cards-item .item__image {
    max-width: 320px;
  }
}
*/

.curses__cards .cards-item .item__image {
  max-width: 280px;
  max-height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.curses__cards .cards-item .item__image .img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} 
.curses__cards .cards-item .item__title {
  margin: 10px 0 4px 20px;
  font-size: 20px;
  font-weight: 500;
}
.curses__cards .cards-item .item__subtitle {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #a8a8a8;
}
.curses__cards .cards-item .item__bottom {
  display: flex;
  margin-bottom: 20px;
}
.curses__cards .cards-item .item__bottom .item__button {
  display: flex;
  width: 144px;
  height: 44px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #5C2E03;
  transition: linear 0.3s;
}
.curses__cards .cards-item .item__bottom .item__button:hover {
  background-color: #d26500;
}
.curses__cards .cards-item .item__bottom .item__btn {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  align-items: center;
  display: flex;
}
.curses__cards .cards-item .item__bottom .img {
  width: 20px;
  height: 18px;
  margin: 13px 14.5px 13px 18px;
}
.curses__cards .cards-item .item__bottom .item__price {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .curses__cards .cards-item .item__bottom .item__price {
    font-size: 14px;
  }
  .curses__cards .cards-item .item__bottom .item__button {
    width: 130px;
  }
}
@media (max-width: 576px) {
  .curses__cards .cards-item .item__bottom .item__price {
    font-size: 10px;
    margin: 5px 0 0 10px;
  }
  .curses__cards .cards-item .item__bottom .item__button {
    height: 38px;
    width: 100px;
  }
  .curses__cards .cards-item .item__bottom .item__button .item__btn {
    font-size: 11px;
  }
  .curses__cards .cards-item .item__bottom .img {
    width: 14px;
    height: auto;
    margin: 0 10px;
  }
}
@media (max-width: 370px) {
  .curses__cards .cards-item .item__bottom .item__price {
    font-size: 9px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 576px) {
  .curses__cards .cards-item .item__title {
    font-size: 14px;
  }
  .curses__cards .cards-item .item__subtitle {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .curses__cards .cards-item {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .curses__cards .cards-item {
    width: 240px;
  }
}
@media (max-width: 576px) {
  .curses__cards .cards-item {
    width: 180px;
  }
}
@media (max-width: 370px) {
  .curses__cards .cards-item {
    width: 150px;
    height: 260px;
  }
}

@media (max-width: 1199px) {
  .curses__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .curses__cards {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.rating-group {
  position: relative;
  display: flex; /* Это выстроит элементы в ряд */
}

.half-stars input {
  position: absolute;
  left: -9999px;
}

.half-stars label {
  margin: 0;
  cursor: pointer;
  display: inline-block; /* Сохраняем наложение, выстраивая в ряд */
}

.half-stars label svg {
  height: 20px;
  width: 20px;
  fill: #37C300;
  transition: fill 0.3s;
}

.half-stars {
  position: relative;
  margin: 5px 0px 14px 25px;
}
.half-stars .reting__none {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 800;
}

@media (max-width: 450px) {
  .half-stars {
    margin: 5px 0 14px 15px;
  }
}
.rating-group {
  display: inline-block;
  position: relative;
}
.rating-group .hsr {
  position: absolute;
  width: 11px;
  overflow: hidden;
  padding-right: 0;
  z-index: 100;
}
.rating-group .hsr:nth-child(2) {
  left: 0px;
}
.rating-group .hsr:nth-child(3) {
  left: 40px;
}
.rating-group .hsr:nth-child(4) {
  left: 60px;
}
.rating-group .hsr:nth-child(5) {
  left: 80px;
}

.half-stars input:checked ~ label svg {
  fill: #ffffff;
}

.half-stars .rating-group input:checked ~ label svg path {
  stroke: rgb(0, 0, 0);
}

.speakers__container {
  display: flex;
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 10;
}
.speakers__container .speakers__prev,
.speakers__container .speakers__next {
  width: 20px;
  height: 22px;
  margin: auto 0;
}

.main__title__item_3 {
  margin: 0 0 40px 74px;
  opacity: 0;
}
.main__title__item_3 .main__title__h1__item_3 {
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .main__title__item_3 {
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .main__title__item_3 {
    margin: 0px 0 50px 0px;
  }
  .main__title__item_3 .main__title__h1__item_3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
}
.sp_container {
  margin-top: 190px;
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  .sp_container {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  .sp_container {
    margin-top: 100px;
  }
}
.main__title__line__item_3 {
  position: absolute;
  margin-left: 74px;
  top: 0px;
}
.main__title__line__item_3 .main__title__h1__line__item_3 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.main__title__line__item_3 .main__title__h1__line__item_3 .main__title__hr__line__item_3 {
  position: absolute;
  width: 460px;
  height: 15px;
  top: 10px;
  left: -490px;
  z-index: 1;
  margin: 0;
  border: none;
}
.main__title__line__item_3 .main__title__h1__line__item_3 .main__title__hr__line__item_3::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_3 .main__title__h1__line__item_3 .main__title__hr__line__item_3::after {
  background-color: #5C2E03;
  content: "";
  position: absolute;
  width: 460px;
  height: 4px;
  top: 5px;
}

@media (max-width: 1199px) {
  .main__title__line__item_3 {
    display: none;
  }
}
.speakers__content__it {
  display: flex;
  height: auto;
}

.speakers__content {
  position: relative;
  height: 255px;
  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;
}
.speakers__content .speakers__text {
  padding: 10px;
  margin: 35px 0 0 80px;
  max-width: 1020px;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-color: #744D29;
}
.speakers__content .speakers__text .text__title {
  margin: 0 15px 0 190px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.speakers__content .speakers__text .text__paragraph {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 22px 190px;
}
@media (max-width: 1199px) {
  .speakers__content .speakers__text .text__paragraph {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .speakers__content .speakers__text .text__paragraph {
    font-size: 14px;
  }
  .speakers__content .speakers__text .text__title {
    font-size: 18px;
    margin: 0 10px 0 190px;
  }
}
@media (max-width: 768px) {
  .speakers__content .speakers__text .text__paragraph {
    font-size: 13px;
    margin: 5px 0 2px 190px;
  }
}
@media (max-width: 768px) {
  .speakers__content .speakers__text {
    height: 220px;
    margin: 20px 0 0 80px;
    overflow: scroll;
  }
}
@media (max-width: 576px) {
  .speakers__content .speakers__text {
    padding: 0px;
    width: 100%;
    margin: 0;
    height: 140px;
    margin-top: 20px;
  }
  .speakers__content .speakers__text .text__title {
    margin: 0 5px 0 110px;
  }
  .speakers__content .speakers__text .text__paragraph {
    overflow: hidden;
    margin: 0 5px 0 110px;
    font-size: 12px;
  }
  .speakers__content .speakers__img {
    width: 100px;
    height: 100px;
    top: 40px;
    left: 10;
  }
  .speakers__content .speakers__img .image {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .speakers__content .speakers__img {
    margin: 20px 0;
    width: 70px;
    height: 70px;
    top: 40px;
    left: 10;
  }
  .speakers__content .speakers__img .image {
    width: 70px;
    height: 70px;
  }
  .speakers__content .speakers__text .text__title {
    margin: 0 15px 5px 80px;
    font-size: 12px;
  }
  .speakers__content .speakers__text .text__paragraph {
    margin: 0 0px 0 80px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .speakers__content {
    height: auto;
  }
}
/* Делаем все слайды полупрозрачными */
.speakers__container .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Видимость для активных слайдов */
.speakers__container .slick-active {
  opacity: 1;
}

.container__speakers__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container__speakers__button .speakers__button {
  margin: 20px 0 140px 0;
  background-color: #5C2E03;
  width: 260px;
  height: 45px;
}
.container__speakers__button .speakers__button .speakers__button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Ermilov", serif;
  font-size: 16px;
  font-weight: 700;
  transition: all linear 0.3s;
}
.container__speakers__button .speakers__button .speakers__button__link:hover {
  text-decoration: none;
  background-color: #d26500;
}

.footer {
  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 */