@import "bootstrap.min.css";
body {
  font-family: "Gotham Pro";
  font-weight: normal;
  font-style: normal;
}

.backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  z-index: 5;
  transition: 0.3s;
}

.mb-ill, .sm-ill {
  display: none;
}

.js-open nav {
  transform: translateX(0);
}
.js-open .collapse-btn {
  position: fixed;
  top: 27px;
  right: 16px;
}
.js-open .collapse-btn span {
  background-color: #29292a;
}
.js-open .collapse-btn span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.js-open .collapse-btn span:nth-child(2) {
  transform: rotate(45deg);
}
.js-open .collapse-btn span:nth-child(3) {
  transform: rotate(-45deg);
}
.js-open .collapse-btn span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.js-open .backdrop {
  display: block;
}

.collapse-btn {
  display: none;
}

header {
  margin-bottom: 150px;
}

.head-top {
  padding-top: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -20px;
}
.head-top a.logo {
  flex: 0 0 120px;
  max-width: 120px;
}
.head-top a.logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

nav, .ft-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 18px;
  padding-top: 18px;
  margin-left: -22px;
  margin-right: -22px;
}
nav li, .ft-nav li {
  list-style: none;
}
nav a, .ft-nav a {
  margin: 0 22px;
  text-decoration: none !important;
  color: #29292a !important;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  transition: 0.2s;
}
nav a:before, .ft-nav a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 6px;
  left: 0;
  margin-left: -3px;
  bottom: -7px;
  background: #d4d4f7;
  opacity: 0;
  transition: 0.2s;
  border-radius: 50%;
}
nav a:hover, nav a:focus, nav a:active, .ft-nav a:hover, .ft-nav a:focus, .ft-nav a:active {
  opacity: 1;
}
nav a:hover:before, nav a:focus:before, nav a:active:before, .ft-nav a:hover:before, .ft-nav a:focus:before, .ft-nav a:active:before {
  left: 50%;
  width: 6px;
  opacity: 1;
}

.sub-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.sub-nav a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-decoration: underline;
  -ms-align-items: center;
  align-items: center;
  color: #29292a;
  transition: 0.2s;
}
.sub-nav a:first-child .ico {
  border-radius: 60px 60px 0 0;
}
.sub-nav a:last-child .ico {
  border-radius: 0 0 60px 60px;
}
.sub-nav a:hover {
  color: #c98d7a;
}
.sub-nav a:hover .ico img {
  filter: grayscale(0);
}
.sub-nav .ico {
  margin-right: 11px;
  padding: 12px;
  background: #eaebf5;
  min-width: 42px;
  text-align: center;
}
.sub-nav .ico img {
  display: inline-block;
  filter: grayscale(100%);
  transition: 0.2s;
}

.hero {
  max-width: 1318px;
  margin-left: auto;
  margin-right: auto;
  height: 885px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url(../images/herobg1.png) no-repeat;
  background-size: cover;
  position: relative;
}
.hero .layer {
  position: absolute;
}
.hero .layer:nth-child(1) {
  right: 115px;
  top: 37px;
}
.hero .layer:nth-child(2) {
  bottom: 133px;
  right: 77px;
}
.hero .layer:nth-child(3) {
  bottom: 178px;
  right: 290px;
}
.hero .layer:nth-child(4) {
  top: 37px;
  left: 145px;
}
.hero .layer:nth-child(5) {
  left: 73px;
  top: 113px;
}
.hero .layer:nth-child(6) {
  left: 0;
  bottom: 0;
}
.hero .hero-text {
  padding-left: 48px;
  padding-bottom: 98px;
  padding-right: 44px;
  padding-top: 50px;
  background: url(../images/text-bg1.png) 100% 100% no-repeat;
}
.hero .hero-text h2 {
  margin: 0;
  padding: 0;
  line-height: 46px;
  font-weight: 700;
  font-size: 28px;
  color: #29292a;
  display: block;
}
.hero .hero-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #818183;
  line-height: 29px;
}

