@font-face {
  font-family: "RIVERHACK_CYR";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RIVERHACK_CYR.ttf"); }

@font-face {
  font-family: "Geometria";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Geometria.ttf"); }

@font-face {
  font-family: "Geometria";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Geometria-Bold.ttf"); }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html,
body {
  font-size: 16px; }

body {
  min-width: 320px;
  position: relative;
  font-family: "Geometria", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  body.no_scroll {
    overflow: hidden; }

::-webkit-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: orange;
  color: #fff; }

::selection {
  background-color: orange;
  color: #fff; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

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

.t_center {
  text-align: center; }

.t_left {
  text-align: left; }

.t_right {
  text-align: right; }

.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fx_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ai_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ai_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.jc_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.jc_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jc_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.fd_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #menu ul li:last-child {
    margin-right: 0; }

.mfp_default {
  position: relative;
  max-width: 470px;
  min-height: 300px;
  text-align: left;
  padding: 80px 70px 50px;
  margin: 40px auto;
  background: #fff; }
  .mfp_default .mfp-close {
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .mfp_default .mfp-close:hover {
      opacity: .8; }
    .mfp_default .mfp-close:focus {
      outline: none; }
    .mfp_default .mfp-close:active {
      -webkit-transform: translateY(1px);
          -ms-transform: translateY(1px);
              transform: translateY(1px); }
  .mfp_default .form_result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #fff;
    opacity: 0;
    padding: 50px;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1; }
    .mfp_default .form_result.success {
      opacity: 1;
      visibility: visible; }
    .mfp_default .form_result .mess_title {
      font-size: 30px;
      letter-spacing: 2px;
      font-weight: 600;
      text-transform: uppercase; }
    .mfp_default .form_result .mess_desc {
      font-size: 18px;
      line-height: 24px; }

body {
  font-family: "Geometria", sans-serif;
  max-width: 1920px;
  margin: 0 auto; }

.container {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  width: 100%;
  background: #2c99d4;
  padding: 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__nav a {
    font-family: "RIVERHACK_CYR", sans-serif;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-left: 52px;
    line-height: 1.43;
    text-decoration: none; }
  .header__gam span {
    width: 30px;
    height: 23px;
    display: none;
    background: url("../img/table/gam.png") no-repeat center center; }

.sect1 {
  min-height: 1040px;
  margin-top: 86px;
  background: url("../img/sect1_bg.png") no-repeat center center; }
  .sect1 .container {
    padding-top: 167px;
    position: relative; }
    .sect1 .container .btn {
      width: 335px;
      height: 64px;
      border-radius: 31.9px;
      background-image: -webkit-linear-gradient(49deg, #3272b1, #63d0ff);
      background-image: -o-linear-gradient(49deg, #3272b1, #63d0ff);
      background-image: linear-gradient(41deg, #3272b1, #63d0ff);
      font-family: "RIVERHACK_CYR", sans-serif;
      font-size: 28px;
      line-height: 64px;
      text-align: center;
      color: #ffffff;
      display: block;
      text-decoration: none;
      position: relative;
      top: -86px;
      -webkit-box-shadow: 4px 7px 0px 0px rgba(10, 93, 138, 0.75);
              box-shadow: 4px 7px 0px 0px rgba(10, 93, 138, 0.75);
      -webkit-transition: -webkit-box-shadow 0.5s linear;
      transition: -webkit-box-shadow 0.5s linear;
      -o-transition: box-shadow 0.5s linear;
      transition: box-shadow 0.5s linear;
      transition: box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear; }
      .sect1 .container .btn:hover {
        -webkit-transition: -webkit-box-shadow 0.5s linear;
        transition: -webkit-box-shadow 0.5s linear;
        -o-transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(10, 93, 138, 0.75);
                box-shadow: 0px 0px 0px 0px rgba(10, 93, 138, 0.75); }

.sect2 {
  position: relative;
  background: url("../img/sect2_bg-bottom.jpg") no-repeat center bottom;
  padding-bottom: 519px; }
  .sect2:after {
    position: absolute;
    width: 478px;
    height: 602px;
    background: url("../img/sect2_after.png") no-repeat;
    left: 0;
    top: -46px;
    content: ""; }
  .sect2:before {
    position: absolute;
    width: 422px;
    height: 646px;
    background: url("../img/sect2_before.png") no-repeat;
    right: 0;
    top: 415px;
    content: ""; }
  .sect2__wrap {
    max-width: 960px;
    min-height: 431px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(49deg, #3272b1, #63d0ff);
    background-image: -o-linear-gradient(49deg, #3272b1, #63d0ff);
    background-image: linear-gradient(41deg, #3272b1, #63d0ff);
    -webkit-box-shadow: 5px 5px 0px 0px #0a5d8a;
            box-shadow: 5px 5px 0px 0px #0a5d8a;
    padding-top: 73px;
    overflow: hidden;
    position: relative;
    margin-top: -238px;
    z-index: 2;
    margin-bottom: 213px; }
    .sect2__wrap h3 {
      font-size: 60px;
      line-height: 0.88;
      text-align: center;
      color: #ffffff;
      font-family: "RIVERHACK_CYR", sans-serif;
      margin-bottom: 30px; }
    .sect2__wrap p {
      width: 744px;
      font-size: 24px;
      text-align: center;
      color: #ffffff;
      margin: 0 auto;
      line-height: normal; }
    .sect2__wrap_bg {
      width: 841px;
      height: 319px;
      background: url("../img/sect2_bg-blue.png") no-repeat center center;
      position: absolute;
      bottom: -175px;
      left: 66px;
      z-index: 1; }
    .sect2__wrap_bg1 {
      width: 28px;
      height: 38px;
      position: absolute;
      background: url("../img/sect2_bg-blue1.png") no-repeat center center;
      top: 22px;
      right: 57px;
      z-index: 1; }
  .sect2__wrap2 h2 {
    font-size: 80px;
    line-height: 0.51;
    text-align: center;
    color: #333333;
    font-family: "RIVERHACK_CYR", sans-serif;
    margin-bottom: 73px;
    -webkit-text-decoration: uppercase;
            text-decoration: uppercase; }
  .sect2__wrap2 p {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.3; }
    .sect2__wrap2 p .bold {
      font-weight: bold;
      color: #2c99d4; }

.sect3 {
  padding-top: 91px;
  position: relative;
  background: url("../img/sect3_bg-sam.png") no-repeat 361px 145px; }
  .sect3__wrap {
    position: relative;
    z-index: 5; }
    .sect3__wrap h2 {
      font-size: 80px;
      line-height: 0.51;
      text-align: center;
      color: #333333;
      font-family: "RIVERHACK_CYR", sans-serif;
      margin-bottom: 99px;
      padding-left: 84px; }
  .sect3__text {
    margin-left: 99px;
    margin-bottom: 573px;
    position: relative;
    z-index: 2; }
    .sect3__text p {
      font-size: 34px;
      text-align: left;
      color: #333333;
      line-height: normal; }
  .sect3__text1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 640px;
    position: relative;
    z-index: 2; }
    .sect3__text1 p {
      font-size: 34px;
      text-align: left;
      color: #333333;
      margin-left: auto;
      margin-right: 112px;
      line-height: normal; }
  .sect3__text2 {
    margin-bottom: 422px;
    position: relative;
    z-index: 2; }
    .sect3__text2 p {
      font-size: 34px;
      text-align: left;
      color: #333333;
      margin-left: auto;
      margin-left: 98px;
      line-height: normal; }
  .sect3__text3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 623px;
    position: relative;
    z-index: 2; }
    .sect3__text3 p {
      font-size: 34px;
      text-align: left;
      color: #333333;
      margin-left: auto;
      line-height: normal;
      margin-right: 9px; }
  .sect3__text4 {
    margin-bottom: 308px;
    position: relative;
    z-index: 2; }
    .sect3__text4 p {
      font-size: 34px;
      text-align: left;
      color: #333333;
      line-height: normal;
      margin-left: 200px; }
  .sect3__text5 {
    position: relative;
    background: url("../img/sect3_map.png") no-repeat 562px top;
    padding-top: 89px;
    position: relative;
    z-index: 2; }
    .sect3__text5 p {
      font-size: 34px;
      text-align: center;
      color: #333333;
      line-height: normal; }
  .sect3__bg {
    max-width: 1920px;
    min-height: 1190px;
    background: url("../img/sect3_bg-bottom.jpg") no-repeat center center;
    margin: 0 auto;
    margin-top: -134px; }
  .sect3__img {
    position: absolute;
    right: 0;
    top: 265px;
    z-index: 1; }
  .sect3__img2 {
    position: absolute;
    left: 0;
    top: 603px;
    z-index: 1; }
  .sect3__img3 {
    position: absolute;
    right: 0;
    top: 1330px;
    z-index: 1; }
  .sect3__img4 {
    position: absolute;
    left: 155px;
    top: 2018px;
    z-index: 1; }
  .sect3__img5 {
    position: absolute;
    right: 311px;
    top: 2814px;
    z-index: 1; }

.sect4 {
  position: relative;
  z-index: 2;
  background: url("../img/sect4_line.png") no-repeat center 115px;
  margin-bottom: 93px;
  margin-top: -42px; }
  .sect4__wrap h2 {
    font-size: 80px;
    line-height: 0.51;
    text-align: center;
    color: #333333;
    font-family: "RIVERHACK_CYR", sans-serif;
    margin-bottom: 97px; }
  .sect4__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sect4__item {
    width: 500px;
    padding-top: 180px; }
    .sect4__item p {
      font-size: 34px;
      line-height: normal;
      text-align: left;
      color: #333333;
      margin-bottom: 48px; }
    .sect4__item .price {
      font-size: 80px;
      line-height: 0.51;
      text-align: left;
      color: #2c99d4;
      font-family: "RIVERHACK_CYR", sans-serif;
      position: relative;
      display: block;
      margin-bottom: 43px;
      padding-left: 15px; }
      .sect4__item .price .price-r {
        width: 31px;
        height: 38px;
        background: url("../img/sect4_price.png") no-repeat center center;
        position: relative;
        display: inline-block; }
    .sect4__item a {
      width: 258px;
      height: 64px;
      border-radius: 31.9px;
      background-image: -webkit-linear-gradient(49deg, #3272b1, #63d0ff);
      background-image: -o-linear-gradient(49deg, #3272b1, #63d0ff);
      background-image: linear-gradient(41deg, #3272b1, #63d0ff);
      font-family: "RIVERHACK_CYR", sans-serif;
      font-size: 28px;
      line-height: 64px;
      text-align: center;
      color: #ffffff;
      display: block;
      text-decoration: none;
      position: relative;
      -webkit-box-shadow: 4px 7px 0px 0px #0a5d8a;
              box-shadow: 4px 7px 0px 0px #0a5d8a;
      -webkit-transition: -webkit-box-shadow 0.5s linear;
      transition: -webkit-box-shadow 0.5s linear;
      -o-transition: box-shadow 0.5s linear;
      transition: box-shadow 0.5s linear;
      transition: box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear; }
      .sect4__item a:hover {
        -webkit-transition: -webkit-box-shadow 0.5s linear;
        transition: -webkit-box-shadow 0.5s linear;
        -o-transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(10, 93, 138, 0.75);
                box-shadow: 0px 0px 0px 0px rgba(10, 93, 138, 0.75); }
  .sect4__right img {
    margin-bottom: 8px; }
  .sect4__right p {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    line-height: normal;
    padding-left: 39px; }

.sect5 {
  background: url("../img/sect5_bg.png") no-repeat center center;
  min-height: 1364px;
  margin-bottom: 83px; }
  .sect5__wrap {
    padding-top: 208px; }
    .sect5__wrap h2 {
      font-size: 80px;
      line-height: 0.51;
      text-align: center;
      color: #ffffff;
      font-family: "RIVERHACK_CYR", sans-serif;
      margin-bottom: 53px; }
    .sect5__wrap p {
      font-size: 34px;
      line-height: normal;
      text-align: center;
      color: #ffffff;
      margin-bottom: 30px; }
      .sect5__wrap p .bold {
        font-weight: bold; }
      .sect5__wrap p.bottom {
        margin-bottom: 52px; }
    .sect5__wrap .btn {
      width: 360px;
      height: 60px;
      border-radius: 30px;
      background-color: #ffffff;
      display: block;
      margin: 0 auto;
      font-size: 26px;
      font-weight: bold;
      line-height: 60px;
      text-align: center;
      color: #4ea7dc;
      text-decoration: none; }

.sect6 {
  padding-bottom: 220px;
  background: url("../img/sect6_line.png") no-repeat center bottom;
  margin-bottom: 85px; }
  .sect6__wrap h2 {
    font-size: 80px;
    line-height: 0.51;
    text-align: center;
    color: #333333;
    font-family: "RIVERHACK_CYR", sans-serif;
    margin-bottom: 58px; }
  .sect6__wrap p {
    font-size: 34px;
    line-height: normal;
    text-align: center;
    color: #333333; }
    .sect6__wrap p .bold {
      font-weight: bold; }
  .sect6__wrap .price {
    font-size: 60px;
    line-height: 0.68;
    text-align: center;
    color: #2c99d4;
    font-family: "RIVERHACK_CYR", sans-serif;
    display: block;
    margin-top: 40px;
    margin-bottom: 21px; }
  .sect6__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 855px;
    margin: 0 auto;
    margin-top: 50px; }
  .sect6__item {
    width: 260px;
    min-height: 157px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sect6__item.item1 {
      background: url("../img/sect6_bg1.png") no-repeat center center; }
    .sect6__item.item2 {
      background: url("../img/sect6_bg2.png") no-repeat center center; }
    .sect6__item.item3 {
      background: url("../img/sect6_bg3.png") no-repeat center center; }
  .sect6 .text {
    font-size: 40px;
    line-height: 1.01;
    text-align: center;
    color: #ffffff;
    display: block;
    font-family: "RIVERHACK_CYR", sans-serif; }

.sect7 {
  margin-bottom: 95px; }
  .sect7__wrap {
    max-width: 1160px;
    min-height: 524px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(49deg, #3272b1, #63d0ff);
    background-image: -o-linear-gradient(49deg, #3272b1, #63d0ff);
    background-image: linear-gradient(41deg, #3272b1, #63d0ff);
    margin: 0 auto;
    padding-top: 45px;
    -webkit-box-shadow: 4px 7px 0px 0px #0a5d8a;
            box-shadow: 4px 7px 0px 0px #0a5d8a; }
    .sect7__wrap h2 {
      font-size: 46px;
      font-weight: bold;
      line-height: normal;
      text-align: center;
      color: #ffffff;
      margin-bottom: 20px; }
    .sect7__wrap p {
      font-size: 24px;
      line-height: normal;
      text-align: center;
      margin-bottom: 20px;
      color: #ffffff; }
      .sect7__wrap p .bold {
        font-weight: bold; }

.sect8 {
  margin-bottom: 53px; }
  .sect8__wrap {
    margin-bottom: 37px; }
    .sect8__wrap h3 {
      font-size: 46px;
      font-weight: bold;
      line-height: normal;
      text-align: center;
      color: #333333; }
  .sect8 .bottom1 {
    margin-bottom: 0px; }
  .sect8 .bottom2 {
    margin-bottom: 0px; }
  .sect8 .left1 {
    padding-left: 28px; }
    .sect8 .left1 .sect8__left {
      margin-right: 23px; }
  .sect8 .right1 {
    padding-right: 40px; }
  .sect8 .margin-top {
    margin-top: -78px; }
  .sect8 .margin-top1 {
    margin-top: -78px; }
  .sect8 .margin-top2 {
    margin-top: -68px; }
  .sect8 .margin-top-r {
    margin-top: -30px; }
  .sect8 .margin-top-r1 {
    margin-top: -63px; }
  .sect8__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sect8__left {
    width: 250px;
    margin-right: 34px; }
    .sect8__left .text {
      font-size: 180px;
      line-height: normal;
      color: #2c99d4;
      font-family: "RIVERHACK_CYR", sans-serif; }
  .sect8__right {
    padding-top: 25px; }
    .sect8__right p {
      font-size: 24px;
      line-height: normal;
      text-align: left;
      color: #333333; }
  .sect8__box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .sect8__left1 {
    padding-top: 30px; }
    .sect8__left1 p {
      font-size: 24px;
      line-height: normal;
      text-align: left;
      color: #333333; }
  .sect8__right1 {
    width: 205px;
    margin-left: 25px; }
    .sect8__right1 .text {
      font-size: 180px;
      line-height: normal;
      color: #2c99d4;
      font-family: "RIVERHACK_CYR", sans-serif; }

.footer {
  background: url("../img/footer-bg.jpg") no-repeat center center;
  min-height: 882px;
  padding-top: 151px;
  overflow: hidden; }
  .footer__wrap {
    padding-left: 100px; }
    .footer__wrap h3 {
      font-size: 30px;
      line-height: normal;
      text-align: left;
      color: #ffffff;
      margin-bottom: -2px; }
    .footer__wrap h4 {
      font-size: 60px;
      font-weight: bold;
      line-height: normal;
      text-align: left;
      color: #ffffff;
      margin-bottom: 15px; }
    .footer__wrap p {
      position: relative;
      font-size: 34px;
      line-height: normal;
      text-align: left;
      color: #ffffff; }
      .footer__wrap p:after {
        position: absolute;
        width: 81px;
        height: 51px;
        font-size: 180px;
        line-height: normal;
        text-align: left;
        color: #ffffff;
        font-family: "RIVERHACK_CYR", sans-serif;
        content: '"';
        top: -45px;
        left: -120px; }
      .footer__wrap p:before {
        position: absolute;
        width: 81px;
        height: 51px;
        font-size: 180px;
        line-height: normal;
        text-align: left;
        color: #ffffff;
        font-family: "RIVERHACK_CYR", sans-serif;
        content: '"';
        bottom: 25px;
        left: 334px; }

@media (max-width: 1800px) {
  .sect3__img4 {
    left: 0; }
  .sect3__img5 {
    right: 0; }
  .sect3 {
    background: url(../img/sect3_bg-sam.png) no-repeat center 145px; } }

@media (max-width: 1700px) {
  .sect3__img {
    text-align: right; }
    .sect3__img img {
      width: 80%; }
  .sect3__img2 img {
    width: 80%; }
  .sect3__img3 {
    text-align: right; }
    .sect3__img3 img {
      width: 80%; }
  .sect3__img4 img {
    width: 80%; }
  .sect3__img5 img {
    width: 80%; } }

.table {
  display: none; }

.mobily {
  display: none; }

@media (max-width: 1500px) {
  .sect2::before {
    right: -200px; }
  .sect2:after {
    left: -256px; }
  .sect3__text5 {
    margin-left: 25px; }
  .sect3__img2 {
    left: -67px;
    top: 703px; } }

@media (max-width: 1200px) {
  .header__nav {
    right: -30%;
    -webkit-transition: right 0.5s linear;
    -o-transition: right 0.5s linear;
    transition: right 0.5s linear;
    width: 30%;
    display: block;
    position: fixed;
    top: 70px; }
    .header__nav .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #2c99d4;
      height: 100%; }
      .header__nav .nav a {
        margin-bottom: 15px; }
  .opened.header__nav {
    right: 0;
    min-height: 50%;
    -webkit-transition: right 0.5s linear;
    -o-transition: right 0.5s linear;
    transition: right 0.5s linear; }
  .header {
    padding: 21px 0; }
  .container {
    max-width: 759px;
    margin: 0 auto; }
  .header__gam {
    display: block; }
    .header__gam span {
      display: block;
      cursor: pointer; }
  .des {
    display: none; }
  .table {
    display: block; }
  .sect1 {
    background: url("../img/table/sect1_bg.png") no-repeat center center;
    min-height: 862px;
    background-size: cover;
    margin-top: 72px; }
    .sect1 .container {
      padding-top: 96px; }
      .sect1 .container .btn {
        width: 216px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        top: -48px; }
  .sect2__wrap {
    max-width: 960px;
    min-height: 348px;
    margin-top: -334px;
    padding-top: 48px;
    margin-bottom: 131px; }
  .sect2__wrap h3 {
    font-size: 41px;
    margin-bottom: 35px; }
  .sect2__wrap p {
    font-size: 18px; }
  .sect2__wrap_bg {
    bottom: -196px;
    left: -43px; }
  .sect2__wrap2 h2 {
    font-size: 64px;
    margin-bottom: 48px; }
  .sect2__wrap2 p {
    font-size: 18px;
    margin-bottom: 17px; }
  .sect2 br {
    display: none; }
  .sect2 .br-table {
    display: block; }
  .sect2:before {
    width: 149px;
    height: 285px;
    background: url(../img/table/sect2_before.png) no-repeat;
    right: 0;
    top: 746px; }
  .sect2:after {
    width: 123px;
    height: 300px;
    left: 0;
    top: 608px;
    background: url(../img/table/sect2_after.png) no-repeat; }
  .sect2 {
    position: relative;
    background: url(../img/sect2_bg-bottom.jpg) no-repeat center bottom;
    padding-bottom: 372px; }
  .sect3__wrap h2 {
    font-size: 61px;
    padding-left: 0;
    margin-bottom: 234px; }
  .sect3 {
    background: url(../img/table/sect3_line.png) no-repeat center 205px; }
  .sect3__img {
    top: 276px; }
    .sect3__img img {
      width: 100%; }
  .sect3__img2 {
    left: 0px;
    top: 560px; }
    .sect3__img2 img {
      width: 100%; }
  .sect3__img3 {
    top: 957px; }
    .sect3__img3 img {
      width: 100%; }
  .sect3__img4 {
    top: 1218px; }
    .sect3__img4 img {
      width: 100%; }
  .sect3__img5 {
    top: 1606px;
    right: 22px; }
    .sect3__img5 img {
      width: 100%; }
  .sect3__text {
    margin-left: 0;
    margin-bottom: 254px; }
    .sect3__text p {
      font-size: 25px; }
  .sect3__text1 {
    margin-bottom: 262px; }
    .sect3__text1 p {
      font-size: 25px;
      margin-right: 0; }
  .sect3__text2 {
    margin-bottom: 185px; }
    .sect3__text2 p {
      font-size: 25px;
      margin-left: 0; }
  .sect3__text3 {
    margin-bottom: 260px; }
    .sect3__text3 p {
      font-size: 25px; }
  .sect3__text4 {
    margin-bottom: 52px; }
    .sect3__text4 p {
      font-size: 25px;
      margin-left: 0; }
  .sect3__text5 {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sect3__text5 p {
      font-size: 25px;
      margin-left: auto; }
  .sect3__bg {
    min-height: 538px;
    background: url(../img/sect3_bg-bottom.jpg) no-repeat center center;
    background-size: cover;
    margin-top: -68px; }
  .sect2__wrap br {
    display: none; }
  .sect4__wrap {
    padding-top: 139px; }
    .sect4__wrap h2 {
      font-size: 61px;
      margin-bottom: 26px; }
  .sect4__item {
    width: 100%;
    padding-top: 0;
    margin-bottom: 49px; }
  .sect4__item p {
    font-size: 24px;
    text-align: center; }
  .sect4__item .price {
    text-align: center; }
  .sect4__item a {
    margin: 0 auto; }
  .sect4__right {
    width: 100%;
    text-align: center; }
    .sect4__right img {
      max-width: 447px;
      margin-bottom: 31px; }
  .sect4__right p {
    font-size: 25px;
    padding-left: 0px; }
  .sect4 {
    background: url(../img/sect4_line.png) no-repeat center 265px;
    margin-bottom: 77px; }
  .sect5 {
    background: url("../img/table/sect5_bg.png") no-repeat center center;
    background-size: cover;
    min-height: 1023px;
    margin-bottom: 99px; }
  .sect5__wrap {
    padding-top: 113px; }
  .sect5__wrap h2 {
    font-size: 61px;
    margin-bottom: 48px; }
  .sect5__wrap p {
    font-size: 24px;
    margin-bottom: 20px; }
    .sect5__wrap p br {
      display: none; }
  .sect6__wrap h2 {
    font-size: 61px;
    margin-bottom: 52px; }
  .sect6__wrap p {
    font-size: 24px; }
    .sect6__wrap p br {
      display: none; }
    .sect6__wrap p .br-table {
      display: block; }
  .sect6__wrap .price {
    margin-bottom: 46px; }
  .sect6__item {
    max-width: 217px;
    min-height: 130px; }
  .sect6__box {
    margin-top: 40px; }
  .sect6__item.item1 {
    background: url(../img/sect6_bg1.png) no-repeat center center;
    background-size: cover; }
  .sect6__item.item2 {
    background: url(../img/sect6_bg2.png) no-repeat center center;
    background-size: cover; }
  .sect6__item.item3 {
    background: url(../img/sect6_bg3.png) no-repeat center center;
    background-size: cover; }
  .sect6 {
    padding-bottom: 176px; }
  .sect7__wrap {
    min-height: 462px; }
    .sect7__wrap h2 {
      font-size: 36px;
      margin-bottom: 29px; }
      .sect7__wrap h2 br {
        display: none; }
      .sect7__wrap h2 .br-table {
        display: block; }
    .sect7__wrap p {
      font-size: 18px; }
      .sect7__wrap p br {
        display: none; }
      .sect7__wrap p .br-table {
        display: block; }
  .sect7 {
    margin-bottom: 73px; }
  .sect8__wrap {
    margin-bottom: 52px; }
    .sect8__wrap h3 {
      font-size: 34px; }
    .sect8__wrap br {
      display: none; }
    .sect8__wrap .br-table {
      display: block; }
  .sect8__left .text {
    font-size: 88px; }
  .sect8__right1 .text {
    font-size: 88px; }
  .sect8__left {
    width: 139px; }
  .sect8__right1 {
    width: 139px; }
  .sect8__right {
    padding-top: 0; }
  .sect8__right p {
    font-size: 18px; }
    .sect8__right p .br-table {
      display: block; }
    .sect8__right p br {
      display: none; }
  .sect8__left1 p {
    font-size: 18px; }
    .sect8__left1 p .br-table {
      display: block; }
    .sect8__left1 p br {
      display: none; }
  .sect8 .right1 {
    padding-right: 0; }
  .sect8 .bottom1 {
    margin-bottom: 33px; }
  .sect8 .margin-top {
    margin-top: 35px; }
  .sect8 .margin-top-r {
    margin-top: 37px; }
  .sect8 .margin-top1 {
    margin-top: 32px; }
  .sect8 .margin-top-r1 {
    margin-top: 55px; }
  .sect8 .margin-top2 {
    margin-top: 25px; }
  .sect8 {
    margin-bottom: 79px; }
  .footer {
    min-height: 882px;
    background: url("../img/table/footer-bg.png") no-repeat center center;
    background-size: cover;
    padding-top: 162px; }
  .footer__wrap h3 {
    margin-bottom: 18px; }
    .footer__wrap h3 .br-table {
      display: block; }
  .footer__wrap h4 {
    margin-bottom: 18px; }
    .footer__wrap h4 .br-table {
      display: block; }
  .footer__wrap {
    padding-left: 92px; }
  .footer__wrap p {
    position: relative;
    font-size: 24px; }
  .footer__wrap h4 {
    margin-bottom: 26px; }
  .footer__wrap p:after {
    font-size: 91px;
    top: -36px;
    left: -58px; }
  .footer__wrap p:before {
    font-size: 86px;
    bottom: 14px;
    left: 334px; } }

@media (max-width: 745px) {
  .header__nav {
    right: -75%;
    -webkit-transition: right 0.5s linear;
    -o-transition: right 0.5s linear;
    transition: right 0.5s linear;
    width: 75%;
    top: 67px; }
  .container {
    max-width: 320px; }
  .header__logo img {
    width: 57px; }
  .sect1 {
    margin-top: 67px; }
  .sect1 .container {
    padding-top: 271px; }
  .sect1 .container .btn {
    width: 135px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    top: -34px; }
  .sect2__wrap {
    margin-top: -239px;
    border-radius: 0;
    width: 100%; }
  .sect2 .container-none {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .sect2__wrap {
    min-height: 461px;
    padding-bottom: 115px;
    margin-bottom: 110px; }
    .sect2__wrap h3 {
      line-height: 1.3;
      font-size: 36px;
      margin-bottom: 12px; }
    .sect2__wrap p {
      width: 100%;
      padding: 0 10px; }
      .sect2__wrap p .br-table {
        display: none; }
  .sect2:after {
    width: 143px;
    height: 198px;
    background: url("../img/modile/sect1_after.png") no-repeat;
    top: 356px;
    z-index: 2; }
  .sect2__wrap2 h2 {
    font-size: 30px;
    margin-bottom: 23px; }
  .sect2__wrap2 p {
    font-size: 16px; }
  .sect2 .br-table {
    display: none; }
  .sect2:before {
    width: 84px;
    height: 190px;
    background: url(../img/modile/sect1_before.png) no-repeat;
    top: 1213px; }
  .sect2 {
    position: relative;
    background: url(../img/modile/sect1_bg.png) no-repeat center bottom;
    padding-bottom: 206px; }
  .sect3 {
    padding-top: 138px;
    background: url(../img/modile/sect3_line.png) no-repeat center 30px; }
  .sect3__wrap h2 {
    font-size: 38px;
    margin-bottom: 42px; }
  .sect3__text {
    margin-bottom: 382px; }
    .sect3__text p {
      font-size: 20px;
      text-align: center; }
      .sect3__text p br {
        display: none; }
  .sect3__text1 {
    margin-bottom: 406px; }
    .sect3__text1 p {
      font-size: 20px;
      text-align: center; }
      .sect3__text1 p br {
        display: none; }
  .sect3__text2 {
    margin-bottom: 309px; }
    .sect3__text2 p {
      font-size: 20px;
      text-align: center; }
      .sect3__text2 p br {
        display: none; }
  .sect3__text3 {
    margin-bottom: 442px; }
    .sect3__text3 p {
      font-size: 20px;
      text-align: center; }
      .sect3__text3 p br {
        display: none; }
  .sect3__text4 {
    margin-bottom: 282px; }
    .sect3__text4 p {
      font-size: 20px;
      text-align: center; }
      .sect3__text4 p br {
        display: none; }
  .sect3__text5 {
    background: url(../img/sect3_map.png) no-repeat center top;
    margin-left: 0;
    padding-top: 60px; }
    .sect3__text5 p {
      font-size: 20px;
      text-align: center;
      font-size: 18px; }
      .sect3__text5 p br {
        display: none; }
  .sect3__img {
    top: 289px; }
    .sect3__img img {
      width: 315px; }
  .sect3__img2 {
    top: 712px; }
    .sect3__img2 img {
      width: 315px; }
  .sect3__img3 {
    top: 1159px;
    text-align: center;
    width: 100%; }
    .sect3__img3 .table {
      display: none; }
    .sect3__img3 .mobily {
      display: block;
      margin: 0 auto; }
    .sect3__img3 img {
      width: 315px; }
  .sect3__img4 {
    top: 1589px;
    width: 100%; }
    .sect3__img4 img {
      width: 281px;
      margin: 0 auto; }
  .sect3__img5 {
    top: 2130px;
    width: 100%;
    right: 0; }
    .sect3__img5 img {
      width: 261px;
      margin: 0 auto; }
  .sect3__bg {
    min-height: 306px;
    margin-top: 20px; }
  .sect4__wrap h2 {
    font-size: 31px; }
  .sect4__wrap {
    padding-top: 110px; }
  .sect4__item p {
    font-size: 18px;
    margin-bottom: 36px; }
  .sect4__item .price {
    font-size: 56px;
    margin-bottom: 25px; }
  .sect4__right img {
    max-width: 318px;
    margin-bottom: 9px; }
  .sect5__wrap h2 {
    font-size: 31px;
    margin-bottom: 20px; }
  .sect5__wrap {
    padding-top: 88px; }
  .sect5__wrap p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.1; }
  .sect5__wrap .btn {
    width: 280px;
    height: 46px;
    line-height: 46px;
    font-size: 21px; }
  .sect5__wrap p.bottom {
    margin-bottom: 15px; }
  .sect5 {
    min-height: 907px;
    margin-bottom: 75px; }
  .sect6__wrap h2 {
    font-size: 31px;
    margin-bottom: 10px; }
  .sect6__wrap p {
    font-size: 18px; }
  .sect6__wrap .price {
    font-size: 40px;
    margin-top: 33px;
    margin-bottom: 27px; }
  .sect6__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px; }
  .sect6__item {
    margin-bottom: 11px; }
  .sect6 {
    padding-bottom: 104px; }
  .container-mob-none {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .sect7__wrap {
    border-radius: 0;
    padding-top: 31px;
    padding-bottom: 30px;
    margin-bottom: 28px; }
  .sect7__wrap h2 {
    font-size: 25px;
    margin-bottom: 8px; }
  .sect7__wrap p {
    font-size: 16px; }
  .sect7__wrap p .br-table {
    display: none; }
  .sect7 {
    margin-bottom: 64px; }
  .sect8__wrap {
    margin-bottom: 30px; }
  .sect8__wrap h3 {
    font-size: 23px; }
  .sect8__wrap .br-table {
    display: none; }
  .sect8 .bottom1 {
    padding-left: 0;
    width: 100%;
    margin-bottom: 6px; }
  .sect8__left {
    width: 100%;
    text-align: center; }
  .sect8 .left1 .sect8__left {
    margin-right: 0px; }
  .sect8__left .text {
    font-size: 58px; }
  .sect8__right p {
    font-size: 16px;
    text-align: center;
    line-height: 1.2; }
  .sect8__right p .br-table {
    display: none; }
  .sect8__left1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .sect8__left1 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.2; }
  .sect8__left1 p .br-table {
    display: none; }
  .sect8__right1 {
    width: 100%;
    text-align: center; }
  .sect8__right1 .text {
    font-size: 58px; }
  .sect8__left1 {
    padding-top: 0px; }
  .sect8__left {
    margin-right: 0; }
  .sect8 .margin-top-r {
    margin-top: 11px; }
  .sect8__right1 {
    margin-left: 0; }
  .sect8 .margin-top-r1 {
    margin-top: 22px; }
  .sect8 .bottom1 {
    margin-bottom: 25px; }
  .sect8 .margin-top-r {
    margin-top: 25px; }
  .footer {
    background: url("../img/modile/footer-mb.png") no-repeat;
    background-size: cover;
    padding-top: 57px; }
  .footer__wrap {
    padding-left: 0px; }
  .footer__wrap h3 .br-table {
    display: none; }
  .footer__wrap h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 3px; }
  .footer__wrap h4 {
    font-size: 49px;
    text-align: center;
    margin-bottom: 11px; }
  .footer__wrap p {
    font-size: 18px;
    text-align: center;
    line-height: 1.2; }
    .footer__wrap p br {
      display: none; }
  .footer__wrap p:after {
    font-size: 73px;
    top: -36px;
    left: -18px; }
  .footer__wrap p:before {
    font-size: 73px;
    bottom: 5px;
    left: 263px; }
  .sect2__wrap {
    -webkit-box-shadow: 0px 10px 0px 0px #0a5d8a;
            box-shadow: 0px 10px 0px 0px #0a5d8a; }
  .sect7__wrap {
    -webkit-box-shadow: 0px 10px 0px 0px #0a5d8a;
            box-shadow: 0px 10px 0px 0px #0a5d8a; } }

/*# sourceMappingURL=main.css.map */
