@font-face {
    font-family: "Helvetica Neue";
    src: url("fonts/1_Helv45Font_HelveticaNeueLT Std Lt.ttf");
}

@font-face {
    font-family: "Helvetica Neue";
    font-weight: 700;
    src: url("fonts/162_HelveticaNeueLT Std.ttf");
}

body
{
    background-color: #999;
    font-family: 'Helvetica Neue';
    font-weight: 300;
}

p
{
    margin-top: 8px;
    margin-bottom: 8px;
}

a
{
    text-decoration: none;

    color: #0067ff;
}

.container
{
    position: relative;
    width: 960px;
    height: 550px;
    margin: auto;
    border-radius: 5px;
    //overflow: hidden;
}
.top-navigation {
    text-align: center;
}

.image--menu {
    cursor: pointer;
}

.shadow {
    border-radius: 9px;
    box-shadow: inset 0 0px 2px 1px #fff, 0 0 10px 0 #000;
}

.main {
    height: 492px;
    transform: translateY(-27px);
    background-image: url(images/main_background.svg);
        background-size: cover;
            padding: 20px 22px;
    box-sizing: border-box;
    box-shadow: inset 0 0px 2px 1px #fff, 0 0 10px 0 #000;
    border-radius: 5px;
}

.center-container {
    height: 390px;
    //background-color: #fff;
    margin-bottom: 12px;
}

.step {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
    position: relative;
}

.step.active {
    display: block;
}

.step--1 {
    background-position: 80% 59%;
    background-image: url(images/step/under_pressure_background.jpg);
}

.step--2 {
    background-position: 80% 59%;
    background-image: url(images/step/under_pressure_background.jpg);
}

