@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --main-color1: #00ade5;
  --main-border-radius: 7px;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #101214;
}

button {
  cursor: pointer !important;
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
}

a {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main_center {
  padding-bottom: 1px !important;
}

.wrapper {
  position: relative;
  height: max-content;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header.scrolled {
  backdrop-filter: blur(10px);
  background-color: rgba(16, 18, 20, 0.7);
  /* фон становится чуть прозрачнее */

  -webkit-backdrop-filter: blur(8px);
}

.header__menu-detailtcontact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header {
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  backdrop-filter: blur(0px);
  /* начальное значение — без блюра */
  -webkit-backdrop-filter: blur(0px);
  z-index: 100010;
  top: 0;
  position: sticky;
  padding: 15px 0 15px 0;
  background-color: #101214;
}

.header__menu-top {
  display: flex;
  justify-content: space-between;

}

.header__menu-top a {
  color: #fff;
  text-decoration: underline;
}

.list-phone-numbers a {
  text-decoration: underline;
}

.header__group-logo {
  width: max-content;
}

.header__menu-logo {
  padding: 0 7px 0 0;
  width: 202px;

}

.header__menu-logo img {
  width: 100%;

}

.header__group-logo {
  align-items: center;
  display: flex;
  gap: 18px;
}

.detailtcontact__left img {
  height: 25px;
  width: 25px;
}

.header__menu-detailtcontact {
  display: flex;

}

.download-button {
  max-height: 60px !important;
}

.detailtcontact__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-phone-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.header__menu-callback {
  display: flex;
  gap: 20px;
}

.header__menu-callback button {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: var(--main-border-radius);
  color: #fff;
  background-color: var(--main-color1);
  border: none;
  height: calc(100%-30px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.callback {
  padding: 0 !important;
  background-color: transparent !important;
}

.callback>img {
  width: 34px !important;
  height: 49px !important;
}

.header__menu-callback button>img {
  height: 28px;
  width: 28px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7400%) hue-rotate(81deg) brightness(108%) contrast(119%);
}

.callback {
  background-color: none;
}

.menu-botton-nanocad {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--main-border-radius);
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #fff;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.menu-botton-nanocad:hover {
  background-color: var(--main-color1);
  border: 1px solid var(--main-color1);
}



.header__menu-bottom-link::before {
  left: -2.5px;
}

.header__menu-bottom-link::before,
.header__menu-bottom-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 95%;
  margin-top: -0.5px;
  background: var(--main-color1);
}

.header__menu-bottom-link::after {
  right: 2.5px;
  background: var(--main-color1);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header__menu-bottom-link::before,
.header__menu-bottom-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 95%;
  margin-top: -0.5px;
  background: var(--main-color1);
}




.menu-botton-nanocad>img {
  height: 25px;
  width: 25px;
}

.header__menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu-bottom-center>a {
  color: #fff;
}

.header__menu-bottom-center {
  display: flex;
  gap: 40px;
}

.folder-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  flex-shrink: 0;
  transition: transform .3s ease;
}

svg {
  display: inline-block;
  max-height: 100%;
  fill: #fff;
  fill-rule: evenodd;
  stroke: #fff;
  stroke-width: 0;
}

.header__menu {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.soc-icon {
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-icon>img {
  height: 16px;
  width: 16px;
}

.header__menu-bottom-right {
  display: flex;
  gap: 15px;
}

.footer {
  background-color: #101214;
  height: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff !important;
}

.footer__logo {
  height: 37px;
  width: 367px;
  margin: 0 auto;
}

.footer__logo-img {
  object-fit: contain;
  width: 100%;

}

.footer__content {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px 0;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #696969;
  padding-bottom: 50px;
}

.footer__Csoft-info {
  flex: 0 0 45%;
}

.footer__Csoft-info a {
  color: #fff;
}
.footer__events-list > h2{
  margin-bottom: 15px;
}
.promotion-card-link {
    cursor: pointer;
    background-color: transparent;
    border: none;
    gap: 5px;
    display: flex;
    align-items: center;
    color: var(--main-color1);
    font-size: 15px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
}
.promotion-card {
  background-color: #fff;
  border: none !important;
  flex: 1;
  /* все карточки одинаковой ширины */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--main-border-radius);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  box-sizing: border-box;
}
.infoblock>h2 {
    margin-top: 10px !important;
    color: #fff !important;
    margin: 0;
    font-size: 30px !important;
    padding: 0 0 10px 0;
    line-height: 1.0;
    font-size: 22px;
    font-weight: 700;
}
.link-detail-page-modal {
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center !important;
    color: #fff !important;
    border: 1px solid #e32636 !important;
    background-color: #e32636 !important;
}
.img-link {
  height: 18px;
  width: 18px;
}
.modal-footer{
  display: none !important;
}
.contact-mess {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.soc-icon>img {
  height: 20px !important;
  width: 20px !important;
}

.of-site {
  text-decoration: none;
  /* Убираем стандартное */
  padding-bottom: 2px;
  /* Отступ между текстом и линией */
}

.of-site:hover {
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.footer__events-list {
  flex: 0 0 25%;
  /* По 30% ширины */
}

.footer__contact {
  flex: 0 0 25%;
  max-width: 230px;
}

.contact-age {
  margin-top: 40px;
}

.footer__products-item {
  margin-bottom: 10px;
}

.footer__events-list h2 {
  color: #fff !important;
}

.age {
  font-size: 62px;
  font-weight: 800;
  color: #fff;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer-link {
  display: flex;
  flex-direction: column;

}


.footer-link a {
  height: 18px;
}

.footer-link a {
  color: #fff;
}

.footer__Csoft-info-img {
  height: 23px;
  width: 180px;
}

.footer__Csoft-info p {
  font-size: 13px;
  font-weight: 400;
}

.footer__bottom {
  padding-top: 20px;
}

.footer__bottom p {
  font-size: 13px;
}

.footer-link a {
  font-size: 13px;
}

.footer__contact p {
  font-size: 13px;
  margin: 0;
}

.info-text {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  margin: 0;
}

.footer-number {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.footer-number:hover {
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.footer__products-item {
  display: flex;
  gap: 10px;
}

.contact-email a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.footer__events-item {
  gap: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  align-items: flex-start;
}

.footer__events-item a {
  color: #fff;
  font-size: 14px;
}

.contact-adres {
  margin-top: 20px;
}

.contact-email {
  margin-top: 20px;
}

.contact-email a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;

}

.main_top {
  background-color: #101214;
  background-position: center;
  background-size: contain;

  padding-top: 50px;
  padding-bottom: 50px;
}

.main_top-content-left>img {
  height: 67px;
}

#typed-output {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  animation: blink 0.7s infinite;
}

.main_top {
  color: #fff;
}

.main_top-content {
  display: flex;
  gap: 20px;
}

.main_top-content-left {
  flex: 65%;
}

.main_top-content-right {
  flex: 50%;
}

.main_top-content-right {
  background-color: #fff;

  border-radius: var(--main-border-radius);
}

.main_top-content-left>h1 {
  margin: 0;
  padding-top: 35px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.capr {
  margin: 0;
  padding-bottom: 10px;
  color: var(--main-color1);
  font-size: 56px;
  font-weight: 200;

}

.main-desc {
  margin: 0;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
}

.main_top-content-right {
  padding: 10px;
  color: #101214;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

#countdown-timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}




#countdown-timer div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

#hours,
#minutes,
#seconds {
  font-size: 59px !important;
  font-weight: 400 !important;
  min-width: 80px;
}

.modal-dialog {
  z-index: 31232131231 !important;
}

.modal-backdrop {
  z-index: 10 !important;
}

#countdown-timer .label {
  font-size: 16px;
  margin-top: 5px;
}

.separator {
  font-size: 59px;
  line-height: 1;
  font-weight: 400;
  align-self: flex-end;
  margin-bottom: 35px;
}

.label {
  font-size: 12.5px;
  font-weight: 400;
}

.main_top-content-left-btn {
  padding-top: 25px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
}

.main_top-content-left-btn>a {
  font-size: 18px;
  font-weight: 500;
}

.burger {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.main_center {
  padding-bottom: 0px !important;
}

.burger span {
  display: block;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.4s ease;
}

/* Анимация крестика */
.burger.active span:nth-child(1) {
  transform: rotate(44deg) translate(7px, 6px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.main-gif>img {
  height: 61px;
  object-fit: contain;
  display: block;

}

.main-gif {
  padding-top: 25px;
  display: flex;
}

.main_center {
  background-color: #fff;
}

.main_center>div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mn-content {
  padding: 50px 0;
}

.main_center-banner-skidka {
  border-radius: var(--main-border-radius);
  width: 100%;
  margin-bottom: 20px !important;
}

.main_center-banner-skidka>img {
  width: 100%;
  border-radius: var(--main-border-radius);
}

.main_center-banner-info {
  width: 100%;
  display: flex;
  gap: 50px;

}

.main_center-banner-info-left {
  flex: 0 0 30%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #101214;
  border-radius: var(--main-border-radius);
}

.main_center-banner-info-right {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--main-border-radius);
}

.main_center-banner-info-right>picture>img {
  border-radius: var(--main-border-radius);
}

.online {

  display: flex;
  gap: 15px;
  align-items: center;
}

.online>img {
  height: 26px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
}

.online>p {
  margin: 0;
  color: #101214;
  font-size: 16px;
  font-weight: 700;
}

.webinar-p1 {
  color: #101214;
  padding-top: 20px;
  margin: 0;
  font-size: 25px;
  font-weight: 900;
}

.webinar-p2 {
  color: #101214;
  padding-top: 10px;
  margin: 0;
  font-size: 25px;
  font-weight: 200;
}

.webinar-link {
  gap: 5px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);

}

.webinar-link>img {
  height: 22px;
}

.webinar-link>p {
  font-size: 18px;
  font-weight: 400;
}

.main_center-banner-info-right {

  width: 100%;
}

.main_center-banner-info-right>img {
  width: 100%;
  border-radius: var(--main-border-radius);
}

.main-center-products>.wrapper>h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.products-desc1 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.37;
}

.products-desc2 {
  color: #696969;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.37;
  padding-bottom: 20px;
}

.tab-content.active {
  display: block;
}

.last-btn {
  border-right: 1px solid #101214 !important;
}

.tab-btn {
  border-right: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #101214;
  border-top: 1px solid #101214;
  border-bottom: 1px solid #101214;
  border-radius: var(--main-border-radius);
  margin: 0;
  padding: 12px 22px;
  cursor: pointer;
  background-color: transparent;
}

.tab-btn.active {
  background-color: #101214;
  color: #fff;
}

.main-center-products-btn {
  display: flex;
  justify-content: center;
  gap: 0;
  padding-bottom: 50px;
}

.sales-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wrap-sales {
  width: 100% !important;
  max-width: 100% !important;
}

.first-btn {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.last-btn {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.card_item-content>img {
  width: 80%;
}

.list_card {
  gap: 15px;
  display: flex;
  flex-direction: row;
}

.star-active {
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(3632%) hue-rotate(158deg) brightness(95%) contrast(101%);
}

.card_item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--main-border-radius);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
  height: max-content;
}

.card_item-content {
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper-item-main {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

.text-blur-container {
  position: relative;
  max-height: 3.6em;
  /* 2 строки примерно */
  overflow: hidden;
}

.text-blur {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}

.text-blur-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff);
  /* белый — фон контейнера */
}

.card_item-content>h2 {
  margin: 0;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
}

.card_item-content-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.webinar-link-price {
  gap: 5px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
}

.webinar-link-price>img {
  height: 22px;
}

.webinar-link-price>p {
  margin: 0;
}

.card_item-content-price {
  padding-top: 20px;
}

.price {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.normal_price {
  font-size: 16px;
  font-weight: 500;
}

.price {
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
}

.old_price {
  bottom: 10px;
  font-size: 13px;

  font-weight: 500;
}

.old_price {
  position: relative;
  display: inline-block;
  color: #989a9b;

}

.old_price:before {
  content: "";
  border-bottom: 2px solid #e32636;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(-11deg);
}

.list_card {
  height: 420px;
  align-items: stretch;
  /* Выровнять по высоте */
}

.card_item {
  height: 100%;
}

.card_inner {
  height: 100%;
  background: #fff;

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}


.tab-content.active {
  opacity: 1;

  pointer-events: auto;
  transform: translateY(0);
}

#myModal .modal-dialog {
  height: 70vh;
}

#myModal .nav {
  align-items: center;
  background-color: #fff;
  border: none;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 15px;
  justify-content: flex-start;
  z-index: 5;
}

#myModal .nav button {
  color: var(--main-color1);
  background: #fff;
  border: 1px solid var(--main-color1);
}

#myModal .nav button.active {
  color: #fff;
  background: var(--main-color1);
  border: 1px solid var(--main-color1);
}

#myModal .modal-content {
  height: 80%;
  top: 40px;
}

#myModal .modal-content .modal-body .mod_cont_popup {
  padding-right: 10px;
  width: 100%;
  overflow-x: hidden;
}

#myModal .modal-content .modal-body {
  position: relative;
  height: 100%;
  padding-top: 0;
  overflow-y: scroll;
}

#myModal .modal-content .modal-body img {
  pointer-events: none;
}

#myModal #toTopModal {
  position: absolute;
  bottom: 10px;
  right: -51px;

}

.btn-close:focus {
  box-shadow: none !important;
}

#myModal #toTopModal a {
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
}

#myModal #toTopModal a:hover {
  color: var(--main-color1);
}

#myModal .wp-block-gallery .wp-block-image {
  pointer-events: none;
}

.b24-form-header-description {
  padding: 0 50px;
}

.possibility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 0;
}

.tabs-buttons-scroll {
  position: relative;
}
.possibility-card > div > div > div > a{
  height: 100% !important;
}
.possibility-card > div > div > div > a >img{
  object-fit: cover !important;
  height: 100% !important;
}


.possibility-card {
  min-width: 0;
}

.tab-btn-lic {

  border: 1px solid #eee !important;
}

.tab-btn-lic .active-lic {
  color: #fff !important;
}

.tab-btn-lic:hover {

  border: 1px solid var(--main-color1) !important;
  ;
}

.platform_body {
  display: flex;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}

.chili-page-reviews-list-container>.red-reviews-button {

  background-color: rgb(255, 222, 81) !important;
}

.platform_banner {
  width: 70%;
}

.platform_banner img {
  width: 100%;
  border-radius: var(--main-border-radius);
  height: auto;
}

.feature_title {
  height: 105px;
  font-size: 14px;
}
.product__detail-content-left > .product-btn{
  margin: 15px 0;
}
.feature_price,
.feature_name {
  height: 50px;
  font-size: 12px;
}

.check_config.who {
  height: 105px;
  width: auto;
  hyphens: auto;
}

.check_config.who {
  font-size: 12px;
}

.check_config {
  height: 105px;
}

.platform_product .platform_config_title {
  margin-bottom: 45px;
}

.feature_title.under {
  width: 343%;
}

.check_config {
  height: 105px;
}

.config_buttons_block {
  width: 100%;
}

.platform_license {
  align-items: center;
}

.platform_license_text {
  width: 100%;
}

.help_features {
  gap: 10px 25px;
}

.help_features_item {
  width: 48%;
}

.license_help button.config_button_get,
.license_help a.config_button_catalog {
  padding: 16px;
}

.platform_event {
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pl_event_block {
  padding: 20px;
  background-color: #e1e1e1;
  border-radius: var(--main-border-radius);
  height: 80%;
}

.platform_close_event_slider .owl-stage-outer {
  height: 100%;
}

.platform_close_event_slider {
  position: relative;
  height: 75%;
}

.platform_close_event_slider .owl-stage {
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%;
}

.platform_all_event a {
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color1);
  background: var(--main-color1);
  border-radius: var(--main-border-radius);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s;
}

.platform_close_event_item a:hover {
  text-decoration: none;
}

.platform_all_event a:hover {
  text-decoration: none;
  background: #fff;
  color: var(--main-color1);
}

.platform_close_event_item button {
  position: absolute;
  bottom: 0;
  background: transparent;
  color: #393939;
  border: 1px solid #393939;
  padding-bottom: 5px;
  transition: 0.3s;
}

.platform_close_event_item button.without_back:hover {
  transition: 0.2s;
  color: var(--main-color1);
  border-color: var(--main-color1);
}

.platform_event_name {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.platform_event_name span {
  color: rgb(0 173 229);
}

.platforma_modal ol>li:before {
  color: var(--main-color1);
}

.platforma_modal #tabs_inpop {
  display: none;
}

#mobileMenu .menu-botton-nanocad:hover {
  color: #fff !important;
}

