body{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px!important;
}
.js-block-questions{
  display: none;
}
/* helpers */
.pd0{padding: 0;}
.pd10{padding-left: 10px!important; padding-right: 10px!important;}
.btn-forest-solid{
  border: 1px solid #FFCA06;
  background-color: #FFCA06;
  color: #212121;
  width: 190px;
  text-align: center;
}
.btn-blue{
  background-color: #01ABFB;
  color: #212121;
}
.btn-blue:hover{
  background-color: #019DEC;
  color: #212121;
}
.btn-green{
  background-color: #FFCA06;
  color: #212121;
}

header{
  position: relative;
  height: 72px;
  z-index: 5;
}
header .logo-one{
  display: inline-block;
  margin-top: 5px;
}
.logo-one_svg{
  width: 48px;
  height: 48px;
}
header .logo-two{
  display: inline-block;
  margin: 16px 0 0 62px;
  float: right;
}
.logo-two_svg{
  width: 184px;
  height: 38px;
}
header .regulations{
  float: right;
  margin: 25px 0 0 0;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;

}
header .regulations:hover{text-decoration: none;}
.img-bg{
  position: absolute;
  bottom: -20px;
  left: -20px;
  display: block;
}

.main-block{
  position: relative;
  margin-top: 90px;
  color: #fff;
}

.main-block_plane{
  width: 125%;
  display: block;
  position: absolute;
  top: 120px;
  right: -40px;
  animation: plane 10s infinite linear;
}
.main-block h1{
  font-size: 48px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 17px;
}
.main-block p{
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}
.main-block .btn{
  margin-top: 15px;
  padding: 12px 0;
  font-size: 16px;
}

/* footer */
.page-wraper.page .footer{
  background-color: #2D2D2D;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 15px;
  background-color: #2D2D2D;
}
.footer.bg{background: transparent;}
.footer-social{
  float: right;
}

