body, html {
    font-family: 'Montserrat', sans-serif;
}

* {
    font-family: 'Montserrat', sans-serif !important;
}
#menu-6 li a:hover, #menu-6 li a:focus{
	color: #f95356 !important;
}
.header-6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  /*background: rgba(0, 0, 0, 0.5);*/
  background: rgb(0 0 0 / 79%);
}

.container-6 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.logo-6 {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
}

/* ===== DESKTOP MENU ===== */
#menu-6{
	z-index: 999;
}
.menu-6 {
  list-style: none;
  display: flex;
  gap: 40px;
}

.menu-6 > li {
  position: relative;
}

.menu-6 > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 6px;
  transition: 0.3s;
}

.menu-6 > li > a:hover {
  color: #d02023;
}

.menu-6 > li > a.active-6 {
  /*border-bottom: 2px solid #ff2b2b;*/
  border-bottom: 2px solid #d02023;
  color: #d02023;
}

/* ===== SUBMENU ===== */

.submenu-6 {
  position: absolute;
  top: 130%;
  left: 0;
  background: #000000;
  padding: 15px 20px;
  list-style: none;
  min-width: 220px;
  
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: 
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.submenu-6 li {
  margin-bottom: 10px;
}

.submenu-6 li:last-child {
  margin-bottom: 0;
}

.submenu-6 a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.has-sub-6:hover .submenu-6 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu-6::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  /*border-color: transparent transparent #e5e5e5 transparent;*/
  border-color: transparent transparent #000000 transparent;
}

/* ===== BURGER ===== */

.burger-6 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 9999;

}

.burger-6 span {
  width: 25px;
  height: 3px;
  background: #fff;
}

/* ===== MOBILE ===== */

@media (max-width: 992px) {

  .burger-6 {
    display: flex;
  }

  .menu-6 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #111;
    flex-direction: column;
    padding: 100px 25px;
    gap: 20px;
    transition: 0.3s;
  }

  .menu-6.open-6 {
    right: 0;
  }

  .menu-6 > li > a {
    font-size: 16px;
  }

  .submenu-6 {
    position: static;
    background: transparent;
    padding: 10px 0 0 15px;
    display: none;
  }

  .submenu-6 a {
    color: #ccc;
  }

  .has-sub-6.active-6 .submenu-6 {
    display: block;
  }

}

@media (max-width: 767px) {
	
	.menu-6 {
		width: calc(100% - 132px);
	}
	
}

/* затемнение фона */
.menu-overlay-6 {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

.menu-overlay-6.active-6 {
  opacity: 1;
  visibility: visible;
}

/* бургер → крестик */
.burger-6.active-6 span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger-6.active-6 span:nth-child(2) {
  opacity: 0;
}

.burger-6.active-6 span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.burger-6 span {
  transition: 0.3s;
}
/*--------для-контейнеров-ниже-------------*/
.t-width_12 {
    max-width: 1200px !important;
}
/*---перезаписать-старые-стили-на-новые---*/
#allrecords a {
    color: #ffffff !important;
    text-decoration: none;
}
.my_tn_atom{
	line-height: 124px; text-align: center; color: #ffffff;font-size: 80px;line-height: 1.55;font-weight: 600;
}
@media (max-width:768px){
	.my_tn_atom{
		line-height: 124px; text-align: center; color: #ffffff;font-size: 30px;line-height: 1.55;font-weight: 600;
	}
}