@media(min-width: 769px) {
	.mob {
        display: none !important;
    }
}


@media(max-width: 768px) {
    .main-tarrifs-items {       
        flex-direction: column !important;
    }

    .main-other-items {
        flex-direction: column !important;
    }

    .main-contacts-info {
        flex-direction: column !important;
    }

    .header-contacts {
        text-align: center !important;
    }

    .header-logo-name {
        text-align: center !important;
    }

    .main-top h1 {
        font-size: 30px !important;
        text-align: center !important;
    }
    .main-top h2 {
        font-size: 20px !important;
        color: #ffffff;
        text-align: center !important;
    }


    .main-top-form {
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .main-top-form a {
        margin-left: 0px !important;
        margin-top: 30px !important;
    }

    .main-top-offers {
        flex-direction: column !important;
        align-items: center !important;
    }

    .pc {
        display: none !important;
    }


    .main-tops {
        background-position: -26vw 8vw !important;
        background-size: 150% !important;
        padding-bottom: 8vw !important;
    }

    .main-tops-offerss {
        flex-direction: column !important;
        align-items: center !important;
        font-size: 22px;
        color: #e07f1f;

    }


    .pcs {
        display: none !important;
        font-size: 22px;
        color: #e07f1f;

    }


    .main-top {
        background-position: -26vw 8vw !important;
        background-size: 150% !important;
        padding-bottom: 8vw !important;
    }

    .main-top-offers span {
        width: 60% !important;
        margin-left: 50px !important;
    }

    .main-gallery h1 {
        font-size: 30px !important;
        text-align: center;
    }
    .main-gallery h2 {
        font-size: 20px !important;
        color: #ffffff;
        text-align: center;
    }

    .gallery-wrapper {
      max-width: 1000px;
      margin: 40px auto;
      padding: 0 20px;
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      justify-items: center;
    }

    .gallery a img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .gallery a:hover img {
      transform: scale(1.03);
    }

    @media (max-width: 768px) {
      .gallery {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .gallery {
        grid-template-columns: 1fr;
      }
    }

    .main-examples p {
        text-align: center;
    }

    .main-gallery-items img {
        width: 90vw !important;
    }

    .main-examples h1 {
        font-size: 30px !important;
        color: #ffffff;
        text-align: center;
    }
    .main-examples h2 {
        font-size: 30px !important;
        color: #ffffff;
        text-align: center;
    }


    .main-examples-items iframe {
        width: auto !important;
        height: auto !important; 
    }

    .main-tariffs h1 {
        font-size: 30px !important;
        color: #ffffff;
        text-align: center;
    }
    .main-tariffs h2 {
        font-size: 30px !important;
        color: #ffffff;
        text-align: center;
    }


    .main-tarrifs-item {
        margin-right: 30px !important;
        margin-left: 30px !important;
        margin-bottom: 20px;
    }

    .main-tarrifs-edit {
        margin-left: 30px !important;
        width: 86% !important;
        flex-direction: column !important;
        padding: 0px !important;
        padding-bottom: 40px !important;
    }

    .main-tarrifs-edit-foto {
        height: 200px !important;
        width: 100% !important;
    }

    .main-tarrifs-edit-info {
        text-align: center !important;
    }

    .main-tarrifs-edit-info a {
        margin: 0 auto !important;
    }
    
    .main-other h1 {
        font-size: 30px !important;
        color: #ffffff;
        text-align: center !important;
    }
    .main-other h2 {
        font-size: 20px !important;
        color: #ffffff;
        text-align: center !important;
    }


    .main-other-item img {
        width: 90vw !important;
        height: 60vw !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    a.main-other-item-text {
        margin-bottom: 30px !important;
    }

    .main-contacts h1 {
        font-size: 30px !important;
        text-align: center !important;
    }
    .main-contacts h2 {
        font-size: 20px !important;
        text-align: center !important;
    }


    .main-contacts-info-address {
        width: 100% !important;
    }

    .main-contacts-info-call {
        width: 100% !important;
        padding: 20px 0px !important;
    }

    .main-contacts-info-messenger {
        width: 100% !important;
        padding: 20px 0px !important;
    }

    .footer-info span {
        text-align: center !important;
    }

    .form {
        width: 90% !important;
        margin-top: 40% !important;
    }

    .main-top-form span {
        text-align: center !important;
    }
    
}

* {	
	font-family: 'Gilroy';
	outline: none !important;
}

body {
    background: #16171b !important;
}

.header-logo-name span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e6e6e6;
}

.header-logo-name a {
    text-decoration: none;
}

.header {
    margin: 10px 40px;
    border-bottom: 1px solid #C2C2C2;
    position: sticky;
    background-color: rgba(21, 23, 26, 0.50);
}

i.fa.fa-phone {
    color: #e07f1f;
    font-size: 23px;
}

.header-contacts-phone a {
    color: #e6e6e6;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}

.header-contacts span {
    color: #e6e6e6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-contacts {
    text-align: right;
}

.main-top h1 {
    font-size: 68px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    margin-top: 35px;
}

.main-top-form span {
    font-size: 22px;
    color: #fff;
}

.main-top-form {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 25px;
}

.main-top-form a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    background-color: #e07f1f;
    background-position: center center;
    border-color: #e07f1f;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 15px;
    margin-left: 80px;
    text-decoration: none;
    border-radius: 5px;
}

.main-top-form a:hover {
    background-color: #e07f1f;
    background-image: none;
    border-color: #ffffff;
}

.main-top-offers span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    width: 40%;
    margin-left: 16px;
    margin-top: 15px;
    position: relative;
}

.main-top-offers {
    display: flex;
}

.main-top-offers span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    top: 8px;
    left: -15px;
}

.main-top {
    background-position: 1vw 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 1vw;
}

.main-gallery h1{
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
}
.main-gallery h2{
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
}


.main-gallery-items img {
    width: 30%;
    margin: 10px;
}

.main-gallery-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-examples h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-top: 30px;
}

.main-examples p {
    color: #ffffff;
    font-size: 18px;
}

.main-examples-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.main-examples-items iframe {
    width: 45%;
    margin: 10px;
}

.main-examples-items {
    margin-top: 15px;
}

.main-tariffs h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}

.card {
    background: transparent !important; 
    border-radius: 0px !important;
    border: none !important;
}

