@charset "UTF-8";
a {
  text-decoration: none;
}

* {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

:focus {
  outline: none;
}

.svg-animate-img.hidden {
  display: none;
}

.lazy {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img:not([src]):not([srcset]) {
  opacity: 0;
  display: block;
}

.main {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

img.lazy:not(.loaded) {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

body {
  background: #fff;
}

.h1_info {
  display: inline-block;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  position: relative;
  z-index: 20;
}

.h1_info_bt {
  width: 27px;
  height: 27px;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  color: #00A0D6;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  border-radius: 50%;
  background: #fff;
  margin: 0 0 0 2px;
}

.h1_info_main {
  position: absolute;
  background: #C4C4C4;
  border-radius: 10px;
  width: 190px !important;
  bottom: 38px;
  left: -80px;
  background: #141414;
  z-index: 30;
}

.h1_info_main p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  width: 168px;
  margin: 14px auto 15px;
}

.h1_info_main:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.8 9.26'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23141414;%7D%3C/style%3E%3C/defs%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M12.4,0H0A2,2,0,0,1,1.53.85L6.76,8.4a2,2,0,0,0,3.29,0L15.28.85A2,2,0,0,1,16.8,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  background-position: topc;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.b1 {
  background: #00A0D6;
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  padding: 0 0 200px;
}

.top {
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
}

nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav ul a {
  margin: 0 0 0 59px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

nav ul a:hover {
  border-bottom: 1px solid;
}

.b1_date {
  background: #5A57FF;
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  height: 35px;
  padding: 0 14px;
  margin: 0 35px 0 0;
}

.b1_text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 23px;
}

.b1_date i {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 7px 0 0;
}

.b1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1045px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 29px 0 51px;
}

.b1_t1, .b1_t2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 0 15px;
}

.h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
  padding: 0 0 23px;
}

.b1_text {
  width: 100%;
  max-width: 520px;
}

