.st10 {
    font-family: FuturaPT-Book;
}

#route_btn_big {
    display: none;
}

body {
    width: 100vw;
    background: url("../images/victorytrain/bg_train_scrollfixed_white.jpg") no-repeat fixed;
    background-size: cover;
    overflow-x: hidden;
}
#map, #okrug_route {
    display: none;
}
#route_mob {
    display: flex;
    flex-direction: column;
}
#route_mob .active {
    background: #C6CED3;
}
#route_mob .route {
    margin: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}
.okrug_route_mob {
    font-family: FuturaPT-Book;
    background: #fff;
    border: 1px solid #868685;
    color: #B9381E;
    padding: 10px;
    text-align: center;
    margin: 5px;
    font-size: 1em;
}

.btn_point_route {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-transition: background .3s ease-in-out ;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn_point_route img {
    max-width: 40px;
    max-height: 40px;
    /* opacity: 0; */
}

.okrug_route {
    font-family: FuturaPT-Book;
    background: #fff;
    border: 1px solid #868685;
    color: #B9381E;
    padding: 10px;
    text-align: center;
    margin: 5px;
    font-size: 1em;
    flex-grow: 1;
}


button {
    background: none;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out ;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#content {
    margin-top: 100px;
}
#logo_train img {
    width: 100%;
}

.route_text a {
    position: absolute;
    color: #B9381E;
    text-transform: uppercase;
    padding-left: 10px;
    bottom: 0;
    margin-bottom: 30px;
}
.route {
    background: #fff;
    position: relative;
}
.route_text h3,button {
    padding-left: 10px;
    text-align: left;
}
.route_text r {
    color: #B9381E;
}
.route_svg {
    height: 100%;
}
#head h1 {
    display: none;
}
#head p {
    text-align: center;
}
#logo_train {
    width: max-content;
    margin: auto;
}
#head {
    margin: 5%;
}
#gallery {
    display: flex;
    width: 100%;
    flex-basis: 100%;
    flex-direction: column;
    flex-shrink: 1;
    margin-top: 50px;
}
.line1_img, .line2_img {
    position: relative;
    display: none;
}
.line1_img_mob, .line2_img_mob {
    display: flex;
    flex-direction: row;
    /*flex: 1 2 auto;*/
}
.line1_img_mob img, .line2_img_mob img {
    width: calc(100vw/3);
    width: -moz-calc(100vw/3);
    width: -webkit-calc(100vw/3);
    height: calc(100vw/3);
    height: -moz-calc(100vw/3);
    height: -webkit-calc(100vw/3);
    
}
.line1_img_mob img, .line2_img_mob img, .line1_img img, .line2_img img {
    /*flex: 1 2 20%;*/
    max-width: 100%;
}

/* Стили для структуры поезда */