.footer_rules{
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #212121;
  margin-top: 45px;
  float: left;
}
.footer_rules:hover{
  color: #212121;
}
.footer-social .tit{
  font-weight: 300;
  margin: 10px 15px 0 0;
  vertical-align: top;
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: right;
  color: #212121;
  margin-bottom: 10px;
}
.footer-social ul{
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social ul li{
  display: inline-block;
  margin: 0 5px;
}
.footer-social ul li a{
  display: inline-block;
  width: 33px; height: 33px;
  opacity: 0.7;
}
.footer-social ul li a:hover{opacity: 1;}
.footer-social ul li a.vk{background: url(https://static.onetwotrip.com-dev/images/promo/korean/wk.png) no-repeat;}
.footer-social ul li a.fb{background: url(https://static.onetwotrip.com-dev/images/promo/korean/fcbk.png) no-repeat;}
.footer-social ul li a.tw{background: url(https://static.onetwotrip.com/images/promo/space2017/ico-tw.png) no-repeat;}
.footer-social ul li a.ok{background: url(https://static.onetwotrip.com/images/promo/space2017/ico-ok.png) no-repeat;}

/* block-questions */
.block-questions{
  margin-top: 80px;
}
.block-questions .container{

}
.block-questions .block-img .result{
  position: absolute;
  top: 70px; right: 90px;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.block-questions .block-img{position: relative; width: 90%; float: right}
.block-questions .block-img, .block-questions .item{
  height: 340px;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .block-questions .block-img, .block-questions .item {
    height: auto;
    padding: 63px 50px;
  }
}

.block-questions .item{
  position: relative;
  padding: 0;
}

.block-questions .item .title{
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.1px;
  text-align: left;
  color: #212121;
}
.block-questions .item .title_success{
  color: #4fbb04;
}
.block-questions .item .title_wrong{
  color: #f52626;
}
.block-questions .item .text{
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.2px;
  text-align: left;
  color: #212121;
}
.block-questions .row-btn{
  width: 72%;
}
.block-questions .row-btn .btn{
  width: 98px;
  font-size: 16px;
  padding: 12px 0;
  color: #fff;
}
.block-questions .row-btn .btn-middle{
  width: 190px;
  font-size: 16px;
}
.block-questions .row-btn .btn.no{margin-left: 30px;}

.block-questions .item .step{
  position: absolute;
  bottom: -4px;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #616161;
}

/* block-social */
.text-social{
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.2px;
  color: #212121;
}
.block-social{
  list-style: none;
  margin: 40px 0 0 -5px;
  padding: 0;
}
.block-social li{
  float: left;
  margin-left: 20px;
}
.block-social li a{
  display: inline-block;
  width: 35px; height: 35px;
}
.block-social li a.vk{background: url(https://static.onetwotrip.com/promo/korean/share_wk.png) no-repeat;}
.block-social li a.fb{background: url(https://static.onetwotrip.com/promo/korean/share_fcbk.png) no-repeat;}
.block-social li a.tw{background: url(https://static.onetwotrip.com/promo/korean/share_twit.png) no-repeat;}
.block-social li a.ok{background: url(https://static.onetwotrip.com/promo/korean/share_ok.png) no-repeat;}

/* save-email */
.save-email{margin-top: 30px;}
.save-email .form-control.email{
  width: 300px; height: 48px;
  font-size: 13px;
  color: #96989C;
}
.save-email .btn-green{
  font-size: 14px;
  font-weight: 300;
  padding: 10px 40px;
  text-transform: uppercase;
}

@media (max-width: 420px) {
  .block-questions .block-img{
    height: 210px;
    overflow: hidden;
  }
  .block-questions .item{
    height: auto!important;
  }
  .block-questions .item{padding: 30px 25px;}
  .block-questions .item .title{font-size: 30px;}
  .block-questions .block-img .result{top: 30px; right: 40px;}
  .block-social li{margin-left: 15px;}
  .save-email .form-control.email{width: 270px;}
  .footer-social span{display: block; text-align: center; margin-bottom: 5px;}
  .main-block h1{font-size: 30px;}
  .main-block{margin-top: 50px;}
  .footer{position: relative; margin-top: 30px;}
}
@media (max-width: 768px) {
  .img-bg {display: none;}
  .block-questions .row-btn .btn.no{margin-left: 0;}
}


/* castum */
.footer .ya-share2__item_service_vkontakte .ya-share2__badge{background: transparent!important;}
.footer .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/wk.png)!important;}
.footer .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/fcbk.png)!important;}
.footer .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/twit.png)!important;}
.footer .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/ok.png)!important;}
.footer .ya-share2__container_size_m .ya-share2__icon {
  height: 33px!important;
  width: 33px!important;
  background-size: 33px 33px!important;
}
.footer .ya-share2__item_service_odnoklassniki .ya-share2__badge, .ya-share2__item_service_twitter .ya-share2__badge, .ya-share2__item_service_facebook .ya-share2__badge{background: transparent!important;}
.footer .ya-share2__container_size_m .ya-share2__item{margin: 0 5px!important;}
.footer #ya-share2{display: inline-block!important;;}


/* block-questions social */
.block-questions .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/share_wk.png)!important;}
.block-questions .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/share_fcbk.png)!important;}
.block-questions .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/share_twit.png)!important;}
.block-questions .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{background-image: url(https://static.onetwotrip.com/promo/korean/share_ok.png)!important;}
.block-questions .ya-share2__container_size_m .ya-share2__icon {
  height: 35px!important;
  width: 35px!important;
  background-size: 35px 35px!important;
}
.block-questions .ya-share2__item_service_vkontakte .ya-share2__badge {background: transparent!important;}
.block-questions  .ya-share2__container_size_m .ya-share2__item{margin: 0 7px!important;}
.block-questions .ya-share2__item_service_odnoklassniki .ya-share2__badge, .ya-share2__item_service_twitter .ya-share2__badge, .ya-share2__item_service_facebook .ya-share2__badge{background: transparent!important;}

/* block-tour */
.block-tour{margin-top: 120px; padding-bottom: 30px;}
.block-tour .top-95{margin-top: 95px;}
.block-tour .title{
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 30px;
}
.block-tour p{
  font-size: 14px;
  line-height: 20px;
}
.block-tour .title, .block-tour p{
  text-align: center;
  color: #fff;
}
.row-tour{
  position: relative;
  margin-bottom: 24px;
}
.row-tour .name{
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 145px;
  font-weight: 300;
  left: 20px;
}
.row-tour .line-btn{
  position: absolute;
  bottom: 0; left: 0;
}
.row-tour .line-btn .btn-buy{
  float: right;
  width: 50%; height: 62px;
  background-color: #009ADD;
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  border-radius: 0 0 0 5px;
}
.row-tour .line-btn .btn-buy a{
  display: inline-block;
  background: url(https://static.onetwotrip.com/images/promo/space2017/fil32.png) no-repeat 0 15px;
  padding: 20px 10px 20px 40px;
}
.row-tour .line-btn .btn-reservations a{
  display: inline-block;
  background: url(https://static.onetwotrip.com/images/promo/space2017/f22d.png) no-repeat 0 15px;
  padding: 10px 10px 10px 40px;
}
.row-tour .line-btn .btn-reservations{
  float: right;
  width: 50%; height: 62px;
  background-color: #8F4EAE;
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  border-radius: 0 0 5px;
}
.row-tour .line-btn a{color: #fff;}

.modal h1{
  font-size: 40px;
  text-align: center;
}
.modal-content.help .modal-body{padding: 20px 55px;}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer.bg {
    background: #2D2D2D;
    margin-top: 0;
  }

  .footer-social .tit {
    margin: 0 0 10px;
  }

  .main-block {
    margin-top: 0;
  }

  .row-tour .name{
    font-size: 16px;
    top: 121px;
  }

  .row-tour .line-btn .btn-reservations a {
    padding: 20px 10px 10px 40px;
    font-size: 10px;
  }

  .row-tour .line-btn .btn-buy a {
    font-size: 10px;
  }

  .row-tour .line-btn {
    width: 100%;
  }
}

.ya-share2__item:first-child {
  -webkit-animation: pulse1 2s infinite 400ms;
  -o-animation: pulse1 2s infinite 400ms;
  animation: pulse1 2s infinite 400ms;
}

.ya-share2__item:nth-child(2) {
  -webkit-animation: pulse2 2s infinite 400ms;
  -o-animation: pulse2 2s infinite 400ms;
  animation: pulse2 2s infinite 400ms;
}

.ya-share2__item:nth-child(3) {
  -webkit-animation: pulse3 2s infinite 400ms;
  -o-animation: pulse3 2s infinite 400ms;
  animation: pulse3 2s infinite 400ms;
}

.ya-share2__item:nth-child(4) {
  -webkit-animation: pulse4 2s infinite 400ms;
  -o-animation: pulse4 2s infinite 400ms;
  animation: pulse4 2s infinite 400ms;
}

@keyframes pulse1 {
  0% {
    transform: scale(1)
  }

  16.66667% {
    transform: scale(1.1)
  }

  33.33333% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1)
  }

  16.66667% {
    transform: scale(1)
  }

  33.33333% {
    transform: scale(1.1)
  }

  50% {
    transform: scale(1)
  }

  66.66667% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pulse3 {
  0% {
    transform: scale(1)
  }

  16.66667% {
    transform: scale(1)
  }

  33.33333% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  66.66667% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pulse4 {
  0% {
    transform: scale(1)
  }

  16.66667% {
    transform: scale(1)
  }

  33.33333% {
    transform: scale(1)
  }

  50% {
    transform: scale(1)
  }

  66.66667% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
  }

  16.66667% {
    -webkit-transform: scale(1.1);
  }

  33.33333% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
  }

  16.66667% {
    -webkit-transform: scale(1);
  }

  33.33333% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  66.66667% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-transform: scale(1);
  }

  16.66667% {
    -webkit-transform: scale(1);
  }

  33.33333% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  66.66667% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes pulse4 {
  0% {
    -webkit-transform: scale(1);
  }

  16.66667% {
    -webkit-transform: scale(1);
  }

  33.33333% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  66.66667% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse1 {
  0% {
    -moz-transform: scale(1);
  }

  16.66667% {
    -moz-transform: scale(1.1);
  }

  33.33333% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(1)
  }

  16.66667% {
    -moz-transform: scale(1)
  }

  33.33333% {
    -moz-transform: scale(1.1)
  }

  50% {
    -moz-transform: scale(1)
  }

  66.66667% {
    -moz-transform: scale(1)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-moz-keyframes pulse3 {
  0% {
    -moz-transform: scale(1)
  }

  16.66667% {
    -moz-transform: scale(1)
  }

  33.33333% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(1.1)
  }

  66.66667% {
    -moz-transform: scale(1)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-moz-keyframes pulse4 {
  0% {
    -moz-transform: scale(1)
  }

  16.66667% {
    -moz-transform: scale(1)
  }

  33.33333% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(1)
  }

  66.66667% {
    -moz-transform: scale(1.1)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes pulse1 {
  0% {
    -o-transform: scale(1);
  }

  16.66667% {
    -o-transform: scale(1.1);
  }

  33.33333% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@-o-keyframes pulse2 {
  0% {
    -o-transform: scale(1);
  }

  16.66667% {
    -o-transform: scale(1);
  }

  33.33333% {
    -o-transform: scale(1.1);
  }

  50% {
    -o-transform: scale(1);
  }

  66.66667% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@-o-keyframes pulse3 {
  0% {
    -o-transform: scale(1);
  }

  16.66667% {
    -o-transform: scale(1);
  }

  33.33333% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1.1);
  }

  66.66667% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@-o-keyframes pulse4 {
  0% {
    -o-transform: scale(1);
  }

  16.66667% {
    -o-transform: scale(1);
  }

  33.33333% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1);
  }

  66.66667% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@-ms-keyframes pulse1 {
  0% {
    -ms-transform: scale(1);
  }

  16.66667% {
    -ms-transform: scale(1.1);
  }

  33.33333% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-ms-keyframes pulse2 {
  0% {
    -ms-transform: scale(1);
  }

  16.66667% {
    -ms-transform: scale(1);
  }

  33.33333% {
    -ms-transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(1);
  }

  66.66667% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-ms-keyframes pulse3 {
  0% {
    -ms-transform: scale(1);
  }

  16.66667% {
    -ms-transform: scale(1);
  }

  33.33333% {
    -ms-transform: scale(1);
  }

  50% {
    -ms-transform: scale(1.1);
  }

  66.66667% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-ms-keyframes pulse4 {
  0% {
    -ms-transform: scale(1);
  }

  16.66667% {
    -ms-transform: scale(1);
  }

  33.33333% {
    -ms-transform: scale(1);
  }

  50% {
    -ms-transform: scale(1);
  }

  66.66667% {
    -ms-transform: scale(1.1);
  }

  100% {
    -ms-transform: scale(1);
  }
}
@keyframes plane {
  0% {
    transform: rotate(0)
  }

  25% {
    transform: rotate(1deg)
  }

  50% {
    transform: rotate(0)
  }

  75% {
    transform: rotate(-1deg)
  }

  100% {
    transform: rotate(0)
  }
}
@media screen and (min-width: 1025px){
  .page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60vh;
  }
}
@media screen and (max-width:1170px){

  .main-block_plane{
    display: none;
  }
  .main-block{
    margin-top: 0px;
  }
  .footer{
    padding: 0 0 20px;
  }

}
@media (max-device-width: 1025px) and (orientation : portrait){
  .main-block{
    margin-top: 200px;
    text-align: center;
    margin-top: 90px;
  }
  .main-block_plane{
    display: block;
    width: 95%;
    top: 500px;
    right: 0;
  }
  .main-block h1{
    font-size: 52px;
    margin-bottom: 60px;
  }
  .main-block p{
    font-size: 24px;
    margin-bottom: 80px;
  }
  .block-questions{
    margin-top: 40px;
  }
  .block-questions .block-img, .block-questions .item {
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }
  .btn-double{
    margin-right: 16px;
  }
  .block-questions .block-img, .block-questions .item{
    overflow: visible;
    margin-top: 24px;
  }
  .block-questions .item .title{
    font-size: 42px;
  }
  .text-social{
    font-size: 24px;
  }
  .block-questions .item .step{
    bottom: 24px;
  }
  .block-questions .block-img, .block-questions .item{
    position: static;
  }
  .pd0{
    position: static;
  }
  .footer{
    padding: 0 0 20px;
  }
}

@media (max-device-width: 1025px) and (orientation : landscape){
  .main-block{
    margin-top: 90px;
  }
  .main-block h1{
    font-size: 52px;
  }
  .main-block p{
    font-size: 18px;
  }
  .main-block_plane{
    display: block;
    width: 90%;
    top: 180px;
    right: -4px;
  }
  .block-questions{
    margin-top: 40px;
  }
  .block-questions .block-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px){
  .star-field{
    display: none;
  }
  .main-block{
    margin-top: 150px;
  }
  .main-block h1{
    margin-bottom: 40px;
    font-size: 42px;
  }
  .main-block p{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .main-block_plane{
    top: 400px;
  }
  .block-questions .item .title{
    font-size: 32px;
  }
}
@media screen and (max-width: 767px){
  .logo-one_svg{
    width: 40px;
    height: 40px;
  }
  .logo-two_svg{
    height: 32px;
    width: 185px;
  }
  .section-main, .footer-main, .footer-sub .container{
    position: relative;
    padding: 0 13px !important;
    overflow-y: hidden;
  }
  .main-block{
    margin-top: 0;
    text-align: left;
  }
  .container{
    padding: 10px 0 0;
  }
  .main-block h1{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .main-block p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main-block_plane{
    display: none;
  }
  .block-questions .container{
    padding: 0;
  }
  .block-questions .item .title{
    margin-bottom: 7px;
  }
  .block-questions .item .text{
    margin-bottom: 0;
  }
  .footer.bg{
    background-color: transparent;
  }
  .footer{
    bottom: 0;
    position: absolute;
    background-color: transparent;
    padding: 20px 0 40px;
  }
  .main-block .btn{
    width: 190px !important;
  }
  .quiz-page-question{
    overflow-y: scroll;
    height: 170px;
    margin-top: 10px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer_rules{
    margin-top: 0px;
    float: none;
    margin-bottom: 20px;
  }
  .footer-social{
    float: none;
  }
  .footer-social .tit{
    text-align: left;
  }
  .block-questions {
    margin-top: 10px;
  }
  .block-questions .block-img, .block-questions .item{
    padding: 0;
    margin: 0;
  }
  .block-questions .item .title{
    font-size: 18px;
    margin-top: 15px;
  }
  .block-questions .footer{
    display: none;
  }
  .text-social {
    font-size: 16px;
  }
  .block-social{
    margin: 25px 0 0 -5px;
  }
  .quiz-page-result{
    height: 200px;
    margin: 10px 0;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape){
  .container {
    padding: 7px 0 0;
  }
  .block-questions{
    margin-top: 0;
  }
  .logo-one_svg {
    width: 35px;
    height: 35px;
  }
  .logo-two_svg {
    width: 170px;
    height: 35px;
  }
  .main-block{
    margin-top: 0;
  }
  .main-block h1 {
    margin: 0;
    font-size: 20px;
  }
  .block-questions .item .title{
    font-size: 18px;
    margin-top: 0;
  }
  .block-questions .item .text{
    font-size: 16px;
  }
  .footer .container {
    flex-direction: row;
    align-items: center;
  }
  .footer-social .tit{
    margin-bottom: 0;
    text-align: center;
  }
  .main-block p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px 0 ;
    background-color: #2D2D2D;
  }
  .footer-social{
    margin-left: auto;
    margin-right: 20px;
  }
  .row{
    display: flex;
  }
  .col-landscape{
    width: 40%;
  }
  .col-landscape-left{
    width: 58%;
    margin-left: 10px;
  }
  .block-questions .item .step{
    right: 0;
    bottom: 0;
  }
  .quiz-page-result{
    overflow-y: scroll;
    height: 200px;
  }
  .text-social{
    font-size: 14px;
  }
  .block-social{
    margin-top: 15px;
  }
}

@media screen and (max-width: 361px) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 330px) {
  .quiz-page-result{
    height: 150px;
  }
  .main-block h1 {
    font-size: 24px;
  }
  .main-block p{
    margin-bottom: 0px;
  }
  .footer{
    padding: 20px 0;
  }
  .footer_rules{
    margin-bottom: 10px;
  }
  .block-questions .row-btn .btn{
    width: 75px;
  }
  .block-questions .row-btn .btn-middle {
    width: 190px;
  }
  .block-questions .item .title{
    font-size: 16px;
  }
  .block-questions .item .text{
    font-size: 14px;
    margin-bottom: 0;
  }
}