.platform_event_title {
  margin-top: 15px;
  color: #1d1f33;
  line-height: 1.4;
  font-size: 19px;
}

.platforma_modal .detail_tabs .nav-tabs {
  height: auto;
  max-height: unset;
  margin-bottom: 20px;
}

span.platform_event_date {
  font-size: 18px;
  font-weight: 600;
}

.platform_close_event_slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.platform_close_event_slider .owl-nav button {
  position: relative;
  top: auto;
  right: auto;
  font-size: 20px;
  background: #e1e1e1;
  color: #000;
  border: 1px solid #393939;
  border-radius: var(--main-border-radius);
  padding: 0px 9px;
}

.platform_product_title {
  text-align: left;
}

.platform_tab_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin: 20px 0 35px;
}

.platform_prod_item {
  display: flex;
  width: 20%;
  padding: 10px;
  border: 1px solid #b2b2b2ad;
  border-radius: var(--main-border-radius);
  transition: 0.3s;
  flex-grow: 1;
}

.platform_prod_item:hover {
  border: 1px solid var(--main-color1);
  cursor: pointer;
}

.platform_prod_item:hover a {
  text-decoration: none;
}

.platform_tab_block .platform_prod_item .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.platform_tab_block .platform_prod_item .div .plat_tab_img {
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  filter: drop-shadow(0px 0px 0px #fff);
}

.sales-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Без !important, если возможно */
  gap: 24px;
  /* Добавь отступы между карточками */
}

.wrap-sales {
  width: 100%;
  /* чтобы грид-ячейка не ломалась */
}

.item-sales {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.courses__detail-content-top {
  margin: 20px 0 20px !important;
}

.item-sales .img {
  width: 100%;
  overflow: hidden;
}

.sales-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 0;
}

.wrap-sales,
.item-sales {
  min-width: 0;
  /* Позволяет содержимому сжиматься */
}

.item-sales img {
  max-width: 100%;
  height: auto;
  display: block;
}

.item-sales .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  /* или contain, в зависимости от твоей задачи */
}

.item-sales .text {
  padding: 10px 0;
  flex-grow: 1;
  box-sizing: border-box;
}

div.custom-block {
  font-weight: 400;
  font-size: 16px;
  padding: 30px;
  border-radius: var(--main-border-radius);
  display: flex;
  align-items: flex-start;
  margin: 1.5em 0;
}

.sales-title {
  margin-top: 0 !important;
}

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

.view_snippet {
  background: #ecffec;
  border: 1px solid #b8ebc0;
  color: #4dd376;
}

.detail_tabs ul {
  margin-bottom: 10px;
}

div.view_snippet i:before {
  border: 3px solid #4dd376;
}

.bx-filter.bx-blue .bx-filter-section {
  background: transparent !important;
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #1d1e33 !important;
}

.prods.container .filter_block_cs {
  margin-bottom: 120px;
}

div.custom-block i:before {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: var(--main-border-radius);
  display: inline-block;
  padding: 8px 0;
  margin-right: 25px;
}

.essent_snippet {
  background: #f1c6c5;
  border: 1px solid #f24841;
  color: #f24841;
}

div.essent_snippet i:before {
  border: 3px solid #f24841;
}

.info_snippet {
  background: #ecf6ff;
  border: 1px solid #81c2fd;
  color: #81c2fd;
}

div.info_snippet i:before {
  border: 3px solid #81c2fd;
}

.quote_snippet {
  background: #ededed;
  border: 1px solid #707070;
  color: #707070;
}

div.quote_snippet i:before {
  border: 3px solid #707070;
}

.platform_tab_block .text_prod_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 5px;
}

.platform_tab_block .text_prod_item h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

.platform_tab_block .text_prod_item span {
  color: #000;
  line-height: 1;
  font-size: 13px;
  margin: 5px 0 10px;
  font-weight: 500;
}

.platform_product .platform_tabs_block .nav {
  background: transparent;
  border: none;
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
}

.platform_product .platform_tabs_block .nav li.nav-item {
  flex-grow: 1;
}

.platform_product .platform_tabs_block .nav .nav-link {
  color: #000;
  width: 100%;
  background-color: #e0e0e0;
  transition: 0.3s;
}

.platform_product .platform_tabs_block .nav .nav-link:hover {
  border-color: var(--main-color1);
  background-color: #fff;
}

.platform_product .platform_tabs_block .nav .nav-link.active {
  border-color: var(--main-color1);
  background: var(--main-color1);
  color: #fff;
  height: 100%;
}

.platform_prod_item.active {
  border-color: var(--main-color1);
  background: var(--main-color1);
}

.platform_prod_item.active .text_prod_item h5,
.platform_prod_item.active .text_prod_item span {
  color: #fff;
}

.platform_info_ico {
  position: absolute;

  top: 0;
  border-radius: 50px;
  border: 2px solid #e0e0e0;
  padding: 3px 7px;
  font-size: 12px;
  color: #e0e0e0;
  line-height: 1;
}

.platform_info_ico.check {
  border: 2px solid #ffffff;
  padding: 3px 4px;
  color: var(--main-color1);
  background: #fff;
}

.platform_prod_item.active .text_prod_item {
  color: #fff;
}

.platform_event .owl-nav.disabled {
  display: none;
}

.platform_event .owl-nav .owl-prev {
  top: 30px;
  left: -60px;
  width: 30px;
  height: 30px;
  border-radius: var(--main-border-radius);
  border: 1px solid #393939;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform_event .owl-nav .owl-next {
  top: 0px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: var(--main-border-radius);
  border: 1px solid #393939;
  display: flex;
  justify-content: center;
  align-items: center;
}

.final_test_link {
  width: 20px !important;
}

.sert_under_course {
  padding: 32px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.courses__detail-top-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 60% !important;
}

.courses__detail-content-top {
  width: 100%;
  gap: 20px;
  background-color: rgb(245, 245, 245);
  border: 1px rgb(237, 237, 237) solid;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  justify-content: space-between;
}

.hit>p {
  font-size: 12px !important;
}

.btns_serv button {
  flex: 0 0 75% !important;
  height: 42px;
  border-radius: 5px;
  background-color: var(--main-color1);
  border: none;
  outline: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: aliceblue;
  padding: 0;
  cursor: pointer;
}

.sert_under_course a {
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  margin-right: 20px;
  color: #1d1f33;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sert_under_course>img {
  width: 35px;
  margin-right: 15px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(3632%) hue-rotate(158deg) brightness(95%) contrast(101%);
}

.accordion-item.last_item .accordion-button img {
  width: 35px;
  margin-right: 15px;
  filter: invert(45%) sepia(5%) saturate(5542%) hue-rotate(300deg) brightness(109%) contrast(103%);
}

.platform_event .owl-nav .owl-prev:hover,
.platform_event .owl-nav .owl-next:hover {
  cursor: pointer;
  border-color: var(--main-color1);
  color: var(--main-color1);
}

.form .link_to_ext_form {
  padding: 12px 35px;
  background-color: #f24841;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: var(--main-border-radius);
  font-weight: 500;
}

.form .link_to_ext_form :hover {
  background-color: #d01218;
  color: #fff;
}

.nano_print_block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.nano_print1 {
  width: 49%;
  height: 15px;
  border-bottom: 4px solid #e0e0e0;
  border-right: 4px solid #e0e0e0;
  border-radius: 10px 0;
  margin-left: 10px;
  position: relative;
  right: -1px;
}

.nano_print2 {
  width: 49%;
  height: 15px;
  border-bottom: 4px solid #e0e0e0;
  border-left: 4px solid #e0e0e0;
  border-radius: 0 10px 0;
  position: relative;
  left: -1px;
}

.nano_print3 {
  width: 49%;
  height: 10px;
  border-left: 4px solid #e0e0e0;
  border-radius: 10px 0;
  border-top: 4px solid #e0e0e0;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.nano_print4 {
  width: 49%;
  height: 10px;
  border-top: 4px solid #e0e0e0;
  border-right: 4px solid #e0e0e0;
  border-radius: 0 10px;
  position: relative;
  top: -4px;
  margin-left: 10px;
}

#nano_big_button .nano_big_button_link {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: var(--main-color1);
  padding: 20px;
  border-radius: var(--main-border-radius);
  border: 1px solid var(--main-color1);
  transition: 0.3s;
}

.nano_big_button .nano_big_button_link:hover {
  text-decoration: none;
  background: #fff;
  color: var(--main-color1) !important;
}

.webinar__list-top {
  flex: 0 0 70%;
  display: flex;
  gap: 20px;
}

#bim .platform_prod_item {
  width: 20%;
}

