@import url("https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic");
@font-face {
  font-family: B52;
  src: url("../fonts/b52.ttf") format("truetype"), url("../fonts/b52.eot") format("eot"), url("../fonts/b52.woff") format("woff"); }

* {
  margin: 0;
  padding: 0; }

body, html {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

.map-container {
  width: 100%;
  background: url("../img/map-bg.jpg") no-repeat center center fixed;
  background-position: center top;
  min-height: 100%;
  background-size: cover; }
.map-container .map-header {
  background: #b54319;
  width: 100%;
  font-family: B52, serif;
  font-size: 48px; }
@media screen and (max-width: 1169px) {
  .map-container .map-header {
    font-size: 30px; } }
@media screen and (max-width: 767px) {
  .map-container .map-header {
    font-size: 20px; } }
.map-container .map-header .header-container {
  width: 1170px;
  height: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative; }
@media screen and (max-width: 1169px) {
  .map-container .map-header .header-container {
    width: 100%;
    padding: 10px 0; } }
.map-container .map-header .header-container:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 257px;
  z-index: 10;
  background: url("../img/fort-logo.png") no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 158px;
  top: 0; }
.map-container.start-page .map-header .header-container:before {
  left: 60px;
}



.map-container.start-page .img-wrap{
  position: relative;
}
.map-container.start-page .img-wrap .text-paper{
  position: absolute;
  width: 300px;
  text-align: center;
  height: 300px;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: url("../img/start-paper.png") no-repeat center top;
  background-size: 100% 100%;
  -webkit-box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3);
  right: 0;
  top: 34px;
}

.map-container.start-page .img-wrap .text-paper .title{
  font-family: B52, serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.map-container.start-page .img-wrap .text-paper .text{
  font-family: B52, serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 18px;
  margin-top: 0;
}

.map-container.start-page .img-wrap .text-paper .script{
  font-family: 'Bad Script', cursive;
  font-size: 18px;
}
.map-container.start-page .img-wrap .main-link{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding-top: 85px;
  text-align: center;
  display: block;
  margin-top: 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/play_btn.png) no-repeat top center;
  background-size: 60px auto;
  margin-left: 30px;
  color: #000;
  outline: none;
  background-position-y: 10px;
  position: absolute;
  bottom: 196px;
  right: 107px;
}



.map-container.start-page .slogan-wrap{
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}

