@font-face {
  font-family: 'Forum';
  src: url('../fonts/Forum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.card-title {
  font-weight: inherit;
  margin: 0;
}

* {
  box-sizing: border-box;
}

header.header_5 {
  display: none;
}

body {
  background-color: #efefe3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

header {
  width: 100%;
  background-color: #efefe3;
  position: relative;
}

header .content {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .program-element .content{
	margin: 0;
}
.first-half {
  width: 41.666667%; // 5 / 12
}
body.index section.programs, body.index section.exposition, body.index section.authors, body.index section.interviews, body.index section.news
Specificity: (0,2,2)
 {
    content-visibility: auto;
    contain-intrinsic-size: auto 480px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  bottom: 0;
}

.logo img {
  width: 100%;
  object-fit: cover;
  max-width: unset !important;
}

.second-half {
  width: 41.666667%;
}

.first-row {
  position: relative;
  display: flex;
  justify-content: start;
  gap: 40px;
  align-items: center;
  padding: 40px;
  padding-bottom: 36px;
  height: 124px;
}

.second-half .first-row {
  justify-content: end;
}
.fullwidth {
}
.banners{
	position: relative;
}
#fixed{
	position: absolute;
	width: 100%;
}

header .description {
  max-width: 200px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.inline-search-block.fixed.big .search .search-input {
  padding-right: 25px !important;
}

.navigation {
  display: flex;
  gap: 24px;
}
.navigation a {
  height: auto;
  display: flex;
}
.navigation .inline-search-show {
  display: flex;
}

.ag-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ag-social-link:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.ag-social-icon {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  border-radius: 12%;
  flex-shrink: 0;
}

.ag-social-icon--footer {
  width: 24px;
  height: 24px;
}

.ag-social-icon--promo {
  width: 30px;
  height: 30px;
  border-radius: 0;
}

@media (min-width: 640px) {
  .ag-social-icon--promo {
    width: 40px;
    height: 40px;
  }
}

.socials {
  display: flex;
  gap: 24px;
  margin-left: 20px;
  align-items: center;
}

button {
  margin: 0 !important;
}

.text-center .small{
	padding: 20px 0;
	font-size: 100%;
	margin: 0 auto;
	text-align: center;
	color: #000;
}

.body:not(.index) .main > .container {
	padding-bottom: 55px;
	overflow: hidden;
	max-width: 100%;
}

.search-head {
  position: relative;
  max-width: 242px;
  cursor: pointer;
}

.search-head input {
  height: 48px;
  width: 100%;
  border: 1px solid #ebebef;
  background: #f6f7fa;
  padding-left: 12px;
  padding-right: 38px;
  border-radius: 6px;
  pointer-events: none;
}

.search-head svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.second-row {
  display: flex;
  gap: 40px;
  padding: 40px;
  padding-top: 12px;
  padding-bottom: 16px;
}

.first-half .second-row {
  padding-right: 0;
}

.second-half .second-row {
  justify-content: end;
  padding-left: 0;
}

.first-row::before {
  content: '';
  width: 200%;
  height: 2px;
  background: rgba(153, 153, 153, 0.2);
  position: absolute;
  bottom: 0px;
  left: 0;
}

.first-half .first-row::before {
  transform: translateX(-50%);
}
#open_login_form{
	display: none;
}
.second-row a {
  color: #222222;
  font-size: 18px;
  line-height: 28px;
  text-wrap: nowrap;
  display: flex;
  gap: 8px;
  align-items: center;
}
.second-row a.font-forum{
  text-transform: uppercase;
}

.second-row a:hover {
  color: #ff3d00;
}

.menu-btn {
  display: none;
  padding: 0;
  margin: 0;
  height: fit-content;
  border: none;
  background: none;
}

.visible-fixed {
  display: none;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
header.fixed-header .hidden-until-1000 {
  display: flex !important;
}
header.fixed-header .first-row {
  display: none;
}
header.fixed-header .visible-fixed {
  display: block;
  margin-left: 50px;
}
header.fixed-header .logo {
  width: 130px;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}
header.fixed-header .logo img {
  width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
header.fixed-header .second-row {
  gap: 20px;
  padding: 10px 32px 12px;
}
header.fixed-header .first-half .second-row {
  padding-right: 0;
}
header.fixed-header .second-half .second-row {
  padding-left: 0;
}
header.fixed-header .second-row a {
  font-size: 15px;
  line-height: 22px;
}

/* Компактная фиксированная шапка centino — дублирует кастомную */
#headerfixed {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .second-row {
    gap: 30px;
  }

  .second-half,
  .first-half {
    width: 40%;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .second-row {
    gap: 15px;
  }

  .first-row {
    gap: 10px;
  }

  header.fixed-header .second-row {
    gap: 16px;
    padding: 10px 24px 12px;
  }
}

@media (max-width: 1200px) {
	
  .second-row {
    display: none;
  }

  .first-row::before {
    display: none;
  }

  .btn.btn-default[data-name='callback'] {
    display: none !important;
  }

  header.fixed-header .first-row {
    display: flex;
    height: 56px;
    padding: 0 16px;
  }
  header.fixed-header .description {
    display: none;
  }
  header.fixed-header .search-head {
    display: none;
  }
  header.fixed-header .logo {
    position: absolute !important;
    left: 40px;
    transform: unset;
  }
  
  section.page-top .maxwidth-theme .page-top-main{
      padding: 20px 0 0;
  }
  .breadcrumb{
    margin-left: -10px;
  }
  .breadcrumb li:first-child, #bx_breadcrumb_1:before{
    display: none;
  }
  .breadcrumb > li + li:before{
    margin: 0 5px;
  }  
  .breadcrumb>li+li:before{
    padding: 0 3px;
  }
  .breadcrumb > li, .breadcrumb .active, .breadcrumb a, .breadcrumb > *{
    font-size: 11px;
  }
  .first-row {
    gap: 24px;
    padding-bottom: 26px;
    height: 114px;
  }

  .logo {
    width: 187px;
  }

  .socials {
    display: none;
  }

  .menu-btn {
    display: flex;
  }

  .navigation {
    margin-right: 12px;
  }
}

.hidden-until-1000 {
  display: none !important;
}

@media (max-width: 1000px) {
  .hidden-until-1000 {
    display: flex !important;
  }

  .first-half {
    display: none;
  }

  .fixed-header .first-row {
    padding: 0 16px !important;
  }
  .fixed-header .logo {
    left: 0 !important;
  }

  .second-half {
    width: 100%;
  }

  .first-row {
    padding-right: 16px;
    padding-top: 28px;
    height: 88px;
  }

  button[data-name='callback'] {
    display: none;
  }

  .logo {
    position: static;
    transform: none;
    padding-left: 16px;
    flex-shrink: 0;
    width: 120px;
  }

  header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  header .second-half {
    width: auto !important;
    flex: 1;
  }

  header .second-half .first-row {
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* mega menu */
.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.mega-menu-wrapper:hover .mega-menu {
  display: block;
  background-color: white;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
  padding-top: 40px;
}

.mega-menu-wrapper:hover svg {
  transform: rotate(90deg);
  transition: all 0.1s;
}
.mega-menu-wrapper:hover svg path {
  fill: #ff3d00;
}

.mega-menu-wrapper .programs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 32px;
  column-gap: 24px;
  max-height: 520px;
  max-width: 1520px;
  margin: 0 auto;
  padding: 40px;
  padding-top: 0;
  overflow-y: auto;
  padding-right: 10px;
}

.mega-menu-wrapper .programs::-webkit-scrollbar {
  width: 1px;
}

.mega-menu-wrapper .programs::-webkit-scrollbar-track {
  background-color: #ebebef;
}

.mega-menu-wrapper .programs::-webkit-scrollbar-thumb {
  background-color: #555555;
}

.inline-search-show {
  cursor: pointer;
}

/* Утилиты адаптива (footer/header), не в Tailwind bundle */
.desktop-hidden {
  display: none !important;
}

@media (max-width: 1023px) {
  .desktop-hidden {
    display: block !important;
  }

  .desktop-hidden.content-row {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  footer .bottom-content .info,
  footer#footer .info {
    max-width: 100% !important;
  }

  footer .bottom-content {
    flex-direction: column !important;
    padding: 40px 16px !important;
  }

  footer .contacts {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 24px;
  }
}

.program-element {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.program-element img {
  width: 40px;
  aspect-ratio: 1 / 1;
}
.program-element .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program-element .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #222222;
}
.program-element .list {
  display: grid;
  gap: 6px;
}
.program-element .list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.program-element a {
  max-width: 263px;
  text-wrap: wrap;
}
.program-element a:hover {
  color: #ff3d00;
}

.bx_searche .bx_image {
  max-width: 60px;
  max-height: 60px;
  background-size: cover;
}
.list-type-block.item-views .item{
	background: #fff;
}
@media (max-width: 770px) {
	#fixed{
		position: relative;
	}
	.about-cycle .top{
		display: block;
	}
	.list-type-block.item-views .item .addBasketClass{
		margin-top: 15px;
	}
}
@media (max-width: 400px) {
  .fixed-header .logo {
    height: auto !important;
    top: 50%;
    transform: translateY(-50%) !important;
  }
  .fixed-header .logo img {
    width: 120px !important;
    height: auto !important;
  }
}

/* Конец */

h1,
h2,
h3 {
  font-family: Forum, sans-serif;
}

h1,
h2 {
  font-size: 48px;
  line-height: 1;
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.body .tabs .nav-tabs li a:before {
  bottom: 5px;
}

.item-views.catalog.sections.v1 .items .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-views.catalog.sections.v1 .items .item .sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.item-views.catalog.sections.v1 .items .item .sect::after {
  display: none !important;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  margin-top: -6px;
}

.item-views.catalog.sections.v1 .items .item .sect::before {
  content: '';
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 5px;
  max-width: 5px;
  min-width: 5px;
  height: 5px;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  margin-top: 0;
  background: #ff3d00;
}

.dropdown .dropdown-toggle:after {
  content: '';
  margin-top: 1px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #222222;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dropdown.active .dropdown-toggle:after {
  border-top-color: #ff3d00;
}

.mega-menu table .wrap .dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mega-menu table .wrap:hover .dropdown-toggle::after {
  margin-top: 6px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#headerfixed .dropdown .dropdown-toggle:after {
  content: '';
  margin-top: 0px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #222222;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

#headerfixed .dropdown.active .dropdown-toggle:after {
  border-top-color: #ff3d00;
}

#headerfixed .mega-menu table .wrap .dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#headerfixed .mega-menu table .wrap:hover .dropdown-toggle::after {
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.top-tabs {
  padding-top: 0 !important;
}

.author_list_1 .items .item .social-icons a.social_google,
body .detail.staff .social-icons a.social_google,
.staff-linked_2 .items .item .social-icons a.social_google {
  height: 37px;
  width: 37px;
  display: inline-block;
  background: url(/images/alex-grdn-zn.png) 0 0 no-repeat;
  opacity: 1;
  margin: 0 0px 0px;
}

.author_list_1 .items .item .social-icons a.social_google:hover,
body .detail.staff .social-icons a.social_google:hover,
.staff-linked_2 .items .item .social-icons a.social_google:hover {
  opacity: 0.7;
}

.author_list_1 .items .item .social-icons .social_google {
  background-position: 0 0;
}

.author_list_1 .items .item .social-icons a.social_vk,
body .detail.staff .social-icons a.social_vk,
.staff-linked_2 .items .item .social-icons a.social_vk {
  height: 37px;
  width: 37px;
  display: inline-block;
  background: url(/images/alex-grdn-vk.svg) 0 0 no-repeat;
  opacity: 1;
  margin: 0 0px 0px;
}

.author_list_1 .items .item .social-icons a.social_vk:hover,
body .detail.staff .social-icons a.social_vk:hover,
.staff-linked_2 .items .item .social-icons a.social_vk:hover {
  opacity: 0.7;
}

.author_list_1 .items .item .social-icons .social_vk {
  background-position: 0 0;
}

.author_list_1 .items .item .social-icons a.social_inst,
body .detail.staff .social-icons a.social_inst,
.staff-linked_2 .items .item .social-icons a.social_inst {
  height: 37px;
  width: 37px;
  display: inline-block;
  background: url(/images/alex-grdn-inst.png) 0 0 no-repeat;
  opacity: 1;
  margin: 0 0px 0px;
}

.author_list_1 .items .item .social-icons a.social_inst:hover,
body .detail.staff .social-icons a.social_inst:hover,
.staff-linked_2 .items .item .social-icons a.social_inst:hover {
  opacity: 0.7;
}

.author_list_1 .items .item .social-icons .social_inst {
  background-position: 0 0;
}

.social-icons li.pinterest a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.social-icons li.pinterest a[title] {
  cursor: pointer;
}

.social-icons li.pinterest .svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/alex-grdn-zn-20-20.png) center center no-repeat;
  opacity: 1;
  margin: 0 0px 0px;
  cursor: pointer;
}

.social-icons li.pinterest .svg:hover {
  opacity: 0.7;
}

.social-icons li.pinterest .svg svg {
  display: none;
}

.head-soc {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-soc li a {
  width: 30px;
  height: 30px;
}
.right_block .sidebar.left_menu_1, .right_block .lk{
	vertical-align: top;
	display: inline-block;
}
.right_block .sidebar.left_menu_1{
	width: 26%;
}
.right_block .lk{
	width: 73%;
}
.head-soc li.vk a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  background-image: url('/images/alex-grdn-vk.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.head-soc li.telegram a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  background-image: url('/images/telegram-head.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.head-soc li.ytb a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  background-image: url('/images/youtube-head.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.head-soc li.dzen a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  background-image: url('/images/alex-grdn-zn.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

  .content-md > .right_block.narrow_Y + .left_block, .services_right_block{
  	display: none !important;
  }
  .content-md > .right_block.narrow_Y, .services_left_block.col-md-9{
  	width: 100% !important;
  }
/* .services_left_block.col-md-9 .catalog .col-md-12{
 	width: 50% !important;
 }*/
@media (max-width: 1019px) {

  .content-md > .right_block.narrow_Y .col-xs-6, .services_left_block.col-md-9 .col-xs-6{
  	width: 100%;
  }
  .item-views.catalog.sections.v1 .items .item .sect {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item-views.catalog.sections.v1 .items .item .sect:before {
    margin-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_block > div.sidearea > div:not(.bx_filter) {
    display: block;
  }
  .head-soc {
    height: 60px;
  }
  .head-soc li a {
    width: 20px;
    height: 20px;
  }
}
.old_price {
  color: grey;
  text-decoration: line-through;
  font-size: 18px;
}

.buy_instruction {
  margin-top: 15px;
  padding-top: 31px;
  padding-left: 34px;
  padding-bottom: 0;
  border: 1px dashed;
}
.buy_instruction__title {
  margin-bottom: 18px;
  font-size: 1.2667em;
  font-weight: 500;
}

.font-forum {
  font-family: Forum, sans-serif;
}

#mobilemenu .menu > ul > li > a,
#mobilemenu .menu ul > li a,
#mobilemenu .expanded > .dropdown .menu_title {
  font-size: 18px;
  line-height: 28px;
  padding: 8px 40px;
  display: flex;
  align-items: center;
}

#mobilemenu .menu ul > li {
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
}

#mobilemenu .menu > ul.top > li:first-of-type > a {
  margin-top: 32px;
}

#mobilemenu .menu ul > li .arrow {
  position: static;
  padding: 0;
  width: auto;
}

.svg_triangle_right {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.918%206.156V.234l11.358%202.97z%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E);
}

#mobilemenu .menu ul > li .arrow .svg {
  position: static;
  margin: 0;
}