.config_table {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.titles_block {
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: flex-start;
}

.features {
  display: flex;
  width: 70%;
  justify-content: space-between;
}

.features_block>div {
  top: 204px !important;
}

.features_block {
  width: 19%;
  border: 1px solid #e0e0e0;
  border-radius: var(--main-border-radius);
  position: relative;
  padding-top: 15px;
}

.config_button_catalog {
  font-size: 15px !important;
}

.config_button_get {
  font-size: 15px !important;
  font-weight: 500;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.feature_title {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  height: 94px;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding-left: 7px;
  line-height: 1.4;
}

.feature_title.under {
  background: #f9f7f7;
  width: 337.8%;
  border-left: 1px solid #e0e0e0;
}

.feature_price,
.check_config,
.feature_name {
  display: flex;
  height: 92px;
  align-items: center;
  justify-content: center;
}

.check_config {
  border-bottom: 1px solid #e0e0e0;
  margin: 0px 11px;
}

.check_config.who {
  text-align: center;
  border: none;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
}

.feature_price {
  height: 50px;
  background: #e1e1e1;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 700;
}

.feature_name {
  position: absolute;
  border: 1px solid #e0e0e0;
  width: 90%;
  top: -65px;
  height: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: var(--main-border-radius);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.feature_title.under p {
  width: 30%;
}

.feature_title span {
  color: #a09e9e;
  font-weight: 500;
  font-size: 16px;
}

.feature_title:has(span) {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.nbr {
  border: none !important;
}

.brtop {
  border-top: 1px solid #e0e0e0;
}

.brbot {
  border-bottom: 1px solid #e0e0e0;
}

.check_config i.fa-check {
  padding: 10px 11px;
  background: var(--main-color1);
  border-radius: var(--main-border-radius);
  color: #fff;
}

.check_config i.fa-xmark {
  padding: 10px 12px;
  background: #e1e1e1;
  border-radius: var(--main-border-radius);
  color: #fff;
}

.config_buttons_block_wrap {
  width: 100%;
  display: flex;
  justify-content: end;
}

.config_buttons_block {
  width: 100%;
  /* float: right; */
  margin: 30px 0 50px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.platforma_modal .modal-dialog {
  max-width: 65vw;
}

.modal-dialog {
  height: 50vh !important;
  top: 15% !important;
  min-height: calc(100% - (8.75rem * 2)) !important;
}

.modal-dialog {
  display: flex !important;
  justify-content: center !important;
}

#myModal .modal-content {
  height: 100% !important;
  top: 0 !important;
}

.platforma_modal .prod_detail_description .detail_tabs ul li {
  list-style-type: none;
  margin: 0;
  flex: 1;
}

.platforma_modal .prod_detail_description .detail_tabs .tab-content ul li {
  list-style-type: "â€“   ";
  margin-left: 0;
}

.platforma_modal .prod_detail_description .detail_tabs .tab-content ul li::marker {
  color: var(--main-color1);
}

.platforma_modal .prod_detail_description .detail_tabs ul li button {
  width: 100%;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: var(--main-border-radius);
}

button.config_button_get,
a.config_button_catalog {
  width: 48%;
  background: var(--main-color1);
  padding: 16px;
  border-radius: var(--main-border-radius);
  flex-grow: 1;
  height: 100%;
  border: 1px solid var(--main-color1);
  transition: 0.3s;
  line-height: 1.3;
}

button.config_button_get:hover {
  background: #fff;
  color: var(--main-color1);
}

a.config_button_catalog {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e0e0e0;
}

a.config_button_catalog:hover {
  text-decoration: none;
  border-color: var(--main-color1);
  color: var(--main-color1);
}

.feature_name.active {
  border-color: var(--main-color1);
  background: var(--main-color1);
  color: #fff;
}

.platform_config_title {
  text-align: left;
  margin-bottom: 65px;
}

.platform_license {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.tab-content>.active {
  display: block;
}

.platform_license_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
}

.platform_license_about p {
  font-size: 16px;
  line-height: 1.3;
}

.platform_license_about {
  margin-bottom: 20px;
  width: 90%;
}

.license_help_title {
  text-align: left;
}

.license_help_title span {
  color: var(--main-color1);
}

.help_features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.help_features_item {
  width: 44%;
  display: flex;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color1) !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--main-color1) !important;
}


.swiper-button-prev {
  z-index: 110000 !important;
}

.fixed-cell {
  white-space: normal !important;
}

.fixed-column {
  width: 50%;
}

.fixed-column {
  background-color: #efefef !important;
}

.swiper-button-next {
  z-index: 1100000 !important;
}

.help_icon {
  font-size: 34px;
  color: var(--main-color1);
  background: #fff;
  border-radius: var(--main-border-radius);
  margin-right: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help_features_item p {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  width: 81%;
}

.platform_product h2 {
  font-size: 30px;
  margin-bottom: 26px;
  padding-bottom: 25px;
}

.platform_license_image>a>img {
  border-radius: var(--main-border-radius);
  box-shadow: 0px 1px 30px 2px rgb(0 0 0 / 17%);
}

.config_button_catalog i {
  margin-left: 5px;
  font-size: 14px;
}

.license_help .config_buttons_block_wrap {
  justify-content: start;
}

.h2-prod {
  margin: 0 !important;
  font-size: 40px !important;
  padding-bottom: 20px !important;
}

.prd-content {
  padding: 35px 0 !important;
}

.license_help .config_buttons_block_wrap .config_buttons_block {
  width: 100%;
  margin: 19px 0 0;
  gap: 15px;
  justify-content: flex-start;
}

.license_help button.config_button_get,
.license_help a.config_button_catalog {
  padding: 16px 8px;
  max-width: 44%;
}

.config_accord_mob {
  display: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  /* вместо var(--bs-nav-link-padding-y/x) */
  font-size: 1rem;
  font-weight: 400;
  color: var(--main-color1);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--main-color1);
  text-decoration: none;
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.nav-link.disabled,
.nav-link:disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-link {
  font-size: 18px;
}

.nav-tabs .nav-link {
  border-radius: var(--main-border-radius) !important;
}



.sales__po-title {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.sales__po-title>h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.sales__po-title>button {
  cursor: pointer;
  padding: 12px 22px;
  border: none;
  background-color: #101214;
  color: #fff !important;
  border-radius: var(--main-border-radius);
  font-size: 15px;
  font-weight: 500;
  height: max-content;
}

.tabs-buttons {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.burger {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.burger span {
  display: block;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.menu-mobile {
  display: none;
  flex-direction: column;
  background: #f5f5f5;
  padding: 15px 20px;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-mobile.active {
  display: flex;
}

.tab-btn-lic {
  cursor: pointer;
  background-color: #e0e0e0;
  padding: 12px 22px;
  border: 1px solid #e0e0e0;
  border-radius: var(--main-border-radius);
  font-size: 16px;
  transition: background-color 0.5s ease, border 0.5s ease;
}

.tab-btn-lic:hover {
  background-color: #fff;
  border: 1px solid var(--main-color1);
}

.tab-btn-lic.active-lic {
  background-color: var(--main-color1);
  color: #fff;
  border-color: var(--main-color1);
}

.active-lic {
  color: #fff !important;
}

.tab-content {
  width: 100% !important;
}

.tab-content>div>table {
  width: 100%;
}

.tab-content>div>table>tbody>tr>th {
  background-color: rgb(235, 235, 235);
}

.tab-content>div>table {
  border: 1px solid rgb(235, 235, 235);
  border-collapse: separate;
  /* важно! */
  border-spacing: 0;
  border-radius: var(--main-border-radius);
  overflow: hidden;
}

.tab-content>div>table>tbody>tr>th {
  border: none !important;
  padding: 15px !important;
}

.tab-content>div>table>tbody>tr>td {
  text-align: center;
  border: none !important;
  padding: 15px !important;
}

tbody tr td:first-child {
  text-align: left !important;
  font-weight: 600;
  max-width: 480px;
  background-color: rgb(235, 235, 235);
}

tbody tr th:first-child {
  text-align: left !important;
  font-weight: 600;
  max-width: 480px;
  background-color: rgb(235, 235, 235);
}

tbody th:first-child {
  text-align: left !important;

}

tbody th {
  text-align: center !important;

}

.tab-content table {
  border-radius: var(--main-border-radius);
}

.promotion__nanocad {
  padding-top: 30px;
  padding-bottom: 30px;
}

.promotion__nanocad-content {
  display: flex;
  flex-direction: column;
}

.promotion__nanocad-line {
  margin-bottom: 20px;
  background-color: var(--main-color1);
  width: 30px;
  margin: 0 auto;
  height: 2px;
}

.promotion__nanocad-content>p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.footer__products-item a {
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}

.footer__products-item {
  margin-bottom: 6px !important;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #696969;
  padding-bottom: 20px;
}

.contact-age {
  margin-top: 20px !important;
}

.nano {
  font-size: 22px;
  font-weight: 700;

}

.cad {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-color1);
}

.promotion__nanocad-listcard {
  display: flex;
  gap: 30px;
  /* пробел между карточками */
  margin-top: 10px;
  width: 100%;
}

.promotion-card {
  flex: 1;
  /* все карточки одинаковой ширины */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--main-border-radius);
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  box-sizing: border-box;
}

.promotion-card>p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.promotion-card>p>span {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.promotion-card>button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  gap: 5px;
  display: flex;
  align-items: center;
  color: var(--main-color1);
  font-size: 15px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
}

.nanocad-webinar {
  padding-bottom: 30px;
}

.promotion-card-last {
  background-color: var(--main-color1);
}

.promotion-card-last>img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(13%) hue-rotate(351deg) brightness(104%) contrast(100%);
}

.promotion-card-last>p {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(13%) hue-rotate(351deg) brightness(104%) contrast(100%);
}

.promotion-card-last>button {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(13%) hue-rotate(351deg) brightness(104%) contrast(100%);
}

.webinar__list {
  display: flex;
  gap: 20px;
}

.webinar-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  border-radius: var(--main-border-radius);

}

.webinar-card>img {
  border-radius: var(--main-border-radius);
  height: 150px;
  width: 270px;
}

.webinar-card>h3 {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}

.telegram {
  background-color: var(--main-color1);
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
}

.telegram>p {
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}

.nanocad-webinar-content>h2 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
}

.nanocad-webinar-content>p {
  margin: 0;
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 22px;
}

.webinar-card>h3 {
  color: #101214;
}

.webinar-card-link {
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--main-color1);
  justify-content: flex-end
}

.link_webinarblog {
  padding-top: 50px;
  color: var(--main-color1);
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.platform_info_ico {
  position: absolute;
  right: 0 !important;
  top: 0;
  border-radius: 50px;
  border: 2px solid #e0e0e0;
  padding: 3px 7px;
  font-size: 12px;
  color: #e0e0e0;
  line-height: 1;
}

.education__nanocad {
  background-color: var(--main-color1);
  height: max-content;
  width: 100%;
  padding: 50px 0;
}

.education__nanocad-content-left>h3 {
  padding: 5px 0;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 200;
}

.education__nanocad-content-left>h3>span {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700 !important;
}

.education__nanocad-content-left>p {
  padding: 5px 0;
  margin: 0;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}

.education__nanocad-content-right>a {
  flex: 0 0 25%;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #fff;
  border-radius: var(--main-border-radius);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: max-content;
}

.education__nanocad-content {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.education__nanocad-content-left {
  flex: 0 0 75%;
}

.perejodnanocad {
  padding: 30px 0;
}

.perejodnanocad>div>h2 {
  margin: 0;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 48px;
}

.perejodnanocad>div>h2>span {
  color: var(--main-color1) !important;
}

.perehodnanocad__content {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.perehodnanocad__content-left {
  flex: 0 0 60%;
}

.preim-content {
  gap: 40px;
  display: flex;
}

.preim-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.perehodnanocad__content-left p:nth-of-type(3) {
  font-size: 22px;
  font-weight: 700;

}

.perehodnanocad__content-left p:nth-of-type(3)>span {
  color: var(--main-color1) !important;
}

.perehodnanocad__content-right>img {
  border-radius: var(--main-border-radius);
}

.preim-item-btn {
  margin-top: 10px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-weight: 600;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 15px;
  color: var(--main-color1);
}

.b24-form-control-label {
  text-align: left !important;
}

.map {
  position: relative;
  height: max-content;
}

.map .infoblock {
  position: absolute;
  top: 80px;
  background-color: var(--main-color1);
  padding: 25px;
  border-radius: var(--main-border-radius);
  z-index: 10;
  width: 400px;
}

.infoblock>h2 {
  color: #fff !important;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1.37;
  font-size: 22px;
  font-weight: 700;
}

.infoblock-line {
  opacity: 0.4;
  height: 1px;
  width: 100%;
  background: #fff;
}

.infoblock-adress,
.infoblock-phone,
.infoblock-mail {
  padding-top: 15px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.infoblock-adress p,
.infoblock-phone a,
.infoblock-mail a {
  color: #fff !important;
  margin: 0;
}

#bot-banner {
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 65px;
    background: linear-gradient(21deg, #00B2FF, #006AFF, #6C00FF, #FF00E5);
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: max-content;
    transition: opacity 0.4s ease, display 0s 0.4s;
}

.bot-banner-content {
    margin: 0 auto !important;
    max-width: 1200px !important;
    display: flex !important;
    align-items: center;
    padding: 10px 0 10px 0;
    width: 100%;
    justify-content: space-between;
}
.bot-banner-text {
  margin: 0;
    font-size: 16x;
  font-weight: 600;
  max-width: 900px;
}
#bot-banner {
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 65px;
  background: linear-gradient(21deg, #00B2FF, #006AFF, #6C00FF, #FF00E5);
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: max-content;
  transition: opacity 0.4s ease, display 0s 0.4s;

}
.bx-404-text-block {
    text-align: center;
}
.bx-404-text-block {
    padding-top: 20px;
}
.erorr_not_f {
    width: 175px;
    height: 36px;
    display: flex;
    background-color:var(--main-color1);
    max-width: 200px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    margin: 30px auto 0;
}
.bx-404-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 50px 0 50px 0;
}
.bot-banner-link {
    font-family: Montserrat, sans-serif !important;
    border: none;
    border-radius: 7px;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
@media screen and (max-width:1200px) {
  .bot-banner-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width:1020px) {
  .bot-banner-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bot-banner-link {
    min-width: 175px;
  }

  .bot-banner-text {
    text-align: left;
  }
}

@media screen and (max-width:980px) {

  .bot-banner-link {
    min-width: 175px !important;
  }

}

@media screen and (max-width:720px) {

  .bot-banner-text {
    font-size: 16px;
  }

  .bot-banner-text sing2 {
    display: none !important;
    line-height: 1.2;
  }
}

#productBlock {
  position: sticky !important;
  background-color: rgb(29, 38, 46) !important;
}

.hello__line {
  padding: 10px 0;
  color: #fff !important;
  background-color: var(--main-color1);
}

.product-block {
  position: absolute;
  left: 0;
  top: 0;
  /* обновим через JS */
  width: 100%;
  background-color: #f9f9f9;
  display: none;
  z-index: 9999;
  overflow-y: auto;
  padding: 40px;
  transition: all 0.3s ease;
}

.no-scroll {
  overflow: hidden;
}

.product-block.active {
  display: block;
}

.footer__products-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}

.product_block_content {
  display: flex;
  justify-content: space-between;
}

.nano_big_button_link {
  color: #fff;
}

.product_block_content-left-top>nav {
  flex: 0 0 50%;
  flex-direction: column;

}

.product_block_content-left-top>h2 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #fff;
}

.product_block_content-left-top {
  width: max-content;
  padding: 15px;
  border: 1px solid var(--main-color1);
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.product_block_content-left>div {
  display: flex;
  gap: 20px;
}

.product_block_content {
  gap: 20px !important;
}

.product_block_content-left-top>nav>div>button {
  font-size: 14px;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #fff;
}

.product_block_content-left-top>nav>button {
  font-size: 22px;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #fff;
}

.product_block_content-left-top {
  display: flex;
  flex-direction: column;
}

.nano_big_button_link {
  border-radius: var(--main-border-radius);
  padding: 4px 9px;
  width: max-content;
  background-color: var(--main-color1);
  font-size: 14px;
}

.product_block_content-left-top>nav {
  display: flex;
}

.nav-group-1 {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.nav-group-2 {

  display: flex;
  flex-direction: column;
}

.product_block_content-left-top>nav button {
  cursor: pointer;
}

.product_block_content-left-bottom {
  padding: 16px;
  border: 1px solid var(--main-color1);
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.product_block_content-left-bottom>div {

  display: flex;
  flex-direction: column;
}

.product_block_content-left-bottom>h2 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #fff;
}

.product_block_content-left-bottom>div>a {
  font-size: 14px;
  color: #fff;
}

.product_block_content-left {

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product_block_content {
  gap: 30px;
  display: flex;
}

.product_block_content-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
  grid-auto-rows: max-content;
}

.product_block_content-right-BIM-решения {
  height: 100%;
  gap: 2px !important;
  padding: 15px;
  background-color: #1d2a35;
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.product-link>a {
  color: #fff;
  font-size: 14px;
}

.product_block_content-right-BIM-решения>h2 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #fff;
}

.subtitle {
  font-size: 13px;
  color: #94a0ab;
}

.product_block_content-right-Приложения {
  height: 100%;
  gap: 2px !important;
  padding: 15px;
  background-color: #1d2a35;
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.product_block_content-right-Приложения>h2 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #fff;
}

.product_block_content-right-машиностроения {
  height: 100%;
  gap: 2px !important;
  padding: 15px;
  background-color: #1d2a35;
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.product_block_content-right-машиностроения>h2 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #fff;
}

.product_block_content-right-GeoniCS {
  height: max-content;
  gap: 2px !important;

  padding: 15px;
  background-color: #1d2a35;
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.product_block_content-right-GeoniCS>h2 {

  font-size: 17px;
  margin: 0 0 10px 0;
  color: #fff;
}

.product_block_content a:hover {
  color: var(--main-color1);
}

.product_block_content button:hover {
  font-family: Montserrat, sans-serif !important;
  color: var(--main-color1);
}

.product_block_content button {
  font-family: Montserrat, sans-serif !important;

}

.promotion-card:hover {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

.main_center-banner-skidka {
  overflow: hidden;
  position: relative;
}

.zoom-on-hover {
  transition: transform 0.9s ease;
  display: block;
  width: 100%;
  height: auto;
}

.zoom-on-hover:hover {
  transform: scale(1.03);
}

.main_center-banner-skidka img.zoom-on-hover {
  transition: transform 0.9s ease;
  display: block;
  width: 100%;
  height: auto;

}

.main_center-banner-skidka img.zoom-on-hover:hover {
  transform: scale(1.03);
}

.item2 {
  display: flex;
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(4307%) hue-rotate(167deg) brightness(108%) contrast(102%);
  align-items: center;
  gap: 7px;
}

.product__detailt-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__detail {
  background-color: #101214;
}

.product__detail-content-left {
  color: #fff !important;
}

.product__detail-content {
  gap: 30px;
  height: 450px;
  align-items: center;
  height: max-content;
  display: flex;
  justify-content: space-between;
}

.product__detail-content-left {
  flex: 0 0 50%;
}

.product__detail-content-right {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}

.product__detail-content-right {
  width: 100%;
  max-width: 590px;
  height: 590px;
  background-size: contain;
  /* обрезает и масштабирует */
  background-position: center;
  /* центрирует */
  background-repeat: no-repeat;
  border-radius: var(--main-border-radius);
  /* по желанию */
  overflow: hidden;
}

.woocommerce-breadcrumb {
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
}

.woocommerce-breadcrumb span {
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
}

.product__detail-content-left>h2 {
  font-weight: 700;
  font-size: 44px;
  margin: 0;
  padding: 30px 0 25px 0;
}

.product__detail-content-left>p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 25px;
}

.product__price {
  font-size: 37px;
  font-weight: 700;
}

.description__content {
  display: flex;
  flex-direction: column;
  gap: 60px !important;
}

.product-possibilities-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-btn {

  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  border-radius: var(--main-border-radius);
  display: flex;
  align-items: center;
  gap: 15px;
  border: none;
  background: var(--main-color1);
  padding: 12px 22px;


}

.reestr {
  margin: 0;

  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.reestr>a {
  text-decoration: underline;
  color: #fff;
}

.item2>a {
  font-size: 18px;
}

#typed-output1 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  animation: blink 0.7s infinite;
}

.prod__test {
  padding-top: 25px;
}
.tab-content-vse-bozm{
  padding-bottom: 30px;
}
.message-bubble {

  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 150px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product__detail-content-left {
  position: relative;
  /* Чтобы позиционирование .message-bubble работало от этого блока */

}

.message-bubble {
  font-size: 25px !important;
  font-weight: 800;
  color: #fff !important;
  position: absolute;
  top: -40px;
  right: -200px;
  width: 211px;
  height: 206px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #1d262e;
  font-size: 14px;
}

.message-bubble>p {
  margin: 0;
  position: absolute;
  top: 52px;
}

.product__detail {
  padding: 20px 0;
}

.product__detail-nav-content {
  padding: 25px 0;
}

.product__detail-nav {
  background-color: #1d262e;
}

.tab-container {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  position: sticky;
  top: 0;
  padding: 10px 0;
  z-index: 100;
}

.switch-text.tab {
  padding: 0;
  cursor: pointer;
  text-decoration: none;

}



#vozm-product {
  padding-bottom: 60px;
}

.tab-container a {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.switch-text.tab>span {
  display: inline-block;
  /* или block */
  height: 6px;
  width: 6px;
  background-color: var(--main-color1);
  border-radius: var(--main-border-radius);
}

.description__content-item1-left>h2 {
  font-size: 40px;
  font-weight: 700;
  color: #101214;
}

.task-item>img {
  height: 46px;
  width: 46px;
}

.description__content-item1 {
  display: flex;
}

.tasks-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 колонки */
  gap: 20px 40px;
}

.task-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.task-image {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.description__content-item1-left {
  flex: 0 0 55%;
}

.description__content-item1-right {
  flex: 0 0 40%;
}

.description__content-item1 {
  gap: 20px;
  justify-content: space-between;
}

.product-video {
  width: 460px;
  /* или 100%, если нужно адаптивно */
  height: 320px;
  border-radius: var(--main-border-radius);
  /* скругление углов */
  overflow: hidden;
  /* обрезать скругленные углы */
  position: relative;
}

.product-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  /* видео заполнит контейнер, обрезая лишнее */
  border-radius: var(--main-border-radius);
  /* скругляем iframe для подстраховки */
  display: block;
}

.ytp-large-play-button {}

.video-wrapper {
  position: relative;
  width: 460px;
  /* или 100%, если нужно адаптивно */
  height: 0;
  padding-bottom: 56.25%;
  /* соотношение 16:9 */
  border-radius: var(--main-border-radius);
  /* скругление углов */
  overflow: hidden;
  /* обрезать края, чтобы не было полос */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  /* видео заполнит контейнер, обрезая края */
}

.benefit-item {
  display: flex;
  flex-direction: column;
}

.benefit-image {
  border-radius: var(--main-border-radius);
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-tasks>h2 {
  font-size: 40px;
  font-weight: 700;
}

.product-benefits>h2 {
  margin-top: 70px;
  font-size: 40px;
  font-weight: 700;
}

.benefit-name {
  font-size: 18px;
  font-weight: 700;
}

.benefit-description {
  font-size: 14px;
  font-weight: 400;
}

.tasks-list {
  margin-bottom: 40px;
}

.product_system_wrap {
  display: none;
  max-width: 700px;
  margin: 0 auto 20px auto;
  background: #111;
  padding: 20px;
  border-radius: var(--main-border-radius);
  color: #ddd;
}

.product_system_wrap.active {
  display: block;
}

.first_column {
  margin: 0 !important;
  float: left;
  width: 30%;
  margin-right: 3%;
}

.first_column img {
  max-width: 100%;
  border-radius: var(--main-border-radius);
}

.second_column {
  float: left;
  width: 67%;
}

.product_system:after {
  content: "";
  display: table;
  clear: both;
}

/* Кнопки */
.slider-button {
  display: inline-block;
  background: #222;
  border: none;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: var(--main-border-radius);
  margin: 0 5px;
  user-select: none;
}

.slider-controls {
  text-align: center;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px auto;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  text-align: center;
}

.slide-img img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000088;
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.slider-arrow.prev {
  left: 10px;
}

.slider-arrow.next {
  right: 10px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: var(--main-border-radius);
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slider-dots .active {
  background: #333;
}

.possibility-img>img {
  padding: 0 !important;
  box-shadow: none !important;
  max-height: 100% !important;
  height: 228px !important;
  border-radius: var(--main-border-radius);
  object-fit: cover !important;
}

.possibility-card {
  box-shadow: none !important;
  padding: 0 !important;
}

.possibility-list {
  gap: 30px !important;
}

.benefits-list {
  gap: 30px !important;
}

.possibility-desc {
  font-size: 14px;
  font-size: 400;
}

.possibility-card>h3 {
  margin-top: 0;
}

.product-possibilities>h2 {
  font-size: 40px;
}

.header {
  header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
    transition: transform 1s ease, clip-path 1s ease;
    will-change: transform, clip-path;
    overflow: hidden;
  }
}
.product__detail-content-left{
  display: flex;
  flex-direction: column;
}
.reestr{
  padding-top: 15px;
}
.product-btn{
  width: max-content;
}
.promotion__nanocad-content{
  padding-top: 20px;
}
.product-burger-menu {
    overflow-y: auto;
    height: calc(var(--vh, 1vh) * 87) !important;
}
.header.hide {
  transform: translateY(-100%);
}

.product__detail-nav {
  position: relative;
  /* изначально */
  transition: position 1s ease;
}
.folder-arrow.rotated {
    transform: rotate(180deg);
}

.footer__products-item {
  margin-bottom: 10px;
  align-items: center;
}

.folder-arrow {
    transition: transform 0.3s ease;
}
.burger-menu-toggle.active span:nth-child(1) {
    transform: rotate(44deg) translate(7.5px, 6px);
}
.burger-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.burger-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.burger-menu-toggle span {
    transition: 0.4s ease;
    display: block;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}
.product__detail-nav.sticky {
  position: sticky;
  top: 0;
  z-index: 1111;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.possibility-img {
  border-radius: var(--main-border-radius);
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  text-align: center;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
  height: 100%;
  width: 100%;
}

.slider-slide {
  flex: 0 0 100%;
  height: 100%;
}

.slider-slide img {
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: var(--main-border-radius);
  user-select: none;
}

.slider-arrow.left {
  left: 5px;
}

.slider-arrow.right {
  right: 5px;
}


main {
  background-color: #fff;
}

.all__vozm-btn {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.vopros__expert {
  display: flex;
  align-items: center;
  padding: 25px;
  border-radius: var(--main-border-radius);
  background-color: var(--main-color1);
  justify-content: space-between;
}

.vopros__expert-left>p {
  color: #fff;
  text-align: left;
  margin: 0;
}

.ct>button {
  padding: 12px 22px;
  background-color: #fff;
  border-radius: var(--main-border-radius);
  color: rgb(0, 0, 0);
  border: none;
  cursor: pointer;
  font-size: 16px;

}

.vopros__expert-left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ct>button:hover {
  background-color: #e0e0e0 !important;

}

.possibility-desc-wrapper {
  position: relative;
}

.possibility-desc.short {
  overflow: hidden;
  max-height: 8.5em;
  /* примерно 400 символов */
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  transition: max-height 0.3s ease;
}

.read-more-btn {
  margin-top: 8px;
  background: none;
  border: none;
  color: var(--main-color1);
  cursor: pointer;
  padding: 0;
}

.possibility-list {
  display: grid;
  gap: 20px;
  /* отступы между карточками */
  grid-template-columns: repeat(3, 1fr);
  /* 3 столбца на десктопе */
}

/* Карточка */
.possibility-card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  padding: 15px;
  box-sizing: border-box;
  background: transparent;
  /* по желанию */
}

.tab-section .promotion__nanocad-content {
  margin-top: 70px;
}

.tab-section .sales__po-title>h2 {
  font-size: 40px !important;
}

#whats-new>h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}

.new-item {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--main-border-radius);
  background-color: rgb(29, 38, 46) !important;
  padding: 15px;
}

.new-item p {
  color: #fff;
}

.new-item h3 {
  color: #fff;
}

#about-product {
  background-color: #fcfbf9;
}

#vozm-product {
  background-color: #fcfbf9;
}

#prices {
  background-color: #fcfbf9;
}

.whats-new-sect {
  background-color: #fcfbf9;
}

.tab-content-whats-new h2 {
  font-size: 40px;
}

#education {
  padding: 0 !important;
}

.new-item p {
  margin: 0;
  font-size: 14px;
}

.new-item>h3>p {
  font-size: 18px;
  margin-bottom: 10px;
}

#tab_1>div>h2 {
  font-size: 40px;
}

.second_column ul {
  margin: 0;
}

.product_system {
  padding: 10px;
  margin-bottom: 0;
  border-radius: var(--main-border-radius);
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.first_column>span {
  font-weight: 600;
  font-size: 17px;
}

.second_column ul li {
  margin-bottom: 5px;
}

ul li::marker {
  color: var(--main-color1);
  /* здесь указываешь нужный цвет */
}

.product_system:hover {
  background-color: #f1f1f1;

}

.config-table thead tr th {
  text-align: center;
}


.sect-konf h2 {
  margin-bottom: 40;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
}

.config-table tbody tr td:first-child {
  width: 800px;
}

.element-text {
  font-size: 15px;
}

.conf-btn {
  font-weight: 500;
  font-size: 16px;
  background: rgb(29, 38, 46);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: var(--main-border-radius);
}

.product-card {
  padding: 10px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: var(--main-border-radius);
}

.product-card.highlight {
  border-color: #007bff;
  background-color: #e6f0ff;
}

.plat_tab_img {
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  filter: drop-shadow(0px 0px 0px #fff);
}

.config-table th {
  font-size: 18px !important;
  padding: 15px !important;
}

.config-table td {
  font-size: 18px !important;
  padding: 15px !important;
}

.config-table tbody tr td:first-child {

  background-color: transparent !important;
  border-right: 1px solid #d8d8d8;
}

.element-text {
  font-size: 16px !important;
}

.config-table tbody tr td:nth-child(2) {

  background-color: transparent !important;
  border-right: 1px solid #d8d8d8;
}

.config-table tbody tr td:nth-child(3) {

  background-color: transparent !important;
  border-right: 1px solid #d8d8d8;
}

.config-table tbody tr td:nth-child(4) {

  background-color: transparent !important;
  border-right: 1px solid #d8d8d8;
}

.config-table tbody tr td:nth-child(5) {

  background-color: transparent !important;
  border-right: 1px solid #d8d8d8;
}

.config-table tbody tr td:nth-child(6) {

  background-color: transparent !important;

}

.config-table tbody tr:nth-child(1) {

  background-color: #eeeeee;


}

.config-table tbody tr:nth-child(2) {

  background-color: #eeeeee !important;

}

.config-table tbody tr:nth-child(3) {

  background-color: #eeeeee !important;

}

.config-table tbody tr:nth-child(4) {

  background-color: #eeeeee !important;


}

.config-table tbody tr td:nth-child(n+2)>div {
  border-bottom: 1px solid #d8d8d8;
  height: 50px;
  padding: 15px;
}

.config-table tbody tr td i.fa-check {
  padding: 10px 11px;
  background: #00ade5;
  border-radius: 50px;
  color: #fff;
}

.config-table tbody tr td i.fa-xmark {

  padding: 10px 12px;
  background: #e1e1e1;
  border-radius: 50px;
  color: #fff;
}

.product-price {
  gap: 10px;
  display: flex;
  align-items: flex-end;
}

.product-price>img {
  height: 22px;
  width: 22px;
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(173deg) brightness(104%) contrast(104%);
}

.config-table tbody tr:nth-last-child(2) td:nth-child(n+2) {
  font-size: 14px !important;
}

.config-table tbody tr:nth-last-child(1) td:nth-child(n+2) {
  font-size: 14px !important;
  font-weight: 600;
}

.config-table tbody tr:nth-last-child(1) {
  background-color: transparent !important;

}

.config-table thead tr th:nth-child(n+2) .element-text {
  border: 1px solid #d8d8d8;
  border-radius: var(--main-border-radius);
  padding: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.config-table tbody tr:nth-last-child(1) td {
  border: none !important;
}

.config-table tbody tr:last-child td:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.15), transparent);
}

.config-table tbody tr:last-child td:nth-child(n+2) {
  position: relative;
  /* чтобы псевдоэлемент позиционировался от ячейки */
}

.config-table tbody tr:nth-last-child(1) td:nth-child(1) {
  background-color: #fff !important;
}

.config-table tbody tr:last-child td:nth-child(2)::before {
  left: -1px !important;
}

.config-table tbody tr:last-child td:nth-child(3)::before {
  left: -1px !important;
}

.element-text.highlight-text {
  background-color: var(--main-color1);
  color: #fff !important;
  border: none !important;
}

.config-table thead {
  position: sticky;
  top: 140px;
}

.element-text {
  background-color: #fff;
}

.platform_prod_item {
  cursor: pointer;
  transition: background 0.3s ease;
}

.product-sostav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;

}

.sostav-item {
  display: flex;
  width: 20%;
  padding: 10px;
  border: 1px solid #b2b2b2ad;
  border-radius: var(--main-border-radius);
  transition: 0.3s;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;

}

.sostav-item p {
  margin: 0;
  text-align: left;
}

.product-sostav {
  margin-bottom: 0;
}

#vozm-prod2 {
  cursor: pointer;
}

