.tn-elem__8736888971741248682172 {
    width: 100% !important;
    left: 0px !important;
    top: 0px !important;
    height: 100% !important;
}
.tn-elem__8736888971741248682172 iframe {
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 1080px;
      opacity: 0.1;
}
.t513__rightcol, .t513__leftcol {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.classbutton .tn-atom{
    box-shadow: inset 0 0 20px 0px rgba(255,255,255,0.3);
    transition: ease 0.3s !important;
    position: relative !important;  
    overflow: hidden !important;
}
.classbutton .tn-atom:hover{
    box-shadow: inset 0 0 20px 0px rgba(255,255,255,0.0);
    background-color: #3a7949 !important;
}
.classbutton .tn-atom:after {    
    content: "";
    display: block;
    width: 40px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -130px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
.menu-text .tn-atom {
     transition: ease 0.3s !important;
}
.menu-text .tn-atom:hover {
    opacity: 1.0 !important;
}
.menu-text-bilet .tn-atom {
     transition: ease 0.3s !important;
}
.menu-text-bilet .tn-atom:hover {
       color: #fff !important;
}

@media (max-width: 640px) {

.tn-elem__8736888971741248682172 iframe {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 1080px;
    opacity: 0.3;
}
}