.btn-new {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  justify-content: center;
  margin: 0;
}

/* FOOTER */
footer,
footer#footer.bg-black {
  background: #372a18 !important;
  margin-top: 0 !important;

  .bottom-content {
    display: flex;
    justify-content: space-between;
    max-width: 1520px;
    padding: 80px 40px;
    margin: 0 auto;
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    max-width: 25%;
  }

  .logo-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;

    .content {
      display: grid;
      gap: 16px;
      max-width: 250px;
    }

    .descr1 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      color: #ffffff;
    }

    .descr2 {
      font-size: 14px;
      line-height: 20px;
      font-weight: 300;
      color: #ffffff;
    }
  }

  .legal {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.75);
  }

  .legal-link {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.75);
    max-width: 328px;
  }

  a:hover,
  a.active {
    color: #ff3d00 !important;
  }

  .nav {
    display: flex;
    flex-direction: column;
    gap: 12px;

    a {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;      
      text-transform: uppercase;
      color: #fff;
    }
  }

  .contacts {
    max-width: 227px;
    width: 100%;

    .btn {
      margin-bottom: 40px;
    }
  }

  .contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
  }

  .contact-item a {
    display: flex;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-item span {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  .contact-item svg {
    flex-shrink: 0;
  }

  .contact-item .svg svg path,
  .contact-item > svg path {
    fill: #ffffff !important;
  }

  .contact-item:has(.header_address) {
    span {
      display: contents;
    }
  }

  .socials {
    display: flex;
    gap: 24px;
  }
}

#mobileheader {
  height: 0;
}