.new-item {
  justify-content: space-between;
  display: flex;
  gap: 60px;
}

.fixed-cell>span {
  font-weight: 500 !important;
  color: #9c9c9c;
}

.new-text {
  flex: 0 0 70%;
  color: #fff !important;
}

.new-text h3>p {
  margin: 0;
  font-size: 18px !important;
}

.new-text h3 {
  margin: 0;
}

.new-img {
  background: var(--main-color1);
  padding: 12px;
}

.tab-content-whats-new {
  padding-bottom: 40px;
}

.new-items-wrapper h3 {
  margin: 0;
  color: #000 !important;
}

.new-items-wrapper p {
  color: #000 !important;
}

.new-items-wrapper .new-item {
  background-color: #fff !important;
  transition: border 0.3s ease;
}

.new-items-wrapper .new-item:hover {
  border: 1px solid var(--main-color1);
}

.section-title {
  font-size: 40px;
}


.tab-section .tabs-buttons {
  position: sticky;
  top: 68px;
  padding-top: 20px;
  background: #fcfbf9;
}

.new-item {
  border: 1px solid #fff;
}

.product-btn {
  cursor: pointer;
}

.tab-content #config-table thead {
  position: sticky;
  top: 65px;
  background-color: #fff;
  /* белый фон */
  z-index: 10;
  /* чтобы была над содержимым */
}

.tab-content #config-table thead th {
  background-color: #fff;
  /* отдельно для th, чтобы фон точно был */
  z-index: 11;
  /* чуть выше, чем у thead */
}

.products-container #config-table thead {
  position: sticky;
  top: 130px;
  background-color: #fff;
  /* белый фон */
  z-index: 10;
  /* чтобы была над содержимым */
}

.products-container #config-table thead th {
  background-color: #fff;
  /* отдельно для th, чтобы фон точно был */
  z-index: 11;
  /* чуть выше, чем у thead */
}

.main-selas__po .tabs-buttons {
  position: sticky;
  top: 135px;
  padding-top: 20px;
  background: #fff;
}

.footer {
  padding-bottom: 70px;
}

.more-tab {
  position: relative;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  display: inline-block;
}