.tarrifs-foto {
    border: 1px solid #ffffff45;
    padding: 35px;
    display: flex;
    justify-content: center;
}

.tarrifs-foto img {
    width: 57px;
}

.tarrifs-title {
    border: 1px solid #ffffff45;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.tarrifs-title h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

span.tarrifs-title-info {
    color: #ffffff;
    font-size: 16px;
}

span.tarrifs-title-price-old {
    color: #e07f1f;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

span.tarrifs-title-price-new {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.tarrifs-title a {
    color: #e07f1f;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    border: 1px solid #e07f1f;
    margin: 0px 30px 20px 30px;
}

.tarrifs-title a:hover {
    color: #fff;
    background-color: #e07f1f;
}

span.tarrifs-title-condition {
    color: #fff;
    text-align: center;
}

span.tarrifs-title-info {
    margin: 0 auto;
    position: relative;
}

span.tarrifs-title-info::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #e07f1f;
    top: 8px;
    left: -40px;
}

.main-tarrifs-items {
    display: flex;
    margin-bottom: 20px;
}

img.marg-foto {
    margin-right: 10px;
}

.main-tarrifs-edit {
    display: flex;
    border: 1px solid #ffffff45;
    margin-top: 20px;
    padding: 70px;
}

.main-tarrifs-edit-info h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}

span.main-tarrifs-edit-info-price {
    color: #e07f1f;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
    margin: 10px 0px;
}

.main-tarrifs-edit-info {
    display: flex;
    flex-direction: column;
}

span.main-tarrifs-edit-info-desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.main-tarrifs-edit-info a {
    color: #e07f1f;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #e07f1f;
    text-align: center;
    width: 70%;
    padding: 20px;
}

.main-tarrifs-edit-info a:hover {
    color: #fff;
    background-color: #e07f1f;
}

.main-tarrifs-edit-foto {
    background-image: url(images/postmontag.jpg);
    height: 100%;
    width: 77%;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-other h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-other-item img {
    width: 215px;
    height: 150px;
    filter: grayscale(100%);     
    margin-bottom: 20px;
}

.main-other-item img:hover {
    filter: grayscale(0%); 
    transition: 0.5s;
}

a.main-other-item-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.main-other-item {
    display: flex;
    flex-direction: column;
}

.main-other-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 2px solid #fff;
    padding-top: 30px;
}

.main-contacts h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-contacts-info {
    display: flex;
    flex-direction: row;
}

.main-contacts-info-address-item {
    border: 1px solid #ffffff45;
    padding: 20px 30px;
}

.main-contacts-info-call {
    display: flex;
    flex-direction: column;
    border: 1px solid #ffffff45;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.main-contacts-info-messenger {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #ffffff45;
    width: 20%;
    justify-content: center;
}

.main-contacts-info-address-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
}

.main-contacts-info-address-item span {
    font-size: 20px;
    font-weight: 400;
}

.main-contacts-info-call-phone a {
    color: #ffffff;
    font-size: 25px;
    text-decoration: none;
    font-weight: 500;
}

.main-contacts-info-call-mail a {
    color: #ffffff;
    font-size: 25px;
    text-decoration: none;
    font-weight: 500;
}

