﻿

/* Start:/local/templates/mp2025/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1744970904212*/
 .img-zoom {
    border-radius: 20px;
    overflow: hidden;
}
.img-zoom .tn-atom {
    border-radius: 20px;
    transition: transform 200ms ease-in-out;
}
.img-zoom:hover .tn-atom {
    transform: scale(115%);
}

/* End */


/* Start:/local/templates/mp2025/components/bitrix/news.list/faq/style.css?1743611801150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/mp2025/components/bitrix/news.list/news/style.css?17745885541110*/
/* Для состояния покоя — прозрачная обводка */
article.card {
  outline: none;           /* убираем стандартный outline, если он мешает */
  outline-color: transparent;
  /* Если нужен именно border: */
  /* border: 1px solid transparent; */
transition: outline-color 0.2s ease, outline-offset 0.2s ease;
}

/* При получении фокуса — голубая обводка */
article.card:focus, article.card:hover {
  outline: 2px solid #6a4a63;  /* голубой цвет Bootstrap primary */
  outline-offset: 2px;         /* небольшой отступ, чтобы не накладывался на контент */
}

/* Для более избирательного отображения (только фокус с клавиатуры) */
article.card:focus-visible {
  outline: 2px solid #6a4a63;
  outline-offset: 2px;
}

/* Убираем обводку при фокусе мышью, если используется :focus-visible */
article.card:focus:not(:focus-visible) {
  outline: none;
}

/* End */


/* Start:/local/templates/mp2025/styles.css?17748767932187*/
/*MAX*/
a:hover path,
a:focus path{
    fill: #ffffff;
    fill-rule: evenodd;
}

html {
  font-family: "Playfair Display", serif !important;
}
.link-none {
text-decoration:none!important;
color:var(--mp-nav-link-color)!important;
}

/*Заголовки*/
.fill-info {
  fill: #6a4a63 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.ms-6 {
  margin-left: 6rem !important;
}
.ms-7 {
  margin-left: 7rem !important;
}
.ms-8 {
  margin-left: 8rem !important;
}
.ms-md-9 {
  margin-left: 9rem !important;
}
.ms-md-10 {
  margin-left: 10rem !important;
}
.ms-11 {
  margin-left: 11rem !important;
}
@media(max-width: 768px) {
  .ms-md-9 {
    margin-left: 0rem !important;
  }
  .ms-md-10 {
    margin-left: 0rem !important;
  }
  /*.head {
display:none!important;
background-image: url(/44.png);
background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}*/
}
.card- {
  /*border:3px solid #6a4a63;*/
}
.card-:hover{
  background: #6a4a63;
  color: #fff;
  transition: background-color 0.5s;
  /*border:3px solid #6a4a63;*/
}
.card-:hover h3, .card-:hover h2, .card-:hover a {
  color: #fff !important;
}
.card-:hover .light-mode-img {
  filter: brightness(0) invert(1);
}
/**/
.card-act {
  border: 3px solid #6a4a63;
}
.card-act:hover {
  background: #6a4a63;
  color: #fff;
  transition: background-color 0.5s;
  border: 3px solid #6a4a63;
}
.card-act:hover h3, .card-act:hover h2, .card-act:hover a {
  color: #fff !important;
}
.card-act:hover .light-mode-img {
  filter: brightness(0) invert(1);
}
/***********Каталог-карточки****************/
.section {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  border: 3px solid transparent;
}
.section:hover {
  border: 3px solid #6a4a63 !important;
  /*background:#6a4a63!important;*/
}
/*.section:hover h3{
color:#fff!important;
}

.section-in img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform 250ms linear;
  border-radius: 6px;
  cursor: pointer;
}

.section-col:hover .section-in img{
  transform: scale(1.1) rotate(-3deg);
}
*/
/* End */


/* Start:/local/templates/mp2025/template_styles.css?17749453325630*/
@charset "utf-8";
/* CSS Document */
#panel {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1130 !important;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
.navbar-brand img {
    min-width: 180px!important;
    height: 80px!important;
    object-fit: contain!important;
    filter: brightness(0);
}

.head-title- {
    font-size: 3.9rem !important;
    font-weight: 900!important;
    font-family:"Playfair Display", serif!important;
}
.title {
    font-size: 3.9rem!important;
    font-weight: 900!important;
    text-transform:uppercase;
	font-family:"Playfair Display", serif!important;
}


.head-title {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.9rem);
  /* Запасной вариант для старых браузеров (без clamp) */
  font-size: calc(2rem + 2vw);
    font-weight: 900!important;
    font-family:"Playfair Display", serif!important;
}



[data-bs-theme=dark] .title, [data-bs-theme=dark] .title-dark {
        color: #ffffff!important;
    }

.mt-10 {
  margin-top: 10rem !important
}
.mt-n10 {
  margin-top: -14rem !important
}
[data-bs-theme=dark] .link-dark {
    color:#ffffff!important;
}