.more-tab .folder-arrow {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.more-tab.open .folder-arrow {
  transform: rotate(180deg);
}

.more-dropdown {
  position: absolute;
  top: 150%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: var(--main-border-radius);
  overflow: hidden;

  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.more-tab.open .more-dropdown {
  max-height: 300px;
  /* или подбери нужное значение под число ссылок */
  opacity: 1;
  visibility: visible;
}

.more-dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}


.more-tab {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.more-dropdown {
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.file-title {
  color: #000
}

.file-item {
  padding: 10px;
  border-radius: var(--main-border-radius);
}

.file-item:hover {
  background-color: #f1f1f1;
}

.file-list {
  display: flex;
  flex-direction: column;
}

.file-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.file-item {
  background: #f8f8f8;
  border-radius: var(--main-border-radius);
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.2s ease;
}

.file-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.file-title {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.file-title {
  display: flex;
}

.section-nanocad-linux h1 {
  margin-bottom: 50px;
  margin-top: 20px !important;
  font-size: 48px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-xl-9 {
  flex: 0 0 auto;
  width: 70% !important;
}

.col-xl-3 {
  flex: 0 0 auto;
  width: 30% !important;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.contacts .side {
  position: sticky;
  top: 150px;
}

.contacts .side {
  border-radius: 8px;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.15);
}

.contacts .side .img {
  border-radius: 8px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60% 40px 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contacts .side .info {
  padding: 20px 40px;
}

.side_card_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.phones__dropdown-item {
  padding: 5px 0 7px;
}

.phones__dropdown-title {
  font-size: 12px;
  line-height: calc(1em + 4px);
  color: #999;
}

.contacts .side .info .schedule__text,
.contacts .side .info .address__text,
.contacts .side .info .phones__dropdown-value {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}

.contacts .side .info .schedule__text,
.contacts .side .info .address__text,
.contacts .side .info .phones__dropdown-value {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}

.phones__dropdown-title {
  font-size: 12px;
  line-height: calc(1em + 4px);
  color: #999;
}

.phones__dropdown-title {
  font-size: 12px;
  line-height: calc(1em + 4px);
  color: #999;
}

.phones__dropdown-title {
  font-size: 12px;
  line-height: calc(1em + 4px);
  color: #999;
}

.contacts .side .info .schedule__text,
.contacts .side .info .address__text,
.contacts .side .info .phones__dropdown-value {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}

.contacts .info .social {}

.contacts .side .info button {
  width: 100%;
  height: 47px;
  margin-top: 7px;
}

.partners-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.partner-elem {
  display: flex;
  border-radius: 8px;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ededed;
  padding: 20px;
}

.partner-elem .img {
  width: 25%;
}

.partner-elem .img img {
  border-radius: 8px;
  object-fit: scale-down;
  filter: opacity(0.79);
}

.partner-elem .img img {
  width: 100%;
}

.partner-elem .partner-info {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-left: 20px;
}

.partner-elem .partner-info p:first-child {
  font-size: 16px;
  font-weight: 600;
}

.partner-elem .partner-numbs {
  width: 20%;
}

.partner-elem .partner-numbs {
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 20%;
  justify-content: flex-start;
}

.phones__phone-link {
  font-size: 14px;
}

.time {
  font-size: 14px;
}

.footer__bottom {
  gap: 10px;
}

.partner-elem .partner-map {
  width: 15%;
}

.phones__dropdown-value a {
  color: #000 !important;
}

.partner-map a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.partner-elem .partner-map {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partner-elem .partner-map a img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(956%) hue-rotate(197deg) brightness(98%) contrast(91%);
  transition: 0.3s;
}

.partner-info p {
  margin-top: 0;
  margin-bottom: 10px;
}

.phones__phone-link {
  color: #000;
}

.partner-map a {
  color: #000;
}

.contacts .side .img {
  border-radius: 8px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60% 40px 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.social__items.social__items--md.social__items--grid {
  grid-template-columns: repeat(auto-fit, minmax(28px, 1fr));
  grid-gap: 4px;
}

.social__items {
  margin: 5px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;

  padding: 0;
  justify-content: space-between;
}

.social__items .social__item {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.social__items.social__items--md .social__link {
  height: 28px;
  min-width: 28px;
  width: 28px;
}

.social__items .social__link {
  width: 100%;
  min-width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border-radius: var(--border-radius);
}

.social__items .vkontakte .social__link:before {
  background-position-x: 0;
}

.social__link:before {
  background-image: url(../img/social.svg);
  background-repeat: no-repeat;
  content: "";
  display: block !important;
  position: relative;
  height: 28px;
  width: 28px;
  background-size: 1111px;
}

.social__items .telegram .social__link:before {
  background-position-x: -190px;
}

.social__items .youtube .social__link:before {
  background-position-x: -31px;
}

.social__items .rutube .social__link:before {
  background-position-x: -63px;
}

.social__items .yandex-zen .social__link:before {
  background-position-x: -95px;
}

.social__items .vc .social__link7:before {
  background-image: url(../img/social.svg);
  height: 28px;
  width: 28px;
  background-size: 1111px;
  background-position: top left;
  background-position-x: -127px;
}

.social__items .pl .social__link7:before {
  background-image: url(../img/social.svg);
  height: 28px;
  width: 28px;
  background-size: 1111px;
  background-position: top left;
  background-position-x: -158px;
}

.social__items .vc .social__link7:before {
  background-image: url(../img/social.svg);
  height: 28px;
  width: 28px;
  background-size: 1111px;
  background-position: top left;
  background-position-x: -127px;
}

.social__items .pl .social__link7:before {
  background-image: url(../img/social.svg);
  height: 28px;
  width: 28px;
  background-size: 1111px;
  background-position: top left;
  background-position-x: -158px;
}

.more-tabs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start !important;
  align-items: center !important;
}

.more-tabs-wrapper {
  gap: 28px !important;
}

.more-tabs-wrapper a.tab {
  white-space: nowrap;
  flex-shrink: 0;
}

.switch-text.tab {
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.more-tabs-wrapper a {
  white-space: nowrap !important;
}

.more-tabs-wrapper a {
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 28px;
}

.main__menu-bar a::before,
a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 95%;
  margin-top: -0.5px;
  background: #808080;
}

.switch-text.tab {
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.more-tab {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.more-tab {
  position: relative;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  display: inline-block;
}

.more-tab .folder-arrow {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.folder-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  flex-shrink: 0;
  transition: transform .3s ease;
}

.more-tab {
  position: relative;
  cursor: pointer;
  color: #fff !important;
  font-weight: 500;
  display: inline-block;
}

.product__detail-nav-content {
  padding: 18px 0;
}

.more-dropdown {
  z-index: 43214;
}

.more-dropdown a {
  font-weight: 400;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000 !important;
  white-space: nowrap;
}

.burger-menu-toggle {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.burger-menu-toggle span {
  transition: 0.4s ease;
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.product-burger-menu {
  padding: 40px 0;
}

@media screen and (max-width: 1060px) {
  .product___name-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 890px) {
  .more-tabs-wrapper .configuration {
    display: none;
  }

  .configurationmob {
    display: block !important;
  }
}

@media screen and (max-width: 700px) {
  .more-tabs-wrapper .vozm {
    display: none;
  }

  .vozmmob {
    display: block !important;
  }
}

@media screen and (max-width: 540px) {
  .product__price {
    font-size: 20px;
    font-weight: 700;
    display: none;
  }

}

.perehodnanocad__content-right img {
  max-width: 100% !important;
  /* не больше ширины контейнера */
  max-height: 580px !important;
  /* ограничение по высоте */
  height: auto !important;
  /* сохраняем пропорции */
  display: block !important;
  object-fit: contain !important;
  /* чтобы не обрезало изображение */
}


.perehodnanocad__content-right {
  width: 35%;
  /* ширина слайдера */
  max-width: 100%;
}

/* Слайды */
.perehodnanocad__content-right .swiper-slide {
  display: flex;
  justify-content: center;
  /* центрируем картинку */
}
.perehodnanocad__content-right > div{
  overflow: hidden !important;
}
/* Картинка */
.perehodnanocad__content-right img {
  width: 100% !important;
  /* картинка растягивается на ширину слайда */
  height: auto !important;
object-fit: contain !important;
}


.perehodnanocad__content-right img {
  width: 100%;
  /* картинка растягивается под ширину Swiper */
  height: auto;
  /* сохраняем пропорции */
  display: block;
  object-fit: contain;
  /* чтобы не обрезало изображение */
}




.social__items.social__items--md a.social__link7 {
  height: 28px;
  width: 28px;
  min-width: 28px;
}

.vc .social__link7:before {
  display: block;
  content: "";
  background-image: url('../img/vclogo.jfif');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.social__items .vc .social__link7:before {
  background-image: url(../img/social.svg);
  height: 28px;
  width: 28px;
  background-size: 1111px;
  background-position: top left;
  background-position-x: -127px;
}

.social__items .pl .social__link7:before {
  background-image: url(../img/social.svg);
  height: 28px;
  width: 28px;
  background-size: 1111px;
  background-position: top left;
  background-position-x: -158px;
}

.pl .social__link7:before {
  display: block;
  content: "";
  background-image: url('../img/pllogo.png');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.butn {
  background-color: var(--main-color1);
  border-radius: var(--main-border-radius) !important;
  border: none;
  font-size: 16px;
  color: #fff;
}

.brendbook a {
  color: var(--main-color1);
  font-size: 600;
}

.courses__content {
  margin-bottom: 70px;
}

.courses__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-between;
}

.card {
  border-radius: var(--main-border-radius) !important;
  min-height: max-content;
}

.card {
  flex: 1 1 calc(33.333% - 35px) !important;
  /* 3 в строку, с учётом gap */
  box-sizing: border-box;
}

.courses__item {
  padding: 0 20px 20px 20px;
  height: 100%;

}

.courses__item {
  height: max-content;
  background-color: #fff;

  border-radius: var(--main-border-radius);
}

.courses__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.courses__item-top {
  position: relative;
}

.courses__item-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.courses__item-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 270px;
  width: 360px;
  margin-top: 35px;
}

.type_lable {
  position: absolute;
  font-size: 12px;
  padding: 4px 9px;
  background-color: #1d1f33;
  margin-left: 10px;
  border-radius: 5px;
  color: #ffffff !important;
  font-weight: 400;
}

.type_lable {
  top: 10px;
  right: 0px;
  line-height: 1;
  padding: 2px 5px;
}

.sale_label {
  margin-right: 6px;
  line-height: 1.3;
}

.sale_label {
  position: absolute;
  bottom: -14px;
  left: 0px;
}

.sale_label p {
  color: #060607;
  padding: 2px 5px;
  background-color: #ffeb81;
  font-size: 12px;
  margin-bottom: 0;
  border-radius: 5px;
  width: max-content;
}

.courses__item-down {
  margin-top: 23px;
}

.courses__item-down {
  height: 110px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main__menu-bar a::before,
a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 95%;
  margin-top: -0.5px;
  background: #808080;
}

.courses__item-down h3 {
  color: #000;
  max-width: 340px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}

.courses__item-down p {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.rating_course {
  display: flex;
  justify-content: space-between;
}

.courses__item-down button {
  height: 35px;
  cursor: pointer;
  background-color: var(--main-color1);
  color: #fff;
  border: none;
  border-radius: var(--main-border-radius) !important;
  padding: 5px 22px 5px;
}

.rating_course button {
  transition: opacity 0.3s ease;
}

.rating_course i {
  display: flex;
  align-items: center;
}

[data-star] {
  font-family: FontAwesome;
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}

[data-star]::before {
  display: block;
  content: '\f006\f006\f006\f006\f006';
  color: var(--main-color1);
  font-size: 15px;
}

[data-star]::after {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f005\f005\f005\f005\f005';
  width: 0;
  color: var(--main-color1);
  overflow: hidden;
  height: 100%;
  font-size: 15px;
}

[data-star] {
  font-family: FontAwesome;
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}

[data-star]::before {
  display: block;
  content: '\f006\f006\f006\f006\f006';
  color: var(--main-color1);
  font-size: 14px;
}

[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f005\f005\f005\f005\f005';
  width: 0;
  color: var(--main-color1);
  overflow: hidden;
  height: 100%;
  font-size: 14px;
}

[data-star^="0.1"]::after {
  width: 2%
}

[data-star^="0.2"]::after {
  width: 4%
}

[data-star^="0.3"]::after {
  width: 6%
}

[data-star^="0.4"]::after {
  width: 8%
}

[data-star^="0.5"]::after {
  width: 10%
}

[data-star^="0.6"]::after {
  width: 12%
}

[data-star^="0.7"]::after {
  width: 14%
}

[data-star^="0.8"]::after {
  width: 16%
}

[data-star^="0.9"]::after {
  width: 18%
}

[data-star^="1"]::after {
  width: 20%
}

[data-star^="1.1"]::after {
  width: 22%
}

[data-star^="1.2"]::after {
  width: 24%
}

[data-star^="1.3"]::after {
  width: 26%
}

[data-star^="1.4"]::after {
  width: 28%
}

[data-star^="1.5"]::after {
  width: 30%
}

[data-star^="1.6"]::after {
  width: 32%
}

[data-star^="1.7"]::after {
  width: 34%
}

[data-star^="1.8"]::after {
  width: 36%
}

[data-star^="1.9"]::after {
  width: 38%
}

[data-star^="2"]::after {
  width: 40%
}

[data-star^="2.1"]::after {
  width: 42%
}

[data-star^="2.2"]::after {
  width: 44%
}

[data-star^="2.3"]::after {
  width: 46%
}

[data-star^="2.4"]::after {
  width: 48%
}

[data-star^="2.5"]::after {
  width: 50%
}

[data-star^="2.6"]::after {
  width: 52%
}

[data-star^="2.7"]::after {
  width: 54%
}

[data-star^="2.8"]::after {
  width: 56%
}

[data-star^="2.9"]::after {
  width: 58%
}

[data-star^="3"]::after {
  width: 60%
}

[data-star^="3.1"]::after {
  width: 62%
}

[data-star^="3.2"]::after {
  width: 64%
}

[data-star^="3.3"]::after {
  width: 66%
}

[data-star^="3.4"]::after {
  width: 68%
}

[data-star^="3.5"]::after {
  width: 70%
}

[data-star^="3.6"]::after {
  width: 72%
}

[data-star^="3.7"]::after {
  width: 74%
}

[data-star^="3.8"]::after {
  width: 76%
}

[data-star^="3.9"]::after {
  width: 78%
}

[data-star^="4"]::after {
  width: 80%
}

[data-star^="4.1"]::after {
  width: 82%
}

[data-star^="4.2"]::after {
  width: 84%
}

[data-star^="4.3"]::after {
  width: 86%
}

[data-star^="4.4"]::after {
  width: 88%
}

[data-star^="4.5"]::after {
  width: 90%
}

[data-star^="4.6"]::after {
  width: 92%
}

[data-star^="4.7"]::after {
  width: 94%
}

[data-star^="4.8"]::after {
  width: 96%
}

[data-star^="4.9"]::after {
  width: 98%
}

[data-star^="5"]::after {
  width: 100%
}

.courses .rating_course {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}

.courses .rating_course i {
  margin-bottom: 20px;
  margin-right: 19px;
}

.courses-title {
  font-size: 48px;
  margin-top: 0;
}

.courses__detail-content-top {
  margin: 40px 0 20px;
}

.courses__detail-content-top {
  width: 100%;
  background-color: rgb(245, 245, 245);
  border: 1px rgb(237, 237, 237) solid;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
}

.courses__detail-top-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 70%;
}

.courses__detail-top-left h3 {
  margin-top: 0;
}

.courses__detail-top-right {
  flex: 0 0 30%;
}

.course_duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-price .amount {
  font-size: 16px;
}

.course_duration .amount {
  display: flex;
  gap: 5px;
  font-weight: 500;
}

.course_duration .amount img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(3632%) hue-rotate(158deg) brightness(95%) contrast(101%);
  width: 20px;
}

.prez__item a,
img {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.price {
  margin: 0;
}

.for_person .amount {
  font-size: 30px;
  font-weight: 700;
}

.small,
small {
  font-size: .875em;
}

.for_group .amount {
  font-size: 12px;
  margin-bottom: 10px;
}

.btns_serv {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btns_serv button {
  flex: 0 0 80%;
  height: 42px;
  border-radius: 5px;
  background-color: var(--main-color1);
  border: none;
  outline: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: aliceblue;
  padding: 0;
  cursor: pointer;
}

.download_course {
  background-color: transparent;
  border: 1px solid var(--main-color1);
  max-width: max-content;
  padding: 9px 18px 10px;
  border-radius: 8px !important;
  color: var(--main-color1);
}

.download_course img {
  width: 16px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(3632%) hue-rotate(158deg) brightness(95%) contrast(101%);
}

.prez__item a,
img {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.courses_side .product__buttons-section .tab-container {
  display: flex;
  border-bottom: 2px solid #ccc;
  width: 100%;
}

.courses_side .product__buttons-section .tab-container {
  display: flex;
  border-bottom: 1px solid #ebebeb !important;
  margin-top: 10px;
  justify-content: flex-start;
}

.courses_side .product__buttons-section .tab-container .switch-text.tab {
  position: relative;
  flex: 1;
  top: 1px;
  text-align: center;
  background: none;
  border: none;
  padding: 12px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
}

.courses_side .product__buttons-section .tab-container .switch-text.tab::after {
  bottom: -1px !important;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

#programma>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-item {
  border: 1px solid #ebebeb;
  border-radius: 15px;
}

.tab-content .accordion-item h2 button {
  padding: 32px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #ebebeb !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

.collapsed {
  background-color: transparent !important;
}

.accordion-button p {
  gap: 5px;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
  color: #1d1f33;
}

.accordion-button p {
  display: flex;
  flex-direction: column;
}

.accordion-button p strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #949494;
}

.wrap_img_cur {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.wrap_img_cur>div {
  background-color: var(--main-color1);
  width: 32%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #fff;
}

.wrap_img_cur>div img {
  max-height: 60px;
  margin: 0 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(67%) hue-rotate(311deg) brightness(115%) contrast(100%);
}

.prez__item a,
img {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.img_cur>div>h3 {
  color: #fff !important;
}

.wrap_img_cur>div h3 {
  margin-top: 1rem;
  font-size: 22px;
}

.img_cur>div>p {
  color: #fff !important;
}

.wrap_img_cur>div p {
  line-height: 1.25;
}

.wrap_img_cur {
  margin-bottom: 40px;
}

#programma {
  margin-top: 40px;
}

.profile,
.event_detail .profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wrap-product {
  margin-bottom: 0;
}

.wrap-product .item-product {
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #ededed;
}

.wrap-product .item-product {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  border-radius: 10px;
  height: 100%;
  border: 2px solid #ededed !important;
}

.item-product {
  max-width: 285px;
}

.wrap-product .sticker {
  top: 16px;
  left: 16px;
}

.sticker {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}

.sticker {
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  color: #1d1e33;
  z-index: 1;
}

.wrap_img {
  width: 260px;
  height: 260px;
}

.wrap-product .item-product .wrap-btns-bot {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main__menu-bar a::before,
a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 95%;
  margin-top: -0.5px;
  background: #808080;
}

.price_title h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.wrap-product .item-product .wrap-btns-bot .price,
.main-services .news-list .news-item .price,
.order .price p {
  display: flex;
  align-items: start;
  flex-direction: row;
  margin-bottom: 7px 0 10px;
}

.btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btns {
  margin-top: 15px;
}

.butn_l {
  padding: 10px 20px;
  max-width: 120px;
  background-color: var(--main-color1);
  color: #fff;
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.item-product .wrap-btns-bot .btns .more {
  background: transparent;
  color: #ccc;
  padding: 0;
  font-size: 20px;
  border: none;
}

.item-product .wrap-btns-bot .btns .more {
  background: transparent;
  color: #ccc;
  padding: 0;
  font-size: 20px;
  border: none;
}

.accordion-item.last_item .accordion-button img {
  width: 35px;
  margin-right: 15px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(3632%) hue-rotate(158deg) brightness(95%) contrast(101%);
}

.wrap_img img {
  width: 260px;
}

.wrap-product .item-product .wrap-btns-bot .price,
.main-services .news-list .news-item .price,
.order .price p {
  display: flex;
  align-items: start;
  flex-direction: row;
  margin-bottom: 7px 0 10px;
  justify-content: flex-start !important;
  color: #000;
}

.price_title h2 {
  color: #000;
}

.last_item {
  margin-top: 20px;
}

.prepod_block {
  display: flex;
  border: 2px solid #ededed;
  border-radius: 12px;
}

.prepod_block img {
  width: 25%;
  border-radius: 12px 0 0 12px;
  height: auto;
  object-fit: cover;
}

.prepod_block .prepod_description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  padding: 30px 50px 30px 30px;
}

.prepod_description .prepod_fio h6 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.prepod_description p {
  margin: 0;
  line-height: 1.6;
}

.prepod_description p span {
  font-weight: 600;
  margin-right: 7px;
}

#prepod {
  padding-top: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

#products {
  padding-top: 40px;
}

#osnahen>.tab-pane {
  display: block;
}

#osnahen>.fade {
  opacity: 1;
}

#productBlock {
  z-index: 10000000000;
}

.hello__line {
  display: none !important;
}

.main_center-banner-skidka {
  width: 100%;
  /* или фиксированная ширина */
  height: auto;
  /* или фиксированная высота, например height: 300px */
  display: block;
  position: relative;
  overflow: hidden;
}

.main_center-banner-skidka picture,
.main_center-banner-skidka img {
  display: block;
  width: 100%;
  height: 180px !important;
  object-fit: cover;
  /* или contain, если не хочешь обрезки */
}

.all-stock {

  height: max-content;
  gap: 2px;
  padding: 15px;
  background-color: #fff;
  border-radius: var(--main-border-radius);
  display: flex;
  flex-direction: column;
}

.all-stock>h2 {
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
}

.sale-item>p {
  margin: 0;

  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
}

.all-stock-btn {
  width: max-content;
  flex-direction: row;

  height: max-content;
  gap: 7px;
  padding: 12px 18px;
  border-radius: var(--main-border-radius);
  background-color: rgb(29, 38, 46) !important;
  display: flex;


}

.sale-item>li>a {
  color: #000 !important;
}

.all-stock a>h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.sale-item {
  margin: 0;
  padding: 0 5px;
}

.sale-item-list {
  margin-bottom: 16px;
}

.sale-item>li {
  font-size: 14px;
}

.sale-item-list {
  display: flex;
  gap: 7px;
  flex-direction: column;
}

.sale-item a {
  color: #000;
}

.sale-item img {
  height: 15px;
  margin-right: 5px;
}

.smart_sales .wrap-sales {
  max-width: 25%;
}

.wrap-sales {
  margin-bottom: 25px;
}

.smart_sales .item-sales {
  margin-bottom: inherit;
}

.wrap-sales .item-sales .img {
  position: relative;
}

.wrap-sales .item-sales .img img {
  width: 100%;
  border-radius: 10px;
}

.wrap-sales .item-sales .text h2 {
  font-size: 20px;
  margin: 5px 0;
}

.wrap-sales .item-sales .text p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.wrap-sales .sticker {
  bottom: 7px;
  left: 7px;
}

.wrap-sales .sticker {
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  color: #1d1e33;
  z-index: 1;
}

.wrap-sales .sticker {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}

.sticker .timer {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  text-transform: lowercase;
}

.sticker .timer1,
.sticker .timer {
  background-color: #f4f4f4;
}

.sticker>div {
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 10px;
  margin-right: 6px;
  line-height: 1.6;
}

.wrap-sales .item-sales .sticker .timer img {
  width: 7px;
  height: 10px;
}

.text {
  color: #000;
}

.sales-title {
  font-size: 40px;
  font-weight: 700;
}

.smart_sales {
  padding: 40px 0;
}

.wrap-sales.ended {
  opacity: 0.25;
  transition: opacity 0.3s ease;
}

.wrap-sales:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.blog-page-navigation {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}

.blog-page-navigation>*:hover,
.blog-page-navigation .blog-page-current,
ul.red-pagination li.red-page-number:hover,
.red-pagination .red-pagination-active {
  cursor: pointer;
  background: var(--main-color1);
  color: #fff !important;
  border-radius: var(--main-border-radius);
}

.blog-page-navigation>*,
.red-pagination>* {
  border-radius: var(--main-border-radius);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: auto 5px;
  box-shadow: 2.121px 2.121px 7px 0px rgb(0 0 0 / 15%);
  background-color: #fff;
  color: var(--main-color1) !important;
  text-align: center;
}

.blog-page-navigation>*,
.red-pagination>* {
  border-radius: var(--main-border-radius);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: auto 5px;
  box-shadow: 2.121px 2.121px 7px 0px rgb(0 0 0 / 15%);
  background-color: #fff;
  color: var(--main-color1) !important;
  text-align: center;
}

.entry-content .alignleft {
  float: right;
  margin-left: 2.5em;
  margin-bottom: 1.5em;
  max-width: 37%;
}

.entry-content .alignleft img {
  width: 100%;
  border-radius: 12px;
}

.entry-content .timer_button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.entry-content .timer_button .saledate {
  display: flex;
}

.entry-content .timer_button .saledate .timer {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 47px;
  padding: 0 20px;
  background-color: #1d1f33;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  justify-content: center;
}

.entry-content .timer_button .saledate .timer img {
  width: 12px;
}

.entry-content .timer_button .custom_button {
  height: 47px;
  border-radius: 8px;
  background-color: var(--main-color1);
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  justify-content: center;
}

.has-ripple {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.smart_sales figure.wp-block-table.is-style-stripes {
  display: flex;
  flex-direction: column-reverse;
}

.smart_sales .wp-block-table.is-style-stripes {
  border: none !important;
}

.smart_sales figure.wp-block-table table {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}

.smart_sales .wp-block-table>table {
  width: 100%;
  border-collapse: collapse;
}

.smart_sales .wp-block-table>table {
  padding: 15px !important;
}

.smart_sales table {
  caption-side: bottom;
  border-collapse: collapse;
}

.smart_sales .wp-block-table figcaption {
  text-align: center;
  font-weight: 700;
  margin: 20px 0 10px;
}

.has-text-align-left {
  background-color: transparent !important;
  width: 41%;
  padding: 8px;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  text-align: left;
}

.has-text-align-center {
  width: 41%;
  padding: 8px;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  text-align: left;
}

.wp-block-table {
  width: 100%;
  margin: 0;
}

.new-text ul li {
  color: #000 !important;
}

.header__menu>.header__menu-bottom>.header__menu-bottom-right {
  display: flex;
  gap: 10px;
}

.soc-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}

.soc-icon img {

  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: transform 0.6s ease, filter 0.3s ease;
}

.contact-mess>a>img {
  filter: brightness(0) saturate(100%);
}

/* "Заливка" фоном при наведении */
.soc-icon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0077ff;
  /* По умолчанию — синий, можно задать каждому */
  transition: top 0.5s ease;
  z-index: 1;
}

/* Плавный hover */
.soc-icon:hover::before {
  top: 0;
}

.soc-icon:hover img {
  transform: rotateY(360deg);
  filter: brightness(0) invert(1);
  /* делает иконку белой */
}

/* Кастомные цвета для каждой соцсети */
.header__menu-bottom-right .soc-icon:nth-child(1)::before {
  background: #0088cc;
  /* Telegram */
}

.header__menu-bottom-right .soc-icon:nth-child(2)::before {
  background: #000;
  /* Rutube */
}

.header__menu-bottom-right .soc-icon:nth-child(3)::before {
  background: #ffcc00;
  /* Yandex Zen */
}

.contact-mess .soc-icon:nth-child(1)::before {
  background: #0092db;
  /* Yandex Zen */
}

.contact-mess .soc-icon:nth-child(2)::before {
  background: #e20000;
  /* Yandex Zen */
}

.contact-mess .soc-icon:nth-child(3)::before {
  background: #0092db;
  /* Yandex Zen */
}

.contact-mess .soc-icon:nth-child(4)::before {
  background: #000000;
  /* Yandex Zen */
}

.callback {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.callback img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

/* Анимация при ховере */
.callback:hover img {
  animation: phoneShake 0.6s ease-in-out;
}

/* Ключевые кадры для анимации звонка */
@keyframes phoneShake {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-15deg);
  }

  60% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.download-button {
  position: relative;
  overflow: hidden;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--main-color1);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.download-button img {
  width: 24px;
  height: 24px;
  transition: transform 0.4s ease;
}

.download-button:hover {
  background-color: var(--main-color1);
}

.download-button:hover img {
  transform: translateY(5px) rotate(20deg);
}

.download-button::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.download-button:hover::after {
  left: 120%;
}

.detailtcontact__left a {
  transition: color 0.3s ease;
}

.detailtcontact__left a:hover {
  color: var(--main-color1);
}

.header__menu>.header__menu-bottom>.header__menu-bottom-center a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.header__menu>.header__menu-bottom>.header__menu-bottom-center a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--main-color1);
  transition: width 0.4s ease;
}

/* При наведении только у неактивных */
.header__menu>.header__menu-bottom>.header__menu-bottom-center a:not(.active):hover::before {
  width: 100%;
}

/* Активная — линия залита */
.header__menu>.header__menu-bottom>.header__menu-bottom-center a.active::before {
  width: 100%;
  transition: none;
  /* без анимации, чтобы не дергалась */
}

.folder-arrow {
  transition: transform 0.3s ease;
}

/* Когда меню открыто, скрываем стрелку и показываем крестик */
.opened .folder-arrow path {
  d: path("M2 2 L8 8 M8 2 L2 8");
  /* Перекрестие */
}

/* Или проще — вращаем стрелку на 45 градусов */
.opened .folder-arrow {
  transform: rotate(45deg);
}

.item-product .sticker {
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  color: #1d1e33;
  z-index: 1;
}

.item-product .sticker {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}

.wrap-product .item-product {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.sticker .hit {
  box-shadow: 0 6px 12px rgb(255 101 101 / 20%);
}

.sticker .hit {
  color: #fff;
  background-color: #ff6565;
}

.sticker>div {
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 10px;
  margin-right: 6px;
  line-height: 1.6;
}

.sticker>div p {
  letter-spacing: 1.2px;
  font-weight: 500;
}

.sticker>div p {
  margin-bottom: 0;
  white-space: nowrap;
}

.red-comments-info {
  display: none;
}

.red-reviews-info {
  display: none;
}

.yandex-otzw p {
  margin: 0;
}

.yandex-otzw {
  background-color: rgb(255, 222, 81);
  border-radius: 8px;
  padding: 30px;
}

.yandex-otzw {
  align-items: center;
  display: flex;
  gap: 10px;
}

.yandex-otzw {
  height: max-content;
  width: 100%;
}

.cour {
  padding: 10px !important;
  max-width: 320px !important;
}

.yandex-otzw {
  transition: opacity 0.7s ease;
}

.cour>img {
  height: 26px !important;
}

.cour>p {
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #000;
}

.red-reviews-button {
  height: 100% !important;
}

.red-reviews-list {
  border: none !important;
}

.red-reviews-bar {
  border: none !important;
}

.red-review {
  border-radius: var(--main-border-radius);

}

.hit p {
  margin: 0 !important;
}

.red-review-footer {
  border: none !important;
}

.red-review {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.red-review-footer {
  margin: 0;
  padding: 0;
}

.js-chili-review-dislike {
  background-color: #e32636 !important;
}

.red-review {
  padding: 30px !important;
  transition: background-color 0.3s ease, border 0.3s ease;
  border: 1px solid #f5f5f5;
}

.red-review:hover {
  background-color: transparent;
  border: 1px solid var(--main-color1);

}

.accordion-header {
  margin: 0;
}

.tab-container {
  padding: 0;
}

.active-tab {
  border-bottom: 1px solid var(--main-color1) !important;
}

.product__buttons-section>.tab-container {
  gap: 0 !important;
}

.red-show-more-button-wrap>a {
  background-color: var(--main-color1) !important;
}

.nav-group-1>.nano_big_button_link:hover {
  color: var(--main-color1);
  background-color: transparent;
  border: 1px solid var(--main-color1);
}

.nav-group-1>.nano_big_button_link {
  border: 1px solid var(--main-color1);
  transition: color 0.3s ease, background-color 0.3s ease;
}

.red-review-footer {
  display: flex;
}

.product__detail-nav-content>.product__buttons-section>.tab-container {
  gap: 28px !important;
}

.modal-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.tab-content>.container {
  min-height: auto;
}

#href-id-single {
  border-radius: var(--main-border-radius);
  display: flex;
  background: var(--main-color1);
  width: 100%;
  color: #fff;
  padding: 12px;
  justify-content: center;
  gap: 10px;
  align-content: center;

}

.tab-pane>.product-benefits>h2 {
  margin: 0 !important;
}

.tab-pane>.product-possibilities>h2 {
  margin: 0 !important;
}

.tab-pane.tab-pane>.product-benefits>.benefits-list {
  grid-template-columns: none;
}

.tab-pane>.product-possibilities>.possibility-list {
  display: grid !important;
  grid-template-columns: none !important;
}

.tab-pane>#whats-new>h2 {
  margin: 0 !important;
}

.tab-pane>#whats-new>.new-items-wrapper>.new-item {
  box-shadow: none !important;
}

/* .modal-backdrop.show{
  opacity: 0 !important;
}
.modal-backdrop{
  position: static !important;
} */
.platforma_modal .prod_detail_description .detail_tabs .tab-content ul li {
  list-style-type: "-  " !important;
}

.header__menu-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-overlay {
  display: none;
}

@media screen and (max-width:1200px) {
  .product__detail {
    padding: 40px 0;
  }

  .video-wrapper {
    position: relative;
    width: 400px;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: var(--main-border-radius);
    overflow: hidden;
  }

  .product__detail-content-right {
    width: 74%;
    max-width: 359px;
    height: 390px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--main-border-radius);
    overflow: hidden;
  }

  .courses__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .perehodnanocad__content-left {
    flex: 0 0 50% !important;
  }

  .perehodnanocad__content-right {
    flex: 0 0 40% !important;
  }

  .perehodnanocad__content-right>img {
    width: 100% !important;
    height: auto !important;
  }

  .wrapper {
    padding: 0 20px;
  }

  .header__menu-logo {
    padding: 0;
    width: 100px;
  }

  .header__group-logo {
    gap: 15px;
  }

  .header__menu-detailtcontact {
    flex-direction: column;
    gap: 0;
  }

  .list-phone-numbers {
    gap: 3px;
  }

  .header__group-logo {
    margin-right: clamp(10px, 5vw, 70px);
  }

  .header__menu-bottom-center {
    gap: 15px;
  }

  .main_top-content-left>img {
    height: 55px;
  }

  .main_top-content-left>h1 {
    margin: 0;
    padding-top: 30px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
  }

  .capr {
    margin: 0;
    padding-bottom: 10px;
    color: var(--main-color1);
    font-size: 50px !important;
    font-weight: 200;
  }

  .main-desc {
    margin: 0;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
  }

  .main_top-content-right>p {
    font-size: 17px;
    margin-bottom: 5px;

  }

  #hours,
  #minutes,
  #seconds {
    font-size: 50px !important;
    font-weight: 400 !important;
    min-width: 76px;
  }

  .sales-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .separator {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 35px;
  }

  .b24-form-header-title {
    color: #000;
    color: var(--b24-text-color);
    letter-spacing: 0.6px;
    margin-bottom: 5px;
    font: 24px/33px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font: 17px/33px var(--b24-font-family);
    font-weight: var(--ui-font-weight-bold);
    word-break: break-word;
    line-height: normal;
  }

  .b24-form-padding-side {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wrap_img img {
    width: 230px !important;
  }

  .main_center-banner-skidka picture,
  .main_center-banner-skidka img {
    display: block;
    width: 100%;
    height: 141px !important;
    object-fit: cover;
  }

  .main_center-banner-info {
    flex-direction: column;
  }

  .price_title>h2 {
    font-size: 18px !important;
  }

  .text>h2 {
    font-size: 18px !important;
  }



  .main_center-banner-skidka {
    margin-bottom: 20px;
  }

  .main_center-banner-info {
    gap: 40px;
  }

  .products-desc2 {
    padding-bottom: 20px;
  }

  .nav-link {
    font-size: 16px;
  }

  #nano_big_button .nano_big_button_link {
    font-size: 16px;
    padding: 15px;
  }

  .element-text {
    font-size: 14px !important;
    height: 60px !important;
  }

  .platform_product h2 {
    padding: 0;
    margin: 20px 0;
  }

  .main-center-products>.wrapper>h2 {
    font-size: 30px;
  }

  .sales__po-title>h2 {
    font-size: 30px !important;
  }

  .sales__po {
    padding-top: 20px;
  }

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

  .tab-btn-lic {
    cursor: pointer;
    background-color: #e0e0e0;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: var(--main-border-radius);
    font-size: 13px;
    transition: background-color 0.5s ease, border 0.5s ease;
  }

  .main-selas__po .tabs-buttons {
    position: sticky;
    top: 158px !important;
    padding-top: 20px;
    background: #fff;
  }

  .products-container #config-table thead {
    position: sticky;
    top: 142px !important;
    background-color: #fff;
    z-index: 10;
  }

  p {
    font-size: 16px !important;
  }

  .promotion__nanocad {
    padding: 40px 0 !important;
  }

  .nanocad-webinar-content {
    margin: 0 !important;
  }

  .b24-form-header-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .education__nanocad-content-left {
    flex: 0 0 60%;

  }

  .bot-banner-text {
    font-size: 13px !important;
  }

  .modal-dialog {
    height: 69vh !important;
    top: 70px !important;
    min-height: calc(100% - (8.75rem * 2)) !important;
  }

  h2 {
    font-size: 30px !important;
  }

  .perejodnanocad {
    padding: 40px 0 !important;
  }

  .perehodnanocad__content-left>img {
    height: 120px !important;
  }

  .preim-item>img {
    height: 40px !important;
  }

  .footer p {
    font-size: 14px !important;
  }

  .main_center-banner-info-left {
    flex-direction: row;
  }

  .product_block_content {
    flex-direction: column;
  }

  .main-selas__po .tabs-buttons {
    padding-top: 20px !important;
    position: sticky;
    top: 139px !important;
    padding-top: 20px;
    background: #fff;
  }

  #productBlock {
    height: calc(-180px + 100vh) !important;
  }

  .product_block_content-left>div {
    display: flex;
    flex-direction: row;
  }

  .product_block_content-right-Приложения {
    flex-direction: column !important;
  }

  #typed-output1 {
    font-size: 27px !important;
  }

  .card {
    max-height: 438px !important;
  }

  .product_block_content-right-машиностроения {
    flex-direction: column !important;
  }

  .webinar-card>img {
    height: auto;
  }

  .card>a {
    height: 458px !important;
  }

  .card>a>picture>img {
    height: 100% !important;
    width: auto !important;
  }

  .webinar-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    gap: 0;
    border-radius: var(--main-border-radius);
  }

  .product_block_content-left-top {
    width: 49%;
  }

  .product_block_content-left-bottom {
    width: 49%;
  }

  .product_block_content-left>div {
    gap: 2%;
  }

  .courses__list {
    display: grid;
    grid-template-columns: auto 1fr;
    /* первая строка */
    grid-auto-rows: auto;
    gap: 20px;
  }

  /* Баннер — колонка 1, строка 1 */
  .card--banner {
    grid-column: 1;
    grid-row: 1;
  }

  /* Первый курс — колонка 2, строка 1 */
  .card--first {
    grid-column: 2;
    grid-row: 1;
  }

  /* Все остальные — начиная со 2 строки, по 2 в строку */
  .courses__list>.card:not(.card--banner):not(.card--first) {
    grid-column: span 1;
    /* каждый занимает одну ячейку */
  }

  /* переключение шаблона колонок со 2 строки */
  @supports (grid-template-areas: none) {
    .courses__list {
      grid-template-columns: repeat(2, 1fr);
    }

    /* но переопределим 1ю строку вручную */
    .card--banner {
      grid-column: 1;
      grid-row: 1;
    }

    .card--first {
      grid-column: 2;
      grid-row: 1;
    }

    .courses__list>.card:nth-child(n+3) {
      grid-row: auto;
      grid-column: span 1;
    }
  }

  .courses__list>.card:nth-child(1) {
    display: flex;
    align-items: center;
    border: none;
  }

}

