/* Callouts */

.callout {
    padding: 20px;
    margin: 20px 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    border-radius: 3px;
}
.callout+.callout {
    margin-top: -5px;
}
/* End Callouts */

.no-border {
    border: none !important;
    border-radius: 5px;
  }

body {
    font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#logo-top {
    border-bottom: 1px solid;
}

#navbar-top > .navbar-toggle {
    margin-top: 10px;
}

#navbar-top>#logo-top a.navbar-brand {
    height: 40px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.navbar-brand > img {
    height: 40px;
}

.navbar-phone {
    padding-top: 10px;
}
.navbar-phone > img {
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

#navbar-top-menu {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding-bottom: 4px;
}
#navbar-top-menu ul {
    margin-top: 2px;
    /*height: 40px;*/
}
#navbar-top-menu li > a {
    padding: 3px 15px 5px;
    /*border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-bottom: -5px;
    font-weight: bold;*/
    margin-top: 5px;
    font-weight: 550;
}
#navbar-top-menu li.active>a {
    /*border-bottom-style: solid;
    border-bottom-width: 6px;*/
}
#navbar-top-menu li > a:hover {
    /*border-bottom-style: solid;
    border-bottom-width: 6px;*/
    /*margin-bottom: -5px;*/
}

#dropdown-toggle  {
    font-weight: bold;
}

#left-menu-button {
    margin-right: 2px;
    border: 1px solid rgba(0,0,0,.15);
}

.left-menu {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin-bottom: 20px;
}

ul.nav-list>ul.nav-list>li>a {
    padding-left: 20px;
}

ul.nav-list>ul.nav-list>ul.nav-list>li>a {
    padding-left: 40px;
}

ul.nav-list>li>a {
    border-bottom: 1px solid transparent;
    margin-top: 5px;
}

ul.nav-list>li.active>a, ul.nav-list>li.active>a:hover, ul.nav-list>li>a:hover {
    border-bottom-width: 6px;
    border-bottom-style: solid;
    margin-bottom: -5px;
}

h1 {
    margin-top: 8px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    font-size: 32px;
    margin-bottom: 15px;
}

#mobile-h1 h1 {
    margin-top: -2px;
    margin-bottom: 20px;
    margin-left: 56px;
}

.breadcrumb {
    padding: 4px 15px 4px 6px;
    margin-bottom: 10px;
    margin-left: -6px;
    margin-right: -6px;
}
/*
.nav-pills>li>a {
    border-radius: 0;
}
*/

#footer {
    margin-top: 12px;
    border-top-width: 6px;
    border-top-style: solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*
#footer p, #footer li, address {
    font-size: 12px;
}
*/
#logo_sm {
    max-height: 42px;
}
#logo_pay {
    max-height: 24px;
    margin-top: 8px;
}
#contacts_left {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 0;
    border-top-width: 3px;
    border-top-style: solid;
}