[data-bs-theme=dark] .nav-link:hover, [data-bs-theme=dark] .nav-link:focus {
  color: #a6a6a6!important;
}

[data-bs-theme=dark] .btn-link {
color: #a6a6a6!important;
}

/*Бегущая строка*/
.air-container {
  display: flex;
  align-items: center;
  overflow: hidden;
    background: #000;
    color: #fff;
}

.air-p {
  font-size: 20px;
  white-space: nowrap;
  animation: air-stroke 150.5s infinite linear; /* notice the infinite */
}

[data-bs-theme=dark] .air-container {
  display: flex;
  align-items: center;
  overflow: hidden;
    background: #fff;
    color: #000;
}
[data-bs-theme=dark] .air-p {
font-size: 20px;
  white-space: nowrap;
  animation: air-stroke 150.5s infinite linear; /* notice the infinite */
color:#000;
}

.air-p:after {
  content: "";
}
@keyframes air-stroke {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/**/
.btn-lg-x2, .btn-group-lg > .btn {
    font-weight: 300;
    --mp-btn-padding-y: 1.585rem;
    --mp-btn-padding-x: 2.2rem;
    --mp-btn-font-size: 1.5rem;
    --mp-btn-border-radius: var(--mp-border-radius-lg);
}

/*Цифры*/
.item-title {
    z-index: 2;
    position: relative;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 10px;
    color:#ff0000;
}
.item-symbol {
    position: absolute;
    z-index: 1;
    line-height: 130px;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
    font-size: 20rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: rgba(0,0,0,.1);
    opacity: .6;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.foot-model {
background-image: url('/44.png');  
background-position:right bottom;  
background-repeat:no-repeat; 
background-size: contain
}

.head-arrow {
  background-image: url(../../../../../../local/templates/mp2025/images/head-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  /*background-size: contain;*/
background-size: 36%;
}

/*Мобильная версия*/
@media(max-width: 768px) {

.foot-model {
background-image: none!important;
}


.head-arrow {
  background-image: none;
}
main {
    margin: auto 1em;
}
foot {
    margin: auto 1em;
}
.head-title {
    font-size: 2.1em!important;
    font-weight: 900!important;
    text-align: center!important;
    font-family:"Playfair Display", serif!important;
}
.title {
    font-size: calc(1.475rem + 0.3vw)!important;
    font-weight: 900!important;
    text-transform:uppercase;font-family:"Playfair Display", serif!important;
}
    
/*Цифры*/
.item-symbol {
        font-size: 12rem;
}
/*Отрицательный отступ*/
.mt-n10 {
  margin-top: 2rem !important;
}
}

/***byelscom***/
.byels {
  background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%, #FFCC70  0%, #C850C0 46%, #4158D0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: rainbow 5s ease infinite;
  animation: rainbow 5s ease infinite;
}
@-webkit-keyframes rainbow {
  0% { background-position: 0% 46% }
  46% { background-position: 100% 46% }
  100% { background-position: 0% 46% }
}
 
@keyframes rainbow {
  0% { background-position: 0% 46% }
  46% { background-position: 100% 46% }
  100% { background-position: 0% 46% }
}
/*** byelscom end***/


.b24-form-padding-side {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.b24-form-content {
  padding: 0px 0px !important;
}
.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 0px solid var(--b24-primary-color) !important;
  padding: 5px 10px !important;
}
.b24-form-recaptcha {
  display: none !important;
}
.b24-form-wrapper.b24-form-border-bottom {
  padding: 5px 0px !important;
}
/*Мобильная версия*/
@media(max-width: 768px) {
  .b24-form-padding-side {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/*
#card {
border:1px solid transparent;
cursor:pointer;
}

#card:hover {
border:1px solid #6a4a63!important;
}
*/
.modal-header {
  border: 0px !important;
}

.btn-prev, .btn-next {
    color: #ffffff!important;
    background-color: #6a4a63!important;
 
}


.btn-max:hover, .btn-max:focus, .btn-max:active {
  color: #fff !important;
background: #5385FF !important;
  background-color: linear-gradient(90deg,rgba(83, 133, 255, 1) 0%, rgba(152, 85, 227, 1) 100%) !important;
  border-color: #5385FF !important;
  box-shadow: 0 .375rem 1.125rem -0.375rem rgba(18, 140, 126, .8) !important
}


/* End */
/* /local/templates/mp2025/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1744970904212 */
/* /local/templates/mp2025/components/bitrix/news.list/faq/style.css?1743611801150 */
/* /local/templates/mp2025/components/bitrix/news.list/news/style.css?17745885541110 */
/* /local/templates/mp2025/styles.css?17748767932187 */
/* /local/templates/mp2025/template_styles.css?17749453325630 */