@media screen and (max-width:1024px) {
  .product__detail-content-left {
    flex: 0 0 75%;
  }

  .product__detail-content-right {
    display: none;
  }

  .header__menu-mobile {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;

    width: 100%;
    background: #101214;
  }

  .header {
    padding: 0;
  }

  /* Прячем десктопную шапку */
  #header {
    display: none !important;
  }

  /* Меню */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #101214;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 10001;
    overflow-y: auto;
  }

  .menu-overlay.active {
    transform: translateY(0);
  }

  /* Ссылки в меню */
  .menu-overlay a {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s;
  }

  .menu-overlay a:hover {
    color: #00aaff;
  }

  /* Контейнер ссылок */
  .menu-overlay .header__menu-bottom-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    margin: 0;
  }

  /* Стили ссылок */
  .menu-overlay .header__menu-bottom-link {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }

  .header__menu-logo img {
    width: 100px;
  }

  .list-phone-numbers {
    margin: 0;
    font-size: 18px;
  }

  .detailtcontact__left>a {
    font-size: 18px;
    margin: 0;
  }

  .callback>img {
    height: 34px !important;
    width: 34px !important;
  }

  .download-button {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .menu-botton-nanocad {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .bot-banner-text {
    font-size: 13px !important;
  }

  .menu-overlay .active .b24-widget-button-wrapper {}

  #productBlock-mobile {
    display: none;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    overflow-y: auto;
  }

  #productBlock-mobile.active {
    display: flex;
  }

  /* Дополнительно — если нужно "в колонку" */
  #productBlock-mobile .product_block_content {
    display: flex;
    flex-direction: column;
  }

  #productBlock-mobile .product_block_content>div {
    margin-bottom: 20px;
  }

  #productBlock-mobile {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    overflow-y: auto;
  }

  .product_block_content-left>div {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .product_block_content-right {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
    grid-auto-rows: max-content;
    flex-direction: column;
  }

  #productBlock-mobile.active {
    display: flex;
  }

  .h2-prod {
    font-size: 30px !important;
  }

  .product-block-mobile.active {
    display: flex;
  }

  #productDropdownMobile a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
  }

  #productDropdownMobile a:hover {
    background-color: #f0f0f0;
  }

  /* Чтобы меню было по ширине бургер-меню: */
  #productDropdownMobile {
    display: none;
    /* по умолчанию скрыто */
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  #productDropdownMobile {
    background-color: rgb(29, 38, 46) !important;
    border-radius: var(--main-border-radius);
    padding: 15px;
  }

  #productDropdownMobile div {
    border: none;
    padding: 0;
  }

  #productDropdownMobile div>div a {
    color: #fff !important;
    font-size: 13px;
    padding: 0;
    transition: color 0.3s ease !important;
  }

  .product_block_content-left-top>h2 {
    font-size: 17px !important;
  }

  .product_block_content-left-bottom>h2 {
    font-size: 17px !important;
  }

  #productDropdownMobile div>h2 {
    font-size: 17px !important;
  }

  #productDropdownMobile div>div a:hover {
    background-color: transparent !important;
    color: var(--main-color1) !important;
  }

  #productDropdownMobile .header-tab-btn {
    padding: 0;
    transition: color 0.3s ease !important;
  }

  #productDropdownMobile .header-tab-btn:hover {
    color: var(--main-color1) !important;
  }

  #productDropdownMobile .nano_big_button_link {
    font-size: 14px;
    padding: 5px 10px;
  }

  #productDropdownMobile {
    width: 100%;
  }

  #productDropdownMobile .all-stock {
    padding: 10px;
  }

  #productDropdownMobile .sale-item>a {
    color: #333 !important;
  }

  #productDropdownMobile .all-stock-btn {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #productDropdownMobile .all-stock-btn h2 {
    font-size: 14px !important;
  }

  #productDropdownMobile .all-stock>h2 {
    margin: 0 0 3px 0;
  }

  #productDropdownMobile .sale-item-list {
    margin-bottom: 8px;
  }

  #productDropdownMobile #productDropdownMobile .all-stock-btn {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .products-container #config-table thead {
    top: 50px !important;
  }

  .main-selas__po .tabs-buttons {
    padding-top: 20px !important;
    position: sticky;
    top: 47px !important;
    padding-top: 20px;
    background: #fff;
  }

  .productDropdownMobile-list1 {
    display: flex;
    gap: 4%;
    align-items: stretch;
  }

  .productDropdownMobile-list1>div {
    padding: 10px !important;
    border: 1px solid var(--main-color1) !important;
    flex: 0 0 48%;
  }

  .productDropdownMobile-list2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .productDropdownMobile-list2>div {

    display: flex;
    gap: 4%;
    align-items: stretch;
  }

  .h2-prod {
    font-size: 30px !important;
  }

  .productDropdownMobile-list2>div>div {
    padding: 10px !important;
    background-color: #1d2a35;
    flex: 0 0 48%;
  }

  #productDropdownMobile {
    gap: 25px;
  }

  #productDropdownMobile .all-stock {
    background-color: #fff !important;
  }

  #productDropdownMobile .all-stock-btn {
    padding: 10px 20px !important;
  }

  .nano_print1,
  .nano_print2,
  .nano_print3,
  .nano_print4 {
    width: 48%;
  }

  .platform_product .platform_tabs_block .nav li.nav-item {
    width: 25%;
  }

  .platform_prod_item {
    width: 25%;
  }

  .header__menu-bottom-left>a {
    height: 100%;
  }

  .header__menu-callback {
    width: 48%;
  }

  .header__menu-bottom-left {
    width: 48%;
  }

  .contacts>.wrapper>.row {
    flex-direction: column-reverse;
  }

  .contacts>.wrapper>.row>div:first-child {
    width: 100%;
  }

  .contacts>.wrapper>.row>div:last-child {
    width: 100%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 100% !important;
    margin-bottom: 40px;
  }

  .col-xl-9 {
    width: 100% !important;
  }

}

