/*   
Theme Name: Instudy
Version: 1.0
Tags: uzbekistan, Instudy
Description: Шаблон создан специально для сайта Instudy
Author: M-Wizard, Artraven
Author email: m-wizard@mail.ru, mace@mail.ru
*/

@font-face {
  font-family: '微软雅黑';
  src: url('../fonts/Yahei.eot');
  src: url('../fonts/Yahei.eot?#iefix') format('embedded-opentype'), url('../fonts/Yahei.woff') format('woff'), url('../fonts/Yahei.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '微软雅黑';
  src: url('../fonts/Yahei-Bold.eot');
  src: url('../fonts/Yahei-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Yahei-Bold.woff') format('woff'), url('../fonts/Yahei-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: '微软雅黑';
  font-size: 15px;
  color: #333333;
  height: 100%;
  line-height: 1;
}

h1,
h2,
h3 {
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 98px;
  margin-bottom: 32px;
  line-height: 1.4em;
}

h2 {
  font-size: 40px;
  margin-bottom: 50px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #04adee;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  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;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

.col-padding {
  word-wrap: break-word;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-column {
  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;
}

.tcenter {
  text-align: center;
}

.clear {
  clear: both;
}

.dnone {
  display: none;
}

#main {
  min-height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header {
  background: url("../img/header.png") top center repeat-x;
  height: 912px;
}

#header .head {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-top: 120px;
}

#header .head.blue h1 {
  color: #5562fd;
}

#header .head .logo a {
  background: url("../img/logo.png") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: block;
  width: 514px;
  height: 514px;
  margin: 0 auto;
}

#days .gray {
  background: #f6f7fc;
  height: 100%;
  padding: 60px 0;
}

#days .white {
  background: #ffffff;
  height: 100%;
  padding: 60px 0;
}

#days .day {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
}

#days .day .date {
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 42px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}

#days .day h3 {
  font-size: 32px;
  color: #5562fd;
  margin-bottom: 60px;
}

.photo_list {
  margin-top: 50px;
}

.photo_list .photo {
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 30px;
}

.photo_list .photo a {
  width: 100%;
  height: 280px;
  display: block;
  border: 2px solid #cccccc;
}

.accordion {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  line-height: 1.5em;
  font-size: 24px;
}

.accordion.blue .accordion_label {
  background: #5562fd;
}

.accordion .accordion_label {
  height: 60px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.4em;
  padding: 0 30px;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
}

.accordion .accordion_label:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 45px;
}

.accordion .accordion_label.active:after {
  content: "-";
}

.accordion .panel {
  display: none;
  margin-bottom: 30px;
}

.accordion .panel.show {
  display: block;
}

.accordion .panel ul li {
  list-style: disc;
  margin-left: 30px;
}

