:root {
    box-sizing: border-box;
    font-size: 1rem;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.a-link {
    color: inherit;
    text-decoration: none;
}

body.employeePage {
    background-color: #FAFAE7;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald';
    font-size: 1rem;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.myContainer {
    padding: 0 5px;
}

.top-header {
    height: 60px;
    background-color: #cbcbcb;
}

.burger-button {
    position: absolute;
    top: 19px;
    right: 5px;
}

ul > li {
    list-style-type: none;
}

ul {
    padding: 2em 0;
    margin: 0;
}

ul > li > a.a-link {
    display: block;
    text-align: center;
    margin: 1em 0;
    font-size: 1.2rem;
    color: #5B5B5B;
}

.myForm {
    max-width: 1311px;
    margin: 0 auto;
    padding: 1.6em 0 0.5em;
}

.myForm input ,
.myForm textarea {
    background-color: #F8F8F8;
    border-radius: 0;
    border: none;
    font-size: 1.1rem;
    color: #666;
}

.myForm input {
    font-size: 1.1rem;
    padding: 1.3em 1em;
}

.myForm label {
    display: block;
    color: #A2A2A2;
    font-weight: 400;
    text-align: center;
}

.submitButton {
    width: 100%;
}

.submitButton button {
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 0;
    border: 1px solid black;
    font-size: 1.1rem;
    padding: 0.5em 1em;
}

.minimum {
    min-height: 65vh;
}

.mainMenu {
    background-color: #E3E3E3;
    height: 90vh;
}

.is-open {
    display: block;
}

.hidden1 {
    display: none;
}

.a-link:hover {
    color: inherit;
    text-decoration: none;
}

.mainContent {
    min-height: 70vh;
}

.top-block {
    position: relative;
    background-image: url("/img/main.jpg");
    background-size: cover;
    background-position: center;
    height: 95vh;
}

.head-container {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
}

.mainBlock h1 {
    text-align: center;
    font-size: 5.5rem;
    margin-bottom: -0.2em;
    font-weight: 400;
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.35);
}

.mainBlock h2 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 20px;
    font-weight: 200;
    color: #5B5B5B;
}

.redOne {
    color: red;
}

.text {
    font-weight: 300;
    color: #323131;
}

h2 {
    font-size: 2.35rem;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.about h2 {
    text-align: center;
    margin: 0.3em 0;
}

.buttonBlock{
    text-align: center;
}

.button1 {
    font-size: 1.3em;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 0.2em 2.5em;
    width: 12em;
}

.image1 {
    background-image: url("/img/image1.jpg");
    background-size: cover;
    background-position: center;
    min-height: 14em;
}

.howTest .wrap {
    padding: 0 5px 2em;

}

.howTest h2 {
    text-align: center;
}

.howTest {
    background-color: #F1F1F1;
    margin-bottom: 1.5em;
}

.price {
    background: #F8F8F8;
    padding: 0.3em 0;
    margin-bottom: 2.5em;
}

.price .wrap .item {
    text-align: center;
    background-color: white;
    padding-bottom: 2.5em;
    max-width: 413px;
    margin: 0 auto 3em;

}

.price .item h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin: 0.3em 0;
    text-align: center;
}


.price .item .time {
    background-color:  #E5E5E5;
    padding: 0.1em 0;
}

.price .super {
    font-size: 1.1rem;
    color: #A2A2A2;
}

.priceMoney {
    padding: 1em 0 0.2em;
}

.price .money {
    font-size: 3rem;
    font-weight: 600;
}

.price .line {
    height: 3px;
    width:  43px;
    background-color: #E5E5E5;
    margin: 0 auto;
}

.price .textPrice {
    color: #A2A2A2;
    padding: 0.5em 2em 0.3em;
}

#wall {
    background-image: url("/img/image2.jpg");
    background-size: cover;
    background-position: center;
    padding: 0.7em 2em;
    margin-bottom: 1em;
}



.question-container h4 {
    color: #A2A2A2;
    text-align: center;
}

.question-container {
    padding: 5px;
}

#questions {
    margin-bottom: 2em;
}

#puzzle {
    background-image: url("/img/image3.jpg");
    background-size: cover;
    background-position: center;
    min-height: 8em;
}

.topFooter {
    background-color: #282828;
    padding: 1.5em 0;
}

.topFooter .wrap {
    text-align: center;
}

.topFooter .wrap a{
    display: block;
    color: white;
    font-weight: 200;
    margin: 0.3em 0;
}

.topFooter .wrap > div {
    margin: 1em 0;
}

.bottomFooter {
    background-color: black;
    padding: 0.6em 0;
    text-align: center;
}

.bottomFooter span {
    color: white;
    font-size: 0.8rem;
    font-weight: 200;
}



.videoBox {
    padding: 0.5em 0;
}

.itemVideo iframe {
    height: 450px;
    margin-bottom: 1em;
    border: 1px solid red;
    padding: 0.3em;
}




