.main-contacts-info-call-oborud a {
    color: #e07f1f;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}


.main-contacts-info-call-time {
    color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

i.fa.fa-vk {
    color: #e07f1f;
    font-size: 40px;
    margin-right: 10px;
}

i.fa.fa-whatsapp {
    color: #e07f1f;
    font-size: 48px;
}

.main-contacts-info-address {
    width: 50%;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
}

.footer-info span {
    color: #ffffff;
    font-size: 14px;
}

.footer-info a {
    color: #e07f1f;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}

.bg-form {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
}

a#close-form {
    position: absolute;
    top: 20px;
    right: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    background: #16171b;
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    margin-top: 10%;
}

.form h3 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="text"] {
    color: #ffffff;
    border: 1px solid #c9c9c9;
    background-color: transparent;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.form-button {
    color: #e07f1f;
    border: 1px solid #e07f1f;
    background: transparent;
    padding: 20px;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.form-button:hover {
    color: #ffffff !important;
    background-color: #e07f1f !important;
}

i.fa.fa-times {
    color: #fff;
    font-size: 30px;
}

a.navbar-br, .nav-links{
	color:#ffffff !important; 
	font-size: 14px;
}

a.navbar-br, .nav-links:hover {
	color:#ffffff !important;
}

a.navbar-br, .nav-links:focus {
	color:#ffffff !important;
}


a.navbar-brand, .nav-link{
	color:#ffffff !important; 
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 1rem;
	margin-left: 1rem;
	margin-top: 2rem;
}

a.navbar-brand, .nav-link:hover {
	color:#ffffff !important;
}

a.navbar-brand, .nav-link:focus {
	color:#ffffff !important;
	border-top: 2px solid #ffffff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(images/navbarmob.png) !important;
}

.dropdown-menu {
	background-color: #2f3132 !important;
}
.dropdown-item {
	background-color: #2f3132 !important;
    color: #ffffff !important;
}
.dropdown-item:hover {
	border-left: 4px solid #21211D;
}
.main-tarrifs-edit-info a {
    display: inline-block;
    margin-right: 10px;
}

.montage-info {
    color: #e6e6e6;
    padding: 50px 0;
}

.montage-block {
    border: 1px solid #ffffff45;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}

.montage-block h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.montage-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.montage-block ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #ccc;
}

.montage-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #e07f1f;
    border-radius: 50%;
}

.montage-block p {
    margin-bottom: 8px;
}

.note {
    font-style: italic;
    color: #999;
    margin-top: 10px;
}

.montage-warning {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 15px;
    border-radius: 8px;
    color: #f0f0f0;
    font-weight: 500;
}

.buttons {
    margin-top: 15px;
}

.buttons a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e07f1f;
    color: #e07f1f;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.buttons a:hover {
    background-color: #e07f1f;
    color: #fff;
}


/* FAQ */
.faq { margin-top: 40px; }
.faq-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq-item {
  border: 1px solid #ffffff45;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.03);
  margin-bottom: 14px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.faq-item[open] {
  border-color: #e07f1f;
  background-color: rgba(224,127,31,0.06);
}
.faq-item > summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 20px;
  color: #e6e6e6;
  font-weight: 600;
  position: relative;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: "+";
  position: absolute;
  right: 20px; top: 16px;
  font-weight: 700;
  color: #e07f1f;
  transition: transform 0.2s ease, color 0.2s ease;
}
.faq-item[open] > summary::after { content: "–"; }
.faq-content {
  padding: 0 20px 18px 20px;
  color: #cfcfcf;
  line-height: 1.6;
}
.faq-content ul { margin: 8px 0 0 18px; }
@media (max-width: 768px) {
  .faq-title { font-size: 28px; text-align: center; }
}

.faq-content a,
.montage-block a,
.main-tarrifs-edit-info span a,
p a {
    color: #e07f1f;                /* фирменный оранжевый */
    text-decoration: none;         /* убираем подчёркивание */
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-content a:hover,
.montage-block a:hover,
.main-tarrifs-edit-info span a:hover,
p a:hover {
    color: #ffffff;                /* белый при наведении */
    text-decoration: underline;    /* лёгкий акцент при hover */
}

/* ===== PREMIUM MODAL ===== */

.modal-backdrop.show{
    opacity:0.85;
}

/* Контейнер */
.podcast-modal{
    background:#16171b !important;
    border:1px solid #ffffff45 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    color:#ffffff;
    padding:50px 70px;
}

/* Заголовок */
.podcast-modal .modal-title{
    font-size:36px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#ffffff;
}

/* Убираем стандартную линию bootstrap */
.podcast-modal .modal-header{
    border-bottom:none !important;
    position:relative;
    padding-bottom:25px;
    margin-bottom:35px;
}

/* Тонкая фирменная оранжевая линия */
.podcast-modal .modal-header::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:90px;
    height:2px;
    background:#e07f1f;
}

/* Поля */
.podcast-modal .form-control{
    background:transparent;
    border:1px solid #ffffff45;
    border-radius:0;
    color:#ffffff;
    padding:20px;
    font-size:16px;
    transition:0.2s ease;
}

.podcast-modal .form-control::placeholder{
    color:#999999;
}

.podcast-modal .form-control:focus{
    background:transparent;
    border-color:#e07f1f;
    box-shadow:none;
    color:#ffffff;
}

/* Лейблы */
.podcast-modal label{
    color:#cccccc;
    font-size:14px;
}

/* Чекбокс */
.podcast-modal .form-check-input{
    background-color:transparent;
    border:1px solid #ffffff45;
}

.podcast-modal .form-check-input:checked{
    background-color:#e07f1f;
    border-color:#e07f1f;
}

/* Кнопка */
.podcast-modal .btn{
    background:transparent;
    border:1px solid #e07f1f;
    color:#e07f1f;
    padding:18px;
    font-weight:600;
    text-transform:uppercase;
    transition:0.3s ease;
    border-radius:0;
    letter-spacing:0.5px;
}

.podcast-modal .btn:hover{
    background:#e07f1f;
    color:#ffffff;
}

/* Адаптив */
@media(max-width:992px){
    .podcast-modal{
        padding:35px;
    }
}

@media(max-width:576px){
    .podcast-modal{
        padding:25px;
    }

    .podcast-modal .modal-title{
        font-size:26px;
    }
}

/* ===== PODCAST PRICE TABLE ===== */

.podcast-price-table-block {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #ffffff45;
    padding: 42px;
    background: rgba(255, 255, 255, 0.02);
}

.podcast-price-table-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 26px;
}

.podcast-price-table-block h2,
.podcast-extra-options h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

.podcast-price-table-desc {
    color: #cfcfcf;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 850px;
}

.podcast-price-table-cta {
    color: #e07f1f;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 18px 34px;
    border: 1px solid #e07f1f;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.podcast-price-table-cta:hover {
    color: #ffffff;
    background: #e07f1f;
}

.podcast-price-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.podcast-price-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.podcast-price-table th,
.podcast-price-table td {
    border: 1px solid #ffffff45;
    padding: 22px 18px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.podcast-price-table th {
    color: #e07f1f;
    font-weight: 700;
    background: rgba(224, 127, 31, 0.06);
}

.podcast-price-table td:first-child {
    text-align: left;
    font-weight: 700;
    color: #ffffff;
}

.podcast-price-table td:not(:first-child) {
    font-weight: 700;
}

.podcast-price-table tr:hover {
    background: rgba(224, 127, 31, 0.05);
}

.podcast-price-table-note {
    margin-top: 18px;
    color: #cfcfcf;
    font-size: 17px;
    line-height: 1.5;
}

.podcast-extra-options {
    margin-top: 20px;
    margin-bottom: 35px;
}

.podcast-extra-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.podcast-extra-options-item {
    border: 1px solid #ffffff45;
    padding: 26px;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.podcast-extra-options-item span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
}

.podcast-extra-options-item strong {
    color: #e07f1f;
    font-size: 26px;
    line-height: 1.1;
}

@media(max-width: 992px) {
    .podcast-price-table-head {
        flex-direction: column;
    }

    .podcast-price-table-cta {
        width: 100%;
    }

    .podcast-extra-options-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .podcast-price-table-block,
    .podcast-extra-options {
        margin-left: 30px;
        margin-right: 30px;
    }

    .podcast-price-table-block {
        padding: 25px 18px;
    }

    .podcast-price-table-block h2,
    .podcast-extra-options h2 {
        font-size: 30px;
        text-align: center;
    }

    .podcast-price-table-desc,
    .podcast-price-table-note {
        font-size: 16px;
        text-align: center;
    }

    .podcast-price-table th,
    .podcast-price-table td {
        padding: 16px 14px;
        font-size: 16px;
    }

    .podcast-extra-options-item {
        padding: 22px;
        text-align: center;
    }

    .podcast-extra-options-item strong {
        font-size: 24px;
    }
}


/* ===== 2026 PREMIUM REBUILD V2 ===== */
.section-eyebrow {
    display: inline-block;
    color: #e07f1f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.premium-studio-block,
.premium-pricing-block,
.premium-examples-block {
    margin-top: 10px;
}

.studio-block-head,
.premium-pricing-head,
.premium-examples-head {
    margin-bottom: 28px;
}

.studio-block-head h2,
.premium-pricing-head h2,
.podcast-price-table-block h2,
.podcast-extra-options h2,
.premium-examples-head h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 14px;
}

.studio-block-head p,
.premium-pricing-head p,
.premium-examples-head p,
.podcast-price-table-desc {
    color: #c8ccd5;
    font-size: 18px;
    line-height: 1.6;
    max-width: 860px;
}

.studio-gallery-premium {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 14px;
    width: 100%;
}

.studio-card {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    border: 1px solid #ffffff24;
    background: #111319;
    text-decoration: none;
}

.studio-card-main {
    grid-row: span 2;
    min-height: 395px;
}

.studio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.studio-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 9, 13, 0.82) 0%, rgba(8, 9, 13, 0.18) 52%, rgba(8, 9, 13, 0.05) 100%);
}

