body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    background: url("../img/pattern-bg.png") center #5c5c5c;
}
.container {
    min-width: 1280px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}
h1, .h1 {
    color: #ffda00;
    font-size: 70px;
    line-height: 85px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
}
h3, .h3 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}
h4, .h4 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.btn.btn-next {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    padding: 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
.btn.btn-next:hover {
    border: 1px solid #ffda00;
    color: #ffda00;
}
.btn.btn-next:focus {
    border: 1px solid #a7a9a8;
    color: #a7a9a8;
}

.white-text {
    color: #fff !important;
}
.yellow-text {
    color: #ffda00 !important;
}
.mar-top-bot-40 {
    margin: 40px 0;
}
.mar-bot-40 {
    margin-bottom: 40px;
}
.go-section {
    cursor: pointer;
}
.nav-bar .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 68px;
    height: 68px;
    background: url("../img/close.svg") center no-repeat;
}
.text-center {
    text-align: center;
}
header {
    position: absolute;
    z-index: 4;
    width: 100%;
}

header .menu-toggle {
    display: block;
    margin-top: 20px;
    margin-right: 30px;
    background: url("../img/humbuger.svg") center no-repeat;
    width: 68px;
    height: 68px;
    cursor: pointer;
    border: 0;
    outline: 0 !important;
}
.nav-bar {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    position: fixed;
    z-index: 8;
    right: -440px;
    top: 0;
    bottom: 0;
    width: 440px;
    background: #404041;
    padding: 120px 40px 40px 40px;
}
.nav-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-bar ul li {
    padding: 0;
}
.nav-bar ul li a {
    cursor: pointer;
    display: block;
    padding: 20px 0;
    color: #ffda00;
    border-bottom: 1px solid #ffda00;
    text-decoration: none;
}
.nav-bar ul li:last-child a {
    border-bottom: 0;
}
.nav-bar ul li a:hover {
    color: #ffffff;
}
.nav-bar ul li a:focus {
    color: #a7a9a8;
}
.nav-bar .social-links {
    position: absolute;
    bottom: 40px;
}
.social-links a {
    display: inline-block;
    cursor: pointer;
    background: #ffda00;
    color: #404041;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}
.social-links a:hover {
    background: #ffffff;
}
.social-links a:focus {
    color: #a7a9a8;
}
section {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
section.active {
    display: block;
}

#map {
    width: 100%;
    height: 450px;
    border: 2px solid #fff;
}

section video {
    position: absolute;
    width: 200%;
    left: -50%;
    z-index: 0;
}
section.has-video:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/pattern-bg.png") rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
section.has-video .container {
    position: relative;
    z-index: 2;
}
.routes {
    margin-top: 30px;
}
.route-item {
    cursor: pointer;
    position: relative;
    padding: 10px 40px;
    border: 1px solid #fff;
    margin-bottom: 25px;
    color: #fff;
}
.route-item .route-count {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    top: -1px;
    left: -1px;
}
.route-item .route-time {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
}
.route-item .h4 {
    margin-bottom: 15px;
}

.route-item:hover {
    border-color: #ffda00;
    color: #ffda00;
}
.route-item:hover .route-count {
    background: #ffda00;
}

.route-item:focus {
    border-color: #a7a9a8;
    color: #a7a9a8;
}
.route-item:focus .route-count {
    background: #a7a9a8;
}
.iru-tiny-player .song-volume-dot:hover {
    background-color: #ffda00;
}
.iru-tiny-player .icon:hover {
    color: #ffda00;
}
.iru-tiny-player .song-volume-control {
    background-color: rgba(167, 169, 168, 0.9);
}
.iru-tiny-player .song-progress {
    background-color: rgba(255, 218, 0, 0.4);
}
.big-text {
    font-size: 24px;
    line-height: 28px;
}
.variants-block {
    margin-top: 40px;
}
.variants-item {
    padding: 20px 40px;
    border: 2px solid #fff;
    border-top-width: 8px;
    min-height: 180px;
}
.variants-item img {
    float: left;
    height: 140px;
    margin-right: 20px;
}
.variants-item.go-section:hover {
    border-color: #ffda00;
    background: rgba(255, 218, 0, 0.15);
}
.variants-item.disable,
.variants-item.disable:hover {
    border-color: #ffffff;
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.15);
}
a.next {
    background: url("../img/next.svg") right center no-repeat;
    background-size: 28px;
}
a.again {
    background: url("../img/again.svg") left center no-repeat;
    background-size: 28px;
}
a.refresh {
    background: url("../img/refresh.svg") left center no-repeat;
    background-size: 24px;
}
a.next {
    color: #ffda00;
    font-weight: 700;
    padding-right: 40px;
}
a.again,
a.refresh {
    color: #ffda00;
    font-weight: 700;
    padding-left: 40px;
}

a.next:hover {
    color: #fff;
    text-decoration: none;
    background: url("../img/next-white.svg") right center no-repeat;
    background-size: 28px;
}
a.again:hover {
    color: #fff;
    text-decoration: none;
    background: url("../img/again-white.svg") left center no-repeat;
    background-size: 28px;
}
a.refresh:hover {
    color: #fff;
    text-decoration: none;
    background: url("../img/refresh-white.svg") left center no-repeat;
    background-size: 24px;
}

.share-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.play-video {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
    background: url("../img/play.svg") center no-repeat;
    background-size: 150px;
}