.echelon_carriage {
    max-width: 100%;
    padding-top: 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.echelon_carriage>.carriage_block {
    min-width: 180px;
    text-align: center; 
    /* flex-grow: 1; */
    padding: 0 2%;
    transition: all ease-in-out .3s;
}

.carriage_block:hover {
    cursor: pointer;
    box-shadow:
      1px 1px #B9381E,
      2px 2px #B9381E,
      3px 3px #B9381E,
      4px 4px #B9381E,
      5px 5px #B9381E,
      6px 6px #B9381E,
      7px 7px #B9381E;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

.carriage_block img {
    max-width: 250px;
}

.carriage_photo {
    display: flex;
    flex-direction: row;
    margin: 1%;
}

.carriage_photo a {
    width: 49%;
}
.carriage_photo a img {
    width: 100%;
}
.carriage_photo a:last-child {
    margin-left: 2%;
}

.bigmap_route1_point:hover {
    stroke: #BB3232;
    fill: #B9381E;
    transition: all ease-in-out .2s;
}

.bigmap_route2_point:hover {
    stroke: #ED9237;
    fill: #ED9237;
    transition: all ease-in-out .2s;
}

.bigmap_route3_point:hover {
    stroke: #397BE5;
    fill: #397BE5;
    transition: all ease-in-out .2s;
}

.bigmap_route4_point:hover {
    stroke: #3EC160;
    fill: #3EC160;
    transition: all ease-in-out .2s;
}

.bigmap_route5_point:hover {
    stroke: #36BBEA;
    fill: #36BBEA;
    transition: all ease-in-out .2s;
}


.echelon_carriage_info {
    background: #fff;
    margin-top: 4%;
    padding: 20px;
    max-width: 90%;
    margin: 4% 5%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.echelon_carriage_info p {
    text-align: justify;
}

@media (max-width: 449px) {
    h2 {
        font-size: 1.4em;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .city_point {
        padding-bottom: 80px;
    }
    #route_mob {
        width: 90%;
        margin: 25px 5% 25px 5%;
    }
    a,p,button {
        font-size: 1em;
        line-height: 25px;
    }
    h3 {
        line-height: 25px;
        padding-bottom: 10px;
    }
    #route_mob .route {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carriage img {
        max-width: 360px;
    }
}
@media (min-width: 450px) {
    h2 {
        line-height: 25px;
        padding-bottom: 15px;
    }
    #route_mob .route {
        padding-left: 30px;
        padding-right: 30px;        
    }
    .route_text>div {
        padding-bottom: 80px;
    }
    a,p,button {
        font-size: 1.1em;
        line-height: 25px;
    }
    #route_mob {
        width: 80%;
        margin: 25px 10% 25px 10%;
    }
    h3 {
        line-height: 25px;
        padding-bottom: 10px;
    }
}
@media (min-width: 600px) {
    .okrug_route_mob {
        font-size: 1.2em;
    }
    #route_mob {
        width: 70%;
        margin: 25px 15% 25px 15%;
    }
    h3 {
        line-height: 25px;
        padding-bottom: 10px;
    }
    a,p,button {
        font-size: 1.1em;
        line-height: 25px;
    }
}
@media (min-width: 800px) {

    .btn_point_route {
        margin-right: 30px;
    }

    .echelon_carriage_info {
        max-width: 50%;
        margin: 4% 25%;
    }
    .echelon_carriage {
        max-width: 90%;
        margin: 0 5%;
    }
    .line1_img_mob, .line2_img_mob {
        display: none;
    }
    .line1_img, .line2_img {
        display: flex;
        flex-direction: row;
        flex: 1 1 auto;
    }
    .line1_img img, .line2_img img {
        width: calc(100vw/5);
        width: -moz-calc(100vw/5);
        width: -webkit-calc(100vw/5);
        height: calc(100vw/5);
        height: -moz-calc(100vw/5);
        height: -webkit-calc(100vw/5);
    }
    #head {
        margin: 0 0 0 5%;
    }
    #logo_train {
        margin-left: 20px;
        min-width: 15%;
    }
    #start_block {
        display: flex;
    }
    #head h1 {
        display: block;
        margin-bottom: 20px;
    }
    #head p {
        text-align: left;
    }
    #okrug_route {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 0 2%;
        width: 96%;
    }
    #route_mob {
        display: none;
    }
    #route_btn_big {
        padding-top: 4%;
        display: flex;
        flex-direction: row;
        margin: 0 2%;
    }
    #route_btn_big .okrug_route {
        flex-grow: 1;
    }
    #route_btn_big .okrug_route:hover {
        cursor: pointer;
        background: #B9381E;
        transition: all .3s ease-in-out;
        color: #fff;
    }
    h3 {
        line-height: 25px;
        padding-bottom: 10px;
    }
    .route_svg  {
        display: block;
    }
    #_x3C_cvo_x3E_:hover, #_x3C_uvo_x3E_:hover, #_x3C_zvo_x3E_:hover, #_x3C_sf_x3E_:hover, #_x3C_vvo_x3E_:hover {
        fill: url(#salut);
    }
    #content {
        margin-top: 150px;
    }
    #map {
        display: flex;
        justify-content: center;
        margin: 0 2%;
    }
    a,p,button {
        font-size: 1em;
    }
    .route {
        width: 40%;
        margin-right: 2%;
        padding-left: 30px;
        padding-top: 15px;
    }
    .route_svg {
        width: 50%;
    }
    .route_text button {
        line-height: 25px;
    }
    .route_text>div {
        padding-bottom: 30px;
    }
    #head p {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .route_text>div {
        padding-bottom: 30px;
    }
    .route_text button {
        line-height: 35px;
    }
    #map {
        margin: 0 5%;
    }
    a,p,button {
        font-size: 1.2em;
    }
    #okrug_route {
        margin: 0 5%;
        width: 90%;
    }
    #route_btn_big {
        margin: 0 5%;
    }
    .route {
        width: 35%;
        margin-right: 5%;
    }
    .route_svg {
        width: 50%;
    }
    #head p {
        width: 70%;
    }

}
@media (min-width: 1500px) {
    #head p {
        width: 60%;
    }
    h3 {
        line-height: 40px;
    }
    #okrug_route {
        margin: 0 5%;
    }
    #route_btn_big {
        margin: 0 5%;
        justify-content: center;
    }
    #route_btn_big .okrug_route {
        max-width: 200px;

    }
    .route {
        width: 30%;
        margin-right: 5%;
    }
    .route_svg {
        width: 45%;
    }
    a,p,button {
        font-size: 1.3em;
    }
    #map {
        padding-bottom: 50px;
        margin: 0 7%;
    }
    h1 {
        font-size: 3em;
    }
}

.program {
    padding-left: 20px;
    padding-top: 10px;
}

.program p {
    padding-top: 5px;
}