.studio-card span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.studio-card:hover img {
    transform: scale(1.03);
    filter: brightness(1);
}

.studio-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.studio-feature-item,
.podcast-extra-options-item,
.premium-example-card,
.premium-tariff-card,
.podcast-price-table-block {
    border: 1px solid #ffffff2b;
    background: rgba(255,255,255,0.02);
}

.studio-feature-item {
    padding: 20px 22px;
}

.studio-feature-item h3,
.premium-example-card h3 {
    color: #e07f1f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.studio-feature-item p,
.premium-example-card p,
.podcast-extra-options-item small,
.premium-tariff-card-head p {
    color: #c8ccd5;
    font-size: 15px;
    line-height: 1.55;
    display: block;
}

.premium-tariff-grid {
    display: flex !important;
    gap: 16px;
    margin-bottom: 34px;
}

.premium-tariff-col {
    width: calc(33.333% - 11px);
    padding: 0 !important;
}

.premium-tariff-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-tariff-card-head {
    padding: 24px 24px 22px;
    border-bottom: 1px solid #ffffff24;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.premium-tariff-card-accent {
    box-shadow: 0 0 0 1px rgba(224,127,31,0.42);
}

.premium-tariff-badge,
.premium-example-tag {
    display: inline-flex;
    align-self: flex-start;
    color: #e07f1f;
    border: 1px solid rgba(224,127,31,0.35);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.premium-tariff-card-head h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
}

.premium-tariff-icons {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.premium-tariff-icons img {
    width: 34px;
}

.premium-tariff-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.premium-tariff-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}

.premium-tariff-card-body li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
}

.premium-tariff-card-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #e07f1f;
}

.premium-tariff-price {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    margin-top: auto;
    margin-bottom: 18px;
}

.premium-tariff-card a,
.podcast-price-table-cta,
.premium-example-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e07f1f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #e07f1f;
    padding: 16px 22px;
    transition: all 0.25s ease;
}

.premium-tariff-card a:hover,
.podcast-price-table-cta:hover,
.premium-example-card a:hover {
    background: #e07f1f;
    color: #ffffff;
}

.podcast-price-table-block {
    padding: 34px;
    margin-bottom: 26px;
}

.podcast-price-table-head {
    margin-bottom: 20px;
}