.air .air_table {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.air .air_table .air_title {
  background: #4b84bc url("../img/air.png") left top no-repeat;
  height: 60px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.4em;
  padding: 0 30px 0 75px;
  margin-bottom: 30px;
}

.air .air_table table {
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}

.air .air_table table tr:first-child {
  background: #a9cdf0;
  font-weight: bold;
}

.air .air_table table tr td {
  height: 60px;
  border: 1px solid #4b84bc;
  text-align: center;
  width: 25%;
}

.air .mob_air_table {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  display: none;
}

.air .mob_air_table table {
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}

.air .mob_air_table table tr td:first-child {
  background: #a9cdf0;
  font-weight: bold;
}

.air .mob_air_table table tr td {
  height: 60px;
  border: 1px solid #4b84bc;
  text-align: center;
  width: 50%;
}

.price .price_table {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.price .price_table .price_title {
  background: #4b84bc no-repeat;
  height: 60px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.4em;
  padding: 0 30px;
  margin-bottom: 30px;
}

.price .price_table table {
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}

.price .price_table table tr:first-child {
  background: #fffac6;
  font-weight: bold;
}

.price .price_table table tr:first-child td:first-child {
  background: #a9cdf0;
}

.price .price_table table tr:last-child {
  background: #fffac6;
}

.price .price_table table tr td:first-child {
  width: 33%;
}

.price .price_table table tr td {
  height: 60px;
  border: 1px solid #4b84bc;
  text-align: center;
  width: 33%;
}

#footer {
  background: url("../img/footer.jpg") center bottom no-repeat;
  width: 100%;
  height: 1330px;
}

.order {
  margin-bottom: 30px;
  font-size: 18px;
}

.order h3 {
  margin-bottom: 30px;
}

.order .form {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.order .form .input_field {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 30px;
}

.order .form .input_field input {
  width: 100%;
  height: 60px;
  border: 1px solid #4b84bc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}

.order .wechat {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.order .wechat .wechat_qr {
  background: url('../img/wechat.svg') center top no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 100%;
  height: 500px;
}

.select_field {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 30px;
}

.button {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: center;
}

.button input {
  background: #4b84bc;
  display: inline-block;
  width: 170px;
  height: 60px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.button input:hover {
  background: #6592bf;
}

/* IK SELEKT */

.ik_select {
  width: 100% !important;
}

.ik_select_link {
  background: #ffffff;
  cursor: pointer;
}

.ik_select_link_text {
  border: 1px solid #4b84bc;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 3.4em;
  color: #757575;
}

.ik_select_link_open {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c142%2079.160924%2C%202017%2F07%2F13-01%3A06%3A39%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%234b84bc%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22%D0%A4%D0%B8%D0%B3%D1%83%D1%80%D0%B0_1%22%20data-name%3D%22%D0%A4%D0%B8%D0%B3%D1%83%D1%80%D0%B0%201%22%20class%3D%22cls-1%22%20d%3D%22M905%2C6981.99l11.5%2C9.75%2C11.5-9.75v3.27l-11.5%2C9.75-11.5-9.75v-3.27Z%22%20transform%3D%22translate(-897.5%20-6969.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A") center center no-repeat;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #4b84bc;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ik_select_list {
  background: #ffffff;
  overflow: hidden;
}

.ik_select_option {
  font-family: arial, helvetica sans-serif;
  font-size: 18px;
  color: #ffffff;
}

.ik_select_option_label {
  background: #6592bf;
  display: block;
  cursor: pointer;
  padding: 0 30px;
  height: 60px;
  line-height: 3.4em;
}

.ik_select_hover .ik_select_option_label,
.ik_select_hover.ik_select_active .ik_select_option_label {
  background: #4b84bc;
  color: #ffffff;
}

.ik_select_active .ik_select_option_label {
  background: #64ab24;
}

/*
.debug {
	.debug(rgba(0, 0, 0, 0.2), 1px solid #ff0);
}
*/

@media screen and (max-width: 1169px) {
  h1 {
    font-size: 80px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 35px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header {
    height: 760px;
  }

  #header .head .logo a {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 860px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header {
    height: 700px;
  }

  #days .day h3 {
    font-size: 22px;
  }

  .photo_list .photo {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .photo_list .photo:nth-child(3) {
    display: none;
  }

  .accordion .panel {
    font-size: 18px;
  }

  .air .air_table table {
    font-size: 15px;
  }

  .price .price_table .price_title {
    font-size: 20px;
    line-height: 3em;
  }

  .order .wechat .wechat_qr {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #days .gray {
    padding: 60px 0 40px;
  }

  #days .white {
    padding: 60px 0 40px;
  }

  #days .day {
    font-size: 20px;
  }

  #days .day .date {
    width: 80px;
    font-size: 18px;
    line-height: 2.2em;
  }

  #days .day h3 {
    font-size: 20px;
  }

  .air .air_table table {
    display: none;
  }

  .air .mob_air_table table {
    font-size: 15px;
  }

  .air .mob_air_table {
    display: block;
  }

  .price .price_table table tr td:first-child {
    width: 33%;
  }

  .price .price_table table tr td {
    width: 33%;
  }

  #footer {
    height: 1520px;
  }

  .order .form {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .order .wechat {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 380px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo_list .photo {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}