@media screen and (max-width:998px) {
  .description__content-item1 {
    flex-direction: column;
  }

  .config-swiper {
    padding-top: 0 !important;
    width: 100%;
    padding-bottom: 93px !important;
  }

  .promotion-card>p {
    margin: 10px 0;
    line-height: 20px;
  }

  .promotion-card>p>span {
    font-size: 22px;
    font-weight: 700;
    line-height: 20px !important;
  }

  .video-wrapper {
    /* padding: 0 !important; */
    position: relative;
    width: 400px;
    height: 0;
    padding-bottom: 30.25%;
    border-radius: var(--main-border-radius);
    overflow: hidden;
  }

  .config-swiper .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 95%) !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }

  .b24-widget-button-position-bottom-right {
    right: 30px !important;
    bottom: 30px !important;
  }

  .benefits-list>.benefit-item:nth-last-child(1) {
    display: none;
  }

  .benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .task-name {
    font-size: 14px !important;
  }

  .benefit-description {
    font-size: 14px !important;
  }

  #typed-output1 {
    font-size: 27px !important;
  }

  .config-swiper>.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 95%) !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }

  .m .main_top-content {
    flex-direction: column;
  }

  .main_top-content-left {
    text-align: center;
  }

  .main-gif {
    display: flex;
    justify-content: center;
  }

  .main_top-content-right {
    width: 60%;
  }

  .main_top-content {
    align-items: center;
  }

  .config-table {
    display: none;
  }

  .swiper {
    display: block !important;
  }

  .main_center-banner-skidka picture,
  .main_center-banner-skidka img {
    display: block;
    width: 100%;
    height: 130px !important;
    object-fit: cover;
  }

  .education__nanocad {
    background-color: var(--main-color1);
    height: max-content;
    width: 100%;
    padding: 20px 0 !important;
  }

  .table-conf-decs {
    display: none !important;
  }

  .table-conf-mob {
    display: block !important;
  }

  .star_price {
    font-size: 14px !important;
  }

  .main_top-content {
    flex-direction: column;
  }

  .footer__top {
    display: flex;
    gap: 20px;
    flex-wrap: wrap !important;
  }

  .section-nanocad-linux h1 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }

  .footer__Csoft-info {
    flex: 0 0 100%;
  }

  .footer__events-list {
    flex: 0 0 48%;
    order: 2;
  }

  .footer__contact {
    flex: 0 0 48%;
    order: 1;
    max-width: 400px;
  }

  .perehodnanocad__content {
    flex-direction: column;
  }

  .main_center-banner-skidka picture,
  .main_center-banner-skidka img {
    height: auto !important;
  }

  .zoom-on-hover:hover {
    transform: scale(1.01) !important;
  }

  .wrap_img_cur>div h3 {
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .wrap_img_cur>div p {
    font-size: 15px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrap_img_cur {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .wrap_img_cur>div {

    width: 100%;

  }

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

  .wrap_img_cur>div:nth-child(3) {
    grid-column: span 2;
  }

  .wrap_img_cur {
    padding: 7px !important;
  }

  .sales__po-title {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .prepod_block {
    flex-direction: column;
    border: none;
    align-items: center;
  }

  .header__menu-logo img {
    width: 100px;
  }

  .prepod_block img {
    width: 200px !important;
    border-radius: 12px 0 0 12px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
  }

  .infoblock-adress p,
  .infoblock-phone a,
  .infoblock-mail a {
    color: #fff !important;
    margin: 0;
    font-size: 14px !important;
  }

  .infoblock>h2 {
    font-size: 22px !important;
    padding: 0 0 5px 0 !important;
  }

  .map .infoblock {
    position: absolute;
    top: 80px;
    background-color: var(--main-color1);
    padding: 15px;
    border-radius: var(--main-border-radius);
    z-index: 10;
    width: max-content !important;
  }

  .perehodnanocad__content {
    flex-direction: column;
  }

  .partner-elem {
    flex-wrap: wrap;
  }

  .more-dropdown>a {
    display: flex;
    gap: 7px;
    align-items: center;
  }

  #typed-output1 {
    font-size: 20px !important;
  }

  .contacts .partner-elem .img {
    margin-bottom: 25px;
  }

  .sales-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .sales-title {
    margin-top: 0 !important;
  }

  .partner-elem>div {
    width: 49%;
  }

  .partner-elem .partner-map {
    padding: 0 15px;
  }

  .partner-elem>div {
    width: 49% !important;
  }

  .detail_tabs .product__buttons-section {
    display: block !important;
  }

  .courses__detail-content-top {
    flex-direction: column;
    gap: 20px;
  }

  .price {
    flex-direction: row-reverse;
  }

  .courses__detail-top-right {
    width: 100%;
  }

  .info {
    padding: 20px !important;
  }

  .product__buttons-section {
    display: none;
  }

  .product__buttons-section-table {
    display: block !important;
  }

  .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100% !important;
    max-width: 1000px;
    position: relative;
  }

  .platforma_modal .modal-dialog {
    max-width: 70vw !important;
  }

  .more-dropdown>a>span {

    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: var(--main-color1);
    border-radius: var(--main-border-radius);

  }

  .product-benefits>h2 {
    margin-top: 40px;
    font-size: 40px;
    font-weight: 700;
  }

  .benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sect-konf {
    padding: 40px 0;
  }

  .platform_prod_item {
    width: 100% !important;
  }

  .product-sostav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-list>.benefit-item:nth-last-child(2) {
    display: none !important;
  }

  .nav-tabs .nav-link {
    height: 100%;

  }

  .entry-content .alignleft {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    max-width: 100%;
  }

  .timer_button {
    justify-content: space-between;
  }

  .possibility-list>.possibility-card:last-child {
    display: none;
  }

  .sostav-item>strong {
    text-align: center;
  }

  .new-item {
    justify-content: space-between;
    display: flex;
    gap: 20px;
  }

  .courses__list {
    display: flex !important;
    flex-direction: column;
  }

  .possibility-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .card--banner {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .entry-title {
    margin-top: 0 !important;
  }

  .product__buttons-section-table {
    display: none !important;
  }

  .product__buttons-section-mobile {
    display: block !important;
  }

  span {
    font-size: 14px !important;
  }

  p {
    font-size: 14px !important;
  }

  h2 {
    margin-top: 0 !important;
  }

  .product-tasks>h2 {
    margin-top: 0;
  }

  .message-bubble>p {
    margin: 0;
    position: absolute;
    top: 36px;
  }

  .description__content-item1 {
    gap: 0;
  }

  .possibility-img {
    margin-bottom: 5px !important;
  }


  .vopros__expert {
    gap: 10px;
  }

  .possibility-card>h3 {
    margin-bottom: 5px !important;
  }

  .modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto !important;
  }

  #typed-output1 {
    font-size: 18px !important;
  }

  .benefit-description {
    margin: 5px 0;
  }

  .tab-section {
    padding: 10px 0;
  }

  .description__content-item2 {
    margin-top: 20px;
  }

  .tasks-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
  }

  .message-bubble {
    font-size: 21px !important;
    font-weight: 600;
    color: #fff !important;
    position: absolute;
    top: -31px;
    right: -86px;
    width: 141px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #1d262e;
    font-size: 14px;
  }

  .chili-page-reviews-list-container>.red-reviews-button {
    height: auto !important;
    background-color: rgb(255, 222, 81);
  }

  .red-reviews-bar>div:last-child {
    flex-direction: column;
  }

  .wrap_img_cur {
    display: flex;
    flex-direction: column;
  }

  .education__nanocad-content-left>h3 {
    font-size: 36px;
  }

  .education__nanocad-content-left>h3>span {
    font-size: 36px;
  }

  .education__nanocad {
    padding: 20px 0;
  }

  .webinar__list {
    flex-direction: column;
  }

  .webinar__list-top {
    display: flex;
    gap: 20px;
  }

  .education__nanocad-content {
    flex-direction: column;
    gap: 20px;
  }

  .perejodnanocad {
    padding: 20px !important;
  }

  .education__nanocad-content-right {
    width: 100%;
  }

  .education__nanocad-content-right>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webinar-card {
    justify-content: space-between;
  }

  .promotion__nanocad-listcard {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }

  .contact-phone {
    display: flex;
    flex-direction: column;
  }

  .benefit-item {
    gap: 10px;
  }

  .promotion-card {
    width: calc(50% - 10px);
  }

  .config-swiper {
    padding-bottom: 53px !important;
  }

  .main_top-content-right {
    width: 80%;
  }

  .platform_product .platform_tabs_block .nav li.nav-item {
    width: 100%;
  }

  .platform_product .platform_tabs_block .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-elem>div {
    width: 100% !important;
  }

  .platform_prod_item {
    width: 100%;
  }

  .platform_tab_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-elem .partner-info {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-elem>div {
    width: 100% !important;
  }

  .partner-elem>div {
    width: 100% !important;
  }

  .partner-elem .partner-map {
    padding: 0 0;
  }

  .b24-widget-button-inner-container,
  .bx-touch .b24-widget-button-inner-container {
    -webkit-transform: scale(.85);
    transform: scale(0.75) !important;
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }

  .phones__phone-link {
    margin-bottom: 10px;
  }

  .nano_print1,
  .nano_print2,
  .nano_print3,
  .nano_print4 {
    width: 47%;
  }

  .perejodnanocad {
    padding: 0 !important;
  }

  .promotion-card {
    width: 100% !important;
  }

  .perejodnanocad {
    margin: 20px 0 0 0;
  }

  .education__nanocad-content-left>h3>span {
    font-size: 36px !important;
  }

  .perejodnanocad>div>h2>span {

    margin: 0;
    padding-bottom: 40px;
    font-weight: 700;
    font-size: 30px !important;

  }

  .map {
    padding-top: 20px !important;
  }

  .product__detail-nav-content {
    padding: 15px 0;
  }

  .telegram {
    background-color: var(--main-color1);
    display: flex;
    flex-direction: row !important;
    padding: 20px;
    display: flex;
    gap: 10px !important;
    justify-content: flex-start !important;
    justify-content: space-between;
  }
}

