@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf"); }

@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.ttf"); }

@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSansLight/OpenSansLight.ttf"); }

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSansBold/OpenSansBold.ttf"); }

html {
  font-size: 16px; }

body {
  font-family: Fira Sans, sans-serif;
  font-size: 1em;
  background-color: #f5f5f5;
  line-height: 1; }

img {
  width: 100%; }

.section_title h2 {
  font-size: 2.5em;
  text-align: center;
  padding: 40px 0;
  font-weight: 700;
  text-transform: uppercase; }

.btn {
  padding: 12px 40px;
  background-color: #F6BF00;
  border: 3px solid transparent;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .35s;
  transition: all .35s; }
  .btn:hover {
    background-color: transparent;
    border: 3px solid #F6BF00;
    color: #fff; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 1100px) {
    .wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 960px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 780px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 560px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1200px;
  margin: 0 auto; }

#main {
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff; }
  #main header {
    padding: 20px 10px; }
  @media screen and (max-width: 960px) {
    #main .wrapper {
      text-align: center; } }
  #main .wrapper .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    #main .wrapper .container .logo {
      max-width: 171px; }
      @media screen and (max-width: 780px) {
        #main .wrapper .container .logo {
          margin: 0 auto; } }
    @media screen and (max-width: 960px) {
      #main .wrapper .container .menu {
        display: none; } }
    #main .wrapper .container .menu li {
      display: inline-block;
      padding: 0 15px; }
      #main .wrapper .container .menu li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700; }
    #main .wrapper .container .phone {
      margin: 0 auto; }
      @media screen and (max-width: 780px) {
        #main .wrapper .container .phone {
          -webkit-flex-basis: 300px;
              -ms-flex-preferred-size: 300px;
                  flex-basis: 300px; } }
      @media screen and (max-width: 780px) {
        #main .wrapper .container .phone {
          margin-top: 20px; } }
      #main .wrapper .container .phone i {
        color: #fff; }
      #main .wrapper .container .phone a {
        color: #fff;
        text-decoration: none;
        font-weight: 700; }
        #main .wrapper .container .phone a span {
          font-weight: 700;
          font-size: 1.4em; }
    #main .wrapper .container .fa-bars {
      position: absolute;
      top: 20px;
      right: 10px;
      font-size: 36px;
      cursor: pointer;
      -webkit-transition: all .35s;
      transition: all .35s;
      display: none;
      z-index: 1000; }
      @media screen and (max-width: 960px) {
        #main .wrapper .container .fa-bars {
          display: block; } }
      #main .wrapper .container .fa-bars:hover {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  #main .wrapper h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #F6BF00;
    max-width: 650px;
    font-weight: 700;
    padding: 170px 10px 20px; }
    @media screen and (max-width: 780px) {
      #main .wrapper h1 {
        padding: 30px 20px; } }
    @media screen and (max-width: 960px) {
      #main .wrapper h1 {
        margin: 0 auto; } }
  #main .wrapper .test {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px; }
    @media screen and (max-width: 780px) {
      #main .wrapper .test {
        text-align: center; } }
  #main .wrapper .test_list {
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 1.3em; }
    #main .wrapper .test_list li {
      padding: 5px 0;
      position: relative; }
      #main .wrapper .test_list li span {
        color: #F6BF00;
        font-weight: 700;
        font-size: 36px; }
  #main .wrapper .btn {
    margin: 10px;
    margin-bottom: 170px; }
    @media screen and (max-width: 780px) {
      #main .wrapper .btn {
        margin-bottom: 40px; } }

.hide {
  display: none;
  position: relative; }

