


.deep_menu{
	
	width: 24px;
	margin-right: 2px;
}

.marshrut{
	font-style: italic;
}

#svs{
	
}

#divASContainer .ruspo {

    
    background-image: url(../img/bg/flag_16.jpg) !important;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: 100% 100% !important;

}

#divASContainer {
    position: relative;
    white-space: normal;
        margin: 2% 2% 2% 2% ! important;
    width: auto! important;
}


.ruspo-sponsor a img {
	display: none !important;
}


.ruspo_spl{
	display: none !important;
}

.pph{
	    color: #e3f1fa70;
}

#ruspo-results.ruspo-results {
    position: relative;
    margin: 0;
    padding: 20px;
    min-width: 600px;
    border: 1px solid #ccc;
    /* background: black !important; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/bg/8464.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}


.22{
	background: #fff;
}

article {
  display: flex;
  height: 100%;
  position: relative;
  
  box-shadow: 0px 0px 50px -10px #9a7289;
  margin: 2%;
  width: auto ! important;
}

aside {
  width: 30%;
  /*background-color: #ccc;*/
}
aside img {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 600px) {
  aside img {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .ttv {
    width: 100%;
	min-width: 100%;
  }
}


section {
  
  overflow: hidden;
  padding: 2% 5% 0;
  position: relative;
}
.ttv{
	width: 70%;
}

section:before {
  position: absolute;
  right: 0;
  width: 5%;
  top: 0;
  height: 100%;
  background: red;
}

h1, h2, h3 {
  font-family: Montserrat, sans-serif;
}

h1 {
  font-size: 6vw;
  margin: 0 0 2vw 0;
}

h2 {
  font-size: 2vw;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 1vw 0;
}

@keyframes move {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-1250px, 0px, 0px);
  }
}
.teaser {
  display: flex;
  margin: 0 0 3vw 0;
  animation: move 20s forwards linear;
}
.teaser figure {
  overflow: hidden;
  margin: 0;
  width: 250px;
  min-width: 250px;
  padding: 0 30px 0 0;
  position: relative;
}
.teaser img {
  width: 220px;
  height: 180px;
  object-fit: cover;
}
.teaser figcaption {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  font-size: 20px;
  color: #000;
  mix-blend-mode: screen;
}
.teaser figcaption h3 {
  margin: 0;
  padding: 3px 5px;
  width: 100%;
}

.triptrip{
	    margin: 2% 2% 2% 2% ! important;
}