       /*-------СТИЛИ для карты -------------*/
       
    .left-70{
        float: left;
        width: 70%;
        
    }
    .right-30 {
        float: right;
        width: 30%;
    }
    .container-100 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /*max-width: 100%;*/
        padding:5px;
    }
    
    .txt-50{
        font-family: 'TildaSans';
        text-align: justify !important;
        color: #000000 !important;
        font-size: 20px !important;
        font-weight: 350 !important;
        padding-left: 25px;
        padding-right: 180px;
        padding-top: 125px;
    }

/* Блок с видео */
.t230__text {
        font-family: 'TildaSans';
        text-align: justify !important;
        color: #000000 !important;
        font-size: 20px !important;
        font-weight: 350 !important;
      
    }
.t230__video-descr {
    font-family: 'TildaSans';
        text-align: justify !important;
        color: #000000 !important;
        font-size: 16px !important;
        font-weight: 350 !important;
    
}
.t230__video-title {
  font-size: 22px!important;
  line-height: 20px!important;
  text-align: left!important;
}
       
       
        /*фон под блоком и отступы*/
/*--------------фон----------------------*/
.t-body{
    background-image: url('https://static.tildacdn.biz/tild3863-3061-4265-b834-646333613938/highlights-bkg-green.png') !important;
    background-position: top;
    background-repeat: repeat;
    background-size: (auto auto);
}
 
 /*------------отступы-------------------*/
/
    
    .t107, /*картинка без текста*/
    .t764, /* Слайдер */
    .t155, /* текст + 3 фото*/
    .t232,  /* О НАС  */ 
    .t474, /* О НАС  */
    .t817,
    .t677,
    .t396, 
    .t268, 
    .t486{
    
    padding: 0;
    overflow: hidden;
    position: relative;
    padding: 30px 20px 30px 20px;
}   
    
    
    /*стиль текста в блоках */
    .t544__text,
    .t005A__text,
    .t195__text,
    .t764__descr, /*слайдер GL21 */
    .t155__descr, /* блок 3 фото*/
    .t486__descr,
    .t474__descr, /*блок сверху*/
    .t677__descr,
    .t486__descr, 
    .t677__descr, 
    .t817__descr,
    #rec1219164971 .t-descr {
  
    
        font-family: 'TildaSans'!important;
        text-align: justify!important;
        color: #000000!important;
        font-size: 20px!important;
        font-weight: 350!important;
      /* font-family: 'Fira Sans L'!important;*/
        
    }
    @media screen and (max-width:959px){  
        .t544__text,
        .t005A__text,
        .t195__text,
        .t764__descr, /*слайдер GL21 */
        .t155__descr, /* блок 3 фото*/
        .t486__descr,
        .t677__descr,
        .t486__descr, 
        .t677__descr, 
        .t817__descr,
        #rec1219164971 .t-descr {
            text-align: justify!important;
            color: #000000!important;
            font-size: 18px!important;
            font-weight: 300!important;
        }
      
    }
   
    .t486__title, 
    .t677__title, 
    .t817__title{
       /* text-transform:capitalize!important;*/
    }
    /*------------------------------------------------*/
    
    
    /*--текст текст потока-*/
    
    .t-feed__post-descr{
        font-family: 'TildaSans';
        text-align: justify!important;
        color: #000000!important;
        font-size: 18px!important;
        font-weight: 300!important;
    }
    
    
    /******************************************/
    
 /* кнопка вернуться к экскурсиям  (BF101)  */
    .t142__submit_size_lg,
    .t142__submit,
    .t142 {
        font-size: 20px !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
 } 
 /* дата публикации в потоке */
 .t-feed__post-date {
     font-family: 'TildaSans'!important;
     font-size: 11px !important;
 }
  /*-------------------------------------------------*/
  
    /*Стиль кнопки комп-версии*/



.t-btn {
  color: #000!important;
  transition: all 0.4s;
  position: relative;
}

 .t-btn span {
  transition: all 0.4s;
}

 .t-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #000;
  border-bottom-color: #000;
 /* transform: scale(1.5, 2);*/
}

 .t-btn:hover span {
  letter-spacing: 2px;
}

  .t-btn:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}

 .t-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255,255,255,0.1);
}

 .t-btn:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}

/*



 /*стиль кнопки в мобильной версии в блоке #rec894792073 -*/
 @media screen and (max-width:959px){   
.t-btn {

  color: #000!important;
  transition: all 0.4s;
  position: relative;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #000;
  border-bottom-color: #000;
}

 .t-btn span {
  transition: all 0.4s;
}



.t-btn:active {
	border-top-width: 4px;
  border-bottom-width: 4px;
}

}
/*------------------------------------------------*/