.type-text {
  margin-bottom: 60px;
}
.type-text h2 {
  text-align: right;
  display: block;
  padding-right: 210px;
  line-height: 75px;
  font-weight: 700;
  color: #29292a;
  font-size: 48px;
  margin-bottom: 25px;
}
.type-text h2 span {
  line-height: 1;
  display: block;
  font-size: 16px;
  color: #818183;
  position: relative;
  font-weight: 400;
}
.type-text h2 span:before {
  position: absolute;
  content: "";
  right: -11px;
  top: -11px;
  width: 11px;
  height: 11px;
  background: url(../images/plus.png) no-repeat;
}
.type-text p {
  max-width: 945px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  color: #818183;
  line-height: 25px;
  margin-bottom: 20px;
}

.caption {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
.caption p {
  font-weight: 500;
  color: #adaded;
  line-height: 30px;
  font-size: 20px;
  margin: 0;
  padding-left: 30px;
}

.advantages .flex-wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.advantages .flex-wrp .item {
  flex: 0 0 490px;
  max-width: 490px;
  margin-bottom: 153px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 98px;
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 85px;
}
.advantages .flex-wrp .item:nth-child(1):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/text-bg2.png) no-repeat;
  width: 468px;
  height: 401px;
  z-index: -1;
}
.advantages .flex-wrp .item:nth-child(2):before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  background: url(../images/text-bg3.png) no-repeat;
  width: 457px;
  height: 391px;
  z-index: -1;
}
.advantages .flex-wrp .item:nth-child(2) p:after {
  content: "02";
}
.advantages .flex-wrp .item:nth-child(3):before {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  background: url(../images/text-bg4.png) no-repeat;
  width: 488px;
  height: 439px;
  z-index: -1;
}
.advantages .flex-wrp .item:nth-child(3) p:after {
  content: "03";
}
.advantages .flex-wrp .item:nth-child(4):before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  background: url(../images/text-bg5.png) no-repeat;
  width: 486px;
  height: 424px;
  z-index: -1;
}
.advantages .flex-wrp .item:nth-child(4) p:after {
  content: "04";
}
.advantages .flex-wrp .item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #29292a;
  margin-top: 0;
  margin-bottom: 13px;
  line-height: 27px;
  padding: 0;
  display: block;
}
.advantages .flex-wrp .item p {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 14px;
  color: #29292a;
  line-height: 24px;
}
.advantages .flex-wrp .item p:before {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 6px;
  width: 3px;
  left: 0;
  background: #d29781;
}
.advantages .flex-wrp .item p:after {
  position: absolute;
  content: "01";
  font-weight: 700;
  font-size: 20px;
  color: #d29781;
  top: 2px;
  left: -30px;
}

.form-wrp {
  position: relative;
  background: url(../images/bg2.png) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 75px;
  margin-bottom: 150px;
}
.form-wrp.bt-form {
  background: url(../images/bg2-2.png) center center no-repeat;
  border-radius: 20px;
}
.form-wrp .layer {
  position: absolute;
}
.form-wrp .layer:nth-child(2) {
  left: 330px;
  top: 225px;
}
.form-wrp .layer:nth-child(3) {
  left: 480px;
  bottom: 135px;
}
.form-wrp .layer:nth-child(4) {
  right: 396px;
  top: 130px;
}
.form-wrp .layer:nth-child(5) {
  right: 354px;
  top: 210px;
}
.form-wrp h4 {
  font-size: 14px;
  color: #29292a;
  display: block;
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}
.form-wrp .form-in {
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
}
.form-wrp .inp-wrp {
  margin-bottom: 20px;
}
.form-wrp .inp-wrp input {
  width: 100%;
  height: 50px;
  border-radius: 60px;
  padding: 0 32px;
  font-size: 14px;
  color: #29292a;
  outline: none;
  border: 2px solid #fff;
  background: #fff;
  transition: 0.2s;
}
.form-wrp .inp-wrp input::placeholder {
  color: #818183;
}
.form-wrp .inp-wrp.full input {
  border-color: #d4d4f6;
}
.form-wrp .btn-wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
.form-wrp .btn-wrp input {
  flex: 0 0 260px;
  max-width: 260px;
  border: 2px solid #c98d7a;
  height: 60px;
  outline: none;
  color: #fff;
  font-size: 14px;
  border-radius: 60px;
  text-transform: uppercase;
  background: #c98d7a;
  font-weight: 500;
  transition: 0.2s;
  box-shadow: 0px 14px 18px -12px rgba(0, 0, 0, 0.33);
}
.form-wrp .btn-wrp input:hover {
  background: transparent;
  color: #c98d7a;
}