.quiz {
  max-width: 960px;
  margin: 50px auto;
  background-color: #f4f4f4;
  padding: 40px;
  position: relative; }
  .quiz #second .wrap,
  .quiz #third .wrap,
  .quiz #fourth .wrap {
    margin-top: 40px; }
    .quiz #second .wrap .item,
    .quiz #third .wrap .item,
    .quiz #fourth .wrap .item {
      margin: 20px 0; }
      .quiz #second .wrap .item .wrap_input_hide,
      .quiz #third .wrap .item .wrap_input_hide,
      .quiz #fourth .wrap .item .wrap_input_hide {
        display: none; }
        .quiz #second .wrap .item .wrap_input_hide .input_hide,
        .quiz #third .wrap .item .wrap_input_hide .input_hide,
        .quiz #fourth .wrap .item .wrap_input_hide .input_hide {
          padding: 12px 15px;
          margin: 10px 10px 10px 0;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          border: 2px solid #ddd; }
  .quiz #final .final_input {
    padding: 12px 20px;
    width: 180px;
    margin: 5px 0;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 11px 0 #6d6d6d;
            box-shadow: 0 0 11px 0 #6d6d6d;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .quiz #final .btn {
    margin-top: 5px; }
  .quiz .page_hide {
    display: none; }
  .quiz .page {
    max-width: 960px;
    margin: 0 auto; }
    .quiz .page .progress_bar {
      width: 700px;
      height: 20px;
      background-image: url(../img/progress-bg.png);
      background-repeat: no-repeat;
      margin: 20px 0; }
      .quiz .page .progress_bar .percent,
      .quiz .page .progress_bar .percent_32,
      .quiz .page .progress_bar .percent_48,
      .quiz .page .progress_bar .percent_64,
      .quiz .page .progress_bar .percent_80,
      .quiz .page .progress_bar .percent_100 {
        background-color: #F6BF00;
        width: 16%;
        height: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-border-radius: 10px 0 0 10px;
                border-radius: 10px 0 0 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .quiz .page .progress_bar .percent_32 {
        width: 32%; }
      .quiz .page .progress_bar .percent_48 {
        width: 48%; }
      .quiz .page .progress_bar .percent_64 {
        width: 64%; }
      .quiz .page .progress_bar .percent_80 {
        width: 80%; }
      .quiz .page .progress_bar .percent_100 {
        width: 100%;
        -webkit-border-radius: 10px;
                border-radius: 10px; }
    .quiz .page h2 {
      font-size: 1.3em;
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px 0; }
    .quiz .page .description {
      font-size: .8em;
      color: #666;
      margin-bottom: 10px; }
    .quiz .page .sale {
      text-transform: uppercase;
      margin-bottom: 30px; }
      .quiz .page .sale span {
        font-weight: 700;
        color: #F6BF00;
        font-size: 1.4em; }
    .quiz .page .btn {
      cursor: pointer;
      margin-top: 30px; }
      .quiz .page .btn:hover {
        color: #000; }
    .quiz .page .item {
      margin: 10px 20px 10px 0; }
      .quiz .page .item .checkbox_hide {
        display: none; }
      .quiz .page .item label {
        position: relative; }
        .quiz .page .item label .checkbox_costomize {
          width: 220px;
          height: 50px;
          display: block;
          background-color: #f1f1f1;
          -webkit-box-shadow: 0 0 11px 0 #6d6d6d;
                  box-shadow: 0 0 11px 0 #6d6d6d;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: all .35s;
          transition: all .35s;
          cursor: pointer;
          padding: 0 100px;
          -webkit-border-radius: 5px;
                  border-radius: 5px; }
          .quiz .page .item label .checkbox_costomize:hover {
            background-color: #fff; }
        .quiz .page .item label #checkbox_costomize_1:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_1.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -400px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_2:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_2.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -389px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_3:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_3.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -400px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_4:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_4.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -400px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_5:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_5.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -414px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_6:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_6.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -400px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_7:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_7.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -423px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label #checkbox_costomize_8:after {
          content: '';
          width: 100px;
          height: 50px;
          background-image: url(../img/ico_8.png);
          background-repeat: no-repeat;
          position: absolute;
          right: -400px;
          top: 0;
          background-position: 30px 0;
          opacity: .3; }
        .quiz .page .item label .around {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #fff;
          display: block;
          border: 2px solid #F6BF00;
          position: absolute;
          top: 16px;
          left: 15px; }
  .quiz .active {
    background-image: url(../img/pic.png);
    width: 7px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat; }

#servis {
  padding-bottom: 40px; }
  #servis .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 10px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
    @media screen and (max-width: 780px) {
      #servis .item {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    #servis .item .item_bg {
      background-color: #F6BF00;
      padding: 10px 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 160px; }
      #servis .item .item_bg p {
        font-weight: 700;
        padding-bottom: 20px; }
      #servis .item .item_bg a {
        background-color: transparent;
        border: 2px solid #000;
        color: #000;
        text-decoration: none;
        padding: 10px 15px;
        text-align: center;
        -webkit-transition: all .35s;
        transition: all .35s; }
        #servis .item .item_bg a:hover {
          border: 2px solid #fff;
          color: #fff; }
    #servis .item .item_img {
      overflow: hidden;
      max-width: 350px; }
      #servis .item .item_img:hover img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
      #servis .item .item_img img {
        -webkit-transition: all .35s;
        transition: all .35s;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }

#portfolio {
  background-image: url(../img/portfolio_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px; }
  #portfolio .section_title h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #000; }
  #portfolio .item {
    max-width: 900px;
    margin: 0 auto; }
    #portfolio .item #thumbs {
      width: 100%; }
      #portfolio .item #thumbs img {
        display: inline-block;
        margin: 10px 10px 0 0;
        padding: 5px;
        border: 1px solid #000;
        cursor: pointer;
        max-width: 126px;
        -webkit-transition: all .35s;
        transition: all .35s;
        background: #fff; }
        #portfolio .item #thumbs img:hover {
          border: 1px solid #F6BF00; }
        #portfolio .item #thumbs img:nth-child(6) {
          margin-right: 0; }
        #portfolio .item #thumbs img:nth-child(12) {
          margin-right: 0; }

#adventures {
  background-image: url(../img/adventures_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #adventures .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #adventures .container .adventures_item {
      margin: 0 30px; }
      @media screen and (max-width: 780px) {
        #adventures .container .adventures_item {
          margin: 0 auto; } }
      #adventures .container .adventures_item .item_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 40px 0; }
        #adventures .container .adventures_item .item_content .img {
          max-width: 60px; }
        #adventures .container .adventures_item .item_content .text {
          margin-left: 10px; }
          #adventures .container .adventures_item .item_content .text h4 {
            font-size: 1.2em;
            text-transform: uppercase;
            font-weight: 700;
            padding-bottom: 5px; }
    #adventures .container .adventures_item_img {
      max-width: 500px; }

#order {
  background-image: url(../img/order_bg.jpg);
  background-size: cover;
  color: #fff; }
  #order .container {
    padding: 100px 0; }
    #order .container .item {
      max-width: 550px;
      margin: 0 auto; }
      #order .container .item h3 {
        font-size: 1.8em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 20px 0; }
      #order .container .item p {
        font-size: 1.2em;
        text-transform: uppercase;
        padding-bottom: 20px; }
      #order .container .item form input {
        padding: 12px;
        width: 250px;
        margin: 7px 0; }
      #order .container .item form button {
        padding: 12px;
        width: 280px;
        cursor: pointer;
        margin-top: 7px; }

#dop_services {
  padding-bottom: 50px; }
  #dop_services .item {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 16px #000;
            box-shadow: 1px 1px 16px #000;
    margin: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px); }
    @media screen and (max-width: 960px) {
      #dop_services .item {
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px); } }
    @media screen and (max-width: 780px) {
      #dop_services .item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media screen and (max-width: 560px) {
      #dop_services .item {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    #dop_services .item:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    #dop_services .item:hover h4 {
      color: #F6BF00; }
    #dop_services .item .img {
      overflow: hidden; }
      #dop_services .item .img img {
        -webkit-transition: all .35s;
        transition: all .35s; }
    #dop_services .item h4 {
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      padding: 20px 0;
      -webkit-transition: all .35s;
      transition: all .35s; }

