* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
img {
  display: block;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

body {
  background-color: #000;
}

header {
  background-color: rgb(73 79 129 / 23%);
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 90%;
  margin: 0 auto;
}

.text_left,
.text_right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw 3%;
}


.text_left img,
.text_right img {
  width: 100%;
}

.text_right img {
  width: 70%;
}

.text_left {
  width: 31%;
}
.text_right {
  width: 69%;
}

.progress {
  width: 14vw;
  height: 14vw;
  margin: -4vw 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/prog1.png);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.main {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.main.caprice .katarina {
  display: none;
}

.main.katarina .caprice {
  display: none;
}

.window_1 {
}
.window_2 {
  display: none;
}
.window_3 {
  display: none;
}
.window_4 {
  display: none;
}
.window_5 {
  display: none;
}

.card_container {
  margin: 0 auto;
  margin-top: 7vh;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.card {
  height: 70vh;
  width: 32vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.card_1 {
  background-image: url(img/card1.png);
}

.card_2 {
  background-image: url(img/card2.png);
}

.card_1:hover {
  background-image: url(img/card1Selected.png);
  -webkit-transform: scale(1.1) translateY(-10%);
      -ms-transform: scale(1.1) translateY(-10%);
          transform: scale(1.1) translateY(-10%);
}

.card_2:hover {
  background-image: url(img/card2Selected.png);
  -webkit-transform: scale(1.1) translateY(-10%);
      -ms-transform: scale(1.1) translateY(-10%);
          transform: scale(1.1) translateY(-10%);
}

.answers {
  width: 32vw;
  position: absolute;
  left: 39vw;
  top: -0.5vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.answers div img {
  width: 38%;
}

.answers div {
  margin-bottom: -3%;
  width: 14vw;
  height: 5vw;
  background-image: url(img/btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;

}

.answers div:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.window_2 .answers {
  top: 0;
}

.window_3 .answers div:nth-child(1) img {
  width: 68%;
}
.window_3 .answers div:nth-child(2) img {
}
.window_3 .answers div:nth-child(3) img {
  width: 70%;
}
.window_3 .answers div:nth-child(4) img {
  width: 58%;
}

.window_4 .answers div img {
  width: 60%;
}

.window_4 .answers div:nth-child(4) img {
  width: 55%;
}

.window_5 .answers div {
  height: 6vw;
  margin-top: 2vw;
  width: 100%;
}

.girl {
  width: 46%;
  margin-top: -21%;
  margin-left: -16%;
  z-index: 30;

  -webkit-transform: scale(0.5);

      -ms-transform: scale(0.5);

          transform: scale(0.5);
  -webkit-animation-name: open;
          animation-name: open;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.girl img {
  width: 100%;
}

.caprice_1 {
  margin-top: -19%;
  margin-left: 0;
}

.caprice_2 {
  margin-top: -19%;
  margin-left: 14%;
  width: 29%;
}

.caprice_3 {
  margin-top: -21%;
  margin-left: 6%;
  width: 49%;
}

.caprice_4 {
  width: 48%;
  margin-top: -21%;
  margin-left: 5%;
}

.katarina_1 {
  margin-left: 0%;
  margin-top: -12vw;
}

.katarina_2 {
  margin-left: 12%;
  margin-top: -17%;
  width: 34%;
}

.katarina_3 {
  width: 37%;
  margin-top: -16%;
  margin-left: 7%;
}

.katarina_4 {
  margin-top: -17%;
  margin-left: 5%;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  height: 100%;
  min-height: 72em;
}

.dialog {
  margin-left: 46%;
  margin-top: -1%;
  width: 43%;
  background-image: url(img/dialog.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 6%;
  padding-bottom: 8%;
}

.window_5 .dialog {
  padding: 5%;
  padding-bottom: 7.3%;
  margin-top: 1%;
}

.window_5 .dialog img {
  width: 108%;
}


.dialog img {
  width: 100%;
}

.window_2 .block {
  background-image: url(img/block1.png);
}
.window_3 .block {
  background-image: url(img/block2.png);
}
.window_4 .block {
  background-image: url(img/block3.png);
}
.window_5 .block {
  background-image: url(img/block4.png);
}

.block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 21vw;
  left: 48%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90vw;
  height: 24vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.block_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.info {
  position: absolute;
  left: 49vw;
  top: 8.3vw;
  width: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info img {
  width: 100%;
}

.name {
  margin-top: 2vw;
}

@-webkit-keyframes open {
  0% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes open {
  0% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.circles {
}

.circles div {
  height: 8.2vw;
  width: 8.2vw;
 
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.circles div:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.circles div:nth-child(1) {
  background-image: url(img/face1blocked.png);
  top: 26.1%;
  right: 10.4%;
}
.circles div:nth-child(1):hover {
  background-image: url(img/face1.png);
}
.circles div:nth-child(2) {
  background-image: url(img/face2blocked.png);
  top: 58%;
  right: 15.3%;
}
.circles div:nth-child(2):hover {
  background-image: url(img/face2.png);
}
.circles div:nth-child(3) {
  background-image: url(img/face3blocked.png);
  top: 58%;
  right: 5%;
}
.circles div:nth-child(3):hover {
  background-image: url(img/face3.png);
}

.circle_1 .circles div:nth-child(1) {
  background-image: url(img/face1.png);
}
.circle_2 .circles div:nth-child(2) {
  background-image: url(img/face2.png);
}
.circle_3 .circles div:nth-child(3) {
  background-image: url(img/face3.png);
}

footer {
  position: fixed;
  bottom: 1vw;
  right: 40vw;
  z-index: 100;
}

.caprice footer,
.katarina footer {
  left: 48vw;
}

footer img {
  width: 20vw;
}