.podcast-price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.podcast-price-table th,
.podcast-price-table td {
    border: 1px solid #ffffff1f;
    padding: 18px 16px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.podcast-price-table th {
    color: #e07f1f;
    font-weight: 700;
    background: rgba(224,127,31,0.08);
}

.podcast-price-table td:first-child {
    text-align: left;
    font-weight: 700;
}

.podcast-price-table td:not(:first-child) {
    font-weight: 700;
}

.podcast-price-table-note {
    margin-top: 16px;
    color: #c8ccd5;
    font-size: 14px;
    line-height: 1.6;
}

.podcast-price-table-footer {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #ffffff16;
}

.podcast-price-table-help {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.podcast-price-table-help strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.podcast-price-table-help span {
    color: #c8ccd5;
    font-size: 15px;
}

.podcast-price-table-cta {
    min-width: 280px;
}

.podcast-extra-options {
    margin-bottom: 18px;
}

.podcast-extra-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.podcast-extra-options-item {
    padding: 22px;
}

.podcast-extra-options-item span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.podcast-extra-options-item strong {
    color: #e07f1f;
    font-size: 28px;
    font-weight: 800;
    display: block;
    margin-top: 14px;
}

.premium-examples-head {
    margin-bottom: 18px;
}

.premium-examples-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.premium-example-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.premium-example-card-accent {
    background: linear-gradient(180deg, rgba(224,127,31,0.10), rgba(255,255,255,0.03));
}

.premium-example-card h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.premium-example-card p {
    margin-bottom: 18px;
}

.premium-example-card a {
    margin-top: auto;
}

@media(max-width: 1199px) {
    .premium-examples-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 992px) {
    .studio-gallery-premium {
        grid-template-columns: 1fr 1fr;
    }

    .studio-card-main {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 320px;
    }

    .studio-feature-grid,
    .podcast-extra-options-grid,
    .premium-tariff-grid,
    .premium-examples-grid {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .premium-tariff-col {
        width: 100%;
    }

    .podcast-price-table-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .podcast-price-table-cta {
        min-width: 0;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .studio-block-head h2,
    .premium-pricing-head h2,
    .podcast-price-table-block h2,
    .podcast-extra-options h2,
    .premium-examples-head h1 {
        font-size: 32px !important;
        text-align: center;
    }

    .studio-block-head p,
    .premium-pricing-head p,
    .premium-examples-head p,
    .podcast-price-table-desc {
        font-size: 16px;
        text-align: center;
    }

    .studio-gallery-premium {
        grid-template-columns: 1fr;
    }

    .studio-card,
    .studio-card-main {
        min-height: 220px;
        grid-column: auto;
        grid-row: auto;
    }

    .studio-feature-grid,
    .podcast-extra-options-grid,
    .premium-examples-grid {
        grid-template-columns: 1fr;
    }

    .premium-example-card,
    .podcast-extra-options-item,
    .studio-feature-item,
    .podcast-price-table-block,
    .premium-tariff-card-head,
    .premium-tariff-card-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .premium-tariff-card-head {
        min-height: auto;
    }

    .premium-tariff-card-head h3 {
        font-size: 24px;
    }

    .premium-tariff-price {
        font-size: 28px;
    }

    .podcast-price-table-block {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .podcast-price-table th,
    .podcast-price-table td {
        padding: 14px 12px;
        font-size: 15px;
    }

    .podcast-price-table-wrap {
        overflow-x: auto;
    }

    .podcast-price-table-help strong,
    .podcast-extra-options-item span {
        font-size: 18px;
    }
}

/* ===== TARIFF CARD HEADER FIX ===== */
.premium-tariff-card-head {
    position: relative;
}

.premium-tariff-head-content {
    display: block;
}

.premium-tariff-card-head .premium-tariff-badge {
    margin-bottom: 14px;
}

.premium-tariff-card-head h3 {
    display: block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 10px 0;
}

.premium-tariff-card-head p {
    display: block;
    color: #c8ccd5;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.premium-tariff-icons {
    min-height: 38px;
}

/* ===== TARIFF CARDS WITHOUT ICONS ===== */
.premium-tariff-card-head {
    min-height: auto !important;
    padding: 24px 24px 20px !important;
    justify-content: flex-start !important;
}

.premium-tariff-card-head h3 {
    margin: 0 0 10px 0 !important;
}

.premium-tariff-card-head p {
    margin: 0 !important;
}

.premium-tariff-icons {
    display: none !important;
}

.premium-tariff-card-body {
    padding-top: 22px !important;
}

.premium-tariff-card-body ul {
    margin-top: 0 !important;
}

/* ===== PRICE BEST OFFER CELL ===== */
.podcast-price-table td.price-best-offer {
    background: rgba(224, 127, 31, 0.12);
    border-color: rgba(224, 127, 31, 0.55);
    color: #ffffff;
}

.podcast-price-table td.price-best-offer span {
    display: block;
    color: #ffffff;
    font-weight: 800;
}

.podcast-price-table td.price-best-offer small {
    display: block;
    margin-top: 5px;
    color: #e07f1f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* ===== FINAL CLEANUP V7 ===== */
.premium-example-card img,
.premium-example-card i img,
.premium-example-card svg {
    display: none !important;
}

.podcast-price-table td.price-best-offer {
    background: rgba(224, 127, 31, 0.14) !important;
    border-color: rgba(224, 127, 31, 0.65) !important;
    box-shadow: inset 0 0 0 1px rgba(224, 127, 31, 0.28);
}

.podcast-price-table td.price-best-offer span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.podcast-price-table td.price-best-offer small {
    display: block;
    margin-top: 5px;
    color: #e07f1f;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* ===== VIDEO EXAMPLES RESTORED V8 ===== */
.premium-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    width: 100%;
}

.premium-video-card {
    border: 1px solid #ffffff2b;
    background: rgba(255,255,255,0.02);
    padding: 14px;
}

.premium-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f1014;
    border: 1px solid #ffffff1f;
}

.premium-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.premium-video-card h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    margin: 16px 0 8px 0;
}

.premium-video-card p {
    color: #c8ccd5;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

@media(max-width: 768px) {
    .premium-video-grid {
        grid-template-columns: 1fr;
    }

    .premium-video-card {
        padding: 10px;
    }
}

/* ===== PREMIUM FIRST SCREEN V9 ===== */
.hero-premium {
    padding: 42px 0 28px 0;
    background:
        radial-gradient(circle at 72% 25%, rgba(224,127,31,0.11), transparent 32%),
        linear-gradient(180deg, rgba(22,23,27,1) 0%, rgba(18,19,23,1) 100%);
}

.hero-premium-row {
    align-items: center;
}

.hero-premium-content {
    max-width: 820px;
}

.hero-premium h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 22px;
}

.hero-premium-lead {
    color: #d7d8dc;
    font-size: 21px;
    line-height: 1.55;
    max-width: 760px;
    margin-bottom: 24px;
}

.hero-premium-price {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid rgba(224,127,31,0.45);
    background: rgba(224,127,31,0.08);
    padding: 16px 20px;
    margin-bottom: 24px;
}

.hero-premium-price span {
    color: #e07f1f;
    font-size: 16px;
    font-weight: 700;
}

.hero-premium-price strong {
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.hero-premium-price small {
    color: #c8ccd5;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
}

.hero-premium-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-premium-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.hero-premium-primary {
    color: #ffffff;
    background: #e07f1f;
    border: 1px solid #e07f1f;
}

.hero-premium-primary:hover {
    color: #ffffff;
    background: transparent;
}

.hero-premium-secondary {
    color: #e07f1f;
    background: transparent;
    border: 1px solid rgba(224,127,31,0.85);
}

.hero-premium-secondary:hover {
    color: #ffffff;
    background: #e07f1f;
}

.hero-premium-features {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 10px;
    max-width: 820px;
}

.hero-premium-features span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.025);
    padding: 12px 14px;
}

.hero-premium-visual {
    position: relative;
    min-height: 430px;
    border: 1px solid rgba(255,255,255,0.22);
    background: #101116;
    overflow: hidden;
}

.hero-premium-visual img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    filter: brightness(0.82) contrast(1.05);
}

.hero-premium-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,11,15,0.76), rgba(10,11,15,0.10) 58%, rgba(10,11,15,0.04));
}

.hero-premium-visual-info {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    border: 1px solid rgba(224,127,31,0.45);
    background: rgba(14,15,19,0.82);
    padding: 18px;
}

.hero-premium-visual-info strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 5px;
}

.hero-premium-visual-info span {
    display: block;
    color: #e07f1f;
    font-size: 15px;
    font-weight: 700;
}

@media(max-width: 1199px) {
    .hero-premium h1 {
        font-size: 54px;
    }

    .hero-premium-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 991px) {
    .hero-premium {
        padding-top: 34px;
    }

    .hero-premium-visual {
        margin-top: 28px;
        min-height: 320px;
    }

    .hero-premium-visual img {
        height: 320px;
    }
}

