@import url(reset.css);

* {
  outline: none;
}

body {
  background: #325814;
  line-height: 1.09375vw;
  font-family: 'Circe';
  font-size: 0.9375vw;
  font-weight: normal;
  color: #4e5258;
}

a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.site {
  overflow: hidden;
}

/*--------- Header Area START ---------*/

.site-header {
  background: url(../img/header.jpg) no-repeat 50% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 99;
  color: #fff;
}

.site-header.sub-header .header-bottom {
  padding: 4.79167vw 0 5.36458vw 0;
}

.site-header.header-1 {
  background: url(../img/header_1.jpg) no-repeat 50% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.site-header.header-2 {
  background: url(../img/header_2.jpg) no-repeat 50% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.site-header.header-2 .header-arrow {
  background: url(../img/header_arrow_2.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.site-header .wrapper {
  width: 72.91667vw;
  margin: 0 auto;
}

.site-header .header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.82292vw 0 1.82292vw 0;
}

.site-header .header-bottom {
  position: relative;
  /*padding: 6.04167vw 30.20833vw 7.60417vw 0;*/
  /*padding: 5.41000vw 30.20833vw 5.60417vw 0;*/
  padding: 5.41000vw 30.20833vw 5.10417vw 0;
}

.site-header .header-bottom .bottom-columns {
  /*padding-top: 2.03125vw;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .header-bottom .bottom-columns .column-left p {
  /*margin: 0 0 1.14583vw 0;*/
  /*line-height: 1.45833vw;*/
  /*font-size: 1.25vw;*/
}

.site-header .header-bottom p.text-mobiles-app {
  display: inline-block;
  line-height: 1.875vw;
  /*display: inline-block;
  position: relative;*/
  border-top: 1px solid rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.7);
  /*padding: 5px 0;*/
  padding: 0.26vw 0;
  margin: 0 0 1.25vw 0;
}
.site-header .header-bottom p.text-mobiles-app span {
  display: block;
}
/*.site-header .header-bottom p .text-mobiles-app:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: -2.03125vw;
}
.site-header .header-bottom p .text-mobiles-app:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: -2.03125vw;
}*/

.site-header .header-bottom .bottom-columns .column-right {
  margin: 0 0 0 1.875vw;
  margin: 0 0 0 65px;
  /*margin: 1.25vw 0 0 0;*/
  padding: 0;
  /*padding: 0.3125vw 0 0 1.82292vw;*/
  /*border-left: 1px solid #96a998;*/
}

.site-header .header-bottom .bottom-columns p {
  margin: 0 0 1.25vw 0;
  line-height: 1.04167vw;
  /*font-size: 0.9375vw;*/
  font-size: 1.25vw;
}

.site-header .header-bottom .bottom-columns p span {
  display: block;
}

.site-header .header-bottom h1 {
  position: relative;
  margin: 0 0 2.03125vw 0;
  padding: 0 0 1.14583vw 0;
  line-height: 4.01042vw;
  font-size: 3.75vw;
}

.site-header .header-bottom h1:before {
  background: #fff;
  display: block;
  width: 6.77083vw;
  height: 0.52083vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}

.site-header .header-bottom h1 img {
  width: auto;
  height: 3.125vw;
  margin: 0.625vw 0 0 0;
}

.site-header .header-bottom h1 strong {
  font-family: 'Circe';
  font-weight: bold;
  color: #a7af39;
}

.site-header .header-bottom p {
  /*margin: 0 0 3.59375vw 0;*/
  margin: 0 0 2.03125vw 0;
  padding: 0;
  line-height: 1.35417vw;
  font-size: 1.25vw;
}

.siteNavi {
  padding: 0.10417vw 0 0 0;
}

.siteNavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.siteNavi ul li {
  margin: 0 1.30208vw 0 0;
  line-height: 1.35417vw;
  font-family: 'Bebas Neue';
  font-size: 1.25vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.siteNavi ul li.current {
  color: #fff;
}

.siteNavi ul li.current a:before {
  opacity: 1;
}

.siteNavi ul li a {
  display: block;
  position: relative;
}

.siteNavi ul li a:before {
  background: #fff;
  display: block;
  width: 0.41667vw;
  height: 0.41667vw;
  overflow: hidden;
  position: absolute;
  top: -0.78125vw;
  left: 50%;
  margin: 0 0 0 -0.20833vw;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}

ul.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0.10417vw 0 0 0.20833vw;
}

ul.social li {
  margin: 0 0.41667vw 0 0;
  padding: 0;
  list-style: none;
}

ul.social li a img {
  width: 1.14583vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.iphone {
  width: 17.29167vw;
  position: absolute;
  right: 7.55208vw;
  bottom: -6.875vw;
}

#logo {
  margin: 0 0 1.61458vw 0;
}

#logo img {
  width: 4.16667vw;
}

ul.buttons {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  margin: 0;
  padding: 0;
}

ul.buttons li {
  margin: 0 1.04167vw 0 0;
  padding: 0;
  list-style: none;
}

ul.buttons li:last-child {
  /*margin: 0;*/
  margin: 1.25vw 0 0 0;
}

ul.buttons li img {
  width: 7.39583vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.qr img {
  width: 6.25vw;
}

.header-arrow {
  background: url(../img/header_arrow_1.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 1.30208vw;
  height: 3.85417vw;
  overflow: hidden;
  position: absolute;
  bottom: -1.92708vw;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.mobile_menu {
  background: rgba(0, 0, 0, 0.9);
  width: 86.66667vw;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -86.66667vw;
  padding: 4vw 6.4vw 6.4vw 6.4vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: left;
  color: #fff;
  z-index: 999;
}

.mobile_menu.active {
  left: 0;
}

.mobile_menu .mobile_menu_btn {
  background: #74b17b url(../img/mobile_menu_btn.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 13.33333vw;
  height: 13.33333vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -13.33333vw;
  cursor: pointer;
}

.mobile_menu .mobile_menu_btn.mobile_menu_close {
  background: #74b17b url(../img/mobile_menu_close.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.mobile_menu .mobile_logo {
  margin: 0 0 3.73333vw 0;
}

.mobile_menu .mobile_logo img {
  width: auto;
  height: 9.6vw;
}

.mobile_menu ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #353635;
}

.mobile_menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #353635;
  list-style: none;
  line-height: 5.86667vw;
  font-size: 4.8vw;
  color: #fff;
}

.mobile_menu ul li.current {
  font-size: 5.33333vw;
  font-weight: bold;
}

.mobile_menu ul li.current:before {
  background: #74b17b;
  width: 3.2vw;
  height: 3.2vw;
  top: 6.13333vw;
}

.mobile_menu ul li:before {
  background: #fff;
  display: block;
  width: 2.13333vw;
  height: 2.13333vw;
  overflow: hidden;
  position: absolute;
  top: 6.66667vw;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}

.mobile_menu ul li a {
  display: block;
  padding: 5.06667vw 0 5.06667vw 6.13333vw;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.mobile_menu .mobile_social {
  position: absolute;
  bottom: 6.4vw;
  left: 6.4vw;
}

.mobile_menu .mobile_social a {
  margin: 0 4vw 0 0;
}

.mobile_menu .mobile_social img {
  width: 10.66667vw;
}

/*--------- Header Area END ---------*/

/*--------- Content Area START ---------*/

.site-content {
  background: #edf1fc;
}

.site-content .content-wrapper {
  width: 72.91667vw;
  margin: 0 auto;
  padding: 5.10417vw 0 3.85417vw 0;
}

.site-content .content-wrapper p {
  margin: 0 0 1.25vw 0;
}

.box {
  background: url(../img/box.jpg) no-repeat 50% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*padding: 9.27083vw 0 7.13542vw 0;*/
  padding: 10.27083vw 0 7.53542vw 0;
  color: #fff;
}

.box .wrapper {
  width: 72.91667vw;
  margin: 0 auto;
  padding: 0 0 0 20.625vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box h2 {
  position: relative;
  margin: 0 0 3.54167vw 0;
  padding: 0 0 0.67708vw 0;
  line-height: 1.97917vw;
  font-size: 1.875vw;
  text-align: center;
  text-transform: uppercase;
}

.box h2:before {
  background: #fff;
  display: block;
  width: 3.64583vw;
  height: 0.10417vw;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0 -1.82292vw 0 0;
  content: '';
}

.box p {
  margin: 0 0 1.14583vw 0;
  padding: 0 0 0 5.41667vw;
  line-height: 1.875vw;
  font-size: 1.5625vw;
}

.box p:nth-child(2n - 1) {
  padding: 0 0 0 12.91667vw;
}

.box p span {
  display: block;
}

.box_1 {
  background: #edf1fc;
  padding: 5.20833vw 0 5.20833vw 0;
}

.box_1 .wrapper {
  width: 72.91667vw;
  margin: 0 auto;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.82292vw;
  font-size: 1.25vw;
  color: #000;
}

.banner.extra {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.banner.extra figure {
  margin: -3.02083vw -3.28125vw 0 0;
}

.banner.extra figure:before {
  right: 100%;
  left: auto;
  margin: 0.9375vw -1.35417vw 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner .banner-left {
  width: 32.8125vw;
}

.banner .banner-right {
  width: 34.63542vw;
}

.banner figure {
  position: relative;
  margin: 0 0 0 -3.28125vw;
}

.banner figure:before {
  background: url(../img/banner_arrow.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 4.32292vw;
  height: 1.14583vw;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -0.57292vw 0 0 -1.35417vw;
  content: '';
}

.banner figure img {
  width: 36.09375vw;
}

.banner p {
  margin: 0;
}

.banner p span {
  display: block;
}

.banner p strong {
  font-family: 'Bebas Neue';
  font-size: 1.5625vw;
  font-weight: 700;
  color: #000;
}

.banner ul {
  margin: 0;
  padding: 0.10417vw 0 0 0;
}

.banner ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 0.625vw;
  list-style: none;
}

.banner ul li:before {
  background: #000;
  display: block;
  width: 0.26042vw;
  height: 0.26042vw;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.88542vw;
  left: 0;
  content: '';
}

.banner ul li span {
  display: block;
}

.box_2 {
  background: url(../img/bg.jpg) no-repeat 50% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 4.89583vw 0 4.63542vw 0;
}

.box_2 .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 72.91667vw;
  margin: 0 auto;
}

.box_2 .wrapper .column_left {
  width: 34.21875vw;
  min-width: 34.21875vw;
  padding: 0 1.5625vw 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box_2 .wrapper .column_right {
  padding: 1.61458vw 0 0 0;
}

.box_2 h2 {
  position: relative;
  margin: 0 0 1.66667vw 0;
  padding: 0 0 1.5625vw 0;
  line-height: 1.875vw;
  font-size: 1.5625vw;
  text-transform: uppercase;
  color: #fff;
}

.box_2 h2:before {
  background: #fff;
  display: block;
  width: 3.64583vw;
  height: 0.10417vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}

.box_2 h2 span {
  display: block;
}

.list_1 {
  margin: 0;
  padding: 0 0 1.61458vw 0;
}

.list_1 li {
  position: relative;
  margin: 0 0 0.88542vw 0;
  padding: 1.5625vw 0 0 0.72917vw;
  list-style: none;
  /*line-height: 1.25vw;*/
  font-size: 1.04167vw;
  /*font-size: 20px;*/
  line-height: 1.2;
  color: #fff;
}

.list_1 li em {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.125vw;
  font-family: 'Bebas Neue';
  font-size: 3.125vw;
  font-weight: bold;
  font-style: normal;
  color: rgba(237, 241, 252, 0.2);
}

.list_1 li strong {
  font-weight: bold;
}

.list_1 li span {
  display: block;
}

.list_1 li .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375vw 0 0.46875vw 0;
}

.list_1 li .buttons a {
  margin: 0 1.04167vw 0 0;
}

.list_1 li .buttons a:last-child {
  margin: 0;
}

.list_1 li .buttons a img {
  width: 7.39583vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.list_1 li a {
  text-decoration: underline;
  color: #fff;
}

.info_box {
  position: relative;
  padding: 0.98958vw 0 0 0;
  line-height: 1.14583vw;
  color: #b3ddb2;
}

.info_box:before {
  background: #b3ddb2;
  display: block;
  width: 3.64583vw;
  height: 0.10417vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.info_box p {
  margin: 0 0 0.625vw 0;
}

.info_box p span {
  display: block;
}

.link_big {
  display: inline-block;
  position: relative;
  margin: 0 0 0.72917vw 0;
  padding: 0 1.25vw 0 1.25vw;
  vertical-align: top;
  line-height: 1.97917vw;
  font-family: 'Bebas Neue';
  font-size: 1.875vw;
  color: #fff;
}

.link_big:before {
  background: url(../img/icon_arrows_right.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 0.72917vw;
  height: 0.67708vw;
  overflow: hidden;
  position: absolute;
  top: 0.72917vw;
  left: 0;
  content: '';
}

.link_big:after {
  background: url(../img/icon_arrows_left.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 0.72917vw;
  height: 0.67708vw;
  overflow: hidden;
  position: absolute;
  top: 0.72917vw;
  right: 0;
  content: '';
}

.iphones {
  margin: 0;
}

.iphones img {
  width: 46.97917vw;
  min-width: 46.97917vw;
}

.box_3 {
  background: #edf1fc;
  padding: 3.69792vw 0 5.10417vw 0;
}
.box_3-margin{
  margin-bottom: 4.2vw;
}
.box_3 .wrapper {
  width: 72.91667vw;
  margin: 0 auto;
}

.box_3 .box_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_3 .box_columns .column_left,
.box_3 .box_columns .column_middle,
.box_3 .box_columns .column_right {
  width: 22.39583vw;
  min-width: 22.39583vw;
}

.title_section {
  margin: 0 0 5.05208vw 0;
  line-height: 1.14583vw;
  font-size: 1.04167vw;
  text-align: center;
}

.title_section h2 {
  position: relative;
  margin: 0 0 1.25vw 0;
  padding: 0 0 0.67708vw 0;
  line-height: 1.97917vw;
  font-size: 1.875vw;
  text-transform: uppercase;
  color: #000;
}

.title_section h2:before {
  background: #000;
  display: block;
  width: 3.64583vw;
  height: 0.10417vw;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0 -1.82292vw 0 0;
  content: '';
}

.card {
  position: relative;
  margin: 0.15625vw 0 0 0;
  padding: 2.70833vw 1.45833vw 2.29167vw 1.45833vw;
  line-height: 0.98958vw;
  font-size: 0.83333vw;
  text-align: center;
  color: #000;
  z-index: 9;
}

.card:before {
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  z-index: -1;
  content: '';
}

.card:after {
  background: url(../img/card_green_hover.png) no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -1.04167vw;
  right: 0;
  bottom: -1.04167vw;
  left: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  -webkit-box-shadow: 0 0 2.60417vw rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2.60417vw rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2.60417vw rgba(0, 0, 0, 0.5);
  z-index: -1;
  content: '';
}

.card.card_gold:after {
  background: url(../img/card_gold_hover.png) no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.card .card_title {
  margin: 0 0 1.19792vw 0;
  line-height: 1.35417vw;
  font-size: 1.25vw;
  font-weight: bold;
  text-transform: uppercase;
}

.card figure {
  margin: 0 0 1.30208vw 0;
}

.card p {
  margin: 0 0 0.9375vw 0;
}

.card strong {
  display: block;
  margin: 0 0 0.57292vw 0;
  line-height: 1.66667vw;
  font-family: 'Bebas Neue';
  font-size: 1.5625vw;
  font-weight: bold;
}

.card .caption {
  min-height: 2.96875vw;
  line-height: 0.98958vw;
}

.card .caption span {
  display: block;
}

.info_block {
  line-height: 1.25vw;
  font-size: 1.04167vw;
  text-align: right;
}

.info_block h3 {
  margin: 0 0 0.9375vw 0;
  padding: 0;
  line-height: 1.35417vw;
  font-family: 'Circe';
  font-size: 1.25vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.info_block h3:before {
  background: url(../img/icon_arrow_big.png) no-repeat 0% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  float: left;
  width: 12.1875vw;
  height: 1.30208vw;
  vertical-align: top;
  content: '';
}

.info_block h3:after {
  display: block;
  clear: both;
  content: '';
}

.info_block p {
  margin: 0 0 0.88542vw 0;
}

.info_block p span {
  display: block;
}

.info_block figure {
  margin: 0 0 0.78125vw 0;
}

.info_block figure img {
  width: 2.08333vw;
}

.info_block .caption {
  position: relative;
  margin: 3.33333vw 0 0 0;
  padding: 0.98958vw 0 0 0;
}

.info_block .caption:before {
  background: #90939a;
  display: block;
  width: 3.64583vw;
  height: 0.10417vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}

.info_block .caption p {
  margin: 0 0 0.72917vw 0;
  line-height: 1.14583vw;
  font-size: 0.9375vw;
  color: #90939a;
}

.info_block .caption p em {
  font-style: normal;
}

.link_btn {
  display: inline-block;
  position: relative;
  margin: 0 0 0.72917vw 0;
  padding: 0 1.5625vw 0 1.5625vw;
  vertical-align: top;
  line-height: 1.97917vw;
  font-family: 'Bebas Neue';
  font-size: 1.875vw;
  font-weight: bold;
  color: #90939a;
}

.link_btn:before {
  background: url(../img/icon_arrow_right.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 1.04167vw;
  height: 0.9375vw;
  overflow: hidden;
  position: absolute;
  top: 0.41667vw;
  left: 0;
  content: '';
}

.link_btn:after {
  background: url(../img/icon_arrow_left.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 1.04167vw;
  height: 0.9375vw;
  overflow: hidden;
  position: absolute;
  top: 0.41667vw;
  right: 0;
  content: '';
}
.discount{
  border-top: 2px solid #b8bdcc;
  padding-top: 3vw;
}
.title_discount{
  text-align: center;
}
.title_discount p{
  font-weight: 700;
  color: #000;
  position: relative;
  font-size: 1.25vw;
  margin-bottom: 0.7vw;
}
.title_discount p::after{
  display: none;
  content: "";
  margin: 0 auto;
  width: 20vw;
  height: 3vw;
  border-bottom: 2px solid black;
}
.title_discount span{
  margin: 0 auto;
  display: block;
  max-width: 21.7vw;
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 1vw;
}

.discount_card{
  position: relative;
  margin: 0.15625vw 0 0 0;
  padding: 1.6vw 1.49833vw 1.5vw 1.49833vw;
  line-height: 0.98958vw;
  font-size: 0.83333vw;
  text-align: center;
  color: #000;
  z-index: 9;
}
.discount_card:before{
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  z-index: -1;
  content: '';
}
.discount_card figure {
  margin: 0 0 1.6000vw 0;
}
.discount_card p {
  margin: 0 0 0.9375vw 0;
}
.discount_caption{
  margin: 0 auto;
  max-width: 7.5vw;
  min-height: 2.96875vw;
  line-height: 0.98958vw;
}
.discount_caption span {
  line-height: 0.87vw;
  display: block;
}
.discount_caption span:not(:last-child) {
  display: block;
  margin: 0 0 1.49vw 0;
}
.discount_caption span:nth-child(2) {
  margin: 0 0 0.97vw 0;
}
.discount_card_number{
  font-weight: 700;
  font-size:1.5vw;
}

.box_4 {
  background: url(../img/bg_01.jpg) no-repeat 50% 0%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.98958vw 0 11.92708vw 0;
  text-align: center;
  color: #fff;
}

.box_4 .wrapper {
  width: 72.91667vw;
  margin: 0 auto;
}

.box_4 h2 {
  margin: 0 0 3.02083vw 0;
  padding: 0 0 0 19.375vw;
  letter-spacing: 0.01042vw;
  line-height: 2.29167vw;
  font-family: 'Bebas Neue';
  font-size: 1.875vw;
  font-weight: normal;
  text-align: left;
}

.box_4 h2 span {
  display: block;
}

.box_4 h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 5.05208vw 0;
  padding: 0 0 0.83333vw 7.29167vw;
  vertical-align: top;
  line-height: 2.60417vw;
  font-family: 'Circe';
  font-size: 2.5vw;
  font-weight: bold;
  text-transform: uppercase;
}

.box_4 h3:before {
  background: #fff;
  display: block;
  width: 3.64583vw;
  height: 0.3125vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
}

.box_4 h3:after {
  background: url(../img/arrow_bottom.png) no-repeat 50% 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  width: 1.30208vw;
  height: 3.85417vw;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 5.57292vw;
  content: '';
}

.small_block {
  width: 25.83333vw;
  margin: 0 auto;
  padding: 0 0 0 5.72917vw;
}

.small_block strong {
  display: block;
  margin: 0 0 2.86458vw 0;
  line-height: 1.66667vw;
  font-family: 'Bebas Neue';
  font-size: 1.5625vw;
  font-weight: normal;
  text-align: right;
}

.small_block strong span {
  font-family: 'Circe';
  font-weight: normal;
}

.small_block .block_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.small_block .block_columns .column_right {
  margin: 0 0 0 1.82292vw;
  padding: 0 0 0 1.82292vw;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.small_block figure {
  margin: 0;
}

.small_block figure img {
  width: 6.25vw;
}

.small_block .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.small_block .buttons a {
  margin: 0 1.04167vw 0 0;
}

.small_block .buttons a:last-child {
  margin: 0;
}

.small_block .buttons a img {
  width: 7.39583vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion .accordion-item {
  position: relative;
  margin: 0 0 1.19792vw 0;
  padding: 0.67708vw 3.90625vw 0.67708vw 1.30208vw;
  border-bottom: 1px solid #cfd7e9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.30208vw;
  font-family: 'Bebas Neue';
  font-size: 1.25vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

.accordion .accordion-item:before {
  background: #dfe4f1;
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  overflow: hidden;
  position: absolute;
  top: 0.67708vw;
  right: 1.30208vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.66667vw;
  font-family: 'Circe';
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  color: #000;
  content: '+';
}

.accordion .accordion-item.open {
  color: #27631d;
}

.accordion .accordion-item.open:before {
  background: #a9c1a5;
  color: #fff;
  content: '-';
}

.accordion .accordion-data {
  display: none;
  padding: 0 1.30208vw 0.72917vw 1.30208vw;
}

/*--------- Content Area END ---------*/

/*--------- Footer Area START ---------*/

.site-footer {
  color: #000;
}

.footer-top {
  background: #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 4.63542vw 0 4.375vw 0;
}

.footer-top .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 72.91667vw;
  margin: 0 auto;
}

.footer_title {
  padding: 1.04167vw 0 0 0;
  line-height: 3.85417vw;
  font-family: 'Bebas Neue';
  font-size: 3.75vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #243f0e;
}

.footer_title:after {
  display: inline-block;
  margin: -0.26042vw 0 0 0.67708vw;
  vertical-align: top;
  font-family: "Font Awesome 5 Free";
  font-size: 1.875vw;
  font-weight: 900;
  content: '\f101';
}

.footer_title span {
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
  font-style: normal;
}

.footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer_info li {
  margin: 0;
  padding: 0 1.97917vw;
  border-left: 0.10417vw solid #e9e9e9;
  list-style: none;
}

.footer_info li:first-child {
  padding-left: 0;
  border-left: none;
}

.footer_info li strong {
  display: block;
  position: relative;
  margin: 0 0 2.91667vw 0;
  font-size: 1.04167vw;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_info li strong:before {
  background: url(../img/icon_arrow_bot.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 1.14583vw;
  height: 1.61458vw;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: -1.30208vw;
  margin: 0 -0.57292vw 0 0;
  content: '';
}

.footer_info li strong + .social_btns {
  margin-top: -0.26042vw;
}

.footer_info li em {
  line-height: 1.66667vw;
  font-size: 1.5625vw;
  font-weight: bold;
  font-style: normal;
  color: #243f0e;
}

.footer_info li em a {
  background: none;
  min-width: 1px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

.footer_info li p {
  margin: 0 0 2.08333vw 0;
  padding: 0;
}

.footer_info li p span {
  display: block;
}

.footer_info li a {
  display: inline-block;
  margin: 0.20833vw 0 0 0;
  vertical-align: top;
  font-size: 0.9375vw;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #243f0e;
}

.social_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social_btns a {
  display: inline-block;
  width: 1.5625vw;
  height: 1.5625vw;
  overflow: hidden;
  margin: 0 0.26042vw !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  line-height: 1.77083vw;
  font-size: 0.83333vw;
  text-align: center;
}

.social_btns a img {
  width: 1.5625vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-bottom {
  background: #edf1fc;
  padding: 5.26042vw 0 5.20833vw 0;
}

.footer-bottom .wrapper {
  width: 72.91667vw;
  margin: 0 auto;
}

.video_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video_area .video_left,
.video_area .video_right {
  position: relative;
  width: 34.89583vw;
  min-width: 34.89583vw;
}

.video_area iframe {
  width: 100% !important;
  height: 19.6875vw !important;
  vertical-align: top;
}

.video_area figure {
  background: #000;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.video_area figure:before {
  background: url(../img/icon_play.png) no-repeat 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5625vw 0 0 -1.5625vw;
  content: '';
  z-index: 99;
}

.video_area figure:hover img {
  opacity: 0.5;
}

.video_area figure img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*--------- Footer Area END ---------*/

#to-top {
  background: #487e1c;
  display: block;
  width: 13.86667vw;
  height: 13.86667vw;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 2.66667vw;
  bottom: 2.66667vw;
  line-height: 13.86667vw;
  font-size: 8vw;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 98;
}

#to-top:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f077';
}

@media (min-width: 992px) {
  .siteNavi ul li a:hover:before {
    opacity: 1;
  }

  ul.social li a:hover img {
    opacity: 0.5;
  }

  ul.buttons li a:hover img {
    opacity: 0.5;
  }

  .header-arrow:hover {
    opacity: 0.5;
  }

  .list_1 li .buttons a:hover img {
    opacity: 0.5;
  }

  .list_1 li a:hover {
    text-decoration: none;
  }

  .link_big:hover {
    color: #959c30;
  }

  .card:hover:after {
    opacity: 1;
  }

  .link_btn:hover {
    /*color: #000;*/
  }

  .small_block .buttons a:hover img {
    opacity: 0.5;
  }

  .accordion .accordion-item:hover {
    color: #27631d;
  }

  .accordion .accordion-item:hover:before {
    background: #a9c1a5;
    color: #fff;
  }

  .footer_info li a:hover {
    text-decoration: none;
  }

  .social_btns a:hover img {
    opacity: 0.5;
  }

  .disable-on-desktop {
    display: none !important;
  }
}

@media (min-width: 2000px) {
  body {
    line-height: 21px;
    font-size: 18px;
  }

  .site-header.sub-header .header-bottom {
    padding: 92px 0 103px 0;
  }

  .site-header .wrapper {
    width: 1400px;
  }

  .site-header .header-top {
    padding: 35px 0 35px 0;
  }

  .site-header .header-bottom {
    padding: 116px 580px 146px 0;
  }

  .site-header .header-bottom .bottom-columns .column-left p {
    margin: 0 0 22px 0;
    line-height: 28px;
    font-size: 24px;
  }

  .site-header .header-bottom .bottom-columns .column-right {
    margin: 0 0 0 36px;
    padding: 0 0 0 35px;
  }

  .site-header .header-bottom .bottom-columns p {
    margin: 0 0 24px 0;
    line-height: 20px;
    font-size: 18px;
  }

  .site-header .header-bottom h1 {
    margin: 0 0 39px 0;
    padding: 0 0 22px 0;
    line-height: 77px;
    font-size: 72px;
  }

  .site-header .header-bottom h1:before {
    width: 130px;
    height: 10px;
  }

  .site-header .header-bottom h1 img {
    height: 60px;
    margin: 12px 0 0 0;
  }

  .site-header .header-bottom p {
    margin: 0 0 69px 0;
    line-height: 26px;
    font-size: 24px;
  }

  .siteNavi {
    padding: 2px 0 0 0;
  }

  .siteNavi ul li {
    margin: 0 31px 0 0;
    line-height: 26px;
    font-size: 24px;
  }

  .siteNavi ul li a:before {
    width: 8px;
    height: 8px;
    top: -15px;
    margin: 0 0 0 -4px;
  }

  ul.social {
    padding: 2px 0 0 0;
  }

  ul.social li {
    margin: 0 8px 0 0;
  }

  ul.social li a img {
    width: 22px;
  }

  .iphone {
    width: 332px;
    right: 145px;
    bottom: -132px;
  }

  #logo {
    margin: 0 0 31px 0;
  }

  #logo img {
    width: 80px;
  }

  ul.buttons li {
    margin: 0 20px 0 0;
  }

  ul.buttons li img {
    width: 142px;
  }

  .qr img {
    width: 120px;
  }

  .header-arrow {
    width: 25px;
    height: 74px;
    bottom: -37px;
  }

  .site-content .content-wrapper {
    width: 1400px;
    padding: 98px 0 74px 0;
  }

  .site-content .content-wrapper p {
    margin: 0 0 24px 0;
  }

  .box {
    padding: 178px 0 137px 0;
  }

  .box .wrapper {
    width: 1400px;
    padding: 0 0 0 396px;
  }

  .box h2 {
    margin: 0 0 68px 0;
    padding: 0 0 13px 0;
    line-height: 38px;
    font-size: 36px;
  }

  .box h2:before {
    width: 70px;
    height: 2px;
    margin: 0 -35px 0 0;
  }

  .box p {
    margin: 0 0 22px 0;
    padding: 0 0 0 104px;
    line-height: 36px;
    font-size: 30px;
  }

  .box p:nth-child(2n - 1) {
    padding: 0 0 0 248px;
  }

  .box_1 {
    padding: 100px 0 100px 0;
  }

  .box_1 .wrapper {
    width: 1400px;
  }

  .banner {
    line-height: 35px;
    font-size: 24px;
  }

  .banner.extra figure {
    margin: -58px -63px 0 0;
  }

  .banner.extra figure:before {
    margin: 18px -26px 0 0;
  }

  .banner .banner-left {
    width: 630px;
  }

  .banner .banner-right {
    width: 665px;
  }

  .banner figure {
    margin: 0 0 0 -63px;
  }

  .banner figure:before {
    width: 83px;
    height: 22px;
    margin: -11px 0 0 -26px;
  }

  .banner figure img {
    width: 693px;
  }

  .banner p strong {
    font-size: 30px;
  }

  .banner ul {
    padding: 2px 0 0 0;
  }

  .banner ul li {
    padding: 0 0 0 12px;
  }

  .banner ul li:before {
    width: 5px;
    height: 5px;
    top: 17px;
  }

  .box_2 {
    padding: 106px 0 89px 0;
  }

  .box_2 .wrapper {
    width: 1400px;
  }

  .box_2 .wrapper .column_left {
    width: 657px;
    min-width: 657px;
    padding: 0 30px 0 0;
  }

  .box_2 .wrapper .column_right {
    padding: 31px 0 0 0;
  }

  .box_2 h2 {
    margin: 0 0 32px 0;
    padding: 0 0 30px 0;
    line-height: 36px;
    font-size: 30px;
  }

  .box_2 h2:before {
    width: 70px;
    height: 2px;
  }

  .list_1 {
    padding: 0 0 31px 0;
  }

  .list_1 li {
    margin: 0 0 17px 0;
    padding: 30px 0 0 14px;
    line-height: 24px;
    font-size: 20px;
  }

  .list_1 li em {
    line-height: 60px;
    font-size: 60px;
  }

  .list_1 li .buttons {
    padding: 18px 0 9px 0;
  }

  .list_1 li .buttons a {
    margin: 0 20px 0 0;
  }

  .list_1 li .buttons a img {
    width: 142px;
  }

  .info_box {
    padding: 19px 0 0 0;
    line-height: 22px;
  }

  .info_box:before {
    width: 70px;
    height: 2px;
  }

  .info_box p {
    margin: 0 0 12px 0;
  }

  .link_big {
    margin: 0 0 14px 0;
    padding: 0 24px 0 24px;
    line-height: 38px;
    font-size: 36px;
  }

  .link_big:before {
    width: 14px;
    height: 13px;
    top: 14px;
  }

  .link_big:after {
    width: 14px;
    height: 13px;
    top: 14px;
  }

  .iphones img {
    width: 902px;
    min-width: 902px;
  }

  .box_3 {
    padding: 71px 0 98px 0;
  }

  .box_3 .wrapper {
    width: 1400px;
  }

  .box_3 .box_columns .column_left,
  .box_3 .box_columns .column_middle,
  .box_3 .box_columns .column_right {
    width: 430px;
    min-width: 430px;
  }

  .title_section {
    margin: 0 0 97px 0;
    line-height: 22px;
    font-size: 20px;
  }

  .title_section h2 {
    margin: 0 0 24px 0;
    padding: 0 0 13px 0;
    line-height: 38px;
    font-size: 36px;
  }

  .title_section h2:before {
    width: 70px;
    height: 2px;
    margin: 0 -35px 0 0;
  }

  .card {
    margin: 3px 0 0 0;
    padding: 52px 28px 44px 28px;
    line-height: 19px;
    font-size: 16px;
  }

  .card:before {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .card:after {
    top: -20px;
    bottom: -20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  }

  .card .card_title {
    margin: 0 0 23px 0;
    line-height: 26px;
    font-size: 24px;
  }

  .card figure {
    margin: 0 0 25px 0;
  }

  .card p {
    margin: 0 0 18px 0;
  }

  .card strong {
    margin: 0 0 11px 0;
    line-height: 32px;
    font-size: 30px;
  }

  .card .caption {
    min-height: 57px;
    line-height: 19px;
  }

  .info_block {
    line-height: 24px;
    font-size: 20px;
  }

  .info_block h3 {
    margin: 0 0 18px 0;
    line-height: 26px;
    font-size: 24px;
  }

  .info_block h3:before {
    width: 234px;
    height: 25px;
  }

  .info_block p {
    margin: 0 0 17px 0;
  }

  .info_block figure {
    margin: 0 0 15px 0;
  }

  .info_block figure img {
    width: 40px;
  }

  .info_block .caption {
    margin: 64px 0 0 0;
    padding: 19px 0 0 0;
  }

  .info_block .caption:before {
    width: 70px;
    height: 2px;
  }

  .info_block .caption p {
    margin: 0 0 14px 0;
    line-height: 22px;
    font-size: 18px;
  }

  .link_btn {
    margin: 0 0 14px 0;
    padding: 0 30px 0 30px;
    line-height: 38px;
    font-size: 36px;
  }

  .link_btn:before {
    width: 20px;
    height: 18px;
    top: 8px;
  }

  .link_btn:after {
    width: 20px;
    height: 18px;
    top: 8px;
  }

  .box_4 {
    padding: 115px 0 229px 0;
  }

  .box_4 .wrapper {
    width: 1400px;
  }

  .box_4 h2 {
    margin: 0 0 58px 0;
    padding: 0 0 0 372px;
    letter-spacing: 0.2px;
    line-height: 44px;
    font-size: 36px;
  }

  .box_4 h3 {
    margin: 0 0 97px 0;
    padding: 0 0 16px 140px;
    line-height: 50px;
    font-size: 48px;
  }

  .box_4 h3:before {
    width: 70px;
    height: 6px;
  }

  .box_4 h3:after {
    width: 25px;
    height: 74px;
    right: 107px;
  }

  .small_block {
    width: 496px;
    padding: 0 0 0 110px;
  }

  .small_block strong {
    margin: 0 0 55px 0;
    line-height: 32px;
    font-size: 30px;
  }

  .small_block .block_columns .column_right {
    margin: 0 0 0 35px;
    padding: 0 0 0 35px;
  }

  .small_block figure img {
    width: 120px;
  }

  .small_block .buttons a {
    margin: 0 20px 0 0;
  }

  .small_block .buttons a img {
    width: 142px;
  }

  .accordion .accordion-item {
    margin: 0 0 23px 0;
    padding: 13px 75px 13px 25px;
    line-height: 25px;
    font-size: 24px;
  }

  .accordion .accordion-item:before {
    width: 30px;
    height: 30px;
    top: 13px;
    right: 25px;
    line-height: 32px;
    font-size: 24px;
  }

  .accordion .accordion-data {
    padding: 0 25px 14px 25px;
  }

  .footer-top {
    padding: 89px 0 84px 0;
  }

  .footer-top .wrapper {
    width: 1400px;
  }

  .footer_title {
    padding: 20px 0 0 0;
    line-height: 74px;
    font-size: 72px;
  }

  .footer_title:after {
    margin: -5px 0 0 13px;
    font-size: 36px;
  }

  .footer_info li {
    padding: 0 38px;
    border-left: 2px solid #e9e9e9;
  }

  .footer_info li strong {
    margin: 0 0 56px 0;
    font-size: 20px;
  }

  .footer_info li strong:before {
    width: 22px;
    height: 31px;
    bottom: -25px;
    margin: 0 -11px 0 0;
  }

  .footer_info li strong + .social_btns {
    margin-top: -5px;
  }

  .footer_info li em {
    line-height: 32px;
    font-size: 30px;
  }

  .footer_info li p {
    margin: 0 0 40px 0;
  }

  .footer_info li a {
    font-size: 18px;
  }

  .social_btns a {
    width: 30px;
    height: 30px;
    margin: 0 5px !important;
    line-height: 34px;
    font-size: 16px;
  }

  .social_btns a img {
    width: 30px;
  }

  .footer-bottom {
    padding: 101px 0 100px 0;
  }

  .footer-bottom .wrapper {
    width: 1400px;
  }

  .video_area .video_left,
  .video_area .video_right {
    width: 670px;
    min-width: 670px;
  }

  .video_area iframe {
    height: 378px !important;
  }

  .video_area figure:before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
}

@media (max-width: 1600px) {
  .site-header .header-bottom {
    /*padding: 4.73000vw 30.20833vw 5.60417vw 0;*/
    padding: 4.73000vw 30.20833vw 5.50417vw 0;
  }
  .siteNavi ul li {
    font-size: 1.5vw;
  }
  .site-header .header-bottom p, .site-header .header-bottom .bottom-columns p {
    font-size: 1.5vw;
  }
  .site-header .header-bottom p.text-mobiles-app {
    padding: 0.5vw 0;
  }
  .list_1 li {
    /*font-size: 1.145837vw;*/
    font-size: 1.25vw;
  }
  /*.box_2 h2 {
    font-size: 1.875vw;
  }*/
  .info_box, .card, .info_block .caption p {
    font-size: 1.145837vw;
  }
  .card .caption {
    /* RIV line-height: 1.18;*/
    line-height: 1.30;
  }
  .column_left .card {
    /* RIV padding-bottom: 4.59467vw; */
  }
  .info_block {
    font-size: 1.25vw;
    line-height: 1.2;
  }
}


@media (max-width: 991px) {
  body {
    line-height: 5.6vw;
    font-size: 4.8vw;
  }

  .site-header {
    background: #000 url(../img/header_mobile.jpg) no-repeat 50% 0%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .site-header.sub-header .header-bottom {
    padding: 18.66667vw 0 7.46667vw 0;
  }

  .site-header.sub-header .header-bottom h1 {
    margin: 0;
    padding: 0 0 3.73333vw 0;
    letter-spacing: -0.26667vw;
  }

  .site-header.sub-header .header-bottom h1 strong {
    color: #fff;
  }

  .site-header.header-1 {
    background: url(../img/header_1_mobile.jpg) no-repeat 50% 0%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .site-header.header-2 {
    background: url(../img/header_2_mobile.jpg) no-repeat 50% 0%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .site-header.header-2 .header-arrow {
    background: url(../img/header_arrow_1.png) no-repeat 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .site-header .wrapper {
    width: auto;
    margin: 0;
  }

  .site-header .header-top {
    display: none;
  }

  .site-header .header-bottom {
    padding: 21.6vw 5.33333vw 10.66667vw 5.33333vw;
    text-align: center;
  }

  .site-header .header-bottom .bottom-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6.13333vw;
  }

  .site-header .header-bottom .bottom-columns .column-left p {
    margin: 0 0 6.4vw 0;
    line-height: 5.86667vw;
    font-size: 5.33333vw;
  }

  .site-header .header-bottom .bottom-columns .column-right {
    margin: 0 0 0 0;
    padding: 7.46667vw 0 0 0;
    border-left: none;
  }

  .site-header .header-bottom .bottom-columns p {
    margin: 0 0 6.66667vw 0;
    padding: 0;
    line-height: 5.33333vw;
    font-size: 4.8vw;
  }

  .site-header .header-bottom .bottom-columns p span {
    display: inline;
  }

  .site-header .header-bottom .bottom-columns .column-left p .text-mobiles-app:before {
    top: -6.13333vw;
  }

  .site-header .header-bottom h1 {
    margin: 0 0 5.86667vw 0;
    padding: 0 0 6.93333vw 0;
    line-height: 12.8vw;
    font-size: 10.66667vw;
  }

  .site-header .header-bottom h1:before {
    width: 34.66667vw;
    height: 1.06667vw;
    left: 50%;
    margin: 0 0 0 -17.33333vw;
  }

  .site-header .header-bottom h1 img {
    display: block;
    height: 10.66667vw;
    margin: 2.4vw auto 0 auto;
  }

  .site-header .header-bottom p {
    margin: 0 0 6.13333vw 0;
    padding: 0 5.33333vw;
    line-height: 5.86667vw;
    font-size: 4.8vw;
  }

  .site-header .header-bottom p.text-mobiles-app {
    line-height: 5.6vw;
    padding: 15px 0;
    margin: 0;
  }

  .iphone {
    display: none;
  }

  ul.buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ul.buttons li {
    margin: 0;
    padding: 0 1.33333vw;
  }

  ul.buttons li:last-child {
    margin-top: 2.66667vw;
  }

  ul.buttons li img {
    width: 37.86667vw;
  }

  .qr img {
    width: 32vw;
  }

  .header-arrow {
    width: 2.4vw;
    height: 7.2vw;
    bottom: -3.46667vw;
    left: 6.4vw;
  }

  .site-content .content-wrapper {
    width: auto;
    margin: 0;
    padding: 10.13333vw 6.4vw 8vw 6.4vw;
  }

  .site-content .content-wrapper p {
    margin: 0 0 6.4vw 0;
  }

  .box {
    background: #000 url(../img/box_mobile.jpg) no-repeat 50% 100%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding: 9.33333vw 4vw 102.13333vw 4vw;
  }

  .box .wrapper {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .box h2 {
    margin: 0 0 13.06667vw 0;
    padding: 0 0 3.46667vw 0;
    line-height: 8vw;
    font-size: 7.46667vw;
  }

  .box h2:before {
    width: 18.66667vw;
    height: 0.53333vw;
    margin: 0 -9.33333vw 0 0;
  }

  .box p {
    margin: 0 0 5.86667vw 0;
    padding: 0;
    line-height: 5.6vw;
    font-size: 4.8vw;
    text-align: center;
  }

  .box p:nth-child(2n - 1) {
    padding: 0;
  }

  .box p span {
    display: inline;
  }

  .box_2 {
    background: url(../img/bg_mobile.jpg) no-repeat 50% 0%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 9.06667vw 8vw 8vw 8vw;
    text-align: center;
  }

  .box_2 .wrapper {
    display: block;
    width: auto;
    margin: 0;
  }

  .box_2 .wrapper .column_left {
    width: auto;
    min-width: 1px;
    padding: 0;
  }

  .box_2 .wrapper .column_right {
    padding: 0;
  }

  .box_2 h2 {
    margin: 0 0 10.4vw 0;
    padding: 0 0 2.93333vw 0;
    line-height: 9.06667vw;
    font-size: 7.46667vw;
  }

  .box_2 h2:before {
    width: 18.66667vw;
    height: 0.53333vw;
    left: 50%;
    margin: 0 0 0 -9.33333vw;
  }

  .list_1 {
    margin: 0 0 11.73333vw 0;
    padding: 0;
  }

  .list_1 li {
    margin: 0 0 5.06667vw 0;
    padding: 8.53333vw 0 0 0;
    line-height: 5.86667vw;
    font-size: 4.8vw;
  }

  .list_1 li em {
    right: 0;
    line-height: 16vw;
    font-size: 16vw;
    text-align: center;
  }

  .list_1 li span {
    display: inline;
  }

  .list_1 li .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.73333vw 0 1.33333vw 0;
  }

  .list_1 li .buttons a {
    margin: 0 2.66667vw;
  }

  .list_1 li .buttons a img {
    width: 37.86667vw;
  }

  .info_box {
    padding: 5.06667vw 0 5.33333vw 0;
    line-height: 5.86667vw;
    font-size: 4.8vw;
  }

  .info_box:before {
    width: 37.33333vw;
    height: 0.53333vw;
    left: 50%;
    margin: 0 0 0 -18.66667vw;
  }

  .info_box p {
    margin: 0 0 3.2vw 0;
  }

  .link_big {
    margin: 0 0 3.73333vw 0;
    padding: 0 6.4vw 0 6.4vw;
    line-height: 10.13333vw;
    font-size: 9.6vw;
  }

  .link_big:before {
    width: 3.73333vw;
    height: 3.46667vw;
    top: 3.73333vw;
  }

  .link_big:after {
    width: 3.73333vw;
    height: 3.46667vw;
    top: 3.73333vw;
  }

  .iphones {
    margin: 0 -21.86667vw -10.66667vw -21.86667vw;
  }

  .iphones img {
    width: auto;
    min-width: 1px;
  }

  .box_3 {
    padding: 14.66667vw 6.4vw 7.2vw 6.4vw;
  }

  .box_3 .wrapper {
    width: auto;
    margin: 0;
  }

  .box_3 .box_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box_3 .box_columns .column_left,
  .box_3 .box_columns .column_middle,
  .box_3 .box_columns .column_right {
    width: auto;
    min-width: 1px;
  }

  .title_section {
    margin: 0 0 8vw 0;
    line-height: 9.06667vw;
    font-size: 7.46667vw;
  }

  .title_section h2 {
    margin: 0;
    padding: 0 0 3.2vw 0;
    line-height: 9.06667vw;
    font-size: 7.46667vw;
  }

  .title_section h2:before {
    width: 18.66667vw;
    height: 0.53333vw;
    margin: 0 -9.33333vw 0 0;
  }

  .card {
    margin: 0 0 4.26667vw 0;
    padding: 6.93333vw 5.33333vw 7.73333vw 5.33333vw;
    line-height: 5.06667vw;
    font-size: 4.26667vw;
  }

  .card:before {
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    border-radius: 1.6vw;
  }

  .card .card_title {
    margin: 0 0 5.86667vw 0;
    line-height: 8.53333vw;
    font-size: 8vw;
  }

  .card figure {
    margin: 0 0 7.2vw 0;
  }

  .card p {
    margin: 0 0 2.66667vw 0;
    line-height: 5.33333vw;
    font-size: 4.8vw;
  }

  .card strong {
    margin: 0 0 3.2vw 0;
    line-height: 11.2vw;
    font-size: 10.66667vw;
  }

  .card .caption {
    min-height: 1px;
    line-height: 5.86667vw;
    font-size: 4.8vw;
  }

  .info_block {
    padding: 5.6vw 0 0 0;
    line-height: 5.86667vw;
    font-size: 4.8vw;
    text-align: center;
  }

  .info_block p {
    margin: 0 0 2.93333vw 0;
  }

  .info_block p span {
    display: inline;
  }

  .info_block figure {
    margin: 0 0 3.46667vw 0;
  }

  .info_block figure img {
    width: 10.66667vw;
  }

  .info_block .caption {
    margin: 11.46667vw 0 0 0;
    padding: 5.33333vw 0 0 0;
  }

  .info_block .caption:before {
    width: 37.33333vw;
    height: 0.53333vw;
    right: 50%;
    margin: 0 -18.66667vw 0 0;
  }

  .info_block .caption p {
    margin: 0 0 3.73333vw 0;
    line-height: 5.86667vw;
    font-size: 4.8vw;
  }

  .info_block .caption p em {
    display: block;
  }

  .link_btn {
    margin: 0 0 3.73333vw 0;
    padding: 0 8vw 0 8vw;
    line-height: 10.13333vw;
    font-size: 9.6vw;
  }

  .link_btn:before {
    width: 5.33333vw;
    height: 4.8vw;
    top: 2.13333vw;
  }

  .link_btn:after {
    width: 5.33333vw;
    height: 4.8vw;
    top: 2.13333vw;
  }

  .discount{
    border-top: 2px solid #b8bdcc00;
    padding-top: 3vw;
  }
  .title_discount{
    text-align: center;
  }
  .title_discount p::after{
    display: block;
  }
  .title_discount p{
    font-size: 7vw;
    line-height: 9vw;
    padding: 0 0 6.7vw 0;
  }
  .title_discount span{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 11vw;
  }
  .discount_card{
    margin: 0 0 4.26667vw 0;
    padding: 10vw 5.33333vw 10.73333vw 5.33333vw;
    line-height: 5.06667vw;
    font-size: 4.26667vw;
  }
  .discount_card:before{
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    border-radius: 1.6vw;
  }
  .discount_card figure {
    margin: 0 0 10vw 0;
  }
  .discount_caption{
    margin: 0 auto;
    max-width: 45vw;
    min-height: 2.96875vw;
    line-height: 0.98958vw;
  }
  .discount_caption span {
    font-size: 5vw;
    display: block;
    line-height: 5vw;
  }
  .discount_caption span:not(:last-child) {
    margin: 0 0 3vw 0;
  }
  .discount_card_number {
    font-size: 11vw;
    line-height: 12vw;
  }

  .box_4 {
    background: url(../img/bg_01_mobile.jpg) no-repeat 50% 0%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 11.46667vw 5.33333vw 128.8vw 5.33333vw;
    text-align: center;
  }

  .box_4 .wrapper {
    width: auto;
    margin: 0;
  }

  .box_4 h2 {
    margin: 0 0 9.6vw 0;
    padding: 0;
    letter-spacing: 0.05333vw;
    line-height: 8.53333vw;
    font-size: 6.93333vw;
    text-align: center;
  }

  .box_4 h2 span {
    display: inline;
  }

  .box_4 h3 {
    margin: 0 0 12.26667vw 0;
    padding: 0 0 3.2vw 0;
    line-height: 11.46667vw;
    font-size: 9.6vw;
  }

  .box_4 h3:before {
    width: 18.66667vw;
    height: 1.6vw;
    right: 50%;
    margin: 0 -9.33333vw 0 0;
  }

  .box_4 h3:after {
    background: url(../img/arrow_bottom_mobile.png) no-repeat 50% 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 2.66667vw;
    height: 8vw;
    right: 50%;
    margin: 2.66667vw -1.33333vw 0 0;
  }

  .small_block {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .small_block strong {
    margin: 0 0 3.73333vw 0;
    line-height: 6.4vw;
    font-size: 5.86667vw;
    text-align: center;
  }

  .small_block .block_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small_block .block_columns .column_right {
    margin: 0;
    padding: 0;
    border-left: none;
  }

  .small_block figure img {
    width: 32vw;
  }

  .small_block .buttons {
    position: relative;
    margin: 0 0 5.33333vw 0;
    padding: 0 0 5.6vw 0;
  }

  .small_block .buttons:before {
    background: #fff;
    display: block;
    width: 37.33333vw;
    height: 1px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: 0 -18.66667vw 0 0;
    content: '';
  }

  .small_block .buttons a {
    margin: 0 2.66667vw !important;
  }

  .small_block .buttons a img {
    width: 37.86667vw;
  }

  .accordion .accordion-item {
    margin: 0 0 3.2vw 0;
    padding: 2.13333vw 10.66667vw 2.13333vw 0;
    line-height: 6.4vw;
    font-size: 5.33333vw;
  }

  .accordion .accordion-item:before {
    width: 8vw;
    height: 8vw;
    top: 0.8vw;
    right: 0;
    line-height: 8.53333vw;
    font-size: 6.4vw;
  }

  .accordion .accordion-data {
    padding: 0 0 3.73333vw 0;
  }

  .footer-top {
    padding: 11.73333vw 5.33333vw 5.33333vw 5.33333vw;
    text-align: center;
  }

  .footer-top .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0;
  }

  .footer_title {
    position: relative;
    margin: 0 0 10.13333vw 0;
    padding: 0;
    line-height: 13.33333vw;
    font-size: 12.8vw;
    color: #023d00;
  }

  .footer_title:after {
    position: absolute;
    right: 50%;
    bottom: -5.33333vw;
    margin: 0 -2.13333vw 0 0;
    line-height: 7.46667vw;
    font-size: 6.93333vw;
    content: '\f103';
  }

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

  .footer_info li {
    padding: 7.46667vw 0 8vw 0;
    border-top: 1px solid #e9e9e9;
    border-left: none;
  }

  .footer_info li:first-child {
    padding-top: 0;
    border-top: none;
  }

  .footer_info li strong {
    margin: 0 0 10.66667vw 0;
    line-height: 6.4vw;
    font-size: 5.86667vw;
  }

  .footer_info li strong:before {
    width: 5.86667vw;
    height: 8.26667vw;
    bottom: -6.66667vw;
    margin: 0 -2.93333vw 0 0;
  }

  .footer_info li strong + .social_btns {
    margin-top: 0;
  }

  .footer_info li em {
    display: block;
    margin: -0.8vw 0 -1.6vw 0;
    line-height: 8.53333vw;
    font-size: 8vw;
  }

  .footer_info li a {
    background: #077f00;
    display: inline-block;
    min-width: 61.33333vw;
    padding: 3.73333vw 2.66667vw 3.73333vw 2.66667vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    border-radius: 1.6vw;
    vertical-align: top;
    line-height: 5.86667vw;
    font-size: 4.8vw;
    text-transform: none;
    text-decoration: none;
    color: #fff;
  }

  .social_btns a {
    background: none !important;
    width: 10.66667vw !important;
    min-width: 1px !important;
    height: 10.66667vw !important;
    margin: 0 2.13333vw !important;
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .social_btns a img {
    width: 100%;
  }

  .footer-bottom {
    padding: 9.33333vw 6.4vw 9.33333vw 6.4vw;
  }

  .footer-bottom .wrapper {
    width: auto;
    margin: 0;
  }

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

  .video_area .video_left,
  .video_area .video_right {
    width: 100%;
    min-width: 1px;
    padding: 4vw 0;
  }

  .video_area iframe {
    height: 49.06667vw !important;
  }

  .disable-on-mobile {
    display: none !important;
  }
}