.checkbox-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.checkbox-wrapper .checkbox {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.form-group-sm .checkbox-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.form-group-sm .checkbox-wrapper .checkbox {
    margin-top: 5px !important;
    margin-bottom: 2px !important;
}

/*
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.highlight .form-horizontal .form-group {
    margin-left: 0;
}

label>img {
    border: 1px solid #ccc;
}
input#code {
    width: 161px !important;
}
*/


 /* Стили для выравнивания высоты колонок */
    .row.equal-height {
      display: flex;
      flex-wrap: wrap;
    }
    .row.equal-height > [class*="col-"] {
      display: flex;
      flex-direction: column;
    }
    .equal-height-column {
      padding-rigth: 10px;
      padding-left: 10px; /* Убираем отступы, чтобы картинка занимала всю ширину */
      flex: 1;
      overflow: hidden; /* Скрываем части картинки, выходящие за пределы блока */
    }
    /* Стили для картинки */
    .equal-height-column img {
      width: 100%; /* Растягиваем картинку по ширине */
      /*height: 100%;  Растягиваем картинку по высоте */
      object-fit: cover; /* Сохраняем пропорции, обрезая лишнее */
    }

div.tariff {
    padding-top: 12px;
    padding-bottom:18px;
}

div.tariff img {
    margin-top: 10px;
    width: 30%;
}
div.tariff .stars {
    font-size: 48px;
    color: #ffd700;
    text-shadow: 0px 0px 12px rgb(250, 252, 164);
}
div.tariff h3 {
    margin-top: 69px
}

div.tariff-name {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 700;
}
div.tariff-site {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;

}
div.tariff-ssd {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 15px;
}


.tariff-features {
    margin-top: 10px;
    list-style: none;        /* Убираем стандартные маркеры (точки/цифры) */
    padding-left: 10px;             /* Убираем стандартный отступ слева */
    line-height: 1.6;        /* Улучшаем читаемость */
  }
  
  /* Стили для каждого элемента списка */
.tariff-features li {
    position: relative;
    margin-bottom: 8px;      /* Отступ между пунктами */
    padding: 0;   
    margin: 0;       /* Внутренний отступ сверху/снизу (опционально) */
         /* Размер шрифта */

  }
.tariff-features li::before {
    content: "•";         /* символ точки */
    color: #007bff;       /* синий цвет точки */
    font-size: 1.4em;     /* чуть крупнее для выразительности */
    position: absolute;
    left: -10px;
    top: 0.1em;          /* выравнивание по вертикали */
    font-weight: bold;
    line-height: 1;
  }

.tariff-price {
    border-top: solid 1px #DDE6EF;
    padding-top: 20px;
    /*margin-bottom: 77px;**/
}

.tariff-price-txt {
    margin-top: 10px;
    font-weight: 500;
    font-size: 24px;
}

div.tariff-index {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
}
div.tariff-index > div {
    height: 100%;
    padding: 24px 64px 52px;
    margin-bottom: -28px;
}
div.tariff-index img {
    max-height: 61px;
}
div.tariff-index .stars {
    font-size: 24px;
    color: #ffd700;
    text-shadow: 0px 0px 12px rgb(250, 252, 164);
    min-width: 150px;
}

div.tariff-index .make-order {
    padding-top: 20px;
    padding-bottom: 20px;
    /*position: absolute;
    bottom: 46px;*/
}

div.tariff-index .description {
    margin-bottom: 122px;
}

.tariff-price-txt sup {
    font-size: 15px;  
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.row.equal div.tariff-index > div {
    padding: 18px 12px;
}

table img.tariff {
    max-height: 48px;
}

.form-inline-xs input.form-control, .form-inline-xs select.form-control {
    display: inline-block;
    width: auto;

}

.form-field-datetime {
    width: 264px;
}

.rub {
    top:0;font-size: 73%
}

.modal-dialod.modal-scroll {
    overflow-y: initial !important;
}

.modal-dialog.modal-scroll .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.carousel-control {
    width: 64px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    bottom: 5px !important;
}

.carousel-indicators li {
    border-radius: 0;
}

#carousel-tariffs {
    margin-bottom: 24px;
}

span.favicon {
    display: inline-block;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-bottom: -1%;
}
/*
@media (min-width: 768px) {
    .row.wrapper {
        display: flex;
        flex-direction: column;
    }
    .row.wrapper > .col-1 {
        order: 2;
    }
    .row.wrapper > .col-2 {
        order: 1;
    }

}
*/
@media (max-width: 767px) {
    .navbar-brand > img {
        height: 50px;
    }
}

.response {
    font-style: oblique;
    background-color: white !important;
    color: black !important;
    padding: 32px 24px 72px 24px;
}

.glyphicon-hourglass-animate {
    margin-right: 7px;
    animation: spin 0.8s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    45% {
        transform: scale(1) rotate(180deg);
    }
    55% {}
    to {
        transform: scale(1) rotate(180deg);
    }
}