.bt {
  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;
  background: -o-linear-gradient(90.04deg, #FF4747 0.04%, #FEB775 99.96%);
  background: linear-gradient(359.96deg, #FF4747 0.04%, #FEB775 99.96%);
  border-radius: 50px;
  width: 280px;
  height: 64px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
}

.b1 .bt {
  margin: 25px 0 0;
}

.bt:hover {
  background: -o-linear-gradient(90.04deg, #FF3131 0.04%, #FE9A3D 99.96%);
  background: linear-gradient(359.96deg, #FF3131 0.04%, #FE9A3D 99.96%);
}

.b1_img {
  display: table;
  font-size: 0;
  position: relative;
}

.b1_img:after {
  content: "";
  background: -o-radial-gradient(50% 50%, 40.96% 40.96%, #FFFFFF 0%, rgba(196, 196, 196, 0) 100%);
  background: radial-gradient(40.96% 40.96% at 50% 50%, #FFFFFF 0%, rgba(196, 196, 196, 0) 100%);
  width: 541px;
  height: 541px;
  display: block;
  position: absolute;
  top: 0;
  left: -84px;
  margin: auto;
  -webkit-filter: blur(18px);
  filter: blur(18px);
}

.b1_img_box {
  position: relative;
  z-index: 2;
}

.web {
  overflow: hidden;
}

.b1_bottom {
  margin: -68px 0 0px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 20;
  position: relative;
}

.b1_bottom_line {
  background: #fff;
  -webkit-transform: rotate(-6.04deg);
  -ms-transform: rotate(-6.04deg);
  transform: rotate(-6.04deg);
  min-width: 2560px;
  height: 340px;
}

.b1_bottom_line:after {
  content: "";
  display: block;
  height: 74px;
  background: #ECFAFF;
  border-radius: 0 0 10px 10px;
  width: 2500px;
  position: absolute;
  right: 50%;
  margin: 0 -601px 0 0;
  -webkit-transform: skewX(-4deg);
  -ms-transform: skewX(-4deg);
  transform: skewX(-4deg);
}

.h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #282828;
  position: relative;
  z-index: 20;
}

.h2 b {
  color: #00A0D6;
}

.h1 span {
  position: relative;
  display: inline-block;
}

.h1 span:after, .h2 span:after {
  content: "";
  background: -o-linear-gradient(330.79deg, #FF4747 12.82%, #FEB775 77.24%);
  background: linear-gradient(119.21deg, #FF4747 12.82%, #FEB775 77.24%);
  -webkit-transform: skewX(40deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  -ms-transform: skewX(40deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  transform: skewX(40deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  width: 109%;
  height: 22px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: -7px;
}

.h1 span b, .h2 span b {
  position: relative;
  z-index: 8;
}

.b2_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 51px 0 0;
}

.b2_item p {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #00A0D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 55px;
  display: flex;
  align-items: center;
}

.b2_item p i {
  margin: 1px 7px 0 0;
}

.b2_item_img {
  display: table;
  font-size: 0;
  -webkit-filter: drop-shadow(0px 32px 64px rgba(17, 17, 17, 0.08));
  filter: drop-shadow(0px 32px 64px rgba(17, 17, 17, 0.08));
  border-radius: 10px;
  overflow: hidden;
  margin: 21px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 238px;
  overflow: hidden;
  display: block;
}

.b2 {
  padding: 2px 0 192px;
}

.b2_item_img:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.b3_bg {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b3_main {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b3_main .h2 {
  color: #fff;
}

.b3_t1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #FFFFFF;
  padding: 31px 0 0;
  max-width: 567px;
}

.b3_text {
  padding: 89px 0 0;
}

.b3_bg_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: -1;
  position: relative;
}

.b3_bg_top:after {
  content: "";
  background: #ECFAFF;
  -webkit-transform: rotate(-3.56deg);
  -ms-transform: rotate(-3.56deg);
  transform: rotate(-3.56deg);
  width: 2600px;
  height: 150px;
  z-index: -1;
  margin: 87px -297px -8px 0;
}

.b4_box {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 99px 0 0;
}

.b4_video {
  margin: 51px 0 0;
  position: relative;
  font-size: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 15px;
  overflow: hidden;
}

.b4_video_box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.bt_play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -o-linear-gradient(330.79deg, #FF4747 12.82%, #FEB775 77.24%);
  background: linear-gradient(119.21deg, #FF4747 12.82%, #FEB775 77.24%);
  border: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bt_play:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.b4 {
  padding: 0 0 100px;
}

.b5_text .h2 b, .b5_text .h2 {
  color: #fff;
}

.b5_left {
  width: 100%;
  max-width: 880px;
  position: relative;
}

.b5_text {
  position: relative;
  z-index: 20;
  padding: 65px 0 65px;
  max-width: 810px;
}

.b5_left:after {
  content: "";
  display: block;
  background: #00A0D6;
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  width: 150%;
}

.b5_left:before {
  background: #ECFAFF;
  border-radius: 0px 10px 10px 10px;
  content: "";
  display: block;
  height: 100%;
  width: 150%;
  position: absolute;
  right: -60px;
  bottom: -60px;
}

.b5_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b5_img {
  margin: 0 14px 125px 0;
  position: relative;
}

.b5_text p {
  max-width: 726px;
  font-size: 22px;
  line-height: 145%;
  color: #FFFFFF;
  margin: 0 0 25px;
  font-weight: 500;
}

.b5_text .h2 {
  padding: 0 0 50px;
}

.b5_text p b {
  font-weight: 700;
}

.h2 span {
  position: relative;
}

.h2 span:after {
  -webkit-transform: skewX(30deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  -ms-transform: skewX(30deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  transform: skewX(30deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  width: 103%;
  left: -14px;
}

.b5_text_bottom p {
  font-weight: bold;
  font-size: 24px;
  line-height: 145%;
  color: #FFFFFF;
  max-width: 790px;
  margin: 0 0 20px;
}

.b5_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 14px 0 22px;
  font-size: 22px;
  line-height: 145%;
  color: #FFFFFF;
}

.b5_text_bottom {
  padding: 24px 0 0;
}

.b5_text ul i {
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin: 0 2px 0 0;
}

.b5_text ul i:after {
  content: "";
  width: 32px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: 7px;
  left: -14px;
  background: -o-linear-gradient(330.79deg, #FF4747 12.82%, #FEB775 77.24%);
  background: linear-gradient(119.21deg, #FF4747 12.82%, #FEB775 77.24%);
  -webkit-transform: skewX(14deg) matrix(-0.97, -0.42, -0.2, 0.93, 0, 0);
  -ms-transform: skewX(14deg) matrix(-0.97, -0.42, -0.2, 0.93, 0, 0);
  transform: skewX(14deg) matrix(-0.97, -0.42, -0.2, 0.93, 0, 0);
}

.b5_text ul i span {
  position: relative;
  z-index: 2;
}

.b5_text ul li {
  margin: 0 0 19px;
}

.b5 {
  padding: 0 0 51px;
}

.b6 {
  padding: 100px 0 46px;
}

.b6_box {
  margin: 81px 0 0;
  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;
  position: relative;
}

.b6_item {
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  -webkit-box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  width: 100%;
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 166px;
  margin: 0 0 20px;
}

.b6_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 50px;
}

.b6_icon_box {
  background: #ECFAFF;
  width: 78.69px;
  height: 78.69px;
  border-radius: 50%;
  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;
}

.b6_text {
  width: calc(100% - 50px);
  text-align: center;
}

.b6_text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  text-align: center;
  color: #FFFFFF;
  max-width: 362px;
  margin: 0 auto;
}

.b6_box:after, .b6_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 555px;
  height: 166px;
  background: #ECFAFF;
  border-radius: 10px;
  z-index: -1;
}

.b6_box:before {
  top: -32px;
  left: -130px;
}

.b6_box:after {
  bottom: -21px;
  right: -130px;
}

.b7_img_man {
  font-size: 0;
  display: table;
  position: relative;
}

.b7_img_man_krug {
  background: -o-linear-gradient(137deg, #FF4747 14.41%, #FEB775 72.48%);
  background: linear-gradient(313deg, #FF4747 14.41%, #FEB775 72.48%);
  border-radius: 50%;
  width: 474px;
  height: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.b7_img_man_face {
  display: table;
  position: absolute;
  top: -79px;
  left: 64px;
}

.b7_img_man:after {
  content: "";
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  -webkit-transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  -ms-transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  width: 146.39px;
  height: 41px;
  display: block;
  position: absolute;
  top: 157px;
  right: -60px;
}

.b7_img_man:before {
  content: "";
  display: block;
  background: -o-linear-gradient(left, #00A0D6 21.32%, rgba(0, 160, 214, 0.31) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(21.32%, #00A0D6), to(rgba(0, 160, 214, 0.31)));
  background: linear-gradient(90deg, #00A0D6 21.32%, rgba(0, 160, 214, 0.31) 100%);
  -webkit-transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  -ms-transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  width: 255.09px;
  height: 65.5px;
  position: absolute;
  right: -66px;
  bottom: 75px;
  z-index: -1;
}

.b7_img {
  width: 474px;
  height: 474px;
  position: relative;
}

.b7_img:after {
  content: "";
  background: #ECFAFF;
  -webkit-transform: skewX(18deg) matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
  -ms-transform: skewX(18deg) matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
  transform: skewX(18deg) matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
  width: 227.78px;
  height: 126.62px;
  position: absolute;
  right: -105px;
  top: 232px;
  z-index: -2;
}

.b7_img:before {
  content: "";
  background: -o-linear-gradient(180.48deg, rgba(0, 160, 214, 0.2) 0.42%, rgba(0, 214, 201, 0.2) 99.68%);
  background: linear-gradient(269.52deg, rgba(0, 160, 214, 0.2) 0.42%, rgba(0, 214, 201, 0.2) 99.68%);
  -webkit-transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  -ms-transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  transform: skewX(18deg) matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  display: block;
  width: 165.56px;
  height: 50.08px;
  position: absolute;
  right: -38px;
  bottom: 155px;
}

.b7 {
  padding: 52px 0 51px;
}

.b7_box {
  padding: 46px 0 0;
  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;
}

.b7_text {
  width: 100%;
  max-width: 715px;
  margin: 0 -14px 0 0;
  padding: 0 0 0;
}

.b7_t1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  color: #282828;
}

.b7_t2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #00A0D6;
  padding: 21px 0 29px;
}

.b7_text ul {
  list-style: none;
  padding: 0 0 26px;
  margin: 0;
}

.b7_text ul li {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #282828;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}

.b7_text ul li:before {
  content: "";
  display: block;
  background: -o-linear-gradient(180.48deg, rgba(0, 160, 214, 0.2) 0.42%, rgba(0, 214, 201, 0.2) 99.68%);
  background: linear-gradient(269.52deg, rgba(0, 160, 214, 0.2) 0.42%, rgba(0, 214, 201, 0.2) 99.68%);
  -webkit-transform: skewX(18deg) matrix(-0.97, -0.42, -0.2, 0.93, 0, 0);
  -ms-transform: skewX(18deg) matrix(-0.97, -0.42, -0.2, 0.93, 0, 0);
  transform: skewX(18deg) matrix(-0.97, -0.42, -0.2, 0.93, 0, 0);
  width: 36.43px;
  height: 19.79px;
  position: absolute;
  top: 5px;
  left: 2px;
}

.b8_bg {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: -1;
}

.b8 {
  overflow: hidden;
  padding: 0 0 24px;
}

.b8_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 0 0;
}

.b8_img {
  max-width: 480px;
}

.b8_img_item_img {
  font-size: 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-height: 304px;
}

.b8_img_item p {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0 0;
}

.b8_img_item {
  margin: 0 0 40px;
}

.b8_text {
  width: 100%;
  max-width: 645px;
}

.b8 .h2 {
  font-size: 32px;
  padding: 0 0 109px;
}

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

.b8_text_ul p {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0 0 24px;
  padding: 0 0 0 50px;
  position: relative;
}

.b8_t1 {
  font-weight: bold;
  font-size: 23px;
  line-height: 130%;
  color: #FFFFFF;
  padding: 5px 0 0 50px;
}

.b8_text_ul p i {
  background: -o-linear-gradient(330.79deg, #FF4747 12.82%, #FEB775 77.24%);
  background: linear-gradient(119.21deg, #FF4747 12.82%, #FEB775 77.24%);
  width: 25.13px;
  height: 25.13px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  bottom: 0;
  margin: auto;
}

.b8_text_ul p i:after {
  content: "";
  background: #FFFFFF;
  width: 13.73px;
  height: 13.73px;
  border-radius: 50%;
}

.b8_text_ul {
  position: relative;
}

.b8_text_ul:before {
  content: "";
  background: -o-linear-gradient(330.79deg, #FF4747 12.82%, #FEB775 77.24%);
  background: linear-gradient(119.21deg, #FF4747 12.82%, #FEB775 77.24%);
  width: 1px;
  display: block;
  height: calc(100% - 61px);
  position: absolute;
  left: 12px;
  top: 23px;
}

.b8_bg:after {
  border-radius: 10px;
  content: "";
  display: block;
  background: #ECFAFF;
  -webkit-transform: rotate(2.82deg);
  -ms-transform: rotate(2.82deg);
  transform: rotate(2.82deg);
  width: 2630px;
  height: 251px;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  margin: auto;
  top: 131px;
}

.b9 {
  padding: 129px 0 31px;
}

.b9 .b1_t1 {
  color: #282828;
}

.b9 .h1 {
  color: #00A0D6;
}

.b9 .h1 span:after {
  display: none;
}

.b9 .h1_info_bt {
  background: #ECFAFF;
}

.b9 .b1_date {
  background: #fff;
  color: #00A0D6;
  padding: 0;
}

.b9 .b1_date i {
  height: auto;
}

.b9 .b1_img {
  width: 100%;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 435px;
  position: relative;
  margin: 0 0 0 0px;
}

.b9 .b1_box {
  max-width: 100%;
}

.b9 .b1_img:before {
  content: "";
  display: block;
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150vw;
}

.b9 .b1_img .b1_img_box {
  overflow: hidden;
  margin: 0 51px 0 0;
}

.b9 .b1_img:after {
  margin: -77px 0 0 170px;
  opacity: 0.74;
}

.b9 .b1_img .b1_img_box img {
  width: 296px;
  height: 435px;
  margin: 24px 0 0;
}

.b9_img {
  width: 100%;
  max-width: 495px;
  position: relative;
}

.b9_img:before {
  content: "";
  display: block;
  background: #ECFAFF;
  border-radius: 10px;
  position: absolute;
  z-index: -3;
  height: 100%;
  width: 150vw;
  left: -30px;
  bottom: -30px;
}

.b9 .b1_t2 {
  color: #282828;
  padding: 4px 0 23px;
}

.b9_item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
}

.b9_icon {
  background: #ECFAFF;
  width: 80px;
  height: 80px;
  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;
  border-radius: 50%;
  margin: 0 0 0 26px;
}

.b9_item p {
  width: calc(100% - 80px - 26px - 30px);
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  padding: 0 15px;
}

.b9_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 21px 0 0;
}

.b10 {
  padding: 61px 0 44px;
}

.b10_box {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b10_item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  max-width: 380px;
  margin: 0 6px 16px;
  width: 100%;
}

.b10_icon {
  width: 111.86px;
  height: 111.86px;
  background: #ECFAFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0 0 35px;
}

.b10_item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #282828;
  margin: 21px 0 23px 33px;
  max-width: 320px;
}

.b10_item:nth-child(4), .b10_item:nth-child(5) {
  max-width: 476px;
}

.b10_item:nth-child(4) p, .b10_item:nth-child(5) p {
  max-width: 410px;
}

.b10_item:nth-child(1), .b10_item:nth-child(2), .b10_item:nth-child(3) {
  position: relative;
}

.b10 .bt {
  margin: 28px auto 0;
}

.b11_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  margin: 0 0 21px;
  padding: 29px 0;
}

.b11_box {
  padding: 49px 0 0;
}

.b11_icon {
  margin: 0 0 0 18px;
}

.b11_t1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #282828;
  margin: 0 0 11px;
}

.b11_t2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #282828;
}

.b11 {
  padding: 55px 0 66px;
}

.b11 .bt {
  margin: 44px auto 0;
}

.b12 .b4_video {
  max-width: 580px;
  margin: 0 0 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 27px 24px -19px rgba(17, 17, 17, 0.32);
  box-shadow: 0px 27px 24px -19px rgba(17, 17, 17, 0.32);
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.b12 .bt_play {
  width: 84px;
  height: 84px;
}

.b12_box {
  padding: 51px 0 11px;
}

.b12_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
}

.b12_text {
  max-width: 600px;
  width: 100%;
}

.b12_text_main {
  margin: 0 0 29px 35px;
}

.b12_text_name {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #00A0D6;
  margin: 0 0 21px;
}

.b12_text_many {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b12_text_many p {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #282828;
}

.b12_text_many p b {
  color: #00A0D6;
  font-weight: 700;
}

.b12_text_many p:last-child {
  margin: 0 0 0 35px;
}

.b12_text_blue {
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  border-radius: 0 10px 10px 0;
  padding: 12px 0;
}

.b12_text_blue p {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 534px;
  margin: 0 0 0 32px;
}

section.b12 .bt {
  margin: 0 auto 0;
}

.b12 {
  padding: 62px 0 48px;
  margin-bottom: 100px;
}

.b13 {
  padding: 63px 0 31px;
}

.b13_box {
  padding: 45px 0 0;
}

.b13_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  margin: 0 0 21px;
  padding: 42px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b13_price {
  width: 100%;
  max-width: 218px;
  height: 186px;
  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;
  border-right: 1px solid #C1ECFC;
  margin: -57px 35px 0 0;
}

.b13_text {
  width: calc(100% - 220px - 35px);
}

.b13_text_main {
  max-width: 880px;
  width: 100%;
}

.b13_title {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #00A0D6;
  padding: 0 0 21px;
  width: 100%;
  max-width: 927px;
}

.b13_text_t1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #282828;
  padding: 0 0 16px;
}

.b13_text_box {
  background: #ECFAFF;
  border-radius: 10px;
  padding: 22px 0 12px 60px;
}

.b13_text_box ul {
  padding: 0;
  margin: 0;
}

.b13_text_box ul {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #282828;
  padding: 0;
  list-style: none;
}

.b13_text_box ul li {
  margin: 0 0 10px -30px;
  position: relative;
  padding: 0 0 0 28px;
}

.b13_text_box ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_92_4597)'%3E%3Cpath d='M9.61717 0.77832L12.398 6.41355L18.6172 7.31717L14.1172 11.7036L15.1792 17.8974L9.61717 14.9731L4.05483 17.8974L5.1172 11.7036L0.617188 7.31717L6.836 6.41355L9.61717 0.77832Z' fill='url(%23paint0_linear_92_4597)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_92_4597' x1='10.0902' y1='0.77832' x2='10.0902' y2='17.8974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0D6'/%3E%3Cstop offset='1' stop-color='%235A57FF'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_92_4597'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.617188 0.337891)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 19px;
  height: 19px;
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}

.b13_price p {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  text-align: center;
}

.b13_price p b {
  display: block;
  text-align: center;
}

.b13_it_zag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b14 {
  padding: 56px 0;
}

.b14_box {
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  border-radius: 10px;
  text-align: center;
  padding: 42px 0;
  position: relative;
}

.b14_t1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  padding: 0 0 21px;
}

.b14_t2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  padding: 0 0 24px;
}

.b14 .bt {
  margin: 41px auto 0;
}

.b14_box:after, .b14_box:before {
  content: "";
  background: #ECFAFF;
  -webkit-box-shadow: 0px 27px 50px -20px rgba(22, 21, 77, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(22, 21, 77, 0.12);
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 570px;
  z-index: -1;
  position: absolute;
}

.b14_box:before {
  left: -130px;
  top: -55px;
}

.b14_box:after {
  right: -130px;
  bottom: -55px;
  -webkit-box-shadow: 0px 27px 50px -20px rgba(22, 21, 77, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(22, 21, 77, 0.12);
}

figure, figcaption {
  display: block;
}

.transition {
  -webkit-transition: top 400ms linear;
  -o-transition: top 400ms linear;
  transition: top 400ms linear;
}

.timeTo {
  font-size: 28px;
  line-height: 108%;
  font-weight: bold;
  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;
  padding: 29px 0 0;
}

.timeTo span {
  vertical-align: top;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: -13px 6px 0;
}

.timeTo.timeTo-white div {
  color: black;
  background: #ffffff;
  font-weight: 500;
  font-size: 32px;
}

.timeTo.timeTo-black div {
  color: white;
  background: #45484d;
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#45484d", endColorstr="#000000",GradientType=0 );
}

.timeTo.timeTo-black .timeTo-alert {
  background: #a74444;
  background: -o-linear-gradient(top, #a74444 0%, #3f0000 67%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a74444), color-stop(67%, #3f0000));
  background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a74444", endColorstr="#3f0000",GradientType=0 );
}

.timeTo.timeTo-white .timeTo-alert {
  background: #ffffff;
  background: -o-linear-gradient(top, #ffffff 35%, #e17373 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), to(#e17373));
  background: linear-gradient(to bottom, #ffffff 35%, #e17373 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e17373",GradientType=0 );
}

.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

.timeTo figcaption {
  text-align: center;
  font-size: 12px;
  line-height: 80%;
  font-weight: normal;
  color: #fff;
}

.timeTo div {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 55px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 2px;
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px;
}

.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 39px;
  height: 42px;
}

.b15 {
  padding: 62px 0 42px;
}

.b15_box {
  margin: 51px 0 0;
  position: relative;
}

.b15_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 73px 0 0 0;
}

.b15_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
}

.b15_list.b15_list_2 {
  max-width: 100%;
  margin: 21px auto;
}

.b15__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  padding: 19px 0 19px;
  max-width: 380px;
  text-align: center;
  width: 100%;
}

.b15_icon {
  background: #ECFAFF;
  width: 78.22px;
  height: 78.22px;
  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;
  border-radius: 50%;
  margin: 0 auto;
}

.b15__item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #282828;
  max-width: 312px;
  margin: 10px auto 0;
}

.date_next {
  font-style: normal;
}

.b17_box {
  border: 1px solid #00A0D6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 48px 0 50px;
}

.b17_col {
  width: 100%;
  max-width: 778px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b17_col:last-child {
  width: calc(100% - 779px);
  border-left: 1px solid #00A0D6;
}

.b17_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #00A0D6;
}

.b17_col p {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  padding: 0 0 0 70px;
}

.b17_col:last-child p {
  padding: 0;
  width: 100%;
  text-align: center;
}

.b17_line.b17_line_header p {
  padding: 0;
  text-align: center;
  width: 100%;
}

.b17_line:last-child {
  border: 0;
}

.b17_line.b17_line_header .b17_col {
  height: 70px;
}

.b17_bt_item {
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  width: 100%;
  max-width: 338px;
  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;
  height: 203px;
}

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

.b17_t1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  max-width: 260px;
  margin: 0 auto;
}

.b17_t2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0 0;
}

.b17_simvol p {
  font-size: 71px;
  font-weight: 100;
  color: #2b7cea;
}

.b17 {
  padding: 47px 0 100px;
}

.b16.b4 {
  padding: 0 0 31px;
}

.b18 .b14_box {
  max-width: 780px;
  margin: 0 auto;
}

.b18 .b14_box:before {
  left: -330px;
}

.b18 .b14_box:after {
  right: -330px;
}

.b19 .h2 {
  text-align: center;
}

.b19 {
  padding: 51px 0 88px;
}

.b19_t1 {
  text-align: center;
}

.b13_price p, .b19_t1 {
  background: -o-linear-gradient(269deg, #00A0D6 33%, #0D61BC 66%);
  background: linear-gradient(181deg, #00A0D6 33%, #0D61BC 66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #00A0D6;
}

.b19_t1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 41px 0 11px;
}

.b19_t2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  color: #00A0D6;
  margin: 0 0 31px;
}

.b19_t2 span {
  color: #788395;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
}

.b19_t2 span:after {
  content: "";
  background: #788395;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 18px;
  left: 0;
}

.b19_col {
  width: 100%;
  max-width: 580px;
  background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
  background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
  -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  padding: 44px 0 32px;
}

.b19_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;
}

.b19_col_main {
  margin: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100%;
}

.b19_col_title {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 0 27px;
}

.b19_text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0 0 20px;
}

.b19_text p b {
  font-weight: bold;
}

.b19 .bt {
  margin: 47px auto 0;
}

.b19_col_main > p {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.b20 .b5_text_bottom p {
  padding: 0 0 12px;
}

.b20 .b5_right {
  padding: 0 0 119px;
  margin: 0 0 0 0;
}

.b20 .b5_img {
  margin: 0 -50px 116px 0;
}

.b21_img_2 {
  display: table;
  font-size: 0;
  position: absolute;
  right: 190px;
  top: -135px;
}

.b21 .b3_main {
  max-width: 100%;
  margin: 0 0 0;
  padding: 0 0 37px;
}

.b21 .b3_text {
  width: 100%;
  max-width: 880px;
  padding: 0 0 0 0;
}

.b21 .b3_text p {
  max-width: 100%;
}

.b21_img_1 {
  width: 100%;
  max-width: 280px;
  font-size: 0;
  text-align: center;
}

.b5.b20 {
  padding: 0 0 301px;
}

.b21 .b3_bg_top:after {
  height: 300px;
  margin: -103px -297px -8px 0;
}

.b21 .main {
  padding: 1px 0 0;
}

.b21 .b3_bg_top {
  margin: 0 0 0;
}

.b22 {
  background: #fff;
  padding: 91px 0 97px;
  margin: -39px 0 0;
  position: relative;
  z-index: 20;
}

.b22_list {
  margin: 51px 0 0;
}

.b22_item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  margin: 0 0 26px;
  padding: 40px 0;
}

.b22_main {
  margin: 0 38px;
}

.b22_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #00A0D6;
  padding: 0 0 24px;
}

.b22_box {
  background: #ECFAFF;
  border-radius: 10px;
  padding: 30px 0;
}

.b22_box_text {
  margin: 0 33px;
}

.b22_box p {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #282828;
}

.b23 .b8_bg img {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b23 .b8_bg:after {
  -webkit-transform: skewX(8deg) rotate(6.2deg);
  -ms-transform: skewX(8deg) rotate(6.2deg);
  transform: skewX(8deg) rotate(6.2deg);
  left: auto;
  right: 50%;
  top: -27px;
  margin: 0 -622px 0 0;
}

.b23 .main {
  padding: 163px 0 95px;
}

section.b23 {
  position: relative;
  z-index: 20;
}

.b23 .h2 {
  font-size: 23px;
  color: #fff;
  padding: 0 0 50px;
}

.b23_text {
  width: 100%;
  max-width: 514px;
  padding: 0 0 15px;
}

.b23_text p {
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0 0 24px;
}

.b23_text p b {
  font-weight: 700;
}

.b23_video {
  max-width: 580px;
}

.b23_video p {
  font-weight: bold;
  font-size: 23px;
  line-height: 130%;
  color: #FFFFFF;
  padding: 37px 0 0;
}

.b23 .b4_video {
  margin: 0;
}

.b23_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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b23 .bt_play {
  width: 84px;
  height: 84px;
}

.ft {
  background: #072630;
  position: relative;
  z-index: 22;
  padding: 57px 0 41px;
}

[href="#go_top"] {
  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;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

[href="#go_top"]:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ft_box p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  padding: 0 0 20px;
}

.ft_box a {
  display: table;
  margin: 0 auto 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  border-bottom: 1px solid #0000;
}

.ft_box a:hover {
  border-bottom: 1px solid;
}

.ft_box {
  padding: 41px 0 0;
}

.fm {
  width: 100% !important;
  max-width: 950px !important;
  padding: 44px 0 0;
}

.fm_main {
  min-height: 50vh;
}

button.fancybox-close-small {
  top: 0;
}

.b19_form {
  margin: 55px 0 0;
}

@media only screen and (max-width: 680px) {
  .main {
    width: 320px;
  }

  .b1_date:last-child {
    margin: 0 0 0 0;
  }

  .b1_date {
    margin: 0;
  }

  .b1_text_top {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 36px 0 0;
  }

  nav {
    display: none;
  }

  .b1_t1, .b1_t2 {
    font-size: 16px;
  }

  .h1 {
    font-size: 24px;
    line-height: 163%;
  }

  .h1 span:after, .h2 span:after {
    height: 16px;
    bottom: 2px;
    -webkit-transform: skewX(30deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
    -ms-transform: skewX(30deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
    transform: skewX(30deg) matrix(-0.98, -0.01, 0.19, 1, 0, 0);
  }

  .b1_img {
    display: none;
  }

  .b1 {
    padding: 0 0 88px;
  }

  .b1_text {
    padding: 0 0 100px;
  }

  .b1_bottom_line:after {
    margin: 0 -148px 0 0;
    height: 36px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  .h2 {
    font-size: 20px;
    line-height: 150%;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }

  .h2 br {
    display: none;
  }

  .b2_box {
    padding: 39px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b2_item p {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    font-size: 17px;
  }

  .b2_item p br {
    display: none;
  }

  .b2_item {
    margin: 0 0px 54px;
    width: 100%;
  }

  .b2_item_img img {
    width: 100%;
    height: auto;
    min-height: 90px;
  }

  .b2_item_img {
    margin: 23px auto 0;
  }

  .b2 {
    padding: 2px 0 69px;
  }

  .b3_img img {
    width: 100px;
    height: 103px;
  }

  .b3_img {
    display: table;
    position: absolute;
    right: -5px;
    bottom: -5px;
  }

  .b3_text {
    padding: 0 0 60px;
  }

  .b3_main .h2 {
    font-size: 20px;
  }

  .b3_t1 {
    font-size: 15px;
    max-width: 224px;
    padding: 15px 0 0;
  }

  .b3_bg {
    margin: 147px 0 0;
  }

  .b3_bg_top:after {
    margin: -53px -297px -8px 0;
  }

  .b4 {
    position: relative;
    z-index: 20;
    background: #fff;
    margin: -135px 0 0;
    padding: 0 0 17px;
  }

  .b4_box {
    padding: 44px 0;
  }

  .b4_video {
    margin: 23px 0 0;
  }

  .b4_video_img img {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .b4 .main {
    width: 94%;
    margin: 0 auto;
  }

  .b4 .h2 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .bt_play {
    width: 60px !important;
    height: 60px !important;
  }

  .bt_play img {
    width: 30px !important;
    height: 30px !important;
  }

  .b5_text {
    padding: 39px 0 47px;
  }

  .b5_text p {
    font-size: 15px;
    margin: 0 0 16px;
  }

  .b5_text .h2 {
    padding: 0 0 28px;
  }

  .b5_text ul li {
    font-size: 15px;
    line-height: 140%;
  }

  .b5_text ul li br {
    display: none;
  }

  .b5 .bt {
    margin: 37px 0 0;
  }

  .b5_right {
    display: none;
  }

  .b5 {
    background: #00A0D6;
    background: -o-linear-gradient(top, #00A0D6 0%, #5A57FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00A0D6), to(#5A57FF));
    background: linear-gradient(180deg, #00A0D6 0%, #5A57FF 100%);
    padding: 0 0 27px;
  }

  .b5_left:before {
    display: none;
  }

  .b5_left:after {
    display: none;
  }

  .b5_text ul i:after {
    width: 20px;
    left: -9px;
    bottom: -1px;
  }

  .b5_text ul {
    padding: 0 0 0;
  }

  .b5_text_bottom {
    padding: 5px 0 0;
  }

  .b5_text_bottom p {
    font-size: 18px;
  }

  .h2 br {
    display: none;
  }

  .b6 {
    padding: 39px 0 46px;
  }

  .b6_box:before {
    left: auto;
    right: 30%;
  }

  .b6_icon_box {
    width: 55px;
    height: 55px;
  }

  .b6_icon_box img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .b6_icon {
    margin: 0 0 0 15px;
  }

  .b6_text {
    width: calc(100% - 75px);
    margin: 0 0 0 0px;
  }

  .b6_text p {
    font-size: 14px;
  }

  .b6_item {
    height: 107px;
  }

  .b6_box:after {
    right: auto;
    left: 40%;
  }

  .b6_box:after, .b6_box:before {
    height: 100px;
  }

  .b7_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .b7_img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    margin: 22px 0 -162px;
  }

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

  .b7_t1 {
    font-size: 16px;
  }

  .b7_t2 {
    font-size: 19px;
  }

  .b7_text ul li {
    font-size: 15px;
    padding: 0 0 0 22px;
  }

  .b7_text ul li br {
    display: none;
  }

  .b7_text ul li:before {
    width: 22px;
    height: 15px;
    top: 7px;
    left: 11px;
  }

  .b8_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .b8 .h2 {
    font-size: 21px;
    padding: 41px 0 0;
  }

  .b8_bg:after {
    top: 173px;
    left: -191px;
  }

  .b8_text_ul {
    margin: 77px 0 0;
  }

  .b8_text_ul p i {
    width: 15px;
    height: 15px;
    top: 7px;
    margin: 0;
  }

  .b8_text_ul p i:after {
    width: 8px;
    height: 8px;
  }

  .b8_text_ul:before {
    left: 7px;
    height: calc(100% - 121px);
  }

  .b8_text_ul p {
    padding: 0 0 0 33px;
    font-size: 16px;
    margin: 0 0 16px;
  }

  .b8_t1 {
    padding: 17px 0 31px;
    font-size: 19px;
    max-width: 300px;
  }

  .b8_img_item_img img {
    width: 320px;
    height: 207px;
  }

  .b8_text_ul p br {
    display: none;
  }

  .b8_bg img {
    /* height: 1500px; */
    /* width: 2836px; */
    /* margin: 1px 407px 0 0; */
  }

  .b8_img_item p {
    font-size: 15px;
    padding: 10px 0 0;
  }

  .b8_img_item {
    margin: 0 0 22px;
  }

  .b8_box {
    padding: 30px 0 0;
  }

  .b9 {
    padding: 51px 0 31px;
  }

  .b9 .b1_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 32px 0 0;
  }

  .b9 .b1_img .b1_img_box img {
    width: 180px;
    height: 299px;
  }

  .b9 .b1_img:after {
    margin: -90px 0 0 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .b9_icon {
    width: 55px;
    height: 55px;
    margin: 0 0 0 21px;
  }

  .b9_item p {
    width: calc(100% - 55px - 26px - 30px);
    font-size: 14px;
  }

  .b9_item {
    height: 103px;
    margin: 0 0 18px;
    -webkit-box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
    box-shadow: 0px 27px 50px -20px rgba(17, 17, 17, 0.12);
  }

  .b9_icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .b9 .b1_box {
    padding: 29px 0 21px;
  }

  .b10 {
    padding: 21px 0 34px;
  }

  .b10_icon {
    background: #ECFAFF;
    width: 55px;
    height: 55px;
    margin: 0px 0 0 15px;
  }

  .b10_icon img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .b10_item p {
    margin: 0 0 0 15px;
    width: 207px;
    font-size: 13px;
    text-align: center;
  }

  .b10_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b10_item p br {
    display: none;
  }

  .b10_item {
    padding: 23px 0;
  }

  .bt {
    font-size: 16px;
  }

  .b11_icon img {
    width: 84px;
    height: 84px;
  }

  .b11_icon {
    margin: 0;
  }

  .b11_text {
    width: calc(100% - 91px);
  }

  .b11_t1 {
    font-size: 15px;
  }

  .b11_t2 {
    font-size: 14px;
  }

  .b11_t2 br {
    display: none;
  }

  .b12_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 73px;
  }

  .b12 .main {
    width: 95%;
  }

  .b12_text_main {
    width: 320px;
    margin: 21px auto 23px;
  }

  .b12_text_name {
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px;
  }

  .b12_text_many {
    display: block;
    text-align: center;
  }

  .b12_text_many p:last-child {
    margin: 0;
  }

  .b12_text_many p {
    font-size: 19px;
  }

  .b12_text_blue {
    border-radius: 16px;
  }

  .b12_text_blue p {
    margin: 0 36px;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
  }

  .b12_box {
    margin: 0 0 -35px;
  }

  .b13 .h2 {
    text-align: center;
  }

  .b12 {
    padding: 62px 0 4px;
  }

  .b13_box {
    padding: 22px 0 0;
  }

  .b13_title {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    width: 81%;
  }

  .b13_title:after {
    content: "";
    height: 1px;
    width: 180px;
    display: block;
    background: #C1ECFC;
    margin: 20px auto 0;
  }

  .b13_item {
    padding: 29px 0 0;
  }

  .b13_price {
    max-width: 100%;
    border: 0;
    margin: 0;
    height: auto;
  }

  .b13_price p {
    font-size: 16px;
  }

  .b13_price p b {
    display: inline;
  }

  .b13_text {
    width: 100%;
    margin: 27px 12px 27px;
  }

  .b13_text_box {
    padding: 0 0 17px 32px;
  }

  .b13_text_t1 {
    font-size: 17px;
    padding: 30px 0 8px;
  }

  .b13_text_box ul li {
    font-size: 14px;
    line-height: 125%;
    margin: 0 0 12px;
    padding: 0 0 0 23px;
    width: 87%;
  }

  .b13_text_box ul li:after {
    top: -1px;
  }

  .b13_text_box ul {
    margin: 0 0 0 -24px;
  }

  .b13_text_box ul li br {
    display: none;
  }

  .b13_item:last-child p.b13_title {
    width: 90%;
  }

  .b13_item:last-child p.b13_title br {
    display: none;
  }

  p.b14_t1 {
    font-size: 17px;
  }

  p.b14_t2 {
    font-size: 18px;
    padding: 0 0 21px;
  }

  .timeTo div {
    width: 38px;
  }

  .timeTo ul li {
    width: 32px;
  }

  .b14 .bt {
    width: 200px;
  }

  .b15_img img {
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 93px;
    height: 108px;
  }

  .b15_img {
    margin: 0;
    left: auto;
    bottom: auto;
    top: -91px;
    right: -26px;
  }

  .b15_icon {
    width: 55px;
    height: 55px;
    margin: 0 0 0 17px;
  }

  .b15_icon img {
    width: 45px;
    height: 45px;
  }

  .b15__item p {
    max-width: 222px;
    font-size: 14px;
    margin: 0 auto;
  }

  .b15__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 14px;
  }

  .b15_list {
    margin: 0 0 0 !important;
  }

  .b16.b4 {
    margin: 0 0 0;
  }

  .b17 {
    padding: 31px 0 31px;
    margin: -42px 0 0;
  }

  .b17_box {
    margin: 25px 0 41px;
  }

  .b17_col {
    width: 71%;
    padding: 5px 0;
  }

  .b17_col:last-child {
    width: calc(32% - 1px);
  }

  .b17_col p {
    padding: 0 0 0 11px;
    font-size: 14px;
    width: 90%;
    line-height: 130%;
  }

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

  .b17_t1 {
    font-size: 16px;
    line-height: 130%;
    max-width: 100%;
  }

  .b17_bt_item {
    height: auto;
    padding: 31px 0;
    width: 100%;
  }

  p.b17_t2 {
    padding: 11px 0 0;
    font-size: 20px;
  }

  .b17_simvol {
    margin: -19px 0;
  }

  .b18 .b14_box:before {
    top: -31px;
  }

  .b18 .b14_box:after {
    bottom: -30px;
  }

  .b19_t1 {
    font-size: 19px;
    margin: 34px 0 7px;
  }

  .b19_t2 {
    font-size: 21px;
  }

  .b19_t2 span {
    font-size: 20px;
  }

  .b19_t2 span:after {
    top: 43%;
  }

  .b19_col {
    padding: 24px 0 14px;
    margin: 0 0 30px;
  }

  .b19_col_main {
    margin: 0 18px;
  }

  .b19_col_title {
    font-size: 17px;
    padding: 0 0 11px;
  }

  .b19_text p {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .b19_col_main > p {
    font-size: 16px;
    padding: 25px 0 0;
  }

  .b19 .bt {
    margin: 0 auto 0;
  }

  .b5_text p br {
    display: none;
  }

  .b5.b20 {
    padding: 0 0 32px;
  }

  .b21_img_1 {
    display: none;
  }

  .b21 .b3_text p br {
    display: none;
  }

  .b21_img_2 img {
    width: 137px;
    height: 130px;
  }

  .b21_img_2 {
    right: 0;
    top: -85px;
  }

  section.b3.b21 {
    margin: 126px 0 0;
  }

  .b21 .b3_bg_top:after {
    margin: -51px -297px -8px 0;
  }

  .b22 {
    margin: -137px 0 0;
    padding: 45px 0 0;
  }

  .b22_main {
    margin: 0 17px;
  }

  .b22_title {
    font-size: 15px;
  }

  .b22_box_text {
    margin: 0 17px 0;
  }

  .b22_box p {
    font-size: 14px;
  }

  .b22_box {
    padding: 21px 0;
  }

  .b23 .main {
    padding: 245px 0 46px;
  }

  .b23 .b8_bg:after {
    top: 5px;
    margin: 0 -122px 0 0;
  }

  section.b23 {
    margin: -84px 0 0;
  }

  .b23 .h2 {
    padding: 0 0 25px;
  }

  .b23_text p {
    font-size: 16px;
  }

  .b23_text p br {
    display: none;
  }

  .b23_text a {
    display: none;
  }

  .b23_video p {
    text-align: center;
    font-size: 12px;
    padding: 17px 0 0;
  }

  .ft {
    padding: 24px 0 37px;
  }

  footer.ft nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding: 41px 0 0;
  }

  .ft .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ft nav ul a {
    margin: 0;
  }

  .ft nav ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ft nav ul a {
    font-size: 14px;
  }

  .ft_box p {
    font-size: 13px;
  }

  .ft_box a {
    font-size: 14px;
    max-width: 280px;
    margin: 0 auto 12px;
    text-align: center;
  }

  .b23_video .bt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 46px auto 0;
  }

  .menu_mobile {
    width: 40px;
    height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: none;
  }

  .menu_mobile span, .menu_mobile span:after, .menu_mobile span:before {
    position: relative;
    background: #282828;
    height: 6px;
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .menu_mobile span:after, .menu_mobile span:before {
    position: absolute !important;
    content: "";
  }

  .menu_mobile span:after {
    bottom: -14px;
  }

  .menu_mobile span:before {
    top: -14px;
  }

  nav.box_menu_active {
    display: block !important;
  }

  .menu_box nav {
    position: absolute;
    right: 0;
    top: 50px;
    background: #282828;
    width: 200px;
    z-index: 99;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }

  .menu_box {
    position: relative;
  }

  .menu_box nav ul {
    display: block;
  }

  .menu_box nav ul a {
    margin: 0;
    padding: 18px 27px;
    display: block;
  }

  .bt_menu_active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .bt_menu_active span:before {
    opacity: 0;
  }

  .bt_menu_active span:after {
    -webkit-transform: rotate(-90deg) translate(13px, 0px);
    -ms-transform: rotate(-90deg) translate(13px, 0px);
    transform: rotate(-90deg) translate(13px, 0px);
  }
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  html {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100%/0.6);
    height: calc(100%/0.6);
    min-width: 1200px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1169px) {
  html {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100%/0.75);
    height: calc(100%/0.75);
    min-width: 1200px;
  }
}
.ft_bx a {
    color: #fff;
    margin: 10px 0;
    display: block;
}
.ft_bx {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.info_main {
    width: 90%;
    margin: 0 auto;
}
.info_box {
    max-width: 950px;
    padding: 0 0 31px;
}
.info_main_text p {
    color: #000;
    padding: 0 0 21px;
    line-height: 129%;
    font-size: 14px;
    font-weight: 300;
}
p.md_t1 {
    text-align: center;
    text-transform: uppercase;
    padding: 28px 0 22px;
    font-size: 22px;
}
.form .h2 {
  color: #fff;
}
.form input {
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 28px;
    border: 1px solid gainsboro;
    background: #fff;
    width: 500px;
    box-sizing: border-box;
    font-size: 16px;
}

section#go_form {
    position: relative;
    z-index: 2222;
    padding: 100px 0;
}