.services .flex-wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  margin-left: -39px;
  margin-right: -39px;
  margin-bottom: 100px;
}
.services .item-wrp {
  flex: 0 0 338px;
  max-width: 338px;
  background: #eaebf5;
  border-radius: 13px;
  padding-bottom: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.services .item-wrp:nth-child(1) .item:before {
  background: url(../images/card-bg1.png) no-repeat;
}
.services .item-wrp:nth-child(2) .item:before {
  background: url(../images/card-bg2.png) no-repeat;
}
.services .item-wrp:nth-child(3) .item:before {
  background: url(../images/card-bg3.png) no-repeat;
}
.services .item-wrp:nth-child(3) .title span {
  position: relative;
  display: block;
}
.services .item-wrp:nth-child(3) .title span:before {
  position: absolute;
  content: "";
  left: 2px;
  top: -14px;
  width: 19px;
  height: 15px;
  background: url(../images/crown.png) no-repeat;
}
.services .item {
  position: relative;
  z-index: 1;
  margin-top: -12px;
  margin-right: -39px;
  margin-bottom: 110px;
}
.services .item:before {
  position: absolute;
  content: "";
  width: 426px;
  height: 467px;
  top: -56px;
  left: 50%;
  margin-left: -213px;
  z-index: -1;
}
.services .title {
  padding-left: 140px;
  font-weight: 900;
  color: #29292a;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 50px;
}
.services ul {
  padding: 0;
  margin: 0;
}
.services ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.services ul li .sub {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #818183;
  font-style: italic;
}
.services ul li .sub.inline {
  display: inline;
}
.services ul li .img-wrp {
  height: 100%;
  margin-right: 5px;
  display: block;
  width: 11px;
  margin-top: -2px;
}
.services ul li:nth-child(1) {
  padding-left: 98px;
}
.services ul li:nth-child(2) {
  padding-left: 65px;
}
.services ul li:nth-child(3) {
  padding-left: 39px;
}
.services ul li:last-child {
  margin-bottom: 0;
}
.services .bt-line {
  width: 100%;
}
.services .cost {
  width: 100%;
  text-align: right;
  padding-right: 30px;
  padding-left: 30px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #29292a;
  margin-bottom: 30px;
}
.services .cost span {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.services .submit {
  width: 100%;
  max-width: 202px;
  box-sizing: border-box;
  border: 2px solid #c98d7a;
  background: #c98d7a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  outline: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
  border-radius: 60px;
  font-size: 14px;
  transition: 0.2s;
  line-height: 60px;
  box-shadow: 0px 14px 18px -12px rgba(0, 0, 0, 0.33);
}
.services .submit:hover {
  background: transparent;
  color: #c98d7a;
}

.online {
  padding-bottom: 120px;
}
.online .flex-wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.online .item-wrp {
  flex: 0 0 50%;
  max-width: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.online .item-wrp:last-child {
  padding-top: 35px;
}
.online .title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #29292a;
  margin-bottom: 26px;
}
.online .item {
  background: #eaebf5;
  position: relative;
  padding: 35px 40px 35px 140px;
  border-radius: 13px;
  margin-bottom: 30px;
}
.online .item .nlayer {
  position: absolute;
  left: 16px;
  bottom: 40px;
}
.online .item .nlayer .num {
  font-size: 158px;
  font-weight: 700;
  color: #eaecf6;
  text-shadow: 1px 2px 4px #C9CBD8;
  z-index: 998;
}
.online .item .nlayer:last-child {
  bottom: 30px;
}
.online p {
  font-size: 14px;
  font-weight: 300;
  color: #29292a;
  line-height: 24px;
  margin-bottom: 22px;
}
.online .cost {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.online .cost .old {
  text-transform: none;
  font-weight: 400;
}
.online .cost .old span {
  color: #c98d7a;
}
.online .cost .old i {
  font-style: normal;
  text-decoration: line-through;
}
.online .cm-text {
  font-size: 12px;
  color: #818183;
}
.online .cm-text a {
  text-decoration: underline;
  color: #c98d7a;
}
.online .cm-text a:hover {
  text-decoration: none;
}
.online .pay {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  box-sizing: border-box;
  border: 2px solid #c98d7a;
  background: #c98d7a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  outline: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
  border-radius: 60px;
  font-size: 14px;
  transition: 0.2s;
  line-height: 60px;
  box-shadow: 0px 14px 18px -12px rgba(0, 0, 0, 0.33);
}
.online .pay:hover {
  background: transparent;
  color: #c98d7a;
}

.changelog {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  margin-bottom: 200px;
}
.changelog:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 177px;
  background: #eaebf5;
  z-index: -1;
}
.changelog .flex-wrp {
  margin-bottom: -30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #d4d4f6;
  border-radius: 25px;
  padding: 25px;
  position: relative;
}
.changelog .flex-wrp:after {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  right: 50px;
  top: 50px;
  border: 6px solid #d4d4f6;
  z-index: -1;
  border-radius: 30px;
}
.changelog .left {
  flex: 0 0 50%;
  max-width: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
.changelog .video {
  border-radius: 6px;
  height: 303px;
  overflow: hidden;
  margin-bottom: 50px;
}
.changelog iframe {
  width: 100%;
  height: 303px;
}
.changelog .right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 25px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.changelog .right .jcf-scrollable,
.changelog .right .jcf-scrollbar.jcf-scrollbar-vertical {
  height: 550px !important;
}
.changelog .right .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #c98d7a;
  width: 4px;
  border-radius: 6px;
}
.changelog .right .jcf-scrollbar-vertical .jcf-scrollbar-dec, .changelog .right .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  width: 11px;
  height: 8px;
  background: url(../images/ico5.png) no-repeat;
  background-color: transparent;
  margin-left: -3px;
}
.changelog .right .jcf-scrollbar-inc {
  transform: rotate(180deg);
}
.changelog .right .cnt {
  background: #fff;
  border-radius: 13px;
  padding: 30px 40px;
}
.changelog .right .cnt .date {
  padding-left: 65px;
  font-size: 16px;
  font-weight: 700;
  color: #c98d7a;
  margin-bottom: 15px;
}
.changelog .right .cnt .title {
  position: relative;
  padding: 0 65px;
  font-size: 22px;
  font-weight: 700;
  color: #29292a;
  line-height: 27px;
  margin-bottom: 28px;
}
.changelog .right .cnt .title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 45px;
  height: 38px;
  margin-top: -19px;
  background: url(../images/ico4.png) no-repeat;
}
.changelog .right .cnt p {
  font-size: 14px;
  color: #818183;
  line-height: 24px;
  margin-bottom: 24px;
}
.changelog .right .cnt p:last-child {
  margin-bottom: 0;
}
.changelog .last-change {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.changelog .last-change .item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.changelog .last-change .top {
  position: relative;
  background: #eaebf5;
  border-radius: 13px;
  padding: 25px 30px 15px;
  text-align: left;
  margin-bottom: 25px;
}
.changelog .last-change .top:before {
  position: absolute;
  content: "";
  left: 12px;
  right: -12px;
  top: 12px;
  bottom: -12px;
  border: 3px solid #fff;
  border-radius: 13px;
}
.changelog .last-change .top:after {
  position: absolute;
  content: "";
  right: 15px;
  bottom: -31px;
  width: 41px;
  height: 22px;
  background: url(../images/ico6.png) no-repeat;
}
.changelog .last-change .top .date {
  font-size: 16px;
  color: #c98d7a;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.changelog .last-change .top .title {
  font-size: 18px;
  font-weight: 700;
  color: #29292a;
  line-height: 23px;
}
.changelog .last-change .more {
  font-size: 12px;
  font-weight: 500;
  color: #c98d7a;
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
  text-decoration: underline;
}
.changelog .last-change .more:hover {
  text-decoration: none;
}
.changelog .jcf-scrollbar.jcf-scrollbar-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 3px;
  right: -20px;
  background: transparent;
}
.changelog .jcf-scrollable {
  border-radius: 13px;
}

