/*Обнуление*/
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}
/*--------------------*/

body {
    overflow-x: hidden;
    font-family: 'Merriweather', serif;
    background: url(../assets/full/212full.jpg) no-repeat;
    background-size: cover;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    
}
.content {
    flex: 1 1 auto;
    transition: all 1s ease;
}
.header {
    width: 100%;
    padding: 30px 0;
    transition: all 0.6s ease;
    border-radius: 50px;
}
.main-title {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
.container {
    margin: 0 auto;
}
.title-settings {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    border-radius: 50px;
    transition: all 1s ease;
    transform: translateX(0%);
}
.artist-title {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    border-radius: 50px;
    transition: all 1s ease;
    transform: translateX(0%);
}
.picture-title {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    border-radius: 50px;
    transition: all 1s ease;
    transform: translateX(0%);
}
main {
    padding: 30px 0 0;
}
.menu-buttons {
    width: 60%;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #FA320A;
    border-radius: 50px;
    opacity: 0.9;
    transition: all 1s ease;
}
.menu-buttons:hover {
    background-color: #EFF70E;
    cursor: pointer;
    transform: scaleY(1.3);
}
.button {
    text-align: center;
    padding-top: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
}

.hide {
    opacity: 0;
    position: absolute;
    transform: translateX(-100%);
    transition: all 0.6s ease;
}
.container-settings {
   position: relative;
   transition-delay: 0.2s;
   transition: all 0.6s ease;
}
.options {
    height: 50px;
    background-color: red;
}

.back {
    transition: all 1s ease;
    background-color: inherit;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url(../assets/svg/keyboard-left-arrow-button_icon-icons.com_72692.svg);
}
.back span {
    display: inline-block;
    margin-left: 35px;
}
.language {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.categories-container {
    position: relative;
}
.quiz-border {
    transition: all 0.8s linear;
    cursor: pointer;
}
.quiz-border img {
    filter: contrast(130%);
    filter: brightness(1.2);
}
.picture-quiz {
    margin-top: 30px;
}
.quiz-border:hover {
    box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
    transition: all 1s linear;
    
}
.theme {
    display: none;
}
.quiz-name {
    width: 100%;
    height: 5%;
    position: absolute;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #D8D8D8;
    opacity: 0.8;
    bottom: 60%;
}
.quiz-name2 {
    width: 100%;
    height: 5%;
    position: absolute;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #D8D8D8;
    opacity: 0.8;
    bottom: 7%;
}
.categories-item {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    
}
.number {
    position: absolute;
    color: #FFF;
    left: 20%;
    top: 5%;
    z-index: 1;
}
.item-score {
    position: absolute;
    color: #1DD01A;
    right: 20%;
    bottom: 15%;
    z-index: 1;
}
.categories-item  img {
    border-radius: 5%;
    filter: grayscale(100%);
    cursor: pointer;
    transition: all 0.5s ease;
}
.categories-item img:hover {
    box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
}
.categories-item-pictures img {
    transition: all 0.5s ease;
    cursor: pointer;
}
.categories-item-pictures img:hover {
    box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
}
.general-score {
    text-align: right;
}
.quizpictures img{
    margin-top: 20px;
    width: 100%;
    border-radius: 5%;
}
.question-text {
    text-align: center;
    margin-top: 15px;
}

.categories-item-pictures {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.categories-item-pictures img {
    border-radius: 5%;
    filter: grayscale(100%);
}
.answers-container-picture {
    display: grid;
    grid-template-columns: 50% 50%;
}
.answers-container-picture li {
    margin: 20px 10px 0 10px;
    list-style: none;
    
}
.answers-container-picture li img  {
    width: 100%;
}
.question-picture-text {
    letter-spacing: 2px;
    line-height: 1.5;
}
footer {
   padding: 10px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer a {
    color: black;
}
.footer-github a {
    transition: all 0.6s linear;
}
.footer-github a:hover {
    color: #FA320A;
}
.footer-school {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    background-image: url(../assets/svg/rs_school_js.svg);
}

.right-answer {
  position: fixed;
  width: 80%;
  height: 80%;
  bottom: 10%;
  left: 10%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 55;
}
.right-answer-open {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}
.right__body {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.right__img img {
    width: 30%;
    border-radius: 5%;
}
.right__content {
    display: flex;
    flex-direction:column ;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: space-around;
}

.right__icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    background-image: url(../assets/svg/Tick_Mark_icon-icons.com_69146.svg);
}
.wrong__icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    background-image: url(../assets/svg/Delete-80_icon-icons.com_57340.svg);
}
.right__close {
    margin: 0 auto;
    width: 20%;
    height: 10%;
    position: relative;
    bottom: 0px;
    background-color: #FA320A;
    border-radius: 50px;
}
.right__close span {
    display: inline-block;
    position: relative;
    top: 30%;
    color: #FFF;
}
.answers-container {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0px;
}
.answers-container li{
    width: 50%;
    height: 50px;
    padding: 20px;
    margin-top: 10px;
    list-style: none;
    text-align: center;
    font-weight: bold;
}
.answers-container li:hover {
    background-color:rgba(180, 178, 178, 0.3);
}

.round-end {
  position: fixed;
  width: 100%;
  height: 0%;
  background-color: #FFF;
  bottom: 0px;
  left: 0px;
  border-radius: 5%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 55;
  transition: all 0.8s ease;
}
.round-end-open {
    height: 100%;
}
.round-end__body {
    width: 100%;
    height: 100%;
}
.round-end__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
}
.round-end__title {
    margin-top: 70px;
}
.round-end__score {
    margin-top: 40px;
}
.round__button{
    width: 40%;
    height: 15%;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #C1BBBB;
}

li {
    cursor: pointer;
}
/* Значок громкости */
.volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 20px;
  }
  
  .volume-slider {
    z-index: -1;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: .25s;
    margin-top: 10px;
  }
  .volume-percentage {
    background: orange;
    height: 100%;
    width: 20%;
    border-radius: 10px;
  }
  
  

@media(min-width: 360px) {
    body {
        background: url(../assets/full/212full.jpg) repeat;
    }
    .container {
        max-width:80%;
    }
    .main-title{
        font-size: 40px;
    }
    .title-settings {
        font-size: 25px;
    }
    .artist-title {
        font-size: 25px;
    }
    .picture-title {
        font-size: 25px;
    }
    .button {
        font-size: 20px;
    }
    .language {
        font-size: 20px;
    }
    .back span {
        font-size: 20px;
    }
    .theme {
        font-size: 20px;
    }
    .categories-container {
        display: flex;
        flex-direction: column;
    }
    .artist-quiz img{
        width: 100%;
    }
    .quizpictures {
        width: 80%;
        margin: 0 auto;
    }
    .picture-quiz img {
        width: 100%;
    }
    .number {
        font-size: 40px;
    }
    .item-score {
        font-size: 40px;
    }
    .text {
        font-size: 25px;
    }
    .question-text {
        font-size: 20px;
    }
    .categories-item img {
        width: 70%;
    }
    .categories-item-pictures img {
        width: 70%;
    }
    .general-score {
        font-size: 20px;
    }
    .answers-container li {
        font-size: 20px;
    }
    .answers-container {
        width: 100%;
    }
    .right__content {
        font-size: 20px;
    }
    .round-end__title {
        font-size: 30px;
    }
    .round-end__score {
        font-size: 50px;
    }
    .round__button {
        font-size: 20px;
    }
    .volume-text {
        font-size: 20px;
    }
    .right__close span {
        font-size: 26px;
    }
    footer {
        font-size: 18px;
    }
    .answers-container-picture {
        width: 100%;
        margin: 0 auto;
    }
    .answers-container-picture li img {
        border-radius: 5%;
        transition: box-shadow 0.5s ease-in;
    }
    .answers-container-picture li img:hover {
        box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
    }
    .right__img img {
        width: 80%;
    }
}

@media(min-width: 600px) {
    .answers-container-picture {
        width: 80%;
        margin: 0 auto;
    }
    .answers-container-picture li img {
        border-radius: 5%;
        transition: box-shadow 0.5s ease-in;
    }
    .answers-container-picture li img:hover {
        box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
    }
    .right__img img {
        width: 50%;
    }
}

@media(min-width: 1024px) {
    .container {
        max-width:1000px;
    }
    .categories-container{
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: baseline;
        justify-items: center;
    }
    
    .quiz-name {
        width: 45%;
        bottom: 12%;
        left: 25px;
    }
    .quiz-name2 {
        width: 45%;
        bottom: 12%;
        left: 525px;
    }
    .quiz-border {
        width: 90%;
    }
    .categories-list .container {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .answers-container-picture {
        width: 40%;
        margin: 0 auto;
    }
    .answers-container-picture li img {
        border-radius: 5%;
        transition: box-shadow 0.5s ease-in;
    }
    .answers-container-picture li img:hover {
        box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
    }
    .quizpictures {
        width: 50%;
        margin: 0 auto;
    }
    .right__img img {
        width: 30%;
    }
}

@media (min-width: 1500px) {
    body {
        background: url(../assets/full/212full.jpg) no-repeat;
        background-size: cover;
    }
    .container {
        max-width: 1480px;
    }
    .categories-list .container {
        display: grid;
        grid-template-rows: 50% 50%;
        grid-template-columns: repeat(6, 16%);
        grid-row-gap: 30px;
    }
    .categories-list2 .container {
        display: grid;
        grid-template-rows: 50% 50%;
        grid-template-columns: repeat(6, 16%);
        grid-row-gap: 30px;
    }
    .quiz-name {
        width: 30%;
        bottom: 12%;
        left: 148px;
    }
    .quiz-name2 {
        width: 30%;
        bottom: 12%;
        left: 888px;
    }
    .quiz-border {
        width: 60%;
    }
    .quizpictures {
        width: 30%;
        margin: 0 auto;
    }
    .quizpictures img {
        width: 100%;
    }
    footer {
        font-size: 24px;
    }
    .answers-container li {
        font-size: 22px;
    }
    .answers-container {
        width: 50%;
    }
    .answers-container-picture {
        width: 40%;
        margin: 0 auto;
    }
    .answers-container-picture li img {
        border-radius: 5%;
        transition: box-shadow 0.5s ease-in;
    }
    .answers-container-picture li img:hover {
        box-shadow: 15px 10px 10px  rgba(0, 0, 0, 0.8);
    }
    .right__img img {
        width: 30%;
    }
}


