/* для других страниц */

.background-all{
    transition: block;
    display: grid;
    grid-template-rows: 600px 100px 40px 20px 10vb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center !important;
    width: 100%;
    height: 100vb;
}

/* фон вкладок */
#background-events2 {background-image: url(events/berengia.jpg);}
#background-tourist2 {background-image: url(tourist/images-tourist/background-tourist.jpg);}
#background-weather2 {background-image: url(weather/background-weather.jpg);}
#background-history2 {background-image: url(history/background-history.jpg);}
#background-news2 {background-image: url(news/background-news.jpg);}
#background__animals2 {background-image: url(photogallery-animals/backdround-animals.jpg);}
#background-plans2 {background-image: url(plans/background-plans.jpg);}
#background-buisnes2{background-image: url(buisnes/background-buisnes.jpg);}
#background-us2{background-image: url(about-company/background-us.jpg);}
#background-development2{background-image: url(background-development.jpg);}
#background-map2{background-image: url(map/background-map.jpg);}
#background-opinion{background-image: url(background-development.jpg);}
/* ссылки-цепочки */
.links-chains {
    list-style: none;
    background-color: transparent;
    grid-row: 4;
    margin-left: 50px;
    text-align: left;
}

.links-chains li {
    display: inline;
    font-size: 25px;
    color: #d2d2d2;
}

.links-chains li+li:before {
    padding: 8px;
    color: #fff;
    content: '>';
}

.links-chains li a{
    color: #d6d6d6;
    text-decoration: none;
}

.links-chains li a:hover{
    transition: .1s;
    color: #f0f0f0;
    text-decoration: underline;
}

/* главный текст */
#main-text{
    grid-row: 2;
    text-align: left;
    padding-left: 30px;
    font-size: 90px;
    color:#fff;
    letter-spacing: 20px;
    font-weight: 600; 
}

/* название посередине */
.text-name {
    font-size: 70px;
    text-align: center;
    margin: 40px;
    font-weight: 100;
}

/* разделительная линия */
.line{
    width: 200px;
    height: 3px;
    background-color: #a700b0;
    border-radius: 20%;
    margin: auto;
    margin-bottom: 20px;
}

/* фильтры */
.filter-container {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.filterDiv {
    float: left;
    color: #d2d2d2;
    width: 438px;
    height: 500px;
    text-align: center;
    margin: 6px;
    display: none;
    font-size: 20px;
}

.tourist-filter-pics {
    padding: 10px;
    margin: 0 0 90px 0;
    background: #f0f0f0;
}

/* показывает класс который был выбран фильтрами */
.show {
    display: block;
}

/* кнопки */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    margin: 20px 0 0 10px;
    width: 180px;
    height: 60px;
    border-radius: 10px;
}

.btn:hover {
    background-color: #b9a3c8;
}

.btn.active {
    background-color: #4d1f63;
    color: white;
}

#myBtnContainer {
    min-height: 13vb;
    overflow-y: auto;
}

#myBtnContainer::-webkit-scrollbar {
    display: none;
}

/* текст в статьях */
.text-all {
    font-size: 27px;
    margin: 20px 200px 20px 200px;
    text-align: justify;
}

@media(max-width: 1200px){
    .text-all {
        font-size: 26px;
        margin: 10px 20px 10px 20px;
        text-align: justify;
    }
    .background-all{
        grid-template-rows: 500px 100px 100px 20px 10vb;
    }
    #main-text{
        font-size: 8vw;
    }
}

/* картинки в статьях */
.images-all {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: 12.5vw;
}

/* подписи в новостях */
.news-text{
    font-size: 22px;
    text-align: left;
    color: black;
    margin: 0 0 37px 10px;
}

.news-text2{
    font-size: 18px;
    text-align: left;
    color: black;
}

/* текст в турах */
.tourist-text{
    font-size: 24px;
    color: #000;
    line-height: 60px;
    text-align: left;
    margin-left: 20px;
}

/* карусель */
.animals-slides {
    display: none;
}

.slideshow-container{
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.toLeft, .toRight{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: .3s ease;
    border-radius: 0 3px 3px 0;;
}

.toRight{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.toLeft:hover, .toRight:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carosel-text{
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.number-pics{
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.carosel-dots{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .carosel-dots:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade{
    from {opacity: .4}
    to {opacity: 1}
}

/* таблица в самолетах */
.header-airplanes{
    font-weight: 900;
    font-size: 20px;
}
.city-name {
    font-size: 36px;
    padding-bottom: 24px;
    padding-top: 24px;
}

.container-airplanes{
	max-width: 1570px;
	margin:auto;
}

.row-airplanes{
	display: flex;
	flex-wrap: wrap;
}
.table-airpalanes{
    width: 13%;
    padding: 10px;
}

table  {
    margin: auto;
}

td, th {
    padding: 25px;
}

.icons-airplanes{
    width: 50px;
    height: 50px;
    margin-left: 40px;
}

.icons-airplanes-aeroflot{
    width: 150px;
    height: 50px;
    margin-left: 20px;
}

.informers-container{
    width: 50vw;
    margin: auto;
}

.viev-more-button{
    width: 200px;
    height: 70px;
    background-color: #947696;
    border-radius: 60px;
    margin: auto;
}

.text-at-button{
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 500px 50px;
}

.opinion {
    background-color: #fff;
    width: 600px;
    height: 300px;
    border-radius: 5px;
    margin: 380px 500px 480px 480px;
}

.opiniom-caption{
    font-size: 30px;
    margin: 50px 0 40px 36px
}

.opinion-button{
    background-color: #120f13;
    width: 40px;
    height: 30px;
    z-index: 40;
}