footer {
  background: #150e43;
  padding: 50px 0;
}
footer .top-line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
footer .sub-nav a {
  color: #fff;
}
footer .ft-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 10px;
  color: #d4d4f6;
}
footer .ft-link:hover {
  text-decoration: none;
}
footer .ft-nav {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: 0;
  margin-bottom: 75px;
}
footer .ft-nav li {
  padding: 0 10px;
}
footer .ft-nav a {
  color: #fff !important;
  margin: 0;
}

.help-body header {
  margin-bottom: 70px;
  background: #F2F7FE;
  padding: 10px 0;
}
.help-body .head-top {
  margin-bottom: 0;
  padding-top: 0;
}
.help-body nav a, .help-body .ft-nav a {
  font-size: 14px;
  font-weight: 400;
}

.help-item-wrp {
  padding-top: 60px;
  padding-left: 40px;
}

.help {
  padding-bottom: 60px;
}
.help .aside_btn {
  display: none;
}
.help h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.help p {
  max-width: 767px;
  margin-bottom: 0;
}
.help h3 {
  font-size: 18px;
  font-weight: 700;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.help > p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.help aside {
  position: sticky;
  top: 15px;
  padding: 15px 10px;
  border-radius: 17px;
  background: #F2F7FE;
}
.help aside ul {
  padding: 0;
  margin: 0;
}
.help aside ul a {
  display: inline-block;
  font-size: 14px;
  color: #29292a;
  font-weight: 600;
  text-decoration: none;
  transition: 0.1s;
}
.help aside ul a:hover {
  color: #c98d7a;
}
.help aside li {
  padding-left: 30px;
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
.help .search {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.help .search input[type=submit] {
  flex: 0 0 20.62%;
  height: 50px;
  max-width: 20.62%;
  box-sizing: border-box;
  border-radius: 0 60px 60px 0;
  border: 2px solid #fff;
  border-left: none;
  outline: none;
  transition: 0.2s;
  background: url(../images/search.png) center center no-repeat #fff;
}
.help .search input[type=submit]:hover {
  border-color: rgba(0, 0, 0, 0.05);
}
.help .search input[type=text] {
  flex: 0 0 79.38%;
  max-width: 79.48%;
  height: 50px;
  border-radius: 60px 0 0 60px;
  padding: 0 0 0 32px;
  font-size: 14px;
  color: #29292a;
  outline: none;
  border: 2px solid #fff;
  background: #fff;
  transition: 0.2s;
}
.help .help-item {
  border-radius: 17px;
  padding: 20px 17px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0px 14px 18px -12px rgba(0, 0, 0, 0.13);
}
.help .help-item:last-child {
  margin-bottom: 0;
}
.help .help-item p {
  margin-bottom: 15px;
}
.help .help-item ul {
  padding: 15px 25px 15px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 17px;
  margin-bottom: 20px;
}
.help .help-item ul li {
  list-style: none;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
}
.help .help-item ul b {
  font-weight: 600;
  color: #c98d7a;
}
.help .gallery-wrp {
  display: flex;
  margin-left: -5px;
  flex-wrap: wrap;
  margin-right: -5px;
  padding-top: 10px;
  justify-content: center;
}
.help .gallery-wrp .img-wrp {
  padding: 5px;
  flex: 0 0 80px;
  max-width: 60px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.help .gallery-wrp a {
  display: block;
}
.help .gallery-wrp img {
  max-width: 100%;
}
.help .example {
  border-radius: 17px;
  background: #d4d4f6;
  padding: 10px 15px 15px;
  display: inline-block;
}
.help .example .title {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 1699px) {
  .form-wrp .layer:nth-child(2) {
    left: 30px;
  }

  .form-wrp .layer:nth-child(4) {
    right: 30px;
  }
}
@media (max-width: 1318px) {
  .hero {
    max-width: 1200px;
    background: none;
    height: auto;
    margin-bottom: 0;
  }

  .head-top {
    margin-bottom: 20px;
  }

  .hero .layer {
    display: none;
  }

  .mb-ill {
    display: block;
  }
  .mb-ill img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .changelog .last-change {
    margin-bottom: 30px;
  }

  .changelog .flex-wrp {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .changelog .left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .changelog .right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jcf-scrollable-wrapper,
.changelog .right .jcf-scrollable, .changelog .right .jcf-scrollbar.jcf-scrollbar-vertical {
    width: 100% !important;
    height: auto !important;
  }

  .changelog .right .cnt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog .last-change .top .title {
    font-size: 13px;
    line-height: 1.2;
  }

  .services .title {
    margin-bottom: 10px;
  }

  body {
    overflow-x: hidden !important;
  }

  .services .cost {
    z-index: 997;
  }

  .services ul li {
    padding-left: 0 !important;
  }

  .services .flex-wrp {
    padding-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }

  .services .item-wrp {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0;
  }

  .services .item {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 30px 10px 30px;
  }

  .advantages .flex-wrp .item {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .services .item:before {
    content: none;
  }

  .services .title {
    padding-left: 0;
    text-align: center;
  }
  .services .title span {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .help .help-item {
    margin-bottom: 20px;
  }

  .help-body header {
    margin-bottom: 30px;
  }

  .help-item-wrp {
    padding-left: 15px;
  }

  .help h3 {
    margin-left: 0;
  }

  .help .help-item p {
    margin-left: 0;
  }

  .help .aside_btn {
    display: block;
    background: #fff;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 60px;
    transition: 0.2s;
    position: relative;
  }
  .help .aside_btn span {
    background: #4A4A4A;
    height: 4px;
    position: absolute;
    left: 12px;
    border-radius: 50px;
    transition: 0.2s;
    right: 12px;
  }
  .help .aside_btn span:nth-child(1) {
    top: 14px;
  }
  .help .aside_btn span:nth-child(2) {
    top: 23px;
  }
  .help .aside_btn span:nth-child(3) {
    top: 23px;
  }
  .help .aside_btn span:nth-child(4) {
    top: 32px;
  }

  .help aside ul {
    position: static;
    max-height: 0px;
    align-items: center;
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
    transition: 0.1s;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
  }
  .help aside ul li {
    margin-bottom: 10px;
  }

  .help aside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.2s;
    border-radius: 60px;
  }

  .help .search {
    margin-bottom: 0;
    padding-bottom: 0px;
    transition: 0.2s;
  }

  .aside_open .help aside {
    border-radius: 17px;
  }
  .aside_open .help .aside_btn {
    border-radius: 17px;
    margin-bottom: 20px;
  }
  .aside_open .help .aside_btn span {
    background: #c98d7a;
  }
  .aside_open .help .aside_btn span:nth-child(1) {
    opacity: 0;
  }
  .aside_open .help .aside_btn span:nth-child(2) {
    transform: rotate(45deg);
  }
  .aside_open .help .aside_btn span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .aside_open .help .aside_btn span:nth-child(4) {
    opacity: 0;
  }
  .aside_open .help aside ul {
    max-height: 10000px;
  }
  .aside_open .help .search {
    padding-bottom: 20px;
  }

  .form-wrp.bt-form {
    margin-bottom: 30px;
  }

  footer .left {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  footer .top-line {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  footer .ft-nav {
    margin-bottom: 10px;
    justify-content: center;
    margin-left: 0;
  }

  .caption {
    margin-bottom: 70px;
  }

  .form-wrp.bt-form {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .changelog {
    margin-bottom: 70px;
  }

  .changelog .right .cnt {
    max-height: 280px;
    overflow-y: scroll;
  }

  .online {
    padding-bottom: 50px;
  }

  .online .flex-wrp {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .online .item-wrp:last-child {
    padding-top: 0;
  }

  .online .item {
    margin-bottom: 15px;
  }

  .online .item-wrp {
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-wrp .layer {
    display: none;
  }

  .advantages .flex-wrp .item p:before,
.advantages .flex-wrp .item p:after {
    content: none !important;
  }

  .advantages .flex-wrp .item:before {
    display: none;
  }

  .advantages .flex-wrp {
    text-align: center;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .advantages .flex-wrp .item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    margin-bottom: 30px;
    background: #d4d4f6;
    border-radius: 16px;
  }

  .advantages .flex-wrp .item:nth-child(2),
.advantages .flex-wrp .item:nth-child(4) {
    margin-top: 50px;
  }

  .type-text h2 {
    padding-right: 0;
  }

  footer .sub-nav {
    display: none;
  }

  .sub-nav {
    position: fixed;
    font-size: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    z-index: 999;
  }

  .sub-nav {
    background: #eaebf5;
  }

  .sub-nav .ico {
    background: none;
  }

  .sub-nav a:first-child .ico,
.sub-nav a:last-child .ico {
    border-radius: 0;
  }

  .head-top {
    padding-top: 15px;
    -ms-align-items: center;
    align-items: center;
  }

  .container {
    max-width: 100%;
  }

  .collapse-btn {
    display: block;
    width: 35px;
    height: 28px;
    position: relative;
    z-index: 999;
  }
  .collapse-btn span {
    transition: 0.2s;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #29292a;
  }
  .collapse-btn span:nth-child(1) {
    top: 0;
  }
  .collapse-btn span:nth-child(2) {
    top: 12px;
  }
  .collapse-btn span:nth-child(3) {
    top: 12px;
  }
  .collapse-btn span:nth-child(4) {
    top: 24px;
  }

  nav {
    transform: translateX(300%);
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
    z-index: 998;
    text-align: right;
    position: fixed;
    right: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 80px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 14px 18px -12px rgba(0, 0, 0, 0.33);
    border-radius: 0 0 0 17px;
  }
  nav a {
    margin-bottom: 15px;
  }
  nav a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .form-wrp.bt-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .changelog .left,
.changelog .right {
    padding-left: 5px;
    padding-right: 5px;
  }

  .online {
    padding-bottom: 0;
  }

  .changelog .last-change .item {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .changelog .last-change {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .online .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    text-align: center;
  }

  .online .item .nlayer {
    display: none !important;
  }

  .services .flex-wrp {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services ul li {
    text-align: center;
    justify-content: center;
  }

  .services ul li .sub {
    text-align: center;
  }

  .services .item-wrp {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .services .cost {
    text-align: center;
    padding-right: 0;
  }

  .type-text {
    padding-top: 50px;
  }

  .form-wrp {
    margin-bottom: 50px;
  }

  .advantages .flex-wrp .item h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .advantages .flex-wrp .item p {
    padding-left: 0;
    line-height: 1.2;
    font-size: 14px;
  }

  .advantages .flex-wrp .item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  header {
    margin-bottom: 50px;
  }

  .type-text h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .type-text h2 span {
    margin-bottom: 10px;
  }

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

  .mb-ill {
    display: none;
  }

  .sm-ill {
    display: block;
  }
  .sm-ill img {
    width: 100%;
    height: auto;
  }

  .sub-nav .ico {
    margin: 0;
  }

  .sub-nav {
    padding-right: 40px;
    padding-left: 40px;
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .help .search {
    flex: 0 0 180px;
    max-width: 180px;
  }

  .changelog .right .cnt .title {
    padding: 0 0 0 65px;
    font-size: 18px;
  }

  .changelog .video,
.changelog iframe {
    height: 190px;
  }

  footer .ft-nav {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}