h2, .h2 {
line-height: 1.2;
font-size: 21px;
}

h3, .h3 {
line-height: 1.2;
font-size: 15px;
}

/*--delete--*/
/*
.divider {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 1px; }

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: 65%;
  height: 1px;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, transparent, #303133, transparent); }

.div-white:before {
  background-image: linear-gradient(to right, transparent, white, transparent); }

.legal_entity{
    display: none
}
.hidden{display: none !important;}
.card-border{border: 1px solid rgba(0,0,0,.125) !important;}



/* цены в баннерах 
 .card__price {
    font-size: 17px;
    font-weight: normal;
    color: #d4d4d4;
    transition: .3s ease;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right; }

.card {border:0;}

/* ШАПКА САЙТА 
.logo__wrap {width: 90%;}
.header {
  padding-top: 27px; }
  .header__title {
    color: #2b87c3;
    font-weight: normal;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 10px; }
    @media (min-width: 576px) {
      .header__title {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 20px; } }
  .header__contact {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .header__contact {
        padding-left: 20px; } }
  .header__nav {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .header__nav {
        margin-top: 0; } }
    /* Цвет горизонтального меню 
    .header__nav ul {
      background-color: rgba(21, 182, 108, 0.94); }

.logo {
  user-select: none; }
   /* В туризме с 1994 года (mobil) 
  .logo__caption {
    color: #2b87c3;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
    padding-left: 15px; }
    
    /* В туризме с 1994 года (desc)  
    @media (min-width: 576px) {
      .logo__caption {
        font-size: 15px;
        padding-left: 30px; } }

.phone {
  font-size: 25px;
  color: #000;
  transition: .3s ease;
  white-space: nowrap; }
  .phone:hover {
    text-decoration: none;
    color: #000;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }
  .phone--white {
    color: #fff; }
    .phone--white:hover {
      color: #fff;
      text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7); }

.address {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3; }
  .address__desc {
    font-size: 11px;
    text-transform: none; }

/* МЕНЮ мобильной версии 
.mobile-menu-header {
  display: flex;
  justify-content: space-around;
  padding: .5rem 4rem .5rem .5rem; }
  .mobile-menu-header .mobile-menu-header-logo {
    width: 28%;
    margin: 0 2%; }
  .mobile-menu-header .mobile-menu-header-phones {
    margin: 0 2%;
    font-size: 12px;
    display: flex;
    justify-content: start;
    flex-direction: column; }
    .mobile-menu-header .mobile-menu-header-phones .phone {
      color: #2b87c3;
      font-size: 15px; }
      
      
/* МЕНЮ 
.menu {
  user-select: none; }
  .menu ul {
    border-radius: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0 20px; }
    @media (min-width: 576px) {
      .menu ul {
        display: flex;
        justify-content: center; } }
    @media (max-width: 767.98px) {
      .menu ul {
        display: flex;
        justify-content: space-around; } }
    @media (min-width: 576px) {
      .menu ul li {
        display: flex;
        margin-right: 8px;
        align-items: center;
        white-space: nowrap; } }
    @media (min-width: 576px) {
      .menu ul li::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: rgba(255, 255, 255, 0.5);
        margin-left: 8px; } }
    .menu ul li:last-child {
      margin-right: 0; }
    .menu ul li:last-child::after {
      display: none; }
      
      
/* Шрифт МЕНЮ desc версии (цвет для обоих версий) 
    .menu ul li a {
      color: #fff;
      display: inline-block;
      text-transform: uppercase;
      font-size: 18px;
      padding: 4px 0;
      text-decoration: none;
      transition: .3s ease; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .menu ul li a {
          font-size: 16px; } }
      .menu ul li a:hover {
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7); }
        
        
/* Шрифт МЕНЮ мобильной версии        
      @media (max-width: 767.98px) {
        .menu ul li a {
          font-size: 15px; } }    

/* ФУТЕР САЙТА 
/* В туризме с 1994 года, Отдел продаж: manager@start-to.ru, Сотрудничество: dir@start-to.ru 
.footer_brief{
    text-align: left;
    text-transform: initial;}

/* логотип в футере     
    .footer__logo__wrap__jpg {
      width: 130px; }
    .footer__logo__wrap__title {
      margin: 0 0 0 2%;
      text-align: left;
      font-size: 13px; }

/* крайняя правая колонка 
.footer__wrap .container .row {
width: 110%;
}


/* Таблица цен 
        @media(min-width: 768px){
            .fixed-table-body{
                max-height: 512px !important;
                width: 60%;
            }
            
            /*.table{
                width: 60% !important;
            }
        }
    
        .kol-vo{
            width: 40px;
        }
        
        @media(max-width: 768px){
            .fixed-table-body{
                max-height: 278px !important;
            }
            
            .table{
                font-size: 12px;
            }
            
            .table .btn{
                padding: .15rem .5rem;
                font-size: 13px;
            }
            
            .th-inner{
                padding: .2rem !important;
            }
            
            .table td{
                padding: .1rem !important;
            }
        }
        
        @media(max-width: 340px){
            .fixed-table-body{
                max-height: 358px !important;
            }
        } 
*/