.step__label {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.step__text {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 750px;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: rgba(255,255,255,0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -5px;
    margin-left: 20px;
}

.step__text--full {
    width: 875px;
}

.popup {
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.popup a {
    text-decoration: underline;
}

.popup a img {
        vertical-align: middle;
    margin-right: 5px;
}

.popup__container {
        width: 700px;
    height: 350px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.column__popup {
        width: 400px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.columnFive__popup {
    width: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 20px 40px 20px 20px;
    display: none;
}

a.popup__close,
a.column__popup__close,
a.columnFive__popup__close {
    position: absolute;
    top: 11px;
    font-size: 24px;
    color: #fff;
    right: 20px;
    text-decoration: none;
}
a.columnFive__popup__close {
color: #0067ff;
}

.popup__title,
.column__popup__title {
        padding: 9px 20px;
    margin: 0;
    height: 50px;
    background-image: url(images/label_background.svg);
    font-family: 'Helvetica Neue';
    color: #fff;
    box-sizing: border-box;
        font-weight: 500;
}

.column__popup__title {
    font-weight: 900;
    font-size: 14px;
    padding: 16px 20px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.popup__content {
    width: 660px;
    height: 260px;
    margin: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.column__popup__content {
    width: 360px;
    height: 210px;
    margin: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
        padding: 0 10px;
}

.column__popup__content p,
.columnFive__popup__content p {
    font-size: 14px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #accf36; 
}

::-webkit-scrollbar-thumb {
  background-color: #f69e36;
  box-shadow: 0 0 1px 1px #9E9E9E;
  -webkit-box-shadow: 0 0 1px 1px #9E9E9E;
}

table {
    width: 100%;
    font-size: 13px;
}

tr {
    height: 40px;
}

td {
    width: 75%;
    font-weight: 400;
    vertical-align: top
}
tr td:first-child {
    width: 25%;
    font-weight: 700;
}

.popup__link {
    color: #000;
    text-decoration: underline;
}

.popup__link:hover {
    color: #0000ff;
}

audio {
    display: none;
}

p.small {
    font-size: 13px;
}

table.teacher-activities a {
    display: block;
}

table.teacher-activities tr {
    height: 60px;
}

table.teacher-activities tr td:first-child {
    width: 35%;
}

table.teacher-activities td {
    width: 65%;
}

.menu--prev {
    float: right;
    margin-right: 16px;
}

.menu--next {
    float: right;
}

.material-container--left {
    position: absolute;
    background-image: url(images/step/step_2_left.svg);
    background-size: cover;
    width: 370px;
    height: 275px;
        left: 22px;
    top: 111px;
}

.material-container--middle {
    position: absolute;
    background-image: url(images/step/step_2_middle.svg);
    background-size: cover;
    width: 158px;
    height: 188px;
        left: 412px;
    top: 100px;
}

.material-container--right {
    position: absolute;
    background-image: url(images/step/step_2_right.svg);
    background-size: cover;
    width: 267px;
    height: 241px;
        right: 173px;
    top: 125px;
}

.search-steps-container,
.material-container--end,
.transformation-images-container {
    position: absolute;
    background-image: url(images/step/step_2_end.svg);
    background-size: cover;
    width: 117px;
    height: 315px;
        right: 10px;
    top: 65px;
}

.transformation-images-container p,
.material-container p {
    font-size: 11px;
    position: absolute;
    line-height: 1;
}

.transformation-image-placeholder,
.rock-placeholder {
    background-image: url(images/step/step_2_rock_placeholder.png); 
    width: 100px; 
    height: 48px; 
    position: absolute;
    background-size: cover;
}

.transformation-image-placeholder img,
.rock-placeholder img {
    width: 100px;
    height: 48px;
    object-fit: cover;
    cursor: pointer;
}

.transformation-images-container img, 
.material-container--end img {
    margin-top: 10px;
    margin-left: 9px;
    width: 100px;
    height: 48px;
    object-fit: cover;
    cursor: pointer;
}

.transformation-image-tooltip, 
.rock-tooltip,
.bike-detail {
    width: 250px;
    height: 150px;
    position: absolute;
    background: #fff;
    top: -41px;
    right: 131px;
    display: none;
}

.material-container--left .rock-tooltip {
    right: 0;
    left: 131px;
    z-index: 1;
}

.material-container--left .rock-tooltip::after {
    right: 0;
    left: -50px;
    border-left: 0;
    border-right: 50px solid #fff;
}

.transformation-image-tooltip h2,
.rock-tooltip h2,
.bike-detail h2 {
    background-image:url(images/label_background.svg);
    margin: 0;
     font-family: 'Helvetica Neue';
    color: #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding-left:8px;
}

.transformation-image-tooltip p,
.rock-tooltip p, 
.bike-detail p {
    position: relative;
    font-size: 15px;
    line-height: 1;
    padding: 0 8px;
}

.transformation-image-tooltip::after,
.rock-tooltip::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 50px solid #fff;
    position: absolute;
    right: -20px;
    top: 37%;
}

.column__popup__arrow,
.columnFive__popup__arrow{
    position: absolute;
    top: 0;
}

.column__popup__arrow::after,
.columnFive__popup__arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 80px solid #fff;
    position: absolute;
}

.transformation-image,
.rock {
    position: relative;
}

.transformation-image.disabled .transformation-image-tooltip,
.rock.disabled .rock-tooltip {
    display: none !important;
}

.transformation-image:hover .transformation-image-tooltip,
.rock:hover .rock-tooltip {
    display: block;
}

.congratulations {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 300px;
    height: 170px;
    margin: auto;
    text-align: center;
    display: none;
}

.congratulations h2 {
    background-image:url(images/congratulation_back.png);
    margin: 0;
     font-family: 'Helvetica Neue';
    color: #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.step--7 {
    background-color: #fff;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 9px 5px;
}

.column,
.columnFive {
    width: 290px;
    height: 128px;
        background-position: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
}

.step--7 .column--1 {
    background-image: url(images/step/step_7_1_back.png);
}
.step--7 .column--2 {
    background-image: url(images/step/step_7_2_back.png);
}
.step--7 .column--3 {
    background-image: url(images/step/step_7_3_back.png);
}
.step--7 .column--4 {
    background-image: url(images/step/step_7_4_back.png);
}
.step--7 .column--5 {
    background-image: url(images/step/step_7_5_back.png);
}
.step--7 .column--6 {
    background-image: url(images/step/step_7_6_back.png);
}

.column:hover .caption,
.columnFive:hover .caption {
    max-height:100px;
    transition: all 0.25s linear;
}

.caption {
        position: absolute;
    background-color: rgba(54,106,255,0.3);
    width: 100%;
    bottom: 0;
    text-align: right;
        padding-right: 8px;
    box-sizing: border-box;
    max-height:0;
}

.caption__title {
    color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px #333;
    margin-bottom: 0;
}

.caption__text {
    margin-top: 0;
    color: #fff;
    font-size: 12px;
}

.step--9,
.step--10 {
    background-image: url(images/step/step_9_back.png);
}

.step--10 .column,
.step--14 .column {
    height: 137px;
}

.step--10 .column--1 {
    background-image: url(images/step/step_10_1_back.png);
}
.step--10 .column--2 {
    background-image: url(images/step/step_10_2_back.png);
}
.step--10 .column--3 {
    background-image: url(images/step/step_10_3_back.png);
}
.step--10 .column--4 {
    background-image: url(images/step/step_10_4_back.png);
}
.step--10 .column--5 {
    background-image: url(images/step/step_10_5_back.png);
    background-size: cover;
    background-position: 50% 0%;
}
.step--10 .column--6 {
    background-image: url(images/step/step_10_6_back.png);
}

.step--3,
.step--4,
.step--11,
.step--12,
.step--13,
.step--14,
.step--15,
.step--16 {
    background-color: #fff;
}
.step--11 .step__text,
.step--13 .step__text {
    background-color: #eee;
    height: 330px;
}

.step--14 .column--1 {
    background-image: url(images/step/step_14_1_back.png);
}
.step--14 .column--2 {
    background-image: url(images/step/step_14_2_back.png);
}
.step--14 .column--3 {
    background-image: url(images/step/step_14_3_back.png);
}
.step--14 .column--4 {
    background-image: url(images/step/step_14_4_back.png);
}
.step--14 .column--5 {
    background-image: url(images/step/step_14_5_back.png);
}
.step--14 .column--6 {
    background-image: url(images/step/step_14_6_back.png);
}

.step--15 .columnFive {
    width: 174px;
    height: 137px;
}

.step--15 .columnFive--1 {
    background-image: url(images/step/step_15_1_back.png);
}
.step--15 .columnFive--2 {
    background-image: url(images/step/step_15_2_back.png);
}
.step--15 .columnFive--3 {
    background-image: url(images/step/step_15_3_back.png);
}
.step--15 .columnFive--4 {
    background-image: url(images/step/step_15_4_back.png);
}
.step--15 .columnFive--5 {
    background-image: url(images/step/step_15_5_back.png);
}
.step--15 .columnFive--6 {
    background-image: url(images/step/step_15_6_back.png);
}
.step--15 .columnFive--7 {
    background-image: url(images/step/step_15_7_back.png);
}
.step--15 .columnFive--8 {
    background-image: url(images/step/step_15_8_back.png);
}
.step--15 .columnFive--9 {
    background-image: url(images/step/step_15_9_back.png);
}
.step--15 .columnFive--10 {
    background-image: url(images/step/step_15_10_back.png);
}

.step--16 {
    text-align: center;
    display: none;
}

.step--16 p {
    font-size: 18px;
    font-weight: 900;
}

ul.side-menu {
    position: absolute;
    bottom: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 209px;
    max-height: 0;
    transition: all 0.25s linear;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
}

ul.side-menu.active {
    border: 1px solid #aaa;
    max-height: 360px;
}

.side-menu li {
    border-radius: 0;
    height: 40px;
    font-size: 11px;
    padding: 5px 20px 5px 10px;
    box-sizing: border-box;
    background: #fff;
        display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    position: relative
}

.side-menu li::after {
        content: '\276F';
    position: absolute;
    right: 5px;
    top: 10px;
}

.side-menu li:hover {
    background: linear-gradient(to top, #99ccff 0%, #ffffff 100%);
}

.bottom-navigation {
    position: relative;
}

.step--3 .step__text {
    width: 500px;
    padding: 0 20px;
}

.map {
    position: absolute;
    right: 30px;
    top: 60px;
}

.checkbox__control {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 10px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    cursor: pointer;
    //position: relative;
}

.checkbox-group:hover .checkbox__hint {
    display: block;
}

.checkbox__icon {
    width: 10px;
    height: 10px;
    object-fit: contain;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
}

.checkbox-group input {
    //margin-bottom: 0;
    z-index: 1;
}

.checkbox-group span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100px;
    line-height: 10px;
    z-index: 1;
}

.checkbox-item:hover span {
    color: #fff;
}

.checkbox-group--all span {
    color: #666;
    margin-left: 10px;
}

.checkbox__hint {
    position: absolute;
    left: 187px;
    top: 54px;
    width: 289px;
    height: auto;
    display: none;
}

.checkbox-item:hover::after {
    display: block;
}

.checkbox-item::after {
    content: '';
    display: block;
    width: 158px;
    height: 20px;
    position: absolute;
    transform: translateX(22px);
    display: none;
}

.checkbox-item--1::after {
    background: #653399;
}

.checkbox-item--2::after {
    background: #659900;
}

.checkbox-item--3::after {
    background: #996566;
}

.checkbox-item--4::after {
    background: #003365;
}

.checkbox-item--5::after {
    background: #ffcd01;
}

.checkbox-item--6::after {
    background: #999999;
}

.checkbox-item--7::after {
    background: #ff6599;
}

.checkbox-item--8::after {
    background: #2275a3;
}

.checkbox-item--9::after {
    background: #f3ab47;
}

.checkbox-item--10::after {
    background: #66ff00;
}

.checkbox-item--11::after {
    background: #ff0000;
}

.checkbox-item--12::after {
    background: #e0bda2;
}

.checkbox-item--13::after {
    background: #340065;
}

.checkbox-item--14::after {
    background: #34ccff;
}

.checkbox-item--15::after {
    background: #fe6501;
}

.checkbox-item--16::after {
    background: #990000;
}

.checkbox__dots {
    position: absolute;
    left: inherit;
    z-index: 2;
    display: none;
}

.checkbox-item--1 .checkbox__dots {
    top: 61px;
    right: 110px;
}

.checkbox-item--2 .checkbox__dots {
    top: 61px;
    right: 21px;
    height: 311px;
}

.checkbox-item--3 .checkbox__dots {
    top: 74px;
    height: 286px;
    right: 55px;
}

.checkbox-item--4 .checkbox__dots {
    top: 109px;
    right: 251px;
}

.checkbox-item--5 .checkbox__dots {
    top: 82px;
    right: 51px;
    height: 278px;
}

.checkbox-item--6 .checkbox__dots {
    top: 86px;
    right: 41px;
    height: 278px;
}

.checkbox-item--7 .checkbox__dots {
    top: 86px;
    right: 64px;
    height: 278px;
}

.checkbox-item--8 .checkbox__dots {
    top: 130px;
    right: 45px;
    height: 234px;
}

.checkbox-item--9 .checkbox__dots {
    top: 81px;
    right: 60px;
    height: 269px;
}

.checkbox-item--10 .checkbox__dots {
    top: 187px;
    right: 63px;
}

.checkbox-item--11 .checkbox__dots {
    top: 150px;
    right: 317px;
    height: 78px;
}

.checkbox-item--12 .checkbox__dots {
    top: 77px;
    right: 44px;
    height: 300px;
}

.checkbox-item--13 .checkbox__dots {
    top: 114px;
    right: 49px;
    height: 261px;
}

.checkbox-item--14 .checkbox__dots {
    top: 213px;
    right: 36px;
    height: 86px;
}

.checkbox-item--15 .checkbox__dots {
    top: 77px;
    right: 95px;
    height: 185px;
}

.checkbox-item--16 .checkbox__dots {
    top: 84px;
    right: 44px;
    height: 283px;
}

.checkbox-item:hover .checkbox__dots,
.checkbox-item.active .checkbox__dots {
    display: block;
}

.print-button {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.step--8 {
    background-image: url(images/step/step_8_back.jpg);
    background-position: -113px 40%;
    background-size: 113%;
}

.step--8__arrows {
    position: absolute;
    left: 6px;
}

.transformation-images-container {
    width:232px;
    top: 54px;
    height: 334px;
}

.transformation-image {
    display: inline-block;
}

.transformation-images-container img {
    margin-top: 2px;
    height: 60px;
}

.transformation-image-tooltip {
    right: 100px;
    z-index: 2;
    width: 300px;
    height: 200px;
}

.transformation-image-tooltip::after {
    right: -38px;
    top: 27%; 
}
    
.transformation-image-placeholder-container {
    padding: 7px;
    border: 2px dashed #fff;
    border-radius: 5px;
    background: rgba(255,0,0,0.3);
    height: 100px;
    position: absolute;
}

.transformation-image-placeholder {
    position: relative;
    height: 60px;
}

.transformation-image-text {
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px #666;
    line-height: 1;
    font-size: 13px;
}

.transformation-image-text .number {
    height: 20px;
    display: block;
    float: left;
}

.transformation-image-text .title {
    display: none;
}

.transformation-image-placeholder img {
    height: 60px;
}

.transformation-image-placeholder-container.completed {
    background: rgba(50,171,38,0.5);
}

.transformation-image-placeholder-container.completed .transformation-image-text .title {
    display: block;
}

.transformation-image-placeholder-container.completed .transformation-image-placeholder--1 .transformation-image-tooltip,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--2 .transformation-image-tooltip,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--3 .transformation-image-tooltip,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--4 .transformation-image-tooltip,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--5 .transformation-image-tooltip {
    right: 0;
    left: 131px;
    z-index: 1;
}

.transformation-image-placeholder-container.completed .transformation-image-placeholder--1 .transformation-image-tooltip::after,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--2 .transformation-image-tooltip::after,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--3 .transformation-image-tooltip::after,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--4 .transformation-image-tooltip::after,
.transformation-image-placeholder-container.completed .transformation-image-placeholder--5 .transformation-image-tooltip::after {
    right: 0;
    left: -50px;
    border-left: 0;
    border-right: 50px solid #fff;
}

.step--12 .step--left {
    width: 280px;
    height: 338px;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.step--12 .step--center {
    height: 338px;
}

.step--12 .step--right {
    width: 112px;
    height: 338px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

.bike-part {
    opacity: 0;
    transition: all 0.25s linear;
    cursor: pointer;
}

.bike-part.active {
    opacity: 1;
}

.bike-part-count {
    font-size: 24px;
    font-weight: 700;
    color: #666;
}

.bike-part-description {
    display: flex;
}

.bike-part-description img {
    width: 24px;
}

.bike-part-description p {
    margin: 0;
    color: #666;
}

.bike-detail {
    top: 94px;
    right: 522px;
    width: 400px;
    height: 300px;
}

.bike-detail h2 {
    background-size: cover;
}

.step--5,
.step--6 {
    overflow: hidden;
    background: url(images/step/step_6_back.svg);
}

.step--5 .step__label,
.step--6 .step__label {
    z-index: 4;
}

.step--5 .step__text,
.step--6 .step__text {
    position: relative;
    z-index: 1;
}

#search-on-back-video,
#search-on-back-video-completed {
    width: 916px;
    position: absolute;
    top: 0;
    left: -1px;
    transform: scale(0.9);
}

.step--5 .step__text {
    width: 863px;
    height: 290px;
    overflow-y: scroll;
}

.search-steps-container {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 331px;
    top: 57px;
    align-items: center;
}

.search-step-image {
    width: 58px;
    cursor: pointer;
    z-index: 3;
}

.search-step-hint {
    display: none;
    position: absolute;
    right: 68px;
    top: 0px;
    width: 135px;
    z-index: 2;
}

.search-step-container {
    position: relative;
}

.search-step-container:hover .search-step-hint {
    display: block;
}

.search-step-container.disabled .search-step-hint {
    display: none !important;
}

.search-step-placeholder {
    width: 56px;
    height: 47px;
    position: absolute;
    border: 1px dashed #fff;
    border-radius: 4px;
    background-color: rgb(0,0,0,0.5);
    overflow: hidden;
}

.search-step-placeholder-container {
    position: absolute;
}

.search-step-placeholder-container.active {
    z-index: 4;
}

.search-step-placeholder-container.active .search-step-placeholder-number{
    background: orange;
}

.search-step-placeholder-container.completed .search-step-placeholder {
    border: none;
}

.search-step-placeholder-number {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search-step-placeholder-number {
    left: -13px;
    top: -7px;
}

.search-step-placeholder-container--1 {
    top: 100px;
    left: 316px;
}

.search-step-placeholder-container--2 {
    top: 84px;
    left: 596px;
    z-index: 3;
    display: none;
}

.search-step-placeholder-container--3 {
    top: 309px;
    left: 312px;
    display: none;
}

.search-step-placeholder-container--4 {
    top: 138px;
    left: 708px;
    display: none;
}

.search-step-placeholder-container--5 {
    top: 173px;
    left: 144px;
    display: none;
}

.search-step-placeholder-container--6 {
    top: 329px;
    left: 717px;
    display: none;
}

.search-steps-overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.search-steps-overlay-content {
    left: 100px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    top: 100px;
    display: block;
    width: 300px;
    position: absolute;
    background: rgba(255,255,255, 0.9);
}

.search-steps-overlay-content * {
    font-size: 14px;
    color: #666;
    line-height: 1;
}

.search-steps-overlay-content .title {
    font-weight: 700;
}

#search-on-back-video-completed {
    display: none;
}

.welcome {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
}

.menu--play {
    position: absolute;
    top: 245px;
}