@media(max-width: 768px) {
    .hero-premium h1 {
        font-size: 36px !important;
        text-align: center;
        letter-spacing: -0.4px;
    }

    .hero-premium-lead {
        font-size: 17px;
        text-align: center;
    }

    .hero-premium-content .section-eyebrow {
        display: block;
        text-align: center;
    }

    .hero-premium-price {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .hero-premium-price strong {
        font-size: 28px;
    }

    .hero-premium-actions {
        flex-direction: column;
    }

    .hero-premium-actions a {
        width: 100%;
    }

    .hero-premium-features {
        grid-template-columns: 1fr;
    }

    .hero-premium-features span {
        text-align: center;
    }

    .hero-premium-visual {
        min-height: 260px;
    }

    .hero-premium-visual img {
        height: 260px;
    }
}

/* ===== FAQ PREMIUM SITE STYLE V10 ===== */
.faq {
    margin-top: 36px !important;
    padding-top: 0 !important;
}

.faq-title {
    color: #ffffff !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 22px !important;
}

.faq-item {
    border: 1px solid #ffffff2b !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,0.018) !important;
    margin-bottom: 10px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

.faq-item:hover {
    border-color: rgba(224,127,31,0.42) !important;
    background: rgba(224,127,31,0.035) !important;
}

.faq-item[open] {
    border-color: rgba(224,127,31,0.65) !important;
    background: rgba(224,127,31,0.045) !important;
}

.faq-item > summary {
    padding: 18px 22px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1px !important;
}

.faq-item > summary::after {
    right: 22px !important;
    top: 17px !important;
    color: #e07f1f !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.faq-content {
    padding: 0 22px 20px 22px !important;
    color: #c8ccd5 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.faq-content p {
    color: #c8ccd5 !important;
}

.faq-content strong {
    color: #ffffff !important;
}

.faq-content ul li {
    color: #c8ccd5 !important;
}

@media(max-width: 768px) {
    .faq-title {
        font-size: 30px !important;
        text-align: center !important;
    }

    .faq-item > summary {
        padding-right: 42px !important;
        font-size: 15px !important;
    }
}

/* ===== PREMIUM CONTACT ICONS V10 ===== */
.premium-contact-icons {
    gap: 12px;
}

.premium-contact-icons a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.premium-contact-icons a:hover {
    transform: translateY(-2px);
    opacity: 0.86;
}

.premium-contact-icons img {
    width: 46px;
    height: 46px;
    display: block;
}

.header-contacts-phone i.fa.fa-phone {
    display: none;
}

.header-contacts-phone::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: -3px;
    background-image: url("/info/_themes/default/images/premium_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media(max-width: 768px) {
    .premium-contact-icons {
        gap: 14px;
    }

    .premium-contact-icons a,
    .premium-contact-icons img {
        width: 42px;
        height: 42px;
    }
}

/* ===== CONTACT ICONS ALIGN FIX V11 ===== */
.main-contacts-info-messenger.premium-contact-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    min-height: 100% !important;
    padding: 18px 14px !important;
    box-sizing: border-box;
}

.main-contacts-info-messenger.premium-contact-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    line-height: 0 !important;
}

.main-contacts-info-messenger.premium-contact-icons img {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
}

.main-contacts-info-call-oborud a {
    color: #e07f1f;
}