@media screen and (max-width: 540px) {
  .more-tab {
    font-size: 13px !important;
  }

  .fixed-cell>span {
    font-weight: 500;
    color: #9c9c9c !important;
  }

  .fixed-cell {
    font-size: 13px !important;
    padding: 5px !important;
    font-weight: bold;
    background: #efefef;
    white-space: nowrap;
  }

  .slide-cell {
    font-size: 13px !important;
    padding: 5px !important;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
  }

  .productDropdownMobile-list1 {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .product_block_content-left-top {
    width: 100%;
  }

  .section-nanocad-linux h1 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  .productDropdownMobile-list2>div {
    flex-direction: column;
    gap: 10px;
  }

  .entry-title {
    font-size: 18px;
  }

  .productDropdownMobile-list2 {
    gap: 10px;
  }

  .countdown-holder {
    font-size: 13px !important;
  }

  .footer-number {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
  }

  #typed-output1 {
    font-size: 16px !important;
  }

  .has-text-align-left {
    font-size: 13px !important;
    text-align: center;
  }

  .has-text-align-center {
    text-align: center;
    font-size: 13px !important;
  }

  .smart_sales .wp-block-table figcaption {
    text-align: center;
    font-size: 13px !important;
    font-weight: 700;
    margin: 0 0 10px 0;
  }

  .possibility-desc {
    font-size: 13px !important;
  }

  .possibility-card>h3 {
    font-size: 15px !important;
  }

  .footer__top {
    display: flex;
    gap: 0;
    flex-wrap: wrap !important;
  }

  .contact-email {
    margin-top: 10px;
  }

  .contact-adres {
    margin-top: 10px;
  }

  .contact-mess {
    margin-top: 10px;
  }

  .contact-age {
    margin-top: 10px;
  }

  .text>h2 {
    font-size: 15px !important;
  }

  .smart_sales {
    padding-top: 20px;
  }

  .text>p {
    font-size: 13px !important;
  }

  .sales-title {
    font-size: 20px;
  }

  .footer__events-list>h2 {
    margin-bottom: 10px;
  }

  .footer__Csoft-info>div {
    padding-bottom: 10px;
  }

  .mn-content {
    padding: 20px 0 !important;
  }

  .footer__products-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
  }

  .main_center-banner-info {
    gap: 20px;
  }

  .main_center>div {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .contact-phone {
    gap: 10px;
  }

  .footer__products-item {
    margin-bottom: 5px;
  }

  .footer-link>p {
    margin: 0;
  }

  .prd-content {
    padding: 20px 0 !important;
  }

  .description__content {
    display: flex;
    flex-direction: column;
    gap: 30px !important;
  }

  .footer__top {
    padding-bottom: 20px !important;
  }

  .product_block_content-left-bottom {
    width: 100% !important;
  }

  .tab-content h2 {
    font-size: 20px !important;
  }

  .new-text>h3 {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }

  .new-text h3>p {
    margin: 0;
    font-size: 15px !important;
  }

  .new-img {
    height: 100px !important;
    width: 100px !important;
  }

  .new-text {
    flex: auto;
    color: #fff !important;
  }

  h2 {
    font-size: 20px !important;
  }

  .tab-content h2 {
    font-size: 20px !important;
  }

  .courses__detail-content-top {
    width: 100%;
    background-color: rgb(245, 245, 245);
    border: 1px rgb(237, 237, 237) solid;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
  }

  .courses__list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: space-between !important;
  }

  .card {
    width: 100% !important;
  }

  .courses__item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .product-tasks>h2 {
    font-size: 20px !important;

  }

  .final_test_link {
    width: 13px !important;
  }

  .tab-section .sales__po-title>h2 {
    font-size: 20px !important;
  }

  .first_column {
    font-size: 15px !important;
  }

  .file-group-title {
    font-size: 15px !important;
  }
.h2-prod{
  font-size: 20px !important;
}
  a {
    font-size: 13px !important;
  }

  span {
    font-size: 13px !important;
  }

  p {
    font-size: 13px !important;
  }

  .config-flag {
    font-size: 13px !important;
  }

  .config-title {
    font-size: 15px !important;
    font-weight: bold;
  }

  .config-subinfo {
    margin-top: 5px !important;
  }

  .config-header {
    margin-bottom: 7px !important;
  }

  .config-row {
    padding: 3px 0 !important;
  }

  .sostav-item>strong {
    font-size: 15px !important;
  }

  .promotion-card>p>span {
    font-size: 22px;
    font-weight: 700;
    line-height: 13px !important;
  }

  .promotion-card>p>span {
    font-size: 22px;
    font-weight: 700;
    line-height: 13px !important;
  }

  #whats-new>h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px !important;
  }

  .second_column ul li {
    font-size: 13px !important;
  }

  .message-bubble {
    font-size: 21px !important;
    font-weight: 600;
    color: #fff !important;
    position: absolute;
    top: 12px;
    right: -105px;
    width: 104px;
    height: 111px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #1d262e;
    font-size: 14px;
  }

  .video-wrapper {
    /* padding: 0 !important; */
    position: relative;
    width: 300px;
    height: 0;
    padding-bottom: 40.25%;
    border-radius: var(--main-border-radius);
    overflow: hidden;
  }

  .webinar-card>h3 {
    font-size: 13px !important;
    font-weight: 500;
    width: 100%;
  }

  .education__nanocad-content-left>h3 {
    font-size: 22px !important;
  }

  .education__nanocad-content-left>h3>span {
    margin: 0;
    color: #fff;
    font-size: 22px !important;
    font-weight: 700 !important;
  }

  .message-bubble>p {
    margin: 0;
    position: absolute;
    top: 29px;
  }

  .product-btn {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    border-radius: var(--main-border-radius);
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
    background: var(--main-color1);
    padding: 7px 12px;
    margin-bottom: 7px;
  }

  .tab-section .promotion__nanocad-content {
    margin-top: 20px;
  }

  .product__detail-content-left>p {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 7px;
  }

  .prod__test {
    padding-top: 7px;
  }

  .partners>h2 {
    font-size: 15px !important;
  }

  .about>h2 {
    font-size: 15px !important;
  }

  .about_txt {
    font-size: 13px !important;
  }

  .product__detail-content-left>h2 {
    font-weight: 700;
    font-size: 44px;
    margin: 0;
    padding: 30px 0 7px 0;
  }

  .platform_tab_block .platform_prod_item .div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .platform_info_ico {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    border: 2px solid #e0e0e0;
    padding: 3px 7px;
    font-size: 12px;
    color: #e0e0e0;
    line-height: 1;
  }

  .wrap_img_cur>div h3 {
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrap_img_cur>div p {
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product__price {
    font-size: 20px;
    font-weight: 700;
  }

  .wrap_img_cur>div img {
    max-height: 45px;
    margin: 0 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(67%) hue-rotate(311deg) brightness(115%) contrast(100%);
  }
}

@media screen and (max-width: 495px) {

  .chili-page-reviews-item {
    flex-direction: column !important;
  }

  .tasks-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .star-active {
    filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(3632%) hue-rotate(158deg) brightness(95%) contrast(101%);
  }

  .possibility-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .telegram {
    align-items: center !important;
  }

  .product-sostav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .possibility-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .possibility-card {
    min-width: 0 !important;
  }

  #typed-output1 {
    font-size: 12px !important;
  }

  .promotion-card>p {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 17px;
  }

  .tab-content-vse-bozm .possibility-list {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }

  .modal-content {
    background: #fff;
    padding: 10px !important;
    border-radius: 8px;
    width: 100% !important;
    max-width: 1000px;
    position: relative;
  }

  .benefit-image {
    border-radius: var(--main-border-radius);
    max-width: 45%;
    height: auto;
    margin-bottom: 10px;
  }

  .benefit-item {
    flex-direction: row;
  }

  .sales__po-title>button {
    cursor: pointer;
    padding: 8px 16px !important;
    border: none;
    background-color: #101214;
    color: #fff !important;
    border-radius: var(--main-border-radius);
    font-size: 15px;
    font-weight: 500;
    height: max-content;
  }

  .second_column {
    float: left;
    width: 100%;
  }

  .platforma_modal .modal-dialog {
    max-width: 85vw !important;
  }

  .second_column>ul {
    padding-left: 17px !important;
  }

  .whats-new-sect {
    padding-bottom: 0 !important;
  }

  .section-title {
    margin-top: 20px !important;
  }

  .requirements-list {
    gap: 0 !important;
  }

  .first_column {
    margin: 0 !important;
    float: left;
    width: 100% !important;
    margin-right: 3%;
  }

  .perejodnanocad>div>h2>span {

    font-size: 20px !important;
  }

  .requirement-content {
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .header__menu-bottom-center>a {
    color: #fff;
    font-size: 15px !important;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s;
  }

  .vopros__expert {
    flex-direction: column;
  }

  .ct {
    width: 100%;

  }

  .vopros__expert {
    margin-top: 10px;
  }

  .ct>button {
    width: 100%;
  }

  .list-phone-numbers>a {
    font-size: 15px !important;
  }

  .menu-overlay a {
    color: #fff;
    font-size: 15px !important;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s;
  }

  .sales-list {
    gap: 0 !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .header__menu-callback button {
    padding: 12px;
    font-size: 15px !important;
    font-weight: 500;
    border-radius: var(--main-border-radius);
    color: #fff;
    background-color: var(--main-color1);
    border: none;
    height: calc(100%-30px);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .product-link>a {
    font-size: 14px !important;
  }

  .sale-item>a {
    font-size: 14px !important;
  }

  .header__menu-callback {
    width: 100% !important;
  }

  .header__menu-bottom-left {
    width: 100% !important;
  }

  #mobileMenu>div>div>div:nth-child(2)>div:last-child {
    flex-direction: column !important;
    gap: 20px;
  }

  .promotion__nanocad-listcard {
    display: grid;
    grid-template-columns: (1, 1fr);
  }

  .side>.img {
    background-size: 90% !important;
  }

  .slide-cell {
    min-width: 150px !important;
  }

  .fixed-column {
    min-width: 150px !important;
  }

  .fixed-column {
    width: 50% !important;
  }

  .platform_product .platform_tabs_block .nav {
    gap: 14px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 31px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }

  .nav-link {
    height: 100%;
  }

  .promotion__nanocad {
    padding-top: 20px !important;
  }

  .footer__events-list {
    flex: 0 0 100%;
    order: 2;
  }

  .footer__contact {
    flex: 0 0 100%;
    order: 1;
    max-width: 400px;
  }

  .footer__contact {
    width: 100% !important;
  }

  .footer__events-list {
    width: 100% !important;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .footer-link>p {
    text-align: left !important;
  }

  .main_top-content-left>h1 {
    padding-top: 15px;
    font-size: 36px;
  }

  .capr {
    font-size: 36px !important;

  }

  .main_top-content-left>img {
    height: 50px;
  }

  .main_top-content-left-btn {
    padding-top: 15px;
  }

  #typed-output {
    font-size: 22px;
  }

  .main_top-content-left-btn>a {
    font-size: 16px;
    font-weight: 500;
  }

  .platform_tab_block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .main-gif {
    padding-top: 15px;
    display: flex;
  }

  .main-gif>img {
    height: 50px;
    object-fit: contain;
    display: block;
  }

  .nano_print1,
  .nano_print2,
  .nano_print3,
  .nano_print4 {
    width: 46%;
  }

  .main_center {
    padding: 20px 0 20px 0;
  }

  .main_center-banner-skidka {
    margin-bottom: 20px;
  }

  .main_center-banner-info {
    gap: 20px;
  }

  .platform_product .platform_tabs_block .nav .nav-link {
    font-size: 14px;
  }

  #nano_big_button .nano_big_button_link {
    font-size: 14px;
  }

  .perehodnanocad__content-left>img {
    height: 80px !important;
  }

  .platform_tab_block .platform_prod_item .div .plat_tab_img {
    margin-bottom: 0px;
  }

  .platform_tab_block .text_prod_item h5 {
    margin-top: 0 !important;
    font-size: 15px;
  }

  #equipment li {
    font-size: 13px !important;
  }

  #equipment ul {
    padding-left: 20px !important;
  }

  .config-flag {
    font-size: 13px !important;
  }

  .wrap_img_cur>div p {
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrap_img_cur>div h3 {
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .platform_product h2 {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .config-value {
    font-size: 13px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  #hours,
  #minutes,
  #seconds {
    font-size: 30px !important;
    font-weight: 400 !important;
    min-width: 36px;
  }

  .b24-form-header-title {
    font-size: 14px !important;
    line-height: 18px;
  }

  #countdown-timer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
  }

  .separator {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 29px;
  }

  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

  .sales__po-title>h2 {
    font-size: 20px !important;
  }

  .promotion-card>p>span {
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
  }

  .fixed-cell {
    font-size: 12px;
    padding: 7px;
    font-weight: bold;
    background: #efefef;
    white-space: nowrap;
  }

  .slide-cell {
    padding: 7px;
    font-size: 12px;
  }

  .fixed-column {
    width: 57%;
  }

  .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    background: #ccc;
    opacity: 0.7;
    margin: 0 6px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
  }

  .swiper-wrapper-container {
    display: flex;
    gap: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding-right: 20px;
    position: relative;
    align-items: flex-start;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, 95%) !important;
    left: 0;
    width: 100%;
  }

  .webinar__list-top>.webinar-card:nth-child(3) {
    display: none;
  }

  .perejodnanocad {
    padding: 0 !important;
  }

  .preim-content {
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  .nanocad-webinar {
    padding-bottom: 20px;
  }

  .link_webinarblog {
    padding-top: 20px;

  }

  .nanocad-webinar-content {
    padding-top: 20px !important;
  }

  .perejodnanocad>div>h2 {
    padding: 20px 0 !important;
  }

  .nanocad-webinar-content>p {
    padding-bottom: 20px;
  }

  .header__menu-bottom-left>a {
    padding: 12px !important;
  }

  .map .infoblock {
    position: absolute;
    top: 80px;
    background-color: var(--main-color1);
    padding: 7px;
    border-radius: var(--main-border-radius);
    z-index: 10;
    width: max-content !important;
  }

  .header__menu-logo img {
    width: 80px;
  }

  .infoblock>h2 {
    font-size: 18px !important;
    padding: 0 0 5px 0 !important;
  }

  .infoblock-adress,
  .infoblock-phone,
  .infoblock-mail {
    padding-top: 5px;
    gap: 5px;
    display: flex;
    align-items: center;
  }

  .infoblock-adress p,
  .infoblock-phone a,
  .infoblock-mail a {
    color: #fff !important;
    margin: 0;
    font-size: 12px !important;
  }

  .infoblock>div:nth-child(n+2)>img {
    height: 20px !important;
    width: 20px !important;
  }
}

@media screen and (max-width: 350px) {
  #typed-output1 {
    font-size: 12px !important;
  }

  .smart_sales .wp-block-table>table {
    padding: 5px !important;
  }

  .fixed-cell {
    font-size: 12px !important;
  }

  .slide-cell {
    font-size: 12px !important;
  }

  .fixed-column {
    width: 40% !important;
  }

  .has-text-align-left {
    font-size: 10px !important;
  }

  .has-text-align-center {
    font-size: 10px !important;
  }
}