@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;
}
@font-face {
  font-family: "BrunoAce-Regular";
  src: url("../fonts/BrunoAce-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1, h2 {
  font-family: "Ermilov", serif;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-family: "BrunoAce-Regular", serif;
  font-weight: normal;
  color: #744D29;
}

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

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

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

.t__cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.main__navigation {
  margin: 140px 0 0 5px;
}
.main__navigation .item__active {
  color: rgba(75, 36, 0, 0.6117647059);
}
.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: 768px) {
  .main__navigation {
    margin: 90px 0 0 5px;
  }
}
@media (max-width: 450px) {
  .main__navigation__item {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .main__paragraf .p {
    text-align: center;
  }
}
.main__title {
  margin: 0 0 40px 110px;
  opacity: 0;
}
.main__title .main__title__h1 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .main__title {
    opacity: 1;
  }
}
.main__title__line {
  position: absolute;
  margin-left: 110px;
  top: 207px;
}
.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;
  }
}
.banner__about {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  height: auto;
  padding: 0 5px;
}
.banner__about .page__top__slider {
  margin-bottom: 15px;
  max-height: 530px;
  width: 100%;
  max-width: 1200px;
}
.banner__about .page__top__slider .slider_main__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 430px;
  justify-content: center;
  align-items: center;
}
.banner__about .page__top__slider .slider_main__item .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.banner__about .page__top__slider .slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 5px 0 20px;
}
.banner__about .page__top__slider .slider-nav .slider_nav__item {
  padding: 10px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__about .page__top__slider .slider-nav .slider_nav__item .img {
  height: auto;
  width: 160px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item .img {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item .img {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item .img {
    width: 60px;
  }
}
@media (max-width: 450px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item .img {
    width: 45px;
  }
}
@media (max-width: 350px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item .img {
    width: 35px;
  }
}
@media (max-width: 992px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item {
    height: 95px;
  }
}
@media (max-width: 768px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item {
    height: 65px;
  }
}
@media (max-width: 576px) {
  .banner__about .page__top__slider .slider-nav .slider_nav__item {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .banner__about .page__top__slider .slider-nav {
    padding: 0px 5px 0 20px;
  }
}

.about__text {
  padding: 0 5px;
  font-family: "Montserrat";
  margin: 90px 0 15px 0;
  width: 100%;
  height: auto;
}
.about__text .about__text__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about__text .text {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: "Montserrat";
  font-size: 18px;
  background-color: #ffffff !important;
  width: 100%;
  color: #000000;
  border: none;
  padding: 0;
}

@media (max-width: 992px) {
  .about__text {
    margin: 60px 0 15px 0;
  }
  .about__text .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about__text {
    margin: 45px 0 15px 0;
  }
  .about__text .about__text__title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .about__text {
    margin: 30px 0 15px 0;
  }
  .about__text .text {
    font-size: 14px;
  }
  .about__text .about__text__title {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .about__text .text {
    font-size: 12px;
  }
  .about__text .about__text__title {
    font-size: 16px;
  }
}
.slick-list {
  width: 100%;
}

.slider-nav .slick-slide {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider-nav .slick-current .img {
  opacity: 0.7;
  transform: scale(1.1); /* Увеличение активной миниатюры */
  position: absolute;
  border: 2px solid #000000;
}

.slider-main__prev,
.slider-main__next {
  position: absolute;
  background-color: rgba(167, 167, 167, 0.2);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 5;
}
.slider-main__prev:hover,
.slider-main__next:hover {
  background-color: rgba(167, 167, 167, 0.7);
}

@media (max-width: 450px) {
  .slider-main__prev,
  .slider-main__next {
    width: 30px;
    height: 30px;
  }
}
.slider-main__prev {
  top: 50%;
  left: 30px;
}

.slider-main__next {
  top: 50%;
  right: 30px;
}

.main__title__item_2 {
  margin: 150px 0 30px 110px;
  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: 110px;
  top: 120px;
}
.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;
  }
}
.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;
}

.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;
  justify-content: center;
  align-items: center;
}
.speakers__content .speakers__img .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.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: 450px) {
  .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: 9px;
  }
  .speakers__content .speakers__img {
    width: 100px;
    height: 100px;
    top: 40px;
    left: 50;
  }
  .speakers__content .speakers__img .image {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .speakers__content .speakers__img {
    margin: 20px 0;
    width: 70px;
    height: 70px;
  }
  .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: 7px;
  }
}

@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 60px 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;
}