footer {
  background-color: #333;
  padding: 40px; }
  footer .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .container .item {
      max-width: 250px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      word-wrap: break-word;
      margin-left: 15px;
      margin-right: 15px; }
      @media screen and (max-width: 560px) {
        footer .container .item {
          width: -webkit-calc(100% - 30px);
          width: calc(100% - 30px); } }
      @media screen and (max-width: 560px) {
        footer .container .item {
          margin: 0 auto; } }
    footer .container .item_contacts {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      color: #fff; }
      footer .container .item_contacts .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0; }
        footer .container .item_contacts .block a {
          color: #fff;
          text-decoration: none;
          margin-left: 10px; }
        footer .container .item_contacts .block p {
          margin-left: 10px; }
      footer .container .item_contacts .fl a {
        margin-left: -10px; }

.hidden {
  display: none; }

.popup_form {
  text-align: center;
  padding: 40px 10px;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }
  .popup_form h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    padding-bottom: 20px; }
  .popup_form p {
    text-transform: uppercase;
    padding-bottom: 20px; }
  .popup_form form input {
    padding: 12px;
    width: 250px;
    margin: 7px 0; }
  .popup_form form button {
    padding: 12px;
    width: 280px;
    cursor: pointer;
    margin-top: 7px; }

.submitted {
  display: none; }
  .submitted2 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    z-index: 200; }
  .submitted3 {
    display: none; }

.thanks {
  width: 428px;
  margin: 20% auto;
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 40px;
  position: relative; }
  .thanks .close_thanks {
    position: absolute;
    top: 0px;
    right: -25px;
    width: 16px;
    height: 15px;
    background-image: url(../img/close_thanks.png);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .thanks .close_thanks:hover {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .thanks .modal_text {
    text-align: center;
    padding: 32px 20px 25px;
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
    .thanks .modal_text2 {
      text-align: center;
      font-size: 17px;
      font-family: Fira Sans, sans-serif;
      text-transform: uppercase;
      color: #000;
      margin: 0 auto 35px;
      width: 297px; }

/*==========  Desktop First Method  ==========*/
@media screen and (max-width: 1203px) {
  #adventures .container .adventures_item_img {
    display: none; }
  #adventures .container .adventures_item {
    max-width: 570px;
    margin: 0 auto; } }

@media screen and (max-width: 1256px) {
  #servis .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    #servis .item .item_bg {
      width: 100%;
      padding: 10px 0; }
      #servis .item .item_bg a {
        max-width: 150px;
        margin: 0 auto; }
    #servis .item .item_img {
      width: 100%;
      max-width: 100%; } }

@media screen and (max-width: 992px) {
  .quiz .page .item {
    margin: 10px auto; } }

@media screen and (max-width: 940px) {
  #portfolio .item #thumbs img {
    max-width: 50px; }
    #portfolio .item #thumbs img:nth-child(6) {
      margin-right: 5px; }
    #portfolio .item #thumbs img:nth-child(12) {
      margin-right: 5px; } }

@media screen and (max-width: 876px) {
  #order .container .item {
    text-align: center;
    margin: 10px auto; } }

@media screen and (max-width: 500px) {
  html {
    font-size: 12px; }
  #main .wrapper h1 {
    font-size: 23px; }
  .quiz .page .item label .checkbox_costomize {
    padding: 0 20px; }
  .quiz .page .item label #checkbox_costomize_1:after,
  .quiz .page .item label #checkbox_costomize_2:after,
  .quiz .page .item label #checkbox_costomize_3:after,
  .quiz .page .item label #checkbox_costomize_4:after,
  .quiz .page .item label #checkbox_costomize_5:after,
  .quiz .page .item label #checkbox_costomize_6:after,
  .quiz .page .item label #checkbox_costomize_7:after,
  .quiz .page .item label #checkbox_costomize_8:after,
  .quiz .page .item label #checkbox_costomize_9:after {
    display: none; } }

@media screen and (max-width: 775px) {
  .quiz .page .progress_bar {
    display: none; } }

@media screen and (max-width: 367px) {
  #main .wrapper .container .logo {
    margin: 0 auto; }
  #main .wrapper .container .phone {
    margin: 10px auto; } }

@media screen and (max-width: 350px) {
  .quiz .page .item label .checkbox_costomize {
    padding: 0 10px; } }