#mobileheader .mobileheader-v1 {
  display: none !important;
}

.bx-sbb-empty-cart-desc a{
	display: block;
	max-width: 300px;
	text-align: center;
	color: #fff;
	background: #065595;
	border-radius: 10px;
	padding: 10px;
	margin: 10px auto;
}
@media (max-width: 996px) {
  .mobile-hidden {
    display: none !important;
  }
  footer {
    text-align: start !important;

    .bottom-content {
      flex-direction: column;
      padding: 60px 16px;
    }

    .logo-wrapper {
      flex-direction: column;
      align-items: start;
      gap: 16px;
    }

    .descr2 {
      text-align: start;
    }

    .content-row {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .contacts {
      max-width: unset;
      margin-top: 40px;
    }

    .legal {
      font-weight: 300;
      font-size: 12px;
      line-height: 16px;
    }

    .legal-link {
      font-weight: 300;
      font-size: 12px;
      line-height: 16px;
    }
  }
}

.banner{
	margin-bottom: 20px;
}
.main.banner-auto {
  padding: unset !important;
}

/* HEADER */

/* * {
  box-sizing: border-box;
}

header.header_5 {
  display: none;
}

body {
  background-color: #F6F7FA;
}

header {
  width: 100%;
  background-color: white;
  position: relative;
}

header .content {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.first-half {
  width: 41.666667%; // 5 / 12
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  bottom: 0;
}

.logo img {
  width: 100%;
  object-fit: cover;
  max-width: unset !important;
}

.second-half {
  width: 41.666667%;
}

.first-row {
  position: relative;
  display: flex;
  justify-content: start;
  gap: 40px;
  align-items: center;
  padding: 40px;
  padding-bottom: 36px;
  height: 124px;
}

.second-half .first-row {
  justify-content: end;
}

.description {
  max-width: 200px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.navigation {
  display: flex;
  gap: 24px;

  a {
      height: auto;
      display: flex
  }
}

.socials {
  display: flex;
  gap: 24px;
  margin-left: 20px;
}

button {
  margin: 0 !important;
}

.search {
  position: relative;
  max-width: 242px;
}

.search input {
  height: 48px;
  width: 100%;
  border: 1px solid #EBEBEF;
  background: #F6F7FA;
  padding-left: 12px;
  padding-right: 38px;
  border-radius: 6px;
}

.search svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.second-row {
  display: flex;
  gap: 48px;
  padding: 40px;
  padding-top: 12px;
  padding-bottom: 16px;
}

.first-half .second-row {
  padding-right: 0;
}

.second-half .second-row {
  justify-content: end;
  padding-left: 0;
}

.first-row::before {
  content: '';
  width: 200%;
  height: 2px;
  background: rgba(153, 153, 153, 0.2);
  position: absolute;
  bottom: 0px;
  left: 0;
}

.first-half .first-row::before {
  transform: translateX(-50%);
}

.second-row a {
  color: #222222;
  font-size: 18px;
  line-height: 28px;
  text-wrap: nowrap;
  display: flex;
  gap: 8px;
  align-items: center;
}

.second-row a:hover {
  color: #ff3d00;
}

.menu-btn {
  display: none;
  padding: 0;
  margin: 0;
  height: fit-content;
  border: none;
  background: none;
}

@media (max-width: 1450px) {
  .second-row {
      display: none;
  }

  .first-row {
      gap: 24px;
      padding-bottom: 26px;
      height: 114px;
  }

  .logo {
      width: 187px;
  }

  .socials {
      display: none;
  }

  .menu-btn {
      display: flex;
  }

  .navigation {
      margin-right: 12px;
  }
}

@media (max-width: 1000px) {
  .first-half {
      display: none;
  }


  .second-half {
      width: 100%;
  }

  .first-row {
      padding-right: 16px;
      padding-top: 28px;
      height: 88px;
  }

  button[data-name="callback"] {
      display: none;
  }

  .logo {
      position: static;
      transform: none;
      padding-left: 16px;
      flex-shrink: 0;
      width: 120px;
  }
}


.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.mega-menu-wrapper:hover .mega-menu {
  display: block;
  background-color: white;
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
  padding-top: 40px;
}

.mega-menu-wrapper:hover svg {
  transform: rotate(90deg);
  transition: all 0.1s;

  path {
      fill: #ff3d00;
  }
}


.mega-menu-wrapper .programs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 32px;
  column-gap: 24px;
  max-height: 520px;
  max-width: 1520px;
  margin: 0 auto;
  padding: 40px;
  padding-top: 0;
  overflow-y: auto; 
  padding-right: 10px; 
}

.mega-menu-wrapper .programs::-webkit-scrollbar {
  width: 1px;
}

.mega-menu-wrapper .programs::-webkit-scrollbar-track {
  background-color: #EBEBEF; 
}

.mega-menu-wrapper .programs::-webkit-scrollbar-thumb {
  background-color: #555555; 
}


.program-element {
  display: flex;
  gap: 16px;
  align-items: flex-start;

  img {
      width: 40px;
      aspect-ratio:  1 / 1;
  }

  .content {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .title {
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      color: #222222;
  }

  .list {
      display: grid;
      gap: 6px;
  }

  .list a {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #555555;
  }

  a {
      max-width: 263px;
      text-wrap: wrap;
  }

  a:hover {
      color: #ff3d00;
  }
}

*/
.body {
  margin: 0 !important;
}

.form .form-body:has(#avtorization-form) {
  background: unset !important;
}

input[name="support"]{
	padding: 5px 10px;
	border: 0;
	margin: 20px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.success .form-footer button{
  display: none !important;
}

/* /cart/ — корзина в стиле сайта */
.bx-basket.bx-alex-grdn {
	margin: 0 0 55px;
	font-family: inherit;
}

.bx-basket.bx-alex-grdn .basket-checkout-container {
	border: 1px solid #ebebef;
	border-radius: 0;
	padding: 24px 28px;
	background: #fff;
	box-shadow: none;
}

.bx-basket.bx-alex-grdn .basket-items-list-header {
	background: #fbfbfb;
	border: 1px solid #ebebef;
	color: #95979a;
	font-size: 0.8em;
}

.bx-basket.bx-alex-grdn .basket-items-list-item-container {
	border-color: #ebebef;
}

.bx-basket.bx-alex-grdn .basket-item-info-name-link,
.bx-basket.bx-alex-grdn .basket-items-list-item-link {
	color: #222;
}

.bx-basket.bx-alex-grdn .basket-item-info-name-link:hover,
.bx-basket.bx-alex-grdn .basket-items-list-item-link:hover {
	color: #372a18;
}

.bx-basket.bx-alex-grdn .basket-item-block-price .basket-item-price-current-text {
	color: #333;
	font-size: 1.067em;
}

.bx-basket.bx-alex-grdn .basket-checkout-block-total-title,
.bx-basket.bx-alex-grdn .basket-checkout-block-total-price-inner {
	color: #333;
}

.bx-basket.bx-alex-grdn .basket-item-amount-filed {
	border-color: #ededf1;
	border-radius: 3px;
}

.bx-basket.bx-alex-grdn .basket-item-block-amount .basket-item-amount-btn-plus,
.bx-basket.bx-alex-grdn .basket-item-block-amount .basket-item-amount-btn-minus {
	border-color: #ededf1;
}

.bx-basket.bx-alex-grdn .bx-sbb-empty-cart-container {
	border: 1px solid #ebeef1;
	padding: 44px;
	text-align: center;
}

.bx-basket.bx-alex-grdn .bx-sbb-empty-cart-text {
	color: #333;
	font-size: 1.2em;
	font-weight: 500;
}

.bx-basket.bx-alex-grdn .bx-sbb-empty-cart-desc {
	color: #555;
	font-size: 0.933em;
}

.bx-basket.bx-alex-grdn .bx-sbb-empty-cart-desc a {
	color: #372a18;
}

.bx-basket.bx-alex-grdn .catalog-block-header {
	color: #333;
	font-size: 1.067em;
}

.bx-basket.bx-alex-grdn .basket-coupon-block-field .form-control {
	border-color: #ebebef;
	border-radius: 6px;
}

.bx-basket.bx-alex-grdn #basket-warning.alert-warning {
	border-radius: 0;
	border-color: #ebebef;
}

/* Оформление заказа /cart/order/ */
.bx-alex-grdn.bx-soa .bx-soa-section {
	border-color: #ebebef;
	border-radius: 0;
}

.bx-alex-grdn.bx-soa .bx-soa-section.bx-selected {
	border-color: #372a18;
}

.bx-alex-grdn.bx-soa .bx-soa-section-title-container {
	background: #f8f8f9;
}

.bx-alex-grdn.bx-soa .bx-soa-section-title {
	font-family: inherit;
	color: #372a18;
}

.bx-alex-grdn.bx-soa .bx-soa-editstep {
	color: #372a18;
}

.bx-alex-grdn.bx-soa .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container,
.bx-alex-grdn.bx-soa .bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {
	border-color: #372a18;
}

.bx-alex-grdn.bx-soa .bx-scu-itemColorBlock:hover,
.bx-alex-grdn.bx-soa .bx-scu-itemTextBlock:hover {
	outline-color: #372a18;
}

.bx-alex-grdn.bx-soa .bx-scu-itemColorBlock.selected,
.bx-alex-grdn.bx-soa .bx-scu-itemTextBlock.selected {
	outline-color: #372a18;
}

.bx-alex-grdn.bx-soa .form-control {
	border-color: #ebebef;
	border-radius: 6px;
}

.bx-alex-grdn.bx-soa .form-group .form-control:focus {
	border-color: #372a18;
	box-shadow: none;
}

.bx-alex-grdn.bx-soa .bx-soa-cart-total {
	border-color: #ebebef;
	border-radius: 0;
}

.bx-alex-grdn.bx-soa .bx-soa-cart-total-line-total .bx-soa-cart-total-text,
.bx-alex-grdn.bx-soa .bx-soa-cart-total-line-total .bx-soa-cart-d {
	color: #372a18;
	font-weight: 600;
}

.bx-alex-grdn.bx-soa .bx-soa-pickup-list-item.bx-selected {
	background: #f8f8f9;
}

.bx-alex-grdn.bx-soa .bx-soa-coupon-input input[type=text].form-control:focus {
	border-color: #372a18;
}

.bx-alex-grdn.bx-soa .bx-soa-section.bx-step-completed {
	border-color: #87c73d;
}

.bx-alex-grdn.bx-soa .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
	background: #87c73d;
	border-color: #87c73d;
}