@media(max-width: 768px) {
    .main-contacts-info-messenger.premium-contact-icons {
        justify-content: flex-start !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* ===== POSTMONTAGE IMAGE FIX V12 ===== */
.main-tarrifs-edit {
    align-items: stretch !important;
}

.main-tarrifs-edit .col-md-6:first-child {
    display: flex !important;
    align-items: stretch !important;
}

.main-tarrifs-edit-foto {
    width: 100% !important;
    min-height: 300px !important;
    height: auto !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #101116 !important;
}

@media(max-width: 992px) {
    .main-tarrifs-edit-foto {
        min-height: 260px !important;
    }
}

@media(max-width: 768px) {
    .main-tarrifs-edit-foto {
        min-height: 220px !important;
        background-size: cover !important;
    }
}

/* ===== MOBILE ADAPT FIX V13 ===== */
html, body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .main-header,
    .hero-premium,
    .premium-studio-block,
    .premium-pricing-block,
    .premium-examples-block,
    .main-top,
    .main-edit,
    .main-contacts {
        overflow-x: hidden;
    }

    .header-logo a {
        font-size: 18px !important;
        line-height: 1.05 !important;
    }

    .header-contacts-phone a {
        font-size: 13px !important;
    }

    .header-contacts-location span {
        font-size: 10px !important;
    }

    .hero-premium {
        padding: 22px 0 10px 0 !important;
    }

    .hero-premium h1 {
        font-size: 33px !important;
        line-height: 1.04 !important;
        text-align: left !important;
        margin-bottom: 14px !important;
    }

    .hero-premium-content .section-eyebrow,
    .studio-block-head .section-eyebrow,
    .premium-pricing-head .section-eyebrow,
    .premium-examples-head .section-eyebrow {
        text-align: left !important;
    }

    .hero-premium-lead {
        text-align: left !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
        margin-bottom: 16px !important;
    }

    .hero-premium-price {
        padding: 12px 14px !important;
        gap: 6px !important;
        margin-bottom: 14px !important;
        justify-content: flex-start !important;
        text-align: left !important;
        width: 100% !important;
    }

    .hero-premium-price strong {
        font-size: 25px !important;
    }

    .hero-premium-price small {
        font-size: 12px !important;
    }

    .hero-premium-actions {
        gap: 10px !important;
        margin-bottom: 14px !important;
    }

    .hero-premium-actions a {
        min-height: 48px !important;
        font-size: 14px !important;
        padding: 13px 16px !important;
    }

    .hero-premium-features {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .hero-premium-features span {
        text-align: center !important;
        font-size: 12px !important;
        padding: 10px 8px !important;
    }

    .hero-premium-visual {
        min-height: 210px !important;
        margin-top: 16px !important;
    }

    .hero-premium-visual img {
        height: 210px !important;
    }

    .hero-premium-visual-info {
        left: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        padding: 12px !important;
    }

    .hero-premium-visual-info strong {
        font-size: 18px !important;
        margin-bottom: 3px !important;
    }

    .hero-premium-visual-info span {
        font-size: 12px !important;
    }

    .studio-block-head,
    .premium-pricing-head,
    .premium-examples-head {
        margin-bottom: 16px !important;
    }

    .studio-block-head h2,
    .premium-pricing-head h2,
    .podcast-price-table-block h2,
    .podcast-extra-options h2,
    .premium-examples-head h1,
    .faq-title {
        font-size: 29px !important;
        line-height: 1.08 !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .studio-block-head p,
    .premium-pricing-head p,
    .premium-examples-head p,
    .podcast-price-table-desc {
        font-size: 14px !important;
        line-height: 1.55 !important;
        text-align: left !important;
    }

    .studio-gallery-premium {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .studio-card,
    .studio-card-main {
        min-height: 165px !important;
    }

    .studio-card span {
        font-size: 13px !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 8px !important;
    }

    .studio-feature-grid,
    .podcast-extra-options-grid,
    .premium-video-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .studio-feature-item,
    .podcast-extra-options-item,
    .premium-video-card {
        padding: 14px !important;
    }

    .studio-feature-item h3,
    .podcast-extra-options-item span,
    .premium-video-card h3 {
        font-size: 18px !important;
    }

    .premium-tariff-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-bottom: 18px !important;
    }

    .premium-tariff-col {
        width: 100% !important;
    }

    .premium-tariff-card-head,
    .premium-tariff-card-body {
        padding: 16px !important;
    }

    .premium-tariff-card-head h3 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }

    .premium-tariff-card-head p,
    .premium-tariff-card-body li {
        font-size: 14px !important;
    }

    .premium-tariff-price {
        font-size: 28px !important;
        margin-bottom: 14px !important;
    }

    .premium-tariff-card a {
        width: 100% !important;
        min-height: 46px !important;
        font-size: 14px !important;
        padding: 12px 14px !important;
    }

    .podcast-price-table-block {
        padding: 16px !important;
        margin-bottom: 18px !important;
    }

    .podcast-price-table-wrap {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .podcast-price-table {
        min-width: 560px !important;
    }

    .podcast-price-table th,
    .podcast-price-table td {
        font-size: 13px !important;
        padding: 11px 8px !important;
    }

    .podcast-price-table td.price-best-offer span {
        font-size: 13px !important;
    }

    .podcast-price-table td.price-best-offer small {
        font-size: 8px !important;
    }

    .podcast-price-table-note {
        font-size: 12px !important;
        margin-top: 12px !important;
    }

    .podcast-price-table-footer {
        gap: 12px !important;
        margin-top: 14px !important;
        padding-top: 14px !important;
    }

    .podcast-price-table-help strong {
        font-size: 16px !important;
    }

    .podcast-price-table-help span {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .podcast-price-table-cta {
        min-width: 0 !important;
        width: 100% !important;
        min-height: 46px !important;
        font-size: 14px !important;
        padding: 12px 14px !important;
    }

    .podcast-extra-options-item small {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .podcast-extra-options-item strong {
        font-size: 24px !important;
    }

    .premium-video-frame {
        aspect-ratio: 16 / 10 !important;
    }

    .premium-video-card p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

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

    .faq-item > summary {
        padding: 14px 38px 14px 14px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .faq-item > summary::after {
        right: 14px !important;
        top: 14px !important;
        font-size: 18px !important;
    }

    .faq-content {
        padding: 0 14px 14px 14px !important;
        font-size: 13px !important;
    }

    .main-tarrifs-edit .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main-tarrifs-edit {
        padding: 0 !important;
    }

    .main-tarrifs-edit .col-md-6 {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .main-tarrifs-edit-foto {
        min-height: 180px !important;
        background-size: cover !important;
        margin-bottom: 10px !important;
    }

    .main-tarrifs-edit-info {
        padding: 0 0 18px 0 !important;
    }

    .main-tarrifs-edit-info h2 {
        font-size: 28px !important;
        line-height: 1.08 !important;
    }

    .main-tarrifs-edit-info p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .main-tarrifs-edit-info a {
        width: 100% !important;
        min-height: 46px !important;
        padding: 12px 14px !important;
        font-size: 14px !important;
        justify-content: center !important;
    }

    .main-contacts {
        padding-top: 10px !important;
    }

    .main-contacts h2 {
        font-size: 30px !important;
        margin-bottom: 14px !important;
    }

    .main-contacts-info {
        display: flex !important;
        flex-direction: column !important;
    }

    .main-contacts-info-address,
    .main-contacts-info-call,
    .main-contacts-info-messenger {
        width: 100% !important;
        min-height: auto !important;
    }

    .main-contacts-info-address,
    .main-contacts-info-call {
        padding: 16px !important;
    }

    .main-contacts-info-address p,
    .main-contacts-info-call-mail a,
    .main-contacts-info-call-time,
    .main-contacts-info-call-oborud a,
    .main-contacts-info-address a {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .main-contacts-info-messenger.premium-contact-icons {
        justify-content: flex-start !important;
        padding: 14px 16px 18px 16px !important;
        gap: 12px !important;
    }
}

@media (max-width: 420px) {
    .hero-premium h1 {
        font-size: 30px !important;
    }

    .hero-premium-features {
        grid-template-columns: 1fr !important;
    }

    .main-tarrifs-edit-foto {
        min-height: 165px !important;
    }

    .main-contacts-info-messenger.premium-contact-icons a,
    .main-contacts-info-messenger.premium-contact-icons img {
        width: 38px !important;
        height: 38px !important;
    }
}

/* ===== PRICING MOBILE NO-OVERFLOW V14 ===== */
.premium-pricing-block,
.premium-pricing-block .container,
.premium-pricing-block .row,
.podcast-price-table-block,
.podcast-extra-options,
.podcast-extra-options-grid,
.podcast-extra-options-item {
    box-sizing: border-box;
    max-width: 100%;
}

@media (max-width: 768px) {
    .premium-pricing-block .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .podcast-price-table-block,
    .podcast-extra-options {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .podcast-price-table-wrap {
        overflow: visible !important;
        width: 100% !important;
    }

    .podcast-price-table {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
    }

    .podcast-price-table thead {
        display: none !important;
    }

    .podcast-price-table tbody {
        display: block !important;
        width: 100% !important;
    }

    .podcast-price-table tr {
        display: block !important;
        width: 100% !important;
        margin-bottom: 12px !important;
        border: 1px solid rgba(255,255,255,0.18) !important;
        background: rgba(255,255,255,0.018) !important;
        padding: 10px 12px !important;
    }

    .podcast-price-table tr:last-child {
        margin-bottom: 0 !important;
    }

    .podcast-price-table td {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        width: 100% !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
        padding: 10px 0 !important;
        font-size: 14px !important;
        text-align: right !important;
        box-sizing: border-box !important;
    }

    .podcast-price-table td:last-child {
        border-bottom: 0 !important;
    }

    .podcast-price-table td::before {
        content: "";
        color: #e07f1f;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        text-align: left;
        flex: 0 0 auto;
    }

    .podcast-price-table td:nth-child(1)::before { content: "Формат"; }
    .podcast-price-table td:nth-child(2)::before { content: "1 час"; }
    .podcast-price-table td:nth-child(3)::before { content: "2 часа"; }
    .podcast-price-table td:nth-child(4)::before { content: "3 часа"; }
    .podcast-price-table td:nth-child(5)::before { content: "4 часа"; }

    .podcast-price-table td:first-child {
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        text-align: right !important;
    }

    .podcast-price-table td.price-best-offer {
        display: flex !important;
        background: rgba(224,127,31,0.10) !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: calc(100% + 24px) !important;
        border-top: 1px solid rgba(224,127,31,0.25) !important;
        border-bottom: 1px solid rgba(224,127,31,0.25) !important;
        box-shadow: none !important;
    }

    .podcast-price-table td.price-best-offer > span,
    .podcast-price-table td.price-best-offer > small {
        display: inline-block !important;
    }

    .podcast-price-table td.price-best-offer > span {
        font-size: 14px !important;
        margin-right: 4px;
    }

    .podcast-price-table td.price-best-offer > small {
        font-size: 8px !important;
        max-width: 86px;
        text-align: right;
    }

    .podcast-extra-options-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 10px !important;
    }

    .podcast-extra-options-item {
        width: 100% !important;
        min-width: 0 !important;
        padding: 16px !important;
        overflow-wrap: anywhere;
    }

    .podcast-extra-options-item span,
    .podcast-extra-options-item small,
    .podcast-extra-options-item strong {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .podcast-price-table-block {
        padding: 14px !important;
    }

    .podcast-price-table tr {
        padding: 8px 10px !important;
    }

    .podcast-price-table td {
        font-size: 13px !important;
        gap: 10px !important;
    }

    .podcast-price-table td::before {
        font-size: 11px !important;
    }

    .podcast-price-table td.price-best-offer {
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: calc(100% + 20px) !important;
    }
}

/* ===== MOBILE HEADER LOGO ONE LINE V15 ===== */
@media (max-width: 768px) {
    .header-logo-name,
    .header-logo-name a,
    .header-logo-name span {
        white-space: nowrap !important;
    }

    .header-logo-name {
        text-align: left !important;
        overflow: visible !important;
    }

    .header-logo-name span {
        display: inline-block !important;
        font-size: 18px !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }

    .header .row {
        align-items: center !important;
    }

    .header .col-md-6:first-child {
        width: 45% !important;
        max-width: 45% !important;
    }

    .header .col-md-6:last-child {
        width: 55% !important;
        max-width: 55% !important;
    }

    .header-contacts {
        text-align: right !important;
    }

    .header-contacts-phone a {
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .header-contacts span {
        font-size: 8px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 420px) {
    .header {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .header-logo-name span {
        font-size: 14px !important;
    }

    .header-contacts-phone a {
        font-size: 10px !important;
    }

    .header-contacts span {
        font-size: 6px !important;
    }
}

/* ===== DESKTOP WIDTH CENTER FIX V16 ===== */
@media (min-width: 769px) {
    .premium-pricing-block > .container,
    .premium-examples-block > .container,
    .main-contacts > .container,
    .footer > .container,
    .main-top > .container {
        max-width: 1420px !important;
        width: 1420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-premium > .container,
    .premium-studio-block > .container {
        max-width: 1420px !important;
        width: 1420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .premium-pricing-block .row,
    .premium-examples-block .row,
    .main-contacts .row,
    .main-top .row,
    .premium-studio-block .row,
    .hero-premium .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .premium-pricing-block,
    .premium-examples-block,
    .main-contacts,
    .main-top,
    .premium-studio-block,
    .hero-premium {
        width: 100% !important;
    }

    .premium-tariff-grid,
    .podcast-price-table-block,
    .podcast-extra-options,
    .premium-video-grid,
    .faq,
    .main-contacts-info {
        width: 100% !important;
        max-width: 1420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    .podcast-extra-options-grid,
    .premium-video-grid {
        width: 100% !important;
        max-width: 100% !important;
    }

    .main-tarrifs-edit {
        max-width: 1420px !important;
        width: 1420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 1200px) {
    .premium-pricing-block > .container,
    .premium-examples-block > .container,
    .main-contacts > .container,
    .footer > .container,
    .main-top > .container,
    .hero-premium > .container,
    .premium-studio-block > .container,
    .main-tarrifs-edit {
        max-width: 1480px !important;
        width: 1480px !important;
    }

    .premium-tariff-grid,
    .podcast-price-table-block,
    .podcast-extra-options,
    .premium-video-grid,
    .faq,
    .main-contacts-info {
        max-width: 1480px !important;
    }
}

@media (max-width: 768px) {
    .premium-pricing-block > .container,
    .premium-examples-block > .container,
    .main-contacts > .container,
    .footer > .container,
    .main-top > .container,
    .hero-premium > .container,
    .premium-studio-block > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

    .main-tarrifs-edit {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        box-sizing: border-box !important;
    }
}

/* ===== HERO WIDTH BALANCE V17 ===== */
@media (min-width: 769px) {
    .hero-premium > .container,
    .premium-studio-block > .container {
        max-width: 1340px !important;
        width: 1340px !important;
    }
}

@media (min-width: 1200px) {
    .hero-premium > .container,
    .premium-studio-block > .container {
        max-width: 1420px !important;
        width: 1420px !important;
    }
}

@media(min-width: 769px) {
    .main-contacts-info-address {
        width: 48% !important;
    }

    .main-contacts-info-call {
        width: 28% !important;
    }

    .main-contacts-info-messenger {
        width: 24% !important;
    }

    .main-contacts-info-messenger.premium-contact-icons {
        gap: 12px !important;
    }
}
.hero-premium-messengers {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: -10px;
    margin-bottom: 24px;
    color: #c8ccd5;
    font-size: 15px;
    line-height: 1.4;
}

.hero-premium-messengers a {
    color: #e07f1f;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid rgba(224,127,31,0.45);
    transition: all 0.2s ease;
}

.hero-premium-messengers a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.hero-premium-divider {
    color: rgba(255,255,255,0.35);
}

@media(max-width: 768px) {
    .hero-premium-messengers {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: -6px;
        text-align: center;
    }
}

.hero-premium-visual-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    min-height: unset !important;
    height: auto !important;
    background: #101116;
}

.hero-premium-visual-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: brightness(0.82) contrast(1.05);
}

.hero-premium-visual-video::after {
    pointer-events: none;
}

@media(max-width: 768px) {
    .hero-premium-visual-video {
        aspect-ratio: 16 / 9;
        margin-top: 16px;
    }
}