.main__title__item_3 {
  margin: 0px 0 80px 110px;
  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;
  }
}
.main__title__line__item_3 {
  position: absolute;
  margin-left: 110px;
  top: 574px;
}
.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;
  }
}
.banner__achievement {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  justify-items: center;
  background-color: #ffffff;
}

.achievement {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.achievement .achievement__item:nth-child(2) {
  border-left: 2px solid black;
  border-right: 2px solid black;
}
.achievement .achievement__item:nth-child(3) {
  border-right: 2px solid black;
}
@media (max-width: 450px) {
  .achievement .achievement__item:nth-child(2) {
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
  .achievement .achievement__item:nth-child(3) {
    border-right: 1px solid black;
  }
}
.achievement .achievement__item {
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 0.5fr;
}
.achievement .achievement__item .achievement__item__title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .achievement .achievement__item .achievement__item__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .achievement .achievement__item .achievement__item__title {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 450px) {
  .achievement .achievement__item .achievement__item__title {
    font-size: 20px;
  }
}
.achievement .achievement__item .achievement__item__paragraph {
  margin: 0 auto;
  max-width: 200px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .achievement .achievement__item .achievement__item__paragraph {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .achievement .achievement__item .achievement__item__paragraph {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .achievement .achievement__item .achievement__item__paragraph {
    font-size: 8px;
  }
}
@media (max-width: 450px) {
  .achievement .achievement__item {
    padding: 0px;
  }
}

.main__title__item_4 {
  margin: 90px 0 80px 0;
  opacity: 0;
}
.main__title__item_4 .main__title__h1__item_4 {
  text-align: center;
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .main__title__item_4 {
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .main__title__item_4 {
    margin: 50px 0 50px 0px;
  }
  .main__title__item_4 .main__title__h1__item_4 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
}
.main__title__line__item_4 {
  position: absolute;
  top: 896px;
}
.main__title__line__item_4 .main__title__h1__line__item_4 {
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  transform: translateX(108%);
}
.main__title__line__item_4 .main__title__h1__line__item_4 .main__title__hr__line__item_4 {
  position: absolute;
  width: 860px;
  height: 15px;
  top: 10px;
  left: -900px;
  z-index: 1;
  margin: 0;
  border: none;
}
.main__title__line__item_4 .main__title__h1__line__item_4 .main__title__hr__line__item_4::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #5C2E03;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 50%;
}
.main__title__line__item_4 .main__title__h1__line__item_4 .main__title__hr__line__item_4::after {
  background-color: #5C2E03;
  content: "";
  position: absolute;
  width: 860px;
  height: 4px;
  top: 5px;
  left: 0;
}
.main__title__line__item_4 .main__title__h1__line__item_4 .main__title__hr__line__item_5 {
  position: absolute;
  width: 860px;
  height: 15px;
  top: 10px;
  right: -900px;
  z-index: 1;
  margin: 0;
  border: none;
}
.main__title__line__item_4 .main__title__h1__line__item_4 .main__title__hr__line__item_5::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #5C2E03;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
}
.main__title__line__item_4 .main__title__h1__line__item_4 .main__title__hr__line__item_5::after {
  background-color: #5C2E03;
  content: "";
  position: absolute;
  width: 860px;
  height: 4px;
  top: 5px;
  right: 0;
}

@media (max-width: 1199px) {
  .main__title__line__item_4 {
    display: none;
  }
}
.section__authorization {
  justify-content: center;
  max-width: 350px;
  width: 100%;
  margin: 40px auto 90px auto;
}
.section__authorization .authorization__form__1 input:focus,
.section__authorization .authorization__form__2 input:focus,
.section__authorization .authorization__form__3 input:focus {
  outline: none;
}
.section__authorization .authorization__form__1 input,
.section__authorization .authorization__form__2 input,
.section__authorization .authorization__form__3 input {
  max-width: 350px;
  width: 100%;
  font-family: "Roboto" !important;
  font-weight: 300;
  font-size: 16px;
  padding: 20px 0 10px 20px;
}
@media (max-width: 450px) {
  .section__authorization .authorization__form__1 input,
  .section__authorization .authorization__form__2 input,
  .section__authorization .authorization__form__3 input {
    font-size: 12px;
    padding: 8px 0 4px 10px;
  }
}
.section__authorization .authorization_hr {
  border: 1px solid black;
  width: 100%;
  margin: 0;
  background-color: #000000;
}
.section__authorization .authorization__button {
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
  background-color: #5C2E03;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Ermilov", serif;
}
@media (max-width: 450px) {
  .section__authorization .authorization__button {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .section__authorization {
    width: 80%;
  }
}
.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 */