@keyframes animationBorderStep {
	0% { border-color: #70bb18; }
	100% { border-color: #372a18; }
}

@keyframes animationBorderStepBad {
	0% { border-color: #db4a29; }
	100% { border-color: #372a18; }
}

/* История заказов /cabinet/history/ */
.right_block .lk .sale-order-alex-grdn {
	font-family: inherit;
	color: #372a18;
}

.right_block .lk .sale-order-alex-grdn .sale-order-link,
.right_block .lk .sale-order-alex-grdn .sale-order-history-link {
	color: #372a18;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding-right: 24px;
	margin-bottom: 16px;
}

.right_block .lk .sale-order-alex-grdn .sale-order-link:hover,
.right_block .lk .sale-order-alex-grdn .sale-order-history-link:hover {
	color: #4a3822;
	text-decoration: none;
}

.right_block .lk .sale-order-alex-grdn .sale-order-title {
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 600;
	color: #372a18;
}

.right_block .lk .sale-order-alex-grdn h3 {
	font-size: 18px;
	font-weight: 600;
	color: #372a18;
	margin: 0 0 16px;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-container {
	margin-bottom: 24px;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-title-container {
	background: rgba(55, 42, 24, 0.08);
	border: 1px solid #ebebef;
	border-bottom: none;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-accomplished-title-container {
	background: #f8f8f9;
	border: 1px solid #ebebef;
	border-bottom: none;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-title,
.right_block .lk .sale-order-alex-grdn .sale-order-list-accomplished-title {
	font-size: 15px;
	font-weight: 600;
	color: #372a18;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-inner-container,
.right_block .lk .sale-order-alex-grdn .sale-order-list-inner-accomplished {
	border-color: #ebebef;
	border-radius: 0;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-inner-title-line-border,
.right_block .lk .sale-order-alex-grdn .sale-order-list-top-border {
	background: #ebebef;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-shipment-button,
.right_block .lk .sale-order-alex-grdn .sale-order-list-repeat-link,
.right_block .lk .sale-order-alex-grdn .sale-order-list-about-link,
.right_block .lk .sale-order-alex-grdn .sale-order-list-change-payment,
.right_block .lk .sale-order-alex-grdn .sale-order-list-shipment-list-item-link {
	color: #372a18;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-shipment-button:hover,
.right_block .lk .sale-order-alex-grdn .sale-order-list-repeat-link:hover,
.right_block .lk .sale-order-alex-grdn .sale-order-list-about-link:hover,
.right_block .lk .sale-order-alex-grdn .sale-order-list-change-payment:hover,
.right_block .lk .sale-order-alex-grdn .sale-order-list-shipment-list-item-link:hover {
	color: #4a3822;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-cancel-link {
	color: #9b9b9b;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-button {
	background: #372a18;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	max-width: none;
	float: none;
	display: inline-block;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-button:hover {
	background: #4a3822;
	color: #fff;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-button.inactive-button {
	background: #ebebef;
	color: #9b9b9b;
	cursor: default;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-accomplished-date {
	color: #372a18;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-accomplished-date.canceled-order {
	color: #d0021b;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-payment-title,
.right_block .lk .sale-order-alex-grdn .sale-order-list-shipment-title,
.right_block .lk .sale-order-alex-grdn .sale-order-list-about-link {
	font-family: inherit;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-status-success {
	background: #e8f4d9;
	border-color: #87c73d;
	color: #597707;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-status-alert {
	background: #ffe5e8;
	border-color: #eab3b9;
	color: #d0021b;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-status-restricted {
	background: #f8f8f9;
	border-color: #ebebef;
	color: #535c69;
}

.right_block .lk .sale-order-alex-grdn .sale-order-list-button-container {
	margin-top: 8px;
}

@media (max-width: 767px) {
	.right_block .lk .sale-order-alex-grdn .sale-order-list-button {
		width: 100%;
		text-align: center;
	}
}

.ag-footer-legal {
	/* background: #372a18; */
	color: #000;
}

.ag-footer-legal .small {
	color: #000;
	margin: 0;
}

.page-breadcrumbs,
.film-page-breadcrumbs {
	padding: 16px 0 8px;
}

.contacts-socials.socials {
	display: flex;
	gap: 12px;
	align-items: center;
}

.contacts-socials .ag-social-icon {
	width: 28px;
	height: 28px;
}

html.bx_editmode .licence_block[style*="display: none"],
html.bx_editmode .licence_block[style*="display:none"] {
	display: none !important;
	pointer-events: none !important;
}

html.bx_editmode .main-user-consent-request-popup,
body:has(#bx-panel) .main-user-consent-request-popup,
#bx-panel ~ .main-user-consent-request-popup,
.main-user-consent-request-popup[data-ag-suppressed="Y"] {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