.map-container.start-page .slogan-wrap .slogan{
  position: absolute;
  bottom: 111px;
  width: 100%;
  text-align: center;
  left: 21px;
  font-size: 44px;
  color: #fff;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

.map-container.start-page .slogan-wrap .slogan-banner{
  text-align: center;
  margin: -53px 0;
}

.map-container.start-page .slogan-wrap .slogan-banner img{
  max-width: 61%;
  text-align: center;
}



.map-container.start-page .img-wrap .main-link span {
  color: #c65f39; }
.map-container.start-page .img-wrap .main-link:hover {
  background: url(../img/play_btn_hover.png) no-repeat top center;
  background-size: 80px auto;
  background-position-y: 0; }



@media screen and (max-width: 1169px) {
  .map-container .map-header .header-container:before {
    width: 150px;
    height: 184px;
    left: 60px; } }
@media screen and (max-width: 767px) {
  .map-container .map-header .header-container:before {
    width: 90px;
    left: 1%;
    height: 107px; } }
@media screen and (max-width: 767px) {
  .map-container .map-header .header-container .title {
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.map-container .slogan {
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 147%;
  text-align: center;
  font-size: 50px;
  color: #fff;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); }
.map-container .slogan span {
  color: #f78f21; }
@media screen and (max-width: 1169px) {
  .map-container .slogan {
    bottom: -21%;
    width: 100%;
    font-size: 35px; } }
.map-container .map-content {
  width: 1170px;
  height: 100%;
  min-height: 1000px;
  margin: 0 auto;
  background: url("../img/paper.png") no-repeat center top;
  background-size: 100% auto;
  position: relative;
  margin-top: -50px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content {
    background: url("../img/paper-rotated.png") no-repeat center top;
    width: 100%;
    background-size: 100% auto;
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  .map-container .map-content {
    background: url("../img/paper-cropped.png") no-repeat center top;
    background-size: 100% auto; } }
.map-container .map-content .map-main {
  top: 170px;
  left: 185px;
  width: 555px;
  height: 537px;
  position: relative;
  z-index: 0; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main {
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    z-index: 3; } }
.map-container .map-content .map-main img.wire {
  width: 100%;
  height: auto; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main img.wire {
    width: 62%;
    display: block;
    margin: 0 auto;
    padding-top: 16%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main img.wire {
    width: 85%;
    padding-top: 23%; } }
.map-container .map-content .map-main .shape {
  position: absolute;
  background: url("../img/lock.png") no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  display: block; }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape {
    width: 30px;
    height: 30px; } }
.map-container .map-content .map-main .shape a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none;
  z-index: 50; }
.map-container .map-content .map-main .shape .tooltip {
  display: none;
  position: absolute;
  padding: 5px 10px;
  top: -40px;
  left: 30px;
  background: url("../img/tooltip_bg.png") no-repeat center;
  background-size: 100% 100%;
  color: #333;
  font-size: 14px;
  opacity: 1 !important;
  text-align: center; }
.map-container .map-content .map-main .shape .tooltip .title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: B52, serif; }
.map-container .map-content .map-main .shape:hover .tooltip {
  display: block; }
.map-container .map-content .map-main .shape:before {
  z-index: -1;
  position: absolute;
  content: '';
  display: none;
  background-size: 100% 100%; }
.map-container .map-content .map-main .shape:hover:before {
  display: block;
  opacity: .5; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape:hover:before {
    display: none; } }
.map-container .map-content .map-main .shape.shape-1 {
  left: 42px;
  top: 37px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-1 {
    left: 26%;
    top: 29%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-1 {
    left: 17%;
    top: 31%; } }
.map-container .map-content .map-main .shape.shape-1:before {
  width: 125px;
  height: 96px;
  top: 4px;
  left: -25px;
  background: url("../img/active-1.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-2 {
  left: 220px;
  top: 22px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-2 {
    left: 45%;
    top: 25%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-2 {
    left: 40%; } }
.map-container .map-content .map-main .shape.shape-2:before {
  width: 203px;
  height: 141px;
  top: -13px;
  left: -125px;
  background: url("../img/active-2.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-3 {
  left: 101px;
  top: 190px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-3 {
    left: 30%;
    top: 48%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-3 {
    left: 21%; } }
.map-container .map-content .map-main .shape.shape-3:before {
  width: 236px;
  height: 143px;
  top: -64px;
  left: -60px;
  background: url("../img/active-3.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-4 {
  left: 66px;
  top: 258px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-4 {
    left: 25%;
    top: 59%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-4 {
    left: 15%; } }
.map-container .map-content .map-main .shape.shape-4:before {
  width: 176px;
  height: 95px;
  top: -26px;
  left: -57px;
  background: url("../img/active-4.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-5 {
  left: 171px;
  top: 314px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-5 {
    left: 37%;
    top: 66%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-5 {
    left: 30%; } }
.map-container .map-content .map-main .shape.shape-5:before {
  width: 200px;
  height: 147px;
  top: -51px;
  left: -69px;
  background: url("../img/active-5.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-6 {
  left: 119px;
  top: 437px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-6 {
    left: 32%;
    top: 84%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-6 {
    left: 24%; } }
.map-container .map-content .map-main .shape.shape-6:before {
  width: 141px;
  height: 150px;
  top: -58px;
  left: -46px;
  background: url("../img/active-6.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-7 {
  left: 256px;
  top: 382px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-7 {
    left: 49%;
    top: 76%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-7 {
    left: 42%; } }
.map-container .map-content .map-main .shape.shape-7:before {
  width: 213px;
  height: 134px;
  top: -59px;
  left: -44px;
  background: url("../img/active-7.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-8 {
  left: 310px;
  top: 298px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-8 {
    left: 54%;
    top: 64%; } }
.map-container .map-content .map-main .shape.shape-8:before {
  width: 138px;
  height: 106px;
  top: -49px;
  left: -51px;
  background: url("../img/active-8.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-9 {
  left: 424px;
  top: 349px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-9 {
    left: 62%;
    top: 72%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.shape-9 {
    left: 65%; } }
.map-container .map-content .map-main .shape.shape-9:before {
  width: 222px;
  height: 86px;
  top: -27px;
  left: -98px;
  background: url("../img/active-9.png") no-repeat center; }
.map-container .map-content .map-main .shape.shape-10 {
  left: 298px;
  top: 450px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.shape-10 {
    left: 52%;
    top: 88%; } }
.map-container .map-content .map-main .shape.shape-10:before {
  width: 123px;
  height: 73px;
  top: 3px;
  left: -63px;
  background: url("../img/active-10.png") no-repeat center; }
.map-container .map-content .map-main .shape.unlocked {
  background: none; }
.map-container .map-content .map-main .shape.unlocked:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 87px;
  background: url("../img/red_flag.png") no-repeat center;
  background-size: 100%;
  left: 0;
  bottom: 0; }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.unlocked:after {
    width: 64px; } }
/*.map-container .map-content .map-main .shape.unlocked:hover .tooltip {*/
/*display: none; }*/
.map-container .map-content .map-main .shape.completed {
  background: none; }
.map-container .map-content .map-main .shape.completed:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 89px;
  background: url("../img/yellow_flag.png") no-repeat center;
  background-size: 100% auto;
  left: 0;
  bottom: 0; }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-main .shape.completed:after {
    width: 78px; } }
.map-container .map-content .map-main .shape.completed:before {
  display: block; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-main .shape.completed:before {
    display: none; } }
/*.map-container .map-content .map-main .shape.completed:hover .tooltip {*/
/*display: none; }*/
.map-container .map-content .map-main .shape.completed:hover:before {
  opacity: 1; }
.map-container .map-content .map-keys {
  position: absolute;
  top: 10px;
  right: -60%;
  width: 100%;
  height: 145px; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-keys {
    top: 21%;
    right: 18%;
    width: 28%;
    height: 25%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-keys {
    right: 0;
    width: 46%; } }
.map-container .map-content .map-keys .key {
  float: left;
  margin-right: 10px;
  width: 8%;
  opacity: .4;
  height: 100%; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-keys .key {
    width: 14%;
    height: 70%; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-keys .key {
    margin-right: 6px; } }
.map-container .map-content .map-keys .key.available {
  opacity: 1; }
.map-container .map-content .map-keys .key-1 {
  background: url("../img/key1-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-1.earned {
  opacity: 1;
  background: url("../img/key1.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-2 {
  background: url("../img/key2-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-2.earned {
  opacity: 1;
  background: url("../img/key2.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-3 {
  background: url("../img/key3-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-3.earned {
  opacity: 1;
  background: url("../img/key3.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-4 {
  background: url("../img/key4-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-4.earned {
  opacity: 1;
  background: url("../img/key4.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-5 {
  background: url("../img/key5-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-5.earned {
  opacity: 1;
  background: url("../img/key5.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-6 {
  background: url("../img/key6-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-6.earned {
  opacity: 1;
  background: url("../img/key6.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-7 {
  background: url("../img/key7-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-7.earned {
  opacity: 1;
  background: url("../img/key7.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-8 {
  background: url("../img/key8-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-8.earned {
  opacity: 1;
  background: url("../img/key8.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-9 {
  background: url("../img/key9-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-9.earned {
  opacity: 1;
  background: url("../img/key9.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-10 {
  background: url("../img/key10-empty.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-keys .key-10.earned {
  opacity: 1;
  background: url("../img/key10.png") no-repeat center;
  background-size: 100% auto; }
.map-container .map-content .map-start-link {
  position: absolute;
  right: -237px;
  bottom: 0;
  width: 100px;
  height: 100px;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  z-index: 5; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-start-link {
    bottom: -11%;
    right: 26%;
    z-index: 0; } }
@media screen and (max-width: 767px) {
  .map-container .map-content .map-start-link {
    bottom: -33%;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 14px; }
  .map-container .map-content .map-start-link:before {
    display: none; } }
.map-container .map-content .map-start-link:hover {
  text-decoration: none; }
.map-container .map-content .map-start-link:before {
  content: '';
  width: 150px;
  height: 141px;
  background: url("../img/glass.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -31px;
  z-index: -1; }
.map-container .map-content .map-start-link:after {
  content: '';
  width: 400px;
  height: 380px;
  background: url("../img/compass.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: -229px;
  top: -239px;
  z-index: -2;
  opacity: .4; }
@media screen and (max-width: 1169px) {
  .map-container .map-content .map-start-link:after {
    display: none; } }


.fort-quiz-page .fort-header .absolute-btn-map a{
  position: absolute;
  bottom: -367px;
  left: 14px;
  border: none;
  background: #ffffff;
  font-family: Ubuntu;
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
  text-transform: initial;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}


.fort-quiz-page .fort-header .absolute-btn-map a:hover{
  background: #eee ;
}



.fort-quiz-page {
  background: #ffd857;
  width: 100%;
  min-height: 100%;
  margin-bottom: -20px;
  padding-bottom: 20px; }
.fort-quiz-page .fort-container {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 1169px) {
  .fort-quiz-page .fort-container {
    width: 100%; } }
.fort-quiz-page .back-btn {
  padding: 4px 10px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  margin: 10px 0;
  display: block;
  width: 150px;
  text-align: center; }
.fort-quiz-page .quiz-white-container {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px; }
.fort-quiz-page .quiz-legend h4 {
  font-size: 20px;
  color: #b54319;
  text-transform: uppercase;
  margin-bottom: 10px; }
.fort-quiz-page .quiz-legend ul {
  list-style: none;
  font-size: 16px; }
.fort-quiz-page .quiz-legend ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.fort-quiz-page .quiz-legend ul li a {
  color: #b54319; }
.fort-quiz-page .quiz-legend ul li:before {
  content: '';
  position: absolute;
  background: #b54319;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-quiz-page .fort-header {
  background: #b54319;
  width: 100%;
  font-family: B52, serif;
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  color: #fff; }
@media screen and (max-width: 500px) {
  .fort-quiz-page .fort-header {
    font-size: 30px;
    padding-left: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.fort-quiz-page .fort-header .fort-container {
  padding: 20px 0;
  position: relative;
  padding-left: 195px; }
@media screen and (max-width: 1023px) {
  .fort-quiz-page .fort-header .fort-container {
    padding-left: 15%;
    text-align: center; } }
@media screen and (max-width: 1023px) and (max-width: 500px) {
  .fort-quiz-page .fort-header .fort-container {
    padding-left: 0; } }
.fort-quiz-page .fort-header .fort-container:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 418px;
  z-index: 10;
  background: url("../img/fort-logo-first.png") no-repeat center;
  background-size: 100% auto;
  background-position: top center;
  left: 0;
  top: 0; }
@media screen and (max-width: 1023px) {
  .fort-quiz-page .fort-header .fort-container:before {
    width: 15%; } }
@media screen and (max-width: 500px) {
  .fort-quiz-page .fort-header .fort-container:before {
    width: 23%;
    left: -23%; } }
.fort-quiz-page .fort-quiz .fort-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 195px; }
@media screen and (max-width: 1023px) {
  .fort-quiz-page .fort-quiz .fort-container {
    padding-left: 15px;
    padding-right: 15px; } }
.fort-quiz-page .fort-quiz .fort-container h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700; }
.fort-quiz-page .fort-quiz .fort-container p {
  font-size: 18px; }
.fort-quiz-page .fort-quiz .fort-container .first-quiz-container {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 40px; }
.fort-quiz-page .fort-quiz .fort-container .first-quiz-container .first-quiz-card {
  width: 25%;
  height: 261px;
  background: url("../img/first_paper.png") no-repeat top left;
  background-size: 100% auto;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 28px 0 10px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer; }
@media screen and (max-width: 1169px) {
  .fort-quiz-page .fort-quiz .fort-container .first-quiz-container .first-quiz-card {
    width: 33%; } }
@media screen and (max-width: 767px) {
  .fort-quiz-page .fort-quiz .fort-container .first-quiz-container .first-quiz-card {
    width: 50%;
    background-position: top center;
    background-size: 100% auto;
    min-height: 185px;
    padding: 30px;
    padding-right: 45px;
    padding-top: 50px; } }
@media screen and (max-width: 555px) {
  .fort-quiz-page .fort-quiz .fort-container .first-quiz-container .first-quiz-card {
    width: 320px;
    margin: 0 auto 10px;
    float: none; } }
.fort-quiz-page .fort-quiz .fort-container .first-quiz-container .clear {
  clear: both; }
.fort-quiz-page .fort-quiz .fort-container .first-quiz-button {
  text-align: center;
  position: relative;
  min-height: 480px;
  background: url("../img/first_btn_bg.png") no-repeat center top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px; }
.fort-quiz-page .fort-quiz .fort-container .first-quiz-button button {
  border: none;
  background: none;
  font-family: B52, serif;
  font-size: 30px;
  cursor: pointer;
  outline: none; }

.fort-first .fort-header{
  font-size: 30px;
}

.fort-first .fort-quiz .fort-container {
  padding-top: 215px;
  background: url("../img/banner_first.png") no-repeat top right; }



/* Second */
.fort-second {
  background: #d4d1ee; }
.fort-second .fort-header {
  background: #9a8cdb;
  font-size: 30px; }
.fort-second .fort-header .fort-container:before {
  background: url("../img/fort-logo-second.png") no-repeat center top;
  background-size: 100% auto; }
.fort-second .fort-second-top {
  background: #f5c26f;
  padding-top: 20px;
  padding-bottom: 20px; }
@media screen and (max-width: 1023px) {
  .fort-second .fort-second-top .fort-container {
    padding-left: 15%; } }
@media screen and (max-width: 434px) {
  .fort-second .fort-second-top .fort-container {
    padding-left: 15px; } }
.fort-second .fort-second-top .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }
.fort-second .fort-second-top ul.line {
  display: table-row; }
@media screen and (max-width: 540px) {
  .fort-second .fort-second-top ul.line {
    display: block;
    width: 100%;
    height: auto;
    border: none;}
  .fort-second .fort-second-top ul.line a{
    margin-top: 10px;}}
.fort-second .fort-second-top ul.line > li {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: center; }
@media screen and (max-width: 540px) {
  .fort-second .fort-second-top ul.line > li {
    display: block;
    width: 80%;
    margin: 0 auto 10px; } }
@media screen and (max-width: 460px) {
  .fort-second .fort-second-top ul.line > li {
    width: 100%; } }
.fort-second .fort-second-top ul.line > li:first-of-type {
  font-size: 20px;
  font-weight: 700; }
.fort-second .fort-second-top ul.line > li a {
  color: #000;
  padding: 5px 20px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none; }
.fort-second .fort-second-top ul.line > li ul {
  text-align: left;
  list-style: none; }
.fort-second .fort-second-top ul.line > li ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px; }
.fort-second .fort-second-top ul.line > li ul li:before {
  content: '';
  position: absolute;
  background: #9a8cdb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-second .fort-second-bottom {
  padding-top: 20px; }
.fort-second .fort-second-bottom .side {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 900px) {
  .fort-second .fort-second-bottom .side {
    display: block; } }
.fort-second .fort-second-bottom .side.left {
  width: 50%;
  padding-top: 500px;
  background: url("../img/second-bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center 50px; }
@media screen and (max-width: 900px) {
  .fort-second .fort-second-bottom .side.left {
    width: 100%; } }
@media screen and (max-width: 700px) {
  .fort-second .fort-second-bottom .side.left {
    padding-top: 30px;
    background: none; } }
.fort-second .fort-second-bottom .side.left form {
  text-align: center;
  width: 100%; }
.fort-second .fort-second-bottom .side.left form .todo {
  width: 40%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  border-radius: 4px;
  background: #fff; }
@media screen and (max-width: 460px) {
  .fort-second .fort-second-bottom .side.left form .todo {
    width: 100%; } }
.fort-second .fort-second-bottom .side.left form input {
  width: 40%;
  padding: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  background: #f6931e;
  border: 0;
  outline: none; }
@media screen and (max-width: 460px) {
  .fort-second .fort-second-bottom .side.left form input {
    width: 49%; } }
.fort-second .fort-second-bottom .side.left form button {
  width: 40%;
  margin: 10px auto;
  padding: 7px;
  border: 0;
  outline: none;
  background: #7b6ebe;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 700; }
@media screen and (max-width: 460px) {
  .fort-second .fort-second-bottom .side.left form button {
    width: 49%; } }
.fort-second .fort-second-bottom .side.right {
  width: 49%; }
@media screen and (max-width: 900px) {
  .fort-second .fort-second-bottom .side.right {
    width: 100%; } }
.fort-second .fort-second-bottom .side.right h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative; }
.fort-second .fort-second-bottom .side.right h4:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 0;
  background: url("../img/plus.png") no-repeat;
  background-size: 100% auto; }
.fort-second .fort-second-bottom .side.right h4 span {
  display: block;
  font-weight: 300; }
.fort-second .fort-second-bottom .side.right .viol-title {
  font-weight: 700;
  margin-bottom: 7px;
  color: #796bc0;
  font-size: 18px; }
.fort-second .fort-second-bottom .side.right .dark {
  font-weight: 700; }
.fort-second .fort-second-bottom .side.right ul {
  text-align: left;
  list-style: none;
  margin-bottom: 30px; }
.fort-second .fort-second-bottom .side.right ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px; }
.fort-second .fort-second-bottom .side.right ul li:before {
  content: '';
  position: absolute;
  background: #f6931e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-quiz-page .fort-container .countdown{
  margin-bottom:1rem;
}
.fort-quiz-page .fort-container .quiz-complete{
  margin-bottom:3.4rem;
}
.fort-quiz-page .fort-modal .modal-dialog .modal-header {
  border-bottom: none;
}
.fort-quiz-page .fort-modal .modal-dialog {
  width: 700px;
  padding: 30px 70px;
  background: #ffd857;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 700px) {
  .fort-quiz-page   .fort-modal .modal-dialog {
    width: 100%;
    padding: 30px 15px; } }

.fort-quiz-page .fort-modal .modal-dialog .modal-content {
  background-size: 100% auto;
}

.fort-quiz-page .fort-modal .modal-dialog .modal-content{

}

@media screen and (max-width: 700px) {
  .fort-quiz-page   .fort-modal .modal-dialog .modal-content {
    background: none; } }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .modal-title {
  text-align: center;
  font-family: B52, serif;
  font-size: 26px;
  width: 90%;
  margin: 0 auto;
  line-height: 1em; }

.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-advice {
  margin-top: 260px;
  background: #fff4ce;
  padding: 15px;
}



.mo-modal-wrapper .in-modal-none{
  display: none;
}

.mo-modal-wrapper .in-modal-block{
  width: 100%;
}




.fort-quiz-page.fort-eighth .fort-modal .modal-dialog .modal-content .fort-modal-advice {
  margin-top: 0;
  background: transparent;
}

.fort-quiz-page.fort-eighth #error-submit-modal .modal-dialog .modal-content .fort-modal-advice,
.fort-quiz-page.fort-eighth #yes-modal  .modal-dialog .modal-content .fort-modal-advice
{
  background: #fff4ce;
}

.fort-quiz-page.fort-eighth #error-submit-modal .modal-body,
.fort-quiz-page.fort-eighth #yes-modal .modal-body
{
  padding: 15px 0;
}

.fort-quiz-page.fort-eighth #yes-modal .fort-modal-advice{
  text-align: center;
}


.fort-quiz-page.fort-fifth .fort-modal .modal-dialog .modal-content .fort-modal-advice {
  margin-top: 60px;}
@media screen and (max-width: 700px) {
  .fort-quiz-page   .fort-modal .modal-dialog .modal-content .fort-modal-advice {
    margin-top: 30px; } }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-advice h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase; }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-advice ul {
  list-style: none; }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-advice ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px; }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-advice ul li a {
  color: #b54319; }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-advice ul li:before {
  content: '';
  position: absolute;
  background: #f6931e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-quiz-page .fort-modal .modal-dialog .modal-content .fort-modal-close {
  width: 150px;
  height: 50px;
  background: url("../img/fort-modal-btn.png") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  margin: 10px auto; }

.fort-quiz-page .fort-no-modal .modal-content .fort-modal-bg {
  background: #ffd857 url(../img/no-modal-bg.png) no-repeat top center;
  background-size: cover;
  min-height: 250px;
}

.fort-quiz-page .fort-no-modal .modal-content .fort-modal-body .tour-modal-body-title{
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
}

.fort-quiz-page .fort-no-modal .modal-content .fort-modal-body .tour-modal-body-list{
  padding-left: 0;
}

.fort-quiz-page .fort-no-modal .modal-content .fort-modal-body .tour-modal-body-list li{
  font-size: 1em;
  line-height: 1.4em;
  margin: 13px 0 0;
  padding-left: 30px;
  position: relative;
}

.fort-quiz-page .fort-no-modal .modal-content .fort-modal-body .tour-modal-body-list li:hover:before{
  color: #b59b45;
}

.fort-quiz-page .fort-no-modal .modal-content .fort-modal-body .tour-modal-body-list li:before{
  content: '\e013';
  font-size: 17px;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 2px;
  top: 1px;
}



.fort-quiz-page .fort-no-modal .modal-content .fort-modal-body{
  background: #ffd857;
}

.fort-quiz-page .fort-yes-modal .modal-dialog {
  padding: 30px; }
.fort-quiz-page .fort-yes-modal .modal-dialog .modal-content {
  background: url("../img/yes-modal-bg.png") no-repeat top center;
  background-size: 100% auto; }
@media screen and (max-width: 700px) {
  .fort-quiz-page .fort-yes-modal .modal-dialog .modal-content {
    background: none; } }
.fort-quiz-page .fort-yes-modal .modal-dialog .modal-content .modal-title {
  padding-top: 100px;
  font-size: 18px;
  line-height: 1.1em }
@media screen and (max-width: 700px) {
  .fort-quiz-page .fort-yes-modal .modal-dialog .modal-content .modal-title {
    padding-top: 0; } }
.fort-quiz-page .fort-yes-modal .modal-dialog .modal-content .modal-body {
  margin-top: 250px; }
@media screen and (max-width: 700px) {
  .fort-quiz-page .fort-yes-modal .modal-dialog .modal-content .modal-body {
    margin-top: 30px; } }

.fort-quiz-page #error-submit-modal .modal-dialog {
  padding: 30px; }
.fort-quiz-page #error-submit-modal .modal-dialog .modal-content {
  background: url("../img/yes-modal-bg.png") no-repeat top center;
  background-size: 100% auto; }
@media screen and (max-width: 700px) {
  .fort-quiz-page #error-submit-modal .modal-dialog .modal-content {
    background: none; } }
.fort-quiz-page #error-submit-modal .modal-dialog .modal-content .modal-title {
  padding-top: 100px;
  font-size: 18px;
  line-height: 1.1em }
@media screen and (max-width: 700px) {
  .fort-quiz-page #error-submit-modal .modal-dialog .modal-content .modal-title {
    padding-top: 0; } }
.fort-quiz-page #error-submit-modal .modal-dialog .modal-content .modal-body {
  margin-top: 250px; }
@media screen and (max-width: 700px) {
  .fort-quiz-page #error-submit-modal .modal-dialog .modal-content .modal-body {
    margin-top: 30px; } }



/* Start Page */
.start-page .map-header{
  font-size: 30px;
}

.start-page .map-header .header-container:before {
  left: 15px; }
@media screen and (max-width: 500px) {
  .start-page .map-header .header-container:before {
    left: 5px; } }

.start-page .map-content {
  margin-top: 0;
  background: none; }


.start-page .top-content-wrapper .info-block{
  background: rgba(138, 93, 59, .7);

}

.start-page .top-content-wrapper .info-block .discription{
  color: #fff;
  margin: 0;
  font-weight: 400;
  padding: 0 10px 20px;
}

.start-page .top-content-wrapper .img-wrap img{
  position: relative;
  top: -74px;
  max-width: 100%;
}


.start-page .top-content-wrapper .info-block .discription:first-of-type{
  padding-top: 157px;
}

.start-page .top-content-wrapper .info-block .discription.orange{
  color: #f9941e;
}



.start-page .top-part {
  display: table-row; }
@media screen and (max-width: 767px) {
  .start-page .top-part {
    display: block; } }
.start-page .top-part .left {
  display: table-cell;
  background: url("../img/start-left-bg.png") repeat-y center top;
  width: 205px;
  padding: 140px 14px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  vertical-align: top;
  font-weight: 700; }
@media screen and (max-width: 767px) {
  .start-page .top-part .left {
    display: block;
    padding-top: 50px; } }
.start-page .top-part .left .orange {
  color: #f9941e;
  margin-top: 20px; }
@media screen and (max-width: 767px) {
  .start-page .top-part .left {
    width: 100%;
    background-size: 100%; } }
.start-page .top-part .right {
  background: url("../img/start-map.png") no-repeat center top;
  display: table-cell;
  width: 960px;
  text-align: right; }
@media screen and (max-width: 767px) {
  .start-page .top-part .right {
    display: block;
    background: none;
    width: 100%;
    text-align: center; } }
.start-page .top-part .right .top {
  display: inline-block;
  width: 300px;
  margin-top: 100px;
  margin-right: 100px;
  text-align: center; }
@media screen and (max-width: 767px) {
  .start-page .top-part .right .top {
    margin: -20px auto 10px; } }
.start-page .top-part .right .top .text-paper {
  width: 300px;
  text-align: center;
  height: 300px;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: url("../img/start-paper.png") no-repeat center top;
  background-size: 100% 100%;
  -webkit-box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3); }
.start-page .top-part .right .top .text-paper .title {
  font-family: B52, serif;
  font-size: 20px;
  margin-bottom: 10px; }
.start-page .top-part .right .top .text-paper .text {
  font-family: B52, serif;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px; }
.start-page .top-part .right .top .text-paper .script {
  font-family: 'Bad Script', cursive;
  font-size: 18px; }
.start-page .top-part .right .top .main-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding-top: 85px;
  text-align: center;
  display: block;
  margin-top: 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/play_btn.png) no-repeat top center;
  background-size: 60px auto;
  margin-left: 30px;
  color: #000;
  outline: none;
  background-position-y: 10px; }
.start-page .top-part .right .top .main-link span {
  color: #c65f39; }
.start-page .top-part .right .top .main-link:hover {
  background: url(../img/play_btn_hover.png) no-repeat top center;
  background-size: 80px auto;
  background-position-y: 0; }
@media screen and (max-width: 767px) {
  .start-page .top-part .right .top .main-link {
    margin: -20px auto 0;
    font-size: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    color: #fff; }
  .start-page .top-part .right .top .main-link span {
    color: #f9941e; } }
.start-page .top-part .right .bottom .slogan {
  width: 100%;
  bottom: -10px;
  position: relative; }
.start-page .top-part .right .bottom .banner {
  width: 100%;
  height: 170px;
  background: url("../img/banner.png") no-repeat center;
  background-size: auto 100%;
  margin-top: 20px; }
@media screen and (max-width: 538px) {
  .start-page .top-part .right .bottom .banner {
    background-size: 100% auto; } }

.start-page .rules-container {
  background: antiquewhite;
  padding: 30px 40px;
  font-size: 16px;
  margin-bottom: 50px; }
@media screen and (max-width: 538px) {
  .start-page .rules-container {
    padding: 15px; } }
.start-page .rules-container h4 {
  font-size: 20px;
  margin: 20px 0 10px; }
.start-page .rules-container p.strong {
  font-weight: 700;
  margin-bottom: 5px; }
.start-page .rules-container ol {
  list-style: decimal; }
.start-page .rules-container ol li {
  margin-left: 15px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.start-page .rules-container ul {
  list-style: disc; }
.start-page .rules-container ul li {
  margin-left: 15px;
  margin-top: 5px; }



/* Third Tour */
.fort-third {
  background: #8cd7d2; }
.fort-third .fort-header {
  background: #f7c669;
  font-size: 30px; }
.fort-third .fort-header .fort-container:before {
  background: url("../img/fort-logo-third.png") no-repeat center top;
  background-size: 100% auto; }
.fort-third .fort-third-top {
  background: #00a69c;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff; }
@media screen and (max-width: 1023px) {
  .fort-third .fort-third-top .fort-container {
    padding-left: 15%; } }
@media screen and (max-width: 434px) {
  .fort-third .fort-third-top .fort-container {
    padding-left: 15px; } }
.fort-third .fort-third-top .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }
.fort-third .fort-third-top ul.line {
  display: table-row; }
.fort-third .fort-third-top ul.line .line-title {
  color: #f6931e; }
.fort-third .fort-third-top ul.line > li {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: left; }
@media screen and (max-width: 540px) {
  .fort-third .fort-third-top ul.line > li {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    text-align: center; } }
@media screen and (max-width: 460px) {
  .fort-third .fort-third-top ul.line > li {
    width: 100%; } }
.fort-third .fort-third-top ul.line > li:first-of-type {
  font-size: 20px;
  font-weight: 700;
  width: 15%; }
@media screen and (max-width: 923px) {
  .fort-third .fort-third-top ul.line > li:first-of-type {
    width: 25%; } }
.fort-third .fort-third-top ul.line > li:nth-of-type(2) {
  width: 50%; }
@media screen and (max-width: 540px) {
  .fort-third .fort-third-top ul.line > li:nth-of-type(2) {
    width: 80%; } }
@media screen and (max-width: 540px) {
  .fort-third .fort-third-top ul.line > li:nth-of-type(3) {
    margin-top: 15px; } }
.fort-third .fort-third-top ul.line > li a {
  color: #000;
  padding: 5px 20px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none; }
.fort-third .fort-third-top ul.line > li ul {
  text-align: left;
  list-style: none; }
.fort-third .fort-third-top ul.line > li ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px; }
.fort-third .fort-third-top ul.line > li ul li:before {
  content: '';
  position: absolute;
  background: #9a8cdb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-third .fort-third-bottom {
  padding-top: 20px; }
.fort-third .fort-third-bottom .side {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 900px) {
  .fort-third .fort-third-bottom .side {
    display: block; } }
.fort-third .fort-third-bottom .side.left {
  width: 49%; }
@media screen and (max-width: 900px) {
  .fort-third .fort-third-bottom .side.left {
    width: 100%; } }
.fort-third .fort-third-bottom .side.left h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative; }
.fort-third .fort-third-bottom .side.left ul {
  text-align: left;
  list-style: none;
  margin-bottom: 30px; }
.fort-third .fort-third-bottom .side.left ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px; }
.fort-third .fort-third-bottom .side.left ul li a {
  color: #000;
  font-size: 18px; }
.fort-third .fort-third-bottom .side.left ul li:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-third .fort-third-bottom .side.right {
  width: 50%;
  padding-top: 340px;
  background: url("../img/third-bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center 50px; }
@media screen and (max-width: 900px) {
  .fort-third .fort-third-bottom .side.right {
    width: 100%; } }
@media screen and (max-width: 700px) {
  .fort-third .fort-third-bottom .side.right {
    padding-top: 30px;
    background: none; } }
.fort-third .fort-third-bottom .side.right form {
  text-align: center;
  width: 100%; }
.fort-third .fort-third-bottom .side.right form .todo {
  width: 40%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  border-radius: 4px;
  background: #fff; }
@media screen and (max-width: 460px) {
  .fort-third .fort-third-bottom .side.right form .todo {
    width: 100%; } }
.fort-third .fort-third-bottom .side.right form input {
  width: 40%;
  padding: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  background: #f6931e;
  border: 0;
  outline: none; }
@media screen and (max-width: 460px) {
  .fort-third .fort-third-bottom .side.right form input {
    width: 49%; } }
.fort-third .fort-third-bottom .side.right form button {
  width: 40%;
  margin: 10px auto;
  padding: 7px;
  border: 0;
  outline: none;
  background: #00a69c;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 700; }
@media screen and (max-width: 460px) {
  .fort-third .fort-third-bottom .side.right form button {
    width: 49%; } }



/* Fourth Tour*/

.fort-fourth {
  background: #e0e1e3; }
.fort-fourth .quiz-legend {
  padding-left: 286px;
  background: url("../img/four-small-bg.png") no-repeat;
  background-position: left 50px center;
  background-size: auto 100%; }
.fort-fourth .quiz-legend h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000; }
.fort-fourth .quiz-legend ul {
  list-style: none;

  font-size: 16px;
}

.fort-fourth .quiz-legend ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.fort-fourth .quiz-legend ul li a {
  color: #009345; }
.fort-fourth .quiz-legend ul li:before {
  content: '';
  position: absolute;
  background: #8cc540;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
@media screen and (max-width: 814px) {
  .fort-fourth .quiz-legend {
    background-position: left center; } }
@media screen and (max-width: 709px) {
  .fort-fourth .quiz-legend {
    background-size: 170px auto;
    padding-left: 230px; } }
@media screen and (max-width: 600px) {
  .fort-fourth .quiz-legend {
    padding-left: 200px; } }
@media screen and (max-width: 489px) {
  .fort-fourth .quiz-legend {
    padding-left: 0;
    background: none; } }
.fort-fourth .fort-header {
  background: #bcbdc1;
  width: 100%;
  font-family: B52, serif;
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  color: #fff; }

.fort-fourth .fort-header{
  font-size: 30px;
}


@media screen and (max-width: 500px) {
  .fort-fourth .fort-header {
    font-size: 30px;
    padding-left: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.fort-fourth .fort-header .fort-container {
  padding: 20px 0;
  position: relative;
  padding-left: 195px; }
@media screen and (max-width: 1023px) {
  .fort-fourth .fort-header .fort-container {
    padding-left: 15%;
    text-align: center; } }
@media screen and (max-width: 1023px) and (max-width: 500px) {
  .fort-fourth .fort-header .fort-container {
    padding-left: 0; } }
.fort-fourth .fort-header .fort-container:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 418px;
  z-index: 10;
  background: url("../img/fort-logo-fourth.png") no-repeat center;
  background-size: 100% auto;
  background-position: top center;
  left: 0;
  top: 0; }

@media screen and (max-width: 1023px) {
  .fort-fourth .fort-header .fort-container:before {
    width: 15%; }
}

@media screen and (max-width: 500px) {
  .fort-fourth .fort-header .fort-container:before {
    width: 23%;
    left: -23%; }
}


.fort-fourth .fort-quiz .fort-fourth-top {
  background: #8cc540;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 20px; }
@media screen and (max-width: 1023px) {
  .fort-fourth .fort-quiz .fort-fourth-top .fort-container {
    padding-left: 15%; } }
@media screen and (max-width: 434px) {
  .fort-fourth .fort-quiz .fort-fourth-top .fort-container {
    padding-left: 15px; } }
.fort-fourth .fort-quiz .fort-fourth-top .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }
.fort-fourth .fort-quiz .fort-fourth-top ul.line {
  display: table-row;
  font-size: 20px; }
.fort-fourth .fort-quiz .fort-fourth-top ul.line li span.colortooltip.active {
  color: #fff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}



.fort-fourth .fort-quiz .fort-fourth-top ul.line .line-title {
  color: #f6931e; }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: left; }
@media screen and (max-width: 656px) {
  .fort-fourth .fort-quiz .fort-fourth-top ul.line > li {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    text-align: center; } }
@media screen and (max-width: 460px) {
  .fort-fourth .fort-quiz .fort-fourth-top ul.line > li {
    width: 100%; } }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li:first-of-type {
  font-size: 24px;
  font-weight: 700;
  width: 25%; }
@media screen and (max-width: 656px) {
  .fort-fourth .fort-quiz .fort-fourth-top ul.line > li:first-of-type {
    width: 100%; } }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li:nth-of-type(2) {
  width: 75%; }
@media screen and (max-width: 540px) {
  .fort-fourth .fort-quiz .fort-fourth-top ul.line > li:nth-of-type(2) {
    width: 80%; } }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li a {
  color: #000;
  padding: 5px 20px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  text-decoration: none; }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li ul {
  text-align: left;
  list-style: none; }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px; }
.fort-fourth .fort-quiz .fort-fourth-top ul.line > li ul li:before {
  content: '';
  position: absolute;
  background: #9a8cdb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px; }
.fort-fourth .fort-quiz .fort-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 195px; }
@media screen and (max-width: 1023px) {
  .fort-fourth .fort-quiz .fort-container {
    padding-left: 15px;
    padding-right: 15px; } }
.fort-fourth .fort-quiz .fort-container h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700; }
.fort-fourth .fort-quiz .fort-container p {
  font-size: 18px; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container {
  margin-top: 50px;
  margin-bottom: 40px; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
  width: 170px;
  margin-right: 25px;
  margin-bottom: 35px;
  height: 229px;
  background: transparent;
  background-size: 100% auto;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  z-index: 1;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("../img/pin.png") no-repeat center top;
  background-size: 100% auto;
  top: -30px;
  left: 50%; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card input {
  opacity: 0; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card .selected {
  position: absolute;
  background: #fff;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card input:checked ~ .selected {
  background: #c9eab5; }
@media screen and (max-width: 1169px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    width: 20%; } }
@media screen and (max-width: 806px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    width: 22%;
    margin-right: 15px; } }
@media screen and (max-width: 729px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    width: 30%;
    margin-right: 20px; } }
@media screen and (max-width: 629px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    margin-right: 10px; } }
@media screen and (max-width: 555px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    line-height: 1.1;
    padding: 15px;
    font-size: 14px;
    height: 130px; } }
@media screen and (max-width: 460px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    width: 47%; } }
@media screen and (max-width: 362px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-container .fourth-quiz-card {
    width: 44%;
    height: 140px; } }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-container .clear {
  clear: both; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-button {
  text-align: center;
  position: relative;
  min-height: 343px;
  background: url("../img/fourth_btn_bg.png") no-repeat right top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: auto 332px;
  padding-top: 46px; }
.fort-fourth .fort-quiz .fort-container .fourth-quiz-button button {
  border: none;
  background: none;
  font-size: 21px;
  cursor: pointer;
  outline: none; }
@media screen and (max-width: 1162px) {
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-button {
    background: none;
    min-height: 100px; }
  .fort-fourth .fort-quiz .fort-container .fourth-quiz-button button {
    background: #8cc540;
    padding: 10px 20px;
    border-radius: 4px; } }



/* Fifth tour */
.fort-quiz-page.fort-fifth{
  background: #efd4cb;
}

.fort-quiz-page .fort-fifth-top{
  background: #d1d2d4;
}

.fort-quiz-page .fort-fifth-top .question-block,
.fort-quiz-page .fort-seventh-top .question-block
{
  padding-left: 168px;
}

.question-block p .issue{
  font-size: 1.2em;
  font-weight: 400;
}


.fifth-tour-rules-text{
  color: #b34014;
  font-weight: 400;
}

.fifth-tour-rules-list{
  list-style-type: disc;
  margin-bottom: 25px;
  font-size: 1.1em;
  font-weight: 100;
}

.fifth-tour-rules-list li{
  line-height: 1.4em;
  margin: 10px 0;
}

.fifth-tour-rules-list li:first-child{
  margin-top: 0;
}

/*.fort-container.fifth-tour .fifth-quiz-container.questions{*/
/*background: #fff;*/
/*}*/

.fifth-quiz-container.questions .question.first-quiz-card{
  background: #d1d2d4;
}

.fifth-quiz-container.questions .question.first-quiz-card .answers{
  background: #fff;
  padding: 13px 15px 13px 25px;
  font-weight: 100;
}

.fifth-quiz-container.questions .question.first-quiz-card p.question-discription{
  padding: 10px 14px;
  font-size: 1em;
  margin: 0;
}

.fifth-quiz-container.questions .question.first-quiz-card p.question-discription .question-number{
  border-radius: 50%;
  background: #b44319;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
  float: left;
  padding: 1px;
}

.fifth-quiz-container.questions .question.first-quiz-card p.question-discription span.question-text {
  display: block;
  padding-left: 38px;
}

.fifth-quiz-container.questions .question.first-quiz-card .answers label .answer{
  font-weight: 100;
  display: block;
  padding-left: 25px;
  font-size: 1.1em;
  line-height: 1.2em;
}

.fifth-quiz-container.questions .question.first-quiz-card .answers label input[type="radio"]{
  display: block;
  float: left;
}

.fifth-quiz-container.questions .question.first-quiz-card .answers label{
  margin: 6px 0;
}



.fifth-quiz-button{
  text-align: center;
  margin: 40px 0;
}

.fifth-quiz-button button{
  background: #fff;
  border-radius: 7px;
  padding: 7px 40px;
  text-transform: uppercase;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}


.fifth-quiz-button button:hover{
  background: #eee;
}


.fort-quiz-page.fort-fifth .fort-header .fort-container:before{
  background: url("../img/fifth-tour-logo.png") no-repeat center;
  background-size: 100% auto;
  background-position: top center;
}


.fort-quiz-page.fort-fifth .countdown-wrapper .countdown{
  display: block;
  margin: 40px 0;
  font-weight: 100;
}

.fort-ninth .fort-modal-advice.mo-modal-wrapper,
.fort-ninth .fort-modal .modal-dialog .fort-modal-advice
{
  background: transparent !important;
  margin-top: 0 !important;
}

/* Sixth Tour */

.fort-quiz-page.fort-sixth .fort-header .fort-container:before{
  background: url("../img/tour-sixth-logo.png") no-repeat center;
  background-size: 100% auto;
  background-position: top center;
}


.fort-quiz-page.fort-sixth .fort-header{
  background: #f6931e;
}

.fort-quiz-page.fort-sixth{
  background: #e0e1e3;
}


.fort-quiz-page.fort-sixth .quiz-complete .pure-img{
  margin: 50px 0;
}

.fort-quiz-page.fort-sixth .quiz-complete .youWin{
  font-weight: 100;
  text-align: center;
}





/* Seventh tour*/

.fort-quiz-page .fort-seventh-top{
  background: #fff;
}

.fort-quiz-page.fort-seventh{
  background: #fcd296;
}

.fort-quiz-page.fort-seventh .fort-header{
  background: #9e99d9;
}

.fort-quiz-page .fort-quiz.fort-seventh-quiz .purple-text{
  font-size: 16px;
  color: #662f94;
  font-weight: 400;
  margin: 0 0 20px;
}



.fifth-quiz-container.seventh-quiz-container.questions .question.first-quiz-card{
  background: #9e99d9;
}

.fifth-quiz-container.seventh-quiz-container.questions .question.first-quiz-card p.question-discription .question-number{
  background: #f6931e;
}

.fifth-quiz-button.seventh-quiz-button button{
  background: #9e99d9;
  -webkit-transition: background-color .3s ease ;
  -o-transition: background-color .3s ease ;
  transition: background-color .3s ease ;
}

.fifth-quiz-button.seventh-quiz-button button:hover{
  background: #afaae0;
}


.fort-quiz-page.fort-seventh .fort-header .fort-container:before{
  background: url("../img/tour-seventh-logo.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
}






/* Eighth tour */
.fort-quiz-page.fort-eighth .fort-header .fort-container:before{
  background: url("../img/tour-eight-logo.png") no-repeat center top;
  background-size: 100% auto;
  background-position: top center;
}

.fort-quiz-page.fort-eighth{
  background: #a6c9e5;
}

.fort-quiz-page.fort-eighth .fort-header{
  background: #5095cc;
}


.eighth-tour-rules-list{
  list-style-type: none;
  margin-bottom: 25px;
  font-size: 1.1em;
  font-weight: 100;
}

.eighth-tour-rules-list li{
  line-height: 1.4em;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}

.eighth-tour-rules-list li:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #f6931e;
}

.eighth-tour-rules-list li span.strong{
  font-weight: 400;
}

.eighth-tour-rules-list li a{
  color: #fff;
  font-weight: 100;
}

.eighth-tour-rules-list li:first-child{
  margin-top: 0;
}


.fifth-quiz-container.eighth-quiz-container.questions .question.first-quiz-card{
  background: #3c88c6;
}

.fifth-quiz-container.eighth-quiz-container.questions .question.first-quiz-card p.question-discription{
  color: #fff;
}

.fifth-quiz-container.eighth-quiz-container.questions .question.first-quiz-card p.question-discription .question-number{
  background: #f6931e;
}

.fifth-quiz-button.eighth-quiz-button button{
  background: #3c88c6;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  color: #fff;
}

.fifth-quiz-button.eighth-quiz-button button:hover{
  background: #4399e0;
}









/* Ninth tour */
.fort-quiz-page.fort-ninth .fort-header .fort-container:before{
  background: url("../img/tour-nineth-logo.png");
}

.fort-quiz-page.fort-ninth .fort-header{
  background: #c66e4e;
}

.fort-ninth-top{
  background: #fff;
}

.fort-quiz-page.fort-ninth{

}

.ninth-tour-tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
}


ul.ninth-tour-tabs li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 150px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.ninth-questions-block{
  margin-top: 65px;
}

.ninth-tour-tabs li a{
  display: block;
  width: 100%;
  background: inherit;
  margin: 0;
  font-weight: 500;
  color: #000;
  border-radius: 0;
}
.ninth-tour-tabs li a
{
  border: none !important;
  color: #fff;
  line-height: 1.3em;
  font-size: 1.3em;
  font-weight: 300;
  padding: 20px;
}


.ninth-tour-tabs li.active a{
  color: #000;
}

.ninth-tour-tabs li.active a:hover,
.ninth-tour-tabs li.active a:focus{
  color: #000;
}



.ninth-tour-tabs li a[aria-controls="buh"],
.ninth-tour-tabs li.active a[aria-controls="buh"],
.ninth-buh-block .question-discription
{
  background: #faba5c;
}

.ninth-tour-tabs li a[aria-controls="buh"]:after{
  content: '';
  background: url(../img/nine-tour-1-tab.png) no-repeat right center;
  width: 119px;
  height: 125px;
  top: 12px;
  right: 33px;
  display: block;
  position: absolute;
  background-size: contain;
}




.ninth-tour-tabs li a[aria-controls="kadr"],
.ninth-tour-tabs li.active a[aria-controls="kadr"],
.ninth-kadr-block .question-discription
{
  background: #f8921e;
}

.ninth-tour-tabs li a[aria-controls="kadr"]:after{
  content: '';
  background: url(../img/nine-tour-2-tab.png) no-repeat right center;
  width: 119px;
  height: 128px;
  top: 10px;
  right: 11px;
  display: block;
  position: absolute;
  background-size: contain;
}


.ninth-tour-tabs li a[aria-controls="manager"],
.ninth-tour-tabs li.active a[aria-controls="manager"],
.ninth-urist-block .question-discription
{
  background: #b56f19;
}

.ninth-tour-tabs li a[aria-controls="manager"]:after{
  content: '';
  background: url(../img/nine-tour-3-tab.png) no-repeat right center;
  width: 119px;
  height: 128px;
  top: 10px;
  right: 11px;
  display: block;
  position: absolute;
  background-size: contain;
}


.ninth-tour-tabs li a[aria-controls="zakupka"],
.ninth-tour-tabs li.active a[aria-controls="zakupka"],
.ninth-zak-block .question-discription
{
  background: #b6441b;
}

.ninth-tour-tabs li a[aria-controls="zakupka"]:after{
  content: '';
  background: url(../img/nine-tour-4-tab.png) no-repeat right center;
  width: 119px;
  height: 128px;
  top: 10px;
  right: 11px;
  display: block;
  position: absolute;
  background-size: contain;
}


.ninth-questions-block .question-discription .question-number{
  background: #fff !important;
  color: #000 !important;
}

.ninth-questions-block .question-discription .question-text{
  font-weight: bold;
}

.nine-tour-rules-row{
  margin-top: 25px;
}
.nine-tour-rules-row .title{
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #b3531d;
}


.fort-ninth-top .question-block p.rel-p {
  position: relative;
  padding-left: 112px;
  top: 0px;
}


.fort-ninth-top .question-block p.rel-p span.issue{
  position: absolute;
  left: 0;
  font-size: 1.2em;
  top: 1px;
  text-transform: uppercase;
}

ul.nine-tour-rules-list li a{
  color: #337ab7;
}

.ninth-quiz-button button{
  background: #ca673f;
}





/* Tenth tour */

.fort-tenth{
  background: #e9ec83;
}

.fort-quiz-page.fort-tenth .fort-header .fort-container:before {
  background: url("../img/fort-logo-tenth.png") no-repeat center top;
  background-size: 100% auto;
}

.fort-tenth .fort-third-top {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #231f20;
}


.fort-tenth .fort-third-top ul.line > li a{
  background: #5dc6c1;
  transition: background-color .3s ease;
}
.fort-tenth .fort-third-top ul.line > li a:hover{
  background: #65d4cf;
}

.fort-tenth .fort-third-top ul.line .line-title{
  color: #231f20;
}

.fort-tenth .fort-header{
  background: #8cd7d2;
}

.fort-tenth .side-left .side-left-title{
  font-weight: 400 !important;
  color: #3b3825;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-size: 1.1em;
}

.fort-tenth .events-list{

}

.fort-tenth  .event-item.form-group{
  margin: 20px 0 0;
}

.fort-tenth .events-list .event-item--date{
  font-weight: 400;
  margin-bottom: 4px;
}


.fort-tenth .events-list .event-item--title{
  margin-bottom: 5px;
}
.fort-tenth .events-list .event-item--link{
  max-width: 300px;
  margin-bottom: 5px;
}
.fort-tenth .events-list .event-item--author{


}

.fort-tenth .events-list .event-item:last-of-type {
  margin-bottom: 70px;
}


.fort-tenth .side-right form span.todo{
  background: #fff;
  padding: 10px 7px;
  border-radius: 5px;
}

.fort-tenth .side-right form input[type="text"]{
  background: #fff;
  border: none;
  padding: 9px 0px;
  border-radius: 5px;
}

.fort-tenth .side-right form .form-items{
  margin: 20px 25px;
}

.fort-tenth .side-right form .checkit-btn{
  text-align: center;
}

.fort-tenth .events-list .event-item:last-of-type {
  margin-bottom: 70px;
}

.fort-tenth .side-right form span.todo{
  background: #fff;
  padding: 10px 7px;
  border-radius: 5px;
}

.fort-tenth .side-right form input[type="text"]{
  background: #fff;
  border: none;
  padding: 9px 0px;
  border-radius: 5px;
}

.fort-tenth .side-right form .form-items{
  margin: 20px 25px;
}

.fort-tenth .side-right form .checkit-btn{
  text-align: center;
}

.fort-tenth .side-right form .checkit-btn button{
  text-align: center;
  background: #00a69c;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  color: #fff;
  transition: background-color .3s ease;
}
.fort-tenth .side-right form .checkit-btn button:hover{
  background: #04d0c3;
}


.fort-tenth .side-right form .checkit-btn button{
  text-align: center;
  background: #00a69c;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  color: #fff;
  transition: background-color .3s ease;
}
.fort-tenth .side-right form .checkit-btn button:hover{
  background: #04d0c3;
}

.fort-tenth .tenth-congrat{
  text-align: center;
  margin-top: 30px;
}



/* Mobile */

@media screen and (min-width: 992px) and (max-width: 1199px){
  .map-container.start-page .map-header .header-container:before {
    left: 7%;
  }

  .start-page .top-content-wrapper .img-wrap img{
    top: 14px;
  }

  .map-container.start-page .img-wrap .text-paper{
    top: 5px;
  }

  .map-container.start-page .img-wrap .main-link{
    bottom: 13%;
    right: 11%;
  }

  .map-container.start-page .slogan-wrap{
    bottom: -27%;
  }
}



@media screen and (min-width: 768px) and (max-width: 991px){
  .map-container.start-page .top-content-wrapper .container{
    width: 100%;
  }

  .start-page .top-content-wrapper .img-wrap img{
    top: 10px;
  }

  .map-container.start-page .slogan-wrap{
    bottom: -40%;
  }

  .map-container.start-page .img-wrap .text-paper{
    top: 0;
    left: 0;
  }

  .map-container.start-page .img-wrap .main-link{
    bottom: 14%;
    right: 11%;
  }
}



@media screen and (min-width: 560px) and (max-width: 767px){
  .start-page .top-content-wrapper .info-block .discription:first-of-type{
    padding-top: 47px;
  }

  .start-page .top-content-wrapper .img-wrap img{
    top: 0;
  }

  .map-container.start-page .img-wrap .text-paper{
    left: 0;
  }

  .map-container.start-page .slogan-wrap{
    position: static;
    margin-top: 100px;
  }

  .start-page .rules-container{
    margin-top: 80px;
  }

  .map-container.start-page .img-wrap .main-link{
    bottom: 17%;
    right: 12%;
  }
}



@media screen and (min-width: 320px) and (max-width: 767px){
  .start-page .top-content-wrapper .info-block .discription:first-of-type{
    padding-top: 45px;
  }

  .start-page .top-content-wrapper .img-wrap img{
    top: 0;
  }

  .map-container.start-page .img-wrap .text-paper{
    position: static;
    margin: 0 auto;
  }

  .map-container.start-page .img-wrap .main-link{
    top: 35%;
    right: 11%;
  }

  .map-container.start-page .slogan-wrap,
  .map-container.start-page .slogan-wrap .slogan
  {
    position: static;
  }

  .map-container.start-page .slogan-wrap .slogan{
    margin-bottom: 80px;
  }


  .start-page .rules-container{
    margin-top: 80px;
  }

}


@media screen and (min-width: 359px) and (max-width: 670px){
  .map-container.start-page .img-wrap .main-link{
    top: 22%;
    right: 9%;
  }
}



@media screen and (min-width: 320px) and (max-width: 360px){
  .map-container.start-page .img-wrap .main-link{
    top: 2%;
    right: 30%;
  }
}



@media screen and (max-width: 540px) {
  .fort-fourth .fort-quiz .fort-fourth-top ul.line li {
    text-align: left;
    width: 100%;

  }
}


@media screen and (max-width: 500px) {
  .fort-quiz-page .fort-fourth-top .fort-container .hidden-lg a{
    margin: 39px auto 16px;
  }
}


@media screen and (max-width: 370px){
  .fort-quiz-page .fort-fifth-top .question-block,
  .fort-quiz-page .fort-seventh-top .question-block
  {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px){
  .fort-quiz-page.fort-sixth .fort-container .back-btn {
    margin: 40px auto 0;
  }
}
